Documentation
¶
Index ¶
- Variables
- func Abort(message string)
- func Contains(arr []string, str string) bool
- func EncodeMessageUTF16(message string) string
- func ExecuteCommand(input string) (string, error)
- func GetFreePort() int
- func IsLetter(s string) bool
- func IsValidUUID(uuid string) bool
- func MergeStringMaps(ms ...map[string]string) map[string]string
- func ReadDataFromLiman()
- func StringAfter(value string, a string) string
- func StringBefore(value string, a string) string
- func StringBetween(value string, a string, b string) string
- func UniqueStrings(arr []string) []string
Constants ¶
This section is empty.
Variables ¶
View Source
var AppKey string
AppKey Liman' AppKey
View Source
var DBHost string
DBHost Liman' Database Host
View Source
var DBName string
DBName Liman' Database Name
View Source
var DBPassword string
DBPassword Liman' Database Password
View Source
var DBPort string
DBPort Liman' Database Port
View Source
var DBUsername string
DBUsername Liman' Database Username
View Source
var EnvPath = "/liman/server/.env"
EnvPath Liman' EnvPath
View Source
var Timeout string
Extension Timeout Env
Functions ¶
func EncodeMessageUTF16 ¶
EncodeMessageUTF16 EncodeMessageUTF16
func ExecuteCommand ¶
ExecuteCommand : Execute Shell Command
func MergeStringMaps ¶
MergeStringMaps Merge two string maps.
func StringBetween ¶
StringBetween Get String Between
func UniqueStrings ¶
UniqueStrings make string array unique
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.