Files
2025-09-27 01:06:15 +03:00

11 lines
209 B
Go

package cloudapi
import (
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v12/pkg/cloudapi/k8ci"
)
// Accessing the K8CI method group
func (ca *CloudAPI) K8CI() *k8ci.K8CI {
return k8ci.New(ca.client)
}