Files
revsuit/pkg/ftp/config.go
T

8 lines
101 B
Go

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