()
| 316 | } |
| 317 | |
| 318 | func (m *FailedJob) GetType() isFailedJob_Type { |
| 319 | if m != nil { |
| 320 | return m.Type |
| 321 | } |
| 322 | return nil |
| 323 | } |
| 324 | |
| 325 | func (x *FailedJob) GetWorkspaceBuild() *FailedJob_WorkspaceBuild { |
| 326 | if x, ok := x.GetType().(*FailedJob_WorkspaceBuild_); ok { |
no outgoing calls
no test coverage detected