Skip to content

プロジェクトのファイル構成を修正 #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Nov 6, 2023
Prev Previous commit
Next Next commit
doc: コメントを追加
  • Loading branch information
mochi-yu committed Oct 4, 2023
commit be69e706b36cd74abd97f0f42f1bbaeb94aab4c4
3 changes: 3 additions & 0 deletions internal/entity/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ import (
"github.com/spf13/viper"
)

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

const (
EN Language = iota
JP
)

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

const (
Expand All @@ -24,6 +26,7 @@ const (
PrefixFormat
)

// AIのソースの列挙型
type AISource int

const (
Expand Down