MCPcopy Create free account
hub / github.com/dreamsofcode-io/zenstats / Config

Struct Config

internal/app/config.go:9–9  ·  view source on GitHub ↗

Config defines the values we can configure in the application. It's unlikely that you'll ever need to construct this yourself unless for testing. Instead, it should be loaded from the config file found in config.yaml

Source from the content-addressed store, hash-verified

7// Instead, it should be loaded from the config file
8// found in config.yaml
9type Config struct{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected