Documentation ¶
Overview ¶
Package slider is a generated protocol buffer package.
It is generated from these files:
gomatcha.io/matcha/pb/view/slider/slider.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 float64 `protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"`
}
func (*Event) Descriptor ¶
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
type View ¶
type View struct { Value float64 `protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"` MaxValue float64 `protobuf:"fixed64,2,opt,name=maxValue" json:"maxValue,omitempty"` MinValue float64 `protobuf:"fixed64,3,opt,name=minValue" json:"minValue,omitempty"` Enabled bool `protobuf:"varint,4,opt,name=enabled" json:"enabled,omitempty"` }
func (*View) Descriptor ¶
func (*View) GetEnabled ¶
func (*View) GetMaxValue ¶
func (*View) GetMinValue ¶
func (*View) ProtoMessage ¶
func (*View) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.