# README

Grafana Datasource

To get Grafana Datasource for specific account:

	client, err := grafana_datasources.New(apiToken, test_utils.GetLogzIoBaseUrl())
    datasource, err := client.GetForAccount("my-metrics-account-name")
functionfunc name
get datasource for accountfunc (c *GrafanaDatasourceClient) GetForAccount(accountName string) (*GrafanaDataSource, error)

# Functions

No description provided by the author

# Constants

No description provided by the author

# Structs

No description provided by the author
No description provided by the author