Documentation
¶
Index ¶
Constants ¶
View Source
const ( ContentTypeKey = "Content-Type" ContentTypeValue = "application/json; charset=UTF-8" )
Variables ¶
View Source
var ( SLICE_STRING []string SLICE_INT []int INT int STRING string )
View Source
var TypeValues = map[int]reflect.Type{ 1: reflect.ValueOf(SLICE_INT).Type(), 2: reflect.ValueOf(SLICE_STRING).Type(), 3: reflect.ValueOf(INT).Type(), 4: reflect.ValueOf(STRING).Type(), }
View Source
var ValueTypes = map[reflect.Type]reflect.Value{ reflect.ValueOf(SLICE_INT).Type(): reflect.ValueOf(SLICE_INT), reflect.ValueOf(SLICE_STRING).Type(): reflect.ValueOf(SLICE_STRING), reflect.ValueOf(INT).Type(): reflect.ValueOf(INT), reflect.ValueOf(STRING).Type(): reflect.ValueOf(STRING), }
Functions ¶
func InitializeMaps ¶
func InitializeMaps()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.