Documentation
¶
Index ¶
- type Service
- func (s *Service) FindCallees(ctx context.Context, repoID int64, symbol string, symbolID int64, limit int) ([]graph.Symbol, error)
- func (s *Service) FindCallers(ctx context.Context, repoID int64, symbol string, symbolID int64, limit int) ([]graph.Symbol, error)
- func (s *Service) FindSymbol(ctx context.Context, repoID int64, query string, limit int) ([]graph.Symbol, error)
- func (s *Service) ImpactRadius(ctx context.Context, repoID int64, symbols []string, files []string, depth int) (map[string]any, error)
- func (s *Service) RelatedTests(ctx context.Context, repoID int64, symbol, file string, limit int) ([]store.RelatedTest, error)
- func (s *Service) SearchSymbols(ctx context.Context, repoID int64, query string, limit int) ([]graph.Symbol, error)
- func (s *Service) SemanticSearch(ctx context.Context, repoID int64, query string, limit int) ([]map[string]any, error)
- func (s *Service) Stats(ctx context.Context, repoID int64) (graph.Stats, 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) FindCallees ¶
func (*Service) FindCallers ¶
func (*Service) FindSymbol ¶
func (*Service) ImpactRadius ¶
func (*Service) RelatedTests ¶
func (*Service) SearchSymbols ¶
func (*Service) SemanticSearch ¶
Click to show internal directories.
Click to hide internal directories.