Skip to content

Commit

Permalink
docs: 古くなったドキュメントの削除
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Jan 19, 2025
1 parent 6066904 commit 5cb7ed4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions server/domain/src/form/answer/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ pub struct AnswerEntry {

impl AnswerEntry {
/// [`AnswerEntry`] を新しく作成します。
///
/// この関数が pub(crate) になっているのは、
/// [`AnswerEntry`] というドメインモデルは [`FormSettings`] の状態によって
/// 作成できるか否かが変わるためです。
/// このため、この関数が pub であると、Invalid な状態の [`AnswerEntry`] が作成される可能性あり、
/// [`AnswerEntry`] を作成する処理は DomainService 側に委譲するために pub(crate) にしています。
pub fn new(user: User, form_id: FormId, title: AnswerTitle) -> Self {
Self {
id: AnswerId::new(),
Expand Down

0 comments on commit 5cb7ed4

Please sign in to comment.