Remove custom scheme stuff
As separate commit to make it easy to get back-- I'm not completely convince we won't want this in the future.
This commit is contained in:
@@ -72,8 +72,7 @@ type EmbeddedObject struct {
|
||||
// // Internal package:
|
||||
// type MyAPIObject struct {
|
||||
// runtime.JSONBase `yaml:",inline" json:",inline"`
|
||||
// // The "scheme" tag is optional; if absent, runtime.DefaultScheme will be used.
|
||||
// MyPlugin runtime.EmbeddedObject `scheme:"pluginScheme"`
|
||||
// MyPlugin runtime.EmbeddedObject `json:"myPlugin" yaml:"myPlugin"`
|
||||
// }
|
||||
// type PluginA struct {
|
||||
// runtime.PluginBase `yaml:",inline" json:",inline"`
|
||||
|
Reference in New Issue
Block a user