Skip to content

eternalblue/go-boiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-boiler

You have some eggs? This boiler lets you boil them...

This repository implements a clean/screaming architecture, exposing core logic through an HTTP server using Gin.

In a screaming architecture (like a feature oriented code base) the most important parts which are entities and actions that can be performed within entities are immediately visible thanks to the folder structure. Much like in an onion architecture, each layer adds more abstraction.

Layers of this onion must communicate via clear interfaces. This abstraction allows use of dependency injection, which in turn facilitates testing of the codebase.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published