mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 08:50:42 +02:00
devices: add device protobuf types (#2682)
This commit is contained in:
parent
84f79d8639
commit
ddccbcf631
9 changed files with 1624 additions and 68 deletions
|
@ -29,6 +29,7 @@ func Get(ctx context.Context, client databroker.DataBrokerServiceClient, userID
|
|||
if err != nil {
|
||||
return nil, fmt.Errorf("error unmarshaling user from databroker: %w", err)
|
||||
}
|
||||
|
||||
return &u, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue