enums

package
v0.0.0-...-96e9dc5 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Service_name = map[int32]string{
		0: "UNKNOWN",
		1: "SLACK",
		2: "OKTA",
		3: "AWS",
		4: "CUSTOM",
	}
	Service_value = map[string]int32{
		"UNKNOWN": 0,
		"SLACK":   1,
		"OKTA":    2,
		"AWS":     3,
		"CUSTOM":  4,
	}
)

Enum value maps for Service.

View Source
var File_sym_enums_service_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Service

type Service int32

Service represents a system Sym integrates with

const (
	Service_UNKNOWN Service = 0
	Service_SLACK   Service = 1
	Service_OKTA    Service = 2
	Service_AWS     Service = 3
	Service_CUSTOM  Service = 4
)

func (Service) Descriptor

func (Service) Descriptor() protoreflect.EnumDescriptor

func (Service) Enum

func (x Service) Enum() *Service

func (Service) EnumDescriptor deprecated

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

Deprecated: Use Service.Descriptor instead.

func (Service) Number

func (x Service) Number() protoreflect.EnumNumber

func (Service) String

func (x Service) String() string

func (Service) Type

func (Service) Type() protoreflect.EnumType

Jump to

Keyboard shortcuts

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