docs: add packages docs
All checks were successful
submodules sync / sync (push) Successful in 44s
build / build (push) Successful in 1m24s
build / trigger-build-image (push) Successful in 11s

This commit is contained in:
张泊明518370910136 2025-02-21 12:28:42 -05:00
parent 787e0526dc
commit db88502414
GPG Key ID: D47306D7062CDA9D
3 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
// Package conf provides a configuration file parser for JOJ3.
// The configuration file path is determined by the commit message.
package conf
import (

1
cmd/joj3/env/env.go vendored
View File

@ -1,3 +1,4 @@
// Package env stores the environment variables from actions environment.
package env
import (

View File

@ -1,4 +1,3 @@
// Referenced from https://github.com/yuriisk/clang-tidy-converter/blob/master/clang_tidy_converter/parser/clang_tidy_parser.py
package clangtidy
import (
@ -6,6 +5,7 @@ import (
"strings"
)
// Referenced from https://github.com/yuriisk/clang-tidy-converter/blob/master/clang_tidy_converter/parser/clang_tidy_parser.py
type JsonMessage struct {
Type string `json:"type"`
CheckName string `json:"checkname"`