pull/1163/head v2.0.0
longXboy 3 years ago
parent 23a7f15541
commit 14d383bc6f
  1. 2
      api/metadata/metadata_http.pb.go
  2. 4
      cmd/kratos/main.go
  3. 2
      cmd/protoc-gen-go-errors/main.go
  4. 2
      cmd/protoc-gen-go-http/main.go
  5. 2
      examples/blog/api/blog/v1/blog_http.pb.go
  6. 2
      examples/helloworld/helloworld/helloworld_http.pb.go
  7. 2
      examples/swagger/helloworld/helloworld_http.pb.go
  8. 2
      examples/traces/api/message/message_http.pb.go
  9. 2
      examples/traces/api/user/user_http.pb.go
  10. 2
      examples/validate/api/example_http.pb.go
  11. 2
      internal/testproto/echo/echo_service_http.pb.go

@ -1,6 +1,6 @@
// Code generated by protoc-gen-go-http. DO NOT EDIT.
// versions:
// protoc-gen-go-http v2.0.0-rc7
// protoc-gen-go-http v2.0.0
package metadata

@ -12,7 +12,7 @@ import (
)
var (
version string = "v2.0.0-rc7"
version string = "v2.0.0"
rootCmd = &cobra.Command{
Use: "kratos",
@ -34,4 +34,4 @@ func main() {
if err := rootCmd.Execute(); err != nil {
log.Fatal(err)
}
}
}

@ -8,7 +8,7 @@ import (
"google.golang.org/protobuf/types/pluginpb"
)
const version = "v2.0.0-rc7"
const version = "v2.0.0"
func main() {
showVersion := flag.Bool("version", false, "print the version and exit")

@ -8,7 +8,7 @@ import (
"google.golang.org/protobuf/types/pluginpb"
)
const version = "v2.0.0-rc7"
const version = "v2.0.0"
func main() {
showVersion := flag.Bool("version", false, "print the version and exit")

@ -1,6 +1,6 @@
// Code generated by protoc-gen-go-http. DO NOT EDIT.
// versions:
// protoc-gen-go-http v2.0.0-rc7
// protoc-gen-go-http v2.0.0
package v1

@ -1,6 +1,6 @@
// Code generated by protoc-gen-go-http. DO NOT EDIT.
// versions:
// protoc-gen-go-http v2.0.0-rc7
// protoc-gen-go-http v2.0.0
package helloworld

@ -1,6 +1,6 @@
// Code generated by protoc-gen-go-http. DO NOT EDIT.
// versions:
// protoc-gen-go-http v2.0.0-rc7
// protoc-gen-go-http v2.0.0
package helloworld

@ -1,6 +1,6 @@
// Code generated by protoc-gen-go-http. DO NOT EDIT.
// versions:
// protoc-gen-go-http v2.0.0-rc7
// protoc-gen-go-http v2.0.0
package v1

@ -1,6 +1,6 @@
// Code generated by protoc-gen-go-http. DO NOT EDIT.
// versions:
// protoc-gen-go-http v2.0.0-rc7
// protoc-gen-go-http v2.0.0
package v1

@ -1,6 +1,6 @@
// Code generated by protoc-gen-go-http. DO NOT EDIT.
// versions:
// protoc-gen-go-http v2.0.0-rc7
// protoc-gen-go-http v2.0.0
package v1

@ -1,6 +1,6 @@
// Code generated by protoc-gen-go-http. DO NOT EDIT.
// versions:
// protoc-gen-go-http v2.0.0-rc7
// protoc-gen-go-http v2.0.0
package echo

Loading…
Cancel
Save