package
0.0.0-20211211231856-dac97f05bc7f
Repository: https://github.com/bbakla/hands-on-microservices-kubernetes.git
Documentation: pkg.go.dev

# README

Object Model

Delinkcious is built using modern software engineering best practices. The core logic and data management is implemented using Go libraries that exposes interfaces and POGOs (plain old Go objects). The shared object_model package defines all these interfaces and data types.