Documentation
¶
Index ¶
- Constants
- type CFWriter
- type Counter
- func (this *Counter) Iadd(k string, v int) string
- func (this *Counter) Idiv(k string, v int) string
- func (this *Counter) Iget(k string) int
- func (this *Counter) Imult(k string, v int) string
- func (this *Counter) Inot0(k string) bool
- func (this *Counter) Isadd(k string, v int) int
- func (this *Counter) Isdiv(k string, v int) int
- func (this *Counter) Iset(k string, v int) string
- func (this *Counter) Ismult(k string, v int) int
- type StrRender
Constants ¶
View Source
const ( ERR_INIT_NODATA = "ERR_INIT_NODATA: %s" ERR_FILE_NOT_FOUND = "ERR_FILE_NOT_FOUND: %s" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CFWriter ¶
type CFWriter struct { IsWriteToConsole bool // contains filtered or unexported fields }
type StrRender ¶
type StrRender struct { IsWriteToConsole bool IsParsed bool // contains filtered or unexported fields }
func (*StrRender) ParseDataToWritter ¶
func (*StrRender) ParseFileData ¶
func (*StrRender) ReadJsFuncs ¶
Click to show internal directories.
Click to hide internal directories.