Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Namespace ¶
type Namespace interface { String() string SetPkgName(pkg string) error PkgName() string WithImport(pkgNamespace Namespace) (Namespace, error) WithScope(name string) Namespace GetType(name string) ast.Type GetService(name string) *ast.Service SetNode(name string, def ast.Node, defPos scanner.Position) error Finalized() bool Finalize() // contains filtered or unexported methods }
Click to show internal directories.
Click to hide internal directories.