Documentation ¶
Index ¶
Constants ¶
View Source
const ( DayDate = iota MonthDate YearDate Invalid )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigService ¶
type ErrorInterpreter ¶
type ErrorReporter ¶
type ErrorReporter interface { ReportPanic(e interface{}, requestEnv *alexa.RequestEnvelope) ReportError(e error) }
type JournalProvider ¶
type JournalSkill ¶
type JournalSkill struct {
// contains filtered or unexported fields
}
func NewJournalSkill ¶
func NewJournalSkill(journalProvider JournalProvider, errorInterpreter ErrorInterpreter, log *zap.SugaredLogger, errorReporter ErrorReporter, i18nBundle *i18n.Bundle, configService ConfigService, ) *JournalSkill
func (*JournalSkill) ProcessRequest ¶
func (h *JournalSkill) ProcessRequest(requestEnv *alexa.RequestEnvelope) (responseEnv *alexa.ResponseEnvelope)
type SessionAttributes ¶
Click to show internal directories.
Click to hide internal directories.