Documentation
¶
Overview ¶
Package for_sqlite provides a sqlite implementation of interfaces in the stldb package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func New ¶
func New(db *sqlite3_db.Db) *Store
New creates a sqlite implementation of the speedtestlogger app datastore.
func (*Store) RemoveEntries ¶
func (s *Store) RemoveEntries( t db.Transaction, startTime, endTime int64) error
Click to show internal directories.
Click to hide internal directories.