/
githubmirror
/
origin
Обзор
Документация
Войти
/
githubmirror
/
origin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
vendor/github.com/vmware/govmomi/vim25/mo/reference.go
14 строк
505 B
Justin Pierce
Add compat_otp package with openshift-tests-private (OTP) util implementations
11 авг 2025, 18:00
11 авг 2025, 18:00
80ac5c1
Код
Авторство
О чём код?
// © Broadcom. All Rights Reserved. // The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. // SPDX-License-Identifier: Apache-2.0 package mo import "github.com/vmware/govmomi/vim25/types" // Reference is the interface that is implemented by all the managed objects // defined in this package. It specifies that these managed objects have a // function that returns the managed object reference to themselves. type Reference interface { Reference() types.ManagedObjectReference }