mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-09 19:20:56 +08:00
7 lines
117 B
Go
7 lines
117 B
Go
package response
|
|
|
|
import "github.com/1Panel-dev/1Panel/agent/app/model"
|
|
|
|
type FavoriteDTO struct {
|
|
model.Favorite
|
|
}
|