parser

package
v0.0.0-...-e769972 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseGithubRepo

func ParseGithubRepo(input string) (string, error)

url to github repo

Types

type GoParser

type GoParser struct{}

func NewGoParser

func NewGoParser() *GoParser

func (GoParser) GetGitRepos

func (g GoParser) GetGitRepos(data []byte) ([]string, error)

type IParser

type IParser interface {
	GetGitRepos(data []byte) ([]string, error)
}

type NodeParser

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

func NewNodeParser

func NewNodeParser(concurrency uint) *NodeParser

func (*NodeParser) GetGitRepos

func (l *NodeParser) GetGitRepos(data []byte) ([]string, error)

Jump to

Keyboard shortcuts

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