Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LastFM *lastfm.Api
LastFM points to an instance of LastFM API client.
Functions ¶
func AdvanceExperience ¶
func AdvanceExperience(context *multiplexer.Context)
AdvanceExperience advances experience of author.
func ExpToLevel ¶ added in v1.9.1
ExpToLevel calculates amount of levels from an experience integer.
func LevelToExp ¶ added in v1.9.1
LevelToExp calculates amount of experience from a level integer.
Types ¶
type CharacterArt ¶
type CharacterArt struct { ImageURL string SourceURL string Character CharacterInfo }
CharacterArt represents a piece of artwork of a character.
type CharacterInfo ¶
CharacterInfo represents information on a character.
func CharacterList ¶
func CharacterList() []CharacterInfo
CharacterList returns a slice of CharacterInfo.
Click to show internal directories.
Click to hide internal directories.