Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SQSConfig ¶
type SQSConfig struct { Debug string `default:"false"` AWSRegion string `envconfig:"aws_region" default:"ap-northeast-1"` SQSEndpoint string `envconfig:"sqs_endpoint" default:"http://queue.middleware.svc.cluster.local:9324"` QueueName string `split_words:"true" default:"code-gitleaks"` QueueURL string `split_words:"true" default:"http://queue.middleware.svc.cluster.local:9324/queue/code-gitleaks"` MaxNumberOfMessage int32 `split_words:"true" default:"10"` WaitTimeSecond int32 `split_words:"true" default:"20"` }
Click to show internal directories.
Click to hide internal directories.