Documentation
¶
Index ¶
- type Server
- func (s *Server) InstanceCreate(ctx context.Context, req *cachepb.InstanceCreateRequest) (*cachepb.InstanceCreateResponse, error)
- func (s *Server) InstanceDelete(ctx context.Context, req *cachepb.InstanceDeleteRequest) (*cachepb.InstanceDeleteResponse, error)
- func (s *Server) InstanceIntentDelete(ctx context.Context, req *cachepb.InstanceIntentDeleteRequest) (*cachepb.InstanceIntentDeleteResponse, error)
- func (s *Server) InstanceIntentExists(ctx context.Context, req *cachepb.InstanceIntentExistsRequest) (*cachepb.InstanceIntentExistsResponse, error)
- func (s *Server) InstanceIntentGet(ctx context.Context, req *cachepb.InstanceIntentGetRequest) (*cachepb.InstanceIntentGetResponse, error)
- func (s *Server) InstanceIntentModify(ctx context.Context, req *cachepb.InstanceIntentModifyRequest) (*cachepb.InstanceIntentModifyResponse, error)
- func (s *Server) InstanceIntentsGetAll(req *cachepb.InstanceIntentGetAllRequest, ...) error
- func (s *Server) InstanceIntentsList(ctx context.Context, req *cachepb.InstanceIntentsListRequest) (*cachepb.InstanceIntentsListResponse, error)
- func (s *Server) InstancesList(ctx context.Context, req *cachepb.InstancesListRequest) (*cachepb.InstancesListResponse, error)
- func (s *Server) ServeHTTP()
- func (s *Server) Start(ctx context.Context) error
- func (s *Server) Stop()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
cachepb.UnimplementedCacheServer
// contains filtered or unexported fields
}
func (*Server) InstanceCreate ¶ added in v0.0.36
func (s *Server) InstanceCreate(ctx context.Context, req *cachepb.InstanceCreateRequest) (*cachepb.InstanceCreateResponse, error)
func (*Server) InstanceDelete ¶ added in v0.0.36
func (s *Server) InstanceDelete(ctx context.Context, req *cachepb.InstanceDeleteRequest) (*cachepb.InstanceDeleteResponse, error)
func (*Server) InstanceIntentDelete ¶ added in v0.0.36
func (s *Server) InstanceIntentDelete(ctx context.Context, req *cachepb.InstanceIntentDeleteRequest) (*cachepb.InstanceIntentDeleteResponse, error)
func (*Server) InstanceIntentExists ¶ added in v0.0.36
func (s *Server) InstanceIntentExists(ctx context.Context, req *cachepb.InstanceIntentExistsRequest) (*cachepb.InstanceIntentExistsResponse, error)
func (*Server) InstanceIntentGet ¶ added in v0.0.36
func (s *Server) InstanceIntentGet(ctx context.Context, req *cachepb.InstanceIntentGetRequest) (*cachepb.InstanceIntentGetResponse, error)
func (*Server) InstanceIntentModify ¶ added in v0.0.36
func (s *Server) InstanceIntentModify(ctx context.Context, req *cachepb.InstanceIntentModifyRequest) (*cachepb.InstanceIntentModifyResponse, error)
func (*Server) InstanceIntentsGetAll ¶ added in v0.0.36
func (s *Server) InstanceIntentsGetAll(req *cachepb.InstanceIntentGetAllRequest, stream grpc.ServerStreamingServer[cachepb.InstanceIntentGetResponse]) error
func (*Server) InstanceIntentsList ¶ added in v0.0.36
func (s *Server) InstanceIntentsList(ctx context.Context, req *cachepb.InstanceIntentsListRequest) (*cachepb.InstanceIntentsListResponse, error)
func (*Server) InstancesList ¶ added in v0.0.36
func (s *Server) InstancesList(ctx context.Context, req *cachepb.InstancesListRequest) (*cachepb.InstancesListResponse, error)
Click to show internal directories.
Click to hide internal directories.