mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-14 05:03:49 +08:00
优化不必要的Service可见性,添加Apple M1、M2芯片Debug出现的兼容性问文档
This commit is contained in:
@@ -15,12 +15,12 @@ import (
|
||||
|
||||
type sAdminMemberPost struct{}
|
||||
|
||||
func NewAdminMemberPost() *sAdminMemberPost {
|
||||
func newAdminMemberPost() *sAdminMemberPost {
|
||||
return &sAdminMemberPost{}
|
||||
}
|
||||
|
||||
func init() {
|
||||
service.RegisterAdminMemberPost(NewAdminMemberPost())
|
||||
service.RegisterAdminMemberPost(newAdminMemberPost())
|
||||
}
|
||||
|
||||
// UpdatePostIds 更新用户岗位
|
||||
|
||||
Reference in New Issue
Block a user