/
left76
/
cli
Обзор
Документация
Войти
/
left76
/
cli
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
vendor/github.com/docker/swarmkit/protobuf/plugin/helpers.go
11 строк
337 B
Daniel Nephin
Add vendor
18 апр 2017, 01:12
18 апр 2017, 01:12
6686ada
Код
Авторство
О чём код?
package plugin import ( "github.com/gogo/protobuf/proto" google_protobuf "github.com/gogo/protobuf/protoc-gen-gogo/descriptor" ) // DeepcopyEnabled returns true if deepcopy is enabled for the descriptor. func DeepcopyEnabled(options *google_protobuf.MessageOptions) bool { return proto.GetBoolExtension(options, E_Deepcopy, true) }