Documentation ¶
Index ¶
- Variables
- type Session
- func (*Session) Descriptor() ([]byte, []int)deprecated
- func (x *Session) GetCluster() string
- func (x *Session) GetCreated() string
- func (x *Session) GetFailure() bool
- func (x *Session) GetGameCore() string
- func (x *Session) GetGameFile() string
- func (x *Session) GetGameName() string
- func (x *Session) GetID() string
- func (x *Session) GetIsLocal() string
- func (x *Session) GetOriginator() string
- func (x *Session) GetOriginatorUserSession() string
- func (x *Session) GetStarted() *timestamppb.Timestamp
- func (x *Session) GetStopped() *timestamppb.Timestamp
- func (x *Session) GetTerminationSuccessful() bool
- func (x *Session) GetUIDs() []string
- func (x *Session) GetUserSessions() []string
- func (*Session) ProtoMessage()
- func (x *Session) ProtoReflect() protoreflect.Message
- func (x *Session) Reset()
- func (x *Session) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_session_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct { ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` Cluster string `protobuf:"bytes,2,opt,name=Cluster,proto3" json:"Cluster,omitempty"` Created string `protobuf:"bytes,3,opt,name=Created,proto3" json:"Created,omitempty"` GameName string `protobuf:"bytes,4,opt,name=GameName,proto3" json:"GameName,omitempty"` IsLocal string `protobuf:"bytes,5,opt,name=IsLocal,proto3" json:"IsLocal,omitempty"` Originator string `protobuf:"bytes,6,opt,name=Originator,proto3" json:"Originator,omitempty"` OriginatorUserSession string `protobuf:"bytes,7,opt,name=OriginatorUserSession,proto3" json:"OriginatorUserSession,omitempty"` Failure bool `protobuf:"varint,8,opt,name=Failure,proto3" json:"Failure,omitempty"` UIDs []string `protobuf:"bytes,9,rep,name=UIDs,proto3" json:"UIDs,omitempty"` UserSessions []string `protobuf:"bytes,10,rep,name=UserSessions,proto3" json:"UserSessions,omitempty"` Started *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=Started,proto3" json:"Started,omitempty"` Stopped *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=Stopped,proto3" json:"Stopped,omitempty"` GameCore string `protobuf:"bytes,13,opt,name=GameCore,proto3" json:"GameCore,omitempty"` GameFile string `protobuf:"bytes,14,opt,name=GameFile,proto3" json:"GameFile,omitempty"` TerminationSuccessful bool `protobuf:"varint,15,opt,name=TerminationSuccessful,proto3" json:"TerminationSuccessful,omitempty"` // contains filtered or unexported fields }
func (*Session) Descriptor
deprecated
func (*Session) GetCluster ¶
func (*Session) GetCreated ¶
func (*Session) GetFailure ¶
func (*Session) GetGameCore ¶
func (*Session) GetGameFile ¶
func (*Session) GetGameName ¶
func (*Session) GetIsLocal ¶
func (*Session) GetOriginator ¶
func (*Session) GetOriginatorUserSession ¶
func (*Session) GetStarted ¶
func (x *Session) GetStarted() *timestamppb.Timestamp
func (*Session) GetStopped ¶
func (x *Session) GetStopped() *timestamppb.Timestamp
func (*Session) GetTerminationSuccessful ¶
func (*Session) GetUserSessions ¶
func (*Session) ProtoMessage ¶
func (*Session) ProtoMessage()
func (*Session) ProtoReflect ¶
func (x *Session) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.