Documentation ¶
Index ¶
- type Server
- func (s *Server) List(ctx context.Context, req *proto.ListRequest) (*proto.ListResponse, error)
- func (s *Server) Search(ctx context.Context, req *proto.SearchRequest) (*proto.SearchResponse, error)
- func (s *Server) StreamSearch(req *proto.StreamSearchRequest, ss proto.WebserverService_StreamSearchServer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { proto.UnimplementedWebserverServiceServer // contains filtered or unexported fields }
func (*Server) List ¶
func (s *Server) List(ctx context.Context, req *proto.ListRequest) (*proto.ListResponse, error)
func (*Server) Search ¶
func (s *Server) Search(ctx context.Context, req *proto.SearchRequest) (*proto.SearchResponse, error)
func (*Server) StreamSearch ¶
func (s *Server) StreamSearch(req *proto.StreamSearchRequest, ss proto.WebserverService_StreamSearchServer) error
Click to show internal directories.
Click to hide internal directories.