Skip to content

innotechdevops/influx-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

influx-driver

Install

$ go get github.com/innotechdevops/influx-driver

How to use

  • With env
driver := influxdriver.New(influxdriver.ConfigEnv())
  • With config
driver := influxdriver.New(influxdriver.Config{
    URL:   os.Getenv("INFLUX_URL"),
    Token: os.Getenv("INFLUX_TOKEN"),
})

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages