Files
dynamix-golang-sdk/pkg/cloudbroker/stack.go

11 lines
224 B
Go
Raw Normal View History

2025-09-23 14:34:24 +03:00
package cloudbroker
import (
2025-09-27 01:06:15 +03:00
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v12/pkg/cloudbroker/stack"
2025-09-23 14:34:24 +03:00
)
// Accessing the Stack method group
func (cb *CloudBroker) Stack() *stack.Stack {
return stack.New(cb.client)
}