mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-12 04:55:39 +08:00
comment out unused struct fields
This commit is contained in:
@@ -24,11 +24,11 @@ type application struct {
|
||||
|
||||
// Workflow is a device workflow
|
||||
type Workflow struct {
|
||||
UUID string `db:"workflow_uuid"`
|
||||
Name string `db:"name"`
|
||||
Profiles []profile.Profile
|
||||
Applications []application
|
||||
IncludedWorkflows []Workflow
|
||||
UUID string `db:"workflow_uuid"`
|
||||
Name string `db:"name"`
|
||||
Profiles []profile.Profile
|
||||
// Applications []application
|
||||
// IncludedWorkflows []Workflow
|
||||
}
|
||||
|
||||
// Datastore manages interactions of workflows in a database
|
||||
|
||||
Reference in New Issue
Block a user