Versions in this module Expand all Collapse all v0 v0.22.0 Aug 3, 2026 Changes in this version + const Config_TypeID + const DiskDirectory_TypeID + const Extension_Module_TypeID + const Extension_TypeID + const ExternalServer_TypeID + const FallbackServiceRequest_Attribute_TypeID + const FallbackServiceRequest_TypeID + const HttpOptions_Header_TypeID + const HttpOptions_Style_TypeID + const HttpOptions_TypeID + const LoggingOptions_TypeID + const Network_TypeID + const ServiceDesignator_TypeID + const Service_TypeID + const Socket_TypeID + const TlsOptions_Keypair_TypeID + const TlsOptions_TypeID + const TlsOptions_Version_TypeID + const Worker_Binding_CryptoKey_TypeID + const Worker_Binding_CryptoKey_Usage_TypeID + const Worker_Binding_DurableObjectNamespaceDesignator_TypeID + const Worker_Binding_MemoryCacheLimits_TypeID + const Worker_Binding_TypeID + const Worker_Binding_Type_TypeID + const Worker_Binding_WrappedBinding_TypeID + const Worker_DockerConfiguration_TypeID + const Worker_DurableObjectNamespace_ContainerOptions_TypeID + const Worker_DurableObjectNamespace_TypeID + const Worker_Module_TypeID + const Worker_TypeID + func RegisterSchema(reg *schemas.Registry) + type Config capnp.Struct + func NewConfig(s *capnp.Segment) (Config, error) + func NewRootConfig(s *capnp.Segment) (Config, error) + func ReadRootConfig(msg *capnp.Message) (Config, error) + func (Config) DecodeFromPtr(p capnp.Ptr) Config + func (s Config) Autogates() (capnp.TextList, error) + func (s Config) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s Config) Extensions() (Extension_List, error) + func (s Config) HasAutogates() bool + func (s Config) HasExtensions() bool + func (s Config) HasLogging() bool + func (s Config) HasServices() bool + func (s Config) HasSockets() bool + func (s Config) HasV8Flags() bool + func (s Config) IsValid() bool + func (s Config) Logging() (LoggingOptions, error) + func (s Config) Message() *capnp.Message + func (s Config) NewAutogates(n int32) (capnp.TextList, error) + func (s Config) NewExtensions(n int32) (Extension_List, error) + func (s Config) NewLogging() (LoggingOptions, error) + func (s Config) NewServices(n int32) (Service_List, error) + func (s Config) NewSockets(n int32) (Socket_List, error) + func (s Config) NewV8Flags(n int32) (capnp.TextList, error) + func (s Config) Segment() *capnp.Segment + func (s Config) Services() (Service_List, error) + func (s Config) SetAutogates(v capnp.TextList) error + func (s Config) SetExtensions(v Extension_List) error + func (s Config) SetLogging(v LoggingOptions) error + func (s Config) SetServices(v Service_List) error + func (s Config) SetSockets(v Socket_List) error + func (s Config) SetStructuredLogging(v bool) + func (s Config) SetV8Flags(v capnp.TextList) error + func (s Config) Sockets() (Socket_List, error) + func (s Config) String() string + func (s Config) StructuredLogging() bool + func (s Config) ToPtr() capnp.Ptr + func (s Config) V8Flags() (capnp.TextList, error) + type Config_Future struct + func (f Config_Future) Struct() (Config, error) + func (p Config_Future) Logging() LoggingOptions_Future + type Config_List = capnp.StructList[Config] + func NewConfig_List(s *capnp.Segment, sz int32) (Config_List, error) + type DiskDirectory capnp.Struct + func NewDiskDirectory(s *capnp.Segment) (DiskDirectory, error) + func NewRootDiskDirectory(s *capnp.Segment) (DiskDirectory, error) + func ReadRootDiskDirectory(msg *capnp.Message) (DiskDirectory, error) + func (DiskDirectory) DecodeFromPtr(p capnp.Ptr) DiskDirectory + func (s DiskDirectory) AllowDotfiles() bool + func (s DiskDirectory) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s DiskDirectory) HasPath() bool + func (s DiskDirectory) IsValid() bool + func (s DiskDirectory) Message() *capnp.Message + func (s DiskDirectory) Path() (string, error) + func (s DiskDirectory) PathBytes() ([]byte, error) + func (s DiskDirectory) Segment() *capnp.Segment + func (s DiskDirectory) SetAllowDotfiles(v bool) + func (s DiskDirectory) SetPath(v string) error + func (s DiskDirectory) SetWritable(v bool) + func (s DiskDirectory) String() string + func (s DiskDirectory) ToPtr() capnp.Ptr + func (s DiskDirectory) Writable() bool + type DiskDirectory_Future struct + func (f DiskDirectory_Future) Struct() (DiskDirectory, error) + type DiskDirectory_List = capnp.StructList[DiskDirectory] + func NewDiskDirectory_List(s *capnp.Segment, sz int32) (DiskDirectory_List, error) + type Extension capnp.Struct + func NewExtension(s *capnp.Segment) (Extension, error) + func NewRootExtension(s *capnp.Segment) (Extension, error) + func ReadRootExtension(msg *capnp.Message) (Extension, error) + func (Extension) DecodeFromPtr(p capnp.Ptr) Extension + func (s Extension) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s Extension) HasModules() bool + func (s Extension) IsValid() bool + func (s Extension) Message() *capnp.Message + func (s Extension) Modules() (Extension_Module_List, error) + func (s Extension) NewModules(n int32) (Extension_Module_List, error) + func (s Extension) Segment() *capnp.Segment + func (s Extension) SetModules(v Extension_Module_List) error + func (s Extension) String() string + func (s Extension) ToPtr() capnp.Ptr + type Extension_Future struct + func (f Extension_Future) Struct() (Extension, error) + type Extension_List = capnp.StructList[Extension] + func NewExtension_List(s *capnp.Segment, sz int32) (Extension_List, error) + type Extension_Module capnp.Struct + func NewExtension_Module(s *capnp.Segment) (Extension_Module, error) + func NewRootExtension_Module(s *capnp.Segment) (Extension_Module, error) + func ReadRootExtension_Module(msg *capnp.Message) (Extension_Module, error) + func (Extension_Module) DecodeFromPtr(p capnp.Ptr) Extension_Module + func (s Extension_Module) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s Extension_Module) EsModule() (string, error) + func (s Extension_Module) EsModuleBytes() ([]byte, error) + func (s Extension_Module) HasEsModule() bool + func (s Extension_Module) HasName() bool + func (s Extension_Module) Internal() bool + func (s Extension_Module) IsValid() bool + func (s Extension_Module) Message() *capnp.Message + func (s Extension_Module) Name() (string, error) + func (s Extension_Module) NameBytes() ([]byte, error) + func (s Extension_Module) Segment() *capnp.Segment + func (s Extension_Module) SetEsModule(v string) error + func (s Extension_Module) SetInternal(v bool) + func (s Extension_Module) SetName(v string) error + func (s Extension_Module) String() string + func (s Extension_Module) ToPtr() capnp.Ptr + type Extension_Module_Future struct + func (f Extension_Module_Future) Struct() (Extension_Module, error) + type Extension_Module_List = capnp.StructList[Extension_Module] + func NewExtension_Module_List(s *capnp.Segment, sz int32) (Extension_Module_List, error) + type ExternalServer capnp.Struct + func NewExternalServer(s *capnp.Segment) (ExternalServer, error) + func NewRootExternalServer(s *capnp.Segment) (ExternalServer, error) + func ReadRootExternalServer(msg *capnp.Message) (ExternalServer, error) + func (ExternalServer) DecodeFromPtr(p capnp.Ptr) ExternalServer + func (s ExternalServer) Address() (string, error) + func (s ExternalServer) AddressBytes() ([]byte, error) + func (s ExternalServer) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s ExternalServer) HasAddress() bool + func (s ExternalServer) HasHttp() bool + func (s ExternalServer) Http() (HttpOptions, error) + func (s ExternalServer) Https() ExternalServer_https + func (s ExternalServer) IsValid() bool + func (s ExternalServer) Message() *capnp.Message + func (s ExternalServer) NewHttp() (HttpOptions, error) + func (s ExternalServer) Segment() *capnp.Segment + func (s ExternalServer) SetAddress(v string) error + func (s ExternalServer) SetHttp(v HttpOptions) error + func (s ExternalServer) SetHttps() + func (s ExternalServer) SetTcp() + func (s ExternalServer) String() string + func (s ExternalServer) Tcp() ExternalServer_tcp + func (s ExternalServer) ToPtr() capnp.Ptr + func (s ExternalServer) Which() ExternalServer_Which + type ExternalServer_Future struct + func (f ExternalServer_Future) Struct() (ExternalServer, error) + func (p ExternalServer_Future) Http() HttpOptions_Future + func (p ExternalServer_Future) Https() ExternalServer_https_Future + func (p ExternalServer_Future) Tcp() ExternalServer_tcp_Future + type ExternalServer_List = capnp.StructList[ExternalServer] + func NewExternalServer_List(s *capnp.Segment, sz int32) (ExternalServer_List, error) + type ExternalServer_Which uint16 + const ExternalServer_Which_http + const ExternalServer_Which_https + const ExternalServer_Which_tcp + func (w ExternalServer_Which) String() string + type ExternalServer_https ExternalServer + func (s ExternalServer_https) CertificateHost() (string, error) + func (s ExternalServer_https) CertificateHostBytes() ([]byte, error) + func (s ExternalServer_https) HasCertificateHost() bool + func (s ExternalServer_https) HasOptions() bool + func (s ExternalServer_https) HasTlsOptions() bool + func (s ExternalServer_https) IsValid() bool + func (s ExternalServer_https) Message() *capnp.Message + func (s ExternalServer_https) NewOptions() (HttpOptions, error) + func (s ExternalServer_https) NewTlsOptions() (TlsOptions, error) + func (s ExternalServer_https) Options() (HttpOptions, error) + func (s ExternalServer_https) Segment() *capnp.Segment + func (s ExternalServer_https) SetCertificateHost(v string) error + func (s ExternalServer_https) SetOptions(v HttpOptions) error + func (s ExternalServer_https) SetTlsOptions(v TlsOptions) error + func (s ExternalServer_https) TlsOptions() (TlsOptions, error) + type ExternalServer_https_Future struct + func (f ExternalServer_https_Future) Struct() (ExternalServer_https, error) + func (p ExternalServer_https_Future) Options() HttpOptions_Future + func (p ExternalServer_https_Future) TlsOptions() TlsOptions_Future + type ExternalServer_tcp ExternalServer + func (s ExternalServer_tcp) CertificateHost() (string, error) + func (s ExternalServer_tcp) CertificateHostBytes() ([]byte, error) + func (s ExternalServer_tcp) HasCertificateHost() bool + func (s ExternalServer_tcp) HasTlsOptions() bool + func (s ExternalServer_tcp) IsValid() bool + func (s ExternalServer_tcp) Message() *capnp.Message + func (s ExternalServer_tcp) NewTlsOptions() (TlsOptions, error) + func (s ExternalServer_tcp) Segment() *capnp.Segment + func (s ExternalServer_tcp) SetCertificateHost(v string) error + func (s ExternalServer_tcp) SetTlsOptions(v TlsOptions) error + func (s ExternalServer_tcp) TlsOptions() (TlsOptions, error) + type ExternalServer_tcp_Future struct + func (f ExternalServer_tcp_Future) Struct() (ExternalServer_tcp, error) + func (p ExternalServer_tcp_Future) TlsOptions() TlsOptions_Future + type FallbackServiceRequest capnp.Struct + func NewFallbackServiceRequest(s *capnp.Segment) (FallbackServiceRequest, error) + func NewRootFallbackServiceRequest(s *capnp.Segment) (FallbackServiceRequest, error) + func ReadRootFallbackServiceRequest(msg *capnp.Message) (FallbackServiceRequest, error) + func (FallbackServiceRequest) DecodeFromPtr(p capnp.Ptr) FallbackServiceRequest + func (s FallbackServiceRequest) Attributes() (FallbackServiceRequest_Attribute_List, error) + func (s FallbackServiceRequest) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s FallbackServiceRequest) HasAttributes() bool + func (s FallbackServiceRequest) HasRawSpecifier() bool + func (s FallbackServiceRequest) HasReferrer() bool + func (s FallbackServiceRequest) HasSpecifier() bool + func (s FallbackServiceRequest) HasType() bool + func (s FallbackServiceRequest) IsValid() bool + func (s FallbackServiceRequest) Message() *capnp.Message + func (s FallbackServiceRequest) NewAttributes(n int32) (FallbackServiceRequest_Attribute_List, error) + func (s FallbackServiceRequest) RawSpecifier() (string, error) + func (s FallbackServiceRequest) RawSpecifierBytes() ([]byte, error) + func (s FallbackServiceRequest) Referrer() (string, error) + func (s FallbackServiceRequest) ReferrerBytes() ([]byte, error) + func (s FallbackServiceRequest) Segment() *capnp.Segment + func (s FallbackServiceRequest) SetAttributes(v FallbackServiceRequest_Attribute_List) error + func (s FallbackServiceRequest) SetRawSpecifier(v string) error + func (s FallbackServiceRequest) SetReferrer(v string) error + func (s FallbackServiceRequest) SetSpecifier(v string) error + func (s FallbackServiceRequest) SetType(v string) error + func (s FallbackServiceRequest) Specifier() (string, error) + func (s FallbackServiceRequest) SpecifierBytes() ([]byte, error) + func (s FallbackServiceRequest) String() string + func (s FallbackServiceRequest) ToPtr() capnp.Ptr + func (s FallbackServiceRequest) Type() (string, error) + func (s FallbackServiceRequest) TypeBytes() ([]byte, error) + type FallbackServiceRequest_Attribute capnp.Struct + func NewFallbackServiceRequest_Attribute(s *capnp.Segment) (FallbackServiceRequest_Attribute, error) + func NewRootFallbackServiceRequest_Attribute(s *capnp.Segment) (FallbackServiceRequest_Attribute, error) + func ReadRootFallbackServiceRequest_Attribute(msg *capnp.Message) (FallbackServiceRequest_Attribute, error) + func (FallbackServiceRequest_Attribute) DecodeFromPtr(p capnp.Ptr) FallbackServiceRequest_Attribute + func (s FallbackServiceRequest_Attribute) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s FallbackServiceRequest_Attribute) HasName() bool + func (s FallbackServiceRequest_Attribute) HasValue() bool + func (s FallbackServiceRequest_Attribute) IsValid() bool + func (s FallbackServiceRequest_Attribute) Message() *capnp.Message + func (s FallbackServiceRequest_Attribute) Name() (string, error) + func (s FallbackServiceRequest_Attribute) NameBytes() ([]byte, error) + func (s FallbackServiceRequest_Attribute) Segment() *capnp.Segment + func (s FallbackServiceRequest_Attribute) SetName(v string) error + func (s FallbackServiceRequest_Attribute) SetValue(v string) error + func (s FallbackServiceRequest_Attribute) String() string + func (s FallbackServiceRequest_Attribute) ToPtr() capnp.Ptr + func (s FallbackServiceRequest_Attribute) Value() (string, error) + func (s FallbackServiceRequest_Attribute) ValueBytes() ([]byte, error) + type FallbackServiceRequest_Attribute_Future struct + func (f FallbackServiceRequest_Attribute_Future) Struct() (FallbackServiceRequest_Attribute, error) + type FallbackServiceRequest_Attribute_List = capnp.StructList[FallbackServiceRequest_Attribute] + func NewFallbackServiceRequest_Attribute_List(s *capnp.Segment, sz int32) (FallbackServiceRequest_Attribute_List, error) + type FallbackServiceRequest_Future struct + func (f FallbackServiceRequest_Future) Struct() (FallbackServiceRequest, error) + type FallbackServiceRequest_List = capnp.StructList[FallbackServiceRequest] + func NewFallbackServiceRequest_List(s *capnp.Segment, sz int32) (FallbackServiceRequest_List, error) + type HttpOptions capnp.Struct + func NewHttpOptions(s *capnp.Segment) (HttpOptions, error) + func NewRootHttpOptions(s *capnp.Segment) (HttpOptions, error) + func ReadRootHttpOptions(msg *capnp.Message) (HttpOptions, error) + func (HttpOptions) DecodeFromPtr(p capnp.Ptr) HttpOptions + func (s HttpOptions) CapnpConnectHost() (string, error) + func (s HttpOptions) CapnpConnectHostBytes() ([]byte, error) + func (s HttpOptions) CfBlobHeader() (string, error) + func (s HttpOptions) CfBlobHeaderBytes() ([]byte, error) + func (s HttpOptions) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s HttpOptions) ForwardedProtoHeader() (string, error) + func (s HttpOptions) ForwardedProtoHeaderBytes() ([]byte, error) + func (s HttpOptions) HasCapnpConnectHost() bool + func (s HttpOptions) HasCfBlobHeader() bool + func (s HttpOptions) HasForwardedProtoHeader() bool + func (s HttpOptions) HasInjectRequestHeaders() bool + func (s HttpOptions) HasInjectResponseHeaders() bool + func (s HttpOptions) InjectRequestHeaders() (HttpOptions_Header_List, error) + func (s HttpOptions) InjectResponseHeaders() (HttpOptions_Header_List, error) + func (s HttpOptions) IsValid() bool + func (s HttpOptions) Message() *capnp.Message + func (s HttpOptions) NewInjectRequestHeaders(n int32) (HttpOptions_Header_List, error) + func (s HttpOptions) NewInjectResponseHeaders(n int32) (HttpOptions_Header_List, error) + func (s HttpOptions) Segment() *capnp.Segment + func (s HttpOptions) SetCapnpConnectHost(v string) error + func (s HttpOptions) SetCfBlobHeader(v string) error + func (s HttpOptions) SetForwardedProtoHeader(v string) error + func (s HttpOptions) SetInjectRequestHeaders(v HttpOptions_Header_List) error + func (s HttpOptions) SetInjectResponseHeaders(v HttpOptions_Header_List) error + func (s HttpOptions) SetStyle(v HttpOptions_Style) + func (s HttpOptions) String() string + func (s HttpOptions) Style() HttpOptions_Style + func (s HttpOptions) ToPtr() capnp.Ptr + type HttpOptions_Future struct + func (f HttpOptions_Future) Struct() (HttpOptions, error) + type HttpOptions_Header capnp.Struct + func NewHttpOptions_Header(s *capnp.Segment) (HttpOptions_Header, error) + func NewRootHttpOptions_Header(s *capnp.Segment) (HttpOptions_Header, error) + func ReadRootHttpOptions_Header(msg *capnp.Message) (HttpOptions_Header, error) + func (HttpOptions_Header) DecodeFromPtr(p capnp.Ptr) HttpOptions_Header + func (s HttpOptions_Header) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s HttpOptions_Header) HasName() bool + func (s HttpOptions_Header) HasValue() bool + func (s HttpOptions_Header) IsValid() bool + func (s HttpOptions_Header) Message() *capnp.Message + func (s HttpOptions_Header) Name() (string, error) + func (s HttpOptions_Header) NameBytes() ([]byte, error) + func (s HttpOptions_Header) Segment() *capnp.Segment + func (s HttpOptions_Header) SetName(v string) error + func (s HttpOptions_Header) SetValue(v string) error + func (s HttpOptions_Header) String() string + func (s HttpOptions_Header) ToPtr() capnp.Ptr + func (s HttpOptions_Header) Value() (string, error) + func (s HttpOptions_Header) ValueBytes() ([]byte, error) + type HttpOptions_Header_Future struct + func (f HttpOptions_Header_Future) Struct() (HttpOptions_Header, error) + type HttpOptions_Header_List = capnp.StructList[HttpOptions_Header] + func NewHttpOptions_Header_List(s *capnp.Segment, sz int32) (HttpOptions_Header_List, error) + type HttpOptions_List = capnp.StructList[HttpOptions] + func NewHttpOptions_List(s *capnp.Segment, sz int32) (HttpOptions_List, error) + type HttpOptions_Style uint16 + const HttpOptions_Style_host + const HttpOptions_Style_proxy + func HttpOptions_StyleFromString(c string) HttpOptions_Style + func (c HttpOptions_Style) String() string + type HttpOptions_Style_List = capnp.EnumList[HttpOptions_Style] + func NewHttpOptions_Style_List(s *capnp.Segment, sz int32) (HttpOptions_Style_List, error) + type LoggingOptions capnp.Struct + func NewLoggingOptions(s *capnp.Segment) (LoggingOptions, error) + func NewRootLoggingOptions(s *capnp.Segment) (LoggingOptions, error) + func ReadRootLoggingOptions(msg *capnp.Message) (LoggingOptions, error) + func (LoggingOptions) DecodeFromPtr(p capnp.Ptr) LoggingOptions + func (s LoggingOptions) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s LoggingOptions) HasStderrPrefix() bool + func (s LoggingOptions) HasStdoutPrefix() bool + func (s LoggingOptions) IsValid() bool + func (s LoggingOptions) Message() *capnp.Message + func (s LoggingOptions) Segment() *capnp.Segment + func (s LoggingOptions) SetStderrPrefix(v string) error + func (s LoggingOptions) SetStdoutPrefix(v string) error + func (s LoggingOptions) SetStructuredLogging(v bool) + func (s LoggingOptions) StderrPrefix() (string, error) + func (s LoggingOptions) StderrPrefixBytes() ([]byte, error) + func (s LoggingOptions) StdoutPrefix() (string, error) + func (s LoggingOptions) StdoutPrefixBytes() ([]byte, error) + func (s LoggingOptions) String() string + func (s LoggingOptions) StructuredLogging() bool + func (s LoggingOptions) ToPtr() capnp.Ptr + type LoggingOptions_Future struct + func (f LoggingOptions_Future) Struct() (LoggingOptions, error) + type LoggingOptions_List = capnp.StructList[LoggingOptions] + func NewLoggingOptions_List(s *capnp.Segment, sz int32) (LoggingOptions_List, error) + type Network capnp.Struct + func NewNetwork(s *capnp.Segment) (Network, error) + func NewRootNetwork(s *capnp.Segment) (Network, error) + func ReadRootNetwork(msg *capnp.Message) (Network, error) + func (Network) DecodeFromPtr(p capnp.Ptr) Network + func (s Network) Allow() (capnp.TextList, error) + func (s Network) Deny() (capnp.TextList, error) + func (s Network) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s Network) HasAllow() bool + func (s Network) HasDeny() bool + func (s Network) HasTlsOptions() bool + func (s Network) IsValid() bool + func (s Network) Message() *capnp.Message + func (s Network) NewAllow(n int32) (capnp.TextList, error) + func (s Network) NewDeny(n int32) (capnp.TextList, error) + func (s Network) NewTlsOptions() (TlsOptions, error) + func (s Network) Segment() *capnp.Segment + func (s Network) SetAllow(v capnp.TextList) error + func (s Network) SetDeny(v capnp.TextList) error + func (s Network) SetTlsOptions(v TlsOptions) error + func (s Network) String() string + func (s Network) TlsOptions() (TlsOptions, error) + func (s Network) ToPtr() capnp.Ptr + type Network_Future struct + func (f Network_Future) Struct() (Network, error) + func (p Network_Future) TlsOptions() TlsOptions_Future + type Network_List = capnp.StructList[Network] + func NewNetwork_List(s *capnp.Segment, sz int32) (Network_List, error) + type Service capnp.Struct + func NewRootService(s *capnp.Segment) (Service, error) + func NewService(s *capnp.Segment) (Service, error) + func ReadRootService(msg *capnp.Message) (Service, error) + func (Service) DecodeFromPtr(p capnp.Ptr) Service + func (s Service) Disk() (DiskDirectory, error) + func (s Service) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s Service) External() (ExternalServer, error) + func (s Service) HasDisk() bool + func (s Service) HasExternal() bool + func (s Service) HasName() bool + func (s Service) HasNetwork() bool + func (s Service) HasWorker() bool + func (s Service) IsValid() bool + func (s Service) Message() *capnp.Message + func (s Service) Name() (string, error) + func (s Service) NameBytes() ([]byte, error) + func (s Service) Network() (Network, error) + func (s Service) NewDisk() (DiskDirectory, error) + func (s Service) NewExternal() (ExternalServer, error) + func (s Service) NewNetwork() (Network, error) + func (s Service) NewWorker() (Worker, error) + func (s Service) Segment() *capnp.Segment + func (s Service) SetDisk(v DiskDirectory) error + func (s Service) SetExternal(v ExternalServer) error + func (s Service) SetName(v string) error + func (s Service) SetNetwork(v Network) error + func (s Service) SetUnspecified() + func (s Service) SetWorker(v Worker) error + func (s Service) String() string + func (s Service) ToPtr() capnp.Ptr + func (s Service) Which() Service_Which + func (s Service) Worker() (Worker, error) + type ServiceDesignator capnp.Struct + func NewRootServiceDesignator(s *capnp.Segment) (ServiceDesignator, error) + func NewServiceDesignator(s *capnp.Segment) (ServiceDesignator, error) + func ReadRootServiceDesignator(msg *capnp.Message) (ServiceDesignator, error) + func (ServiceDesignator) DecodeFromPtr(p capnp.Ptr) ServiceDesignator + func (s ServiceDesignator) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s ServiceDesignator) Entrypoint() (string, error) + func (s ServiceDesignator) EntrypointBytes() ([]byte, error) + func (s ServiceDesignator) HasEntrypoint() bool + func (s ServiceDesignator) HasName() bool + func (s ServiceDesignator) IsValid() bool + func (s ServiceDesignator) Message() *capnp.Message + func (s ServiceDesignator) Name() (string, error) + func (s ServiceDesignator) NameBytes() ([]byte, error) + func (s ServiceDesignator) Props() ServiceDesignator_props + func (s ServiceDesignator) Segment() *capnp.Segment + func (s ServiceDesignator) SetEntrypoint(v string) error + func (s ServiceDesignator) SetName(v string) error + func (s ServiceDesignator) String() string + func (s ServiceDesignator) ToPtr() capnp.Ptr + type ServiceDesignator_Future struct + func (f ServiceDesignator_Future) Struct() (ServiceDesignator, error) + func (p ServiceDesignator_Future) Props() ServiceDesignator_props_Future + type ServiceDesignator_List = capnp.StructList[ServiceDesignator] + func NewServiceDesignator_List(s *capnp.Segment, sz int32) (ServiceDesignator_List, error) + type ServiceDesignator_props ServiceDesignator + func (s ServiceDesignator_props) HasJson() bool + func (s ServiceDesignator_props) IsValid() bool + func (s ServiceDesignator_props) Json() (string, error) + func (s ServiceDesignator_props) JsonBytes() ([]byte, error) + func (s ServiceDesignator_props) Message() *capnp.Message + func (s ServiceDesignator_props) Segment() *capnp.Segment + func (s ServiceDesignator_props) SetEmpty() + func (s ServiceDesignator_props) SetJson(v string) error + func (s ServiceDesignator_props) Which() ServiceDesignator_props_Which + type ServiceDesignator_props_Future struct + func (f ServiceDesignator_props_Future) Struct() (ServiceDesignator_props, error) + type ServiceDesignator_props_Which uint16 + const ServiceDesignator_props_Which_empty + const ServiceDesignator_props_Which_json + func (w ServiceDesignator_props_Which) String() string + type Service_Future struct + func (f Service_Future) Struct() (Service, error) + func (p Service_Future) Disk() DiskDirectory_Future + func (p Service_Future) External() ExternalServer_Future + func (p Service_Future) Network() Network_Future + func (p Service_Future) Worker() Worker_Future + type Service_List = capnp.StructList[Service] + func NewService_List(s *capnp.Segment, sz int32) (Service_List, error) + type Service_Which uint16 + const Service_Which_disk + const Service_Which_external + const Service_Which_network + const Service_Which_unspecified + const Service_Which_worker + func (w Service_Which) String() string + type Socket capnp.Struct + func NewRootSocket(s *capnp.Segment) (Socket, error) + func NewSocket(s *capnp.Segment) (Socket, error) + func ReadRootSocket(msg *capnp.Message) (Socket, error) + func (Socket) DecodeFromPtr(p capnp.Ptr) Socket + func (s Socket) Address() (string, error) + func (s Socket) AddressBytes() ([]byte, error) + func (s Socket) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s Socket) HasAddress() bool + func (s Socket) HasHttp() bool + func (s Socket) HasName() bool + func (s Socket) HasService() bool + func (s Socket) Http() (HttpOptions, error) + func (s Socket) Https() Socket_https + func (s Socket) IsValid() bool + func (s Socket) Message() *capnp.Message + func (s Socket) Name() (string, error) + func (s Socket) NameBytes() ([]byte, error) + func (s Socket) NewHttp() (HttpOptions, error) + func (s Socket) NewService() (ServiceDesignator, error) + func (s Socket) Segment() *capnp.Segment + func (s Socket) Service() (ServiceDesignator, error) + func (s Socket) SetAddress(v string) error + func (s Socket) SetHttp(v HttpOptions) error + func (s Socket) SetHttps() + func (s Socket) SetName(v string) error + func (s Socket) SetService(v ServiceDesignator) error + func (s Socket) SetTcp() + func (s Socket) String() string + func (s Socket) Tcp() Socket_tcp + func (s Socket) ToPtr() capnp.Ptr + func (s Socket) Which() Socket_Which + type Socket_Future struct + func (f Socket_Future) Struct() (Socket, error) + func (p Socket_Future) Http() HttpOptions_Future + func (p Socket_Future) Https() Socket_https_Future + func (p Socket_Future) Service() ServiceDesignator_Future + func (p Socket_Future) Tcp() Socket_tcp_Future + type Socket_List = capnp.StructList[Socket] + func NewSocket_List(s *capnp.Segment, sz int32) (Socket_List, error) + type Socket_Which uint16 + const Socket_Which_http + const Socket_Which_https + const Socket_Which_tcp + func (w Socket_Which) String() string + type Socket_https Socket + func (s Socket_https) HasOptions() bool + func (s Socket_https) HasTlsOptions() bool + func (s Socket_https) IsValid() bool + func (s Socket_https) Message() *capnp.Message + func (s Socket_https) NewOptions() (HttpOptions, error) + func (s Socket_https) NewTlsOptions() (TlsOptions, error) + func (s Socket_https) Options() (HttpOptions, error) + func (s Socket_https) Segment() *capnp.Segment + func (s Socket_https) SetOptions(v HttpOptions) error + func (s Socket_https) SetTlsOptions(v TlsOptions) error + func (s Socket_https) TlsOptions() (TlsOptions, error) + type Socket_https_Future struct + func (f Socket_https_Future) Struct() (Socket_https, error) + func (p Socket_https_Future) Options() HttpOptions_Future + func (p Socket_https_Future) TlsOptions() TlsOptions_Future + type Socket_tcp Socket + func (s Socket_tcp) HasTlsOptions() bool + func (s Socket_tcp) IsValid() bool + func (s Socket_tcp) Message() *capnp.Message + func (s Socket_tcp) NewTlsOptions() (TlsOptions, error) + func (s Socket_tcp) Segment() *capnp.Segment + func (s Socket_tcp) SetTlsOptions(v TlsOptions) error + func (s Socket_tcp) TlsOptions() (TlsOptions, error) + type Socket_tcp_Future struct + func (f Socket_tcp_Future) Struct() (Socket_tcp, error) + func (p Socket_tcp_Future) TlsOptions() TlsOptions_Future + type TlsOptions capnp.Struct + func NewRootTlsOptions(s *capnp.Segment) (TlsOptions, error) + func NewTlsOptions(s *capnp.Segment) (TlsOptions, error) + func ReadRootTlsOptions(msg *capnp.Message) (TlsOptions, error) + func (TlsOptions) DecodeFromPtr(p capnp.Ptr) TlsOptions + func (s TlsOptions) CipherList() (string, error) + func (s TlsOptions) CipherListBytes() ([]byte, error) + func (s TlsOptions) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s TlsOptions) HasCipherList() bool + func (s TlsOptions) HasKeypair() bool + func (s TlsOptions) HasTrustedCertificates() bool + func (s TlsOptions) IsValid() bool + func (s TlsOptions) Keypair() (TlsOptions_Keypair, error) + func (s TlsOptions) Message() *capnp.Message + func (s TlsOptions) MinVersion() TlsOptions_Version + func (s TlsOptions) NewKeypair() (TlsOptions_Keypair, error) + func (s TlsOptions) NewTrustedCertificates(n int32) (capnp.TextList, error) + func (s TlsOptions) RequireClientCerts() bool + func (s TlsOptions) Segment() *capnp.Segment + func (s TlsOptions) SetCipherList(v string) error + func (s TlsOptions) SetKeypair(v TlsOptions_Keypair) error + func (s TlsOptions) SetMinVersion(v TlsOptions_Version) + func (s TlsOptions) SetRequireClientCerts(v bool) + func (s TlsOptions) SetTrustBrowserCas(v bool) + func (s TlsOptions) SetTrustedCertificates(v capnp.TextList) error + func (s TlsOptions) String() string + func (s TlsOptions) ToPtr() capnp.Ptr + func (s TlsOptions) TrustBrowserCas() bool + func (s TlsOptions) TrustedCertificates() (capnp.TextList, error) + type TlsOptions_Future struct + func (f TlsOptions_Future) Struct() (TlsOptions, error) + func (p TlsOptions_Future) Keypair() TlsOptions_Keypair_Future + type TlsOptions_Keypair capnp.Struct + func NewRootTlsOptions_Keypair(s *capnp.Segment) (TlsOptions_Keypair, error) + func NewTlsOptions_Keypair(s *capnp.Segment) (TlsOptions_Keypair, error) + func ReadRootTlsOptions_Keypair(msg *capnp.Message) (TlsOptions_Keypair, error) + func (TlsOptions_Keypair) DecodeFromPtr(p capnp.Ptr) TlsOptions_Keypair + func (s TlsOptions_Keypair) CertificateChain() (string, error) + func (s TlsOptions_Keypair) CertificateChainBytes() ([]byte, error) + func (s TlsOptions_Keypair) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s TlsOptions_Keypair) HasCertificateChain() bool + func (s TlsOptions_Keypair) HasPrivateKey() bool + func (s TlsOptions_Keypair) IsValid() bool + func (s TlsOptions_Keypair) Message() *capnp.Message + func (s TlsOptions_Keypair) PrivateKey() (string, error) + func (s TlsOptions_Keypair) PrivateKeyBytes() ([]byte, error) + func (s TlsOptions_Keypair) Segment() *capnp.Segment + func (s TlsOptions_Keypair) SetCertificateChain(v string) error + func (s TlsOptions_Keypair) SetPrivateKey(v string) error + func (s TlsOptions_Keypair) String() string + func (s TlsOptions_Keypair) ToPtr() capnp.Ptr + type TlsOptions_Keypair_Future struct + func (f TlsOptions_Keypair_Future) Struct() (TlsOptions_Keypair, error) + type TlsOptions_Keypair_List = capnp.StructList[TlsOptions_Keypair] + func NewTlsOptions_Keypair_List(s *capnp.Segment, sz int32) (TlsOptions_Keypair_List, error) + type TlsOptions_List = capnp.StructList[TlsOptions] + func NewTlsOptions_List(s *capnp.Segment, sz int32) (TlsOptions_List, error) + type TlsOptions_Version uint16 + const TlsOptions_Version_goodDefault + const TlsOptions_Version_ssl3 + const TlsOptions_Version_tls1Dot0 + const TlsOptions_Version_tls1Dot1 + const TlsOptions_Version_tls1Dot2 + const TlsOptions_Version_tls1Dot3 + func TlsOptions_VersionFromString(c string) TlsOptions_Version + func (c TlsOptions_Version) String() string + type TlsOptions_Version_List = capnp.EnumList[TlsOptions_Version] + func NewTlsOptions_Version_List(s *capnp.Segment, sz int32) (TlsOptions_Version_List, error) + type Worker capnp.Struct + func NewRootWorker(s *capnp.Segment) (Worker, error) + func NewWorker(s *capnp.Segment) (Worker, error) + func ReadRootWorker(msg *capnp.Message) (Worker, error) + func (Worker) DecodeFromPtr(p capnp.Ptr) Worker + func (s Worker) Bindings() (Worker_Binding_List, error) + func (s Worker) CacheApiOutbound() (ServiceDesignator, error) + func (s Worker) CompatibilityDate() (string, error) + func (s Worker) CompatibilityDateBytes() ([]byte, error) + func (s Worker) CompatibilityFlags() (capnp.TextList, error) + func (s Worker) ContainerEngine() Worker_containerEngine + func (s Worker) DurableObjectNamespaces() (Worker_DurableObjectNamespace_List, error) + func (s Worker) DurableObjectStorage() Worker_durableObjectStorage + func (s Worker) DurableObjectUniqueKeyModifier() (string, error) + func (s Worker) DurableObjectUniqueKeyModifierBytes() ([]byte, error) + func (s Worker) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s Worker) GlobalOutbound() (ServiceDesignator, error) + func (s Worker) HasBindings() bool + func (s Worker) HasCacheApiOutbound() bool + func (s Worker) HasCompatibilityDate() bool + func (s Worker) HasCompatibilityFlags() bool + func (s Worker) HasDurableObjectNamespaces() bool + func (s Worker) HasDurableObjectUniqueKeyModifier() bool + func (s Worker) HasGlobalOutbound() bool + func (s Worker) HasInherit() bool + func (s Worker) HasModuleFallback() bool + func (s Worker) HasModules() bool + func (s Worker) HasServiceWorkerScript() bool + func (s Worker) HasStreamingTails() bool + func (s Worker) HasTails() bool + func (s Worker) Inherit() (string, error) + func (s Worker) InheritBytes() ([]byte, error) + func (s Worker) IsValid() bool + func (s Worker) Message() *capnp.Message + func (s Worker) ModuleFallback() (string, error) + func (s Worker) ModuleFallbackBytes() ([]byte, error) + func (s Worker) Modules() (Worker_Module_List, error) + func (s Worker) NewBindings(n int32) (Worker_Binding_List, error) + func (s Worker) NewCacheApiOutbound() (ServiceDesignator, error) + func (s Worker) NewCompatibilityFlags(n int32) (capnp.TextList, error) + func (s Worker) NewDurableObjectNamespaces(n int32) (Worker_DurableObjectNamespace_List, error) + func (s Worker) NewGlobalOutbound() (ServiceDesignator, error) + func (s Worker) NewModules(n int32) (Worker_Module_List, error) + func (s Worker) NewStreamingTails(n int32) (ServiceDesignator_List, error) + func (s Worker) NewTails(n int32) (ServiceDesignator_List, error) + func (s Worker) Segment() *capnp.Segment + func (s Worker) ServiceWorkerScript() (string, error) + func (s Worker) ServiceWorkerScriptBytes() ([]byte, error) + func (s Worker) SetBindings(v Worker_Binding_List) error + func (s Worker) SetCacheApiOutbound(v ServiceDesignator) error + func (s Worker) SetCompatibilityDate(v string) error + func (s Worker) SetCompatibilityFlags(v capnp.TextList) error + func (s Worker) SetDurableObjectNamespaces(v Worker_DurableObjectNamespace_List) error + func (s Worker) SetDurableObjectUniqueKeyModifier(v string) error + func (s Worker) SetGlobalOutbound(v ServiceDesignator) error + func (s Worker) SetInherit(v string) error + func (s Worker) SetModuleFallback(v string) error + func (s Worker) SetModules(v Worker_Module_List) error + func (s Worker) SetServiceWorkerScript(v string) error + func (s Worker) SetStreamingTails(v ServiceDesignator_List) error + func (s Worker) SetTails(v ServiceDesignator_List) error + func (s Worker) StreamingTails() (ServiceDesignator_List, error) + func (s Worker) String() string + func (s Worker) Tails() (ServiceDesignator_List, error) + func (s Worker) ToPtr() capnp.Ptr + func (s Worker) Which() Worker_Which + type Worker_Binding capnp.Struct + func NewRootWorker_Binding(s *capnp.Segment) (Worker_Binding, error) + func NewWorker_Binding(s *capnp.Segment) (Worker_Binding, error) + func ReadRootWorker_Binding(msg *capnp.Message) (Worker_Binding, error) + func (Worker_Binding) DecodeFromPtr(p capnp.Ptr) Worker_Binding + func (s Worker_Binding) AnalyticsEngine() (ServiceDesignator, error) + func (s Worker_Binding) CryptoKey() (Worker_Binding_CryptoKey, error) + func (s Worker_Binding) Data() ([]byte, error) + func (s Worker_Binding) DurableObjectClass() (ServiceDesignator, error) + func (s Worker_Binding) DurableObjectNamespace() (Worker_Binding_DurableObjectNamespaceDesignator, error) + func (s Worker_Binding) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s Worker_Binding) FromEnvironment() (string, error) + func (s Worker_Binding) FromEnvironmentBytes() ([]byte, error) + func (s Worker_Binding) HasAnalyticsEngine() bool + func (s Worker_Binding) HasCryptoKey() bool + func (s Worker_Binding) HasData() bool + func (s Worker_Binding) HasDurableObjectClass() bool + func (s Worker_Binding) HasDurableObjectNamespace() bool + func (s Worker_Binding) HasFromEnvironment() bool + func (s Worker_Binding) HasJson() bool + func (s Worker_Binding) HasKvNamespace() bool + func (s Worker_Binding) HasName() bool + func (s Worker_Binding) HasObsolete0() bool + func (s Worker_Binding) HasQueue() bool + func (s Worker_Binding) HasR2Bucket() bool + func (s Worker_Binding) HasService() bool + func (s Worker_Binding) HasText() bool + func (s Worker_Binding) HasWasmModule() bool + func (s Worker_Binding) HasWrapped() bool + func (s Worker_Binding) Hyperdrive() Worker_Binding_hyperdrive + func (s Worker_Binding) IsValid() bool + func (s Worker_Binding) Json() (string, error) + func (s Worker_Binding) JsonBytes() ([]byte, error) + func (s Worker_Binding) KvNamespace() (ServiceDesignator, error) + func (s Worker_Binding) MemoryCache() Worker_Binding_memoryCache + func (s Worker_Binding) Message() *capnp.Message + func (s Worker_Binding) Name() (string, error) + func (s Worker_Binding) NameBytes() ([]byte, error) + func (s Worker_Binding) NewAnalyticsEngine() (ServiceDesignator, error) + func (s Worker_Binding) NewCryptoKey() (Worker_Binding_CryptoKey, error) + func (s Worker_Binding) NewDurableObjectClass() (ServiceDesignator, error) + func (s Worker_Binding) NewDurableObjectNamespace() (Worker_Binding_DurableObjectNamespaceDesignator, error) + func (s Worker_Binding) NewKvNamespace() (ServiceDesignator, error) + func (s Worker_Binding) NewObsolete0() (ServiceDesignator, error) + func (s Worker_Binding) NewQueue() (ServiceDesignator, error) + func (s Worker_Binding) NewR2Bucket() (ServiceDesignator, error) + func (s Worker_Binding) NewService() (ServiceDesignator, error) + func (s Worker_Binding) NewWrapped() (Worker_Binding_WrappedBinding, error) + func (s Worker_Binding) Obsolete0() (ServiceDesignator, error) + func (s Worker_Binding) Parameter() Worker_Binding_parameter + func (s Worker_Binding) Queue() (ServiceDesignator, error) + func (s Worker_Binding) R2Bucket() (ServiceDesignator, error) + func (s Worker_Binding) Segment() *capnp.Segment + func (s Worker_Binding) Service() (ServiceDesignator, error) + func (s Worker_Binding) SetAnalyticsEngine(v ServiceDesignator) error + func (s Worker_Binding) SetCryptoKey(v Worker_Binding_CryptoKey) error + func (s Worker_Binding) SetData(v []byte) error + func (s Worker_Binding) SetDurableObjectClass(v ServiceDesignator) error + func (s Worker_Binding) SetDurableObjectNamespace(v Worker_Binding_DurableObjectNamespaceDesignator) error + func (s Worker_Binding) SetFromEnvironment(v string) error + func (s Worker_Binding) SetHyperdrive() + func (s Worker_Binding) SetJson(v string) error + func (s Worker_Binding) SetKvNamespace(v ServiceDesignator) error + func (s Worker_Binding) SetMemoryCache() + func (s Worker_Binding) SetName(v string) error + func (s Worker_Binding) SetObsolete0(v ServiceDesignator) error + func (s Worker_Binding) SetParameter() + func (s Worker_Binding) SetQueue(v ServiceDesignator) error + func (s Worker_Binding) SetR2Bucket(v ServiceDesignator) error + func (s Worker_Binding) SetService(v ServiceDesignator) error + func (s Worker_Binding) SetText(v string) error + func (s Worker_Binding) SetUnsafeEval() + func (s Worker_Binding) SetUnspecified() + func (s Worker_Binding) SetWasmModule(v []byte) error + func (s Worker_Binding) SetWorkerLoader() + func (s Worker_Binding) SetWorkerdDebugPort() + func (s Worker_Binding) SetWrapped(v Worker_Binding_WrappedBinding) error + func (s Worker_Binding) String() string + func (s Worker_Binding) Text() (string, error) + func (s Worker_Binding) TextBytes() ([]byte, error) + func (s Worker_Binding) ToPtr() capnp.Ptr + func (s Worker_Binding) WasmModule() ([]byte, error) + func (s Worker_Binding) Which() Worker_Binding_Which + func (s Worker_Binding) WorkerLoader() Worker_Binding_workerLoader + func (s Worker_Binding) Wrapped() (Worker_Binding_WrappedBinding, error) + type Worker_Binding_CryptoKey capnp.Struct + func NewRootWorker_Binding_CryptoKey(s *capnp.Segment) (Worker_Binding_CryptoKey, error) + func NewWorker_Binding_CryptoKey(s *capnp.Segment) (Worker_Binding_CryptoKey, error) + func ReadRootWorker_Binding_CryptoKey(msg *capnp.Message) (Worker_Binding_CryptoKey, error) + func (Worker_Binding_CryptoKey) DecodeFromPtr(p capnp.Ptr) Worker_Binding_CryptoKey + func (s Worker_Binding_CryptoKey) Algorithm() Worker_Binding_CryptoKey_algorithm + func (s Worker_Binding_CryptoKey) Base64() (string, error) + func (s Worker_Binding_CryptoKey) Base64Bytes() ([]byte, error) + func (s Worker_Binding_CryptoKey) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s Worker_Binding_CryptoKey) Extractable() bool + func (s Worker_Binding_CryptoKey) HasBase64() bool + func (s Worker_Binding_CryptoKey) HasHex() bool + func (s Worker_Binding_CryptoKey) HasJwk() bool + func (s Worker_Binding_CryptoKey) HasPkcs8() bool + func (s Worker_Binding_CryptoKey) HasRaw() bool + func (s Worker_Binding_CryptoKey) HasSpki() bool + func (s Worker_Binding_CryptoKey) HasUsages() bool + func (s Worker_Binding_CryptoKey) Hex() (string, error) + func (s Worker_Binding_CryptoKey) HexBytes() ([]byte, error) + func (s Worker_Binding_CryptoKey) IsValid() bool + func (s Worker_Binding_CryptoKey) Jwk() (string, error) + func (s Worker_Binding_CryptoKey) JwkBytes() ([]byte, error) + func (s Worker_Binding_CryptoKey) Message() *capnp.Message + func (s Worker_Binding_CryptoKey) NewUsages(n int32) (Worker_Binding_CryptoKey_Usage_List, error) + func (s Worker_Binding_CryptoKey) Pkcs8() (string, error) + func (s Worker_Binding_CryptoKey) Pkcs8Bytes() ([]byte, error) + func (s Worker_Binding_CryptoKey) Raw() ([]byte, error) + func (s Worker_Binding_CryptoKey) Segment() *capnp.Segment + func (s Worker_Binding_CryptoKey) SetBase64(v string) error + func (s Worker_Binding_CryptoKey) SetExtractable(v bool) + func (s Worker_Binding_CryptoKey) SetHex(v string) error + func (s Worker_Binding_CryptoKey) SetJwk(v string) error + func (s Worker_Binding_CryptoKey) SetPkcs8(v string) error + func (s Worker_Binding_CryptoKey) SetRaw(v []byte) error + func (s Worker_Binding_CryptoKey) SetSpki(v string) error + func (s Worker_Binding_CryptoKey) SetUsages(v Worker_Binding_CryptoKey_Usage_List) error + func (s Worker_Binding_CryptoKey) Spki() (string, error) + func (s Worker_Binding_CryptoKey) SpkiBytes() ([]byte, error) + func (s Worker_Binding_CryptoKey) String() string + func (s Worker_Binding_CryptoKey) ToPtr() capnp.Ptr + func (s Worker_Binding_CryptoKey) Usages() (Worker_Binding_CryptoKey_Usage_List, error) + func (s Worker_Binding_CryptoKey) Which() Worker_Binding_CryptoKey_Which + type Worker_Binding_CryptoKey_Future struct + func (f Worker_Binding_CryptoKey_Future) Struct() (Worker_Binding_CryptoKey, error) + func (p Worker_Binding_CryptoKey_Future) Algorithm() Worker_Binding_CryptoKey_algorithm_Future + type Worker_Binding_CryptoKey_List = capnp.StructList[Worker_Binding_CryptoKey] + func NewWorker_Binding_CryptoKey_List(s *capnp.Segment, sz int32) (Worker_Binding_CryptoKey_List, error) + type Worker_Binding_CryptoKey_Usage uint16 + const Worker_Binding_CryptoKey_Usage_decrypt + const Worker_Binding_CryptoKey_Usage_deriveBits + const Worker_Binding_CryptoKey_Usage_deriveKey + const Worker_Binding_CryptoKey_Usage_encrypt + const Worker_Binding_CryptoKey_Usage_sign + const Worker_Binding_CryptoKey_Usage_unwrapKey + const Worker_Binding_CryptoKey_Usage_verify + const Worker_Binding_CryptoKey_Usage_wrapKey + func Worker_Binding_CryptoKey_UsageFromString(c string) Worker_Binding_CryptoKey_Usage + func (c Worker_Binding_CryptoKey_Usage) String() string + type Worker_Binding_CryptoKey_Usage_List = capnp.EnumList[Worker_Binding_CryptoKey_Usage] + func NewWorker_Binding_CryptoKey_Usage_List(s *capnp.Segment, sz int32) (Worker_Binding_CryptoKey_Usage_List, error) + type Worker_Binding_CryptoKey_Which uint16 + const Worker_Binding_CryptoKey_Which_base64 + const Worker_Binding_CryptoKey_Which_hex + const Worker_Binding_CryptoKey_Which_jwk + const Worker_Binding_CryptoKey_Which_pkcs8 + const Worker_Binding_CryptoKey_Which_raw + const Worker_Binding_CryptoKey_Which_spki + func (w Worker_Binding_CryptoKey_Which) String() string + type Worker_Binding_CryptoKey_algorithm Worker_Binding_CryptoKey + func (s Worker_Binding_CryptoKey_algorithm) HasJson() bool + func (s Worker_Binding_CryptoKey_algorithm) HasName() bool + func (s Worker_Binding_CryptoKey_algorithm) IsValid() bool + func (s Worker_Binding_CryptoKey_algorithm) Json() (string, error) + func (s Worker_Binding_CryptoKey_algorithm) JsonBytes() ([]byte, error) + func (s Worker_Binding_CryptoKey_algorithm) Message() *capnp.Message + func (s Worker_Binding_CryptoKey_algorithm) Name() (string, error) + func (s Worker_Binding_CryptoKey_algorithm) NameBytes() ([]byte, error) + func (s Worker_Binding_CryptoKey_algorithm) Segment() *capnp.Segment + func (s Worker_Binding_CryptoKey_algorithm) SetJson(v string) error + func (s Worker_Binding_CryptoKey_algorithm) SetName(v string) error + func (s Worker_Binding_CryptoKey_algorithm) Which() Worker_Binding_CryptoKey_algorithm_Which + type Worker_Binding_CryptoKey_algorithm_Future struct + func (f Worker_Binding_CryptoKey_algorithm_Future) Struct() (Worker_Binding_CryptoKey_algorithm, error) + type Worker_Binding_CryptoKey_algorithm_Which uint16 + const Worker_Binding_CryptoKey_algorithm_Which_json + const Worker_Binding_CryptoKey_algorithm_Which_name + func (w Worker_Binding_CryptoKey_algorithm_Which) String() string + type Worker_Binding_DurableObjectNamespaceDesignator capnp.Struct + func NewRootWorker_Binding_DurableObjectNamespaceDesignator(s *capnp.Segment) (Worker_Binding_DurableObjectNamespaceDesignator, error) + func NewWorker_Binding_DurableObjectNamespaceDesignator(s *capnp.Segment) (Worker_Binding_DurableObjectNamespaceDesignator, error) + func ReadRootWorker_Binding_DurableObjectNamespaceDesignator(msg *capnp.Message) (Worker_Binding_DurableObjectNamespaceDesignator, error) + func (Worker_Binding_DurableObjectNamespaceDesignator) DecodeFromPtr(p capnp.Ptr) Worker_Binding_DurableObjectNamespaceDesignator + func (s Worker_Binding_DurableObjectNamespaceDesignator) ClassName() (string, error) + func (s Worker_Binding_DurableObjectNamespaceDesignator) ClassNameBytes() ([]byte, error) + func (s Worker_Binding_DurableObjectNamespaceDesignator) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s Worker_Binding_DurableObjectNamespaceDesignator) HasClassName() bool + func (s Worker_Binding_DurableObjectNamespaceDesignator) HasServiceName() bool + func (s Worker_Binding_DurableObjectNamespaceDesignator) IsValid() bool + func (s Worker_Binding_DurableObjectNamespaceDesignator) Message() *capnp.Message + func (s Worker_Binding_DurableObjectNamespaceDesignator) Segment() *capnp.Segment + func (s Worker_Binding_DurableObjectNamespaceDesignator) ServiceName() (string, error) + func (s Worker_Binding_DurableObjectNamespaceDesignator) ServiceNameBytes() ([]byte, error) + func (s Worker_Binding_DurableObjectNamespaceDesignator) SetClassName(v string) error + func (s Worker_Binding_DurableObjectNamespaceDesignator) SetServiceName(v string) error + func (s Worker_Binding_DurableObjectNamespaceDesignator) String() string + func (s Worker_Binding_DurableObjectNamespaceDesignator) ToPtr() capnp.Ptr + type Worker_Binding_DurableObjectNamespaceDesignator_Future struct + func (f Worker_Binding_DurableObjectNamespaceDesignator_Future) Struct() (Worker_Binding_DurableObjectNamespaceDesignator, error) + type Worker_Binding_DurableObjectNamespaceDesignator_List = capnp.StructList[Worker_Binding_DurableObjectNamespaceDesignator] + func NewWorker_Binding_DurableObjectNamespaceDesignator_List(s *capnp.Segment, sz int32) (Worker_Binding_DurableObjectNamespaceDesignator_List, error) + type Worker_Binding_Future struct + func (f Worker_Binding_Future) Struct() (Worker_Binding, error) + func (p Worker_Binding_Future) AnalyticsEngine() ServiceDesignator_Future + func (p Worker_Binding_Future) CryptoKey() Worker_Binding_CryptoKey_Future + func (p Worker_Binding_Future) DurableObjectClass() ServiceDesignator_Future + func (p Worker_Binding_Future) DurableObjectNamespace() Worker_Binding_DurableObjectNamespaceDesignator_Future + func (p Worker_Binding_Future) Hyperdrive() Worker_Binding_hyperdrive_Future + func (p Worker_Binding_Future) KvNamespace() ServiceDesignator_Future + func (p Worker_Binding_Future) MemoryCache() Worker_Binding_memoryCache_Future + func (p Worker_Binding_Future) Obsolete0() ServiceDesignator_Future + func (p Worker_Binding_Future) Parameter() Worker_Binding_parameter_Future + func (p Worker_Binding_Future) Queue() ServiceDesignator_Future + func (p Worker_Binding_Future) R2Bucket() ServiceDesignator_Future + func (p Worker_Binding_Future) Service() ServiceDesignator_Future + func (p Worker_Binding_Future) WorkerLoader() Worker_Binding_workerLoader_Future + func (p Worker_Binding_Future) Wrapped() Worker_Binding_WrappedBinding_Future + type Worker_Binding_List = capnp.StructList[Worker_Binding] + func NewWorker_Binding_List(s *capnp.Segment, sz int32) (Worker_Binding_List, error) + type Worker_Binding_MemoryCacheLimits capnp.Struct + func NewRootWorker_Binding_MemoryCacheLimits(s *capnp.Segment) (Worker_Binding_MemoryCacheLimits, error) + func NewWorker_Binding_MemoryCacheLimits(s *capnp.Segment) (Worker_Binding_MemoryCacheLimits, error) + func ReadRootWorker_Binding_MemoryCacheLimits(msg *capnp.Message) (Worker_Binding_MemoryCacheLimits, error) + func (Worker_Binding_MemoryCacheLimits) DecodeFromPtr(p capnp.Ptr) Worker_Binding_MemoryCacheLimits + func (s Worker_Binding_MemoryCacheLimits) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s Worker_Binding_MemoryCacheLimits) IsValid() bool + func (s Worker_Binding_MemoryCacheLimits) MaxKeys() uint32 + func (s Worker_Binding_MemoryCacheLimits) MaxTotalValueSize() uint64 + func (s Worker_Binding_MemoryCacheLimits) MaxValueSize() uint32 + func (s Worker_Binding_MemoryCacheLimits) Message() *capnp.Message + func (s Worker_Binding_MemoryCacheLimits) Segment() *capnp.Segment + func (s Worker_Binding_MemoryCacheLimits) SetMaxKeys(v uint32) + func (s Worker_Binding_MemoryCacheLimits) SetMaxTotalValueSize(v uint64) + func (s Worker_Binding_MemoryCacheLimits) SetMaxValueSize(v uint32) + func (s Worker_Binding_MemoryCacheLimits) String() string + func (s Worker_Binding_MemoryCacheLimits) ToPtr() capnp.Ptr + type Worker_Binding_MemoryCacheLimits_Future struct + func (f Worker_Binding_MemoryCacheLimits_Future) Struct() (Worker_Binding_MemoryCacheLimits, error) + type Worker_Binding_MemoryCacheLimits_List = capnp.StructList[Worker_Binding_MemoryCacheLimits] + func NewWorker_Binding_MemoryCacheLimits_List(s *capnp.Segment, sz int32) (Worker_Binding_MemoryCacheLimits_List, error) + type Worker_Binding_Type capnp.Struct + func NewRootWorker_Binding_Type(s *capnp.Segment) (Worker_Binding_Type, error) + func NewWorker_Binding_Type(s *capnp.Segment) (Worker_Binding_Type, error) + func ReadRootWorker_Binding_Type(msg *capnp.Message) (Worker_Binding_Type, error) + func (Worker_Binding_Type) DecodeFromPtr(p capnp.Ptr) Worker_Binding_Type + func (s Worker_Binding_Type) CryptoKey() (Worker_Binding_CryptoKey_Usage_List, error) + func (s Worker_Binding_Type) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s Worker_Binding_Type) HasCryptoKey() bool + func (s Worker_Binding_Type) IsValid() bool + func (s Worker_Binding_Type) Message() *capnp.Message + func (s Worker_Binding_Type) NewCryptoKey(n int32) (Worker_Binding_CryptoKey_Usage_List, error) + func (s Worker_Binding_Type) Segment() *capnp.Segment + func (s Worker_Binding_Type) SetAnalyticsEngine() + func (s Worker_Binding_Type) SetCryptoKey(v Worker_Binding_CryptoKey_Usage_List) error + func (s Worker_Binding_Type) SetData() + func (s Worker_Binding_Type) SetDurableObjectClass() + func (s Worker_Binding_Type) SetDurableObjectNamespace() + func (s Worker_Binding_Type) SetHyperdrive() + func (s Worker_Binding_Type) SetJson() + func (s Worker_Binding_Type) SetKvNamespace() + func (s Worker_Binding_Type) SetObsolete0() + func (s Worker_Binding_Type) SetQueue() + func (s Worker_Binding_Type) SetR2Bucket() + func (s Worker_Binding_Type) SetService() + func (s Worker_Binding_Type) SetText() + func (s Worker_Binding_Type) SetUnspecified() + func (s Worker_Binding_Type) SetWasm() + func (s Worker_Binding_Type) SetWorkerdDebugPort() + func (s Worker_Binding_Type) String() string + func (s Worker_Binding_Type) ToPtr() capnp.Ptr + func (s Worker_Binding_Type) Which() Worker_Binding_Type_Which + type Worker_Binding_Type_Future struct + func (f Worker_Binding_Type_Future) Struct() (Worker_Binding_Type, error) + type Worker_Binding_Type_List = capnp.StructList[Worker_Binding_Type] + func NewWorker_Binding_Type_List(s *capnp.Segment, sz int32) (Worker_Binding_Type_List, error) + type Worker_Binding_Type_Which uint16 + const Worker_Binding_Type_Which_analyticsEngine + const Worker_Binding_Type_Which_cryptoKey + const Worker_Binding_Type_Which_data + const Worker_Binding_Type_Which_durableObjectClass + const Worker_Binding_Type_Which_durableObjectNamespace + const Worker_Binding_Type_Which_hyperdrive + const Worker_Binding_Type_Which_json + const Worker_Binding_Type_Which_kvNamespace + const Worker_Binding_Type_Which_obsolete0 + const Worker_Binding_Type_Which_queue + const Worker_Binding_Type_Which_r2Bucket + const Worker_Binding_Type_Which_service + const Worker_Binding_Type_Which_text + const Worker_Binding_Type_Which_unspecified + const Worker_Binding_Type_Which_wasm + const Worker_Binding_Type_Which_workerdDebugPort + func (w Worker_Binding_Type_Which) String() string + type Worker_Binding_Which uint16 + const Worker_Binding_Which_analyticsEngine + const Worker_Binding_Which_cryptoKey + const Worker_Binding_Which_data + const Worker_Binding_Which_durableObjectClass + const Worker_Binding_Which_durableObjectNamespace + const Worker_Binding_Which_fromEnvironment + const Worker_Binding_Which_hyperdrive + const Worker_Binding_Which_json + const Worker_Binding_Which_kvNamespace + const Worker_Binding_Which_memoryCache + const Worker_Binding_Which_obsolete0 + const Worker_Binding_Which_parameter + const Worker_Binding_Which_queue + const Worker_Binding_Which_r2Bucket + const Worker_Binding_Which_service + const Worker_Binding_Which_text + const Worker_Binding_Which_unsafeEval + const Worker_Binding_Which_unspecified + const Worker_Binding_Which_wasmModule + const Worker_Binding_Which_workerLoader + const Worker_Binding_Which_workerdDebugPort + const Worker_Binding_Which_wrapped + func (w Worker_Binding_Which) String() string + type Worker_Binding_WrappedBinding capnp.Struct + func NewRootWorker_Binding_WrappedBinding(s *capnp.Segment) (Worker_Binding_WrappedBinding, error) + func NewWorker_Binding_WrappedBinding(s *capnp.Segment) (Worker_Binding_WrappedBinding, error) + func ReadRootWorker_Binding_WrappedBinding(msg *capnp.Message) (Worker_Binding_WrappedBinding, error) + func (Worker_Binding_WrappedBinding) DecodeFromPtr(p capnp.Ptr) Worker_Binding_WrappedBinding + func (s Worker_Binding_WrappedBinding) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s Worker_Binding_WrappedBinding) Entrypoint() (string, error) + func (s Worker_Binding_WrappedBinding) EntrypointBytes() ([]byte, error) + func (s Worker_Binding_WrappedBinding) HasEntrypoint() bool + func (s Worker_Binding_WrappedBinding) HasInnerBindings() bool + func (s Worker_Binding_WrappedBinding) HasModuleName() bool + func (s Worker_Binding_WrappedBinding) InnerBindings() (Worker_Binding_List, error) + func (s Worker_Binding_WrappedBinding) IsValid() bool + func (s Worker_Binding_WrappedBinding) Message() *capnp.Message + func (s Worker_Binding_WrappedBinding) ModuleName() (string, error) + func (s Worker_Binding_WrappedBinding) ModuleNameBytes() ([]byte, error) + func (s Worker_Binding_WrappedBinding) NewInnerBindings(n int32) (Worker_Binding_List, error) + func (s Worker_Binding_WrappedBinding) Segment() *capnp.Segment + func (s Worker_Binding_WrappedBinding) SetEntrypoint(v string) error + func (s Worker_Binding_WrappedBinding) SetInnerBindings(v Worker_Binding_List) error + func (s Worker_Binding_WrappedBinding) SetModuleName(v string) error + func (s Worker_Binding_WrappedBinding) String() string + func (s Worker_Binding_WrappedBinding) ToPtr() capnp.Ptr + type Worker_Binding_WrappedBinding_Future struct + func (f Worker_Binding_WrappedBinding_Future) Struct() (Worker_Binding_WrappedBinding, error) + type Worker_Binding_WrappedBinding_List = capnp.StructList[Worker_Binding_WrappedBinding] + func NewWorker_Binding_WrappedBinding_List(s *capnp.Segment, sz int32) (Worker_Binding_WrappedBinding_List, error) + type Worker_Binding_hyperdrive Worker_Binding + func (s Worker_Binding_hyperdrive) Database() (string, error) + func (s Worker_Binding_hyperdrive) DatabaseBytes() ([]byte, error) + func (s Worker_Binding_hyperdrive) Designator() (ServiceDesignator, error) + func (s Worker_Binding_hyperdrive) HasDatabase() bool + func (s Worker_Binding_hyperdrive) HasDesignator() bool + func (s Worker_Binding_hyperdrive) HasPassword() bool + func (s Worker_Binding_hyperdrive) HasScheme() bool + func (s Worker_Binding_hyperdrive) HasUser() bool + func (s Worker_Binding_hyperdrive) IsValid() bool + func (s Worker_Binding_hyperdrive) Message() *capnp.Message + func (s Worker_Binding_hyperdrive) NewDesignator() (ServiceDesignator, error) + func (s Worker_Binding_hyperdrive) Password() (string, error) + func (s Worker_Binding_hyperdrive) PasswordBytes() ([]byte, error) + func (s Worker_Binding_hyperdrive) Scheme() (string, error) + func (s Worker_Binding_hyperdrive) SchemeBytes() ([]byte, error) + func (s Worker_Binding_hyperdrive) Segment() *capnp.Segment + func (s Worker_Binding_hyperdrive) SetDatabase(v string) error + func (s Worker_Binding_hyperdrive) SetDesignator(v ServiceDesignator) error + func (s Worker_Binding_hyperdrive) SetPassword(v string) error + func (s Worker_Binding_hyperdrive) SetScheme(v string) error + func (s Worker_Binding_hyperdrive) SetUser(v string) error + func (s Worker_Binding_hyperdrive) User() (string, error) + func (s Worker_Binding_hyperdrive) UserBytes() ([]byte, error) + type Worker_Binding_hyperdrive_Future struct + func (f Worker_Binding_hyperdrive_Future) Struct() (Worker_Binding_hyperdrive, error) + func (p Worker_Binding_hyperdrive_Future) Designator() ServiceDesignator_Future + type Worker_Binding_memoryCache Worker_Binding + func (s Worker_Binding_memoryCache) HasId() bool + func (s Worker_Binding_memoryCache) HasLimits() bool + func (s Worker_Binding_memoryCache) Id() (string, error) + func (s Worker_Binding_memoryCache) IdBytes() ([]byte, error) + func (s Worker_Binding_memoryCache) IsValid() bool + func (s Worker_Binding_memoryCache) Limits() (Worker_Binding_MemoryCacheLimits, error) + func (s Worker_Binding_memoryCache) Message() *capnp.Message + func (s Worker_Binding_memoryCache) NewLimits() (Worker_Binding_MemoryCacheLimits, error) + func (s Worker_Binding_memoryCache) Segment() *capnp.Segment + func (s Worker_Binding_memoryCache) SetId(v string) error + func (s Worker_Binding_memoryCache) SetLimits(v Worker_Binding_MemoryCacheLimits) error + type Worker_Binding_memoryCache_Future struct + func (f Worker_Binding_memoryCache_Future) Struct() (Worker_Binding_memoryCache, error) + func (p Worker_Binding_memoryCache_Future) Limits() Worker_Binding_MemoryCacheLimits_Future + type Worker_Binding_parameter Worker_Binding + func (s Worker_Binding_parameter) HasType() bool + func (s Worker_Binding_parameter) IsValid() bool + func (s Worker_Binding_parameter) Message() *capnp.Message + func (s Worker_Binding_parameter) NewType() (Worker_Binding_Type, error) + func (s Worker_Binding_parameter) Optional() bool + func (s Worker_Binding_parameter) Segment() *capnp.Segment + func (s Worker_Binding_parameter) SetOptional(v bool) + func (s Worker_Binding_parameter) SetType(v Worker_Binding_Type) error + func (s Worker_Binding_parameter) Type() (Worker_Binding_Type, error) + type Worker_Binding_parameter_Future struct + func (f Worker_Binding_parameter_Future) Struct() (Worker_Binding_parameter, error) + func (p Worker_Binding_parameter_Future) Type() Worker_Binding_Type_Future + type Worker_Binding_workerLoader Worker_Binding + func (s Worker_Binding_workerLoader) HasId() bool + func (s Worker_Binding_workerLoader) Id() (string, error) + func (s Worker_Binding_workerLoader) IdBytes() ([]byte, error) + func (s Worker_Binding_workerLoader) IsValid() bool + func (s Worker_Binding_workerLoader) Message() *capnp.Message + func (s Worker_Binding_workerLoader) Segment() *capnp.Segment + func (s Worker_Binding_workerLoader) SetId(v string) error + type Worker_Binding_workerLoader_Future struct + func (f Worker_Binding_workerLoader_Future) Struct() (Worker_Binding_workerLoader, error) + type Worker_DockerConfiguration capnp.Struct + func NewRootWorker_DockerConfiguration(s *capnp.Segment) (Worker_DockerConfiguration, error) + func NewWorker_DockerConfiguration(s *capnp.Segment) (Worker_DockerConfiguration, error) + func ReadRootWorker_DockerConfiguration(msg *capnp.Message) (Worker_DockerConfiguration, error) + func (Worker_DockerConfiguration) DecodeFromPtr(p capnp.Ptr) Worker_DockerConfiguration + func (s Worker_DockerConfiguration) ContainerEgressInterceptorImage() (string, error) + func (s Worker_DockerConfiguration) ContainerEgressInterceptorImageBytes() ([]byte, error) + func (s Worker_DockerConfiguration) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s Worker_DockerConfiguration) HasContainerEgressInterceptorImage() bool + func (s Worker_DockerConfiguration) HasSocketPath() bool + func (s Worker_DockerConfiguration) IsValid() bool + func (s Worker_DockerConfiguration) Message() *capnp.Message + func (s Worker_DockerConfiguration) Segment() *capnp.Segment + func (s Worker_DockerConfiguration) SetContainerEgressInterceptorImage(v string) error + func (s Worker_DockerConfiguration) SetSocketPath(v string) error + func (s Worker_DockerConfiguration) SocketPath() (string, error) + func (s Worker_DockerConfiguration) SocketPathBytes() ([]byte, error) + func (s Worker_DockerConfiguration) String() string + func (s Worker_DockerConfiguration) ToPtr() capnp.Ptr + type Worker_DockerConfiguration_Future struct + func (f Worker_DockerConfiguration_Future) Struct() (Worker_DockerConfiguration, error) + type Worker_DockerConfiguration_List = capnp.StructList[Worker_DockerConfiguration] + func NewWorker_DockerConfiguration_List(s *capnp.Segment, sz int32) (Worker_DockerConfiguration_List, error) + type Worker_DurableObjectNamespace capnp.Struct + func NewRootWorker_DurableObjectNamespace(s *capnp.Segment) (Worker_DurableObjectNamespace, error) + func NewWorker_DurableObjectNamespace(s *capnp.Segment) (Worker_DurableObjectNamespace, error) + func ReadRootWorker_DurableObjectNamespace(msg *capnp.Message) (Worker_DurableObjectNamespace, error) + func (Worker_DurableObjectNamespace) DecodeFromPtr(p capnp.Ptr) Worker_DurableObjectNamespace + func (s Worker_DurableObjectNamespace) ClassName() (string, error) + func (s Worker_DurableObjectNamespace) ClassNameBytes() ([]byte, error) + func (s Worker_DurableObjectNamespace) Container() (Worker_DurableObjectNamespace_ContainerOptions, error) + func (s Worker_DurableObjectNamespace) EnableSql() bool + func (s Worker_DurableObjectNamespace) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s Worker_DurableObjectNamespace) HasClassName() bool + func (s Worker_DurableObjectNamespace) HasContainer() bool + func (s Worker_DurableObjectNamespace) HasUniqueKey() bool + func (s Worker_DurableObjectNamespace) IsValid() bool + func (s Worker_DurableObjectNamespace) Message() *capnp.Message + func (s Worker_DurableObjectNamespace) NewContainer() (Worker_DurableObjectNamespace_ContainerOptions, error) + func (s Worker_DurableObjectNamespace) PreventEviction() bool + func (s Worker_DurableObjectNamespace) Segment() *capnp.Segment + func (s Worker_DurableObjectNamespace) SetClassName(v string) error + func (s Worker_DurableObjectNamespace) SetContainer(v Worker_DurableObjectNamespace_ContainerOptions) error + func (s Worker_DurableObjectNamespace) SetEnableSql(v bool) + func (s Worker_DurableObjectNamespace) SetEphemeralLocal() + func (s Worker_DurableObjectNamespace) SetPreventEviction(v bool) + func (s Worker_DurableObjectNamespace) SetUniqueKey(v string) error + func (s Worker_DurableObjectNamespace) String() string + func (s Worker_DurableObjectNamespace) ToPtr() capnp.Ptr + func (s Worker_DurableObjectNamespace) UniqueKey() (string, error) + func (s Worker_DurableObjectNamespace) UniqueKeyBytes() ([]byte, error) + func (s Worker_DurableObjectNamespace) Which() Worker_DurableObjectNamespace_Which + type Worker_DurableObjectNamespace_ContainerOptions capnp.Struct + func NewRootWorker_DurableObjectNamespace_ContainerOptions(s *capnp.Segment) (Worker_DurableObjectNamespace_ContainerOptions, error) + func NewWorker_DurableObjectNamespace_ContainerOptions(s *capnp.Segment) (Worker_DurableObjectNamespace_ContainerOptions, error) + func ReadRootWorker_DurableObjectNamespace_ContainerOptions(msg *capnp.Message) (Worker_DurableObjectNamespace_ContainerOptions, error) + func (Worker_DurableObjectNamespace_ContainerOptions) DecodeFromPtr(p capnp.Ptr) Worker_DurableObjectNamespace_ContainerOptions + func (s Worker_DurableObjectNamespace_ContainerOptions) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s Worker_DurableObjectNamespace_ContainerOptions) HasImageName() bool + func (s Worker_DurableObjectNamespace_ContainerOptions) ImageName() (string, error) + func (s Worker_DurableObjectNamespace_ContainerOptions) ImageNameBytes() ([]byte, error) + func (s Worker_DurableObjectNamespace_ContainerOptions) IsValid() bool + func (s Worker_DurableObjectNamespace_ContainerOptions) Message() *capnp.Message + func (s Worker_DurableObjectNamespace_ContainerOptions) Segment() *capnp.Segment + func (s Worker_DurableObjectNamespace_ContainerOptions) SetImageName(v string) error + func (s Worker_DurableObjectNamespace_ContainerOptions) String() string + func (s Worker_DurableObjectNamespace_ContainerOptions) ToPtr() capnp.Ptr + type Worker_DurableObjectNamespace_ContainerOptions_Future struct + func (f Worker_DurableObjectNamespace_ContainerOptions_Future) Struct() (Worker_DurableObjectNamespace_ContainerOptions, error) + type Worker_DurableObjectNamespace_ContainerOptions_List = capnp.StructList[Worker_DurableObjectNamespace_ContainerOptions] + func NewWorker_DurableObjectNamespace_ContainerOptions_List(s *capnp.Segment, sz int32) (Worker_DurableObjectNamespace_ContainerOptions_List, error) + type Worker_DurableObjectNamespace_Future struct + func (f Worker_DurableObjectNamespace_Future) Struct() (Worker_DurableObjectNamespace, error) + func (p Worker_DurableObjectNamespace_Future) Container() Worker_DurableObjectNamespace_ContainerOptions_Future + type Worker_DurableObjectNamespace_List = capnp.StructList[Worker_DurableObjectNamespace] + func NewWorker_DurableObjectNamespace_List(s *capnp.Segment, sz int32) (Worker_DurableObjectNamespace_List, error) + type Worker_DurableObjectNamespace_Which uint16 + const Worker_DurableObjectNamespace_Which_ephemeralLocal + const Worker_DurableObjectNamespace_Which_uniqueKey + func (w Worker_DurableObjectNamespace_Which) String() string + type Worker_Future struct + func (f Worker_Future) Struct() (Worker, error) + func (p Worker_Future) CacheApiOutbound() ServiceDesignator_Future + func (p Worker_Future) ContainerEngine() Worker_containerEngine_Future + func (p Worker_Future) DurableObjectStorage() Worker_durableObjectStorage_Future + func (p Worker_Future) GlobalOutbound() ServiceDesignator_Future + type Worker_List = capnp.StructList[Worker] + func NewWorker_List(s *capnp.Segment, sz int32) (Worker_List, error) + type Worker_Module capnp.Struct + func NewRootWorker_Module(s *capnp.Segment) (Worker_Module, error) + func NewWorker_Module(s *capnp.Segment) (Worker_Module, error) + func ReadRootWorker_Module(msg *capnp.Message) (Worker_Module, error) + func (Worker_Module) DecodeFromPtr(p capnp.Ptr) Worker_Module + func (s Worker_Module) CommonJsModule() (string, error) + func (s Worker_Module) CommonJsModuleBytes() ([]byte, error) + func (s Worker_Module) Data() ([]byte, error) + func (s Worker_Module) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr + func (s Worker_Module) EsModule() (string, error) + func (s Worker_Module) EsModuleBytes() ([]byte, error) + func (s Worker_Module) HasCommonJsModule() bool + func (s Worker_Module) HasData() bool + func (s Worker_Module) HasEsModule() bool + func (s Worker_Module) HasJson() bool + func (s Worker_Module) HasName() bool + func (s Worker_Module) HasNamedExports() bool + func (s Worker_Module) HasObsolete() bool + func (s Worker_Module) HasObsoletePythonRequirement() bool + func (s Worker_Module) HasPythonModule() bool + func (s Worker_Module) HasText() bool + func (s Worker_Module) HasWasm() bool + func (s Worker_Module) IsValid() bool + func (s Worker_Module) Json() (string, error) + func (s Worker_Module) JsonBytes() ([]byte, error) + func (s Worker_Module) Message() *capnp.Message + func (s Worker_Module) Name() (string, error) + func (s Worker_Module) NameBytes() ([]byte, error) + func (s Worker_Module) NamedExports() (capnp.TextList, error) + func (s Worker_Module) NewNamedExports(n int32) (capnp.TextList, error) + func (s Worker_Module) Obsolete() (string, error) + func (s Worker_Module) ObsoleteBytes() ([]byte, error) + func (s Worker_Module) ObsoletePythonRequirement() (string, error) + func (s Worker_Module) ObsoletePythonRequirementBytes() ([]byte, error) + func (s Worker_Module) PythonModule() (string, error) + func (s Worker_Module) PythonModuleBytes() ([]byte, error) + func (s Worker_Module) Segment() *capnp.Segment + func (s Worker_Module) SetCommonJsModule(v string) error + func (s Worker_Module) SetData(v []byte) error + func (s Worker_Module) SetEsModule(v string) error + func (s Worker_Module) SetJson(v string) error + func (s Worker_Module) SetName(v string) error + func (s Worker_Module) SetNamedExports(v capnp.TextList) error + func (s Worker_Module) SetObsolete(v string) error + func (s Worker_Module) SetObsoletePythonRequirement(v string) error + func (s Worker_Module) SetPythonModule(v string) error + func (s Worker_Module) SetText(v string) error + func (s Worker_Module) SetWasm(v []byte) error + func (s Worker_Module) String() string + func (s Worker_Module) Text() (string, error) + func (s Worker_Module) TextBytes() ([]byte, error) + func (s Worker_Module) ToPtr() capnp.Ptr + func (s Worker_Module) Wasm() ([]byte, error) + func (s Worker_Module) Which() Worker_Module_Which + type Worker_Module_Future struct + func (f Worker_Module_Future) Struct() (Worker_Module, error) + type Worker_Module_List = capnp.StructList[Worker_Module] + func NewWorker_Module_List(s *capnp.Segment, sz int32) (Worker_Module_List, error) + type Worker_Module_Which uint16 + const Worker_Module_Which_commonJsModule + const Worker_Module_Which_data + const Worker_Module_Which_esModule + const Worker_Module_Which_json + const Worker_Module_Which_obsolete + const Worker_Module_Which_obsoletePythonRequirement + const Worker_Module_Which_pythonModule + const Worker_Module_Which_text + const Worker_Module_Which_wasm + func (w Worker_Module_Which) String() string + type Worker_Which uint16 + const Worker_Which_inherit + const Worker_Which_modules + const Worker_Which_serviceWorkerScript + func (w Worker_Which) String() string + type Worker_containerEngine Worker + func (s Worker_containerEngine) HasLocalDocker() bool + func (s Worker_containerEngine) IsValid() bool + func (s Worker_containerEngine) LocalDocker() (Worker_DockerConfiguration, error) + func (s Worker_containerEngine) Message() *capnp.Message + func (s Worker_containerEngine) NewLocalDocker() (Worker_DockerConfiguration, error) + func (s Worker_containerEngine) Segment() *capnp.Segment + func (s Worker_containerEngine) SetLocalDocker(v Worker_DockerConfiguration) error + func (s Worker_containerEngine) SetNone() + func (s Worker_containerEngine) Which() Worker_containerEngine_Which + type Worker_containerEngine_Future struct + func (f Worker_containerEngine_Future) Struct() (Worker_containerEngine, error) + func (p Worker_containerEngine_Future) LocalDocker() Worker_DockerConfiguration_Future + type Worker_containerEngine_Which uint16 + const Worker_containerEngine_Which_localDocker + const Worker_containerEngine_Which_none + func (w Worker_containerEngine_Which) String() string + type Worker_durableObjectStorage Worker + func (s Worker_durableObjectStorage) HasLocalDisk() bool + func (s Worker_durableObjectStorage) IsValid() bool + func (s Worker_durableObjectStorage) LocalDisk() (string, error) + func (s Worker_durableObjectStorage) LocalDiskBytes() ([]byte, error) + func (s Worker_durableObjectStorage) Message() *capnp.Message + func (s Worker_durableObjectStorage) Segment() *capnp.Segment + func (s Worker_durableObjectStorage) SetInMemory() + func (s Worker_durableObjectStorage) SetLocalDisk(v string) error + func (s Worker_durableObjectStorage) SetNone() + func (s Worker_durableObjectStorage) Which() Worker_durableObjectStorage_Which + type Worker_durableObjectStorage_Future struct + func (f Worker_durableObjectStorage_Future) Struct() (Worker_durableObjectStorage, error) + type Worker_durableObjectStorage_Which uint16 + const Worker_durableObjectStorage_Which_inMemory + const Worker_durableObjectStorage_Which_localDisk + const Worker_durableObjectStorage_Which_none + func (w Worker_durableObjectStorage_Which) String() string