Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/cloudstack-go
/ NicService
Struct
NicService
cloudstack/cloudstack.go:1238–1240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1236
}
1237
1238
type
NicService
struct
{
1239
cs *CloudStackClient
1240
}
1241
1242
func
NewNicService(cs *CloudStackClient) NicServiceIface {
1243
return
&NicService{cs: cs}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected