Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Local ¶ added in v1.4.0
type Local struct {
// contains filtered or unexported fields
}
func (*Local) Plugins ¶ added in v1.4.0
func (l *Local) Plugins(ctx context.Context, req *api.PluginsRequest, _ ...grpc.CallOption) (*api.PluginsResponse, error)
type Service ¶ added in v1.4.0
type Service interface { Plugins(context.Context, []string) (*api.PluginsResponse, error) Server(context.Context, *ptypes.Empty) (*api.ServerResponse, error) }
func NewIntrospectionServiceFromClient ¶ added in v1.4.0
func NewIntrospectionServiceFromClient(c api.IntrospectionClient) Service
Click to show internal directories.
Click to hide internal directories.