mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-05 16:59:31 -06:00
go fmt
This commit is contained in:
parent
68f3ba03b2
commit
cca6d7d1d4
3 changed files with 1 additions and 6 deletions
|
|
@ -102,9 +102,6 @@ type Processor interface {
|
|||
// GetFediUser handles the getting of a fedi/activitypub representation of a user/account, performing appropriate authentication
|
||||
// before returning a JSON serializable interface to the caller.
|
||||
GetFediUser(requestedUsername string, request *http.Request) (interface{}, ErrorWithCode)
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
// processor just implements the Processor interface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue