Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChampName ¶
type ChampName league.ChampionName
type ConfigOption ¶
type ConfigOption = func(*Config)
func ConfigBaseUrlOpt ¶
func ConfigBaseUrlOpt(url string) ConfigOption
type Poro ¶
type Poro struct {
// contains filtered or unexported fields
}
func (Poro) GetSummoner ¶
type Summoner ¶
type Summoner struct { Name SummonerName Region league.Region Champions []*Champion }
type SummonerName ¶
type SummonerName string
func (SummonerName) ToFriendly ¶
func (s SummonerName) ToFriendly() string
func (SummonerName) ToURI ¶
func (s SummonerName) ToURI() string
Click to show internal directories.
Click to hide internal directories.