Files
dynamix-golang-sdk/pkg/cloudapi/prometheus.go

9 lines
236 B
Go
Raw Normal View History

2026-06-19 17:42:24 +03:00
package cloudapi
import "repository.basistech.ru/BASIS/dynamix-golang-sdk/v15/pkg/cloudapi/prometheus"
// Accessing the Resmon method group
func (ca *CloudAPI) Prometheus() *prometheus.Prometheus {
return prometheus.New(ca.client)
}