Files
magistrala/journal/doc.go
T
b1ackd0t 0794363a3c MG-1965 - Process Event Logs (#2057)
Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
2024-06-27 16:38:20 +02:00

8 lines
308 B
Go

// Copyright (c) Abstract Machines
// SPDX-License-Identifier: Apache-2.0
// Package journal contains the journal service.
// This service is responsible for storing events from the event store to a
// journal log repository. It is also responsible for providing a REST API to query events.
package journal