https://github.com/netcracker/qubership-core-lib-go
Library provides common utilities to all Go Cloud-Core based microservices
https://github.com/netcracker/qubership-core-lib-go
core go lib qubership-core
Last synced: 14 days ago
JSON representation
Library provides common utilities to all Go Cloud-Core based microservices
- Host: GitHub
- URL: https://github.com/netcracker/qubership-core-lib-go
- Owner: Netcracker
- License: apache-2.0
- Created: 2025-02-27T07:47:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-28T14:54:42.000Z (19 days ago)
- Last Synced: 2026-05-28T16:21:46.542Z (19 days ago)
- Topics: core, go, lib, qubership-core
- Language: Go
- Homepage:
- Size: 339 KB
- Stars: 1
- Watchers: 7
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/Netcracker/qubership-core-lib-go/actions/workflows/go-build.yml)
[](https://sonarcloud.io/summary/overall?id=Netcracker_qubership-core-lib-go)
[](https://sonarcloud.io/summary/overall?id=Netcracker_qubership-core-lib-go)
[](https://sonarcloud.io/summary/overall?id=Netcracker_qubership-core-lib-go)
[](https://sonarcloud.io/summary/overall?id=Netcracker_qubership-core-lib-go)
[](https://sonarcloud.io/summary/overall?id=Netcracker_qubership-core-lib-go)
# Core
**Go Core** library provides common functionality for Go based microservices
## Packages
|Package|Description|Documentation|
|---|---|---|
|configloader|Allows to download properties from different property sources|[Readme](configloader/README.md)|
|logging|Module for convenient logging|[Readme](logging/README.md)|
|context-propagation|Allows to propagate contexts|[Readme](context-propagation/README.md)|
|memlimit|Sets soft memory limit - 0.9 from cgroup memory limit at startup|[Readme](memlimit/README.md)|
|tokensource|Util for getting k8s tokens|[Readme](security/tokensource/README.md)|
|tokenverifier|Util for verifying k8s projected volume tokens|[Readme](security/tokenverifier/README.md)|
|rest|Rest client for making requests to internal services, maas, dbaas|[Readme](security/rest/README.md)|