Versions in this module Expand all Collapse all v1 v1.0.13 Jan 28, 2026 v1.0.12 Jan 7, 2026 Changes in this version type Client + Pwd string + func (c *Client) GetAccredit2() ([]Accredit, error) v1.0.11 Jan 7, 2026 Changes in this version + type Accredit struct + Sn string + Time string + type Client struct + Code string + Data []Accredit + func NewClient(code string) *Client + func (c *Client) CheckAccredit(key string) bool + func (c *Client) GetAccredit() ([]Accredit, error)