package domain
import "code.30cm.net/digimon/library-go/errs"
const (
_ = iota
CreateCommentErrorCode errs.ErrorCode = iota
GetCommentErrorCode
DelCommentErrorCode
ListCommentErrorCode
UpdateCommentErrorCode
)