eventv1

package
v1.33.0-20240404104327... Latest Latest
Warning

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

Go to latest
Published: unknown License: MIT Imports: 5 Imported by: 5

Documentation

Index

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) Descriptor deprecated

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

Deprecated: Use CreateEventRequest.ProtoReflect.Descriptor instead.

func (*CreateEventRequest) GetEvent

func (x *CreateEventRequest) GetEvent() *Event

func (*CreateEventRequest) ProtoMessage

func (*CreateEventRequest) ProtoMessage()

func (*CreateEventRequest) ProtoReflect

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

func (*CreateEventRequest) Reset

func (x *CreateEventRequest) Reset()

func (*CreateEventRequest) String

func (x *CreateEventRequest) String() string

type CreateEventResponse

type CreateEventResponse struct {
	Event *Event `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateEventResponse) Descriptor deprecated

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

Deprecated: Use CreateEventResponse.ProtoReflect.Descriptor instead.

func (*CreateEventResponse) GetEvent

func (x *CreateEventResponse) GetEvent() *Event

func (*CreateEventResponse) ProtoMessage

func (*CreateEventResponse) ProtoMessage()

func (*CreateEventResponse) ProtoReflect

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

func (*CreateEventResponse) Reset

func (x *CreateEventResponse) Reset()

func (*CreateEventResponse) String

func (x *CreateEventResponse) String() string

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"`
	// contains filtered or unexported fields
}

Event

func (*Event) Descriptor deprecated

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

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetDescription

func (x *Event) GetDescription() string

func (*Event) GetEventTime

func (x *Event) GetEventTime() *timestamppb.Timestamp

func (*Event) GetId

func (x *Event) GetId() uint32

func (*Event) GetIrSessionId

func (x *Event) GetIrSessionId() int32

func (*Event) GetKey

func (x *Event) GetKey() string

func (*Event) GetMultiClass

func (x *Event) GetMultiClass() bool

func (*Event) GetName

func (x *Event) GetName() string

func (*Event) GetNumCarClasses

func (x *Event) GetNumCarClasses() uint32

func (*Event) GetNumCarTypes

func (x *Event) GetNumCarTypes() uint32

func (*Event) GetPitSpeed

func (x *Event) GetPitSpeed() float32

func (*Event) GetRaceloggerVersion

func (x *Event) GetRaceloggerVersion() string

func (*Event) GetSessions

func (x *Event) GetSessions() []*Session

func (*Event) GetTeamRacing

func (x *Event) GetTeamRacing() bool

func (*Event) GetTrackId

func (x *Event) GetTrackId() uint32

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

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

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string

type EventSelector

type EventSelector struct {

	// Types that are assignable to Arg:
	//
	//	*EventSelector_Id
	//	*EventSelector_Key
	Arg isEventSelector_Arg `protobuf_oneof:"arg"`
	// contains filtered or unexported fields
}

func (*EventSelector) Descriptor deprecated

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

Deprecated: Use EventSelector.ProtoReflect.Descriptor instead.

func (*EventSelector) GetArg

func (m *EventSelector) GetArg() isEventSelector_Arg

func (*EventSelector) GetId

func (x *EventSelector) GetId() int32

func (*EventSelector) GetKey

func (x *EventSelector) GetKey() string

func (*EventSelector) ProtoMessage

func (*EventSelector) ProtoMessage()

func (*EventSelector) ProtoReflect

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

func (*EventSelector) Reset

func (x *EventSelector) Reset()

func (*EventSelector) String

func (x *EventSelector) String() string

type EventSelector_Id

type EventSelector_Id struct {
	Id int32 `protobuf:"varint,1,opt,name=id,proto3,oneof"`
}

type EventSelector_Key

type EventSelector_Key struct {
	Key string `protobuf:"bytes,2,opt,name=key,proto3,oneof"`
}

type GetEventRequest

type GetEventRequest struct {
	EventSelector *EventSelector `protobuf:"bytes,1,opt,name=event_selector,json=eventSelector,proto3" json:"event_selector,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEventRequest) Descriptor deprecated

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

Deprecated: Use GetEventRequest.ProtoReflect.Descriptor instead.

func (*GetEventRequest) GetEventSelector

func (x *GetEventRequest) GetEventSelector() *EventSelector

func (*GetEventRequest) ProtoMessage

func (*GetEventRequest) ProtoMessage()

func (*GetEventRequest) ProtoReflect

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

func (*GetEventRequest) Reset

func (x *GetEventRequest) Reset()

func (*GetEventRequest) String

func (x *GetEventRequest) String() string

type GetEventResponse

type GetEventResponse struct {
	Event *Event `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEventResponse) Descriptor deprecated

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

Deprecated: Use GetEventResponse.ProtoReflect.Descriptor instead.

func (*GetEventResponse) GetEvent

func (x *GetEventResponse) GetEvent() *Event

func (*GetEventResponse) ProtoMessage

func (*GetEventResponse) ProtoMessage()

func (*GetEventResponse) ProtoReflect

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

func (*GetEventResponse) Reset

func (x *GetEventResponse) Reset()

func (*GetEventResponse) String

func (x *GetEventResponse) String() string

type GetEventsRequest

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

func (*GetEventsRequest) Descriptor deprecated

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

Deprecated: Use GetEventsRequest.ProtoReflect.Descriptor instead.

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 GetEventsResponse

type GetEventsResponse struct {
	Event *Event `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEventsResponse) Descriptor deprecated

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

Deprecated: Use GetEventsResponse.ProtoReflect.Descriptor instead.

func (*GetEventsResponse) GetEvent

func (x *GetEventsResponse) GetEvent() *Event

func (*GetEventsResponse) ProtoMessage

func (*GetEventsResponse) ProtoMessage()

func (*GetEventsResponse) ProtoReflect

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

func (*GetEventsResponse) Reset

func (x *GetEventsResponse) Reset()

func (*GetEventsResponse) String

func (x *GetEventsResponse) String() string

type ReplayInfo

type ReplayInfo struct {
	MinTimestamp   float32 `protobuf:"fixed32,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) Descriptor deprecated

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

Deprecated: Use ReplayInfo.ProtoReflect.Descriptor instead.

func (*ReplayInfo) GetMaxSessionTime

func (x *ReplayInfo) GetMaxSessionTime() float32

func (*ReplayInfo) GetMinSessionTime

func (x *ReplayInfo) GetMinSessionTime() float32

func (*ReplayInfo) GetMinTimestamp

func (x *ReplayInfo) GetMinTimestamp() float32

func (*ReplayInfo) ProtoMessage

func (*ReplayInfo) ProtoMessage()

func (*ReplayInfo) ProtoReflect

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

func (*ReplayInfo) Reset

func (x *ReplayInfo) Reset()

func (*ReplayInfo) String

func (x *ReplayInfo) String() string

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) Descriptor deprecated

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

Deprecated: Use Session.ProtoReflect.Descriptor instead.

func (*Session) GetName

func (x *Session) GetName() string

func (*Session) GetNum

func (x *Session) GetNum() uint32

func (*Session) ProtoMessage

func (*Session) ProtoMessage()

func (*Session) ProtoReflect

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

func (*Session) Reset

func (x *Session) Reset()

func (*Session) String

func (x *Session) String() string

Jump to

Keyboard shortcuts

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