Code Review
/
oom
/
registrator.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9a74033ceabe2bed7f5c2ef47c044ac705575a2e
[oom/registrator.git]
/
1
// +build !linux,!freebsd
2
3
package configs
4
5
// Namespace defines configuration for each namespace. It specifies an
6
// alternate path that is able to be joined via setns.
7
type Namespace struct {
8
}