Documentation
¶
Index ¶
- Variables
- type DeployConfig
- type Deployment
- type Platform
- func (p *Platform) AuthFunc() interface{}
- func (p *Platform) Config() interface{}
- func (p *Platform) ConfigSet(config interface{}) error
- func (p *Platform) DeployFunc() interface{}
- func (p *Platform) DestroyFunc() interface{}
- func (p *Platform) StatusFunc() interface{}
- func (p *Platform) ValidateAuthFunc() interface{}
Constants ¶
This section is empty.
Variables ¶
View Source
var File_platform_output_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DeployConfig ¶
type DeployConfig struct {
Region string "hcl:directory,optional"
}
type Deployment ¶
type Deployment 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 Deployment
func (*Deployment) Descriptor
deprecated
func (*Deployment) Descriptor() ([]byte, []int)
Deprecated: Use Deployment.ProtoReflect.Descriptor instead.
func (*Deployment) GetId ¶
func (x *Deployment) GetId() string
func (*Deployment) ProtoMessage ¶
func (*Deployment) ProtoMessage()
func (*Deployment) ProtoReflect ¶
func (x *Deployment) ProtoReflect() protoreflect.Message
func (*Deployment) Reset ¶
func (x *Deployment) Reset()
func (*Deployment) String ¶
func (x *Deployment) String() string
type Platform ¶
type Platform struct {
// contains filtered or unexported fields
}
func (*Platform) AuthFunc ¶
func (p *Platform) AuthFunc() interface{}
AuthFunc satisfies the Authenticator interface
func (*Platform) DestroyFunc ¶
func (p *Platform) DestroyFunc() interface{}
Implement the Destroyer interface
func (*Platform) ValidateAuthFunc ¶
func (p *Platform) ValidateAuthFunc() interface{}
Click to show internal directories.
Click to hide internal directories.