symbols

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2026 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Extractor

type Extractor interface {
	Extract(ctx context.Context, path string, content []byte) ([]domain.Symbol, error)
}

type Option

type Option func(*Service)

func WithExternalDir

func WithExternalDir(dir string) Option

type Service

type Service struct {
	// contains filtered or unexported fields
}

func NewService

func NewService(options ...Option) *Service

func (*Service) Extract

func (s *Service) Extract(ctx context.Context, language, path string, content []byte) ([]domain.Symbol, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL