Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemoryBus ¶
type MemoryBus struct {
// contains filtered or unexported fields
}
func NewMemoryBus ¶
func NewMemoryBus() *MemoryBus
type PostgresBus ¶
type PostgresBus struct {
// contains filtered or unexported fields
}
func NewPostgresBus ¶
func NewPostgresBus(pool *pgxpool.Pool, log *slog.Logger) *PostgresBus
Click to show internal directories.
Click to hide internal directories.