plugin

package
v0.10.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CodeGenerator

type CodeGenerator interface {
	GenerateCode(cfg *codegen.Data) error
}

type ConfigMutator

type ConfigMutator interface {
	MutateConfig(cfg *config.Config) error
}

type Plugin

type Plugin interface {
	Name() string
}

type SchemaMutator

type SchemaMutator interface {
	MutateSchema(s *ast.Schema) error
}

type SourcesInjector

type SourcesInjector interface {
	InjectSources(cfg *config.Config)
}

Directories

Path Synopsis
out

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL