Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MySQLBackend ¶
type MySQLBackend struct {
// contains filtered or unexported fields
}
MySQLBackend is a physical backend that stores data within MySQL database.
func (*MySQLBackend) Delete ¶
func (m *MySQLBackend) Delete(key string) error
Delete is used to permanently delete an entry
func (*MySQLBackend) Get ¶
func (m *MySQLBackend) Get(key string) (*physical.Entry, error)
Get is used to fetch and entry.
Click to show internal directories.
Click to hide internal directories.