Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivityService ¶
func (*ActivityService) LoadUser ¶
func (t *ActivityService) LoadUser(email string) []TrackerAction
type TrackerAction ¶
type TrackerAction struct { ID string `json:"_id"` Action string `json:"action"` CreatedAt time.Time `json:"created_at"` Props TrackerProp `json:"props"` }
type TrackerProp ¶
type TrackerService ¶
func (*TrackerService) AlreadySent ¶
func (t *TrackerService) AlreadySent(issue, email string) bool
func (*TrackerService) LoadIssue ¶
func (t *TrackerService) LoadIssue(issue, email, ip string) error
func (*TrackerService) LogSent ¶
func (t *TrackerService) LogSent(issue, email string) error
func (*TrackerService) OpenURL ¶
func (t *TrackerService) OpenURL(link, issue, email, ip string) error
Click to show internal directories.
Click to hide internal directories.