client

package
v0.0.0-...-dcf9ee8 Latest Latest
Warning

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

Go to latest
Published: May 12, 2022 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContainerClient

type ContainerClient interface {
	GetAll(ctx context.Context) ([]types.Container, error)
	Get(ctx context.Context, id string) (*types.ContainerJSON, error)
	Create(ctx context.Context, name string, db string) (*types.ContainerJSON, error)
	Delete(ctx context.Context, id string) error
}

func NewContainerClient

func NewContainerClient() ContainerClient

type RDBMSClient

type RDBMSClient interface {
	Execute(c *types.ContainerJSON, query string) (*model.QueryResult, error)
}

func NewRDBMSClient

func NewRDBMSClient() RDBMSClient

Jump to

Keyboard shortcuts

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