package introspection

import "github.com/containerd/containerd/services/introspection"

Index

Types

type Local

type Local struct {
	// contains filtered or unexported fields
}

func (*Local) Plugins

func (l *Local) Plugins(ctx context.Context, req *api.PluginsRequest, _ ...grpc.CallOption) (*api.PluginsResponse, error)

func (*Local) Server

func (l *Local) Server(ctx context.Context, _ *ptypes.Empty, _ ...grpc.CallOption) (*api.ServerResponse, error)

func (*Local) UpdateLocal

func (l *Local) UpdateLocal(root string, plugins []api.Plugin)

type Service

type Service interface {
	Plugins(context.Context, []string) (*api.PluginsResponse, error)
	Server(context.Context, *ptypes.Empty) (*api.ServerResponse, error)
}

func NewIntrospectionServiceFromClient

func NewIntrospectionServiceFromClient(c api.IntrospectionClient) Service

Source Files

introspection.go local.go service.go

Version
v1.4.13
Published
Mar 2, 2022
Platform
linux/amd64
Imports
17 packages
Last checked
1 minute ago

Tools for package owners.