mirror of
https://gitee.com/goploy/goploy.git
synced 2024-12-02 04:07:33 +08:00
6 lines
69 B
Go
6 lines
69 B
Go
package config
|
|
|
|
type WebConfig struct {
|
|
Port string `toml:"port"`
|
|
}
|