package
4.4.10
Repository: https://github.com/pydio/cells.git
Documentation: pkg.go.dev

# README

Log Service

A simple implementation of a log repository that receives all log messages via gRPC and store them in a bleve repository.

REST API

TODO

# Packages

Package grpc provides a Pydio GRPC service for querying the logs.
Package rest exposes a simple REST API for communicating with the GRPC package.

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
IndexableLog extends default log.LogMessage struct to add index specific methods.
No description provided by the author
No description provided by the author

# Interfaces

MessageRepository exposes interface methods to manage the log messages provided by Pydio.