any-sync/config/anytype.go
2022-07-13 19:18:43 +03:00

6 lines
75 B
Go

package config
type Anytype struct {
SwarmKey string `yaml:"swarmKey"`
}