Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( STATE_name = map[int32]string{ 0: "CREATED", 1: "CHECKED", 2: "ACTIVE", 3: "INACTIVE", 4: "DELETED", } STATE_value = map[string]int32{ "CREATED": 0, "CHECKED": 1, "ACTIVE": 2, "INACTIVE": 3, "DELETED": 4, } )
Enum value maps for STATE.
View Source
var ( STATUS_name = map[int32]string{ 0: "UNKNOWN", 1: "QUEUED", 2: "IN_PROCESS", 3: "FAILED", 4: "SUCCESSFUL", } STATUS_value = map[string]int32{ "UNKNOWN": 0, "QUEUED": 1, "IN_PROCESS": 2, "FAILED": 3, "SUCCESSFUL": 4, } )
Enum value maps for STATUS.
View Source
var File_common_v1_common_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type STATE ¶
type STATE int32
buf:lint:ignore ENUM_VALUE_PREFIX
func (STATE) Descriptor ¶
func (STATE) Descriptor() protoreflect.EnumDescriptor
func (STATE) EnumDescriptor
deprecated
func (STATE) Number ¶
func (x STATE) Number() protoreflect.EnumNumber
func (STATE) Type ¶
func (STATE) Type() protoreflect.EnumType
type STATUS ¶
type STATUS int32
buf:lint:ignore ENUM_VALUE_PREFIX
func (STATUS) Descriptor ¶
func (STATUS) Descriptor() protoreflect.EnumDescriptor
func (STATUS) EnumDescriptor
deprecated
func (STATUS) Number ¶
func (x STATUS) Number() protoreflect.EnumNumber
func (STATUS) Type ¶
func (STATUS) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.