aboutsummaryrefslogtreecommitdiff
path: root/lib/xmlrpc/response.go
AgeCommit message (Expand)Author
2026-01-03all: use SPDX license header formatShulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-09-11lib/xmlrpc: add missing comment to exported type and methodsShulhan
2023-09-11lib/xmlrpc: realign struct for better size allocationShulhan
2023-02-25all: access embedded field or methods using the type nameShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2021-05-25xmlrpc: change the Response to embed the errors.EShulhan
2021-05-19xmlrpc: add method to marshal ResponseShulhan
2021-05-19xmlrpc: refactoring the parser for decoding XML-RPC requestShulhan
2020-06-10all: update email addressShulhan
2020-01-20xmlprc: package for working with XML-RPCShulhan