Skip to content

fmiskovic/go-consumer-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Consumer/Client Interface Pattern Example

The Consumer/Client Interface Pattern in Go (Golang) is a design pattern used to abstract away the implementation details of consuming external services or resources. It allows you to define an interface that specifies the behavior expected from the client, decoupling the client code from the specific implementation details.

About

Client/Consumer Design Pattern

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published