DecodeOptions contains options used by the Decoder and in sample extraction.
| 34 | |
| 35 | // DecodeOptions contains options used by the Decoder and in sample extraction. |
| 36 | type DecodeOptions struct { |
| 37 | // Timestamp is added to each value from the stream that has no explicit timestamp set. |
| 38 | Timestamp model.Time |
| 39 | } |
| 40 | |
| 41 | // ResponseFormat extracts the correct format from a HTTP response header. |
| 42 | // If no matching format can be found FormatUnknown is returned. |
nothing calls this directly
no outgoing calls
no test coverage detected