global

package
v0.0.0-...-a9af2ab Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DELIPath :
	DELIPath = " ~ "
	// DELIChild :
	DELIChild = " + "
	// MARKTerm :
	MARKTerm = "--------------------------------------" // len(uuid) + 2 : 38
	// MARKDead :
	MARKDead = "TOMBSTONE"
	// MARKDelID :
	MARKDelID = "00000000-0000-0000-0000-000000000000"
)

Variables

View Source
var (
	IF = u.IF

	IArrRmRep = w.IArrRmRep

	// Cfg : Config File Struct
	Cfg *c.Config

	// N3clt : GRPC Client
	N3clt *n3grpc.Client

	// CurCtx : Current Context
	CurCtx = ""

	// OriExePath : Original Running Path
	OriExePath, _ = os.Getwd()

	// MpQryRstRplc : Replacement Map for Query OutCome JSON
	MpQryRstRplc = map[string]string{
		`en-US`:      `en_US`,
		`": "true"`:  `": true`,
		`": "false"`: `": false`,
		`": "null"`:  `": null`,
	}
)

Functions

func Init

func Init()

Init :

Types

type DataType

type DataType int

DataType : XML(0) or JSON(1)

const (
	// XML : xml data type
	XML DataType = iota
	// JSON : json data type
	JSON
)

type QryIDs

type QryIDs struct {
	Ctx string
	Qry map[string]interface{}
	IDs []string
}

QryIDs : ID-Query Cache Element

type Ss

type Ss = w.Strs

Ss :

Jump to

Keyboard shortcuts

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