Documentation ¶
Overview ¶
Package env is a generated protocol buffer package.
It is generated from these files:
gomatcha.io/matcha/pb/env/resource.proto
It has these top-level messages:
Resource ImageResource
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageResource ¶
type ImageResource struct {
Path string `protobuf:"bytes,1,opt,name=path" json:"path,omitempty"`
}
func (*ImageResource) Descriptor ¶
func (*ImageResource) Descriptor() ([]byte, []int)
func (*ImageResource) GetPath ¶
func (m *ImageResource) GetPath() string
func (*ImageResource) ProtoMessage ¶
func (*ImageResource) ProtoMessage()
func (*ImageResource) Reset ¶
func (m *ImageResource) Reset()
func (*ImageResource) String ¶
func (m *ImageResource) String() string
type Resource ¶
type Resource struct {
Path string `protobuf:"bytes,1,opt,name=path" json:"path,omitempty"`
}
func (*Resource) Descriptor ¶
func (*Resource) ProtoMessage ¶
func (*Resource) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.