Versions in this module Expand all Collapse all v1 v1.0.1 Aug 31, 2023 Changes in this version + type ActiveSegment struct + Slug string + type ActiveSegments []ActiveSegment + type ActiveSegmentsResponse struct + ActiveSegments ActiveSegments + type CreateSegmentRequest struct + Slug string + type Segment struct + ID int + IsDeleted bool + Slug string + type SegmentAdd struct + Expired string + Slug string + type SegmentAddDB struct + Expired sql.NullString + Slug string + type SegmentDB struct + ID int + IsDeleted bool + Slug string + type SegmentDelete struct + Slug string + type SegmentDeleteDB struct + Slug string + type Segments []Segment + type SegmentsDB []SegmentDB + type UserHistory []UserHistoryEntry + func (u UserHistory) Len() int + func (u UserHistory) Less(i, j int) bool + func (u UserHistory) Swap(i, j int) + type UserHistoryEntry struct + Date time.Time + ID int + Operation string + Slug string + type UserHistoryResponse struct + Link string + type UserSegmentHistoryDB struct + DateAdded time.Time + DateRemoved sql.NullTime + ID int + Slug string + type UserSegmentsDB struct + AddSegments []SegmentAddDB + ID int + RemoveSegments []SegmentDeleteDB + type UserSegmentsHistoryDB []UserSegmentHistoryDB + type UserSegmentsRequest struct + AddSegments []SegmentAdd + ID int + RemoveSegments []SegmentDelete v1.0.0 Aug 31, 2023 v0 v0.1.0 Aug 31, 2023