Files
EdgeCommon/pkg/serverconfigs/ftp_server_ref.go

7 lines
156 B
Go
Raw Permalink Normal View History

2020-10-01 16:51:15 +08:00
package serverconfigs
type FTPServerRef struct {
IsOn bool `yaml:"isOn" json:"isOn"`
FTPServerId int64 `yaml:"ftpServerId" json:"ftpServerId"`
}