Files
decort-golang-sdk/pkg/cloudapi/trunk.go
2025-07-15 17:39:18 +03:00

11 lines
210 B
Go

package cloudapi
import (
"repository.basistech.ru/BASIS/decort-golang-sdk/pkg/cloudapi/trunk"
)
// Accessing the Trunk method group
func (ca *CloudAPI) Trunk() *trunk.Trunk {
return trunk.New(ca.client)
}