Documentation ¶ Index ¶ func Serve(ctx context.Context, addr string, nrApp *newrelic.Application, ...) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Serve ¶ func Serve(ctx context.Context, addr string, nrApp *newrelic.Application, logger *zap.Logger) error Serve initialises all the HTTP API routes, starts listening for requests at addr, and blocks until server exits. Server exits gracefully when context is cancelled. Types ¶ This section is empty. Source Files ¶ View all Source files middlewares.goserver.go Click to show internal directories. Click to hide internal directories.