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

Function objToActorAttribute

activitypub/fetchers.go:18–23  ·  view source on GitHub ↗
(a Attachment)

Source from the content-addressed store, hash-verified

16type RemoteActorFetcher struct {
17 // signAs is the account that will be used to sign the request
18 signAs *models.Account
19}
20
21func NewRemoteActorFetcher(signAs *models.Account) *RemoteActorFetcher {
22 return &RemoteActorFetcher{
23 signAs: signAs,
24 }
25}
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected