Documentation ¶ Index ¶ Constants func HasAccess(ctx *context.Context, args ...interface{}) bool func Verify(ctx *context.Context, connection int, args ...interface{}) bool Constants ¶ View Source const ( // DOES NOT MATTER IF THE USER IS OR NOT CONNECTED ANY = 1 // THE USER MUST BE CONNECTED TO USE THE LIBARY USER = 2 // No access needed FREEACCESS = "" ) Variables ¶ This section is empty. Functions ¶ func HasAccess ¶ func HasAccess(ctx *context.Context, args ...interface{}) bool SECURITY Access func Verify ¶ func Verify(ctx *context.Context, connection int, args ...interface{}) bool Verify connected user, verify security accesses Types ¶ This section is empty. Source Files ¶ View all Source files verify.go Click to show internal directories. Click to hide internal directories.