utils

package
v1.8.25 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SuperUserID              = int64(1)
	RequestPathUserIDArgName = "userID"
	AsOwnerSuffix            = "AsOwner"
)

Variables

This section is empty.

Functions

func HasPerm

func HasPerm(req *request.Request, user IUserContainer, perm Permission) bool

func HasPermOld

func HasPermOld(userID int64, perms []string, permName Permission) bool

HasPerm verifies that a permission exists in a userProfile's permissions

func OpenFile

func OpenFile(filePath string) (byteCount int, buffer *bytes.Buffer, e error)

OpenFile opens a file in chunks

func QueryIDs

func QueryIDs(query string) []int64

Types

type IUserContainer

type IUserContainer interface {
	ID() int64
	Activated() bool
	Disabled() bool
	Locked() bool
	Permissions() []string
}

type Permission

type Permission string

Permission is the name of a permission

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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