Documentation
¶
Index ¶
- type NodeInfo
- type Server
- func (s *Server) Delete(ctx context.Context, req *themis.DeleteRequest) (*themis.DeleteResponse, error)
- func (s *Server) Get(ctx context.Context, req *themis.GetRequest) (*themis.GetResponse, error)
- func (s *Server) Put(ctx context.Context, req *themis.PutRequest) (*themis.PutResponse, error)
- func (s *Server) Run()
- func (s *Server) SearchByPrefix(ctx context.Context, req *themis.SearchRequest) (*themis.SearchResponse, error)
- func (s *Server) Watch(ctx context.Context, req *themis.WatchRequest) (*themis.WatchResponse, error)
- func (s *Server) WatchStream(req *themis.WatchRequest, tw themis.Themis_WatchStreamServer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeInfo ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) Delete ¶
func (s *Server) Delete(ctx context.Context, req *themis.DeleteRequest) (*themis.DeleteResponse, error)
func (*Server) Get ¶
func (s *Server) Get(ctx context.Context, req *themis.GetRequest) (*themis.GetResponse, error)
func (*Server) Put ¶
func (s *Server) Put(ctx context.Context, req *themis.PutRequest) (*themis.PutResponse, error)
func (*Server) SearchByPrefix ¶
func (s *Server) SearchByPrefix(ctx context.Context, req *themis.SearchRequest) (*themis.SearchResponse, error)
func (*Server) Watch ¶
func (s *Server) Watch(ctx context.Context, req *themis.WatchRequest) (*themis.WatchResponse, error)
func (*Server) WatchStream ¶
func (s *Server) WatchStream(req *themis.WatchRequest, tw themis.Themis_WatchStreamServer) error
Click to show internal directories.
Click to hide internal directories.