package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Oct 23, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type APIConfig struct {
Port int `default:"4201" envconfig:"API_SERVER_PORT"`
}
type RPCConfig struct {
Port int `default:"4200" envconfig:"RPC_SERVER_PORT"`
MessageSize int `default:"20971520" envconfig:"RPC_MSG_SIZE"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.