Documentation
¶
Index ¶
Constants ¶
View Source
const ( RATE_LIMIT = 5000 RATE_LIMIT_DURATION = "1m" HTTP_TIMEOUT = "30s" )
View Source
const ( EventProcessor TaskName = "EventProcessor" DeadLetterProcessor TaskName = "DeadLetterProcessor" CreateEventProcessor TaskName = "CreateEventProcessor" NotificationProcessor TaskName = "NotificationProcessor" IndexDocument TaskName = "index document" DailyAnalytics TaskName = "daily analytics" StreamCliEventsProcessor TaskName = "StreamCliEventsProcessor" MonitorTwitterSources TaskName = "monitor twitter sources" RetentionPolicies TaskName = "retention_policies" EmailProcessor TaskName = "EmailProcessor" ExpireSecretsProcessor TaskName = "ExpireSecretsProcessor" EndpointsCacheKey CacheKey = "endpoints" OrganisationsCacheKey CacheKey = "organisations" OrganisationMemberCacheKey CacheKey = "organisation_members" ProjectsCacheKey CacheKey = "projects" TokenCacheKey CacheKey = "tokens" SourceCacheKey CacheKey = "sources" )
View Source
const ( DefaultOnPremDir = "/var/convoy/export" TmpExportDir = "/tmp/convoy/export" )
Exports dir
View Source
const (
Concurrency = 100
)
View Source
const (
EventDeliveryIDLength = 12
)
Variables ¶
View Source
var ErrUnsupportedDatebase = fmt.Errorf("unsupported database for search detected, remove search configuration or use a supported database (postgres)")
View Source
var MigrationFiles embed.FS
Functions ¶
func GetVersion ¶ added in v0.4.10
func GetVersion() string
func ReadVersion ¶ added in v0.4.10
Types ¶
type HttpMethod ¶
type HttpMethod string
const ( HttpPost HttpMethod = "POST" HttpGet HttpMethod = "GET" )
Directories
¶
| Path | Synopsis |
|---|---|
|
Package docs GENERATED BY SWAG; DO NOT EDIT This file was generated by swaggo/swag at 2023-03-27 13:59:19.768988367 +0100 WAT m=+5.797785299
|
Package docs GENERATED BY SWAG; DO NOT EDIT This file was generated by swaggo/swag at 2023-03-27 13:59:19.768988367 +0100 WAT m=+5.797785299 |
|
internal
|
|
|
Package mocks is a generated GoMock package.
|
Package mocks is a generated GoMock package. |
|
pkg
|
|
Click to show internal directories.
Click to hide internal directories.