Versions in this module Expand all Collapse all v0 v0.49.1 Oct 15, 2025 v0.49.0 Oct 6, 2025 Changes in this version + var ErrAttributeNotFound = errors.New("attribute not found") + func ExtractHeaderAndPayload(data []byte) (*object.Object, []byte, error) + func GetAttribute(hdr object.Object, attr string) string + func GetIndexAttribute(hdr object.Object, attr string) (int, error) + func GetIntAttribute(hdr object.Object, attr string) (int, error) + func ReadHeaderPrefix(r io.Reader) (*object.Object, []byte, error) + func SetAttribute(dst *object.Object, attr, val string) + func SetIntAttribute(dst *object.Object, attr string, val int) + func WriteWithoutPayload(w io.Writer, obj object.Object) error