Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Definition ¶
type Definition interface { ID Path() string Name() string OriginalName() string Exported() bool Omitted() bool Type() types.Type Kind() string Dependencies() ([]Definition, error) Imports() map[string]string FromRuntime() bool }
Definition interface
type FunctionResult ¶
type FunctionResult interface { Name() string Definition() Definition }
FunctionResult interface
type InterfaceMethod ¶
InterfaceMethod interface
type Rewrite ¶
type Rewrite interface { Rewritee() Rewritee Expression() string Vars() []RewriteVariable }
Rewrite interface
type RewriteVariable ¶
type RewriteVariable interface { Definition() Definition Node() ast.Expr String() (string, error) }
RewriteVariable interface
Click to show internal directories.
Click to hide internal directories.