11 lines
224 B
Go
11 lines
224 B
Go
package cloudbroker
|
|
|
|
import (
|
|
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v13/pkg/cloudbroker/trunk"
|
|
)
|
|
|
|
// Accessing the Trunk method group
|
|
func (cb *CloudBroker) Trunk() *trunk.Trunk {
|
|
return trunk.New(cb.client)
|
|
}
|