Documentation
¶
Index ¶
- func CleanStr(str string) string
- func PkgPattern(path string) (*regexp.Regexp, error)
- type Artifact
- func (artifact *Artifact) AllPackages() []lo.Tuple2[string, string]
- func (artifact *Artifact) AllSources() []string
- func (artifact *Artifact) FunctionsOfType(typeName string) []Function
- func (artifact *Artifact) Module() string
- func (artifact *Artifact) Package(path string) (*Package, bool)
- func (artifact *Artifact) Packages() []*Package
- func (artifact *Artifact) RootDir() string
- func (artifact *Artifact) Types() []Type
- type Function
- type Package
- type Param
- type Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Artifact ¶ added in v0.1.2
type Artifact struct {
// contains filtered or unexported fields
}
func (*Artifact) AllPackages ¶ added in v0.1.2
func (*Artifact) AllSources ¶ added in v0.1.2
func (*Artifact) FunctionsOfType ¶ added in v0.1.2
type Package ¶
type Package struct {
// contains filtered or unexported fields
}
func (*Package) ConstantFiles ¶ added in v0.1.2
Click to show internal directories.
Click to hide internal directories.