package
0.0.0-20211120211036-8647d6bc256d
Repository: https://github.com/orensimple/trade-core-app.git
Documentation: pkg.go.dev

# Functions

CreateAccount create new account.
CreateBillingAccount is the UseCase of create account in billing.
CreateOrder is the UseCase of create new order.
CreateUser create new user.
CreateUsersMock create new mock users for tests.
DeleteAccount delete account by id.
DeleteOrder is the UseCase of delete order.
DeleteUser delete user by id.
FindOrders is the UseCase of find orders.
GetAccount find account by filter.
GetBillingAccount is the UseCase of get account in billing.
GetUser find user by filter.
Ohlc is the usecase of getting open, high, low, and close.
Parameter is the usecase of getting parameter.
SearchUsers by firstname and lastname.
Ticker is the usecase of getting ticker.
UpdateAccount update account.
UpdateUser update user.

# Constants

No description provided by the author

# Structs

OhlcArgs are arguments of Ohlc usecase.