Documentation ¶
Index ¶
Constants ¶
View Source
const ( TodaysEvents = "today" TomorrowsEvents = "tomorrow" NextBizDayEvents = "nextBizDayEvents" )
Variables ¶
View Source
var (
Clock clock = RealClock{}
)
View Source
var Hash = hash
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Events ¶
func (Events) ConvertFromDates ¶
func (Events) ConvertToDate ¶
func (Events) RemoveEvent ¶
type Goals ¶
func (Goals) RemoveGoal ¶
type Metadata ¶
type Metadata struct { ChannelId string `json:"channel_id,omitempty"` ResponseUrl string `json:"response_url,omitempty"` }
func (*Metadata) ConvertMetadataToJson ¶
type Model ¶
type Model struct { Index int `json:"index"` Events Events `json:"events"` Goals Goals `json:"goals"` }
func (*Model) ConvertFromDbModel ¶
func (*Model) ConvertModelToJson ¶
func (*Model) ConvertToDbModel ¶
Click to show internal directories.
Click to hide internal directories.