Package Usage: go: github.com/cloudflare/cloudflare-go
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.
125 versions
Latest release: over 1 year ago
6,272 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/cloudflare/cloudflare-go
Dependent Repos 1
swh/infra/ci-cd/3rdparty/cert-manager-webhook-gandi
Last synced: 8 months ago - Pushed: 12 months ago