Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BlockingBackoff ¶
func GetDefaultCacheServer ¶
func GetDefaultCacheServer() string
Types ¶
type Cache ¶
func ConnectCache ¶
type Database ¶
type Database struct {
SqlDB *sql.DB
Config DatabaseConfig
}
func NewDatabaseConnection ¶
func NewDatabaseConnection(config DatabaseConfig) Database
type DatabaseConfig ¶
func GetDefaultDatabaseConfig ¶
func GetDefaultDatabaseConfig() DatabaseConfig
type JsonMiddleware ¶
type JsonMiddleware struct{}
func (JsonMiddleware) ServeHTTP ¶
func (j JsonMiddleware) ServeHTTP(w http.ResponseWriter, r *http.Request)
type MemcachedCache ¶
type MemcachedCache struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.