tricrypt/tui/storage_consts.go

7 lines
81 B
Go

package tui
const (
STORAGE_HOST_CONST = "host"
STORAGE_PORT_CONST = "port"
)