Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devspace-sh/devspace
/ Name
Method
Name
pkg/devspace/dependency/types/types.go:11–11 ·
view source on GitHub ↗
Name will return the dependency name
()
Source
from the content-addressed store, hash-verified
9
type
Dependency
interface
{
10
// Name will return the dependency name
11
Name() string
12
13
// Config holds the dependency config
14
Config() config.Config
Callers
4
Build
Method · 0.65
TestResolver
Function · 0.65
executeDependenciesRecursive
Method · 0.65
GetDependencyByPath
Function · 0.65
Implementers
1
Dependency
pkg/devspace/dependency/dependency.go
Calls
no outgoing calls
Tested by
1
TestResolver
Function · 0.52