/
githubmirror
/
origin
Обзор
Документация
Войти
/
githubmirror
/
origin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
vendor/github.com/openshift/api/image/dockerpre012/deepcopy.go
18 строк
415 B
David Eads
bump(*)
28 ноя 2017, 17:08
28 ноя 2017, 17:08
2136eac
Код
Авторство
О чём код?
package dockerpre012 // DeepCopyInto is manually built to copy the (probably bugged) time.Time func (in *ImagePre012) DeepCopyInto(out *ImagePre012) { *out = *in out.Created = in.Created in.ContainerConfig.DeepCopyInto(&out.ContainerConfig) if in.Config != nil { in, out := &in.Config, &out.Config if *in == nil { *out = nil } else { *out = new(Config) (*in).DeepCopyInto(*out) } } return }