Versions in this module Expand all Collapse all v0 v0.1.0 Aug 15, 2020 Changes in this version + func Connect() error + func Remove(id, tid uint64) error + func Synchronize() + type Board struct + Charters string + DateCreated time.Time + DateModified time.Time + DifficultyName uint64 + DifficultyRating uint8 + ID uint64 + Illustrators string + Jacket string + SHA3 string + TrackID uint64 + func SelectByHash(hash string) (*Board, error) + func SelectID(id uint64) (*Board, error) + func SelectTrackID(id uint64) ([]*Board, error) + func (b *Board) Edit(id uint64) error + func (b *Board) New() error + func (b *Board) Update() error