Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiagnosticsConfig ¶
type DiagnosticsConfig struct {
config.BaseConfig
// Port of Diagnostic Server for checking health and readiness of the Control Plane
ServerPort uint32 `json:"serverPort" envconfig:"DUBBO_DIAGNOSTICS_SERVER_PORT"`
}
func DefaultDiagnosticsConfig ¶
func DefaultDiagnosticsConfig() *DiagnosticsConfig
func (*DiagnosticsConfig) Validate ¶
func (d *DiagnosticsConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.