Files
decort-golang-sdk/pkg/cloudbroker/extnet.go

11 lines
225 B
Go
Raw Normal View History

2026-06-19 17:37:20 +03:00
package cloudbroker
import (
"repository.basistech.ru/BASIS/decort-golang-sdk/pkg/cloudbroker/extnet"
)
// Accessing the ExtNet method group
func (cb *CloudBroker) ExtNet() *extnet.ExtNet {
return extnet.New(cb.client)
}