types

package
v4.0.0-M9 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2020 License: Apache-2.0 Imports: 2 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StoreTypeNames

func StoreTypeNames() []string

Types

type StoreType

type StoreType int

StoreType x ENUM( Deployment, Log, Event )

const (
	// StoreTypeDeployment is a StoreType of type Deployment
	StoreTypeDeployment StoreType = iota
	// StoreTypeLog is a StoreType of type Log
	StoreTypeLog
	// StoreTypeEvent is a StoreType of type Event
	StoreTypeEvent
)

func ParseStoreType

func ParseStoreType(name string) (StoreType, error)

ParseStoreType attempts to convert a string to a StoreType

func (StoreType) String

func (i StoreType) String() string

Jump to

Keyboard shortcuts

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