Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handlers ¶
type Handlers struct {
// contains filtered or unexported fields
}
func NewHandlers ¶
func NewHandlers(ws WalletService, ts TransferService) *Handlers
func (*Handlers) CreateTransfer ¶
func (*Handlers) CreateWallet ¶
func (*Handlers) GetWalletTransfers ¶
type TransferDTO ¶
type TransferService ¶
type TransferService interface { Create(ctx context.Context, transfer *TransferDTO) (*TransferDTO, error) GetWalletTransfers(ctx context.Context, walletID string) ([]TransferDTO, error) }
Click to show internal directories.
Click to hide internal directories.