예제 #1
0
파일: influx.go 프로젝트: keep94/scotty
func (w *writer) IsTypeSupported(t types.Type) bool {
	return kafka.IsTypeSupported(t) || t == types.String
}
예제 #2
0
파일: tsdb.go 프로젝트: keep94/scotty
func (w *writer) IsTypeSupported(t types.Type) bool {
	return kafka.IsTypeSupported(t)
}