(sec string)
| 207 | } |
| 208 | |
| 209 | func (model Model) hasSection(sec string) bool { |
| 210 | section := model[sec] |
| 211 | return section != nil |
| 212 | } |
| 213 | |
| 214 | func (model Model) GetAssertion(sec string, ptype string) (*Assertion, error) { |
| 215 | if model[sec] == nil { |
no outgoing calls