Versions in this module Expand all Collapse all v3 v3.1.0 Sep 24, 2024 v3.0.1 Sep 23, 2024 Changes in this version + const AuditLogActorTypeAdmin + const AuditLogActorTypeCloudflare + const AuditLogActorTypeUser + const CertificateCADigicert + const CertificateCAGoogle + const CertificateCALetsEncrypt + const CertificateCASSLCom + const CertificateRequestTypeKeylessCertificate + const CertificateRequestTypeOriginECC + const CertificateRequestTypeOriginRSA + const CloudflareTunnelStatusDegraded + const CloudflareTunnelStatusDown + const CloudflareTunnelStatusHealthy + const CloudflareTunnelStatusInactive + const CloudflareTunnelTunTypeCNI + const CloudflareTunnelTunTypeCfdTunnel + const CloudflareTunnelTunTypeGRE + const CloudflareTunnelTunTypeIPSec + const CloudflareTunnelTunTypeWARPConnector + const MemberStatusAccepted + const MemberStatusPending + const SortDirectionAsc + const SortDirectionDesc + const SubscriptionFrequencyMonthly + const SubscriptionFrequencyQuarterly + const SubscriptionFrequencyWeekly + const SubscriptionFrequencyYearly + const SubscriptionStateAwaitingPayment + const SubscriptionStateCancelled + const SubscriptionStateExpired + const SubscriptionStateFailed + const SubscriptionStatePaid + const SubscriptionStateProvisioned + const SubscriptionStateTrial + type ASN = shared.ASN + type ASNParam = shared.ASNParam + type AuditLog = shared.AuditLog + type AuditLogAction = shared.AuditLogAction + type AuditLogActor = shared.AuditLogActor + type AuditLogActorType = shared.AuditLogActorType + type AuditLogOwner = shared.AuditLogOwner + type AuditLogResource = shared.AuditLogResource + type CertificateCA = shared.CertificateCA + type CertificateRequestType = shared.CertificateRequestType + type CloudflareTunnel = shared.CloudflareTunnel + type CloudflareTunnelConnection = shared.CloudflareTunnelConnection + type CloudflareTunnelStatus = shared.CloudflareTunnelStatus + type CloudflareTunnelTunType = shared.CloudflareTunnelTunType + type Error = apierror.Error + type ErrorData = shared.ErrorData + type ManagedTransformEditParams struct + ManagedRequestHeaders param.Field[[]RequestModelParam] + ManagedResponseHeaders param.Field[[]RequestModelParam] + ZoneID param.Field[string] + func (r ManagedTransformEditParams) MarshalJSON() (data []byte, err error) + type ManagedTransformEditResponse struct + JSON managedTransformEditResponseJSON + ManagedRequestHeaders []ManagedTransformEditResponseManagedRequestHeader + ManagedResponseHeaders []ManagedTransformEditResponseManagedResponseHeader + func (r *ManagedTransformEditResponse) UnmarshalJSON(data []byte) (err error) + type ManagedTransformEditResponseManagedRequestHeader struct + Available bool + Enabled bool + ID string + JSON managedTransformEditResponseManagedRequestHeaderJSON + func (r *ManagedTransformEditResponseManagedRequestHeader) UnmarshalJSON(data []byte) (err error) + type ManagedTransformEditResponseManagedResponseHeader struct + Available bool + Enabled bool + ID string + JSON managedTransformEditResponseManagedResponseHeaderJSON + func (r *ManagedTransformEditResponseManagedResponseHeader) UnmarshalJSON(data []byte) (err error) + type ManagedTransformListParams struct + ZoneID param.Field[string] + type ManagedTransformListResponse struct + JSON managedTransformListResponseJSON + ManagedRequestHeaders []RequestModel + ManagedResponseHeaders []RequestModel + func (r *ManagedTransformListResponse) UnmarshalJSON(data []byte) (err error) + type ManagedTransformService struct + Options []option.RequestOption + func NewManagedTransformService(opts ...option.RequestOption) (r *ManagedTransformService) + func (r *ManagedTransformService) Edit(ctx context.Context, params ManagedTransformEditParams, ...) (res *ManagedTransformEditResponse, err error) + func (r *ManagedTransformService) List(ctx context.Context, query ManagedTransformListParams, ...) (res *ManagedTransformListResponse, err error) + type MemberParam = shared.MemberParam + type MemberRoleParam = shared.MemberRoleParam + type MemberRolesPermissionsParam = shared.MemberRolesPermissionsParam + type MemberStatus = shared.MemberStatus + type MemberUserParam = shared.MemberUserParam + type Permission = shared.Permission + type PermissionGrant = shared.PermissionGrant + type PermissionGrantParam = shared.PermissionGrantParam + type RatePlan = shared.RatePlan + type RatePlanParam = shared.RatePlanParam + type RequestModel struct + Enabled bool + ID string + JSON requestModelJSON + func (r *RequestModel) UnmarshalJSON(data []byte) (err error) + type RequestModelParam struct + Enabled param.Field[bool] + ID param.Field[string] + func (r RequestModelParam) MarshalJSON() (data []byte, err error) + type ResponseInfo = shared.ResponseInfo + type Role = shared.Role + type SortDirection = shared.SortDirection + type Subscription = shared.Subscription + type SubscriptionFrequency = shared.SubscriptionFrequency + type SubscriptionParam = shared.SubscriptionParam + type SubscriptionState = shared.SubscriptionState Other modules containing this package github.com/cloudflare/cloudflare-go/v4 github.com/cloudflare/cloudflare-go/v5 github.com/cloudflare/cloudflare-go/v6