package
Version:
v0.0.0-...-e8acdfa
Opens a new window with list of versions in this module.
Published: Apr 16, 2018
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Amqp struct {
Host string
Port int
Username string `conf:"optional"`
Password string `conf:"optional"`
}
type Connecter interface {
Cstr() string
}
type Memcache struct {
Host string
Port int
}
type Sqlite struct {
Path string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.