constants

package
v0.0.0-...-0ddd045 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package constants provides different constant values

Index

Constants

View Source
const (
	ColorGreen     = "\033[32m"
	ColorReset     = "\033[0m"
	ColorCyan      = "\033[36m"
	GitFrontendURL = "https://github.com/go-chapper/client.git"
)
View Source
const (
	StoreParams       = "charset=utf8mb4&parseTime=True&loc=Local"
	StoreTableOptions = "ENGINE=InnoDB CHARSET=utf8mb4 auto_increment=1"
)
View Source
const (
	Argon2Kibibyte = 1024
)
View Source
View Source
const Website = "https://chapper.dev"

Variables

This section is empty.

Functions

This section is empty.

Types

type AvailabilityState

type AvailabilityState string

AvailabilityState defines the availability state a user can be in

const (
	Online    AvailabilityState = "online"
	Busy      AvailabilityState = "busy"
	Away      AvailabilityState = "away"
	Offline   AvailabilityState = "offline"
	Invisible AvailabilityState = "invisible"
)

type TypingState

type TypingState string
const (
	Typing  TypingState = "typing"
	Default TypingState = "default"
)

Jump to

Keyboard shortcuts

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