Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountsController ¶ added in v0.1.24
type AccountsController interface { // GetToken returns the token for the given account. GetToken(ctx context.Context, req dto.GetAccountQuery) (models.AccountToken, error) }
AccountsController ...
type AccountsRepository ¶ added in v0.1.24
type AccountsRepository interface { // GetToken returns the token for the given account. GetToken(ctx context.Context, account *api.Token) error }
AccountsRepository ...
type Controllers ¶ added in v0.1.24
type Controllers interface { AccountsController }
Controllers ...
Click to show internal directories.
Click to hide internal directories.