Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCfgFileFormatInv = errors.New("invalid teler configuration file format") ErrCfgFileFormatUnd = errors.New("undefined teler configuration file format") ErrDestAddressEmpty = errors.New("empty destination address") )
View Source
var ( // App name App = "teler-proxy" // Version of teler-proxy itself Version = "" // Banner of teler-proxy Banner = ` __ __ / /____ / /__ ____ / __/ -_) / -_) __/ \__/\__/_/\__/_/ proxy ` + Version // Usage of teler-proxy Usage = `` /* 895-byte string literal not displayed */ )
Functions ¶
func PrintBanner ¶
func PrintBanner()
func PrintUsage ¶
func PrintUsage()
func PrintVersion ¶
func PrintVersion()
Types ¶
Click to show internal directories.
Click to hide internal directories.