sub

package
v0.5.3 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Axis_name = map[int32]string{
		0: "AXIS_INVALID",
		1: "AXIS_H",
		2: "AXIS_V",
	}
	Axis_value = map[string]int32{
		"AXIS_INVALID": 0,
		"AXIS_H":       1,
		"AXIS_V":       2,
	}
)

Enum value maps for Axis.

View Source
var File_tests_lint_sub_sub_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Axis

type Axis int32
const (
	// AXIS_INVALID value should lint to AxisInvalid.
	AxisInvalid Axis = 0
	// PROTOCOL_IP value should lint to AxisH.
	AxisH Axis = 1
	// AXIS_V value should lint to AxisV.
	AxisV Axis = 2
)

func (Axis) Descriptor

func (Axis) Descriptor() protoreflect.EnumDescriptor

func (Axis) Enum

func (x Axis) Enum() *Axis

func (Axis) EnumDescriptor deprecated

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

Deprecated: Use Axis.Descriptor instead.

func (Axis) Number

func (x Axis) Number() protoreflect.EnumNumber

func (Axis) String

func (x Axis) String() string

func (Axis) Type

func (Axis) Type() protoreflect.EnumType

Jump to

Keyboard shortcuts

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