proxy.golang.org : github.com/cloudflare/cloudflare-go : v0.62.0
Package cloudflare implements the Cloudflare v4 API. File contains helper methods for accepting variants (pointers, values, slices, etc) of a particular type and returning them in another. A common use is pointer to values and back. _Most_ follow the convention of (where <type> is a Golang type such as Bool): <type>Ptr: Accepts a value and returns a pointer. <type>: Accepts a pointer and returns a value. <type>PtrSlice: Accepts a slice of values and returns a slice of pointers. <type>Slice: Accepts a slice of pointers and returns a slice of values. <type>PtrMap: Accepts a string map of values into a string map of pointers. <type>Map: Accepts a string map of pointers into a string map of values. Not all Golang types are covered here, only those that are commonly used.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/cloudflare/[email protected]
Published:
Indexed:
- github.com/cpuguy83/go-md2man/v2 v2.0.2
- github.com/davecgh/go-spew v1.1.1
- github.com/fatih/color v1.13.0
- github.com/google/go-cmp v0.5.8
- github.com/google/go-querystring v1.1.0
- github.com/hashicorp/go-cleanhttp v0.5.2
- github.com/hashicorp/go-hclog v1.2.0
- github.com/hashicorp/go-retryablehttp v0.7.2
- github.com/kr/pretty v0.3.0
- github.com/mattn/go-colorable v0.1.12
- github.com/mattn/go-isatty v0.0.14
- github.com/mattn/go-runewidth v0.0.13
- github.com/olekukonko/tablewriter v0.0.5
- github.com/pmezard/go-difflib v1.0.0
- github.com/rivo/uniseg v0.2.0
- github.com/rogpeppe/go-internal v1.8.1
- github.com/russross/blackfriday/v2 v2.1.0
- github.com/stretchr/testify v1.8.2
- github.com/urfave/cli/v2 v2.24.4
- github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
- golang.org/x/net v0.7.0
- golang.org/x/text v0.7.0
- golang.org/x/time v0.3.0
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
- gopkg.in/yaml.v3 v3.0.1