go-webdav/internal
Simon Ser e9a76eef05 internal: add PropFindValue
NewPropFindResponse uses callbacks to lazily build the response.
However, some props are static: they don't require any processing
to generate. Add a small helper to reduce boilerplate a bit.
2024-04-17 17:50:33 +02:00
..
client.go caldav: add DiscoverContextURL 2023-12-27 23:16:49 +01:00
elements_test.go internal: fix XML element struct naming 2022-05-31 23:04:42 +02:00
elements.go internal: fix always-true interface comparison 2023-12-15 15:07:59 +01:00
internal.go internal: use errors.As in IsNotFound 2022-05-31 16:58:45 +02:00
server.go internal: add PropFindValue 2024-04-17 17:50:33 +02:00
xml_test.go internal: add RawXMLValue to defer XML encoding/decoding 2020-01-14 17:54:03 +01:00
xml.go internal: add NewPropfindResponse helper 2020-01-17 14:40:29 +01:00