MCPcopy 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
1725func (x *UserSession) GetUpdatedAt() *timestamppb.Timestamp {
1726 if x != nil {
1727 return x.UpdatedAt
1728 }
1729 return nil
1730}
1731
1732func (x *UserSession) GetExpiresAt() *timestamppb.Timestamp {
1733 if x != nil {

Callers 1

ValidateFieldsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected