common

package
v1.2.12 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2024 License: MIT Imports: 1 Imported by: 0

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(),
}

Functions

func GetData

func GetData(flag int) ([]int, []string, int, string)

func InitializeMaps

func InitializeMaps()

Types

This section is empty.

Jump to

Keyboard shortcuts

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