Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphqlLoader ¶
type GraphqlLoader struct {
}
func (*GraphqlLoader) LoadFromData ¶
func (g *GraphqlLoader) LoadFromData(data []byte) (interface{}, error)
type JsonLoader ¶
type JsonLoader struct{}
func (*JsonLoader) LoadFromData ¶
func (l *JsonLoader) LoadFromData(data []byte) (interface{}, error)
func (*JsonLoader) LoadFromFile ¶
func (l *JsonLoader) LoadFromFile(location string) (interface{}, error)
type OpenAPI3Loader ¶
type OpenAPI3Loader struct{}
func (*OpenAPI3Loader) LoadFromData ¶
func (l *OpenAPI3Loader) LoadFromData(data []byte) (interface{}, error)
func (*OpenAPI3Loader) LoadFromFile ¶
func (l *OpenAPI3Loader) LoadFromFile(location string) (interface{}, error)
type SchemaLoader ¶
type YamlLoader ¶
type YamlLoader struct{}
func (*YamlLoader) LoadFromData ¶
func (l *YamlLoader) LoadFromData(data []byte) (interface{}, error)
func (*YamlLoader) LoadFromFile ¶
func (l *YamlLoader) LoadFromFile(location string) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.