get.porter.sh/porter@v1.3.0/pkg/storage/plugins/storage_plugin.go (about) 1 package plugins 2 3 const ( 4 // PluginInterface for storage. This first part of the 5 // three-part plugin key is only seen/used by the plugins when the host is 6 // communicating with the plugin and is not exposed to users. 7 PluginInterface = "storage" 8 9 // PluginProtocolVersion is the currently supported plugin protocol version for storage. 10 PluginProtocolVersion = 3 11 )