Versions in this module Expand all Collapse all v1 v1.2.4 Feb 13, 2019 Changes in this version + var ErrIntOverflowIntrospection = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthIntrospection = fmt.Errorf("proto: negative length found during unmarshaling") + func RegisterIntrospectionServer(s *grpc.Server, srv IntrospectionServer) + type IntrospectionClient interface + Plugins func(ctx context.Context, in *PluginsRequest, opts ...grpc.CallOption) (*PluginsResponse, error) + func NewIntrospectionClient(cc *grpc.ClientConn) IntrospectionClient + type IntrospectionServer interface + Plugins func(context.Context, *PluginsRequest) (*PluginsResponse, error) + type Plugin struct + Capabilities []string + Exports map[string]string + ID string + InitErr *google_rpc.Status + Platforms []containerd_types.Platform + Requires []string + Type string + func (*Plugin) Descriptor() ([]byte, []int) + func (*Plugin) ProtoMessage() + func (m *Plugin) Marshal() (dAtA []byte, err error) + func (m *Plugin) MarshalTo(dAtA []byte) (int, error) + func (m *Plugin) Reset() + func (m *Plugin) Size() (n int) + func (m *Plugin) Unmarshal(dAtA []byte) error + func (this *Plugin) String() string + type PluginsRequest struct + Filters []string + func (*PluginsRequest) Descriptor() ([]byte, []int) + func (*PluginsRequest) ProtoMessage() + func (m *PluginsRequest) Marshal() (dAtA []byte, err error) + func (m *PluginsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *PluginsRequest) Reset() + func (m *PluginsRequest) Size() (n int) + func (m *PluginsRequest) Unmarshal(dAtA []byte) error + func (this *PluginsRequest) String() string + type PluginsResponse struct + Plugins []Plugin + func (*PluginsResponse) Descriptor() ([]byte, []int) + func (*PluginsResponse) ProtoMessage() + func (m *PluginsResponse) Marshal() (dAtA []byte, err error) + func (m *PluginsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *PluginsResponse) Reset() + func (m *PluginsResponse) Size() (n int) + func (m *PluginsResponse) Unmarshal(dAtA []byte) error + func (this *PluginsResponse) String() string