Versions in this module Expand all Collapse all v0 v0.1.2 Apr 21, 2024 Changes in this version + func GetUUIDParam(param string) (uuid.UUID, error) + type ApiResponse struct + Code string + Errors []string + Message string + Payload interface{} + func Accepted() *ApiResponse + func BuildResponse(code string, message string, errors []string, payload interface{}) *ApiResponse + func Deleted() *ApiResponse + func Success(payload interface{}) *ApiResponse + func ValidationErrors(errs error) *ApiResponse + type FieldValidationError struct + Error string + Field string + Kind string + Namespace string + Value interface{}