added flags to server command

This commit is contained in:
A.Unger
2020-02-04 11:54:45 +01:00
parent 2ff87de71f
commit 79aaba63fc
2 changed files with 23 additions and 2 deletions
-1
View File
@@ -44,7 +44,6 @@ func (s Service) Set(c context.Context, req *proto.Record, res *proto.Record) er
// Get implements the SettingsServiceHandler interface
func (s Service) Get(c context.Context, req *proto.Query, res *proto.Record) error {
// contents, err := registry.Store.Read(req.Key)
contents := s.Manager.Read(req.Key)
r := &proto.Payload{}