package constants type ResponseStatus string const ( SuccessStatus ResponseStatus = "success" ErrorStatus ResponseStatus = "error" )