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:
Daniel Smith
2014-09-15 13:11:37 -07:00
parent 42dafb0e2e
commit 44f340f127
3 changed files with 10 additions and 81 deletions

View File

@@ -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"`