Documentation ¶ Index ¶ type Service func New(q *query.Service) *Service func (s *Service) DOT(ctx context.Context, repoID int64, symbol string, depth int) ([]byte, error) func (s *Service) JSON(ctx context.Context, repoID int64) ([]byte, 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 New ¶ func New(q *query.Service) *Service func (*Service) DOT ¶ func (s *Service) DOT(ctx context.Context, repoID int64, symbol string, depth int) ([]byte, error) func (*Service) JSON ¶ func (s *Service) JSON(ctx context.Context, repoID int64) ([]byte, error) Source Files ¶ View all Source files export.go Click to show internal directories. Click to hide internal directories.