예제 #1
0
파일: network.go 프로젝트: Mic92/docker
func taskUpdateEndpoint(t *api.Task, endpoint *api.Endpoint) {
	t.Endpoint = endpoint.Copy()
}