Documentation ¶
Index ¶
- type PlayerAPI
- func (playerAPI *PlayerAPI) GetDevices(c *gin.Context)
- func (playerAPI *PlayerAPI) GetVolume(c *gin.Context)
- func (playerAPI *PlayerAPI) PostNext(c *gin.Context)
- func (playerAPI *PlayerAPI) PostPlay(c *gin.Context)
- func (playerAPI *PlayerAPI) PostPrev(c *gin.Context)
- func (playerAPI *PlayerAPI) PostStop(c *gin.Context)
- func (playerAPI *PlayerAPI) PostVolume(c *gin.Context)
- type QueueAPI
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlayerAPI ¶
type PlayerAPI struct { SkillName string AlexaClient alexaClient.IAlexaClient }
func NewPlayerAPI ¶
func NewPlayerAPI(alexaClient alexaClient.IAlexaClient, skillName string) *PlayerAPI
func (*PlayerAPI) GetDevices ¶
func (*PlayerAPI) PostVolume ¶ added in v0.0.2
Click to show internal directories.
Click to hide internal directories.