Documentation ¶
Index ¶
Constants ¶
View Source
const (
WatermelonEndpointTag = "watermelon-endpoint"
)
Variables ¶
This section is empty.
Functions ¶
func GetEndpointFromTags ¶
func SetEndpointIntoTags ¶
Types ¶
type GrpcMethodInfo ¶
type GrpcMethodInfo struct { // Name is the method name only, without the service name or package name. Name string `json:"name"` // IsClientStream indicates whether the RPC is a client streaming RPC. IsClientStream bool `json:"is_client_stream"` // IsServerStream indicates whether the RPC is a server streaming RPC. IsServerStream bool `json:"is_server_stream"` }
type NodeMetaKey ¶
type NodeMetaKey struct{}
type ServiceRegister ¶
Click to show internal directories.
Click to hide internal directories.