haixunMaster/haixun-backend/internal/model/ai/domain/enum/provider.go

9 lines
130 B
Go
Raw Permalink Normal View History

2026-06-23 09:54:27 +00:00
package enum
type ProviderID string
const (
ProviderOpenCode ProviderID = "opencode-go"
ProviderXAI ProviderID = "xai"
)