grpc

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 22, 2026 License: Apache-2.0 Imports: 33 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminCheckpointServer

type AdminCheckpointServer struct {
	pb.UnimplementedAdminCheckpointServiceServer
	Store registrystore.MemoryStore
}

func (*AdminCheckpointServer) GetCheckpoint

func (*AdminCheckpointServer) PutCheckpoint

type AdminConversationsServer

type AdminConversationsServer struct {
	pb.UnimplementedAdminConversationsServiceServer
	Store  registrystore.MemoryStore
	Config *config.Config
}

func (*AdminConversationsServer) GetConversation

func (*AdminConversationsServer) ListConversations

func (*AdminConversationsServer) ListForks

func (*AdminConversationsServer) ListMemberships

func (*AdminConversationsServer) UpdateConversation

type AdminEntriesServer

type AdminEntriesServer struct {
	pb.UnimplementedAdminEntriesServiceServer
	Store registrystore.MemoryStore
}

func (*AdminEntriesServer) GetEntry

func (*AdminEntriesServer) ListEntries

type AdminMemoriesServer

func (*AdminMemoriesServer) DeleteMemory

func (*AdminMemoriesServer) GetMemory

func (*AdminMemoriesServer) GetMemoryIndexStatus

func (*AdminMemoriesServer) GetMemoryUsage

func (*AdminMemoriesServer) ListMemories

func (*AdminMemoriesServer) ListTopMemoryUsage

func (*AdminMemoriesServer) SearchMemories

type AttachmentsServer

type AttachmentsServer struct {
	pb.UnimplementedAttachmentsServiceServer
	Store       registrystore.MemoryStore
	AttachStore registryattach.AttachmentStore
	MaxBodySize int64
	Config      *config.Config
}

func (*AttachmentsServer) DownloadAttachment

func (*AttachmentsServer) GetAttachment

func (*AttachmentsServer) UploadAttachment

type ConversationsServer

type ConversationsServer struct {
	pb.UnimplementedConversationsServiceServer
	Store registrystore.MemoryStore
}

func (*ConversationsServer) CreateConversation

func (s *ConversationsServer) CreateConversation(ctx context.Context, req *pb.CreateConversationRequest) (*pb.Conversation, error)

func (*ConversationsServer) GetConversation

func (*ConversationsServer) ListChildConversations

func (*ConversationsServer) ListConversations

func (*ConversationsServer) ListForks

func (*ConversationsServer) UpdateConversation

func (s *ConversationsServer) UpdateConversation(ctx context.Context, req *pb.UpdateConversationRequest) (*pb.Conversation, error)

type EntriesServer

func (*EntriesServer) AppendEntry

func (s *EntriesServer) AppendEntry(ctx context.Context, req *pb.AppendEntryRequest) (*pb.Entry, error)

func (*EntriesServer) ListEntries

func (*EntriesServer) SyncEntries

type MembershipsServer

func (*MembershipsServer) DeleteMembership

func (s *MembershipsServer) DeleteMembership(ctx context.Context, req *pb.DeleteMembershipRequest) (*emptypb.Empty, error)

func (*MembershipsServer) ListMemberships

func (*MembershipsServer) ShareConversation

func (*MembershipsServer) UpdateMembership

type MemoriesServer

func (*MemoriesServer) GetMemory

func (s *MemoriesServer) GetMemory(ctx context.Context, req *pb.GetMemoryRequest) (*pb.MemoryItem, error)

func (*MemoriesServer) ListMemoryNamespaces

func (*MemoriesServer) PutMemory

func (*MemoriesServer) SearchMemories

func (*MemoriesServer) UpdateMemory

func (s *MemoriesServer) UpdateMemory(ctx context.Context, req *pb.UpdateMemoryRequest) (*emptypb.Empty, error)

type ResponseRecorderServer

type ResponseRecorderServer struct {
	pb.UnimplementedResponseRecorderServiceServer
	Resumer  *internalresumer.Store
	Store    registrystore.MemoryStore
	Config   *config.Config
	Enabled  bool
	EventBus registryeventbus.EventBus
}

func (*ResponseRecorderServer) Cancel

func (*ResponseRecorderServer) CheckRecordings

func (*ResponseRecorderServer) IsEnabled

func (*ResponseRecorderServer) Record

func (*ResponseRecorderServer) Replay

type SearchServer

type SearchServer struct {
	pb.UnimplementedSearchServiceServer
	Store  registrystore.MemoryStore
	Config *config.Config
}

func (*SearchServer) IndexConversations

func (*SearchServer) ListUnindexedEntries

func (*SearchServer) SearchConversations

func (s *SearchServer) SearchConversations(ctx context.Context, req *pb.SearchEntriesRequest) (*pb.SearchEntriesResponse, error)

type SystemServer

type SystemServer struct {
	pb.UnimplementedSystemServiceServer
	Config *config.Config
}

func (*SystemServer) GetCapabilities

func (s *SystemServer) GetCapabilities(ctx context.Context, _ *emptypb.Empty) (*pb.CapabilitiesResponse, error)

func (*SystemServer) GetHealth

func (s *SystemServer) GetHealth(_ context.Context, _ *emptypb.Empty) (*pb.HealthResponse, error)

type TransfersServer

func (*TransfersServer) AcceptOwnershipTransfer

func (s *TransfersServer) AcceptOwnershipTransfer(ctx context.Context, req *pb.AcceptOwnershipTransferRequest) (*emptypb.Empty, error)

func (*TransfersServer) CreateOwnershipTransfer

func (s *TransfersServer) CreateOwnershipTransfer(ctx context.Context, req *pb.CreateOwnershipTransferRequest) (*pb.OwnershipTransfer, error)

func (*TransfersServer) DeleteOwnershipTransfer

func (s *TransfersServer) DeleteOwnershipTransfer(ctx context.Context, req *pb.DeleteOwnershipTransferRequest) (*emptypb.Empty, error)

func (*TransfersServer) GetOwnershipTransfer

func (s *TransfersServer) GetOwnershipTransfer(ctx context.Context, req *pb.GetOwnershipTransferRequest) (*pb.OwnershipTransfer, error)

func (*TransfersServer) ListOwnershipTransfers

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL