Home
last modified time | relevance | path

Searched defs:GlobalListFilter (Results 1 – 8 of 8) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/vinyldns/go-vinyldns/vinyldns/
H A Dresources.go67 type GlobalListFilter struct { struct
68 RecordNameFilter string
69 RecordTypeFilter string
70 RecordOwnerGroupFilter string
71 NameSort NameSort
72 StartFrom string
73 MaxItems int
H A Drecordsets_helpers.go29 func (c *Client) recordSetsGlobalList(filter GlobalListFilter) (*RecordSetsResponse, error) {
H A Dendpoints.go58 func recordSetsGlobalListEP(c *Client, f GlobalListFilter) string {
136 func buildGlobalListQuery(f GlobalListFilter) string {
H A Drecordsets.go122 func (c *Client) RecordSetsGlobalListAll(filter GlobalListFilter) ([]RecordSet, error) {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/vinyldns/go-vinyldns/vinyldns/
H A Dresources.go67 type GlobalListFilter struct { struct
68 RecordNameFilter string
69 RecordTypeFilter string
70 RecordOwnerGroupFilter string
71 NameSort NameSort
72 StartFrom string
73 MaxItems int
H A Drecordsets.go123 func (c *Client) RecordSetsGlobal(filter GlobalListFilter) ([]RecordSet, string, error) {
137 func (c *Client) RecordSetsGlobalListAll(filter GlobalListFilter) ([]RecordSet, error) {
H A Drecordsets_helpers.go29 func (c *Client) recordSetsGlobalList(filter GlobalListFilter) (*RecordSetsResponse, error) {
H A Dendpoints.go58 func recordSetsGlobalListEP(c *Client, f GlobalListFilter) string {
136 func buildGlobalListQuery(f GlobalListFilter) string {