1
0
mirror of https://github.com/rancher/os.git synced 2025-07-05 11:06:13 +00:00
os/vendor/github.com/docker/libnetwork/sandbox_externalkey.go
2016-02-04 22:53:59 -08:00

13 lines
209 B
Go

package libnetwork
import "github.com/docker/docker/pkg/reexec"
type setKeyData struct {
ContainerID string
Key string
}
func init() {
reexec.Register("libnetwork-setkey", processSetKeyReexec)
}