MCPcopy
hub / github.com/writefreely/writefreely / GetAPActorKeys

Method GetAPActorKeys

database.go:127–127  ·  view source on GitHub ↗
(collectionID int64)

Source from the content-addressed store, hash-verified

125
126 GetAPFollowers(c *Collection) (*[]RemoteUser, error)
127 GetAPActorKeys(collectionID int64) ([]byte, []byte)
128 CreateUserInvite(id string, userID int64, maxUses int, expires *time.Time) error
129 GetUserInvites(userID int64) (*[]Invite, error)
130 GetUserInvite(id string) (*Invite, error)

Callers 1

PersonObjectMethod · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected