package response import "time" type MasterModulesResponse struct { ID uint `json:"id"` Name string `json:"name"` Description string `json:"description"` PathUrl string `json:"pathUrl"` StatusId int `json:"statusId"` IsActive *bool `json:"isActive"` CreatedAt time.Time `json:"createdAt"` UpdatedAt time.Time `json:"updatedAt"` }