wire list identities

This commit is contained in:
A.Unger
2020-02-04 15:19:01 +01:00
parent a1de935942
commit 0d8d26b425
+1 -1
View File
@@ -47,6 +47,6 @@ func (s Service) Get(c context.Context, req *proto.Query, res *proto.Record) err
// List implements the SettingsServiceHandler interface
func (s Service) List(ctx context.Context, in *empty.Empty, res *proto.Records) error {
// res = s.Manager.List()
res.Records = s.Manager.List()
return nil
}