mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 17:17:13 +08:00
9 lines
156 B
Go
9 lines
156 B
Go
package types
|
|
|
|
type S3fsMount struct {
|
|
ID int64 `json:"id"`
|
|
Path string `json:"path"`
|
|
Bucket string `json:"bucket"`
|
|
Url string `json:"url"`
|
|
}
|