Documentation
¶
Overview ¶
provides a go module to establish connection to dare-db
Index ¶
- Constants
- func Escape(any string) string
- func EscapeCRLF(any string) string
- func EscapeDOT(any string) string
- func EscapeSEM(any string) string
- func UnEscape(any string) string
- func UnEscapeCRLF(any string) string
- func UnEscapeDOT(any string) string
- func UnEscapeSEM(any string) string
- type Client
- type Options
Constants ¶
View Source
const DefaultAddr = "localhost:2420"
View Source
const DefaultAddrSSL = "localhost:2420"
View Source
const DefaultConnectTimeout = time.Duration(9 * time.Second)
View Source
const DefaultIdleCliTimeout = time.Duration(60 * time.Second)
View Source
const DefaultRequestTimeout = time.Duration(9 * time.Second)
Variables ¶
This section is empty.
Functions ¶
func EscapeCRLF ¶
func UnEscapeCRLF ¶
func UnEscapeDOT ¶
func UnEscapeSEM ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.