コード例 #1
0
ファイル: network.go プロジェクト: Mic92/docker
func taskUpdateEndpoint(t *api.Task, endpoint *api.Endpoint) {
	t.Endpoint = endpoint.Copy()
}