From 18d229e0d204d37e17d01b06387076ad5c2dd939 Mon Sep 17 00:00:00 2001 From: Krzysztof Tomecki <152964795+chris-4chain@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:05:07 +0100 Subject: [PATCH] feat(SPV-1392): lint --- engine/paymail/interfaces.go | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/paymail/interfaces.go b/engine/paymail/interfaces.go index 5b548373..80b7e89e 100644 --- a/engine/paymail/interfaces.go +++ b/engine/paymail/interfaces.go @@ -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 }