github.com/Prakhar-Agarwal-byte/moby@v0.0.0-20231027092010-a14e3e8ab87e/pkg/plugins/transport/mimetype.go (about) 1 package transport // import "github.com/Prakhar-Agarwal-byte/moby/pkg/plugins/transport" 2 3 // VersionMimetype is the Content-Type the engine sends to plugins. 4 // 5 // For convenience, there is an alias in [github.com/Prakhar-Agarwal-byte/moby/pkg/plugins.VersionMimetype]. 6 const VersionMimetype = "application/vnd.docker.plugins.v1.2+json"