Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDecoder ¶
func NewDecoder(decoders ...runtime.Decoder) runtime.Decoder
Types ¶
type RecognizingDecoder ¶
type RecognizingDecoder interface {
runtime.Decoder
RecognizesData(peek io.Reader) (bool, error)
}
Click to show internal directories.
Click to hide internal directories.