Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CodeBuilder ¶
type CodeBuilder struct {
// contains filtered or unexported fields
}
func NewCodeBuilder ¶
func NewCodeBuilder() *CodeBuilder
func (*CodeBuilder) Embed ¶
func (cb *CodeBuilder) Embed(template io.WriterTo)
func (*CodeBuilder) Line ¶
func (cb *CodeBuilder) Line(format string, args ...interface{})
func (*CodeBuilder) PopIndent ¶
func (cb *CodeBuilder) PopIndent()
func (*CodeBuilder) PushIndent ¶
func (cb *CodeBuilder) PushIndent()
type FormattedGoSource ¶
type GoImports ¶
type GoImports struct {
// contains filtered or unexported fields
}
func NewGoImports ¶
func NewGoImports() *GoImports
func (*GoImports) GenericObj ¶
Click to show internal directories.
Click to hide internal directories.