Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DropService ¶
type DropService interface {
DropInfoList(pageNum, pageSize int, address, dropType string) ([]drop.DropInfo, int)
}
func NewDropService ¶
func NewDropService(db *database.DB) DropService
Click to show internal directories.
Click to hide internal directories.