Documentation ¶
Index ¶
- Constants
- type Config
- func (c *Config) CheckCardanoConfigFiles() error
- func (c *Config) CheckDockerContainerUp()
- func (c *Config) LogConfig()
- func (c *Config) SetCardanoInit()
- func (c *Config) SetCardanoPaths()
- func (c *Config) SetCmdStrings()
- func (c *Config) SetContainerConfig()
- func (c *Config) SetContainerName()
- func (c *Config) SetExposedPorts()
- func (c *Config) SetHostConfig()
- func (c *Config) SetMount()
Constants ¶
View Source
const GocardPidFile = "/tmp/gocard.pid.yaml"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { NodeName string NodeTicker string ContainerName string IsProducer bool DockerImage string Mounts []mount.Mount PortSet nat.PortSet HostConfig *container.HostConfig ContainerConfig *container.Config CardanoBaseContainer string CardanoBaseLocal string CardanoDB string CardanoCli string CardanoSocket string CardanoPort string CardanoHostAddress string CardanoCmdStrings []string ContainerID string ContainerIsUP bool }
func (*Config) CheckCardanoConfigFiles ¶ added in v0.0.2
func (*Config) CheckDockerContainerUp ¶
func (c *Config) CheckDockerContainerUp()
func (*Config) SetCardanoInit ¶ added in v0.0.2
func (c *Config) SetCardanoInit()
func (*Config) SetCardanoPaths ¶
func (c *Config) SetCardanoPaths()
func (*Config) SetCmdStrings ¶
func (c *Config) SetCmdStrings()
func (*Config) SetContainerConfig ¶
func (c *Config) SetContainerConfig()
func (*Config) SetContainerName ¶
func (c *Config) SetContainerName()
func (*Config) SetExposedPorts ¶
func (c *Config) SetExposedPorts()
func (*Config) SetHostConfig ¶
func (c *Config) SetHostConfig()
Click to show internal directories.
Click to hide internal directories.