Documentation ¶
Overview ¶
Package segmentview is a generated protocol buffer package.
It is generated from these files:
gomatcha.io/matcha/pb/view/segmentview/segmentview.proto
It has these top-level messages:
View Event
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
Value int64 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
}
func (*Event) Descriptor ¶
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
type View ¶
type View struct { Value int64 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"` Titles []string `protobuf:"bytes,2,rep,name=titles" json:"titles,omitempty"` Momentary bool `protobuf:"varint,3,opt,name=momentary" json:"momentary,omitempty"` Enabled bool `protobuf:"varint,4,opt,name=enabled" json:"enabled,omitempty"` }
func (*View) Descriptor ¶
func (*View) GetEnabled ¶
func (*View) GetMomentary ¶
func (*View) ProtoMessage ¶
func (*View) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.