Categorygithub.com/tonybka/go-base-ddd
module
0.0.0-20240622083713-ee0a0c7e5d30
Repository: https://github.com/tonybka/go-base-ddd.git
Documentation: pkg.go.dev

# README

Fundamental DDD elements in Golang

Fundamental elements of DDD implementation in Golang microservice

Components

Application Layer

  • DTOs, Mapper & Presenter
  • Request handlers
  • Event handlers
  • Message Publisher

Domain Layer

Entity

  • Mutable, has identity

Value Object

  • Immutable, no identity

Domain Event

  • Utility for communication between bounded contexts, sub-domains, and between microservices

Persistence Layer

  • Data Model
  • Repository

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author