client

package
v0.0.0-...-8d15c5f Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2025 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigureClient

func ConfigureClient() *http.Client

func ConfigureCuratorClient

func ConfigureCuratorClient() *http.Client

func ConfigureHttpClient

func ConfigureHttpClient(certPaths []string) *http.Client

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

type DbResource struct {
	Name string `json:"name"`
	Kind string `json:"kind"`
}

type Smoke

type Smoke struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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