Versions in this module Expand all Collapse all v0 v0.9.0 May 5, 2026 Changes in this version + type Options struct + Page paging.Request + type Result struct + Items []SuspectEdge + Pagination paging.Page + type Service struct + func New(db *gorm.DB, graphStore store.GraphStore) *Service + func (s *Service) FindSuspects(ctx context.Context, opts Options) ([]SuspectEdge, error) + func (s *Service) FindSuspectsPage(ctx context.Context, opts Options) (Result, error) + type SuspectEdge struct + Edge model.Edge + Source model.Node + Suspect bool + Target model.Node