carddav: add client support for query filter
References: https://github.com/emersion/go-webdav/issues/18
This commit is contained in:
@@ -88,8 +88,8 @@ type propFilter struct {
|
||||
Test filterTest `xml:"test,attr,omitempty"`
|
||||
|
||||
IsNotDefined *struct{} `xml:"is-not-defined,omitempty"`
|
||||
TextMatch []textMatch `xml:"text-match,omitempty"`
|
||||
ParamFilter []paramFilter `xml:"param-filter,omitempty"`
|
||||
TextMatches []textMatch `xml:"text-match,omitempty"`
|
||||
Params []paramFilter `xml:"param-filter,omitempty"`
|
||||
}
|
||||
|
||||
// https://tools.ietf.org/html/rfc6352#section-10.5.4
|
||||
|
Reference in New Issue
Block a user