Versions in this module Expand all Collapse all v1 v1.22.0 Sep 26, 2023 Changes in this version + var File_proto_quickdb_v1_quickdb_proto protoreflect.FileDescriptor + func RegisterQuickServer(s *grpc.Server, srv QuickServer) + type CreateEphemeralDatabaseRequest struct + Engine string + Migrations []string + Region string + ServerId string + func (*CreateEphemeralDatabaseRequest) Descriptor() ([]byte, []int) + func (*CreateEphemeralDatabaseRequest) ProtoMessage() + func (x *CreateEphemeralDatabaseRequest) GetEngine() string + func (x *CreateEphemeralDatabaseRequest) GetMigrations() []string + func (x *CreateEphemeralDatabaseRequest) GetRegion() string + func (x *CreateEphemeralDatabaseRequest) GetServerId() string + func (x *CreateEphemeralDatabaseRequest) ProtoReflect() protoreflect.Message + func (x *CreateEphemeralDatabaseRequest) Reset() + func (x *CreateEphemeralDatabaseRequest) String() string + type CreateEphemeralDatabaseResponse struct + DatabaseId string + Uri string + func (*CreateEphemeralDatabaseResponse) Descriptor() ([]byte, []int) + func (*CreateEphemeralDatabaseResponse) ProtoMessage() + func (x *CreateEphemeralDatabaseResponse) GetDatabaseId() string + func (x *CreateEphemeralDatabaseResponse) GetUri() string + func (x *CreateEphemeralDatabaseResponse) ProtoReflect() protoreflect.Message + func (x *CreateEphemeralDatabaseResponse) Reset() + func (x *CreateEphemeralDatabaseResponse) String() string + type DropEphemeralDatabaseRequest struct + DatabaseId string + func (*DropEphemeralDatabaseRequest) Descriptor() ([]byte, []int) + func (*DropEphemeralDatabaseRequest) ProtoMessage() + func (x *DropEphemeralDatabaseRequest) GetDatabaseId() string + func (x *DropEphemeralDatabaseRequest) ProtoReflect() protoreflect.Message + func (x *DropEphemeralDatabaseRequest) Reset() + func (x *DropEphemeralDatabaseRequest) String() string + type DropEphemeralDatabaseResponse struct + func (*DropEphemeralDatabaseResponse) Descriptor() ([]byte, []int) + func (*DropEphemeralDatabaseResponse) ProtoMessage() + func (x *DropEphemeralDatabaseResponse) ProtoReflect() protoreflect.Message + func (x *DropEphemeralDatabaseResponse) Reset() + func (x *DropEphemeralDatabaseResponse) String() string + type File struct + Contents []byte + Name string + func (*File) Descriptor() ([]byte, []int) + func (*File) ProtoMessage() + func (x *File) GetContents() []byte + func (x *File) GetName() string + func (x *File) ProtoReflect() protoreflect.Message + func (x *File) Reset() + func (x *File) String() string + type QuickClient interface + CreateEphemeralDatabase func(ctx context.Context, in *CreateEphemeralDatabaseRequest, ...) (*CreateEphemeralDatabaseResponse, error) + DropEphemeralDatabase func(ctx context.Context, in *DropEphemeralDatabaseRequest, opts ...grpc.CallOption) (*DropEphemeralDatabaseResponse, error) + UploadArchive func(ctx context.Context, in *UploadArchiveRequest, opts ...grpc.CallOption) (*UploadArchiveResponse, error) + func NewQuickClient(cc grpc.ClientConnInterface) QuickClient + type QuickServer interface + CreateEphemeralDatabase func(context.Context, *CreateEphemeralDatabaseRequest) (*CreateEphemeralDatabaseResponse, error) + DropEphemeralDatabase func(context.Context, *DropEphemeralDatabaseRequest) (*DropEphemeralDatabaseResponse, error) + UploadArchive func(context.Context, *UploadArchiveRequest) (*UploadArchiveResponse, error) + type UnimplementedQuickServer struct + func (*UnimplementedQuickServer) CreateEphemeralDatabase(context.Context, *CreateEphemeralDatabaseRequest) (*CreateEphemeralDatabaseResponse, error) + func (*UnimplementedQuickServer) DropEphemeralDatabase(context.Context, *DropEphemeralDatabaseRequest) (*DropEphemeralDatabaseResponse, error) + func (*UnimplementedQuickServer) UploadArchive(context.Context, *UploadArchiveRequest) (*UploadArchiveResponse, error) + type UploadArchiveRequest struct + Inputs []*File + Outputs []*File + SqlcVersion string + func (*UploadArchiveRequest) Descriptor() ([]byte, []int) + func (*UploadArchiveRequest) ProtoMessage() + func (x *UploadArchiveRequest) GetInputs() []*File + func (x *UploadArchiveRequest) GetOutputs() []*File + func (x *UploadArchiveRequest) GetSqlcVersion() string + func (x *UploadArchiveRequest) ProtoReflect() protoreflect.Message + func (x *UploadArchiveRequest) Reset() + func (x *UploadArchiveRequest) String() string + type UploadArchiveResponse struct + Checksum []byte + func (*UploadArchiveResponse) Descriptor() ([]byte, []int) + func (*UploadArchiveResponse) ProtoMessage() + func (x *UploadArchiveResponse) GetChecksum() []byte + func (x *UploadArchiveResponse) ProtoReflect() protoreflect.Message + func (x *UploadArchiveResponse) Reset() + func (x *UploadArchiveResponse) String() string