controllers

package
v0.1.42 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountsController

type AccountsController interface {
	// GetToken is a method that returns a token.
	GetToken(ctx context.Context, query dto.GetAccountQuery) (models.Token, error)
}

AccountsController ...

type AccountsControllerImpl added in v0.1.26

type AccountsControllerImpl struct {
	// contains filtered or unexported fields
}

AccountsControllerImpl ...

func NewAccountsController

func NewAccountsController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *AccountsControllerImpl

NewAccountsController ...

func (*AccountsControllerImpl) GetToken added in v0.1.26

GetToken ...

Jump to

Keyboard shortcuts

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