Skip to content
Open
Show file tree
Hide file tree
Changes from 3 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
7 changes: 7 additions & 0 deletions v2/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1403,3 +1403,10 @@ 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 -----
Loading