Add build helpers and improve configuration example.

This commit is contained in:
2021-09-28 08:35:03 +05:00
parent bad5cc1895
commit 82bd1efe2a
9 changed files with 143 additions and 28 deletions

View File

@@ -10,6 +10,9 @@ import (
"gopkg.in/yaml.v2"
)
// Version automagically fills when building or running using Makefile.
var Version = "unknown"
// Config is a global configuration structure.
type Config struct {
Gitlab gitlab.Config `yaml:"gitlab"`