MCPcopy Create free account
hub / github.com/davecheney/pub / Actors

Struct Actors

models/actor.go:227–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 // ActorID is the ID of the actor to refresh.
226 ActorID snowflake.ID `gorm:"uniqueIndex;not null;"`
227 // Actor is the actor to refresh.
228 Actor *Actor `gorm:"constraint:OnDelete:CASCADE;<-:false;"`
229}
230
231// MaybeExcludeReplies returns a query that excludes replies if the request contains
232// the exclude_replies parameter.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected