@@ -27,7 +27,7 @@ type ComplianceFramework struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (ComplianceFramework) IsNode() {}
|
func (ComplianceFramework) IsNode() {}
|
||||||
func (this ComplianceFramework) GetID() gid.GID { return this.ID }
|
func (cf ComplianceFramework) GetID() gid.GID { return cf.ID }
|
||||||
|
|
||||||
type ComplianceFrameworkConnection struct {
|
type ComplianceFrameworkConnection struct {
|
||||||
Edges []*ComplianceFrameworkEdge `json:"edges"`
|
Edges []*ComplianceFrameworkEdge `json:"edges"`
|
||||||
|
|||||||
Reference in New Issue
Block a user