Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DashboardTelemetryRestHandler ¶
type DashboardTelemetryRestHandler interface { SendDashboardAccessedEvent(w http.ResponseWriter, r *http.Request) SendDashboardLoggedInEvent(w http.ResponseWriter, r *http.Request) }
type DashboardTelemetryRestHandlerImpl ¶
type DashboardTelemetryRestHandlerImpl struct {
// contains filtered or unexported fields
}
func NewDashboardTelemetryRestHandlerImpl ¶
func NewDashboardTelemetryRestHandlerImpl(logger *zap.SugaredLogger, telemetry telemetry.TelemetryEventClient) *DashboardTelemetryRestHandlerImpl
func (*DashboardTelemetryRestHandlerImpl) SendDashboardAccessedEvent ¶
func (handler *DashboardTelemetryRestHandlerImpl) SendDashboardAccessedEvent(w http.ResponseWriter, r *http.Request)
func (*DashboardTelemetryRestHandlerImpl) SendDashboardLoggedInEvent ¶
func (handler *DashboardTelemetryRestHandlerImpl) SendDashboardLoggedInEvent(w http.ResponseWriter, r *http.Request)
type DashboardTelemetryRouterImpl ¶
type DashboardTelemetryRouterImpl struct {
// contains filtered or unexported fields
}
func NewDashboardTelemetryRouterImpl ¶
func NewDashboardTelemetryRouterImpl(deploymentRestHandler DashboardTelemetryRestHandler) *DashboardTelemetryRouterImpl
func (DashboardTelemetryRouterImpl) Init ¶
func (router DashboardTelemetryRouterImpl) Init(configRouter *mux.Router)
Click to show internal directories.
Click to hide internal directories.