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