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

Struct cryptFernet

filter/crypt.go:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108type cryptFernet struct {
109 key *fernet.Key
110 ttl time.Duration
111}
112
113func (alg *cryptFernet) parseConf(conf map[string]string) error {
114 keyStr, ok := conf["Key"]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected