database

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2017 License: Apache-2.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

View Source
const (
	// Database
	INTERNAL_ERROR = "InternalError"

	// User Codes
	USER_NOT_FOUND = "UserNotFound"

	// Group Codes
	GROUP_NOT_FOUND = "GroupNotFound"

	// Group User Relation Codes
	GROUP_USER_RELATION_NOT_FOUND = "GroupUserRelationNotFound"

	// Group Policy Relation Codes
	GROUP_POLICY_RELATION_NOT_FOUND = "GroupPolicyRelationNotFound"

	// Policy Codes
	POLICY_NOT_FOUND = "PolicyNotFound"

	// Proxy resource Codes
	PROXY_RESOURCE_NOT_FOUND = "ProxyResourceNotFound"

	// Auth Provider Codes
	AUTH_OIDC_PROVIDER_NOT_FOUND = "AuthOidcProviderNotFound"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error struct {
	Code    string
	Message string
}

func (Error) Error

func (e Error) Error() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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