Versions in this module Expand all Collapse all v0 v0.0.1 Sep 19, 2025 v0.0.0 Sep 19, 2025 Changes in this version + func RegisterExtractor(dataType types.DataType, factoryFunc func() Extractor) + type Extractor interface + Extract func(masterKey []byte) error + Len func() int + Name func() string + func CreateExtractor(dataType types.DataType) Extractor