eventv1

package
v1.28.1-20240324173506... Latest Latest
Warning

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

Go to latest
Published: unknown License: MIT Imports: 4 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         string `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"`
	IrSessionId       int32  `protobuf:"varint,10,opt,name=ir_session_id,json=irSessionId,proto3" json:"ir_session_id,omitempty"`
	TrackId           uint32 `protobuf:"varint,11,opt,name=track_id,json=trackId,proto3" json:"track_id,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() string

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) GetNumCarTypes

func (x *Event) GetNumCarTypes() uint32

func (*Event) GetRaceloggerVersion

func (x *Event) GetRaceloggerVersion() string

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 GetEventRequest

type GetEventRequest struct {

	// Types that are assignable to Arg:
	//
	//	*GetEventRequest_Id
	//	*GetEventRequest_Key
	Arg isGetEventRequest_Arg `protobuf_oneof:"arg"`
	// contains filtered or unexported fields
}

func (*GetEventRequest) Descriptor deprecated

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

Deprecated: Use GetEventRequest.ProtoReflect.Descriptor instead.

func (*GetEventRequest) GetArg

func (m *GetEventRequest) GetArg() isGetEventRequest_Arg

func (*GetEventRequest) GetId

func (x *GetEventRequest) GetId() int32

func (*GetEventRequest) GetKey

func (x *GetEventRequest) GetKey() string

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 GetEventRequest_Id

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

type GetEventRequest_Key

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

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

Jump to

Keyboard shortcuts

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