MCPcopy Create free account
hub / github.com/ProbiusOfficial/helloCTF-CTFerlink / config

Struct config

config.go:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12var Config config
13
14type config struct {
15 InputPath string `default:"input/friends.json"`
16 OutputJsonPath string `default:"output/friends.json"`
17 OutputMarkdownPath string `default:"output/friends.md"`
18 TemplatePath string `default:"template/template.md"`
19 NumOutputPost int `default:"20"`
20 ContentLength int `default:"200"`
21}
22
23// Get configs from ENV, you set them in GitHub Actions Workflow
24func init() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected