implement class logo
All checks were successful
Build and Publish / check-chart (push) Successful in 20s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / release (push) Successful in 4m55s

This commit is contained in:
2025-07-08 16:28:53 -04:00
parent bfcebb63c5
commit 1e8d3abf8a
14 changed files with 1715 additions and 22 deletions

7
.vscode/launch.json vendored
View File

@ -8,9 +8,12 @@
"request": "launch",
"program": "${workspaceFolder}",
"env": {
"APP_NAME": "Go HTTP with OTEL"
"APP_NAME": "Class GRPC Server"
},
"args": []
"args": [
"-config",
"config.yaml"
]
}
]
}