Versions in this module Expand all Collapse all v2 v2.0.0 Nov 7, 2024 Changes in this version + const AuditLogActorTypeAdmin + const AuditLogActorTypeCloudflare + const AuditLogActorTypeUser + const CertificateCADigicert + const CertificateCAGoogle + const CertificateCALetsEncrypt + 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 + 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 DispatchNamespaceDeleteResponse = interface + type DispatchNamespaceDeleteResponseEnvelope struct + Errors []shared.ResponseInfo + JSON dispatchNamespaceDeleteResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result DispatchNamespaceDeleteResponse + Success DispatchNamespaceDeleteResponseEnvelopeSuccess + func (r *DispatchNamespaceDeleteResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceDeleteResponseEnvelopeSuccess bool + const DispatchNamespaceDeleteResponseEnvelopeSuccessTrue + func (r DispatchNamespaceDeleteResponseEnvelopeSuccess) IsKnown() bool + type DispatchNamespaceGetResponse struct + CreatedBy string + CreatedOn time.Time + JSON dispatchNamespaceGetResponseJSON + ModifiedBy string + ModifiedOn time.Time + NamespaceID string + NamespaceName string + ScriptCount int64 + func (r *DispatchNamespaceGetResponse) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceGetResponseEnvelope struct + Errors []shared.ResponseInfo + JSON dispatchNamespaceGetResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result DispatchNamespaceGetResponse + Success DispatchNamespaceGetResponseEnvelopeSuccess + func (r *DispatchNamespaceGetResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceGetResponseEnvelopeSuccess bool + const DispatchNamespaceGetResponseEnvelopeSuccessTrue + func (r DispatchNamespaceGetResponseEnvelopeSuccess) IsKnown() bool + type DispatchNamespaceListResponse struct + CreatedBy string + CreatedOn time.Time + JSON dispatchNamespaceListResponseJSON + ModifiedBy string + ModifiedOn time.Time + NamespaceID string + NamespaceName string + ScriptCount int64 + func (r *DispatchNamespaceListResponse) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceNewParams struct + Name param.Field[string] + func (r DispatchNamespaceNewParams) MarshalJSON() (data []byte, err error) + type DispatchNamespaceNewResponse struct + CreatedBy string + CreatedOn time.Time + JSON dispatchNamespaceNewResponseJSON + ModifiedBy string + ModifiedOn time.Time + NamespaceID string + NamespaceName string + ScriptCount int64 + func (r *DispatchNamespaceNewResponse) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceNewResponseEnvelope struct + Errors []shared.ResponseInfo + JSON dispatchNamespaceNewResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result DispatchNamespaceNewResponse + Success DispatchNamespaceNewResponseEnvelopeSuccess + func (r *DispatchNamespaceNewResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceNewResponseEnvelopeSuccess bool + const DispatchNamespaceNewResponseEnvelopeSuccessTrue + func (r DispatchNamespaceNewResponseEnvelopeSuccess) IsKnown() bool + type DispatchNamespaceScriptBindingGetResponseEnvelope struct + Errors []shared.ResponseInfo + JSON dispatchNamespaceScriptBindingGetResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result []workers.Binding + Success DispatchNamespaceScriptBindingGetResponseEnvelopeSuccess + func (r *DispatchNamespaceScriptBindingGetResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceScriptBindingGetResponseEnvelopeSuccess bool + const DispatchNamespaceScriptBindingGetResponseEnvelopeSuccessTrue + func (r DispatchNamespaceScriptBindingGetResponseEnvelopeSuccess) IsKnown() bool + type DispatchNamespaceScriptBindingService struct + Options []option.RequestOption + func NewDispatchNamespaceScriptBindingService(opts ...option.RequestOption) (r *DispatchNamespaceScriptBindingService) + func (r *DispatchNamespaceScriptBindingService) Get(ctx context.Context, accountID string, dispatchNamespace string, ...) (res *[]workers.Binding, err error) + type DispatchNamespaceScriptContentService struct + Options []option.RequestOption + func NewDispatchNamespaceScriptContentService(opts ...option.RequestOption) (r *DispatchNamespaceScriptContentService) + func (r *DispatchNamespaceScriptContentService) Get(ctx context.Context, accountID string, dispatchNamespace string, ...) (res *http.Response, err error) + func (r *DispatchNamespaceScriptContentService) Update(ctx context.Context, accountID string, dispatchNamespace string, ...) (res *workers.Script, err error) + type DispatchNamespaceScriptContentUpdateParams struct + AnyPartName param.Field[[]io.Reader] + CfWorkerBodyPart param.Field[string] + CfWorkerMainModulePart param.Field[string] + Metadata param.Field[workers.WorkerMetadataParam] + func (r DispatchNamespaceScriptContentUpdateParams) MarshalMultipart() (data []byte, contentType string, err error) + type DispatchNamespaceScriptContentUpdateResponseEnvelope struct + Errors []shared.ResponseInfo + JSON dispatchNamespaceScriptContentUpdateResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result workers.Script + Success DispatchNamespaceScriptContentUpdateResponseEnvelopeSuccess + func (r *DispatchNamespaceScriptContentUpdateResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceScriptContentUpdateResponseEnvelopeSuccess bool + const DispatchNamespaceScriptContentUpdateResponseEnvelopeSuccessTrue + func (r DispatchNamespaceScriptContentUpdateResponseEnvelopeSuccess) IsKnown() bool + type DispatchNamespaceScriptDeleteParams struct + Force param.Field[bool] + func (r DispatchNamespaceScriptDeleteParams) URLQuery() (v url.Values) + type DispatchNamespaceScriptGetResponseEnvelope struct + Errors []shared.ResponseInfo + JSON dispatchNamespaceScriptGetResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result Script + Success DispatchNamespaceScriptGetResponseEnvelopeSuccess + func (r *DispatchNamespaceScriptGetResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceScriptGetResponseEnvelopeSuccess bool + const DispatchNamespaceScriptGetResponseEnvelopeSuccessTrue + func (r DispatchNamespaceScriptGetResponseEnvelopeSuccess) IsKnown() bool + type DispatchNamespaceScriptSecretListResponse struct + JSON dispatchNamespaceScriptSecretListResponseJSON + Name string + Type DispatchNamespaceScriptSecretListResponseType + func (r *DispatchNamespaceScriptSecretListResponse) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceScriptSecretListResponseType string + const DispatchNamespaceScriptSecretListResponseTypeSecretText + func (r DispatchNamespaceScriptSecretListResponseType) IsKnown() bool + type DispatchNamespaceScriptSecretService struct + Options []option.RequestOption + func NewDispatchNamespaceScriptSecretService(opts ...option.RequestOption) (r *DispatchNamespaceScriptSecretService) + func (r *DispatchNamespaceScriptSecretService) List(ctx context.Context, accountID string, dispatchNamespace string, ...) (res *pagination.SinglePage[DispatchNamespaceScriptSecretListResponse], ...) + func (r *DispatchNamespaceScriptSecretService) ListAutoPaging(ctx context.Context, accountID string, dispatchNamespace string, ...) *pagination.SinglePageAutoPager[DispatchNamespaceScriptSecretListResponse] + func (r *DispatchNamespaceScriptSecretService) Update(ctx context.Context, accountID string, dispatchNamespace string, ...) (res *DispatchNamespaceScriptSecretUpdateResponse, err error) + type DispatchNamespaceScriptSecretUpdateParams struct + Name param.Field[string] + Text param.Field[string] + Type param.Field[DispatchNamespaceScriptSecretUpdateParamsType] + func (r DispatchNamespaceScriptSecretUpdateParams) MarshalJSON() (data []byte, err error) + type DispatchNamespaceScriptSecretUpdateParamsType string + const DispatchNamespaceScriptSecretUpdateParamsTypeSecretText + func (r DispatchNamespaceScriptSecretUpdateParamsType) IsKnown() bool + type DispatchNamespaceScriptSecretUpdateResponse struct + JSON dispatchNamespaceScriptSecretUpdateResponseJSON + Name string + Type DispatchNamespaceScriptSecretUpdateResponseType + func (r *DispatchNamespaceScriptSecretUpdateResponse) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceScriptSecretUpdateResponseEnvelope struct + Errors []shared.ResponseInfo + JSON dispatchNamespaceScriptSecretUpdateResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result DispatchNamespaceScriptSecretUpdateResponse + Success DispatchNamespaceScriptSecretUpdateResponseEnvelopeSuccess + func (r *DispatchNamespaceScriptSecretUpdateResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceScriptSecretUpdateResponseEnvelopeSuccess bool + const DispatchNamespaceScriptSecretUpdateResponseEnvelopeSuccessTrue + func (r DispatchNamespaceScriptSecretUpdateResponseEnvelopeSuccess) IsKnown() bool + type DispatchNamespaceScriptSecretUpdateResponseType string + const DispatchNamespaceScriptSecretUpdateResponseTypeSecretText + func (r DispatchNamespaceScriptSecretUpdateResponseType) IsKnown() bool + type DispatchNamespaceScriptService struct + Bindings *DispatchNamespaceScriptBindingService + Content *DispatchNamespaceScriptContentService + Options []option.RequestOption + Secrets *DispatchNamespaceScriptSecretService + Settings *DispatchNamespaceScriptSettingService + Tags *DispatchNamespaceScriptTagService + func NewDispatchNamespaceScriptService(opts ...option.RequestOption) (r *DispatchNamespaceScriptService) + func (r *DispatchNamespaceScriptService) Delete(ctx context.Context, accountID string, dispatchNamespace string, ...) (err error) + func (r *DispatchNamespaceScriptService) Get(ctx context.Context, accountID string, dispatchNamespace string, ...) (res *Script, err error) + func (r *DispatchNamespaceScriptService) Update(ctx context.Context, accountID string, dispatchNamespace string, ...) (res *workers.Script, err error) + type DispatchNamespaceScriptSettingEditParams struct + Settings param.Field[DispatchNamespaceScriptSettingEditParamsSettings] + func (r DispatchNamespaceScriptSettingEditParams) MarshalMultipart() (data []byte, contentType string, err error) + type DispatchNamespaceScriptSettingEditParamsSettings struct + Bindings param.Field[[]workers.BindingUnionParam] + CompatibilityDate param.Field[string] + CompatibilityFlags param.Field[[]string] + Limits param.Field[DispatchNamespaceScriptSettingEditParamsSettingsLimits] + Logpush param.Field[bool] + Migrations param.Field[DispatchNamespaceScriptSettingEditParamsSettingsMigrationsUnion] + Placement param.Field[workers.PlacementConfigurationParam] + Tags param.Field[[]string] + TailConsumers param.Field[[]workers.ConsumerScriptParam] + UsageModel param.Field[string] + func (r DispatchNamespaceScriptSettingEditParamsSettings) MarshalJSON() (data []byte, err error) + type DispatchNamespaceScriptSettingEditParamsSettingsLimits struct + CPUMs param.Field[int64] + func (r DispatchNamespaceScriptSettingEditParamsSettingsLimits) MarshalJSON() (data []byte, err error) + type DispatchNamespaceScriptSettingEditParamsSettingsMigrations struct + DeletedClasses param.Field[interface{}] + NewClasses param.Field[interface{}] + NewTag param.Field[string] + OldTag param.Field[string] + RenamedClasses param.Field[interface{}] + Steps param.Field[interface{}] + TransferredClasses param.Field[interface{}] + func (r DispatchNamespaceScriptSettingEditParamsSettingsMigrations) ImplementsWorkersForPlatformsDispatchNamespaceScriptSettingEditParamsSettingsMigrationsUnion() + func (r DispatchNamespaceScriptSettingEditParamsSettingsMigrations) MarshalJSON() (data []byte, err error) + type DispatchNamespaceScriptSettingEditParamsSettingsMigrationsUnion interface + ... func() + type DispatchNamespaceScriptSettingEditResponse struct + Bindings []workers.Binding + CompatibilityDate string + CompatibilityFlags []string + JSON dispatchNamespaceScriptSettingEditResponseJSON + Limits DispatchNamespaceScriptSettingEditResponseLimits + Logpush bool + Migrations DispatchNamespaceScriptSettingEditResponseMigrations + Placement workers.PlacementConfiguration + Tags []string + TailConsumers []workers.ConsumerScript + UsageModel string + func (r *DispatchNamespaceScriptSettingEditResponse) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceScriptSettingEditResponseEnvelope struct + Errors []shared.ResponseInfo + JSON dispatchNamespaceScriptSettingEditResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result DispatchNamespaceScriptSettingEditResponse + Success DispatchNamespaceScriptSettingEditResponseEnvelopeSuccess + func (r *DispatchNamespaceScriptSettingEditResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceScriptSettingEditResponseEnvelopeSuccess bool + const DispatchNamespaceScriptSettingEditResponseEnvelopeSuccessTrue + func (r DispatchNamespaceScriptSettingEditResponseEnvelopeSuccess) IsKnown() bool + type DispatchNamespaceScriptSettingEditResponseLimits struct + CPUMs int64 + JSON dispatchNamespaceScriptSettingEditResponseLimitsJSON + func (r *DispatchNamespaceScriptSettingEditResponseLimits) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceScriptSettingEditResponseMigrations struct + DeletedClasses interface{} + JSON dispatchNamespaceScriptSettingEditResponseMigrationsJSON + NewClasses interface{} + NewTag string + OldTag string + RenamedClasses interface{} + Steps interface{} + TransferredClasses interface{} + func (r *DispatchNamespaceScriptSettingEditResponseMigrations) UnmarshalJSON(data []byte) (err error) + func (r DispatchNamespaceScriptSettingEditResponseMigrations) AsUnion() DispatchNamespaceScriptSettingEditResponseMigrationsUnion + type DispatchNamespaceScriptSettingEditResponseMigrationsUnion interface + ... func() + type DispatchNamespaceScriptSettingGetResponse struct + Bindings []workers.Binding + CompatibilityDate string + CompatibilityFlags []string + JSON dispatchNamespaceScriptSettingGetResponseJSON + Limits DispatchNamespaceScriptSettingGetResponseLimits + Logpush bool + Migrations DispatchNamespaceScriptSettingGetResponseMigrations + Placement workers.PlacementConfiguration + Tags []string + TailConsumers []workers.ConsumerScript + UsageModel string + func (r *DispatchNamespaceScriptSettingGetResponse) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceScriptSettingGetResponseEnvelope struct + Errors []shared.ResponseInfo + JSON dispatchNamespaceScriptSettingGetResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result DispatchNamespaceScriptSettingGetResponse + Success DispatchNamespaceScriptSettingGetResponseEnvelopeSuccess + func (r *DispatchNamespaceScriptSettingGetResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceScriptSettingGetResponseEnvelopeSuccess bool + const DispatchNamespaceScriptSettingGetResponseEnvelopeSuccessTrue + func (r DispatchNamespaceScriptSettingGetResponseEnvelopeSuccess) IsKnown() bool + type DispatchNamespaceScriptSettingGetResponseLimits struct + CPUMs int64 + JSON dispatchNamespaceScriptSettingGetResponseLimitsJSON + func (r *DispatchNamespaceScriptSettingGetResponseLimits) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceScriptSettingGetResponseMigrations struct + DeletedClasses interface{} + JSON dispatchNamespaceScriptSettingGetResponseMigrationsJSON + NewClasses interface{} + NewTag string + OldTag string + RenamedClasses interface{} + Steps interface{} + TransferredClasses interface{} + func (r *DispatchNamespaceScriptSettingGetResponseMigrations) UnmarshalJSON(data []byte) (err error) + func (r DispatchNamespaceScriptSettingGetResponseMigrations) AsUnion() DispatchNamespaceScriptSettingGetResponseMigrationsUnion + type DispatchNamespaceScriptSettingGetResponseMigrationsUnion interface + ... func() + type DispatchNamespaceScriptSettingService struct + Options []option.RequestOption + func NewDispatchNamespaceScriptSettingService(opts ...option.RequestOption) (r *DispatchNamespaceScriptSettingService) + func (r *DispatchNamespaceScriptSettingService) Edit(ctx context.Context, accountID string, dispatchNamespace string, ...) (res *DispatchNamespaceScriptSettingEditResponse, err error) + func (r *DispatchNamespaceScriptSettingService) Get(ctx context.Context, accountID string, dispatchNamespace string, ...) (res *DispatchNamespaceScriptSettingGetResponse, err error) + type DispatchNamespaceScriptTagDeleteResponse = interface + type DispatchNamespaceScriptTagDeleteResponseEnvelope struct + Errors []shared.ResponseInfo + JSON dispatchNamespaceScriptTagDeleteResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result DispatchNamespaceScriptTagDeleteResponse + Success DispatchNamespaceScriptTagDeleteResponseEnvelopeSuccess + func (r *DispatchNamespaceScriptTagDeleteResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceScriptTagDeleteResponseEnvelopeSuccess bool + const DispatchNamespaceScriptTagDeleteResponseEnvelopeSuccessTrue + func (r DispatchNamespaceScriptTagDeleteResponseEnvelopeSuccess) IsKnown() bool + type DispatchNamespaceScriptTagService struct + Options []option.RequestOption + func NewDispatchNamespaceScriptTagService(opts ...option.RequestOption) (r *DispatchNamespaceScriptTagService) + func (r *DispatchNamespaceScriptTagService) Delete(ctx context.Context, accountID string, dispatchNamespace string, ...) (res *DispatchNamespaceScriptTagDeleteResponse, err error) + func (r *DispatchNamespaceScriptTagService) List(ctx context.Context, accountID string, dispatchNamespace string, ...) (res *pagination.SinglePage[string], err error) + func (r *DispatchNamespaceScriptTagService) ListAutoPaging(ctx context.Context, accountID string, dispatchNamespace string, ...) *pagination.SinglePageAutoPager[string] + func (r *DispatchNamespaceScriptTagService) Update(ctx context.Context, accountID string, dispatchNamespace string, ...) (res *[]string, err error) + type DispatchNamespaceScriptTagUpdateParams struct + Body []string + func (r DispatchNamespaceScriptTagUpdateParams) MarshalJSON() (data []byte, err error) + type DispatchNamespaceScriptTagUpdateResponseEnvelope struct + Errors []shared.ResponseInfo + JSON dispatchNamespaceScriptTagUpdateResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result []string + Success DispatchNamespaceScriptTagUpdateResponseEnvelopeSuccess + func (r *DispatchNamespaceScriptTagUpdateResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceScriptTagUpdateResponseEnvelopeSuccess bool + const DispatchNamespaceScriptTagUpdateResponseEnvelopeSuccessTrue + func (r DispatchNamespaceScriptTagUpdateResponseEnvelopeSuccess) IsKnown() bool + type DispatchNamespaceScriptUpdateParams struct + Body DispatchNamespaceScriptUpdateParamsBodyUnion + func (r DispatchNamespaceScriptUpdateParams) MarshalMultipart() (data []byte, contentType string, err error) + type DispatchNamespaceScriptUpdateParamsBody struct + AnyPartName param.Field[interface{}] + Message param.Field[string] + Metadata param.Field[interface{}] + func (r DispatchNamespaceScriptUpdateParamsBody) MarshalJSON() (data []byte, err error) + type DispatchNamespaceScriptUpdateParamsBodyMessage struct + Message param.Field[string] + func (r DispatchNamespaceScriptUpdateParamsBodyMessage) MarshalJSON() (data []byte, err error) + type DispatchNamespaceScriptUpdateParamsBodyObject struct + AnyPartName param.Field[[]io.Reader] + Metadata param.Field[DispatchNamespaceScriptUpdateParamsBodyObjectMetadata] + func (r DispatchNamespaceScriptUpdateParamsBodyObject) MarshalJSON() (data []byte, err error) + type DispatchNamespaceScriptUpdateParamsBodyObjectMetadata struct + Bindings param.Field[[]interface{}] + BodyPart param.Field[string] + CompatibilityDate param.Field[string] + CompatibilityFlags param.Field[[]string] + KeepBindings param.Field[[]string] + Logpush param.Field[bool] + MainModule param.Field[string] + Migrations param.Field[DispatchNamespaceScriptUpdateParamsBodyObjectMetadataMigrationsUnion] + Placement param.Field[workers.PlacementConfigurationParam] + Tags param.Field[[]string] + TailConsumers param.Field[[]workers.ConsumerScriptParam] + UsageModel param.Field[DispatchNamespaceScriptUpdateParamsBodyObjectMetadataUsageModel] + VersionTags param.Field[interface{}] + func (r DispatchNamespaceScriptUpdateParamsBodyObjectMetadata) MarshalJSON() (data []byte, err error) + type DispatchNamespaceScriptUpdateParamsBodyObjectMetadataMigrations struct + DeletedClasses param.Field[interface{}] + NewClasses param.Field[interface{}] + NewTag param.Field[string] + OldTag param.Field[string] + RenamedClasses param.Field[interface{}] + Steps param.Field[interface{}] + TransferredClasses param.Field[interface{}] + func (r DispatchNamespaceScriptUpdateParamsBodyObjectMetadataMigrations) ImplementsWorkersForPlatformsDispatchNamespaceScriptUpdateParamsBodyObjectMetadataMigrationsUnion() + func (r DispatchNamespaceScriptUpdateParamsBodyObjectMetadataMigrations) MarshalJSON() (data []byte, err error) + type DispatchNamespaceScriptUpdateParamsBodyObjectMetadataMigrationsUnion interface + ... func() + type DispatchNamespaceScriptUpdateParamsBodyObjectMetadataUsageModel string + const DispatchNamespaceScriptUpdateParamsBodyObjectMetadataUsageModelBundled + const DispatchNamespaceScriptUpdateParamsBodyObjectMetadataUsageModelUnbound + func (r DispatchNamespaceScriptUpdateParamsBodyObjectMetadataUsageModel) IsKnown() bool + type DispatchNamespaceScriptUpdateParamsBodyUnion interface + type DispatchNamespaceScriptUpdateResponseEnvelope struct + Errors []shared.ResponseInfo + JSON dispatchNamespaceScriptUpdateResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result workers.Script + Success DispatchNamespaceScriptUpdateResponseEnvelopeSuccess + func (r *DispatchNamespaceScriptUpdateResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type DispatchNamespaceScriptUpdateResponseEnvelopeSuccess bool + const DispatchNamespaceScriptUpdateResponseEnvelopeSuccessTrue + func (r DispatchNamespaceScriptUpdateResponseEnvelopeSuccess) IsKnown() bool + type DispatchNamespaceService struct + Options []option.RequestOption + Scripts *DispatchNamespaceScriptService + func NewDispatchNamespaceService(opts ...option.RequestOption) (r *DispatchNamespaceService) + func (r *DispatchNamespaceService) Delete(ctx context.Context, accountID string, dispatchNamespace string, ...) (res *DispatchNamespaceDeleteResponse, err error) + func (r *DispatchNamespaceService) Get(ctx context.Context, accountID string, dispatchNamespace string, ...) (res *DispatchNamespaceGetResponse, err error) + func (r *DispatchNamespaceService) List(ctx context.Context, accountID string, opts ...option.RequestOption) (res *pagination.SinglePage[DispatchNamespaceListResponse], err error) + func (r *DispatchNamespaceService) ListAutoPaging(ctx context.Context, accountID string, opts ...option.RequestOption) *pagination.SinglePageAutoPager[DispatchNamespaceListResponse] + func (r *DispatchNamespaceService) New(ctx context.Context, accountID string, body DispatchNamespaceNewParams, ...) (res *DispatchNamespaceNewResponse, err error) + type DispatchService struct + Namespaces *DispatchNamespaceService + Options []option.RequestOption + func NewDispatchService(opts ...option.RequestOption) (r *DispatchService) + type Error = apierror.Error + type ErrorData = shared.ErrorData + 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 ResponseInfo = shared.ResponseInfo + type Role = shared.Role + type Script struct + CreatedOn time.Time + DispatchNamespace string + JSON scriptJSON + ModifiedOn time.Time + Script workers.Script + func (r *Script) UnmarshalJSON(data []byte) (err error) + type SortDirection = shared.SortDirection + type WorkersForPlatformService struct + Dispatch *DispatchService + Options []option.RequestOption + func NewWorkersForPlatformService(opts ...option.RequestOption) (r *WorkersForPlatformService)