Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDesignCommentControllerImpl ¶
type CreateDesignCommentControllerImpl struct { Comment models.DesignComment htmx.DefaultController // contains filtered or unexported fields }
CreateDesignCommentControllerImpl ...
func NewCreateDesignCommentController ¶
func NewCreateDesignCommentController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *CreateDesignCommentControllerImpl
NewCreateDesignCommentController ...
func (*CreateDesignCommentControllerImpl) Error ¶
func (l *CreateDesignCommentControllerImpl) Error(err error) error
Error ...
func (*CreateDesignCommentControllerImpl) Post ¶
func (l *CreateDesignCommentControllerImpl) Post() error
Post ...
func (*CreateDesignCommentControllerImpl) Prepare ¶
func (l *CreateDesignCommentControllerImpl) Prepare() error
Prepare ...
type ReactionCommentControllerImpl ¶ added in v0.1.24
type ReactionCommentControllerImpl struct { htmx.DefaultController // contains filtered or unexported fields }
ReactionCommentControllerImpl ...
func NewReactionCommentController ¶ added in v0.1.24
func NewReactionCommentController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *ReactionCommentControllerImpl
NewReactionCommentController ...
func (*ReactionCommentControllerImpl) Delete ¶ added in v0.1.24
func (l *ReactionCommentControllerImpl) Delete() error
Delete ...
func (*ReactionCommentControllerImpl) Error ¶ added in v0.1.24
func (l *ReactionCommentControllerImpl) Error(err error) error
Error ...
func (*ReactionCommentControllerImpl) Post ¶ added in v0.1.24
func (l *ReactionCommentControllerImpl) Post() error
Post ...
func (*ReactionCommentControllerImpl) Prepare ¶ added in v0.1.24
func (l *ReactionCommentControllerImpl) Prepare() error
Prepare ...
Click to show internal directories.
Click to hide internal directories.