lint and fmt

This commit is contained in:
tsmethurst 2021-06-03 18:16:33 +02:00
commit 31a24167fe
7 changed files with 37 additions and 16 deletions

View file

@ -25,8 +25,8 @@ type FromClientAPI struct {
// FromFederator wraps a message that travels from the federator into the processor
type FromFederator struct {
APObjectType string
APActivityType string
GTSModel interface{}
ReceivingAccount *Account
APObjectType string
APActivityType string
GTSModel interface{}
ReceivingAccount *Account
}