v1.8.0
This commit is contained in:
8
pkg/cloudapi/pcidevice.go
Normal file
8
pkg/cloudapi/pcidevice.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package cloudapi
|
||||
|
||||
import "repository.basistech.ru/BASIS/decort-golang-sdk/pkg/cloudapi/pcidevice"
|
||||
|
||||
// Accessing the PCI Device method group
|
||||
func (ca *CloudAPI) PCIDevice() *pcidevice.PCIDevice {
|
||||
return pcidevice.New(ca.client)
|
||||
}
|
||||
Reference in New Issue
Block a user