Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNilPtr = errors.New("bencode: bencode doesn't have a nil type, nil ptr can't be encoded")
View Source
var ErrNilValue = errors.New("bencode: nil values cannot be encoded")
Functions ¶
func AppendBytes ¶ added in v0.0.13
func MarshalCtx ¶ added in v0.0.8
Types ¶
type IsZeroValue ¶ added in v0.0.4
type IsZeroValue interface {
IsZeroBencodeValue() bool
}
type UnsupportedTypeAsMapKeyError ¶
func (*UnsupportedTypeAsMapKeyError) Error ¶
func (e *UnsupportedTypeAsMapKeyError) Error() string
Click to show internal directories.
Click to hide internal directories.