Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-04 | Remove unit test for router | xengineering | |
The new router will be so trivial that it is not worth a unit test. | |||
2023-06-30 | Apply go fmt | xengineering | |
2023-06-30 | Add session pointer to routing infrastructure | xengineering | |
It is nearly useless to route a XML element to an appropriate handler function if the latter has no idea how to send responses to the server or the GUI. Passing a pointer to the session solves this issue. | |||
2023-06-30 | Add unit test for routing function | xengineering | |