Documentation
¶
Index ¶
- Variables
- type Column
- type S3
- func (s *S3) Close()
- func (s *S3) Get(key string) ([]byte, error)
- func (s *S3) Locked(f func())
- func (s *S3) LockedScanner(f func(s *Scanner) error) error
- func (s *S3) LockedTransaction(f func() error) (err error)
- func (s *S3) MustExec(sql string)
- func (s *S3) Set(key string, v []byte) error
- func (s *S3) Unset(key string) error
- type Scanner
- type Stmt
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type S3 ¶
S3 is a sqlite3-based key/value database.
func (*S3) Get ¶
Get returns the marshalled value without interpretation.
func (*S3) Set ¶
Set sets the given key/value pair without marshalling the value.
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.