实现TLS配置

This commit is contained in:
GoEdgeLab
2020-10-01 16:51:15 +08:00
parent 5ed4393e2a
commit ba705b878f
3 changed files with 11 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
package serverconfigs
type FTPServerRef struct {
IsOn bool `yaml:"isOn" json:"isOn"`
FTPServerId int64 `yaml:"ftpServerId" json:"ftpServerId"`
}