1Panel/backend/app/dto/response/runtime.go

8 lines
117 B
Go
Raw Normal View History

2023-03-29 14:58:28 +08:00
package response
import "github.com/1Panel-dev/1Panel/backend/app/model"
type RuntimeRes struct {
model.Runtime
}