Documentation ¶
Overview ¶
Package layout is a generated protocol buffer package.
It is generated from these files:
gomatcha.io/matcha/pb/layout/layout.proto
It has these top-level messages:
Point Rect Insets Guide
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Guide ¶
type Guide struct { Frame *Rect `protobuf:"bytes,1,opt,name=frame" json:"frame,omitempty"` ZIndex int64 `protobuf:"varint,3,opt,name=zIndex" json:"zIndex,omitempty"` }
func (*Guide) Descriptor ¶
func (*Guide) ProtoMessage ¶
func (*Guide) ProtoMessage()
type Insets ¶
type Insets struct { Top float64 `protobuf:"fixed64,1,opt,name=top" json:"top,omitempty"` Left float64 `protobuf:"fixed64,2,opt,name=left" json:"left,omitempty"` Bottom float64 `protobuf:"fixed64,3,opt,name=bottom" json:"bottom,omitempty"` Right float64 `protobuf:"fixed64,4,opt,name=right" json:"right,omitempty"` }
func (*Insets) Descriptor ¶
func (*Insets) ProtoMessage ¶
func (*Insets) ProtoMessage()
type Point ¶
type Point struct { X float64 `protobuf:"fixed64,1,opt,name=x" json:"x,omitempty"` Y float64 `protobuf:"fixed64,2,opt,name=y" json:"y,omitempty"` }
func (*Point) Descriptor ¶
func (*Point) ProtoMessage ¶
func (*Point) ProtoMessage()
type Rect ¶
type Rect struct { Min *Point `protobuf:"bytes,1,opt,name=min" json:"min,omitempty"` Max *Point `protobuf:"bytes,2,opt,name=max" json:"max,omitempty"` }
func (*Rect) Descriptor ¶
func (*Rect) ProtoMessage ¶
func (*Rect) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.