Files
forge/pkg/model/image.go
zhaoyupeng 4ec58ce4e5 feat: 🏡 make apps
2025-11-26 16:17:38 +08:00

9 lines
103 B
Go

package model
type Image struct {
Name string
Fallback string
Save string
Force bool
}