Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( State_name = map[int32]string{ 0: "Unknown", 1: "New", 2: "Inactive", 3: "Prepared", 4: "Active", 5: "Removed", 6: "Error", } State_value = map[string]int32{ "Unknown": 0, "New": 1, "Inactive": 2, "Prepared": 3, "Active": 4, "Removed": 5, "Error": 6, } )
Enum value maps for State.
View Source
var File_common_common_proto protoreflect.FileDescriptor
Functions ¶
func StringSliceContains ¶
func StringSpliceDifference ¶
Types ¶
type State ¶
type State int32
func (State) Descriptor ¶ added in v1.2.3
func (State) Descriptor() protoreflect.EnumDescriptor
func (State) EnumDescriptor
deprecated
func (State) Number ¶ added in v1.2.3
func (x State) Number() protoreflect.EnumNumber
func (State) Type ¶ added in v1.2.3
func (State) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.