Initial commit (code only without large binaries)
This commit is contained in:
6
EdgeCommon/pkg/serverconfigs/ftp_server_ref.go
Normal file
6
EdgeCommon/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