constants

package
v0.0.0-...-ac92fdc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	GrpcPort          = "GRPC_PORT"
	HttpPort          = "HTTP_PORT"
	ConfigPath        = "CONFIG_PATH"
	KafkaBrokers      = "KAFKA_BROKERS"
	JaegerHostPort    = "JAEGER_HOST"
	RedisAddr         = "REDIS_ADDR"
	MongoDbURI        = "MONGO_URI"
	PostgresqlHost    = "POSTGRES_HOST"
	PostgresqlPort    = "POSTGRES_PORT"
	ElasticUrl        = "ELASTIC_URL"
	TCP               = "tcp"
	MIGRATIONS_DB_URL = "MIGRATIONS_DB_URL"

	ReaderServicePort = "READER_SERVICE"

	Yaml          = "yaml"
	Redis         = "redis"
	Kafka         = "kafka"
	Postgres      = "postgres"
	MongoDB       = "mongo"
	ElasticSearch = "elasticSearch"

	GRPC     = "GRPC"
	SIZE     = "SIZE"
	URI      = "URI"
	STATUS   = "STATUS"
	HTTP     = "HTTP"
	ERROR    = "ERROR"
	METHOD   = "METHOD"
	METADATA = "METADATA"
	REQUEST  = "REQUEST"
	REPLY    = "REPLY"
	TIME     = "TIME"

	Topic     = "topic"
	Partition = "partition"
	Message   = "message"
	WorkerID  = "workerID"
	Headers   = "headers"
	Offset    = "offset"
	Time      = "time"

	Page   = "page"
	Size   = "size"
	Search = "search"
	ID     = "id"

	EsAll = "$all"

	Validate        = "validate"
	FieldValidation = "field validation"
	RequiredHeaders = "required header"
	Base64          = "base64"
	Unmarshal       = "unmarshal"
	Uuid            = "uuid"
	Cookie          = "cookie"
	Token           = "token"
	Bcrypt          = "bcrypt"
	SQLState        = "sqlstate"

	MongoAggregateID = "aggregateID"

	MongoProjection   = "(MongoDB Projection)"
	ElasticProjection = "(Elastic Projection)"

	EventType   = "(EventType)"
	AggregateID = "(AggregateID)"
	Version     = "(Version)"
	TimeStamp   = "(TimeStamp)"
	Metadata    = "(Metadata)"

	MessageSize = "MessageSize"

	KafkaHeaders = "kafkaHeaders"

	Tcp = "tcp"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL