Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppAddOptions ¶ added in v0.1.7
type AppAddOptions struct { Overwrite bool OutputPath string Name string Type string URL string Static AppStaticOptions }
func (*AppAddOptions) Validate ¶ added in v0.1.7
func (o *AppAddOptions) Validate() error
type AppList ¶ added in v0.1.7
type AppList struct {
// contains filtered or unexported fields
}
func NewAppList ¶ added in v0.1.7
func NewAppList(log logger.Logger, opts *AppListOptions) *AppList
type AppListOptions ¶ added in v0.1.7
type AppListOptions struct{}
type AppStaticOptions ¶ added in v0.1.7
func (*AppStaticOptions) Validate ¶ added in v0.1.7
func (o *AppStaticOptions) Validate() error
type DeployOptions ¶
type ForceUnlock ¶
type ForceUnlock struct {
// contains filtered or unexported fields
}
func NewForceUnlock ¶
func NewForceUnlock(log logger.Logger) *ForceUnlock
type Init ¶ added in v0.1.5
type Init struct {
// contains filtered or unexported fields
}
type InitOptions ¶ added in v0.1.5
type InitOptions struct { Overwrite bool Name string DeployPlugin string RunPlugin string DNSDomain string GCP struct { Project string Region string } }
func (*InitOptions) Validate ¶ added in v0.1.7
func (o *InitOptions) Validate() error
type PluginList ¶ added in v0.1.2
type PluginList struct {
// contains filtered or unexported fields
}
func NewPluginList ¶ added in v0.1.2
func NewPluginList(log logger.Logger, loader *plugins.Loader) *PluginList
type PluginUpdate ¶ added in v0.1.2
type PluginUpdate struct {
// contains filtered or unexported fields
}
func NewPluginUpdate ¶ added in v0.1.2
func NewPluginUpdate(log logger.Logger, loader *plugins.Loader) *PluginUpdate
Click to show internal directories.
Click to hide internal directories.