Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Server name. // Second line Name string // Server host name HostName string HTTPPort string // Port to serve gRPC traffic on RPCPort string Password string // Disable http DisableHTTPCache bool // Max size of executor logs to be kept, in `bytes`. MaxExecutorLogSize units.MetricBytes Logger logger.Config // contains filtered or unexported fields }
Config the server Foo
func DefaultConfig ¶
func DefaultConfig() Config
func (Config) HTTPAddress ¶
HTTPAddress returns the HTTP address based on HostName and HTTPPort
func (Config) RPCAddress ¶
RPCAddress returns the RPC address based on HostName and RPCPort
Click to show internal directories.
Click to hide internal directories.