Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/aistore
/ azureProvider
Struct
azureProvider
ais/backend/azure.go:30–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
type
(
30
azureProvider
struct
{
31
u string
32
c *azblob.SharedKeyCredential
33
t cluster.Target
34
s azblob.ServiceURL
35
}
36
)
37
38
const
(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected