Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndpointConfig ¶
type EndpointConfig struct {
Address string `value:"${address:=localhost:9090}"`
}
EndpointConfig gRPC 客户端配置。
type ServerConfig ¶
type ServerConfig struct {
Port int `value:"${port:=9090}"`
}
ServerConfig gRPC 服务器配置。
Click to show internal directories.
Click to hide internal directories.