Files
grafana/pkg/services/ngalert/migration/models/state.go

8 lines
218 B
Go

package models
// OrgMigrationState contains information about the state of an org migration.
type OrgMigrationState struct {
OrgID int64 `json:"orgId"`
CreatedFolders []string `json:"createdFolders"`
}