Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { GetAllLoLChampions() ([]datadragon.ChampionDataExtended, error) GetLoLChampion(championName string) (datadragon.ChampionDataExtended, error) }
type Concrete ¶
type Concrete struct {
// contains filtered or unexported fields
}
func (*Concrete) GetAllLoLChampions ¶
func (c *Concrete) GetAllLoLChampions() ([]datadragon.ChampionDataExtended, error)
func (*Concrete) GetLoLChampion ¶
func (c *Concrete) GetLoLChampion(championName string) (datadragon.ChampionDataExtended, error)
Click to show internal directories.
Click to hide internal directories.