Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientHandler ¶
type ClientHandler interface { PluginConnected(string, DevicePlugin) error PluginDisconnected(string) PluginListAndWatchReceiver(string, *api.ListAndWatchResponse) }
ClientHandler is an interface for handling device plugin connections.
type RegistrationHandler ¶
RegistrationHandler is an interface for handling device plugin registration and plugin directory cleanup.
Click to show internal directories.
Click to hide internal directories.