_test

package
v0.0.0-...-255a7ba Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2023 License: LGPL-2.1 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TestAwsomeEscapingJson

func TestAwsomeEscapingJson()

func TestJsonArraySort

func TestJsonArraySort()

func TestJsonMerge

func TestJsonMerge()

func TestJsonObjSort

func TestJsonObjSort()

func TestJsonValue

func TestJsonValue()

func TestOrigJsonEffenciency

func TestOrigJsonEffenciency() (mapIntf, mapIntfAll, structure, parser, conv int64)

func TestReadSqlKVs

func TestReadSqlKVs()

func TestSqlToJson

func TestSqlToJson()

func TestStr

func TestStr()

func TestXmlconv

func TestXmlconv()

func TestXmlconvAccess

func TestXmlconvAccess()

Types

type SqlExample

type SqlExample struct {
	Id          int32           `db:"id"`
	NName       sql.NullString  `db:"nul_name"`
	NTime       mysql.NullTime  `db:"nul_time"`
	NNum        sql.NullFloat64 `db:"nul_float"`
	NBool       sql.NullBool    `db:"nul_bool"`
	NInt        sql.NullInt64   `db:"nul_int"`
	Int         int             `db:"int" json:"int_num"`
	String      string          `db:"string" json:"str,omitempty"`
	EmptyString string          `json:"empty_str,omitempty"`
	NoTagString string
	Ignore      string    `json:"-"`
	Bool        bool      `json:"bool"`
	Float       float32   `json:"float32"`
	Time        time.Time `json:"time"`
}

Jump to

Keyboard shortcuts

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