proxy.golang.org : github.com/cloudflare/cloudflare-go : v0.34.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:
Related tag:
v0.34.0
- github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d
- github.com/dave/dst v0.26.2
- github.com/davecgh/go-spew v1.1.1
- github.com/kr/pretty v0.1.0
- github.com/mattn/go-runewidth v0.0.9
- github.com/olekukonko/tablewriter v0.0.5
- github.com/orijtech/structslop v0.0.6
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/russross/blackfriday/v2 v2.0.1
- github.com/shurcooL/sanitized_anchor_name v1.0.0
- github.com/stretchr/testify v1.7.0
- github.com/urfave/cli/v2 v2.3.0
- golang.org/x/mod v0.3.0
- golang.org/x/net v0.0.0-20210510120150-4163338589ed
- golang.org/x/text v0.3.6
- golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
- golang.org/x/tools v0.0.0-20200917221617-d56e4e40bc9d
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c