Versions in this module Expand all Collapse all v1 v1.2.0 Nov 24, 2023 v1.1.0 Nov 18, 2023 v1.0.0 Nov 5, 2023 Changes in this version + type Base struct + func NewBase(logger *zap.Logger) Base + func (b Base) Logger() *zap.Logger + func (b Base) ReplyJSON(writer http.ResponseWriter, status int, data interface{}) + func (b Base) SetPagination(writer http.ResponseWriter, pagination *api.Pagination)