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