workloadmanagerclient

package
v0.0.0-...-e328e04 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

func NewClient

func NewClient(ops Options) (*Client, error)

func (*Client) DeleteDB

func (c *Client) DeleteDB(ctx context.Context, dbName string) (DeleteDbResponse, error)

func (*Client) GetDB

func (c *Client) GetDB(ctx context.Context, dbName string) (GetDbResponse, error)

func (*Client) InstanciateDB

func (c *Client) InstanciateDB(ctx context.Context, dbName string) (InstanciateDBResponse, error)

type DeleteDbResponse

type DeleteDbResponse struct {
	Name string
	Id   string
}

type GetDbResponse

type GetDbResponse struct {
	Name string
	Id   string
}

type InstanciateDBResponse

type InstanciateDBResponse struct {
	Name string
	Id   string
}

type Options

type Options struct {
	ApiUrl  string
	Verbose bool
}

Jump to

Keyboard shortcuts

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