Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveLoan ¶
type ActiveLoan struct {
AmountRemaining int
}
type Loans ¶
type Loans struct {
// contains filtered or unexported fields
}
func FromSnapshot ¶
func (*Loans) GetActiveLoan ¶
func (l *Loans) GetActiveLoan(userID string) (ActiveLoan, error)
Click to show internal directories.
Click to hide internal directories.