package service
import (
"github.com/google/wire"
)
var ProviderSetAppService = wire.NewSet(
NewAppService,
NewPublishService,
NewLoginService,