Documentation ¶
Index ¶
- type Service
- func (s *Service) Read(req *pb.ReadRequest, srv pb.DepotView_ReadServer) error
- func (s *Service) Resolve(ctx context.Context, req *pb.ResolveRequest) (*pb.ResolveResponse, error)
- func (s *Service) ResolveGerritChange(ctx context.Context, req *pb.ResolveGerritChangeRequest) (*pb.ResolveGerritChangeResponse, error)
- func (s *Service) Stat(ctx context.Context, req *pb.StatRequest) (*pb.StatResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) Read ¶
func (s *Service) Read(req *pb.ReadRequest, srv pb.DepotView_ReadServer) error
func (*Service) Resolve ¶
func (s *Service) Resolve(ctx context.Context, req *pb.ResolveRequest) (*pb.ResolveResponse, error)
func (*Service) ResolveGerritChange ¶
func (s *Service) ResolveGerritChange(ctx context.Context, req *pb.ResolveGerritChangeRequest) (*pb.ResolveGerritChangeResponse, error)
func (*Service) Stat ¶
func (s *Service) Stat(ctx context.Context, req *pb.StatRequest) (*pb.StatResponse, error)
Click to show internal directories.
Click to hide internal directories.