MCPcopy Index your code
hub / github.com/cloudflare/cloudflared / Page

Method Page

cfapi/tunnel_filter.go:53–55  ·  view source on GitHub ↗
(page int)

Source from the content-addressed store, hash-verified

51}
52
53func (f *TunnelFilter) Page(page int) {
54 f.queryParams.Set("page", strconv.Itoa(page))
55}
56
57func (f TunnelFilter) encode() string {
58 return f.queryParams.Encode()

Callers 2

ListRoutesMethod · 0.45
ListTunnelsMethod · 0.45

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected