Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheThingsNetwork/lorawan-stack
/ GetUpdatedAt
Method
GetUpdatedAt
pkg/ttnpb/user.pb.go:1725–1730 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1723
}
1724
1725
func
(x *UserSession) GetUpdatedAt() *timestamppb.Timestamp {
1726
if
x != nil {
1727
return
x.UpdatedAt
1728
}
1729
return
nil
1730
}
1731
1732
func
(x *UserSession) GetExpiresAt() *timestamppb.Timestamp {
1733
if
x != nil {
Callers
1
ValidateFields
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected