Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 ...
Click to show internal directories.
Click to hide internal directories.