Skip to content

kubitre/go_api_infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Infra Api

Infrastructre methods and types for make api simple

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