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
Click to show internal directories.
Click to hide internal directories.