match expected method signature
This commit is contained in:
parent
58366274c3
commit
86cfb9c020
@ -18,6 +18,6 @@ type AccountService interface {
|
||||
CheckAliasAddress(ctx context.Context, alias string) (*models.AliasAddress, error)
|
||||
RequestAlias(ctx context.Context, hint string, publicKey string) (*models.RequestAliasResult, error)
|
||||
SendUpsellSMS(ctx context.Context, inviterPhone, inviteePhone string) (*models.SendSMSResponse, error)
|
||||
SendAddressSMS(ctx context.Context, publicKey, originPhone string)
|
||||
SendPINResetSMS(ctx context.Context, admin, phone string)
|
||||
SendAddressSMS(ctx context.Context, publicKey, originPhone string) error
|
||||
SendPINResetSMS(ctx context.Context, admin, phone string) error
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user