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