Versions in this module Expand all Collapse all v0 v0.0.1 Aug 25, 2025 Changes in this version + func GetBytesFromKeyValue(key any, value any) ([]byte, error) + func GetBytesFromStruct(obj any) ([]byte, error) + func GetBytesFromValue(data any) ([]byte, error) + func GetKeyValueFromBytes(data []byte) (any, any, error) + func GetStructFromBytes(data []byte, target any) error + func GetValueFromBytes(data []byte) (any, error)