Versions in this module Expand all Collapse all v1 v1.0.1 Sep 12, 2024 v1.0.0 Jan 28, 2024 Changes in this version + type GrafanaScript struct + DeployDir string + LogDir string + Version string + func (c *GrafanaScript) ConfigToFile(file string) error + type TSMetaScript struct + DeployDir string + LogDir string + func (c *TSMetaScript) ConfigToFile(file string) error + type TSMonitorScript struct + DeployDir string + LogDir string + func (c *TSMonitorScript) Config() ([]byte, error) + func (c *TSMonitorScript) ConfigToFile(file string) error + func (c *TSMonitorScript) ConfigWithTemplate(tpl string) ([]byte, error) + type TSServerScript struct + DeployDir string + LogDir string + func (c *TSServerScript) ConfigToFile(file string) error + type TSSqlScript struct + DeployDir string + LogDir string + func (c *TSSqlScript) ConfigToFile(file string) error + type TSStoreScript struct + DeployDir string + LogDir string + func (c *TSStoreScript) ConfigToFile(file string) error