Versions in this module Expand all Collapse all v0 v0.1.0 May 20, 2026 Changes in this version + var File_proto_nerdbox_services_bundle_v1_bundle_proto protoreflect.FileDescriptor + func RegisterTTRPCBundleService(srv *ttrpc.Server, svc TTRPCBundleService) + type CreateRequest struct + Files map[string][]byte + ID string + func (*CreateRequest) Descriptor() ([]byte, []int) + func (*CreateRequest) ProtoMessage() + func (x *CreateRequest) GetFiles() map[string][]byte + func (x *CreateRequest) GetID() string + func (x *CreateRequest) ProtoReflect() protoreflect.Message + func (x *CreateRequest) Reset() + func (x *CreateRequest) String() string + type CreateResponse struct + Bundle string + func (*CreateResponse) Descriptor() ([]byte, []int) + func (*CreateResponse) ProtoMessage() + func (x *CreateResponse) GetBundle() string + func (x *CreateResponse) ProtoReflect() protoreflect.Message + func (x *CreateResponse) Reset() + func (x *CreateResponse) String() string + type TTRPCBundleService interface + Create func(context.Context, *CreateRequest) (*CreateResponse, error) + func NewTTRPCBundleClient(client *ttrpc.Client) TTRPCBundleService