Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntrospectionResponse ¶
type IntrospectionResponse struct { Services []*serviceElement `json:"services"` Types []*typeElement `json:"types"` }
IntrospectionResponse represents a introspection response
type Proxy ¶
type Proxy struct {
// contains filtered or unexported fields
}
Proxy performs upstream invocation as a dynamic gRPC client using reflection
func (*Proxy) Introspect ¶
Introspect performs instrospection on this gRPC server, and obtains all services and methods information
Click to show internal directories.
Click to hide internal directories.