6 lines
69 B
Go
6 lines
69 B
Go
package config
|
|
|
|
type APIServer struct {
|
|
Port string `yaml:"port"`
|
|
}
|