Versions in this module Expand all Collapse all v0 v0.0.2 Feb 5, 2026 v0.0.1 Nov 29, 2025 Changes in this version + func NewClient(config Config) *core.Client + func NewEchoHandler(config Config, h Handler) echo.HandlerFunc + type Config struct + APIKey string + CertKeyPath string + CertPath string + MPAppID string + MchID string + type Handler interface + ServeError func(w http.ResponseWriter, r *http.Request, err error) + ServeMsg func(ctx *core.Context)