v1.12.0
This commit is contained in:
10
pkg/cloudapi/trunk.go
Normal file
10
pkg/cloudapi/trunk.go
Normal file
@@ -0,0 +1,10 @@
|
||||
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)
|
||||
}
|
||||
Reference in New Issue
Block a user