Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sa7mon/S3Scanner
/ Linode
Struct
Linode
provider/linode.go:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
)
11
12
type
Linode
struct
{
13
clients *clientmap.ClientMap
14
}
15
16
func
NewProviderLinode() (*Linode, error) {
17
pl := new(Linode)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected