omega

package module
v0.0.0-...-609a57a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 15, 2022 License: Apache-2.0 Imports: 8 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Role_name = map[int32]string{
		0: "RoleAll",
		1: "RoleAdmin",
		2: "RoleOwner",
		3: "RoleParticipator",
	}
	Role_value = map[string]int32{
		"RoleAll":          0,
		"RoleAdmin":        1,
		"RoleOwner":        2,
		"RoleParticipator": 3,
	}
)

Enum value maps for Role.

View Source
var (
	Volume_name = map[int32]string{
		0: "VolumePeek",
		1: "VolumeLowest",
		2: "VolumeLow",
		3: "VolumeLowMedium",
		4: "VolumeMedium",
		5: "VolumeMediumHigh",
		6: "VolumeHigh",
		7: "VolumeHighest",
	}
	Volume_value = map[string]int32{
		"VolumePeek":       0,
		"VolumeLowest":     1,
		"VolumeLow":        2,
		"VolumeLowMedium":  3,
		"VolumeMedium":     4,
		"VolumeMediumHigh": 5,
		"VolumeHigh":       6,
		"VolumeHighest":    7,
	}
)

Enum value maps for Volume.

View Source
var (
	TransitFrame_FrameClass_name = map[int32]string{
		0: "ClassRequest",
		1: "ClassResponse",
		2: "ClassRequestReplay",
		3: "ClassResponseReplay",
		4: "ClassNotification",
		5: "ClassNotificationReplay",
		9: "ClassError",
	}
	TransitFrame_FrameClass_value = map[string]int32{
		"ClassRequest":            0,
		"ClassResponse":           1,
		"ClassRequestReplay":      2,
		"ClassResponseReplay":     3,
		"ClassNotification":       4,
		"ClassNotificationReplay": 5,
		"ClassError":              9,
	}
)

Enum value maps for TransitFrame_FrameClass.

View Source
var (
	TransitFrame_Version_name = map[int32]string{
		0: "VersionBase",
	}
	TransitFrame_Version_value = map[string]int32{
		"VersionBase": 0,
	}
)

Enum value maps for TransitFrame_Version.

View Source
var (
	Vote_Status_name = map[int32]string{
		0: "StatusDeny",
		1: "StatusAllow",
	}
	Vote_Status_value = map[string]int32{
		"StatusDeny":  0,
		"StatusAllow": 1,
	}
)

Enum value maps for Vote_Status.

View Source
var File_omega_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Broadcast

type Broadcast struct {
	Message string `protobuf:"bytes,2,opt,name=message,json=m,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*Broadcast) Descriptor deprecated

func (*Broadcast) Descriptor() ([]byte, []int)

Deprecated: Use Broadcast.ProtoReflect.Descriptor instead.

func (*Broadcast) GetMessage

func (x *Broadcast) GetMessage() string

func (*Broadcast) ProtoMessage

func (*Broadcast) ProtoMessage()

func (*Broadcast) ProtoReflect

func (x *Broadcast) ProtoReflect() protoreflect.Message

func (*Broadcast) Reset

func (x *Broadcast) Reset()

func (*Broadcast) String

func (x *Broadcast) String() string

type ChannelCount

type ChannelCount struct {
	ChannelId         string `protobuf:"bytes,1,opt,name=channel_id,json=ch,proto3" json:"channel_id,omitempty"`
	OwnerCount        int32  `protobuf:"varint,2,opt,name=owner_count,json=oc,proto3" json:"owner_count,omitempty"`
	ParticipatorCount int32  `protobuf:"varint,3,opt,name=participator_count,json=pc,proto3" json:"participator_count,omitempty"`
	Count             int32  `protobuf:"varint,4,opt,name=count,json=c,proto3" json:"count,omitempty"`
	Offset            int64  `protobuf:"varint,5,opt,name=offset,json=o,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelCount) Descriptor deprecated

func (*ChannelCount) Descriptor() ([]byte, []int)

Deprecated: Use ChannelCount.ProtoReflect.Descriptor instead.

func (*ChannelCount) GetChannelId

func (x *ChannelCount) GetChannelId() string

func (*ChannelCount) GetCount

func (x *ChannelCount) GetCount() int32

func (*ChannelCount) GetOffset

func (x *ChannelCount) GetOffset() int64

func (*ChannelCount) GetOwnerCount

func (x *ChannelCount) GetOwnerCount() int32

func (*ChannelCount) GetParticipatorCount

func (x *ChannelCount) GetParticipatorCount() int32

func (*ChannelCount) ProtoMessage

func (*ChannelCount) ProtoMessage()

func (*ChannelCount) ProtoReflect

func (x *ChannelCount) ProtoReflect() protoreflect.Message

func (*ChannelCount) Reset

func (x *ChannelCount) Reset()

func (*ChannelCount) String

func (x *ChannelCount) String() string

type ChannelMessage

type ChannelMessage struct {
	ChannelId     string          `protobuf:"bytes,2,opt,name=channel_id,json=ch,proto3" json:"channel_id,omitempty"`
	FromSession   string          `protobuf:"bytes,3,opt,name=from_session,json=fs,proto3" json:"from_session,omitempty"`
	Message       string          `protobuf:"bytes,4,opt,name=message,json=m,proto3" json:"message,omitempty"`
	Offset        int64           `protobuf:"varint,5,opt,name=offset,json=o,proto3" json:"offset,omitempty"`
	Subject       string          `protobuf:"bytes,6,opt,name=subject,json=sub,proto3" json:"subject,omitempty"`
	SubjectName   string          `protobuf:"bytes,7,opt,name=subject_name,json=sn,proto3" json:"subject_name,omitempty"`
	Sequential    bool            `protobuf:"varint,8,opt,name=sequential,json=se,proto3" json:"sequential,omitempty"`
	RoleIndicator Role            `protobuf:"varint,9,opt,name=roleIndicator,json=ri,proto3,enum=omega.Role" json:"roleIndicator,omitempty"`
	Metadata      *_struct.Struct `protobuf:"bytes,10,opt,name=metadata,json=mta,proto3" json:"metadata,omitempty"`
	Skill         *Skill          `protobuf:"bytes,11,opt,name=skill,json=sk,proto3" json:"skill,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelMessage) Descriptor deprecated

func (*ChannelMessage) Descriptor() ([]byte, []int)

Deprecated: Use ChannelMessage.ProtoReflect.Descriptor instead.

func (*ChannelMessage) GetChannelId

func (x *ChannelMessage) GetChannelId() string

func (*ChannelMessage) GetFromSession

func (x *ChannelMessage) GetFromSession() string

func (*ChannelMessage) GetMessage

func (x *ChannelMessage) GetMessage() string

func (*ChannelMessage) GetMetadata

func (x *ChannelMessage) GetMetadata() *_struct.Struct

func (*ChannelMessage) GetOffset

func (x *ChannelMessage) GetOffset() int64

func (*ChannelMessage) GetRoleIndicator

func (x *ChannelMessage) GetRoleIndicator() Role

func (*ChannelMessage) GetSequential

func (x *ChannelMessage) GetSequential() bool

func (*ChannelMessage) GetSkill

func (x *ChannelMessage) GetSkill() *Skill

func (*ChannelMessage) GetSubject

func (x *ChannelMessage) GetSubject() string

func (*ChannelMessage) GetSubjectName

func (x *ChannelMessage) GetSubjectName() string

func (*ChannelMessage) ProtoMessage

func (*ChannelMessage) ProtoMessage()

func (*ChannelMessage) ProtoReflect

func (x *ChannelMessage) ProtoReflect() protoreflect.Message

func (*ChannelMessage) Reset

func (x *ChannelMessage) Reset()

func (*ChannelMessage) String

func (x *ChannelMessage) String() string

type ChannelOwnerMessage

type ChannelOwnerMessage struct {
	ChannelId   string          `protobuf:"bytes,2,opt,name=channel_id,json=ch,proto3" json:"channel_id,omitempty"`
	FromSession string          `protobuf:"bytes,3,opt,name=from_session,json=fs,proto3" json:"from_session,omitempty"`
	Message     string          `protobuf:"bytes,4,opt,name=message,json=m,proto3" json:"message,omitempty"`
	Offset      int64           `protobuf:"varint,5,opt,name=offset,json=o,proto3" json:"offset,omitempty"`
	Subject     string          `protobuf:"bytes,6,opt,name=subject,json=sub,proto3" json:"subject,omitempty"`
	SubjectName string          `protobuf:"bytes,7,opt,name=subject_name,json=sn,proto3" json:"subject_name,omitempty"`
	Sequential  bool            `protobuf:"varint,8,opt,name=sequential,json=se,proto3" json:"sequential,omitempty"`
	Metadata    *_struct.Struct `protobuf:"bytes,10,opt,name=metadata,json=mta,proto3" json:"metadata,omitempty"`
	Skill       *Skill          `protobuf:"bytes,11,opt,name=skill,json=sk,proto3" json:"skill,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelOwnerMessage) Descriptor deprecated

func (*ChannelOwnerMessage) Descriptor() ([]byte, []int)

Deprecated: Use ChannelOwnerMessage.ProtoReflect.Descriptor instead.

func (*ChannelOwnerMessage) GetChannelId

func (x *ChannelOwnerMessage) GetChannelId() string

func (*ChannelOwnerMessage) GetFromSession

func (x *ChannelOwnerMessage) GetFromSession() string

func (*ChannelOwnerMessage) GetMessage

func (x *ChannelOwnerMessage) GetMessage() string

func (*ChannelOwnerMessage) GetMetadata

func (x *ChannelOwnerMessage) GetMetadata() *_struct.Struct

func (*ChannelOwnerMessage) GetOffset

func (x *ChannelOwnerMessage) GetOffset() int64

func (*ChannelOwnerMessage) GetSequential

func (x *ChannelOwnerMessage) GetSequential() bool

func (*ChannelOwnerMessage) GetSkill

func (x *ChannelOwnerMessage) GetSkill() *Skill

func (*ChannelOwnerMessage) GetSubject

func (x *ChannelOwnerMessage) GetSubject() string

func (*ChannelOwnerMessage) GetSubjectName

func (x *ChannelOwnerMessage) GetSubjectName() string

func (*ChannelOwnerMessage) ProtoMessage

func (*ChannelOwnerMessage) ProtoMessage()

func (*ChannelOwnerMessage) ProtoReflect

func (x *ChannelOwnerMessage) ProtoReflect() protoreflect.Message

func (*ChannelOwnerMessage) Reset

func (x *ChannelOwnerMessage) Reset()

func (*ChannelOwnerMessage) String

func (x *ChannelOwnerMessage) String() string

type Close

type Close struct {
	// contains filtered or unexported fields
}

func (*Close) Descriptor deprecated

func (*Close) Descriptor() ([]byte, []int)

Deprecated: Use Close.ProtoReflect.Descriptor instead.

func (*Close) ProtoMessage

func (*Close) ProtoMessage()

func (*Close) ProtoReflect

func (x *Close) ProtoReflect() protoreflect.Message

func (*Close) Reset

func (x *Close) Reset()

func (*Close) String

func (x *Close) String() string

type CloseChannel

type CloseChannel struct {
	ChannelId string `protobuf:"bytes,2,opt,name=channel_id,json=ch,proto3" json:"channel_id,omitempty"`
	Key       string `protobuf:"bytes,3,opt,name=key,json=k,proto3" json:"key,omitempty"`
	Offset    int64  `protobuf:"varint,4,opt,name=offset,json=o,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

func (*CloseChannel) Descriptor deprecated

func (*CloseChannel) Descriptor() ([]byte, []int)

Deprecated: Use CloseChannel.ProtoReflect.Descriptor instead.

func (*CloseChannel) GetChannelId

func (x *CloseChannel) GetChannelId() string

func (*CloseChannel) GetKey

func (x *CloseChannel) GetKey() string

func (*CloseChannel) GetOffset

func (x *CloseChannel) GetOffset() int64

func (*CloseChannel) ProtoMessage

func (*CloseChannel) ProtoMessage()

func (*CloseChannel) ProtoReflect

func (x *CloseChannel) ProtoReflect() protoreflect.Message

func (*CloseChannel) Reset

func (x *CloseChannel) Reset()

func (*CloseChannel) String

func (x *CloseChannel) String() string

type CloseVote

type CloseVote struct {
	VoteId string `protobuf:"bytes,1,opt,name=vote_id,json=vt,proto3" json:"vote_id,omitempty"`
	Key    string `protobuf:"bytes,2,opt,name=key,json=k,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*CloseVote) Descriptor deprecated

func (*CloseVote) Descriptor() ([]byte, []int)

Deprecated: Use CloseVote.ProtoReflect.Descriptor instead.

func (*CloseVote) GetKey

func (x *CloseVote) GetKey() string

func (*CloseVote) GetVoteId

func (x *CloseVote) GetVoteId() string

func (*CloseVote) ProtoMessage

func (*CloseVote) ProtoMessage()

func (*CloseVote) ProtoReflect

func (x *CloseVote) ProtoReflect() protoreflect.Message

func (*CloseVote) Reset

func (x *CloseVote) Reset()

func (*CloseVote) String

func (x *CloseVote) String() string

type CreateChannel

type CreateChannel struct {
	// contains filtered or unexported fields
}

func (*CreateChannel) Descriptor deprecated

func (*CreateChannel) Descriptor() ([]byte, []int)

Deprecated: Use CreateChannel.ProtoReflect.Descriptor instead.

func (*CreateChannel) ProtoMessage

func (*CreateChannel) ProtoMessage()

func (*CreateChannel) ProtoReflect

func (x *CreateChannel) ProtoReflect() protoreflect.Message

func (*CreateChannel) Reset

func (x *CreateChannel) Reset()

func (*CreateChannel) String

func (x *CreateChannel) String() string

type CreateVote

type CreateVote struct {
	// contains filtered or unexported fields
}

func (*CreateVote) Descriptor deprecated

func (*CreateVote) Descriptor() ([]byte, []int)

Deprecated: Use CreateVote.ProtoReflect.Descriptor instead.

func (*CreateVote) ProtoMessage

func (*CreateVote) ProtoMessage()

func (*CreateVote) ProtoReflect

func (x *CreateVote) ProtoReflect() protoreflect.Message

func (*CreateVote) Reset

func (x *CreateVote) Reset()

func (*CreateVote) String

func (x *CreateVote) String() string

type Error

type Error struct {
	ErrorLevel    string          `protobuf:"bytes,1,opt,name=error_level,proto3" json:"error_level,omitempty"`
	ErrorCategory string          `protobuf:"bytes,2,opt,name=error_category,proto3" json:"error_category,omitempty"`
	ErrorCode     string          `protobuf:"bytes,3,opt,name=error_code,proto3" json:"error_code,omitempty"`
	ErrorMessage  string          `protobuf:"bytes,4,opt,name=error_message,json=message,proto3" json:"error_message,omitempty"`
	StatusCode    int32           `protobuf:"varint,5,opt,name=status_code,proto3" json:"status_code,omitempty"`
	Name          string          `protobuf:"bytes,6,opt,name=name,json=error,proto3" json:"name,omitempty"`
	Description   string          `protobuf:"bytes,7,opt,name=description,json=error_description,proto3" json:"description,omitempty"`
	Data          *_struct.Struct `protobuf:"bytes,8,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Error) Descriptor deprecated

func (*Error) Descriptor() ([]byte, []int)

Deprecated: Use Error.ProtoReflect.Descriptor instead.

func (*Error) Error

func (x *Error) Error() string

func (*Error) GetData

func (x *Error) GetData() *_struct.Struct

func (*Error) GetDescription

func (x *Error) GetDescription() string

func (*Error) GetErrorCategory

func (x *Error) GetErrorCategory() string

func (*Error) GetErrorCode

func (x *Error) GetErrorCode() string

func (*Error) GetErrorLevel

func (x *Error) GetErrorLevel() string

func (*Error) GetErrorMessage

func (x *Error) GetErrorMessage() string

func (*Error) GetName

func (x *Error) GetName() string

func (*Error) GetStatusCode

func (x *Error) GetStatusCode() int32

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) ProtoReflect

func (x *Error) ProtoReflect() protoreflect.Message

func (*Error) Reset

func (x *Error) Reset()

func (*Error) String

func (x *Error) String() string

type GetChannelMeta

type GetChannelMeta struct {
	Data      *_struct.Struct `protobuf:"bytes,1,opt,name=data,json=d,proto3" json:"data,omitempty"`
	ChannelId string          `protobuf:"bytes,2,opt,name=channel_id,json=ch,proto3" json:"channel_id,omitempty"`
	Name      string          `protobuf:"bytes,3,opt,name=name,json=n,proto3" json:"name,omitempty"`
	Offset    int64           `protobuf:"varint,4,opt,name=offset,json=o,proto3" json:"offset,omitempty"`
	CreatedAt int64           `protobuf:"varint,5,opt,name=created_at,json=ca,proto3" json:"created_at,omitempty"`
	Skill     *Skill          `protobuf:"bytes,11,opt,name=skill,json=sk,proto3" json:"skill,omitempty"`
	// contains filtered or unexported fields
}

func (*GetChannelMeta) Descriptor deprecated

func (*GetChannelMeta) Descriptor() ([]byte, []int)

Deprecated: Use GetChannelMeta.ProtoReflect.Descriptor instead.

func (*GetChannelMeta) GetChannelId

func (x *GetChannelMeta) GetChannelId() string

func (*GetChannelMeta) GetCreatedAt

func (x *GetChannelMeta) GetCreatedAt() int64

func (*GetChannelMeta) GetData

func (x *GetChannelMeta) GetData() *_struct.Struct

func (*GetChannelMeta) GetName

func (x *GetChannelMeta) GetName() string

func (*GetChannelMeta) GetOffset

func (x *GetChannelMeta) GetOffset() int64

func (*GetChannelMeta) GetSkill

func (x *GetChannelMeta) GetSkill() *Skill

func (*GetChannelMeta) ProtoMessage

func (*GetChannelMeta) ProtoMessage()

func (*GetChannelMeta) ProtoReflect

func (x *GetChannelMeta) ProtoReflect() protoreflect.Message

func (*GetChannelMeta) Reset

func (x *GetChannelMeta) Reset()

func (*GetChannelMeta) String

func (x *GetChannelMeta) String() string

type GetSessionMeta

type GetSessionMeta struct {
	Data      *_struct.Struct `protobuf:"bytes,1,opt,name=data,json=d,proto3" json:"data,omitempty"`
	SessionId string          `protobuf:"bytes,2,opt,name=session_id,json=s,proto3" json:"session_id,omitempty"`
	Subject   string          `protobuf:"bytes,3,opt,name=subject,json=sub,proto3" json:"subject,omitempty"`
	Name      string          `protobuf:"bytes,4,opt,name=name,json=n,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSessionMeta) Descriptor deprecated

func (*GetSessionMeta) Descriptor() ([]byte, []int)

Deprecated: Use GetSessionMeta.ProtoReflect.Descriptor instead.

func (*GetSessionMeta) GetData

func (x *GetSessionMeta) GetData() *_struct.Struct

func (*GetSessionMeta) GetName

func (x *GetSessionMeta) GetName() string

func (*GetSessionMeta) GetSessionId

func (x *GetSessionMeta) GetSessionId() string

func (*GetSessionMeta) GetSubject

func (x *GetSessionMeta) GetSubject() string

func (*GetSessionMeta) ProtoMessage

func (*GetSessionMeta) ProtoMessage()

func (*GetSessionMeta) ProtoReflect

func (x *GetSessionMeta) ProtoReflect() protoreflect.Message

func (*GetSessionMeta) Reset

func (x *GetSessionMeta) Reset()

func (*GetSessionMeta) String

func (x *GetSessionMeta) String() string

type GetVoteMeta

type GetVoteMeta struct {
	VoteId      string          `protobuf:"bytes,1,opt,name=vote_id,json=vt,proto3" json:"vote_id,omitempty"`
	Name        string          `protobuf:"bytes,2,opt,name=name,json=n,proto3" json:"name,omitempty"`
	Data        *_struct.Struct `protobuf:"bytes,3,opt,name=data,json=d,proto3" json:"data,omitempty"`
	VoteOptions []*Vote_Option  `protobuf:"bytes,4,rep,name=vote_options,json=vtos,proto3" json:"vote_options,omitempty"`
	CreatedAt   int64           `protobuf:"varint,5,opt,name=created_at,json=ca,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVoteMeta) Descriptor deprecated

func (*GetVoteMeta) Descriptor() ([]byte, []int)

Deprecated: Use GetVoteMeta.ProtoReflect.Descriptor instead.

func (*GetVoteMeta) GetCreatedAt

func (x *GetVoteMeta) GetCreatedAt() int64

func (*GetVoteMeta) GetData

func (x *GetVoteMeta) GetData() *_struct.Struct

func (*GetVoteMeta) GetName

func (x *GetVoteMeta) GetName() string

func (*GetVoteMeta) GetVoteId

func (x *GetVoteMeta) GetVoteId() string

func (*GetVoteMeta) GetVoteOptions

func (x *GetVoteMeta) GetVoteOptions() []*Vote_Option

func (*GetVoteMeta) ProtoMessage

func (*GetVoteMeta) ProtoMessage()

func (*GetVoteMeta) ProtoReflect

func (x *GetVoteMeta) ProtoReflect() protoreflect.Message

func (*GetVoteMeta) Reset

func (x *GetVoteMeta) Reset()

func (*GetVoteMeta) String

func (x *GetVoteMeta) String() string

type Hello

type Hello struct {
	SessionId       string `protobuf:"bytes,2,opt,name=session_id,json=s,proto3" json:"session_id,omitempty"`
	Subject         string `protobuf:"bytes,3,opt,name=subject,json=sub,proto3" json:"subject,omitempty"`
	SubjectName     string `protobuf:"bytes,4,opt,name=subject_name,json=sn,proto3" json:"subject_name,omitempty"`
	ServiceName     string `protobuf:"bytes,20,opt,name=service_name,json=srn,proto3" json:"service_name,omitempty"`
	ServiceVersion  string `protobuf:"bytes,21,opt,name=service_version,json=srv,proto3" json:"service_version,omitempty"`
	ServiceNodeName string `protobuf:"bytes,22,opt,name=service_node_name,json=srnn,proto3" json:"service_node_name,omitempty"`
	// contains filtered or unexported fields
}

func (*Hello) Descriptor deprecated

func (*Hello) Descriptor() ([]byte, []int)

Deprecated: Use Hello.ProtoReflect.Descriptor instead.

func (*Hello) GetServiceName

func (x *Hello) GetServiceName() string

func (*Hello) GetServiceNodeName

func (x *Hello) GetServiceNodeName() string

func (*Hello) GetServiceVersion

func (x *Hello) GetServiceVersion() string

func (*Hello) GetSessionId

func (x *Hello) GetSessionId() string

func (*Hello) GetSubject

func (x *Hello) GetSubject() string

func (*Hello) GetSubjectName

func (x *Hello) GetSubjectName() string

func (*Hello) ProtoMessage

func (*Hello) ProtoMessage()

func (*Hello) ProtoReflect

func (x *Hello) ProtoReflect() protoreflect.Message

func (*Hello) Reset

func (x *Hello) Reset()

func (*Hello) String

func (x *Hello) String() string

type JoinChannel

type JoinChannel struct {
	ChannelId       string          `protobuf:"bytes,2,opt,name=channel_id,json=ch,proto3" json:"channel_id,omitempty"`
	Name            string          `protobuf:"bytes,3,opt,name=name,json=n,proto3" json:"name,omitempty"`
	ChannelMetadata *_struct.Struct `protobuf:"bytes,4,opt,name=channel_metadata,json=chm,proto3" json:"channel_metadata,omitempty"`
	SessionId       string          `protobuf:"bytes,5,opt,name=session_id,json=s,proto3" json:"session_id,omitempty"`
	Subject         string          `protobuf:"bytes,6,opt,name=subject,json=sub,proto3" json:"subject,omitempty"`
	SubjectName     string          `protobuf:"bytes,7,opt,name=subject_name,json=sn,proto3" json:"subject_name,omitempty"`
	SessionMetadata *_struct.Struct `protobuf:"bytes,8,opt,name=session_metadata,json=sm,proto3" json:"session_metadata,omitempty"`
	Key             string          `protobuf:"bytes,9,opt,name=key,json=k,proto3" json:"key,omitempty"`
	Role            string          `protobuf:"bytes,10,opt,name=role,json=r,proto3" json:"role,omitempty"`
	Offset          int64           `protobuf:"varint,11,opt,name=offset,json=o,proto3" json:"offset,omitempty"`
	CreatedAt       int64           `protobuf:"varint,12,opt,name=created_at,json=ca,proto3" json:"created_at,omitempty"`
	RoleIndicator   Role            `protobuf:"varint,13,opt,name=roleIndicator,json=ri,proto3,enum=omega.Role" json:"roleIndicator,omitempty"`
	Skill           *Skill          `protobuf:"bytes,14,opt,name=skill,json=sk,proto3" json:"skill,omitempty"`
	// contains filtered or unexported fields
}

func (*JoinChannel) Descriptor deprecated

func (*JoinChannel) Descriptor() ([]byte, []int)

Deprecated: Use JoinChannel.ProtoReflect.Descriptor instead.

func (*JoinChannel) GetChannelId

func (x *JoinChannel) GetChannelId() string

func (*JoinChannel) GetChannelMetadata

func (x *JoinChannel) GetChannelMetadata() *_struct.Struct

func (*JoinChannel) GetCreatedAt

func (x *JoinChannel) GetCreatedAt() int64

func (*JoinChannel) GetKey

func (x *JoinChannel) GetKey() string

func (*JoinChannel) GetName

func (x *JoinChannel) GetName() string

func (*JoinChannel) GetOffset

func (x *JoinChannel) GetOffset() int64

func (*JoinChannel) GetRole

func (x *JoinChannel) GetRole() string

func (*JoinChannel) GetRoleIndicator

func (x *JoinChannel) GetRoleIndicator() Role

func (*JoinChannel) GetSessionId

func (x *JoinChannel) GetSessionId() string

func (*JoinChannel) GetSessionMetadata

func (x *JoinChannel) GetSessionMetadata() *_struct.Struct

func (*JoinChannel) GetSkill

func (x *JoinChannel) GetSkill() *Skill

func (*JoinChannel) GetSubject

func (x *JoinChannel) GetSubject() string

func (*JoinChannel) GetSubjectName

func (x *JoinChannel) GetSubjectName() string

func (*JoinChannel) ProtoMessage

func (*JoinChannel) ProtoMessage()

func (*JoinChannel) ProtoReflect

func (x *JoinChannel) ProtoReflect() protoreflect.Message

func (*JoinChannel) Reset

func (x *JoinChannel) Reset()

func (*JoinChannel) String

func (x *JoinChannel) String() string

type JoinVote

type JoinVote struct {
	VoteId          string          `protobuf:"bytes,1,opt,name=vote_id,json=vt,proto3" json:"vote_id,omitempty"`
	Name            string          `protobuf:"bytes,2,opt,name=name,json=n,proto3" json:"name,omitempty"`
	VoteMetadata    *_struct.Struct `protobuf:"bytes,3,opt,name=vote_metadata,json=vtm,proto3" json:"vote_metadata,omitempty"`
	SessionId       string          `protobuf:"bytes,4,opt,name=session_id,json=s,proto3" json:"session_id,omitempty"`
	SessionMetadata *_struct.Struct `protobuf:"bytes,5,opt,name=session_metadata,json=sm,proto3" json:"session_metadata,omitempty"`
	Key             string          `protobuf:"bytes,6,opt,name=key,json=k,proto3" json:"key,omitempty"`
	CreatedAt       int64           `protobuf:"varint,8,opt,name=created_at,json=ca,proto3" json:"created_at,omitempty"`
	VoteOptions     []*Vote_Option  `protobuf:"bytes,9,rep,name=vote_options,json=vtos,proto3" json:"vote_options,omitempty"`
	// contains filtered or unexported fields
}

func (*JoinVote) Descriptor deprecated

func (*JoinVote) Descriptor() ([]byte, []int)

Deprecated: Use JoinVote.ProtoReflect.Descriptor instead.

func (*JoinVote) GetCreatedAt

func (x *JoinVote) GetCreatedAt() int64

func (*JoinVote) GetKey

func (x *JoinVote) GetKey() string

func (*JoinVote) GetName

func (x *JoinVote) GetName() string

func (*JoinVote) GetSessionId

func (x *JoinVote) GetSessionId() string

func (*JoinVote) GetSessionMetadata

func (x *JoinVote) GetSessionMetadata() *_struct.Struct

func (*JoinVote) GetVoteId

func (x *JoinVote) GetVoteId() string

func (*JoinVote) GetVoteMetadata

func (x *JoinVote) GetVoteMetadata() *_struct.Struct

func (*JoinVote) GetVoteOptions

func (x *JoinVote) GetVoteOptions() []*Vote_Option

func (*JoinVote) ProtoMessage

func (*JoinVote) ProtoMessage()

func (*JoinVote) ProtoReflect

func (x *JoinVote) ProtoReflect() protoreflect.Message

func (*JoinVote) Reset

func (x *JoinVote) Reset()

func (*JoinVote) String

func (x *JoinVote) String() string

type LeaveChannel

type LeaveChannel struct {
	ChannelId string `protobuf:"bytes,2,opt,name=channel_id,json=ch,proto3" json:"channel_id,omitempty"`
	SessionId string `protobuf:"bytes,3,opt,name=session_id,json=s,proto3" json:"session_id,omitempty"`
	Offset    int64  `protobuf:"varint,4,opt,name=offset,json=o,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

func (*LeaveChannel) Descriptor deprecated

func (*LeaveChannel) Descriptor() ([]byte, []int)

Deprecated: Use LeaveChannel.ProtoReflect.Descriptor instead.

func (*LeaveChannel) GetChannelId

func (x *LeaveChannel) GetChannelId() string

func (*LeaveChannel) GetOffset

func (x *LeaveChannel) GetOffset() int64

func (*LeaveChannel) GetSessionId

func (x *LeaveChannel) GetSessionId() string

func (*LeaveChannel) ProtoMessage

func (*LeaveChannel) ProtoMessage()

func (*LeaveChannel) ProtoReflect

func (x *LeaveChannel) ProtoReflect() protoreflect.Message

func (*LeaveChannel) Reset

func (x *LeaveChannel) Reset()

func (*LeaveChannel) String

func (x *LeaveChannel) String() string

type LeaveVote

type LeaveVote struct {
	VoteId    string `protobuf:"bytes,1,opt,name=vote_id,json=vt,proto3" json:"vote_id,omitempty"`
	SessionId string `protobuf:"bytes,2,opt,name=session_id,json=s,proto3" json:"session_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LeaveVote) Descriptor deprecated

func (*LeaveVote) Descriptor() ([]byte, []int)

Deprecated: Use LeaveVote.ProtoReflect.Descriptor instead.

func (*LeaveVote) GetSessionId

func (x *LeaveVote) GetSessionId() string

func (*LeaveVote) GetVoteId

func (x *LeaveVote) GetVoteId() string

func (*LeaveVote) ProtoMessage

func (*LeaveVote) ProtoMessage()

func (*LeaveVote) ProtoReflect

func (x *LeaveVote) ProtoReflect() protoreflect.Message

func (*LeaveVote) Reset

func (x *LeaveVote) Reset()

func (*LeaveVote) String

func (x *LeaveVote) String() string

type Ping

type Ping struct {
	// contains filtered or unexported fields
}

func (*Ping) Descriptor deprecated

func (*Ping) Descriptor() ([]byte, []int)

Deprecated: Use Ping.ProtoReflect.Descriptor instead.

func (*Ping) ProtoMessage

func (*Ping) ProtoMessage()

func (*Ping) ProtoReflect

func (x *Ping) ProtoReflect() protoreflect.Message

func (*Ping) Reset

func (x *Ping) Reset()

func (*Ping) String

func (x *Ping) String() string

type PlaybackChannelMessage

type PlaybackChannelMessage struct {
	ChannelId string `protobuf:"bytes,2,opt,name=channel_id,json=ch,proto3" json:"channel_id,omitempty"`
	EndedAt   int64  `protobuf:"varint,3,opt,name=ended_at,json=ea,proto3" json:"ended_at,omitempty"`
	NextId    string `protobuf:"bytes,4,opt,name=next_id,json=ni,proto3" json:"next_id,omitempty"`
	Volume    Volume `protobuf:"varint,5,opt,name=volume,json=v,proto3,enum=omega.Volume" json:"volume,omitempty"`
	Count     int32  `protobuf:"varint,6,opt,name=count,json=c,proto3" json:"count,omitempty"`
	Inverse   bool   `protobuf:"varint,7,opt,name=inverse,json=iv,proto3" json:"inverse,omitempty"`
	// contains filtered or unexported fields
}

func (*PlaybackChannelMessage) Descriptor deprecated

func (*PlaybackChannelMessage) Descriptor() ([]byte, []int)

Deprecated: Use PlaybackChannelMessage.ProtoReflect.Descriptor instead.

func (*PlaybackChannelMessage) GetChannelId

func (x *PlaybackChannelMessage) GetChannelId() string

func (*PlaybackChannelMessage) GetCount

func (x *PlaybackChannelMessage) GetCount() int32

func (*PlaybackChannelMessage) GetEndedAt

func (x *PlaybackChannelMessage) GetEndedAt() int64

func (*PlaybackChannelMessage) GetInverse

func (x *PlaybackChannelMessage) GetInverse() bool

func (*PlaybackChannelMessage) GetNextId

func (x *PlaybackChannelMessage) GetNextId() string

func (*PlaybackChannelMessage) GetVolume

func (x *PlaybackChannelMessage) GetVolume() Volume

func (*PlaybackChannelMessage) ProtoMessage

func (*PlaybackChannelMessage) ProtoMessage()

func (*PlaybackChannelMessage) ProtoReflect

func (x *PlaybackChannelMessage) ProtoReflect() protoreflect.Message

func (*PlaybackChannelMessage) Reset

func (x *PlaybackChannelMessage) Reset()

func (*PlaybackChannelMessage) String

func (x *PlaybackChannelMessage) String() string

type Pong

type Pong struct {
	// contains filtered or unexported fields
}

func (*Pong) Descriptor deprecated

func (*Pong) Descriptor() ([]byte, []int)

Deprecated: Use Pong.ProtoReflect.Descriptor instead.

func (*Pong) ProtoMessage

func (*Pong) ProtoMessage()

func (*Pong) ProtoReflect

func (x *Pong) ProtoReflect() protoreflect.Message

func (*Pong) Reset

func (x *Pong) Reset()

func (*Pong) String

func (x *Pong) String() string

type ReplayChannelMessage

type ReplayChannelMessage struct {
	ChannelId string `protobuf:"bytes,2,opt,name=channel_id,json=ch,proto3" json:"channel_id,omitempty"`
	EndedAt   int64  `protobuf:"varint,3,opt,name=ended_at,json=ea,proto3" json:"ended_at,omitempty"`
	NextId    string `protobuf:"bytes,4,opt,name=next_id,json=ni,proto3" json:"next_id,omitempty"`
	Volume    Volume `protobuf:"varint,5,opt,name=volume,json=v,proto3,enum=omega.Volume" json:"volume,omitempty"`
	Count     int32  `protobuf:"varint,6,opt,name=count,json=c,proto3" json:"count,omitempty"`
	Inverse   bool   `protobuf:"varint,7,opt,name=inverse,json=iv,proto3" json:"inverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ReplayChannelMessage) Descriptor deprecated

func (*ReplayChannelMessage) Descriptor() ([]byte, []int)

Deprecated: Use ReplayChannelMessage.ProtoReflect.Descriptor instead.

func (*ReplayChannelMessage) GetChannelId

func (x *ReplayChannelMessage) GetChannelId() string

func (*ReplayChannelMessage) GetCount

func (x *ReplayChannelMessage) GetCount() int32

func (*ReplayChannelMessage) GetEndedAt

func (x *ReplayChannelMessage) GetEndedAt() int64

func (*ReplayChannelMessage) GetInverse

func (x *ReplayChannelMessage) GetInverse() bool

func (*ReplayChannelMessage) GetNextId

func (x *ReplayChannelMessage) GetNextId() string

func (*ReplayChannelMessage) GetVolume

func (x *ReplayChannelMessage) GetVolume() Volume

func (*ReplayChannelMessage) ProtoMessage

func (*ReplayChannelMessage) ProtoMessage()

func (*ReplayChannelMessage) ProtoReflect

func (x *ReplayChannelMessage) ProtoReflect() protoreflect.Message

func (*ReplayChannelMessage) Reset

func (x *ReplayChannelMessage) Reset()

func (*ReplayChannelMessage) String

func (x *ReplayChannelMessage) String() string

type Role

type Role int32
const (
	Role_RoleAll          Role = 0
	Role_RoleAdmin        Role = 1
	Role_RoleOwner        Role = 2
	Role_RoleParticipator Role = 3
)

func (Role) Descriptor

func (Role) Descriptor() protoreflect.EnumDescriptor

func (Role) Enum

func (x Role) Enum() *Role

func (Role) EnumDescriptor deprecated

func (Role) EnumDescriptor() ([]byte, []int)

Deprecated: Use Role.Descriptor instead.

func (Role) Number

func (x Role) Number() protoreflect.EnumNumber

func (Role) String

func (x Role) String() string

func (Role) Type

func (Role) Type() protoreflect.EnumType

type ServerTime

type ServerTime struct {
	UnixNano      int64 `protobuf:"varint,2,opt,name=unix_nano,json=n,proto3" json:"unix_nano,omitempty"`
	UnixTimestamp int64 `protobuf:"varint,3,opt,name=unix_timestamp,json=t,proto3" json:"unix_timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerTime) Descriptor deprecated

func (*ServerTime) Descriptor() ([]byte, []int)

Deprecated: Use ServerTime.ProtoReflect.Descriptor instead.

func (*ServerTime) GetUnixNano

func (x *ServerTime) GetUnixNano() int64

func (*ServerTime) GetUnixTimestamp

func (x *ServerTime) GetUnixTimestamp() int64

func (*ServerTime) ProtoMessage

func (*ServerTime) ProtoMessage()

func (*ServerTime) ProtoReflect

func (x *ServerTime) ProtoReflect() protoreflect.Message

func (*ServerTime) Reset

func (x *ServerTime) Reset()

func (*ServerTime) String

func (x *ServerTime) String() string

type SessionMessage

type SessionMessage struct {
	FromSession string `protobuf:"bytes,2,opt,name=from_session,json=fs,proto3" json:"from_session,omitempty"`
	ToSession   string `protobuf:"bytes,3,opt,name=to_session,json=ts,proto3" json:"to_session,omitempty"`
	Message     string `protobuf:"bytes,4,opt,name=message,json=m,proto3" json:"message,omitempty"`
	Sequential  bool   `protobuf:"varint,8,opt,name=sequential,json=se,proto3" json:"sequential,omitempty"`
	// contains filtered or unexported fields
}

func (*SessionMessage) Descriptor deprecated

func (*SessionMessage) Descriptor() ([]byte, []int)

Deprecated: Use SessionMessage.ProtoReflect.Descriptor instead.

func (*SessionMessage) GetFromSession

func (x *SessionMessage) GetFromSession() string

func (*SessionMessage) GetMessage

func (x *SessionMessage) GetMessage() string

func (*SessionMessage) GetSequential

func (x *SessionMessage) GetSequential() bool

func (*SessionMessage) GetToSession

func (x *SessionMessage) GetToSession() string

func (*SessionMessage) ProtoMessage

func (*SessionMessage) ProtoMessage()

func (*SessionMessage) ProtoReflect

func (x *SessionMessage) ProtoReflect() protoreflect.Message

func (*SessionMessage) Reset

func (x *SessionMessage) Reset()

func (*SessionMessage) String

func (x *SessionMessage) String() string

type SessionsMessage

type SessionsMessage struct {
	FromSession string   `protobuf:"bytes,2,opt,name=from_session,json=fs,proto3" json:"from_session,omitempty"`
	ToSessions  []string `protobuf:"bytes,3,rep,name=to_sessions,json=tss,proto3" json:"to_sessions,omitempty"`
	Message     string   `protobuf:"bytes,4,opt,name=message,json=m,proto3" json:"message,omitempty"`
	Sequential  bool     `protobuf:"varint,8,opt,name=sequential,json=se,proto3" json:"sequential,omitempty"`
	// contains filtered or unexported fields
}

func (*SessionsMessage) Descriptor deprecated

func (*SessionsMessage) Descriptor() ([]byte, []int)

Deprecated: Use SessionsMessage.ProtoReflect.Descriptor instead.

func (*SessionsMessage) GetFromSession

func (x *SessionsMessage) GetFromSession() string

func (*SessionsMessage) GetMessage

func (x *SessionsMessage) GetMessage() string

func (*SessionsMessage) GetSequential

func (x *SessionsMessage) GetSequential() bool

func (*SessionsMessage) GetToSessions

func (x *SessionsMessage) GetToSessions() []string

func (*SessionsMessage) ProtoMessage

func (*SessionsMessage) ProtoMessage()

func (*SessionsMessage) ProtoReflect

func (x *SessionsMessage) ProtoReflect() protoreflect.Message

func (*SessionsMessage) Reset

func (x *SessionsMessage) Reset()

func (*SessionsMessage) String

func (x *SessionsMessage) String() string

type SetChannelMeta

type SetChannelMeta struct {
	Data      *_struct.Struct `protobuf:"bytes,1,opt,name=data,json=d,proto3" json:"data,omitempty"`
	ChannelId string          `protobuf:"bytes,2,opt,name=channel_id,json=ch,proto3" json:"channel_id,omitempty"`
	Name      string          `protobuf:"bytes,3,opt,name=name,json=n,proto3" json:"name,omitempty"`
	Offset    int64           `protobuf:"varint,4,opt,name=offset,json=o,proto3" json:"offset,omitempty"`
	Skill     *Skill          `protobuf:"bytes,11,opt,name=skill,json=sk,proto3" json:"skill,omitempty"`
	// contains filtered or unexported fields
}

func (*SetChannelMeta) Descriptor deprecated

func (*SetChannelMeta) Descriptor() ([]byte, []int)

Deprecated: Use SetChannelMeta.ProtoReflect.Descriptor instead.

func (*SetChannelMeta) GetChannelId

func (x *SetChannelMeta) GetChannelId() string

func (*SetChannelMeta) GetData

func (x *SetChannelMeta) GetData() *_struct.Struct

func (*SetChannelMeta) GetName

func (x *SetChannelMeta) GetName() string

func (*SetChannelMeta) GetOffset

func (x *SetChannelMeta) GetOffset() int64

func (*SetChannelMeta) GetSkill

func (x *SetChannelMeta) GetSkill() *Skill

func (*SetChannelMeta) ProtoMessage

func (*SetChannelMeta) ProtoMessage()

func (*SetChannelMeta) ProtoReflect

func (x *SetChannelMeta) ProtoReflect() protoreflect.Message

func (*SetChannelMeta) Reset

func (x *SetChannelMeta) Reset()

func (*SetChannelMeta) String

func (x *SetChannelMeta) String() string

type SetSessionMeta

type SetSessionMeta struct {
	Data      *_struct.Struct `protobuf:"bytes,1,opt,name=data,json=d,proto3" json:"data,omitempty"`
	SessionId string          `protobuf:"bytes,2,opt,name=session_id,json=s,proto3" json:"session_id,omitempty"`
	Name      string          `protobuf:"bytes,3,opt,name=name,json=n,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSessionMeta) Descriptor deprecated

func (*SetSessionMeta) Descriptor() ([]byte, []int)

Deprecated: Use SetSessionMeta.ProtoReflect.Descriptor instead.

func (*SetSessionMeta) GetData

func (x *SetSessionMeta) GetData() *_struct.Struct

func (*SetSessionMeta) GetName

func (x *SetSessionMeta) GetName() string

func (*SetSessionMeta) GetSessionId

func (x *SetSessionMeta) GetSessionId() string

func (*SetSessionMeta) ProtoMessage

func (*SetSessionMeta) ProtoMessage()

func (*SetSessionMeta) ProtoReflect

func (x *SetSessionMeta) ProtoReflect() protoreflect.Message

func (*SetSessionMeta) Reset

func (x *SetSessionMeta) Reset()

func (*SetSessionMeta) String

func (x *SetSessionMeta) String() string

type SetVoteMeta

type SetVoteMeta struct {
	VoteId string          `protobuf:"bytes,1,opt,name=vote_id,json=vt,proto3" json:"vote_id,omitempty"`
	Name   string          `protobuf:"bytes,2,opt,name=name,json=n,proto3" json:"name,omitempty"`
	Data   *_struct.Struct `protobuf:"bytes,3,opt,name=data,json=d,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SetVoteMeta) Descriptor deprecated

func (*SetVoteMeta) Descriptor() ([]byte, []int)

Deprecated: Use SetVoteMeta.ProtoReflect.Descriptor instead.

func (*SetVoteMeta) GetData

func (x *SetVoteMeta) GetData() *_struct.Struct

func (*SetVoteMeta) GetName

func (x *SetVoteMeta) GetName() string

func (*SetVoteMeta) GetVoteId

func (x *SetVoteMeta) GetVoteId() string

func (*SetVoteMeta) ProtoMessage

func (*SetVoteMeta) ProtoMessage()

func (*SetVoteMeta) ProtoReflect

func (x *SetVoteMeta) ProtoReflect() protoreflect.Message

func (*SetVoteMeta) Reset

func (x *SetVoteMeta) Reset()

func (*SetVoteMeta) String

func (x *SetVoteMeta) String() string

type Skill

type Skill struct {
	Tagging *Tagging `protobuf:"bytes,1,opt,name=tagging,json=tg,proto3" json:"tagging,omitempty"`
	// contains filtered or unexported fields
}

func (*Skill) Descriptor deprecated

func (*Skill) Descriptor() ([]byte, []int)

Deprecated: Use Skill.ProtoReflect.Descriptor instead.

func (*Skill) GetTagging

func (x *Skill) GetTagging() *Tagging

func (*Skill) ProtoMessage

func (*Skill) ProtoMessage()

func (*Skill) ProtoReflect

func (x *Skill) ProtoReflect() protoreflect.Message

func (*Skill) Reset

func (x *Skill) Reset()

func (*Skill) String

func (x *Skill) String() string

type Stack

type Stack struct {
	StackCount int32           `protobuf:"varint,2,opt,name=stack_count,json=c,proto3" json:"stack_count,omitempty"`
	Frames     []*TransitFrame `protobuf:"bytes,3,rep,name=frames,json=f,proto3" json:"frames,omitempty"`
	// contains filtered or unexported fields
}

func (*Stack) Descriptor deprecated

func (*Stack) Descriptor() ([]byte, []int)

Deprecated: Use Stack.ProtoReflect.Descriptor instead.

func (*Stack) GetFrames

func (x *Stack) GetFrames() []*TransitFrame

func (*Stack) GetStackCount

func (x *Stack) GetStackCount() int32

func (*Stack) ProtoMessage

func (*Stack) ProtoMessage()

func (*Stack) ProtoReflect

func (x *Stack) ProtoReflect() protoreflect.Message

func (*Stack) Reset

func (x *Stack) Reset()

func (*Stack) String

func (x *Stack) String() string

type Tagging

type Tagging struct {
	Dictionary *Tagging_Dictionary `protobuf:"bytes,1,opt,name=dictionary,json=d,proto3" json:"dictionary,omitempty"`
	// contains filtered or unexported fields
}

func (*Tagging) Descriptor deprecated

func (*Tagging) Descriptor() ([]byte, []int)

Deprecated: Use Tagging.ProtoReflect.Descriptor instead.

func (*Tagging) GetDictionary

func (x *Tagging) GetDictionary() *Tagging_Dictionary

func (*Tagging) ProtoMessage

func (*Tagging) ProtoMessage()

func (*Tagging) ProtoReflect

func (x *Tagging) ProtoReflect() protoreflect.Message

func (*Tagging) Reset

func (x *Tagging) Reset()

func (*Tagging) String

func (x *Tagging) String() string

type Tagging_Dictionary

type Tagging_Dictionary struct {
	Ids   []string `protobuf:"bytes,1,rep,name=ids,json=i,proto3" json:"ids,omitempty"`
	Block bool     `protobuf:"varint,2,opt,name=block,json=b,proto3" json:"block,omitempty"`
	// contains filtered or unexported fields
}

func (*Tagging_Dictionary) Descriptor deprecated

func (*Tagging_Dictionary) Descriptor() ([]byte, []int)

Deprecated: Use Tagging_Dictionary.ProtoReflect.Descriptor instead.

func (*Tagging_Dictionary) GetBlock

func (x *Tagging_Dictionary) GetBlock() bool

func (*Tagging_Dictionary) GetIds

func (x *Tagging_Dictionary) GetIds() []string

func (*Tagging_Dictionary) ProtoMessage

func (*Tagging_Dictionary) ProtoMessage()

func (*Tagging_Dictionary) ProtoReflect

func (x *Tagging_Dictionary) ProtoReflect() protoreflect.Message

func (*Tagging_Dictionary) Reset

func (x *Tagging_Dictionary) Reset()

func (*Tagging_Dictionary) String

func (x *Tagging_Dictionary) String() string

type TransitFrame

type TransitFrame struct {
	TransitId        uint64                  `protobuf:"varint,1,opt,name=transit_id,json=i,proto3" json:"transit_id,omitempty"`
	Class            TransitFrame_FrameClass `protobuf:"varint,2,opt,name=class,json=c,proto3,enum=omega.TransitFrame_FrameClass" json:"class,omitempty"`
	Version          TransitFrame_Version    `protobuf:"varint,3,opt,name=version,json=v,proto3,enum=omega.TransitFrame_Version" json:"version,omitempty"`
	Timestamp        int64                   `protobuf:"varint,4,opt,name=timestamp,json=t,proto3" json:"timestamp,omitempty"`
	Err              *Error                  `protobuf:"bytes,5,opt,name=err,json=e,proto3" json:"err,omitempty"`
	MessageId        []byte                  `protobuf:"bytes,6,opt,name=message_id,json=m,proto3" json:"message_id,omitempty"`
	RefererMessageId []byte                  `protobuf:"bytes,7,opt,name=referer_message_id,json=rm,proto3" json:"referer_message_id,omitempty"`
	// Types that are assignable to Data:
	//	*TransitFrame_Close
	//	*TransitFrame_Ping
	//	*TransitFrame_Pong
	//	*TransitFrame_Stack
	//	*TransitFrame_Broadcast
	//	*TransitFrame_Hello
	//	*TransitFrame_ServerTime
	//	*TransitFrame_PlaybackChannelMessage
	//	*TransitFrame_GetChannelMeta
	//	*TransitFrame_SetChannelMeta
	//	*TransitFrame_CreateChannel
	//	*TransitFrame_JoinChannel
	//	*TransitFrame_LeaveChannel
	//	*TransitFrame_CloseChannel
	//	*TransitFrame_ChannelMessage
	//	*TransitFrame_ChannelCount
	//	*TransitFrame_ChannelOwnerMessage
	//	*TransitFrame_ReplayChannelMessage
	//	*TransitFrame_GetVoteMeta
	//	*TransitFrame_SetVoteMeta
	//	*TransitFrame_CreateVote
	//	*TransitFrame_JoinVote
	//	*TransitFrame_LeaveVote
	//	*TransitFrame_CloseVote
	//	*TransitFrame_VoteMessage
	//	*TransitFrame_VoteSelect
	//	*TransitFrame_VoteCount
	//	*TransitFrame_VoteOwnerMessage
	//	*TransitFrame_VoteStatus
	//	*TransitFrame_GetSessionMeta
	//	*TransitFrame_SetSessionMeta
	//	*TransitFrame_SessionMessage
	//	*TransitFrame_SessionsMessage
	Data isTransitFrame_Data `protobuf_oneof:"data"`
	// contains filtered or unexported fields
}

func (*TransitFrame) AsError

func (x *TransitFrame) AsError() *TransitFrame

func (*TransitFrame) AsNotification

func (x *TransitFrame) AsNotification() *TransitFrame

func (*TransitFrame) AsNotificationReplay

func (x *TransitFrame) AsNotificationReplay() *TransitFrame

func (*TransitFrame) AsRequest

func (x *TransitFrame) AsRequest() *TransitFrame

func (*TransitFrame) AsRequestReplay

func (x *TransitFrame) AsRequestReplay() *TransitFrame

func (*TransitFrame) AsResponse

func (x *TransitFrame) AsResponse() *TransitFrame

func (*TransitFrame) AsResponseReplay

func (x *TransitFrame) AsResponseReplay() *TransitFrame

func (*TransitFrame) Clone

func (x *TransitFrame) Clone() *TransitFrame

func (*TransitFrame) Descriptor deprecated

func (*TransitFrame) Descriptor() ([]byte, []int)

Deprecated: Use TransitFrame.ProtoReflect.Descriptor instead.

func (*TransitFrame) Error

func (x *TransitFrame) Error() string

func (*TransitFrame) GetBroadcast

func (x *TransitFrame) GetBroadcast() *Broadcast

func (*TransitFrame) GetChannelCount

func (x *TransitFrame) GetChannelCount() *ChannelCount

func (*TransitFrame) GetChannelMessage

func (x *TransitFrame) GetChannelMessage() *ChannelMessage

func (*TransitFrame) GetChannelOwnerMessage

func (x *TransitFrame) GetChannelOwnerMessage() *ChannelOwnerMessage

func (*TransitFrame) GetClass

func (x *TransitFrame) GetClass() TransitFrame_FrameClass

func (*TransitFrame) GetClose

func (x *TransitFrame) GetClose() *Close

func (*TransitFrame) GetCloseChannel

func (x *TransitFrame) GetCloseChannel() *CloseChannel

func (*TransitFrame) GetCloseVote

func (x *TransitFrame) GetCloseVote() *CloseVote

func (*TransitFrame) GetCreateChannel

func (x *TransitFrame) GetCreateChannel() *CreateChannel

func (*TransitFrame) GetCreateVote

func (x *TransitFrame) GetCreateVote() *CreateVote

func (*TransitFrame) GetData

func (m *TransitFrame) GetData() isTransitFrame_Data

func (*TransitFrame) GetErr

func (x *TransitFrame) GetErr() *Error

func (*TransitFrame) GetGetChannelMeta

func (x *TransitFrame) GetGetChannelMeta() *GetChannelMeta

func (*TransitFrame) GetGetSessionMeta

func (x *TransitFrame) GetGetSessionMeta() *GetSessionMeta

func (*TransitFrame) GetGetVoteMeta

func (x *TransitFrame) GetGetVoteMeta() *GetVoteMeta

func (*TransitFrame) GetHello

func (x *TransitFrame) GetHello() *Hello

func (*TransitFrame) GetJoinChannel

func (x *TransitFrame) GetJoinChannel() *JoinChannel

func (*TransitFrame) GetJoinVote

func (x *TransitFrame) GetJoinVote() *JoinVote

func (*TransitFrame) GetLeaveChannel

func (x *TransitFrame) GetLeaveChannel() *LeaveChannel

func (*TransitFrame) GetLeaveVote

func (x *TransitFrame) GetLeaveVote() *LeaveVote

func (*TransitFrame) GetMessageId

func (x *TransitFrame) GetMessageId() []byte

func (*TransitFrame) GetPing

func (x *TransitFrame) GetPing() *Ping

func (*TransitFrame) GetPlaybackChannelMessage

func (x *TransitFrame) GetPlaybackChannelMessage() *PlaybackChannelMessage

func (*TransitFrame) GetPong

func (x *TransitFrame) GetPong() *Pong

func (*TransitFrame) GetRefererMessageId

func (x *TransitFrame) GetRefererMessageId() []byte

func (*TransitFrame) GetReplayChannelMessage

func (x *TransitFrame) GetReplayChannelMessage() *ReplayChannelMessage

func (*TransitFrame) GetServerTime

func (x *TransitFrame) GetServerTime() *ServerTime

func (*TransitFrame) GetSessionMessage

func (x *TransitFrame) GetSessionMessage() *SessionMessage

func (*TransitFrame) GetSessionsMessage

func (x *TransitFrame) GetSessionsMessage() *SessionsMessage

func (*TransitFrame) GetSetChannelMeta

func (x *TransitFrame) GetSetChannelMeta() *SetChannelMeta

func (*TransitFrame) GetSetSessionMeta

func (x *TransitFrame) GetSetSessionMeta() *SetSessionMeta

func (*TransitFrame) GetSetVoteMeta

func (x *TransitFrame) GetSetVoteMeta() *SetVoteMeta

func (*TransitFrame) GetStack

func (x *TransitFrame) GetStack() *Stack

func (*TransitFrame) GetTimestamp

func (x *TransitFrame) GetTimestamp() int64

func (*TransitFrame) GetTransitId

func (x *TransitFrame) GetTransitId() uint64

func (*TransitFrame) GetVersion

func (x *TransitFrame) GetVersion() TransitFrame_Version

func (*TransitFrame) GetVoteCount

func (x *TransitFrame) GetVoteCount() *VoteCount

func (*TransitFrame) GetVoteMessage

func (x *TransitFrame) GetVoteMessage() *VoteMessage

func (*TransitFrame) GetVoteOwnerMessage

func (x *TransitFrame) GetVoteOwnerMessage() *VoteOwnerMessage

func (*TransitFrame) GetVoteSelect

func (x *TransitFrame) GetVoteSelect() *VoteSelect

func (*TransitFrame) GetVoteStatus

func (x *TransitFrame) GetVoteStatus() *VoteStatus

func (*TransitFrame) ProtoMessage

func (*TransitFrame) ProtoMessage()

func (*TransitFrame) ProtoReflect

func (x *TransitFrame) ProtoReflect() protoreflect.Message

func (*TransitFrame) RenewTimestamp

func (x *TransitFrame) RenewTimestamp() *TransitFrame

func (*TransitFrame) Reset

func (x *TransitFrame) Reset()

func (*TransitFrame) SetData

func (x *TransitFrame) SetData(data isTransitFrame_Data) *TransitFrame

func (*TransitFrame) String

func (x *TransitFrame) String() string

type TransitFrameData

type TransitFrameData = isTransitFrame_Data

type TransitFrame_Broadcast

type TransitFrame_Broadcast struct {
	Broadcast *Broadcast `protobuf:"bytes,18,opt,name=Broadcast,proto3,oneof"`
}

type TransitFrame_ChannelCount

type TransitFrame_ChannelCount struct {
	ChannelCount *ChannelCount `protobuf:"bytes,208,opt,name=ChannelCount,proto3,oneof"`
}

type TransitFrame_ChannelMessage

type TransitFrame_ChannelMessage struct {
	ChannelMessage *ChannelMessage `protobuf:"bytes,206,opt,name=ChannelMessage,proto3,oneof"`
}

type TransitFrame_ChannelOwnerMessage

type TransitFrame_ChannelOwnerMessage struct {
	ChannelOwnerMessage *ChannelOwnerMessage `protobuf:"bytes,209,opt,name=ChannelOwnerMessage,proto3,oneof"`
}

type TransitFrame_Close

type TransitFrame_Close struct {
	Close *Close `protobuf:"bytes,8,opt,name=Close,proto3,oneof"`
}

type TransitFrame_CloseChannel

type TransitFrame_CloseChannel struct {
	CloseChannel *CloseChannel `protobuf:"bytes,205,opt,name=CloseChannel,proto3,oneof"`
}

type TransitFrame_CloseVote

type TransitFrame_CloseVote struct {
	CloseVote *CloseVote `protobuf:"bytes,235,opt,name=CloseVote,proto3,oneof"`
}

type TransitFrame_CreateChannel

type TransitFrame_CreateChannel struct {
	CreateChannel *CreateChannel `protobuf:"bytes,202,opt,name=CreateChannel,proto3,oneof"`
}

type TransitFrame_CreateVote

type TransitFrame_CreateVote struct {
	CreateVote *CreateVote `protobuf:"bytes,232,opt,name=CreateVote,proto3,oneof"`
}

type TransitFrame_FrameClass

type TransitFrame_FrameClass int32
const (
	TransitFrame_ClassRequest            TransitFrame_FrameClass = 0
	TransitFrame_ClassResponse           TransitFrame_FrameClass = 1
	TransitFrame_ClassRequestReplay      TransitFrame_FrameClass = 2
	TransitFrame_ClassResponseReplay     TransitFrame_FrameClass = 3
	TransitFrame_ClassNotification       TransitFrame_FrameClass = 4
	TransitFrame_ClassNotificationReplay TransitFrame_FrameClass = 5
	TransitFrame_ClassError              TransitFrame_FrameClass = 9
)

func (TransitFrame_FrameClass) Descriptor

func (TransitFrame_FrameClass) Enum

func (TransitFrame_FrameClass) EnumDescriptor deprecated

func (TransitFrame_FrameClass) EnumDescriptor() ([]byte, []int)

Deprecated: Use TransitFrame_FrameClass.Descriptor instead.

func (TransitFrame_FrameClass) Number

func (TransitFrame_FrameClass) String

func (x TransitFrame_FrameClass) String() string

func (TransitFrame_FrameClass) Type

type TransitFrame_GetChannelMeta

type TransitFrame_GetChannelMeta struct {
	GetChannelMeta *GetChannelMeta `protobuf:"bytes,200,opt,name=GetChannelMeta,proto3,oneof"`
}

type TransitFrame_GetSessionMeta

type TransitFrame_GetSessionMeta struct {
	GetSessionMeta *GetSessionMeta `protobuf:"bytes,250,opt,name=GetSessionMeta,proto3,oneof"`
}

type TransitFrame_GetVoteMeta

type TransitFrame_GetVoteMeta struct {
	GetVoteMeta *GetVoteMeta `protobuf:"bytes,230,opt,name=GetVoteMeta,proto3,oneof"`
}

type TransitFrame_Hello

type TransitFrame_Hello struct {
	Hello *Hello `protobuf:"bytes,19,opt,name=Hello,proto3,oneof"`
}

type TransitFrame_JoinChannel

type TransitFrame_JoinChannel struct {
	JoinChannel *JoinChannel `protobuf:"bytes,203,opt,name=JoinChannel,proto3,oneof"`
}

type TransitFrame_JoinVote

type TransitFrame_JoinVote struct {
	JoinVote *JoinVote `protobuf:"bytes,233,opt,name=JoinVote,proto3,oneof"`
}

type TransitFrame_LeaveChannel

type TransitFrame_LeaveChannel struct {
	LeaveChannel *LeaveChannel `protobuf:"bytes,204,opt,name=LeaveChannel,proto3,oneof"`
}

type TransitFrame_LeaveVote

type TransitFrame_LeaveVote struct {
	LeaveVote *LeaveVote `protobuf:"bytes,234,opt,name=LeaveVote,proto3,oneof"`
}

type TransitFrame_Ping

type TransitFrame_Ping struct {
	Ping *Ping `protobuf:"bytes,9,opt,name=Ping,proto3,oneof"`
}

type TransitFrame_PlaybackChannelMessage

type TransitFrame_PlaybackChannelMessage struct {
	PlaybackChannelMessage *PlaybackChannelMessage `protobuf:"bytes,100,opt,name=PlaybackChannelMessage,proto3,oneof"`
}

type TransitFrame_Pong

type TransitFrame_Pong struct {
	Pong *Pong `protobuf:"bytes,10,opt,name=Pong,proto3,oneof"`
}

type TransitFrame_ReplayChannelMessage

type TransitFrame_ReplayChannelMessage struct {
	ReplayChannelMessage *ReplayChannelMessage `protobuf:"bytes,211,opt,name=ReplayChannelMessage,proto3,oneof"`
}

type TransitFrame_ServerTime

type TransitFrame_ServerTime struct {
	ServerTime *ServerTime `protobuf:"bytes,20,opt,name=ServerTime,proto3,oneof"`
}

type TransitFrame_SessionMessage

type TransitFrame_SessionMessage struct {
	SessionMessage *SessionMessage `protobuf:"bytes,252,opt,name=SessionMessage,proto3,oneof"`
}

type TransitFrame_SessionsMessage

type TransitFrame_SessionsMessage struct {
	SessionsMessage *SessionsMessage `protobuf:"bytes,253,opt,name=SessionsMessage,proto3,oneof"`
}

type TransitFrame_SetChannelMeta

type TransitFrame_SetChannelMeta struct {
	SetChannelMeta *SetChannelMeta `protobuf:"bytes,201,opt,name=SetChannelMeta,proto3,oneof"`
}

type TransitFrame_SetSessionMeta

type TransitFrame_SetSessionMeta struct {
	SetSessionMeta *SetSessionMeta `protobuf:"bytes,251,opt,name=SetSessionMeta,proto3,oneof"`
}

type TransitFrame_SetVoteMeta

type TransitFrame_SetVoteMeta struct {
	SetVoteMeta *SetVoteMeta `protobuf:"bytes,231,opt,name=SetVoteMeta,proto3,oneof"`
}

type TransitFrame_Stack

type TransitFrame_Stack struct {
	Stack *Stack `protobuf:"bytes,16,opt,name=Stack,proto3,oneof"`
}

type TransitFrame_Version

type TransitFrame_Version int32
const (
	TransitFrame_VersionBase TransitFrame_Version = 0
)

func (TransitFrame_Version) Descriptor

func (TransitFrame_Version) Enum

func (TransitFrame_Version) EnumDescriptor deprecated

func (TransitFrame_Version) EnumDescriptor() ([]byte, []int)

Deprecated: Use TransitFrame_Version.Descriptor instead.

func (TransitFrame_Version) Number

func (TransitFrame_Version) String

func (x TransitFrame_Version) String() string

func (TransitFrame_Version) Type

type TransitFrame_VoteCount

type TransitFrame_VoteCount struct {
	VoteCount *VoteCount `protobuf:"bytes,238,opt,name=VoteCount,proto3,oneof"`
}

type TransitFrame_VoteMessage

type TransitFrame_VoteMessage struct {
	VoteMessage *VoteMessage `protobuf:"bytes,236,opt,name=VoteMessage,proto3,oneof"`
}

type TransitFrame_VoteOwnerMessage

type TransitFrame_VoteOwnerMessage struct {
	VoteOwnerMessage *VoteOwnerMessage `protobuf:"bytes,239,opt,name=VoteOwnerMessage,proto3,oneof"`
}

type TransitFrame_VoteSelect

type TransitFrame_VoteSelect struct {
	VoteSelect *VoteSelect `protobuf:"bytes,237,opt,name=VoteSelect,proto3,oneof"`
}

type TransitFrame_VoteStatus

type TransitFrame_VoteStatus struct {
	VoteStatus *VoteStatus `protobuf:"bytes,240,opt,name=VoteStatus,proto3,oneof"`
}

type TransitMessageIDCodec

type TransitMessageIDCodec struct {
}

func (*TransitMessageIDCodec) DecodeString

func (enc *TransitMessageIDCodec) DecodeString(s string) []byte

func (*TransitMessageIDCodec) EncodeToString

func (enc *TransitMessageIDCodec) EncodeToString(src []byte) string

type Volume

type Volume int32
const (
	Volume_VolumePeek       Volume = 0
	Volume_VolumeLowest     Volume = 1
	Volume_VolumeLow        Volume = 2
	Volume_VolumeLowMedium  Volume = 3
	Volume_VolumeMedium     Volume = 4
	Volume_VolumeMediumHigh Volume = 5
	Volume_VolumeHigh       Volume = 6
	Volume_VolumeHighest    Volume = 7
)

func (Volume) Descriptor

func (Volume) Descriptor() protoreflect.EnumDescriptor

func (Volume) Enum

func (x Volume) Enum() *Volume

func (Volume) EnumDescriptor deprecated

func (Volume) EnumDescriptor() ([]byte, []int)

Deprecated: Use Volume.Descriptor instead.

func (Volume) Number

func (x Volume) Number() protoreflect.EnumNumber

func (Volume) String

func (x Volume) String() string

func (Volume) Type

func (Volume) Type() protoreflect.EnumType

type Vote

type Vote struct {
	// contains filtered or unexported fields
}

func (*Vote) Descriptor deprecated

func (*Vote) Descriptor() ([]byte, []int)

Deprecated: Use Vote.ProtoReflect.Descriptor instead.

func (*Vote) ProtoMessage

func (*Vote) ProtoMessage()

func (*Vote) ProtoReflect

func (x *Vote) ProtoReflect() protoreflect.Message

func (*Vote) Reset

func (x *Vote) Reset()

func (*Vote) String

func (x *Vote) String() string

type VoteCount

type VoteCount struct {
	VoteId      string         `protobuf:"bytes,1,opt,name=vote_id,json=vt,proto3" json:"vote_id,omitempty"`
	Key         string         `protobuf:"bytes,2,opt,name=key,json=k,proto3" json:"key,omitempty"`
	VoteOptions []*Vote_Option `protobuf:"bytes,3,rep,name=vote_options,json=vtos,proto3" json:"vote_options,omitempty"`
	// contains filtered or unexported fields
}

func (*VoteCount) Descriptor deprecated

func (*VoteCount) Descriptor() ([]byte, []int)

Deprecated: Use VoteCount.ProtoReflect.Descriptor instead.

func (*VoteCount) GetKey

func (x *VoteCount) GetKey() string

func (*VoteCount) GetVoteId

func (x *VoteCount) GetVoteId() string

func (*VoteCount) GetVoteOptions

func (x *VoteCount) GetVoteOptions() []*Vote_Option

func (*VoteCount) ProtoMessage

func (*VoteCount) ProtoMessage()

func (*VoteCount) ProtoReflect

func (x *VoteCount) ProtoReflect() protoreflect.Message

func (*VoteCount) Reset

func (x *VoteCount) Reset()

func (*VoteCount) String

func (x *VoteCount) String() string

type VoteMessage

type VoteMessage struct {
	VoteId        string `protobuf:"bytes,1,opt,name=vote_id,json=vt,proto3" json:"vote_id,omitempty"`
	FromSession   string `protobuf:"bytes,2,opt,name=from_session,json=fs,proto3" json:"from_session,omitempty"`
	Subject       string `protobuf:"bytes,3,opt,name=subject,json=sub,proto3" json:"subject,omitempty"`
	Message       string `protobuf:"bytes,4,opt,name=message,json=m,proto3" json:"message,omitempty"`
	Sequential    bool   `protobuf:"varint,8,opt,name=sequential,json=se,proto3" json:"sequential,omitempty"`
	RoleIndicator Role   `protobuf:"varint,9,opt,name=roleIndicator,json=ri,proto3,enum=omega.Role" json:"roleIndicator,omitempty"`
	// contains filtered or unexported fields
}

func (*VoteMessage) Descriptor deprecated

func (*VoteMessage) Descriptor() ([]byte, []int)

Deprecated: Use VoteMessage.ProtoReflect.Descriptor instead.

func (*VoteMessage) GetFromSession

func (x *VoteMessage) GetFromSession() string

func (*VoteMessage) GetMessage

func (x *VoteMessage) GetMessage() string

func (*VoteMessage) GetRoleIndicator

func (x *VoteMessage) GetRoleIndicator() Role

func (*VoteMessage) GetSequential

func (x *VoteMessage) GetSequential() bool

func (*VoteMessage) GetSubject

func (x *VoteMessage) GetSubject() string

func (*VoteMessage) GetVoteId

func (x *VoteMessage) GetVoteId() string

func (*VoteMessage) ProtoMessage

func (*VoteMessage) ProtoMessage()

func (*VoteMessage) ProtoReflect

func (x *VoteMessage) ProtoReflect() protoreflect.Message

func (*VoteMessage) Reset

func (x *VoteMessage) Reset()

func (*VoteMessage) String

func (x *VoteMessage) String() string

type VoteOwnerMessage

type VoteOwnerMessage struct {
	VoteId     string `protobuf:"bytes,1,opt,name=vote_id,json=vt,proto3" json:"vote_id,omitempty"`
	Message    string `protobuf:"bytes,2,opt,name=message,json=m,proto3" json:"message,omitempty"`
	Sequential bool   `protobuf:"varint,8,opt,name=sequential,json=se,proto3" json:"sequential,omitempty"`
	// contains filtered or unexported fields
}

func (*VoteOwnerMessage) Descriptor deprecated

func (*VoteOwnerMessage) Descriptor() ([]byte, []int)

Deprecated: Use VoteOwnerMessage.ProtoReflect.Descriptor instead.

func (*VoteOwnerMessage) GetMessage

func (x *VoteOwnerMessage) GetMessage() string

func (*VoteOwnerMessage) GetSequential

func (x *VoteOwnerMessage) GetSequential() bool

func (*VoteOwnerMessage) GetVoteId

func (x *VoteOwnerMessage) GetVoteId() string

func (*VoteOwnerMessage) ProtoMessage

func (*VoteOwnerMessage) ProtoMessage()

func (*VoteOwnerMessage) ProtoReflect

func (x *VoteOwnerMessage) ProtoReflect() protoreflect.Message

func (*VoteOwnerMessage) Reset

func (x *VoteOwnerMessage) Reset()

func (*VoteOwnerMessage) String

func (x *VoteOwnerMessage) String() string

type VoteSelect

type VoteSelect struct {
	VoteId       string `protobuf:"bytes,1,opt,name=vote_id,json=vt,proto3" json:"vote_id,omitempty"`
	SessionId    string `protobuf:"bytes,2,opt,name=session_id,json=s,proto3" json:"session_id,omitempty"`
	Subject      string `protobuf:"bytes,3,opt,name=subject,json=sub,proto3" json:"subject,omitempty"`
	VoteOptionId string `protobuf:"bytes,4,opt,name=vote_option_id,json=vto,proto3" json:"vote_option_id,omitempty"`
	Deny         bool   `protobuf:"varint,5,opt,name=deny,json=de,proto3" json:"deny,omitempty"`
	// contains filtered or unexported fields
}

func (*VoteSelect) Descriptor deprecated

func (*VoteSelect) Descriptor() ([]byte, []int)

Deprecated: Use VoteSelect.ProtoReflect.Descriptor instead.

func (*VoteSelect) GetDeny

func (x *VoteSelect) GetDeny() bool

func (*VoteSelect) GetSessionId

func (x *VoteSelect) GetSessionId() string

func (*VoteSelect) GetSubject

func (x *VoteSelect) GetSubject() string

func (*VoteSelect) GetVoteId

func (x *VoteSelect) GetVoteId() string

func (*VoteSelect) GetVoteOptionId

func (x *VoteSelect) GetVoteOptionId() string

func (*VoteSelect) ProtoMessage

func (*VoteSelect) ProtoMessage()

func (*VoteSelect) ProtoReflect

func (x *VoteSelect) ProtoReflect() protoreflect.Message

func (*VoteSelect) Reset

func (x *VoteSelect) Reset()

func (*VoteSelect) String

func (x *VoteSelect) String() string

type VoteStatus

type VoteStatus struct {
	VoteId string      `protobuf:"bytes,1,opt,name=vote_id,json=vt,proto3" json:"vote_id,omitempty"`
	Status Vote_Status `protobuf:"varint,2,opt,name=status,json=st,proto3,enum=omega.Vote_Status" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*VoteStatus) Descriptor deprecated

func (*VoteStatus) Descriptor() ([]byte, []int)

Deprecated: Use VoteStatus.ProtoReflect.Descriptor instead.

func (*VoteStatus) GetStatus

func (x *VoteStatus) GetStatus() Vote_Status

func (*VoteStatus) GetVoteId

func (x *VoteStatus) GetVoteId() string

func (*VoteStatus) ProtoMessage

func (*VoteStatus) ProtoMessage()

func (*VoteStatus) ProtoReflect

func (x *VoteStatus) ProtoReflect() protoreflect.Message

func (*VoteStatus) Reset

func (x *VoteStatus) Reset()

func (*VoteStatus) String

func (x *VoteStatus) String() string

type Vote_Option

type Vote_Option struct {
	Id          string   `protobuf:"bytes,1,opt,name=id,json=i,proto3" json:"id,omitempty"`
	Name        string   `protobuf:"bytes,2,opt,name=name,json=n,proto3" json:"name,omitempty"`
	Count       int32    `protobuf:"varint,3,opt,name=count,json=c,proto3" json:"count,omitempty"`
	SubjectList []string `protobuf:"bytes,4,rep,name=subject_list,json=subl,proto3" json:"subject_list,omitempty"`
	// contains filtered or unexported fields
}

func (*Vote_Option) Descriptor deprecated

func (*Vote_Option) Descriptor() ([]byte, []int)

Deprecated: Use Vote_Option.ProtoReflect.Descriptor instead.

func (*Vote_Option) GetCount

func (x *Vote_Option) GetCount() int32

func (*Vote_Option) GetId

func (x *Vote_Option) GetId() string

func (*Vote_Option) GetName

func (x *Vote_Option) GetName() string

func (*Vote_Option) GetSubjectList

func (x *Vote_Option) GetSubjectList() []string

func (*Vote_Option) ProtoMessage

func (*Vote_Option) ProtoMessage()

func (*Vote_Option) ProtoReflect

func (x *Vote_Option) ProtoReflect() protoreflect.Message

func (*Vote_Option) Reset

func (x *Vote_Option) Reset()

func (*Vote_Option) String

func (x *Vote_Option) String() string

type Vote_Status

type Vote_Status int32
const (
	Vote_StatusDeny  Vote_Status = 0
	Vote_StatusAllow Vote_Status = 1
)

func (Vote_Status) Descriptor

func (Vote_Status) Enum

func (x Vote_Status) Enum() *Vote_Status

func (Vote_Status) EnumDescriptor deprecated

func (Vote_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use Vote_Status.Descriptor instead.

func (Vote_Status) Number

func (x Vote_Status) Number() protoreflect.EnumNumber

func (Vote_Status) String

func (x Vote_Status) String() string

func (Vote_Status) Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL