Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_release_output_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Release ¶
type Release struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
You can customise this message to change the fields for the output value from your ReleaseManager
func (*Release) Descriptor
deprecated
func (*Release) ProtoMessage ¶
func (*Release) ProtoMessage()
func (*Release) ProtoReflect ¶
func (x *Release) ProtoReflect() protoreflect.Message
type ReleaseConfig ¶
type ReleaseConfig struct {
Active bool "hcl:directory,optional"
}
type ReleaseManager ¶
type ReleaseManager struct {
// contains filtered or unexported fields
}
func (*ReleaseManager) Config ¶
func (rm *ReleaseManager) Config() (interface{}, error)
Implement Configurable
func (*ReleaseManager) ConfigSet ¶
func (rm *ReleaseManager) ConfigSet(config interface{}) error
Implement ConfigurableNotify
func (*ReleaseManager) DestroyFunc ¶
func (rm *ReleaseManager) DestroyFunc() interface{}
Implement the Destroyer interface
func (*ReleaseManager) ReleaseFunc ¶
func (rm *ReleaseManager) ReleaseFunc() interface{}
Implement Builder
Click to show internal directories.
Click to hide internal directories.