Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Accounts ¶
type Accounts interface { // GetToken returns the token for the given account. GetToken(ctx context.Context, account models.AccountPublicKey) (models.AccountToken, error) }
Accounts ...
Click to show internal directories.
Click to hide internal directories.