type Config struct {
Service string Route struct {
ToJSON string
ToSIF string
Help string
}
Server struct {
Protocol string
IP string
Port int
}
Access struct {
Timeout int
}
}
Config : AUTO Created From /home/qmiao/Desktop/temp/n3-sif2json/Server/client/config.toml