github.com/easysoft/zendata@v0.0.0-20240513203326-705bd5a7fd67/internal/pkg/ctrl/field.go (about) 1 package ctrl 2 3 import ( 4 "github.com/easysoft/zendata/internal/pkg/domain" 5 "github.com/easysoft/zendata/internal/pkg/service" 6 ) 7 8 type FieldCtrl struct { 9 Field *domain.DefField 10 FieldService *service.FieldService 11 ValueService *service.ValueService 12 ListService *service.ListService `inject:""` 13 ArticleService *service.ArticleService `inject:""` 14 }