Documentation
¶
Index ¶
Constants ¶
View Source
const CREATE_DATABASE string = `` /* 400-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DB ¶
func (*DB) List ¶
func (d *DB) List(offset int) ([]*types.SatelliteUIData, error)
List returns a batch of 10 records of the Satellite data if they exist
func (*DB) SearchByID ¶
func (d *DB) SearchByID(recordID int) (*types.SatelliteUIData, error)
SearchByID return the Satellite UI data identified by the record ID provided.
Click to show internal directories.
Click to hide internal directories.