scope

package
v0.1.8 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2021 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Map = map[string]Type{
	Global.String():  Global,
	Org.String():     Org,
	Project.String(): Project,
}

Functions

This section is empty.

Types

type Type

type Type uint

Type defines the possible types for Scopes

const (
	Unknown Type = 0
	Global  Type = 1
	Org     Type = 2
	Project Type = 3
)

func (Type) Prefix

func (s Type) Prefix() string

func (Type) String

func (s Type) String() string

Jump to

Keyboard shortcuts

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