entity

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: May 31, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Scope

type Scope int

Scope the scope of git team

const (
	// Global git team will be enabled and disabled globally
	Global Scope = iota
	// RepoLocal git team will be enabled and disabled for the current repository
	RepoLocal
	// Unknown no idea what to do with this value
	Unknown
)

func FromString

func FromString(candidate string) Scope

FromString factory method for Scope

func (Scope) String

func (scope Scope) String() string

Jump to

Keyboard shortcuts

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