mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-25 03:26:36 +08:00
实现TLS配置
This commit is contained in:
6
pkg/serverconfigs/ftp_server_ref.go
Normal file
6
pkg/serverconfigs/ftp_server_ref.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package serverconfigs
|
||||
|
||||
type FTPServerRef struct {
|
||||
IsOn bool `yaml:"isOn" json:"isOn"`
|
||||
FTPServerId int64 `yaml:"ftpServerId" json:"ftpServerId"`
|
||||
}
|
||||
Reference in New Issue
Block a user