Documentation
¶
Index ¶
- Constants
- func AppendClose(j, kind string, userID int, at time.Time, tz *time.Location) string
- func AppendEntry(j, label, meta, body string, at time.Time, tz *time.Location) string
- func AppendMessage(j string, senderID int, body string, at time.Time, tz *time.Location) string
- func AppendRock(j, kind string, userID int, reason string, at time.Time, tz *time.Location) string
- func FirstEntryAt(j string) (time.Time, bool)
- func LastMessagePreview(j string) (content string, at time.Time, ok bool)
- type Entry
Constants ¶
View Source
const ( Message = "message" RockThrown = "rock thrown" RockUnthrown = "rock unthrown" AccountDeleted = "account deleted" AdDeleted = "ad deleted" AdPaused = "ad paused" AdUnpaused = "ad unpaused" )
Variables ¶
This section is empty.
Functions ¶
func AppendClose ¶ added in v0.0.44
func AppendEntry ¶
func AppendMessage ¶
func AppendRock ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.