Moved Kafka constants in utils

This commit is contained in:
Trial97
2019-09-09 10:42:36 +03:00
committed by Dan Christian Bogos
parent d686d3b40a
commit ca6f3b3319
4 changed files with 13 additions and 18 deletions

View File

@@ -1171,11 +1171,13 @@ const (
// Poster
const (
SQSPoster = "SQSPoster"
S3Poster = "S3Poster"
AWSRegion = "aws_region"
AWSKey = "aws_key"
AWSSecret = "aws_secret"
SQSPoster = "SQSPoster"
S3Poster = "S3Poster"
AWSRegion = "aws_region"
AWSKey = "aws_key"
AWSSecret = "aws_secret"
KafkaTopic = "topic"
KafkaGroupID = "group_id"
)
// Google_API