()
| 3066 | } |
| 3067 | |
| 3068 | func (x *Connection) GetReason() string { |
| 3069 | if x != nil && x.Reason != nil { |
| 3070 | return *x.Reason |
| 3071 | } |
| 3072 | return "" |
| 3073 | } |
| 3074 | |
| 3075 | type ReportConnectionRequest struct { |
| 3076 | state protoimpl.MessageState |
no outgoing calls