package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Dec 5, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BasicTenancy struct {
Tenant string `json:"tenant"`
User string `json:"user"`
}
type Tenancy struct {
BasicTenancy `json:",inline"`
IDC string `json:"idc,omitempty"`
Region string `json:"region,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.