Documentation
¶
Index ¶
- type Controller
- func (c *Controller) CheckProfile()
- func (c *Controller) ConfigEntryByName(name string) *cfg.Config
- func (c *Controller) CopyProfile()
- func (c *Controller) Create()
- func (c *Controller) CreateConfigEntry()
- func (c *Controller) Delete() error
- func (c *Controller) DeleteConfigEntry()
- func (c *Controller) Down(name string)
- func (c *Controller) Download() error
- func (c *Controller) Duck(url string, region *string, acc string, sec string, ssl bool) error
- func (c *Controller) EditConfigEntry()
- func (c *Controller) Profiles()
- func (c *Controller) Run() error
- func (c *Controller) Stop()
- func (c *Controller) Up()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(debug bool) *Controller
func (*Controller) CheckProfile ¶
func (c *Controller) CheckProfile()
func (*Controller) ConfigEntryByName ¶
func (c *Controller) ConfigEntryByName(name string) *cfg.Config
func (*Controller) CopyProfile ¶
func (c *Controller) CopyProfile()
func (*Controller) Create ¶
func (c *Controller) Create()
func (*Controller) CreateConfigEntry ¶
func (c *Controller) CreateConfigEntry()
func (*Controller) Delete ¶
func (c *Controller) Delete() error
func (*Controller) DeleteConfigEntry ¶
func (c *Controller) DeleteConfigEntry()
func (*Controller) Down ¶
func (c *Controller) Down(name string)
func (*Controller) Download ¶
func (c *Controller) Download() error
func (*Controller) EditConfigEntry ¶
func (c *Controller) EditConfigEntry()
func (*Controller) Profiles ¶
func (c *Controller) Profiles()
func (*Controller) Run ¶
func (c *Controller) Run() error
func (*Controller) Stop ¶
func (c *Controller) Stop()
func (*Controller) Up ¶
func (c *Controller) Up()
Click to show internal directories.
Click to hide internal directories.