mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-11 16:30:12 -04:00
Separate shared azure code
This commit is contained in:
parent
6cd93e4179
commit
180d7872dd
9 changed files with 103 additions and 94 deletions
10
internal/azureshared/doc.go
Normal file
10
internal/azureshared/doc.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
package azureshared
|
||||
|
||||
/*
|
||||
Package azureshared contains code that is related to Microsoft Azure
|
||||
and is used by multiple microservices.
|
||||
|
||||
This package is intended to have a minimal size and surface. If you
|
||||
have Azure related code that is not shared by multiple microservices,
|
||||
please keep the code in the microservice's internal package.
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue