mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-04 04:07:16 +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"
|