Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InterfaceSpec ¶
type InterfaceSpec struct { Name string Package PackageSpec Methods []MethodSpec }
InterfaceSpec describes the event dispatcher interface.
type MethodSpec ¶
MethodSpec describes a dispatcher method in an event dispatcher.
type PackageSpec ¶
PackageSpec contains import information.
type TypeSpec ¶
type TypeSpec struct { Name string Package PackageSpec }
TypeSpec represents a named type with import information.
Click to show internal directories.
Click to hide internal directories.