common

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

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 BaseFormatter = comdef.BaseFormatter

BaseFormatter struct

Deprecated: moved to pkg comdef

type ByteStringWriter deprecated

type ByteStringWriter = comdef.ByteStringWriter

ByteStringWriter interface

Deprecated: moved to pkg comdef

type DataFormatter deprecated

type DataFormatter = comdef.DataFormatter

DataFormatter interface

Deprecated: moved to pkg comdef

type MarshalFunc deprecated added in v0.5.6

type MarshalFunc = comdef.MarshalFunc

MarshalFunc define

Deprecated: moved to pkg comdef

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

type UnmarshalFunc = comdef.UnmarshalFunc

UnmarshalFunc define

Deprecated: moved to pkg comdef

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL