enums

package
v0.0.1-beta Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// PRODUCTION production environment
	PRODUCTION = ENVIRONMENT("PRODUCTION")
	// DEVELOP development environment
	DEVELOP = ENVIRONMENT("DEVELOP")
	// TEST test environment
	TEST = ENVIRONMENT("TEST")
)
View Source
const (
	// MONGO mongo as db
	MONGO = "MONGO"
	// INMEMORY in memory storage as db
	INMEMORY = "INMEMORY"
)
View Source
const (
	// Kube object ADD command
	ADD = Command("ADD")
	// Kube object UPDATE command
	UPDATE = Command("UPDATE")
	// Kube object DELETE command
	DELETE = Command("DELETE")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command string

Command kafka command

type ENVIRONMENT

type ENVIRONMENT string

ENVIRONMENT run environment

Jump to

Keyboard shortcuts

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