helpers

package
v0.0.0-...-c02b23a Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Priority_name = map[int32]string{
	0: "NoN",
	1: "LOW",
	2: "MEDIUM",
	3: "HIGH",
	4: "URGEN",
}
View Source
var Priority_value = map[string]int32{
	"NoN":    0,
	"LOW":    1,
	"MEDIUM": 2,
	"HIGH":   3,
	"URGEN":  4,
}
View Source
var Status_name = map[int32]string{
	0: "NEW",
	1: "STARTED",
	2: "COMPLETED",
	3: "FAILED",
}
View Source
var Status_value = map[string]int32{
	"NEW":       0,
	"STARTED":   1,
	"COMPLETED": 2,
	"FAILED":    3,
}

Functions

This section is empty.

Types

type Priority

type Priority int32
const (
	Priority_NoN    Priority = 0
	Priority_LOW    Priority = 1
	Priority_MEDIUM Priority = 2
	Priority_HIGH   Priority = 3
	Priority_URGEN  Priority = 4
)

func (Priority) EnumDescriptor

func (Priority) EnumDescriptor() ([]byte, []int)

func (Priority) String

func (x Priority) String() string

type Status

type Status int32
const (
	Status_NEW       Status = 0
	Status_STARTED   Status = 1
	Status_COMPLETED Status = 2
	Status_FAILED    Status = 3
)

func (Status) EnumDescriptor

func (Status) EnumDescriptor() ([]byte, []int)

func (Status) String

func (x Status) String() string

Jump to

Keyboard shortcuts

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