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

11 lines
224 B
Go

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