Migrate to checker-sdk-go v1.3.0 with new server subpackage
The SDK split the HTTP server scaffolding into the new checker-sdk-go/checker/server subpackage. Update both binary entry points to import server and call server.New.
This commit is contained in:
parent
4366ca9058
commit
6e59eb545d
5 changed files with 10 additions and 10 deletions
|
|
@ -64,7 +64,7 @@ func FindScheduleURLs(ctx context.Context, client *http.Client, principalURL str
|
|||
// ── raw PROPFIND ─────────────────────────────────────────────────────────────
|
||||
|
||||
// multistatus is the subset of the DAV:multistatus XML schema we need to read
|
||||
// principal URLs and scheduling hrefs. It is intentionally permissive; extra
|
||||
// principal URLs and scheduling hrefs. It is intentionally permissive, extra
|
||||
// elements are ignored, which makes us tolerant of server-specific extensions.
|
||||
type multistatus struct {
|
||||
XMLName xml.Name `xml:"DAV: multistatus"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue