server: mock UpdateRuntimeConfig
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
1d08519ffe
commit
d157c1427c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue