Documentation
¶
Index ¶
- func ConfigFlags(fs *flag.FlagSet, config *msgpgen.Config) error
- func FindIfaces(tpset *structer.TypePackageSet, ifaces ...structer.TypeName) ([]structer.TypeName, error)
- func GoList(pkgs []string) ([]string, error)
- func LoaderFlags(fs *flag.FlagSet, loader *LoaderConfig) error
- type LoaderConfig
- type StringList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindIfaces ¶
func LoaderFlags ¶
func LoaderFlags(fs *flag.FlagSet, loader *LoaderConfig) error
Types ¶
type LoaderConfig ¶
type LoaderConfig struct { Interfaces StringList State string Imports StringList }
type StringList ¶
type StringList []string
func (*StringList) Set ¶
func (s *StringList) Set(v string) error
func (*StringList) String ¶
func (s *StringList) String() string
Click to show internal directories.
Click to hide internal directories.