mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-05 08:30:26 +08:00
阶段性提交
This commit is contained in:
@@ -10,6 +10,7 @@ type HTTPWeb struct {
|
||||
State uint8 `field:"state"` // 状态
|
||||
CreatedAt uint32 `field:"createdAt"` // 创建时间
|
||||
Root string `field:"root"` // 资源根目录
|
||||
GzipId uint32 `field:"gzipId"` // Gzip配置
|
||||
}
|
||||
|
||||
type HTTPWebOperator struct {
|
||||
@@ -21,6 +22,7 @@ type HTTPWebOperator struct {
|
||||
State interface{} // 状态
|
||||
CreatedAt interface{} // 创建时间
|
||||
Root interface{} // 资源根目录
|
||||
GzipId interface{} // Gzip配置
|
||||
}
|
||||
|
||||
func NewHTTPWebOperator() *HTTPWebOperator {
|
||||
|
||||
Reference in New Issue
Block a user