Categorygithub.com/petruki/gitops-poc
module
0.0.0-20240623221412-e1aef3f48e58
Repository: https://github.com/petruki/gitops-poc.git
Documentation: pkg.go.dev

# README

About

This project is an experiment to validate various ideas for DevOps tooling.

  • GitOps routines
  • GraphQL consumer client
  • GoGit for interacting with git
  • Coroutines for scheduling and running tasks

Requirements

  • go 1.21

Run Project

  • Running go run ./src/cmd/app/main.go
  • Testing go test -coverpkg=./... -v
  • Building go build -o ./bin/app ./src/cmd/app/main.go

# Packages

No description provided by the author