Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Policy ¶
type Policy struct { Name string `gorm:"size:191;unique" json:"name"` DisplayName string `json:"displayname"` Projects datatypes.JSONSlice[Project] `json:"projects"` Tags datatypes.JSONSlice[map[string]string] `json:"tags"` ScheduleName string `json:"schedulename"` Schedule ScheduleModel `gorm:"foreignKey:ScheduleName;references:Name"` Provider string `json:"provider,omitempty"` }
Click to show internal directories.
Click to hide internal directories.