Versions in this module Expand all Collapse all v1 v1.4.4 Mar 5, 2021 Changes in this version + type Local struct + func (l *Local) Plugins(ctx context.Context, req *api.PluginsRequest, _ ...grpc.CallOption) (*api.PluginsResponse, error) + func (l *Local) Server(ctx context.Context, _ *ptypes.Empty, _ ...grpc.CallOption) (*api.ServerResponse, error) + func (l *Local) UpdateLocal(root string, plugins []api.Plugin) + type Service interface + Plugins func(context.Context, []string) (*api.PluginsResponse, error) + Server func(context.Context, *ptypes.Empty) (*api.ServerResponse, error) + func NewIntrospectionServiceFromClient(c api.IntrospectionClient) Service