Versions in this module Expand all Collapse all v0 v0.3.5 Jul 10, 2026 v0.3.4 Jul 10, 2026 Changes in this version + type ConnectionLister interface + List func(ctx context.Context, scope string) ([]configsyncconn.Connection, error) + type ListConnectionsHandler struct + func NewListConnectionsHandler(lister ConnectionLister) *ListConnectionsHandler + func (h *ListConnectionsHandler) Handle(c *fiber.Ctx) error