Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/uber-go/multierr
/ types & classes
Types & classes
14 in github.com/uber-go/multierr
⨍
Functions
70
◇
Types & classes
14
↓ 5 callers
FuncType
Invoke
Invoke wraps a function which may fail with an error to match the Invoker interface. Use it to supply functions matching this signature to AppendInvok
error.go:542
↓ 1 callers
TypeAlias
RemoveAll
RemoveAll is a multierr.Invoker that deletes the provided directory and all of its contents.
appendinvoke_example_test.go:69
↓ 1 callers
FuncType
closerMock
func() error
error_test.go:762
↓ 1 callers
FuncType
fakeCloser
func() error
example_test.go:97
Interface
Invoker
Invoker is an operation that may fail with an error. Use it with AppendInvoke to append the result of calling the function into an error. This allows
error.go:516
Struct
errGreatSadness
error_ext_test.go:33
Struct
errRootCause
error_ext_test.go:49
Struct
errUnprecedentedFailure
error_ext_test.go:39
Interface
errorGroup
error.go:183
Struct
inspectResult
error.go:298
Struct
multiError
multiError is an error that holds one or more errors. An instance of this is guaranteed to be non-empty and flattened. That is, none of the errors in
error.go:208
Interface
multipleErrors
error_post_go120.go:31
Struct
notMultiErr
error_test.go:423
Struct
richFormatError
richFormatError is an error that prints a different output depending on whether %v or %+v was used.
error_test.go:36