()
| 340 | } |
| 341 | |
| 342 | func (x *Extension) GetValue() *anypb.Any { |
| 343 | if x != nil { |
| 344 | return x.Value |
| 345 | } |
| 346 | return nil |
| 347 | } |
| 348 | |
| 349 | // BootstrapResult is returned by shim via stdout after successful startup |
| 350 | type BootstrapResult struct { |
no outgoing calls