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

11 lines
219 B
Go

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