go-micro-log-service

module
v0.1.9 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2024 License: MIT

README

go-micro-log-service

Simple logging service that writes to a mongo database. Supports http PUT requests and RPC.

routes
url Command parameters
/log POST json: name: string, data: string
RPC
type RPCPayload struct {
	Name string
	Data string
}

LogInfo

Directories

Path Synopsis
cmd
api
dao
mocks
Package mock_dao is a generated GoMock package.
Package mock_dao is a generated GoMock package.

Jump to

Keyboard shortcuts

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