Documentation
¶
Index ¶
Constants ¶
View Source
const ( KeyNotFound = "key not found" ErrorClearCache = "fail to clean cache %s" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface {
GetHost() string
GetPort() int
GetUser() string
GetPassword() string
GetDatabase() string
}
Config Interface With Methods to be a database config
Click to show internal directories.
Click to hide internal directories.