package api import ( "repository.basistech.ru/BASIS/dynamix-standart-go-sdk/pkg/extstorage" ) // Accessing the ExtStorage method group func (ca *API) ExtStorage() *extstorage.ExtStorage { return extstorage.New(ca.client) }