dyndns-client/pkg/types/tsigkey.go

8 lines
142 B
Go
Raw Normal View History

2021-04-23 14:02:15 +00:00
package types
type TSIGKey struct {
Algorithm string `json:"algorithm"`
Name string `json:"name"`
Secret string `json:"secret"`
}