()
| 2585 | } |
| 2586 | |
| 2587 | func (x *AppIMSetting_IMSetting) GetTeams() *AppIMSetting_Teams { |
| 2588 | if x != nil { |
| 2589 | if x, ok := x.Payload.(*AppIMSetting_IMSetting_Teams); ok { |
| 2590 | return x.Teams |
| 2591 | } |
| 2592 | } |
| 2593 | return nil |
| 2594 | } |
| 2595 | |
| 2596 | type isAppIMSetting_IMSetting_Payload interface { |
| 2597 | isAppIMSetting_IMSetting_Payload() |
no outgoing calls
no test coverage detected