Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config holds the properties that configure the package
func NewGatewayConfig ¶
type DockerGateway ¶
type DockerGateway struct {
// contains filtered or unexported fields
}
func NewDockerGateway ¶
func NewDockerGateway(cfg *Config) (*DockerGateway, error)
func (*DockerGateway) IsReady ¶
func (n *DockerGateway) IsReady() error
func (*DockerGateway) Start ¶
func (n *DockerGateway) Start() error
type Option ¶
type Option = func(c *Config)
Option is a function that applies configs to a Config Object
func WithDockerImage ¶
func WithGatewayHTTPPort ¶
func WithGatewayWSPort ¶
func WithTenNodeHTTPPort ¶
func WithTenNodeHost ¶
func WithTenNodeWSPort ¶
Click to show internal directories.
Click to hide internal directories.