Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeWriter ¶
func (*CodeWriter) CommonLine ¶
func (w *CodeWriter) CommonLine()
func (*CodeWriter) Dedent ¶
func (w *CodeWriter) Dedent()
func (*CodeWriter) Indent ¶
func (w *CodeWriter) Indent()
func (*CodeWriter) Write ¶
func (w *CodeWriter) Write(data string)
type CommonConfig ¶
type CommonConfig struct {
RootType string
}
func (*CommonConfig) Common ¶
func (c *CommonConfig) Common() *CommonConfig
type IConfig ¶
type IConfig interface {
Common() *CommonConfig
}
Click to show internal directories.
Click to hide internal directories.