Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSetBiz = wire.NewSet(NewPingBiz)
ProviderSetBiz is biz providers.
Functions ¶
This section is empty.
Types ¶
type PingBiz ¶
type PingBiz struct {
// contains filtered or unexported fields
}
PingBiz is a Ping useCase.
func NewPingBiz ¶
func NewPingBiz(repo repository.PingRepo, logger log.Logger) *PingBiz
NewPingBiz new a Ping useCase.
Click to show internal directories.
Click to hide internal directories.