示例#1
0
文件: network.go 项目: Mic92/docker
func taskUpdateEndpoint(t *api.Task, endpoint *api.Endpoint) {
	t.Endpoint = endpoint.Copy()
}