Encoder/config.go

8 lines
95 B
Go

package encoder
type Config struct {
SymKey string
SymKeyOnly bool
KeyPath string
}