Documentation ¶
Index ¶
- Variables
- type Plugin
- func (*Plugin) Descriptor() ([]byte, []int)deprecated
- func (x *Plugin) GetName() string
- func (x *Plugin) GetPublicId() string
- func (x *Plugin) GetScopeId() string
- func (*Plugin) ProtoMessage()
- func (x *Plugin) ProtoReflect() protoreflect.Message
- func (x *Plugin) Reset()
- func (x *Plugin) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_controller_storage_plugin_store_v1_plugin_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct { // public_id is a surrogate key suitable for use in a public API. // @inject_tag: `gorm:"primary_key"` PublicId string `protobuf:"bytes,10,opt,name=public_id,json=publicId,proto3" json:"public_id,omitempty" gorm:"primary_key"` // The scope_id of the owning scope and must be set. // @inject_tag: `gorm:"not_null"` ScopeId string `protobuf:"bytes,20,opt,name=scope_id,json=scopeId,proto3" json:"scope_id,omitempty" gorm:"not_null"` // name is optional. If set, it must be unique within scope_id. // @inject_tag: `gorm:"default:null"` Name string `protobuf:"bytes,30,opt,name=name,proto3" json:"name,omitempty" gorm:"default:null"` // contains filtered or unexported fields }
This is a typeless plugin. In practice this should never be used directly. This is included for testing purposes only.
func (*Plugin) Descriptor
deprecated
func (*Plugin) GetPublicId ¶
func (*Plugin) GetScopeId ¶
func (*Plugin) ProtoMessage ¶
func (*Plugin) ProtoMessage()
func (*Plugin) ProtoReflect ¶
func (x *Plugin) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.