mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 23:28:44 +05:00
Moved Kafka constants in utils
This commit is contained in:
committed by
Dan Christian Bogos
parent
d686d3b40a
commit
ca6f3b3319
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user