mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
8 lines
169 B
Go
8 lines
169 B
Go
|
package config
|
||
|
|
||
|
// InfluxField is the constant for an Influx field
|
||
|
const InfluxField = "field"
|
||
|
|
||
|
// InfluxTag is the constant for an Influx field
|
||
|
const InfluxTag = "tag"
|