Files
dynamix-golang-sdk/pkg/cloudapi/stack.go
2025-09-27 01:06:15 +03:00

11 lines
215 B
Go

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