Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions v2/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1456,6 +1456,12 @@ func (c *Client) NewSimpleEarnService() *SimpleEarnService {

// ----- end simple earn service -----

// ----- vip loan service -----
func (c *Client) NewVipLoanService() *VipLoanService {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd list here all the services

return &VipLoanService{c: c}
}

// ----- end vip loan service -----
func (c *Client) NewDualInvestmentService() *DualInvestmentService {
return &DualInvestmentService{c: c}
}
Loading
Loading