mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 16:29:17 +08:00
10 lines
170 B
Go
10 lines
170 B
Go
|
package request
|
||
|
|
||
|
import "github.com/1Panel-dev/1Panel/backend/app/dto"
|
||
|
|
||
|
type RuntimeSearch struct {
|
||
|
dto.PageInfo
|
||
|
Type string `json:"type"`
|
||
|
Name string `json:"name"`
|
||
|
}
|