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

9 lines
236 B
Go
Raw Normal View History

2025-09-26 19:17:30 +03:00
package cloudapi
2025-12-08 16:30:08 +03:00
import "repository.basistech.ru/BASIS/dynamix-golang-sdk/v13/pkg/cloudapi/prometheus"
2025-09-26 19:17:30 +03:00
// Accessing the Resmon method group
func (ca *CloudAPI) Prometheus() *prometheus.Prometheus {
return prometheus.New(ca.client)
}