Documentation ¶
Overview ¶
Package networks describes custom network elements.
Index ¶
- Constants
- func Connect(ctx context.Context, dockerCLI *client.Client, instanceID, containerID string) error
- func Reconnect(ctx context.Context, dockerCLI *client.Client, instanceID, containerID string) error
- func Setup(ctx context.Context, dockerCLI *client.Client, ...) (string, error)
- func Stop(dockerCLI *client.Client, internalNetworkID, containerName string)
Constants ¶
View Source
const ( // DLEApp contains name of the Database Lab Engine network. DLEApp = "DLE" // InternalType contains name of the internal network type. InternalType = "internal" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.