mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-11 10:18:08 +09:00
5 lines
69 B
Go
5 lines
69 B
Go
package config
|
|
|
|
type APIServer struct {
|
|
Port string `yaml:"port"`
|
|
}
|