Documentation ¶
Overview ¶
Package tdetect provides types detections means.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsByteSlice ¶ added in v0.4.0
IsByteSlice checks if the type represents []byte
func TypeImplementsDecoder ¶
TypeImplementsDecoder checks if type implements decoder interface:
type Decoder interface{ Decode([]byte) ([]byte, error) }
func TypeImplementsEncoder ¶
TypeImplementsEncoder checks if type implements encoder interface:
type Encoder interface{ Len() int Encode([]byte) error }
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.