proxy.golang.org : github.com/cloudflare/cloudflare-go : v0.9.1
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.9.1
- github.com/codegangsta/cli v1.20.0
- github.com/davecgh/go-spew v1.1.1
- github.com/mattn/go-runewidth v0.0.3
- github.com/olekukonko/tablewriter v0.0.1
- github.com/pkg/errors v0.8.0
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.2.2
- golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f
- golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2
- golang.org/x/tools v0.0.0-20190228203856-589c23e65e65