mirror of
https://github.com/cloudreve/Cloudreve.git
synced 2026-08-30 16:55:09 +08:00
21d158db07
* Init V4 community edition * Init V4 community edition
8 lines
154 B
Go
8 lines
154 B
Go
package serializer
|
|
|
|
// VolResponse VOL query response
|
|
type VolResponse struct {
|
|
Signature string `json:"signature"`
|
|
Content string `json:"content"`
|
|
}
|