mirror of
https://github.com/fastenhealth/fasten-onprem.git
synced 2026-02-21 10:49:20 -06:00
6 lines
102 B
Go
6 lines
102 B
Go
package models
|
|
|
|
type ResourceGraphOptions struct {
|
|
ResourcesIds []OriginBase `json:"resource_ids"`
|
|
}
|