()
| 190 | } |
| 191 | |
| 192 | func (x *AcquiredJob) GetTemplateSourceArchive() []byte { |
| 193 | if x != nil { |
| 194 | return x.TemplateSourceArchive |
| 195 | } |
| 196 | return nil |
| 197 | } |
| 198 | |
| 199 | func (m *AcquiredJob) GetType() isAcquiredJob_Type { |
| 200 | if m != nil { |
no outgoing calls
no test coverage detected