Documentation ¶ Index ¶ func New(arrived map[*types.Struct]types.Object) output.Task type Task func (t *Task) Do(pkg *types.Package, files bypos.Sorted) ([]output.Gen, error) func (t *Task) Prepare(pkg *types.Package, files bypos.Sorted) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(arrived map[*types.Struct]types.Object) output.Task New : Types ¶ type Task ¶ type Task struct { // contains filtered or unexported fields } Task : func (*Task) Do ¶ func (t *Task) Do(pkg *types.Package, files bypos.Sorted) ([]output.Gen, error) Do : func (*Task) Prepare ¶ func (t *Task) Prepare(pkg *types.Package, files bypos.Sorted) error Prepare : Source Files ¶ View all Source files generate.go task.go Click to show internal directories. Click to hide internal directories.