]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/meminfo_unsupported.go
82ddd30c1b065f6c61c545e68e53a45707406cf1
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / fsouza / go-dockerclient / external / github.com / docker / docker / pkg / system / meminfo_unsupported.go
1 // +build !linux,!windows
2
3 package system
4
5 // ReadMemInfo is not supported on platforms other than linux and windows.
6 func ReadMemInfo() (*MemInfo, error) {
7 return nil, ErrNotSupportedPlatform
8 }