()
| 3571 | } |
| 3572 | |
| 3573 | func (m *BoundaryLog) GetResource() isBoundaryLog_Resource { |
| 3574 | if m != nil { |
| 3575 | return m.Resource |
| 3576 | } |
| 3577 | return nil |
| 3578 | } |
| 3579 | |
| 3580 | func (x *BoundaryLog) GetHttpRequest() *BoundaryLog_HttpRequest { |
| 3581 | if x, ok := x.GetResource().(*BoundaryLog_HttpRequest_); ok { |
no outgoing calls
no test coverage detected