Versions in this module Expand all Collapse all v0 v0.4.6 Jul 16, 2024 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