mirror of
https://github.com/cloudreve/cloudreve.git
synced 2025-11-02 11:42:22 +08:00
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"`
|
|
}
|