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