server: mock UpdateRuntimeConfig

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-12-15 14:31:42 +01:00
parent 1d08519ffe
commit d157c1427c
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9

View file

@ -7,5 +7,5 @@ import (
// UpdateRuntimeConfig updates the configuration of a running container.
func (s *Server) UpdateRuntimeConfig(ctx context.Context, req *pb.UpdateRuntimeConfigRequest) (*pb.UpdateRuntimeConfigResponse, error) {
return nil, nil
return &pb.UpdateRuntimeConfigResponse{}, nil
}