auto commit

master
李伟乐 11 months ago
parent 48f78863a4
commit 7af4d82292
  1. 2
      errors/batcherror.go
  2. 2
      errors/errors.go
  3. 2
      errors/errors.pb.go
  4. 0
      errors/errors.proto
  5. 2
      errors/types.go
  6. 2
      errors/warp.go

@ -1,4 +1,4 @@
package errorx package errors
import "bytes" import "bytes"

@ -1,4 +1,4 @@
package errorx package errors
import ( import (
"errors" "errors"

@ -4,7 +4,7 @@
// protoc v4.22.0 // protoc v4.22.0
// source: errors.proto // source: errors.proto
package errorx package errors
import ( import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoreflect "google.golang.org/protobuf/reflect/protoreflect"

@ -1,5 +1,5 @@
// nolint:gomnd // nolint:gomnd
package errorx package errors
// BadRequest new BadRequest error that is mapped to a 400 response. // BadRequest new BadRequest error that is mapped to a 400 response.
func BadRequest(reason, message string) *Error { func BadRequest(reason, message string) *Error {

@ -1,4 +1,4 @@
package errorx package errors
import ( import (
stderrors "errors" stderrors "errors"
Loading…
Cancel
Save