WiiSOAP/go.mod
Spotlight e588ba6e68
Refactor HTTP handling logic
This is an extraordinarily large commit, and in hindsight would have benefitied from being written separately.

To summarise:

-  Converts namespace URI parsing to a regex, instead of convoluted string logic
 - Removes per-request XML structures in favor of normalised XPath queries
 - Moves common variables for all requests to a k/v map of their name and contents, in order to reduce function parameter count
 - Changes the name of the ECS action "NotifiedETicketsSynced" to its hardcoded (tenseless) name, "NotifyETicketsSynced"
 - Improved properly reporting errors to the end user in areas
2020-08-16 23:06:09 -05:00

9 lines
137 B
Modula-2

module github.com/morenatsu-net/WiiSOAP
go 1.12
require (
github.com/antchfx/xmlquery v1.2.4
github.com/go-sql-driver/mysql v1.5.0
)