MCPcopy
hub / github.com/blushft/go-diagrams / Provider

Function Provider

diagram/node.go:176–180  ·  view source on GitHub ↗
(p string)

Source from the content-addressed store, hash-verified

174}
175
176func Provider(p string) NodeOption {
177 return func(o *NodeOptions) {
178 o.Provider = p
179 }
180}
181
182func Icon(i string) NodeOption {
183 return func(o *NodeOptions) {

Callers 15

controlplane.goFile · 0.92
storage.goFile · 0.92
ecosystem.goFile · 0.92
clusterconfig.goFile · 0.92
rbac.goFile · 0.92
group.goFile · 0.92
compute.goFile · 0.92
infra.goFile · 0.92
podconfig.goFile · 0.92
others.goFile · 0.92
network.goFile · 0.92
storage.goFile · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…