Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IAppConfig ¶
type IAppConfig interface {
IConfig
GetPprofIP() string
GetPprofPort() int
GetEndpointIP() string
GetEndpointPort() int
GetServiceConfigs() []IServiceConfig
GetLogDir() string
GetStartServiceIntervalMillisecond() time.Duration
GetStopServiceIntervalMillisecond() time.Duration
GetExitWaitSecond() time.Duration
}
type IServiceConfig ¶
Click to show internal directories.
Click to hide internal directories.