Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Preferences ¶
type SQLProvider ¶
type SQLProvider struct {
// contains filtered or unexported fields
}
func NewSQLProvider ¶
func NewSQLProvider( db *sql.DB, ) (*SQLProvider, error)
func (*SQLProvider) Close ¶
func (p *SQLProvider) Close() error
func (*SQLProvider) Remove ¶
func (p *SQLProvider) Remove(key string) error
Click to show internal directories.
Click to hide internal directories.