Versions in this module Expand all Collapse all v0 v0.1.0 Mar 13, 2022 Changes in this version + type AddInput struct + ChatID int64 + Description string + InputType string + Name string + UserID int64 + type AddInputHandler struct + func NewAddInputHandler(inputFactory domain.InputFactory, inputRepository domain.InputRepository) AddInputHandler + func (h AddInputHandler) Handle(ctx context.Context, cmd AddInput) error