Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigureClient ¶
func ConfigureCuratorClient ¶
func ConfigureHttpClient ¶
Types ¶
type AdapterClient ¶
type AdapterClient struct {
// contains filtered or unexported fields
}
func NewAdapterClient ¶
func NewAdapterClient(proto string, host string, port int, username, password string) *AdapterClient
func (AdapterClient) DoSmoke ¶
func (client AdapterClient) DoSmoke() string
func (AdapterClient) Exec ¶
func (client AdapterClient) Exec(command string) bool
func (AdapterClient) ReceiveHealth ¶
func (client AdapterClient) ReceiveHealth() string
type CreatedDatabase ¶
type CreatedDatabase struct {
Name string `json:"name"`
Resources []DbResource `json:"resources"`
}
type DbResource ¶
Click to show internal directories.
Click to hide internal directories.