Documentation
¶
Index ¶
- Variables
- type EventContainer
- func (x *EventContainer) ClearEvent()
- func (x *EventContainer) ClearTrack()
- func (x *EventContainer) GetEvent() *v1.Event
- func (x *EventContainer) GetOwner() string
- func (x *EventContainer) GetTrack() *v11.Track
- func (x *EventContainer) HasEvent() bool
- func (x *EventContainer) HasTrack() bool
- func (*EventContainer) ProtoMessage()
- func (x *EventContainer) ProtoReflect() protoreflect.Message
- func (x *EventContainer) Reset()
- func (x *EventContainer) SetEvent(v *v1.Event)
- func (x *EventContainer) SetOwner(v string)
- func (x *EventContainer) SetTrack(v *v11.Track)
- func (x *EventContainer) String() string
- type EventContainer_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_iracelog_container_v1_container_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type EventContainer ¶
type EventContainer struct {
Event *v1.Event `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
Track *v11.Track `protobuf:"bytes,2,opt,name=track,proto3" json:"track,omitempty"`
// this is the owner of the event (e.g. the tenant name)
Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
// contains filtered or unexported fields
}
Basic event data
func (*EventContainer) ClearEvent ¶
func (x *EventContainer) ClearEvent()
func (*EventContainer) ClearTrack ¶
func (x *EventContainer) ClearTrack()
func (*EventContainer) GetEvent ¶
func (x *EventContainer) GetEvent() *v1.Event
func (*EventContainer) GetOwner ¶
func (x *EventContainer) GetOwner() string
func (*EventContainer) GetTrack ¶
func (x *EventContainer) GetTrack() *v11.Track
func (*EventContainer) HasEvent ¶
func (x *EventContainer) HasEvent() bool
func (*EventContainer) HasTrack ¶
func (x *EventContainer) HasTrack() bool
func (*EventContainer) ProtoMessage ¶
func (*EventContainer) ProtoMessage()
func (*EventContainer) ProtoReflect ¶
func (x *EventContainer) ProtoReflect() protoreflect.Message
func (*EventContainer) Reset ¶
func (x *EventContainer) Reset()
func (*EventContainer) SetEvent ¶
func (x *EventContainer) SetEvent(v *v1.Event)
func (*EventContainer) SetOwner ¶
func (x *EventContainer) SetOwner(v string)
func (*EventContainer) SetTrack ¶
func (x *EventContainer) SetTrack(v *v11.Track)
func (*EventContainer) String ¶
func (x *EventContainer) String() string
type EventContainer_builder ¶
type EventContainer_builder struct {
Event *v1.Event
Track *v11.Track
// this is the owner of the event (e.g. the tenant name)
Owner string
// contains filtered or unexported fields
}
func (EventContainer_builder) Build ¶
func (b0 EventContainer_builder) Build() *EventContainer
Source Files
¶
- container.pb.go
Click to show internal directories.
Click to hide internal directories.