MCPcopy Create free account
hub / github.com/AdRoll/baker / parseConf

Method parseConf

filter/crypt.go:42–42  ·  view source on GitHub ↗
(map[string]string)

Source from the content-addressed store, hash-verified

40
41type cryptAlgorithm interface {
42 parseConf(map[string]string) error
43 encrypt([]byte) ([]byte, error)
44 decrypt([]byte) ([]byte, error)
45}

Callers 1

NewCryptFunction · 0.65

Implementers 1

cryptFernetfilter/crypt.go

Calls

no outgoing calls

Tested by

no test coverage detected