package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Feb 17, 2023
License: MIT
Opens a new window with license information.
Imports: 2
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:"HTTP_BIND_PORT"`
}
type RPCConfig struct {
Port int `default:"4200" envconfig:"GRPC_BIND_PORT"`
MessageSize int `default:"20971520" envconfig:"GRPC_MSG_SIZE"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.