Skip to content

Commit be69e70

Browse files
committed
doc: コメントを追加
1 parent 378104d commit be69e70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/entity/config.go

+3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ import (
99
"github.com/spf13/viper"
1010
)
1111

12+
// コミットメッセージの言語の列挙型
1213
type Language int
1314

1415
const (
1516
EN Language = iota
1617
JP
1718
)
1819

20+
// コミットメッセージの形式の列挙型
1921
type CodeFormat int
2022

2123
const (
@@ -24,6 +26,7 @@ const (
2426
PrefixFormat
2527
)
2628

29+
// AIのソースの列挙型
2730
type AISource int
2831

2932
const (

0 commit comments

Comments
 (0)