()
| 3368 | } |
| 3369 | |
| 3370 | func (x *UplinkToken) GetIds() *GatewayAntennaIdentifiers { |
| 3371 | if x != nil { |
| 3372 | return x.Ids |
| 3373 | } |
| 3374 | return nil |
| 3375 | } |
| 3376 | |
| 3377 | func (x *UplinkToken) GetTimestamp() uint32 { |
| 3378 | if x != nil { |
no outgoing calls
no test coverage detected