File: tags.go

package info (click to toggle)
golang-github-influxdb-enterprise-client 0.0~git20151113.0.25665cb-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 120 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (6)
1
2
3
4
5
package client

// Tags is a mapping of key/values representing tags
// in an InfluxDB instance
type Tags map[string]string