Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver interface { LoadEnv(string) error LoadFlags() error Init() error GetWork() (io.Reader, error) ClearWork() error HandleFailure() error Cleanup() error }
Driver is the interface that must be implemented by a driver.
type DriverName ¶
type DriverName string
var ( ActiveMQ DriverName = "activemq" AWSS3 DriverName = "aws-s3" AWSSQS DriverName = "aws-sqs" AWSDynamoDB DriverName = "aws-dynamo" CassandraDB DriverName = "cassandra" Centauri DriverName = "centauri" CockroachDB DriverName = "cockroach" Couchbase DriverName = "couchbase" Elasticsearch DriverName = "elasticsearch" FS DriverName = "fs" HTTP DriverName = "http" Kafka DriverName = "kafka" GCPBQ DriverName = "gcp-bq" GCPFirestore DriverName = "gcp-firestore" GCPGCS DriverName = "gcp-gcs" GCPPubSub DriverName = "gcp-pubsub" GitHub DriverName = "github" MongoDB DriverName = "mongodb" MSSql DriverName = "mssql" MySQL DriverName = "mysql" Nats DriverName = "nats" NSQ DriverName = "nsq" NFS DriverName = "nfs" Postgres DriverName = "postgres" Pulsar DriverName = "pulsar" Rabbit DriverName = "rabbitmq" RedisList DriverName = "redis-list" RedisSubscription DriverName = "redis-pubsub" RedisStream DriverName = "redis-stream" SMB DriverName = "smb" Local DriverName = "local" ErrDriverNotFound = errors.New("driver not found") )
Click to show internal directories.
Click to hide internal directories.