Update cadvisor version to latest version
This commit is contained in:
4
vendor/github.com/google/cadvisor/utils/sysfs/sysfs.go
generated
vendored
4
vendor/github.com/google/cadvisor/utils/sysfs/sysfs.go
generated
vendored
@@ -70,8 +70,8 @@ type SysFs interface {
|
||||
|
||||
type realSysFs struct{}
|
||||
|
||||
func NewRealSysFs() (SysFs, error) {
|
||||
return &realSysFs{}, nil
|
||||
func NewRealSysFs() SysFs {
|
||||
return &realSysFs{}
|
||||
}
|
||||
|
||||
func (self *realSysFs) GetBlockDevices() ([]os.FileInfo, error) {
|
||||
|
Reference in New Issue
Block a user