0d3845c537
* intial work for influxdb secret plugin * fixed typo * added comment * added documentation * added tests * fixed tests * added vendoring * minor testing issue with hardcoded values * minor fixes
8 lines
76 B
Go
8 lines
76 B
Go
// +build uint uint64
|
|
|
|
package models
|
|
|
|
func init() {
|
|
EnableUintSupport()
|
|
}
|