Movatterモバイル変換


[0]ホーム

URL:


plugingetter

package
v28.5.2+incompatibleLatest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2025 License:Apache-2.0Imports:3Imported by:2,029

Details

Repository

github.com/docker/docker

Links

Documentation

Index

Constants

View Source
const (// Lookup doesn't update RefCountLookup = 0// Acquire increments RefCountAcquire = 1// Release decrements RefCountRelease = -1)

Variables

This section is empty.

Functions

This section is empty.

Types

typeCompatPlugin

type CompatPlugin interface {Name()stringScopedPath(string)stringIsV1()boolPluginWithV1Client}

CompatPlugin is an abstraction to handle both v2(new) and v1(legacy) plugins.

typeCountedPlugin

type CountedPlugin interface {Acquire()Release()CompatPlugin}

CountedPlugin is a plugin which is reference counted.

typePluginAddr

type PluginAddr interface {Addr()net.AddrTimeout()time.DurationProtocol()string}

PluginAddr is a plugin that exposes the socket address for creating custom clients rather than the built-in `*plugins.Client`

typePluginGetter

type PluginGetter interface {Get(name, capabilitystring, modeint) (CompatPlugin,error)GetAllByCap(capabilitystring) ([]CompatPlugin,error)GetAllManagedPluginsByCap(capabilitystring) []CompatPluginHandle(capabilitystring, callback func(string, *plugins.Client))}

PluginGetter is the interface implemented by Store

typePluginWithV1Client

type PluginWithV1Client interface {Client() *plugins.Client}

PluginWithV1Client is a plugin that directly utilizes the v1/http plugin client

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp