csm

package
v0.0.0-...-ca399ba Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2018 License: Apache-2.0 Imports: 15 Imported by: 3

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

func NewCSMClient(logger lager.Logger) CSM

NewCSMClient instantiates a new csmClient

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL