Skip to content

Files

Latest commit

76255c7 · Jan 23, 2025

History

History

backend-shared

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 19, 2024
Feb 23, 2024
Nov 3, 2023
Jan 19, 2023
Oct 19, 2024
Jun 28, 2023
Sep 6, 2024
Apr 5, 2023
Jan 19, 2023
Jan 23, 2025
Jan 23, 2025
Apr 5, 2023

Managed GitOps Backend-Shared Libraries

Go Report Card GoDoc License Codecov


The Managed GitOps Backend-Shared is a group of libraries shared among the rest of the components.

It consists of the following exported Go packages:

It has the following manifests (YAML):


Development

There is nothing to go build here. These are Go packages imported by the other components of the monorepo.

You can do:

make manifests generate
make lint
make gosec

To run unit tests:

This component is not meant to be tested in isolation, but it requires the rest of the monorepo components.

Triggering make test it's probably going to fail unless you have the required environment up and running. To do this, please refer to monorepo README to find more information about it.