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 NewFaucetConfig ¶
type DockerFaucet ¶
type DockerFaucet struct {
// contains filtered or unexported fields
}
func NewDockerFaucet ¶
func NewDockerFaucet(cfg *Config) (*DockerFaucet, error)
func (*DockerFaucet) IsReady ¶
func (n *DockerFaucet) IsReady() error
func (*DockerFaucet) Start ¶
func (n *DockerFaucet) Start() error
type Option ¶
type Option = func(c *Config)
Option is a function that applies configs to a Config Object
func WithDockerImage ¶
func WithFaucetPort ¶
func WithFaucetPrivKey ¶
func WithTenNodeHost ¶
func WithTenNodePort ¶
Click to show internal directories.
Click to hide internal directories.