Explorar o código

fix:格式化优化

duxin %!s(int64=3) %!d(string=hai) anos
pai
achega
ff2a93c48b

+ 1 - 1
rpc/consumer/internal/logic/mypublishlistlogic.go

@@ -25,7 +25,7 @@ func NewMyPublishListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MyP
 	}
 	}
 }
 }
 
 
-// 我的发布列表
+// MyPublishList 我的发布列表
 func (l *MyPublishListLogic) MyPublishList(in *consumer.MyPublishListReq) (*consumer.MyPublishListResp, error) {
 func (l *MyPublishListLogic) MyPublishList(in *consumer.MyPublishListReq) (*consumer.MyPublishListResp, error) {
 	// todo: add your logic here and delete this line
 	// todo: add your logic here and delete this line
 	var (
 	var (

+ 1 - 1
rpc/manager/internal/logic/infolistlogic.go

@@ -28,7 +28,7 @@ func NewInfoListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *InfoList
 	}
 	}
 }
 }
 
 
-// 信息列表
+//InfoList 信息列表
 func (l *InfoListLogic) InfoList(in *manager.InfoListReq) (*manager.InfoListResp, error) {
 func (l *InfoListLogic) InfoList(in *manager.InfoListReq) (*manager.InfoListResp, error) {
 	var (
 	var (
 		query     []string
 		query     []string