Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSM ¶
type CSM interface { Login(string, string, string, bool) error CreateWorkspace(string) error WorkspaceExists(string) (bool, bool, error) DeleteWorkspace(string) error CreateConnection(string, string) (interface{}, error) ConnectionExists(string, string) (bool, bool, error) DeleteConnection(string, string) error GetStatus() (string, error) }
CSM is the model to use for implementing a new CSM client
func NewCSMClient ¶
NewCSMClient instantiates a new csmClient
Click to show internal directories.
Click to hide internal directories.