2023-04-10 15:36:59 +00:00
|
|
|
// Copyright (c) HashiCorp, Inc.
|
|
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2021-10-01 13:59:55 +00:00
|
|
|
//go:build !linux
|
2018-05-30 17:02:30 +00:00
|
|
|
|
|
|
|
package fingerprint
|
|
|
|
|
2018-12-01 16:10:39 +00:00
|
|
|
func (f *CGroupFingerprint) Fingerprint(*FingerprintRequest, *FingerprintResponse) error {
|
2018-05-30 17:02:30 +00:00
|
|
|
return nil
|
|
|
|
}
|