()
| 1435 | } |
| 1436 | |
| 1437 | func (x *User) GetInbounds() []string { |
| 1438 | if x != nil { |
| 1439 | return x.Inbounds |
| 1440 | } |
| 1441 | return nil |
| 1442 | } |
| 1443 | |
| 1444 | type Users struct { |
| 1445 | state protoimpl.MessageState `protogen:"open.v1"` |
no outgoing calls
no test coverage detected