Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Provider ¶
type Provider interface { Create(model.Cluster) error List() ([]model.Cluster, error) Delete(string) error Get(string) (model.Cluster, error) Update(model.Cluster) error Start(string) error Stop(string) error // TODO having a better way to pass the server address WithServerAddress(string) }
func GetProvider ¶
Click to show internal directories.
Click to hide internal directories.