Documentation
¶
Index ¶
Constants ¶
View Source
const (
MetadataFilename string = "graphql_schema_introspection.yaml"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetadataObject ¶
type MetadataObject struct { MetadataDir string // contains filtered or unexported fields }
func New ¶
func New(ec *cli.ExecutionContext, baseDir string) *MetadataObject
func (*MetadataObject) Build ¶
func (o *MetadataObject) Build(metadata *yaml.MapSlice) error
func (*MetadataObject) CreateFiles ¶
func (o *MetadataObject) CreateFiles() error
func (*MetadataObject) Export ¶
func (o *MetadataObject) Export(metadata yaml.MapSlice) (map[string][]byte, error)
func (*MetadataObject) Name ¶
func (o *MetadataObject) Name() string
func (*MetadataObject) Validate ¶
func (o *MetadataObject) Validate() error
Click to show internal directories.
Click to hide internal directories.