open-nomad/client/fingerprint/bridge_default.go

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
144 B
Go
Raw Normal View History

//go:build !linux
2020-05-15 15:09:01 +00:00
package fingerprint
func (f *BridgeFingerprint) Fingerprint(*FingerprintRequest, *FingerprintResponse) error { return nil }