XX-4030 / Bindings Facts
1 unresolved thread
1 unresolved thread
Remove bindings-level Fact object and instead use fact.Fact and fact.FactList
Merge request reports
Activity
added 1 commit
- dc0617ca - Make all fact.Fact and fact.FactList in bindings comments links
159 Fact: factsList[i].Fact, 160 T: fact.FactType(factsList[i].Type), 161 }) 162 } 144 cnt.Facts = factsList 163 145 164 cnt.Facts = realFactList 165 146 return cnt.Marshal(), nil 166 147 } 167 148 168 // GetFactsFromContact accepts a marshalled contact.Contact object and returns 169 // its marshalled list of Fact objects. 149 // GetFactsFromContact returns the fact list in the contact.Contact object. 150 // 151 // Parameters: 152 // - marshaled - the JSON marshalled by of contact.Contact object. changed this line in version 3 of the diff
mentioned in commit e30a6084
Please register or sign in to reply