2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 18:27:13 +08:00
Files
panel/pkg/types/pureftpd.go
2024-06-23 01:32:45 +08:00

7 lines
110 B
Go

package types
type PureFtpdUser struct {
Username string `json:"username"`
Path string `json:"path"`
}