NewWithMode should make a copy of Bundle, and switch mode. Modifying the existing Bundle may cause races. NewWithMode returns nil if the requested mode is not supported.
(mode string)
| 223 | // |
| 224 | // NewWithMode returns nil if the requested mode is not supported. |
| 225 | NewWithMode(mode string) (Bundle, error) |
| 226 | } |
| 227 | |
| 228 | // RequestInfo contains request data attached to the context passed to GetRequestMetadata calls. |
no outgoing calls
no test coverage detected