We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc40e7 commit 58c1705Copy full SHA for 58c1705
routers/api/packages/container/errors.go
@@ -58,7 +58,7 @@ func (e *namedError) WithStatusCode(statusCode int) *namedError {
58
}
59
60
// WithDetail creates a new instance of the error with detail
61
-func (e *namedError) WithDetail(detail interface{}) *namedError {
+func (e *namedError) WithDetail(detail any) *namedError {
62
return &namedError{
63
Code: e.Code,
64
StatusCode: e.StatusCode,
0 commit comments