Documentation ¶
Index ¶
Constants ¶
View Source
const (
TracklistsTable = "TrackLists"
)
Variables ¶
View Source
var ( TrackListNotFound = domains.New("tracklist_not_found") TrackSizeExceeded = domains.New("track_size_exceeded") MarshalMark = domains.New("marshal_fail") UnmarshalMark = domains.New("unmarshal_fail") TrackNotFound = domains.New("track_not_found") IDEmptyMark = domains.New("id_empty") DefaultErrorMark = domains.New("default_error") )
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
func (DB) GetTrackList ¶
func (DB) SetTrackList ¶
Click to show internal directories.
Click to hide internal directories.