Documentation ¶
Overview ¶
Code generated by goctl. DO NOT EDIT.
Code generated by goctl. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotFound = mon.ErrNotFound ErrInvalidObjectId = errors.New("invalid objectId") )
Functions ¶
This section is empty.
Types ¶
type BalanceModel ¶
type BalanceModel interface {
// contains filtered or unexported methods
}
BalanceModel is an interface to be customized, add more methods here, and implement the added methods in customBalanceModel.
func NewBalanceModel ¶
func NewBalanceModel(url, db, collection string) BalanceModel
NewBalanceModel returns a model for the mongo.
type BillingRecord ¶
type BillingRecordModel ¶
type BillingRecordModel interface {
// contains filtered or unexported methods
}
BillingRecordModel is an interface to be customized, add more methods here, and implement the added methods in customBillingRecordModel.
func NewBillingRecordModel ¶
func NewBillingRecordModel(url, db, collection string) BillingRecordModel
NewBillingRecordModel returns a model for the mongo.
Click to show internal directories.
Click to hide internal directories.