devices: add device protobuf types (#2682)

This commit is contained in:
Caleb Doxsey 2021-10-19 07:22:26 -06:00 committed by GitHub
parent 84f79d8639
commit ddccbcf631
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 1624 additions and 68 deletions

View file

@ -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
}