Versions in this module Expand all Collapse all v0 v0.9.2 Jan 14, 2026 v0.9.1 Jan 8, 2026 Changes in this version + func NewPluginCipherEncoder(plugCfg *domain.PluginEntity, secureFields map[string][]string) contract.CipherEncoder + type NoOpEncoder struct + func (n NoOpEncoder) Decode(resourceType domain.ResourceType, b []byte) ([]byte, error) + func (n NoOpEncoder) DecodeValue(b string) (string, error) + func (n NoOpEncoder) Encode(resourceType domain.ResourceType, b []byte) ([]byte, error) + func (n NoOpEncoder) EncodeValue(b string) (string, error) + type PluginCipherEncoder struct + func (p PluginCipherEncoder) Decode(resourceType resourceTypes.ResourceType, b []byte) ([]byte, error) + func (p PluginCipherEncoder) DecodeValue(b string) (string, error) + func (p PluginCipherEncoder) Encode(resourceType resourceTypes.ResourceType, b []byte) ([]byte, error) + func (p PluginCipherEncoder) EncodeValue(b string) (string, error)