Categorygithub.com/etwicaksono/go-hexagonal-architecture
module
0.0.0-20241116064810-fade55e60237
Repository: https://github.com/etwicaksono/go-hexagonal-architecture.git
Documentation: pkg.go.dev

# README

GO Hexagonal Architecture

Features

  1. Can switch database easily

Rules

  1. Every model should be in its own repository
  2. Validate request that don't need to access database at app layer
  3. Validate request that need to access database at core layer
  4. Return custom error, log real error

# Packages

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