Files
cloudreve/pkg/serializer/setting.go
AaronLiu 21d158db07 Init V4 community edition (#2265)
* Init V4 community edition

* Init V4 community edition
2025-04-20 17:31:25 +08:00

8 lines
154 B
Go

package serializer
// VolResponse VOL query response
type VolResponse struct {
Signature string `json:"signature"`
Content string `json:"content"`
}