mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
11 lines
335 B
Go
11 lines
335 B
Go
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.
|
|
*/
|