Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PackageInterfaces ¶
type PackageInterfaces struct {
PackageName string
Interfaces []Interface
Imports map[string]string
}
func ParseInterfaceFromFile ¶
func ParseInterfaceFromFile(path string) (*PackageInterfaces, error)
func (*PackageInterfaces) ResolveImport ¶
func (i *PackageInterfaces) ResolveImport(name string) string
Click to show internal directories.
Click to hide internal directories.