package api import ( "bytes" "encoding/json" "fmt" "text/template" "get" "github.com/bosssauce/ponzu/management/editor" ) // Referenceable enures there is a way to reference the implenting type from // within another type's editor and from type-scoped API calls type Referenceable interface { Referenced() []byte } // Select returns the []byte of a