mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Add audit log for decommissioning (#14858)
This commit is contained in:
@@ -61,6 +61,8 @@ type Entry struct {
|
||||
ReqHeader map[string]string `json:"requestHeader,omitempty"`
|
||||
RespHeader map[string]string `json:"responseHeader,omitempty"`
|
||||
Tags map[string]interface{} `json:"tags,omitempty"`
|
||||
|
||||
Error string `json:"error,omitempty"`
|
||||
}
|
||||
|
||||
// NewEntry - constructs an audit entry object with some fields filled
|
||||
|
||||
Reference in New Issue
Block a user