Documentation
¶
Index ¶
- type DB
- func (db *DB) GetAllWorldIDs(ctx context.Context) ([]umid.UMID, error)
- func (db *DB) GetRecentWorldIDs(ctx context.Context) ([]umid.UMID, error)
- func (db *DB) GetWorldIDs(ctx context.Context, sortType universe.SortType, limit string) ([]umid.UMID, error)
- func (db *DB) GetWorlds(ctx context.Context) ([]*entry.Object, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
func (*DB) GetAllWorldIDs ¶ added in v0.4.0
func (*DB) GetRecentWorldIDs ¶ added in v0.4.0
func (*DB) GetWorldIDs ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.