Files
decort-golang-sdk/pkg/cloudbroker/stack.go
2023-08-22 15:28:39 +03:00

11 lines
219 B
Go

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