2022-09-13 19:02:26 -06:00
|
|
|
package pkg
|
2023-01-10 20:23:47 -07:00
|
|
|
|
|
|
|
const (
|
|
|
|
ContextKeyTypeConfig string = "CONFIG"
|
|
|
|
ContextKeyTypeDatabase string = "REPOSITORY"
|
|
|
|
ContextKeyTypeLogger string = "LOGGER"
|
|
|
|
|
|
|
|
ContextKeyTypeAuthUsername string = "AUTH_USERNAME"
|
|
|
|
ContextKeyTypeAuthToken string = "AUTH_TOKEN"
|
|
|
|
|
|
|
|
FhirResourceTypeComposition string = "Composition"
|
|
|
|
)
|