services

package
v0.0.0-...-0813408 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DependencyParser

type DependencyParser interface {
	ParseFile(filePath string) (map[string]*models.DependencyNode, error)
}

func NewDependencyParser

func NewDependencyParser() DependencyParser

type DependencyParserImpl

type DependencyParserImpl struct {
}

func (*DependencyParserImpl) ParseFile

func (d *DependencyParserImpl) ParseFile(filePath string) (map[string]*models.DependencyNode, error)

type FileSearchService

type FileSearchService interface {
	Search(root string, pattern string) ([]string, error)
}

func NewFileSearchService

func NewFileSearchService() FileSearchService

type FileSearchServiceImpl

type FileSearchServiceImpl struct {
}

func (*FileSearchServiceImpl) Search

func (f *FileSearchServiceImpl) Search(root string, pattern string) ([]string, error)

Jump to

Keyboard shortcuts

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