global

package
v0.0.0-...-9c76002 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2021 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RoutePermission

type RoutePermission struct {
	Conditions []ValueCondition
	ID         string `alias:"" bson:"_id" db:"_id"`
	Response   map[string]interface{}
	Routes     []string
}

func (RoutePermission) GetID

func (m RoutePermission) GetID() string

type UserValue

type UserValue struct {
	ID     string `alias:"" bson:"_id" db:"_id"`
	Values map[valuetype.Value]int64
}

func (UserValue) GetID

func (m UserValue) GetID() string

type ValueCondition

type ValueCondition struct {
	Count     int64                    `json:"count"`
	Op        relationaloperator.Value `json:"op"`
	ValueType valuetype.Value          `json:"valueType"`
}

Jump to

Keyboard shortcuts

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