Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GqlgenFlags ¶
type GqlgenFlags struct {
Config string
}
type GqlgenPlugin ¶
func (*GqlgenPlugin) ComputeInputOutputFiles ¶
func (p *GqlgenPlugin) ComputeInputOutputFiles(opts plugins.GenerateOpts) *plugins.InputOutputFiles
func (*GqlgenPlugin) Matches ¶
func (p *GqlgenPlugin) Matches(opts plugins.GenerateOpts) bool
func (*GqlgenPlugin) Name ¶
func (p *GqlgenPlugin) Name() string
type StringList ¶
type StringList []string
func (StringList) Has ¶
func (a StringList) Has(file string) bool
func (*StringList) UnmarshalYAML ¶
func (a *StringList) UnmarshalYAML(unmarshal func(interface{}) error) error
Click to show internal directories.
Click to hide internal directories.