Plugin Config Interface
@Serializable
The interface between Docker and the plugin
Parameters
types
socket
protocol Scheme
Protocol to use for clients connecting to the plugin.
Constructors
Link copied to clipboard
constructor(types: List<PluginInterfaceType>, socket: String, protocolScheme: PluginConfigInterface.ProtocolScheme? = null)