maudit

command module
v0.0.0-...-5259590 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2024 License: MIT Imports: 10 Imported by: 0

README

操作审计

场景

规避平台风险,记录用户在什么时间操作的什么功能(接口)

设计

数据库

use admin
db.auth("admin","123456")
use maudit_mini
db.createUser({user: "maudit", pwd: "123456", roles: [{ role: "dbOwner", db: "maudit_mini" }]})

业务编写

  1. 中间件: 用于收集审计日志,发送到kafka

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
log
clients

Jump to

Keyboard shortcuts

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