Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type HttpInput struct + InputName string + func New() (*HttpInput, error) + func (h *HttpInput) CreateMessage(ctx context.Context, request *pb.CreateMessageRequest, vars map[string]string) error + func (h *HttpInput) Name() string + func (h *HttpInput) Start(handler input.Handler) error + func (h *HttpInput) Stop() error