Versions in this module Expand all Collapse all v1 v1.0.2 Nov 3, 2024 v1.0.1 Sep 16, 2024 v1.0.0 Sep 15, 2024 Changes in this version + type Response struct + Code int + Data interface{} + Message string + func InternalServerError(message string, err error) Response + func NotFound(message string) Response + func Send(code int, message string, data interface{}) Response + func Success(message string, data interface{}) Response + func UnAuthenticated(message string) Response + func ValidationError(message string, err error) Response