Files
dynamix-golang-sdk/pkg/cloudapi/trunk.go

11 lines
215 B
Go
Raw Normal View History

2025-09-27 01:06:15 +03:00
package cloudapi
import (
2026-02-20 17:30:02 +03:00
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v14/pkg/cloudapi/trunk"
2025-09-27 01:06:15 +03:00
)
// Accessing the Trunk method group
func (ca *CloudAPI) Trunk() *trunk.Trunk {
return trunk.New(ca.client)
}