First release of open core
This commit is contained in:
11
pkg/domain/export.go
Normal file
11
pkg/domain/export.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package domain
|
||||
|
||||
type ExportState struct {
|
||||
AppConfig AppConfig `json:"app_config"`
|
||||
SLAPolicies []SLAPolicy `json:"sla_policies"`
|
||||
Users []User `json:"users"`
|
||||
Adapters []Adapter `json:"adapters"`
|
||||
Tickets []Ticket `json:"tickets"`
|
||||
Version string `json:"export_version"`
|
||||
ExportedAt string `json:"exported_at"`
|
||||
}
|
||||
Reference in New Issue
Block a user