Skip to content

Commit

Permalink
docs: add layer architecture image
Browse files Browse the repository at this point in the history
  • Loading branch information
qloog authored Mar 31, 2024
1 parent 9a3e4bb commit 5266df4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ English | [中文文档](https://github.com/go-eagle/eagle/blob/master/README_ZH
- CI/CD [GitHub Actions](https://github.com/actions)
- Lint [GolangCI-lint](https://golangci.com/)

## Layered Architecture

Eagle utilizes a classic layered structure and employs the Wire dependency injection framework to enhance modularity and reduce coupling between components.

[![Leagle Layout Arch](https://raw.githubusercontent.com/go-eagle/eagle/master/docs/images/eagle-layout-arch.png)](https://starchart.cc/go-eagle/eagle)

## Directory Structure

```shell
Expand Down

0 comments on commit 5266df4

Please sign in to comment.