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 ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.