mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
5 lines
75 B
Go
5 lines
75 B
Go
package config
|
|
|
|
type Anytype struct {
|
|
SwarmKey string `yaml:"swarmKey"`
|
|
}
|