Skip to content

Commit

Permalink
feat(SPV-1392): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-4chain committed Jan 20, 2025
1 parent 3500c7f commit 18d229e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/paymail/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ type PaymailsRepo interface {
Get(ctx context.Context, alias, domain string) (*paymailmodels.Paymail, error)
}

// UsersService is an interface for user service
type UsersService interface {
AppendAddress(ctx context.Context, userID string, address string, customInstructions bsv.CustomInstructions) error
}
Expand Down

0 comments on commit 18d229e

Please sign in to comment.