api

package
v0.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2025 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Overview

Package api contains API-related concerns: endpoint definitions, middlewares and all resource representations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoggingMiddleware

func LoggingMiddleware(svc coap.Service, logger *slog.Logger) coap.Service

LoggingMiddleware adds logging facilities to the adapter.

func MakeCoAPHandler

func MakeCoAPHandler(svc coap.Service, channelsClient grpcChannelsV1.ChannelsServiceClient, parser messaging.TopicParser, l *slog.Logger) mux.Handler

MakeCoAPHandler creates handler for CoAP messages.

func MakeHandler

func MakeHandler(instanceID string) http.Handler

MakeHandler returns a HTTP handler for API endpoints.

func MetricsMiddleware

func MetricsMiddleware(svc coap.Service, counter metrics.Counter, latency metrics.Histogram) coap.Service

MetricsMiddleware instruments adapter by tracking request count and latency.

Types

type CoAPHandler added in v0.17.0

type CoAPHandler struct {
	// contains filtered or unexported fields
}

func (*CoAPHandler) ServeCOAP added in v0.17.0

func (h *CoAPHandler) ServeCOAP(w mux.ResponseWriter, m *mux.Message)

ServeCOAP implements the mux.Handler interface for handling CoAP messages.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL