Documentation
¶
Index ¶
Constants ¶
View Source
const ( TagFursuitMedia = "fursuit_media" TagArt = "art" TagNSFW = "nsfw" TagIntroduction = "introduction" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CandidateActor ¶
type CandidateActor struct { DID string `json:"did"` CreatedAt time.Time `json:"created_at"` IsArtist bool `json:"is_artist"` Comment string `json:"comment"` Status store.ActorStatus `json:"status"` }
func CandidateActorFromStore ¶
func CandidateActorFromStore(cr store.CandidateActor) CandidateActor
Click to show internal directories.
Click to hide internal directories.