ports

package
v0.1.24 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 26, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

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 ...

type Repositories

type Repositories interface {
	AccountsRepository
}

Repositories ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL