()
| 3382 | } |
| 3383 | |
| 3384 | func (x *UplinkToken) GetServerTime() *timestamppb.Timestamp { |
| 3385 | if x != nil { |
| 3386 | return x.ServerTime |
| 3387 | } |
| 3388 | return nil |
| 3389 | } |
| 3390 | |
| 3391 | func (x *UplinkToken) GetConcentratorTime() int64 { |
| 3392 | if x != nil { |
no outgoing calls
no test coverage detected