虫子樱桃

Results 8 comments of 虫子樱桃

公司: 北京新清泰克科技有限公司 产品: 管理后台(开发中)

ref: + https://github.com/grpc-ecosystem/grpc-gateway/issues/500 + https://github.com/grpc-ecosystem/grpc-gateway/issues/410

maybe we can try https://github.com/pseudomuto/protoc-gen-doc

same issue https://github.com/zeromicro/go-zero/issues/2132

@kevwan @anqiansong is it nessary to keep the 7 reserved declarations of jwt?for what case?

改为 ```go func (m *defaultUserModel) Insert(ctx context.Context, data *User) error { if data.ID.IsZero() { data.ID = primitive.NewObjectID() data.CreateAt = time.Now() data.UpdateAt = time.Now() } _, err := m.conn.InsertOne(ctx, data) return...

use `Client.Tcp.CertificateSelection` in dot net client to provide cert,but when set golang server tls option to `config := &tls.Config{ ClientAuth: tls.RequireAndVerifyClientCert, }`, no cert was passed to the server

这样的gomod文件也是有效的 @180909 ``` // 测试 module app ``` 可以参考下Google的官方包来解析gomod文件 https://pkg.go.dev/golang.org/x/mod/modfile#pkg-overview