Update all relevant interfaces and create stubs

This commit is contained in:
Yu-Ju Hong
2017-05-24 12:57:21 -07:00
parent aff2be9f9b
commit 417e9c8cea
10 changed files with 92 additions and 6 deletions

View File

@@ -134,7 +134,7 @@ func getImageRef(client libdocker.Interface, image string) (string, error) {
}
// ImageFsInfo returns information of the filesystem that is used to store images.
func (ds *dockerService) ImageFsInfo() (*runtimeapi.FsInfo, error) {
func (ds *dockerService) ImageFsInfo(req *runtimeapi.ImageFsInfoRequest) (*runtimeapi.ImageFsInfoResponse, error) {
return nil, fmt.Errorf("not implemented")
}