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 (
2025-12-08 16:30:08 +03:00
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v13/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)
}