resource

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AppTitle          = "Ceph Desktop Manager"
	AppName           = "CephDesktopManager"
	DefaultRegion     = "default"
	KeyTypeEncryption = "encryption"

	ForcePathSytle = 1

	DirPathHome     = ".cdm"
	DirPathConf     = "conf"
	DirPathDb       = "db"
	DirPathlog      = "log"
	DirPathTmp      = "tmp"
	DirPathDownload = "Downloads"

	DatabaseFile = "cdm.db"

	IconPath        = "build/icon/"
	IconAppIcon     = IconPath + "appicon.png"
	IconUpgradeIcon = IconPath + "upgrade.png"
)
View Source
const (
	CHECK_UPGRADE    = "CHECK_UPGRADE"
	UPGRADE_PROGRESS = "UPGRADE_PROGRESS"
	UPLOAD_PROGRESS  = "UPLOAD_PROGRESS"
)
View Source
const (
	LineSplit    = "\n"
	Comma        = ","
	Colon        = ":"
	Asterisk     = "*"
	VerticalLine = "|"
	Eq           = "="
	Tilde        = "~"
	Semicolon    = ";"
	Blank        = " "
	Dash         = "_"
	Dot          = "."
	Slant        = "/"
	Quote        = "\""
)

Variables

View Source
var (
	CreateConnectionTableSql    = "" /* 129-byte string literal not displayed */
	CreateConnectionTableIdxSql = "CREATE UNIQUE INDEX connection_name_IDX ON 'connection' (name);"
	CreateKeyTableSql           = "CREATE TABLE IF NOT EXISTS key (id text not null primary key, type text, value text);"
	CreateCustomBucketTableSql  = "CREATE TABLE IF NOT EXISTS custom_bucket (id text not null primary key, name text, connection_id text);"
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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