mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
6 lines
117 B
Go
6 lines
117 B
Go
package fingerprint
|
|
|
|
func initPlatformFingerprints(fps map[string]Factory) {
|
|
fps["cgroup"] = NewCGroupFingerprint
|
|
}
|