Documentation
¶
Index ¶
- Variables
- type CreateEventRequest
- func (x *CreateEventRequest) ClearEvent()
- func (x *CreateEventRequest) GetEvent() *Event
- func (x *CreateEventRequest) HasEvent() bool
- func (*CreateEventRequest) ProtoMessage()
- func (x *CreateEventRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEventRequest) Reset()
- func (x *CreateEventRequest) SetEvent(v *Event)
- func (x *CreateEventRequest) String() string
- type CreateEventRequest_builder
- type CreateEventResponse
- func (x *CreateEventResponse) ClearEvent()
- func (x *CreateEventResponse) GetEvent() *Event
- func (x *CreateEventResponse) HasEvent() bool
- func (*CreateEventResponse) ProtoMessage()
- func (x *CreateEventResponse) ProtoReflect() protoreflect.Message
- func (x *CreateEventResponse) Reset()
- func (x *CreateEventResponse) SetEvent(v *Event)
- func (x *CreateEventResponse) String() string
- type CreateEventResponse_builder
- type DeleteEventRequest
- func (x *DeleteEventRequest) ClearEventSelector()
- func (x *DeleteEventRequest) GetEventSelector() *v1.EventSelector
- func (x *DeleteEventRequest) HasEventSelector() bool
- func (*DeleteEventRequest) ProtoMessage()
- func (x *DeleteEventRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteEventRequest) Reset()
- func (x *DeleteEventRequest) SetEventSelector(v *v1.EventSelector)
- func (x *DeleteEventRequest) String() string
- type DeleteEventRequest_builder
- type DeleteEventResponse
- type DeleteEventResponse_builder
- type Event
- func (x *Event) ClearEventTime()
- func (x *Event) ClearReplayInfo()
- func (x *Event) GetDescription() string
- func (x *Event) GetEventTime() *timestamppb.Timestamp
- func (x *Event) GetId() uint32
- func (x *Event) GetIrSessionId() int32
- func (x *Event) GetKey() string
- func (x *Event) GetMultiClass() bool
- func (x *Event) GetName() string
- func (x *Event) GetNumCarClasses() uint32
- func (x *Event) GetNumCarTypes() uint32
- func (x *Event) GetPitSpeed() float32
- func (x *Event) GetRaceloggerVersion() string
- func (x *Event) GetReplayInfo() *ReplayInfo
- func (x *Event) GetSessions() []*Session
- func (x *Event) GetTeamRacing() bool
- func (x *Event) GetTrackId() uint32
- func (x *Event) HasEventTime() bool
- func (x *Event) HasReplayInfo() bool
- func (*Event) ProtoMessage()
- func (x *Event) ProtoReflect() protoreflect.Message
- func (x *Event) Reset()
- func (x *Event) SetDescription(v string)
- func (x *Event) SetEventTime(v *timestamppb.Timestamp)
- func (x *Event) SetId(v uint32)
- func (x *Event) SetIrSessionId(v int32)
- func (x *Event) SetKey(v string)
- func (x *Event) SetMultiClass(v bool)
- func (x *Event) SetName(v string)
- func (x *Event) SetNumCarClasses(v uint32)
- func (x *Event) SetNumCarTypes(v uint32)
- func (x *Event) SetPitSpeed(v float32)
- func (x *Event) SetRaceloggerVersion(v string)
- func (x *Event) SetReplayInfo(v *ReplayInfo)
- func (x *Event) SetSessions(v []*Session)
- func (x *Event) SetTeamRacing(v bool)
- func (x *Event) SetTrackId(v uint32)
- func (x *Event) String() string
- type Event_builder
- type GetEventRequest
- func (x *GetEventRequest) ClearEventSelector()
- func (x *GetEventRequest) GetEventSelector() *v1.EventSelector
- func (x *GetEventRequest) HasEventSelector() bool
- func (*GetEventRequest) ProtoMessage()
- func (x *GetEventRequest) ProtoReflect() protoreflect.Message
- func (x *GetEventRequest) Reset()
- func (x *GetEventRequest) SetEventSelector(v *v1.EventSelector)
- func (x *GetEventRequest) String() string
- type GetEventRequest_builder
- type GetEventResponse
- func (x *GetEventResponse) ClearAnalysis()
- func (x *GetEventResponse) ClearCar()
- func (x *GetEventResponse) ClearEvent()
- func (x *GetEventResponse) ClearSpeedmap()
- func (x *GetEventResponse) ClearState()
- func (x *GetEventResponse) ClearTrack()
- func (x *GetEventResponse) GetAnalysis() *v12.Analysis
- func (x *GetEventResponse) GetCar() *v14.CarContainer
- func (x *GetEventResponse) GetEvent() *Event
- func (x *GetEventResponse) GetSpeedmap() *v15.Speedmap
- func (x *GetEventResponse) GetState() *v13.StateContainer
- func (x *GetEventResponse) GetTrack() *v11.Track
- func (x *GetEventResponse) HasAnalysis() bool
- func (x *GetEventResponse) HasCar() bool
- func (x *GetEventResponse) HasEvent() bool
- func (x *GetEventResponse) HasSpeedmap() bool
- func (x *GetEventResponse) HasState() bool
- func (x *GetEventResponse) HasTrack() bool
- func (*GetEventResponse) ProtoMessage()
- func (x *GetEventResponse) ProtoReflect() protoreflect.Message
- func (x *GetEventResponse) Reset()
- func (x *GetEventResponse) SetAnalysis(v *v12.Analysis)
- func (x *GetEventResponse) SetCar(v *v14.CarContainer)
- func (x *GetEventResponse) SetEvent(v *Event)
- func (x *GetEventResponse) SetSpeedmap(v *v15.Speedmap)
- func (x *GetEventResponse) SetState(v *v13.StateContainer)
- func (x *GetEventResponse) SetTrack(v *v11.Track)
- func (x *GetEventResponse) String() string
- type GetEventResponse_builder
- type GetEventsRequest
- type GetEventsRequest_builder
- type GetEventsResponse
- func (x *GetEventsResponse) ClearEvent()
- func (x *GetEventsResponse) GetEvent() *Event
- func (x *GetEventsResponse) HasEvent() bool
- func (*GetEventsResponse) ProtoMessage()
- func (x *GetEventsResponse) ProtoReflect() protoreflect.Message
- func (x *GetEventsResponse) Reset()
- func (x *GetEventsResponse) SetEvent(v *Event)
- func (x *GetEventsResponse) String() string
- type GetEventsResponse_builder
- type GetLatestEventsRequest
- func (x *GetLatestEventsRequest) GetLimit() int32
- func (x *GetLatestEventsRequest) GetOffset() int32
- func (*GetLatestEventsRequest) ProtoMessage()
- func (x *GetLatestEventsRequest) ProtoReflect() protoreflect.Message
- func (x *GetLatestEventsRequest) Reset()
- func (x *GetLatestEventsRequest) SetLimit(v int32)
- func (x *GetLatestEventsRequest) SetOffset(v int32)
- func (x *GetLatestEventsRequest) String() string
- type GetLatestEventsRequest_builder
- type GetLatestEventsResponse
- func (x *GetLatestEventsResponse) GetEvents() []*Event
- func (*GetLatestEventsResponse) ProtoMessage()
- func (x *GetLatestEventsResponse) ProtoReflect() protoreflect.Message
- func (x *GetLatestEventsResponse) Reset()
- func (x *GetLatestEventsResponse) SetEvents(v []*Event)
- func (x *GetLatestEventsResponse) String() string
- type GetLatestEventsResponse_builder
- type ReplayInfo
- func (x *ReplayInfo) ClearMinTimestamp()
- func (x *ReplayInfo) GetMaxSessionTime() float32
- func (x *ReplayInfo) GetMinSessionTime() float32
- func (x *ReplayInfo) GetMinTimestamp() *timestamppb.Timestamp
- func (x *ReplayInfo) HasMinTimestamp() bool
- func (*ReplayInfo) ProtoMessage()
- func (x *ReplayInfo) ProtoReflect() protoreflect.Message
- func (x *ReplayInfo) Reset()
- func (x *ReplayInfo) SetMaxSessionTime(v float32)
- func (x *ReplayInfo) SetMinSessionTime(v float32)
- func (x *ReplayInfo) SetMinTimestamp(v *timestamppb.Timestamp)
- func (x *ReplayInfo) String() string
- type ReplayInfo_builder
- type Session
- type Session_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_testrepo_event_v1_event_proto protoreflect.FileDescriptor
View Source
var File_testrepo_event_v1_event_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CreateEventRequest ¶
type CreateEventRequest struct {
Event *Event `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
// contains filtered or unexported fields
}
func (*CreateEventRequest) ClearEvent ¶
func (x *CreateEventRequest) ClearEvent()
func (*CreateEventRequest) GetEvent ¶
func (x *CreateEventRequest) GetEvent() *Event
func (*CreateEventRequest) HasEvent ¶
func (x *CreateEventRequest) HasEvent() bool
func (*CreateEventRequest) ProtoMessage ¶
func (*CreateEventRequest) ProtoMessage()
func (*CreateEventRequest) ProtoReflect ¶
func (x *CreateEventRequest) ProtoReflect() protoreflect.Message
func (*CreateEventRequest) Reset ¶
func (x *CreateEventRequest) Reset()
func (*CreateEventRequest) SetEvent ¶
func (x *CreateEventRequest) SetEvent(v *Event)
func (*CreateEventRequest) String ¶
func (x *CreateEventRequest) String() string
type CreateEventRequest_builder ¶
type CreateEventRequest_builder struct {
Event *Event
// contains filtered or unexported fields
}
func (CreateEventRequest_builder) Build ¶
func (b0 CreateEventRequest_builder) Build() *CreateEventRequest
type CreateEventResponse ¶
type CreateEventResponse struct {
Event *Event `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
// contains filtered or unexported fields
}
func (*CreateEventResponse) ClearEvent ¶
func (x *CreateEventResponse) ClearEvent()
func (*CreateEventResponse) GetEvent ¶
func (x *CreateEventResponse) GetEvent() *Event
func (*CreateEventResponse) HasEvent ¶
func (x *CreateEventResponse) HasEvent() bool
func (*CreateEventResponse) ProtoMessage ¶
func (*CreateEventResponse) ProtoMessage()
func (*CreateEventResponse) ProtoReflect ¶
func (x *CreateEventResponse) ProtoReflect() protoreflect.Message
func (*CreateEventResponse) Reset ¶
func (x *CreateEventResponse) Reset()
func (*CreateEventResponse) SetEvent ¶
func (x *CreateEventResponse) SetEvent(v *Event)
func (*CreateEventResponse) String ¶
func (x *CreateEventResponse) String() string
type CreateEventResponse_builder ¶
type CreateEventResponse_builder struct {
Event *Event
// contains filtered or unexported fields
}
func (CreateEventResponse_builder) Build ¶
func (b0 CreateEventResponse_builder) Build() *CreateEventResponse
type DeleteEventRequest ¶
type DeleteEventRequest struct {
EventSelector *v1.EventSelector `protobuf:"bytes,1,opt,name=event_selector,json=eventSelector,proto3" json:"event_selector,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteEventRequest) ClearEventSelector ¶
func (x *DeleteEventRequest) ClearEventSelector()
func (*DeleteEventRequest) GetEventSelector ¶
func (x *DeleteEventRequest) GetEventSelector() *v1.EventSelector
func (*DeleteEventRequest) HasEventSelector ¶
func (x *DeleteEventRequest) HasEventSelector() bool
func (*DeleteEventRequest) ProtoMessage ¶
func (*DeleteEventRequest) ProtoMessage()
func (*DeleteEventRequest) ProtoReflect ¶
func (x *DeleteEventRequest) ProtoReflect() protoreflect.Message
func (*DeleteEventRequest) Reset ¶
func (x *DeleteEventRequest) Reset()
func (*DeleteEventRequest) SetEventSelector ¶
func (x *DeleteEventRequest) SetEventSelector(v *v1.EventSelector)
func (*DeleteEventRequest) String ¶
func (x *DeleteEventRequest) String() string
type DeleteEventRequest_builder ¶
type DeleteEventRequest_builder struct {
EventSelector *v1.EventSelector
// contains filtered or unexported fields
}
func (DeleteEventRequest_builder) Build ¶
func (b0 DeleteEventRequest_builder) Build() *DeleteEventRequest
type DeleteEventResponse ¶
type DeleteEventResponse struct {
// contains filtered or unexported fields
}
func (*DeleteEventResponse) ProtoMessage ¶
func (*DeleteEventResponse) ProtoMessage()
func (*DeleteEventResponse) ProtoReflect ¶
func (x *DeleteEventResponse) ProtoReflect() protoreflect.Message
func (*DeleteEventResponse) Reset ¶
func (x *DeleteEventResponse) Reset()
func (*DeleteEventResponse) String ¶
func (x *DeleteEventResponse) String() string
type DeleteEventResponse_builder ¶
type DeleteEventResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteEventResponse_builder) Build ¶
func (b0 DeleteEventResponse_builder) Build() *DeleteEventResponse
type Event ¶
type Event struct {
Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
EventTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=event_time,json=eventTime,proto3" json:"event_time,omitempty"`
RaceloggerVersion string `protobuf:"bytes,6,opt,name=racelogger_version,json=raceloggerVersion,proto3" json:"racelogger_version,omitempty"`
TeamRacing bool `protobuf:"varint,7,opt,name=team_racing,json=teamRacing,proto3" json:"team_racing,omitempty"`
MultiClass bool `protobuf:"varint,8,opt,name=multi_class,json=multiClass,proto3" json:"multi_class,omitempty"`
NumCarTypes uint32 `protobuf:"varint,9,opt,name=num_car_types,json=numCarTypes,proto3" json:"num_car_types,omitempty"`
NumCarClasses uint32 `protobuf:"varint,10,opt,name=num_car_classes,json=numCarClasses,proto3" json:"num_car_classes,omitempty"`
IrSessionId int32 `protobuf:"varint,11,opt,name=ir_session_id,json=irSessionId,proto3" json:"ir_session_id,omitempty"`
TrackId uint32 `protobuf:"varint,12,opt,name=track_id,json=trackId,proto3" json:"track_id,omitempty"`
Sessions []*Session `protobuf:"bytes,13,rep,name=sessions,proto3" json:"sessions,omitempty"`
PitSpeed float32 `protobuf:"fixed32,14,opt,name=pit_speed,json=pitSpeed,proto3" json:"pit_speed,omitempty"`
ReplayInfo *ReplayInfo `protobuf:"bytes,15,opt,name=replay_info,json=replayInfo,proto3" json:"replay_info,omitempty"`
// contains filtered or unexported fields
}
Event
func (*Event) GetEventTime ¶
func (x *Event) GetEventTime() *timestamppb.Timestamp
func (*Event) GetReplayInfo ¶
func (x *Event) GetReplayInfo() *ReplayInfo
func (*Event) ProtoReflect ¶
func (x *Event) ProtoReflect() protoreflect.Message
func (*Event) SetEventTime ¶
func (x *Event) SetEventTime(v *timestamppb.Timestamp)
func (*Event) SetReplayInfo ¶
func (x *Event) SetReplayInfo(v *ReplayInfo)
type Event_builder ¶
type Event_builder struct {
Id uint32
Key string
Name string
Description string
EventTime *timestamppb.Timestamp
RaceloggerVersion string
TeamRacing bool
MultiClass bool
NumCarTypes uint32
NumCarClasses uint32
IrSessionId int32
TrackId uint32
Sessions []*Session
PitSpeed float32
ReplayInfo *ReplayInfo
// contains filtered or unexported fields
}
func (Event_builder) Build ¶
func (b0 Event_builder) Build() *Event
type GetEventRequest ¶
type GetEventRequest struct {
EventSelector *v1.EventSelector `protobuf:"bytes,1,opt,name=event_selector,json=eventSelector,proto3" json:"event_selector,omitempty"`
// contains filtered or unexported fields
}
func (*GetEventRequest) ClearEventSelector ¶
func (x *GetEventRequest) ClearEventSelector()
func (*GetEventRequest) GetEventSelector ¶
func (x *GetEventRequest) GetEventSelector() *v1.EventSelector
func (*GetEventRequest) HasEventSelector ¶
func (x *GetEventRequest) HasEventSelector() bool
func (*GetEventRequest) ProtoMessage ¶
func (*GetEventRequest) ProtoMessage()
func (*GetEventRequest) ProtoReflect ¶
func (x *GetEventRequest) ProtoReflect() protoreflect.Message
func (*GetEventRequest) Reset ¶
func (x *GetEventRequest) Reset()
func (*GetEventRequest) SetEventSelector ¶
func (x *GetEventRequest) SetEventSelector(v *v1.EventSelector)
func (*GetEventRequest) String ¶
func (x *GetEventRequest) String() string
type GetEventRequest_builder ¶
type GetEventRequest_builder struct {
EventSelector *v1.EventSelector
// contains filtered or unexported fields
}
func (GetEventRequest_builder) Build ¶
func (b0 GetEventRequest_builder) Build() *GetEventRequest
type GetEventResponse ¶
type GetEventResponse struct {
Event *Event `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
Track *v11.Track `protobuf:"bytes,2,opt,name=track,proto3" json:"track,omitempty"`
Analysis *v12.Analysis `protobuf:"bytes,3,opt,name=analysis,proto3" json:"analysis,omitempty"`
State *v13.StateContainer `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
Car *v14.CarContainer `protobuf:"bytes,5,opt,name=car,proto3" json:"car,omitempty"`
Speedmap *v15.Speedmap `protobuf:"bytes,6,opt,name=speedmap,proto3" json:"speedmap,omitempty"`
// contains filtered or unexported fields
}
func (*GetEventResponse) ClearAnalysis ¶
func (x *GetEventResponse) ClearAnalysis()
func (*GetEventResponse) ClearCar ¶
func (x *GetEventResponse) ClearCar()
func (*GetEventResponse) ClearEvent ¶
func (x *GetEventResponse) ClearEvent()
func (*GetEventResponse) ClearSpeedmap ¶
func (x *GetEventResponse) ClearSpeedmap()
func (*GetEventResponse) ClearState ¶
func (x *GetEventResponse) ClearState()
func (*GetEventResponse) ClearTrack ¶
func (x *GetEventResponse) ClearTrack()
func (*GetEventResponse) GetAnalysis ¶
func (x *GetEventResponse) GetAnalysis() *v12.Analysis
func (*GetEventResponse) GetCar ¶
func (x *GetEventResponse) GetCar() *v14.CarContainer
func (*GetEventResponse) GetEvent ¶
func (x *GetEventResponse) GetEvent() *Event
func (*GetEventResponse) GetSpeedmap ¶
func (x *GetEventResponse) GetSpeedmap() *v15.Speedmap
func (*GetEventResponse) GetState ¶
func (x *GetEventResponse) GetState() *v13.StateContainer
func (*GetEventResponse) GetTrack ¶
func (x *GetEventResponse) GetTrack() *v11.Track
func (*GetEventResponse) HasAnalysis ¶
func (x *GetEventResponse) HasAnalysis() bool
func (*GetEventResponse) HasCar ¶
func (x *GetEventResponse) HasCar() bool
func (*GetEventResponse) HasEvent ¶
func (x *GetEventResponse) HasEvent() bool
func (*GetEventResponse) HasSpeedmap ¶
func (x *GetEventResponse) HasSpeedmap() bool
func (*GetEventResponse) HasState ¶
func (x *GetEventResponse) HasState() bool
func (*GetEventResponse) HasTrack ¶
func (x *GetEventResponse) HasTrack() bool
func (*GetEventResponse) ProtoMessage ¶
func (*GetEventResponse) ProtoMessage()
func (*GetEventResponse) ProtoReflect ¶
func (x *GetEventResponse) ProtoReflect() protoreflect.Message
func (*GetEventResponse) Reset ¶
func (x *GetEventResponse) Reset()
func (*GetEventResponse) SetAnalysis ¶
func (x *GetEventResponse) SetAnalysis(v *v12.Analysis)
func (*GetEventResponse) SetCar ¶
func (x *GetEventResponse) SetCar(v *v14.CarContainer)
func (*GetEventResponse) SetEvent ¶
func (x *GetEventResponse) SetEvent(v *Event)
func (*GetEventResponse) SetSpeedmap ¶
func (x *GetEventResponse) SetSpeedmap(v *v15.Speedmap)
func (*GetEventResponse) SetState ¶
func (x *GetEventResponse) SetState(v *v13.StateContainer)
func (*GetEventResponse) SetTrack ¶
func (x *GetEventResponse) SetTrack(v *v11.Track)
func (*GetEventResponse) String ¶
func (x *GetEventResponse) String() string
type GetEventResponse_builder ¶
type GetEventResponse_builder struct {
Event *Event
Track *v11.Track
Analysis *v12.Analysis
State *v13.StateContainer
Car *v14.CarContainer
Speedmap *v15.Speedmap
// contains filtered or unexported fields
}
func (GetEventResponse_builder) Build ¶
func (b0 GetEventResponse_builder) Build() *GetEventResponse
type GetEventsRequest ¶
type GetEventsRequest struct {
// contains filtered or unexported fields
}
func (*GetEventsRequest) ProtoMessage ¶
func (*GetEventsRequest) ProtoMessage()
func (*GetEventsRequest) ProtoReflect ¶
func (x *GetEventsRequest) ProtoReflect() protoreflect.Message
func (*GetEventsRequest) Reset ¶
func (x *GetEventsRequest) Reset()
func (*GetEventsRequest) String ¶
func (x *GetEventsRequest) String() string
type GetEventsRequest_builder ¶
type GetEventsRequest_builder struct {
// contains filtered or unexported fields
}
func (GetEventsRequest_builder) Build ¶
func (b0 GetEventsRequest_builder) Build() *GetEventsRequest
type GetEventsResponse ¶
type GetEventsResponse struct {
Event *Event `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
// contains filtered or unexported fields
}
func (*GetEventsResponse) ClearEvent ¶
func (x *GetEventsResponse) ClearEvent()
func (*GetEventsResponse) GetEvent ¶
func (x *GetEventsResponse) GetEvent() *Event
func (*GetEventsResponse) HasEvent ¶
func (x *GetEventsResponse) HasEvent() bool
func (*GetEventsResponse) ProtoMessage ¶
func (*GetEventsResponse) ProtoMessage()
func (*GetEventsResponse) ProtoReflect ¶
func (x *GetEventsResponse) ProtoReflect() protoreflect.Message
func (*GetEventsResponse) Reset ¶
func (x *GetEventsResponse) Reset()
func (*GetEventsResponse) SetEvent ¶
func (x *GetEventsResponse) SetEvent(v *Event)
func (*GetEventsResponse) String ¶
func (x *GetEventsResponse) String() string
type GetEventsResponse_builder ¶
type GetEventsResponse_builder struct {
Event *Event
// contains filtered or unexported fields
}
func (GetEventsResponse_builder) Build ¶
func (b0 GetEventsResponse_builder) Build() *GetEventsResponse
type GetLatestEventsRequest ¶
type GetLatestEventsRequest struct {
Offset int32 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
Limit int32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
// contains filtered or unexported fields
}
func (*GetLatestEventsRequest) GetLimit ¶
func (x *GetLatestEventsRequest) GetLimit() int32
func (*GetLatestEventsRequest) GetOffset ¶
func (x *GetLatestEventsRequest) GetOffset() int32
func (*GetLatestEventsRequest) ProtoMessage ¶
func (*GetLatestEventsRequest) ProtoMessage()
func (*GetLatestEventsRequest) ProtoReflect ¶
func (x *GetLatestEventsRequest) ProtoReflect() protoreflect.Message
func (*GetLatestEventsRequest) Reset ¶
func (x *GetLatestEventsRequest) Reset()
func (*GetLatestEventsRequest) SetLimit ¶
func (x *GetLatestEventsRequest) SetLimit(v int32)
func (*GetLatestEventsRequest) SetOffset ¶
func (x *GetLatestEventsRequest) SetOffset(v int32)
func (*GetLatestEventsRequest) String ¶
func (x *GetLatestEventsRequest) String() string
type GetLatestEventsRequest_builder ¶
type GetLatestEventsRequest_builder struct {
Offset int32
Limit int32
// contains filtered or unexported fields
}
func (GetLatestEventsRequest_builder) Build ¶
func (b0 GetLatestEventsRequest_builder) Build() *GetLatestEventsRequest
type GetLatestEventsResponse ¶
type GetLatestEventsResponse struct {
Events []*Event `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
// contains filtered or unexported fields
}
func (*GetLatestEventsResponse) GetEvents ¶
func (x *GetLatestEventsResponse) GetEvents() []*Event
func (*GetLatestEventsResponse) ProtoMessage ¶
func (*GetLatestEventsResponse) ProtoMessage()
func (*GetLatestEventsResponse) ProtoReflect ¶
func (x *GetLatestEventsResponse) ProtoReflect() protoreflect.Message
func (*GetLatestEventsResponse) Reset ¶
func (x *GetLatestEventsResponse) Reset()
func (*GetLatestEventsResponse) SetEvents ¶
func (x *GetLatestEventsResponse) SetEvents(v []*Event)
func (*GetLatestEventsResponse) String ¶
func (x *GetLatestEventsResponse) String() string
type GetLatestEventsResponse_builder ¶
type GetLatestEventsResponse_builder struct {
Events []*Event
// contains filtered or unexported fields
}
func (GetLatestEventsResponse_builder) Build ¶
func (b0 GetLatestEventsResponse_builder) Build() *GetLatestEventsResponse
type ReplayInfo ¶
type ReplayInfo struct {
MinTimestamp *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=min_timestamp,json=minTimestamp,proto3" json:"min_timestamp,omitempty"`
MinSessionTime float32 `protobuf:"fixed32,2,opt,name=min_session_time,json=minSessionTime,proto3" json:"min_session_time,omitempty"`
MaxSessionTime float32 `protobuf:"fixed32,3,opt,name=max_session_time,json=maxSessionTime,proto3" json:"max_session_time,omitempty"`
// contains filtered or unexported fields
}
func (*ReplayInfo) ClearMinTimestamp ¶
func (x *ReplayInfo) ClearMinTimestamp()
func (*ReplayInfo) GetMaxSessionTime ¶
func (x *ReplayInfo) GetMaxSessionTime() float32
func (*ReplayInfo) GetMinSessionTime ¶
func (x *ReplayInfo) GetMinSessionTime() float32
func (*ReplayInfo) GetMinTimestamp ¶
func (x *ReplayInfo) GetMinTimestamp() *timestamppb.Timestamp
func (*ReplayInfo) HasMinTimestamp ¶
func (x *ReplayInfo) HasMinTimestamp() bool
func (*ReplayInfo) ProtoMessage ¶
func (*ReplayInfo) ProtoMessage()
func (*ReplayInfo) ProtoReflect ¶
func (x *ReplayInfo) ProtoReflect() protoreflect.Message
func (*ReplayInfo) Reset ¶
func (x *ReplayInfo) Reset()
func (*ReplayInfo) SetMaxSessionTime ¶
func (x *ReplayInfo) SetMaxSessionTime(v float32)
func (*ReplayInfo) SetMinSessionTime ¶
func (x *ReplayInfo) SetMinSessionTime(v float32)
func (*ReplayInfo) SetMinTimestamp ¶
func (x *ReplayInfo) SetMinTimestamp(v *timestamppb.Timestamp)
func (*ReplayInfo) String ¶
func (x *ReplayInfo) String() string
type ReplayInfo_builder ¶
type ReplayInfo_builder struct {
MinTimestamp *timestamppb.Timestamp
MinSessionTime float32
MaxSessionTime float32
// contains filtered or unexported fields
}
func (ReplayInfo_builder) Build ¶
func (b0 ReplayInfo_builder) Build() *ReplayInfo
type Session ¶
type Session struct {
Num uint32 `protobuf:"varint,1,opt,name=num,proto3" json:"num,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*Session) ProtoReflect ¶
func (x *Session) ProtoReflect() protoreflect.Message
Source Files
¶
- event.pb.go
- event_service.pb.go
Click to show internal directories.
Click to hide internal directories.