Documentation
¶
Index ¶
- Variables
- type ExtenderMsg
- func (*ExtenderMsg) Descriptor() ([]byte, []int)deprecated
- func (x *ExtenderMsg) GetGroup() string
- func (x *ExtenderMsg) GetId() string
- func (x *ExtenderMsg) GetName() string
- func (x *ExtenderMsg) GetPlugins() []*PluginMsg
- func (x *ExtenderMsg) GetProject() string
- func (x *ExtenderMsg) GetVersion() string
- func (*ExtenderMsg) ProtoMessage()
- func (x *ExtenderMsg) ProtoReflect() protoreflect.Message
- func (x *ExtenderMsg) Reset()
- func (x *ExtenderMsg) String() string
- type PluginMsg
- func (*PluginMsg) Descriptor() ([]byte, []int)deprecated
- func (x *PluginMsg) GetGroup() string
- func (x *PluginMsg) GetId() string
- func (x *PluginMsg) GetName() string
- func (x *PluginMsg) GetProject() string
- func (*PluginMsg) ProtoMessage()
- func (x *PluginMsg) ProtoReflect() protoreflect.Message
- func (x *PluginMsg) Reset()
- func (x *PluginMsg) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_process_helper_extender_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ExtenderMsg ¶
type ExtenderMsg struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // {group}:{project}:{version}
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // {group}:{project}
Group string `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
Project string `protobuf:"bytes,4,opt,name=project,proto3" json:"project,omitempty"`
Version string `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"`
Plugins []*PluginMsg `protobuf:"bytes,6,rep,name=plugins,proto3" json:"plugins,omitempty"`
// contains filtered or unexported fields
}
func (*ExtenderMsg) Descriptor
deprecated
func (*ExtenderMsg) Descriptor() ([]byte, []int)
Deprecated: Use ExtenderMsg.ProtoReflect.Descriptor instead.
func (*ExtenderMsg) GetGroup ¶
func (x *ExtenderMsg) GetGroup() string
func (*ExtenderMsg) GetId ¶
func (x *ExtenderMsg) GetId() string
func (*ExtenderMsg) GetName ¶
func (x *ExtenderMsg) GetName() string
func (*ExtenderMsg) GetPlugins ¶
func (x *ExtenderMsg) GetPlugins() []*PluginMsg
func (*ExtenderMsg) GetProject ¶
func (x *ExtenderMsg) GetProject() string
func (*ExtenderMsg) GetVersion ¶
func (x *ExtenderMsg) GetVersion() string
func (*ExtenderMsg) ProtoMessage ¶
func (*ExtenderMsg) ProtoMessage()
func (*ExtenderMsg) ProtoReflect ¶
func (x *ExtenderMsg) ProtoReflect() protoreflect.Message
func (*ExtenderMsg) Reset ¶
func (x *ExtenderMsg) Reset()
func (*ExtenderMsg) String ¶
func (x *ExtenderMsg) String() string
type PluginMsg ¶
type PluginMsg struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // {group}:{project}:{name}
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Group string `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
Project string `protobuf:"bytes,4,opt,name=project,proto3" json:"project,omitempty"`
// contains filtered or unexported fields
}
func (*PluginMsg) Descriptor
deprecated
func (*PluginMsg) GetProject ¶
func (*PluginMsg) ProtoMessage ¶
func (*PluginMsg) ProtoMessage()
func (*PluginMsg) ProtoReflect ¶
func (x *PluginMsg) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.