Some checks failed
Build docker and publish / build (20.15.1) (push) Failing after 7m37s
8 lines
233 B
Go
8 lines
233 B
Go
package signature
|
|
|
|
type SignatureConf struct {
|
|
AppSecrets map[string]string `yaml:"AppSecrets"`
|
|
ValidWindowSeconds int64 `yaml:"ValidWindowSeconds"`
|
|
SkipPrefixes []string `yaml:"SkipPrefixes"`
|
|
}
|