Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecodeFunc ¶
type DecodeFunc func(out *SchemaRelationships) error
DecodeFunc will decode into the SchemaRelationships object.
func DecoderForURL ¶
func DecoderForURL(u *url.URL) (d DecodeFunc, err error)
DecoderForURL returns the appropriate decoder for a given URL. Some URLs have special handling to dereference to the actual file.
type SchemaRelationships ¶
type SchemaRelationships struct { Schema string `yaml:"schema"` Relationships string `yaml:"relationships"` }
SchemaRelationships holds the schema (as a string) and a list of relationships (as a string) in the format from the devtools download API.
Click to show internal directories.
Click to hide internal directories.