mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-08 04:20:59 -05:00
added flags to server command
This commit is contained in:
@@ -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{}
|
||||
|
||||
Reference in New Issue
Block a user