Skip to content

docs: text/template 참조 정리, README 한글화, config 예제 이동#34

Merged
ppzxc merged 2 commits into
mainfrom
feature/template
Mar 22, 2026
Merged

docs: text/template 참조 정리, README 한글화, config 예제 이동#34
ppzxc merged 2 commits into
mainfrom
feature/template

Conversation

@ppzxc

@ppzxc ppzxc commented Mar 22, 2026

Copy link
Copy Markdown
Owner

Summary

  • 문서 내 Go text/template 잔존 참조를 CEL/Expr 표현식 기반으로 수정
  • README.md를 한글로 재작성
  • config.example.yamlinternal/config/에서 docs/로 이동
  • .gitignore의 구 프로젝트명(webhook-relay) → relaybox로 수정

Motivation

프로젝트가 초기 text/template 설계에서 CEL/Expr 표현식 엔진으로 전환되었으나, 문서에 이전 참조가 남아 있어 혼동을 유발함. 설정 예제 파일의 위치도 internal/ 깊이 있어 접근성이 낮았음.

Changes

  • asyncapi.yaml, CLAUDE.md, 설계/계획 문서에서 text/template 참조 제거
  • domain/template.go 참조 제거 (파일 미존재)
  • README.md 전체 한글 번역
  • config.example.yamldocs/config.example.yaml 이동
  • .gitignore 바이너리명 수정

Test plan

  • 빌드 확인 (CGO_ENABLED=1 go build -o relaybox ./cmd/server/)
  • 테스트 통과 (go test -race ./... -timeout 60s)
  • grep -r "text/template" --include="*.md" --include="*.yaml" — 잔존 참조 없음

@ppzxc ppzxc left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

셀프 리뷰 완료 ✅

  • 문서 내 Go text/template 잔존 참조 → CEL/Expr로 수정 확인
  • domain/template.go 참조 제거 확인
  • Template 타입 stringmap[string]string 반영 확인
  • README 한글화 정확, 기술 용어 보존
  • config.example.yaml rename 처리 (내용 변경 없음)
  • .gitignore 프로젝트명 webhook-relayrelaybox 수정 확인

ppzxc added 2 commits March 22, 2026 21:03
초기 설계의 Go text/template 참조가 문서에 남아 있었으나
실제 구현은 CEL/Expr 표현식 엔진을 사용한다.
문서 정합성을 맞추고 README를 한글로 재작성한다.
- config.example.yaml: internal/config/ → docs/ (접근성 개선)
- .gitignore: webhook-relay → relaybox (리네이밍 반영)
@ppzxc ppzxc force-pushed the feature/template branch from d3e6cec to 3d0f7f2 Compare March 22, 2026 12:04
@ppzxc ppzxc merged commit a3c8338 into main Mar 22, 2026
2 checks passed
@ppzxc ppzxc deleted the feature/template branch March 22, 2026 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant