any-sync/config/api.go
2022-08-03 14:20:20 +02:00

6 lines
69 B
Go

package config
type APIServer struct {
Port string `yaml:"port"`
}