Documentation
¶
Index ¶
- Variables
- type Meta
- func (*Meta) Descriptor() ([]byte, []int)deprecated
- func (x *Meta) GetArchitecture() string
- func (x *Meta) GetExtraTelemetryData() map[string]string
- func (x *Meta) GetGitRef() string
- func (x *Meta) GetVersion() string
- func (*Meta) ProtoMessage()
- func (x *Meta) ProtoReflect() protoreflect.Message
- func (x *Meta) Reset()
- func (x *Meta) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_entity_runnerc_runnerc_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Meta ¶
type Meta struct {
Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
GitRef string `protobuf:"bytes,2,opt,name=git_ref,proto3" json:"git_ref,omitempty"`
ExtraTelemetryData map[string]string `` /* 167-byte string literal not displayed */
Architecture string `protobuf:"bytes,4,opt,name=architecture,proto3" json:"architecture,omitempty"`
// contains filtered or unexported fields
}
func (*Meta) Descriptor
deprecated
func (*Meta) GetArchitecture ¶
func (*Meta) GetExtraTelemetryData ¶
func (*Meta) GetVersion ¶
func (*Meta) ProtoMessage ¶
func (*Meta) ProtoMessage()
func (*Meta) ProtoReflect ¶
func (x *Meta) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.