Skip to content

infrastructure wrappers and tools for golang services

License

Notifications You must be signed in to change notification settings

kubitre/goinfra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Infra Api

Infrastructre methods and types for make api simple

Installation

go get github.com/kubitre/goinfra

Response

  • abstract type ApiResponse which can used as Tipically responses code as functions (also ready to go-swagger compilation)
  • Json Style for ApiError and method for simple constructing this model

Request

  • extract body to data class from all sources request with special tag and automatic response build (not best practic copy and paste deserialize code)

Metrics Prometheus

  • base golden metrics for api with high level methods for sending metrics to prometheus

Pgqueue wrapper

  • publisher/subscriber based on postgresql tables