Acn Go Interfaces Dependencies

Go interface design, dependency direction, and package coupling patterns. Use when defining interfaces, choosing where to place them, designing constructors, injecting dependencies, or reviewing import graphs. Trigger on exported interfaces in provider packages, interfaces matching a single type, backwards imports (server importing client), or functions accepting entire config structs when they need one field. Supersedes generic Go interface guidance with stronger opinions on consumer-side interfaces and coupling.

Azure 395884b 12.2 KB Updated

File contents

azure/azure-container-networking/tree/main/.github/skills/acn-go-interfaces-dependencies commit 395884bfc3

Frequently asked questions

npx skillmds@latest add azure/acn-go-interfaces-dependencies