package
Version:
v0.18.0
Opens a new window with list of versions in this module.
Published: Aug 31, 2018
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Bag is a simple abstraction on the top of a map.
It can be stored in a SQL database as a gob BLOB.
Get returns a value for the given key.
Has checks if the given key is set.
func (b *Bag) Scan(src interface{}) (err error)
Scan satisfy sql.Scanner interface.
Set assigns the value to a given key.
Value satisfy driver.Valuer interface.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.