Beispiel #1
0
func setEngineClientAuth(docker *citadel.Engine, username, password, email string) {
	docker.SetClientAuth(username, password, email)
}