Files
revsuit/pkg/ftp/config.go
T
2021-04-25 13:39:27 +08:00

9 lines
138 B
Go

package ftp
type Config struct {
Enable bool
Addr string
PasvIP string `yaml:"pasv_ip"`
PasvPort int `yaml:"pasv_port"`
}