Documentation ¶
Overview ¶
Package generator makes code generation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpLog ¶
type OpLog struct {
// contains filtered or unexported fields
}
OpLog flat encoding/decoding code generation for operation log.
func NewOpLog ¶
func NewOpLog( logger logger.Type, src *types.Named, typ *types.Named, hnd *types.Named, disp string, lenPrefix bool, r *renderer.Go, thands map[*types.Var]handlers.Type, encoderResultType *types.Tuple, missingWriteBuffer bool, ) *OpLog
NewOpLog construct new generator for interfaces instance.
type Struct ¶
type Struct struct {
// contains filtered or unexported fields
}
Struct flat encoding/decoding code generation for structures.
Click to show internal directories.
Click to hide internal directories.