package
0.0.0-20231212143655-048a247f3aa4
Repository: https://github.com/seventv/common.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
Emote Relations
Input: Emote Adds Field: "owner" as User Output: Emote.
MergeArrays combines two arrays and adds a new field from one to the other on corresponding elements.
Report Relations
Input: Report Adds Field: "assignees" as []User Output: Report.
User Relations Input: User Adds Field: "emote_set" of []connections as EmoteSet.
# Variables
Ban Relations
Input: Ban Adds Field: "actor" as User Output: Ban.
Ban Relations
Input: Ban Adds Field: "victim" as User Output: Ban.
Emote Set Relations
Input: EmoteSet Adds Field: "emotes" as []ActiveEmote with the "emote" field added to each ActiveEmote object Output: User.
Report Relations
Input: Report Adds Field: "reporter" as User Output: Report.
User Relations
Input: User Adds Field: "bans" as []Ban Output: User.
No description provided by the author
User Relations
Input: User Add Fields: "editor_of" as []UserEditor with the "user" field added to each UserEditor object Output: User.
User Relations
Input: User Adds Field: "editors" as []UserEditor with the "user" field added to each UserEditor object Output: User.
User Owned Emote Relations
Input: User Adds Field: "owned_emotes" as []Emote Output: User.
User Relations
Input: User Adds Field: "roles" as []Role Output: User.
# Structs
No description provided by the author