/ccx-data-pipeline-monitor

Monitor for CCX data pipeline

Primary LanguageGoApache License 2.0Apache-2.0

ccx-data-pipeline-monitor

GoDoc GitHub Pages Go Report Card Build Status codecov GitHub go.mod Go version License

Monitor for CCX data pipeline

Makefile targets

Usage: make <OPTIONS> ... <TARGETS>

Available targets are:

clean                Run go clean
build                Run go build
fmt                  Run go fmt -w for all sources
lint                 Run golint
vet                  Run go vet. Report likely mistakes in source code
cyclo                Run gocyclo
ineffassign          Run ineffassign checker
shellcheck           Run shellcheck
errcheck             Run errcheck
goconst              Run goconst checker
style                Run all the formatting related commands (fmt, vet, lint, cyclo) + check shell scripts
run                  Build the project and executes the binary
test                 Run the unit tests
help                 Show this help screen
function_list        List all functions in generated binary file

Package manifest

Package manifest is available at docs/manifest.txt.