pull/1163/head v2.0.0
longXboy 3 years ago
parent 23a7f15541
commit 14d383bc6f
  1. 2
      api/metadata/metadata_http.pb.go
  2. 2
      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. // Code generated by protoc-gen-go-http. DO NOT EDIT.
// versions: // versions:
// protoc-gen-go-http v2.0.0-rc7 // protoc-gen-go-http v2.0.0
package metadata package metadata

@ -12,7 +12,7 @@ import (
) )
var ( var (
version string = "v2.0.0-rc7" version string = "v2.0.0"
rootCmd = &cobra.Command{ rootCmd = &cobra.Command{
Use: "kratos", Use: "kratos",

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save