Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HandlerSelector ¶
func (*HandlerSelector) HandleRequest ¶
func (handlerSelector *HandlerSelector) HandleRequest(rqe *request.RequestEnvelope, c context.Context) (rs *response.ResponseEnvelope)
type IHandlerSelector ¶ added in v0.0.2
type IHandlerSelector interface {
HandleRequest(rqe *request.RequestEnvelope, c context.Context) (rs *response.ResponseEnvelope)
}
func NewHandlerSelector ¶
func NewHandlerSelector(queue *model.Queue, StreamDomain string) IHandlerSelector
type SkillAPI ¶
type SkillAPI struct { HandlerSelector IHandlerSelector AlexaSkillId string }
func NewSkillAPI ¶
func NewSkillAPI(handlerSelector IHandlerSelector, alexaSkillId string) *SkillAPI
Click to show internal directories.
Click to hide internal directories.