Below you will find pages that utilize the taxonomy term “Service”
Posts
Go Microservice Part IV - Service
In the previous blog post, Go MVC Part III - Model we have developed a Model of contact application including the DAO code which will retrieve the information from the data source which in our case is Contact struct.
Let’s start with developing Service in this post.
Service Model contains domain objects as well the information retrieval mechanical from the database. Let’s assume our database is nothing but a go struct for the simplicity of the application.
read more