enum

package
v0.0.0-...-fff97c9 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Env

type Env string
const (
	LOCAL Env = "LOCAL"
	DEV   Env = "DEV"
	LIVE  Env = "LIVE"
)

func (Env) ToString

func (e Env) ToString() string

type EnvKey

type EnvKey string
const (
	EkConfigPath EnvKey = "CONFIG_PATH"
	EkEnv        EnvKey = "ENV"
)

func (EnvKey) ToString

func (e EnvKey) ToString() string

type NoteLike

type NoteLike int8
const (
	DislikeNote NoteLike = iota
	LikeNote
)

type NotePublic

type NotePublic int8
const (
	PrivateNote NotePublic = iota
	PublicNote
)

Jump to

Keyboard shortcuts

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