Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GrpcRestHandler ¶
type GrpcRestHandler struct {
Input interface{} `json:"input"`
Output interface{} `json:"output"`
Service string `json:"service"`
Method string `json:"method"`
Name string `json:"name"`
Path string `json:"path"`
ClientStream bool `json:"client_stream"`
ServerStream bool `json:"server_stream"`
DefaultUrl bool `json:"default_url"`
}
Click to show internal directories.
Click to hide internal directories.