Documentation ¶
Index ¶
- type Client
- func (r *Client) Close() error
- func (r *Client) InitFlags(flags *pflag.FlagSet)
- func (r *Client) InitViper(viper *viper.Viper)
- func (r *Client) Initialize(opts ...option)
- func (r *Client) OptionConfig(opts ...option)
- func (r *Client) Remove(compose *compose.Containers) error
- func (r *Client) Restart(compose *compose.Containers) error
- func (r *Client) Run(cmp *compose.Containers) (*compose.RunningBaseInfo, error)
- func (r *Client) Stop(compose *compose.Containers) error
- func (r *Client) ViperConfig(viper *viper.Viper)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Initialize ¶
func (r *Client) Initialize(opts ...option)
func (*Client) OptionConfig ¶
func (r *Client) OptionConfig(opts ...option)
func (*Client) Run ¶
func (r *Client) Run(cmp *compose.Containers) (*compose.RunningBaseInfo, error)
func (*Client) ViperConfig ¶
Click to show internal directories.
Click to hide internal directories.