Documentation
¶
Overview ¶
Package source fetches the encrypted regex bundle from the NetEase SDK endpoint, decrypts it, and decodes the msgpack payload into the per-group serialized PCRE2 blobs (name -> sregex).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fetch ¶
Fetch runs the full pipeline: resolve the bundle URL, download, decrypt, decompress, and decode the msgpack into a name -> serialized PCRE2 blob map. It also returns the resolved bundle URL so callers can skip reloads when the URL has not changed.
func ParseGroups ¶
ParseGroups decodes the decrypted msgpack payload into a map of group name to its serialized PCRE2 blob (the "sregex" field).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.