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

Method URL

models/actor.go:223–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221
222// ActorRefreshRequest is a request to refresh an actor's data.
223type ActorRefreshRequest struct {
224 Request
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;"`

Callers 6

RunMethod · 0.80
UsersShowFunction · 0.80
FetchMethod · 0.80
PostMethod · 0.80
FetchMethod · 0.80
MentionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected