Documentation
¶
Index ¶
- Constants
- Variables
- type BaseFormatterdeprecated
- type ByteStringWriterdeprecated
- type DataFormatterdeprecated
- type MarshalFuncdeprecated
- type StringWriteStringerdeprecated
- type UnmarshalFuncdeprecated
Constants ¶
View Source
const ( // CommaStr const define CommaStr = "," // CommaChar define CommaChar = ',' // PathStr define const PathStr = "/" // PathChar define PathChar = '/' // DefaultSep comma string DefaultSep = "," // SpaceChar char SpaceChar = ' ' // SpaceStr string SpaceStr = " " // NewlineChar char NewlineChar = '\n' // NewlineStr string NewlineStr = "\n" )
View Source
const ( OpEq = "=" OpNeq = "!=" OpLt = "<" OpLte = "<=" OpGt = ">" OpGte = ">=" )
consts for compare operation
View Source
const ( SingleQuote = '\'' DoubleQuote = '"' SlashQuote = '\\' SingleQuoteStr = "'" DoubleQuoteStr = `"` SlashQuoteStr = "\\" )
consts quote chars
View Source
const NoIdx = -1
NoIdx invalid index or length
Variables ¶
View Source
var ErrConvType = comdef.ErrConvType
ErrConvType error
Deprecated: moved to pkg comdef
Functions ¶
This section is empty.
Types ¶
type BaseFormatter
deprecated
type ByteStringWriter
deprecated
type ByteStringWriter = comdef.ByteStringWriter
ByteStringWriter interface
Deprecated: moved to pkg comdef
type DataFormatter
deprecated
type MarshalFunc
deprecated
added in
v0.5.6
type StringWriteStringer
deprecated
added in
v0.5.6
type StringWriteStringer = comdef.StringWriteStringer
StringWriteStringer interface
Deprecated: moved to pkg comdef
type UnmarshalFunc
deprecated
added in
v0.5.6
Click to show internal directories.
Click to hide internal directories.