Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ServiceSet = wire.NewSet( NewPingService, NewLogService, )
Functions ¶
This section is empty.
Types ¶
type LogService ¶
type LogService interface { GetLogInfoByLogId(logId string) (*model.Log, error) GetLogInfoList(page model.Pagination) ([]model.Log, error) }
func NewLogService ¶
func NewLogService(l utils.Logger, db *db.Database) LogService
type PingService ¶
type PingService interface {
Ping() error
}
func NewPingService ¶
func NewPingService(l utils.Logger, db *db.Database) PingService
Click to show internal directories.
Click to hide internal directories.