Versions in this module Expand all Collapse all v1 v1.0.2 Jul 2, 2025 v1.0.1 Jul 2, 2025 v1.0.0 Jul 2, 2025 Changes in this version + type RC struct + Code uint64 + Data any + HttpCode int + Message string + RpcCode codes.Code + func (r *RC) Error() string + func (r *RC) JSON(keys ...string) map[string]interface{} + func (r *RC) OriginalError() error + func (r *RC) SetData(data any) *RC + func (r *RC) String() string + type RcCreator func(...error) *RC + func New(code uint64, hCode int, rCode codes.Code, message string, data ...any) RcCreator