Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterfaceGenerator ¶
type InterfaceGenerator struct {
Header string
InterfaceMethods []functiontype.FunctionType
// contains filtered or unexported fields
}
func NewInterfaceGenerator ¶
func NewInterfaceGenerator(interfaceToGenerate, workingDir string, dependantModules []string) InterfaceGenerator
func (*InterfaceGenerator) GenerateSourceCode ¶
func (g *InterfaceGenerator) GenerateSourceCode() ([]byte, error)
func (*InterfaceGenerator) InterfaceToGenerate ¶
func (g *InterfaceGenerator) InterfaceToGenerate() string
Click to show internal directories.
Click to hide internal directories.