Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllProvider = wire.NewSet( application.ProviderSet, infrastructure.ProviderSet, )
Functions ¶
Types ¶
type Provider ¶
type Provider struct {
Config *config.Config
CollectionService service.ICollectionService
AuthService service.IAuthService
CommentService service.ICommentService
UserService service.IUserService
MomentService service.IMomentService
PostService service.PostService
LikeService service.ILikeService
StsService service.IStsService
SystemService service.ISystemService
PlanService service.IPlanService
}
Provider 提供controller依赖的对象
func NewProvider ¶
Click to show internal directories.
Click to hide internal directories.