v12.0.0
This commit is contained in:
10
pkg/cloudbroker/trunk.go
Normal file
10
pkg/cloudbroker/trunk.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package cloudbroker
|
||||
|
||||
import (
|
||||
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v12/pkg/cloudbroker/trunk"
|
||||
)
|
||||
|
||||
// Accessing the Trunk method group
|
||||
func (cb *CloudBroker) Trunk() *trunk.Trunk {
|
||||
return trunk.New(cb.client)
|
||||
}
|
||||
Reference in New Issue
Block a user