Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Loaders ¶
type Loaders struct { EntitiesByParticipantID EntitiesByParticipantIDLoader UsersByID UsersByIDLoader UsersByName UsersByNameLoader TrackersByID TrackersByIDLoader TrackersByName TrackersByNameLoader TrackersByOwnerName TrackersByOwnerNameLoader TicketsByID TicketsByIDLoader TicketsByTrackerID TicketsByTrackerIDLoader LabelsByID LabelsByIDLoader // Upserts ParticipantsByUserID ParticipantsByUserIDLoader // Upserts & fetches from meta.sr.ht ParticipantsByUsername ParticipantsByUsernameLoader CommentsByIDUnsafe CommentsByIDLoader SubsByTicketIDUnsafe SubsByTicketIDLoader SubsByTrackerIDUnsafe SubsByTrackerIDLoader }
func ForContext ¶
type UserInfo ¶
type UserInfo struct { Created time.Time `json:"created"` Updated time.Time `json:"updated"` Username string `json:"username"` Email string `json:"email"` Url *string `json:"url"` Location *string `json:"location"` Bio *string `json:"bio"` UserType string `json:"userType"` SuspensionNotice *string `json:"suspensionNotice"` }
type UserResponse ¶
Click to show internal directories.
Click to hide internal directories.