transfer

package
v1.3.2-rc-1 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

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

func NewRepository

func NewRepository(dbClient *gorm.DB) *Repository

func (*Repository) Count added in v1.4.0

func (r *Repository) Count() (int64, error)

func (*Repository) Create

func (r *Repository) Create(ct *payload.Transfer) (*entity.Transfer, error)

Create creates new record of Transfer

func (*Repository) GetByTransactionId

func (r *Repository) GetByTransactionId(txId string) (*entity.Transfer, error)

Returns Transfer. Returns nil if not found

func (*Repository) GetWithFee added in v1.4.0

func (r *Repository) GetWithFee(txId string) (*entity.Transfer, error)

Returns Transfer with preloaded Fee table. Returns nil if not found

func (*Repository) GetWithPreloads added in v1.4.0

func (r *Repository) GetWithPreloads(txId string) (*entity.Transfer, error)

func (*Repository) Paged added in v1.4.0

func (r *Repository) Paged(req *transfer.PagedRequest) ([]*entity.Transfer, error)

func (*Repository) Save

func (r *Repository) Save(tx *entity.Transfer) error

Save updates the provided Transfer instance

func (*Repository) UpdateFee added in v1.4.0

func (r *Repository) UpdateFee(txId string, fee string) error

func (*Repository) UpdateStatusCompleted

func (r *Repository) UpdateStatusCompleted(txId string) error

func (*Repository) UpdateStatusFailed added in v1.4.0

func (r *Repository) UpdateStatusFailed(txId string) error

Jump to

Keyboard shortcuts

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