()
| 257 | } |
| 258 | |
| 259 | func (x *Client) GetTechnicalContact() *OrganizationOrUserIdentifiers { |
| 260 | if x != nil { |
| 261 | return x.TechnicalContact |
| 262 | } |
| 263 | return nil |
| 264 | } |
| 265 | |
| 266 | func (x *Client) GetSecret() string { |
| 267 | if x != nil { |
no outgoing calls
no test coverage detected