mirror of
https://github.com/minio/minio.git
synced 2026-05-28 04:03:23 -04:00
Fix a couple of typos in json config (#10605)
Vault.Encrypt: encryp -> encrypt SysOBDProcess.Uids: uidsomitempty -> uids,omitempty
This commit is contained in:
parent
bea87a5a20
commit
6e138f955e
2 changed files with 2 additions and 2 deletions
|
|
@ -203,7 +203,7 @@ type Usage struct {
|
|||
// Vault - Fetches the Vault status
|
||||
type Vault struct {
|
||||
Status string `json:"status,omitempty"`
|
||||
Encrypt string `json:"encryp,omitempty"`
|
||||
Encrypt string `json:"encrypt,omitempty"`
|
||||
Decrypt string `json:"decrypt,omitempty"`
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ type SysOBDProcess struct {
|
|||
Tgid int32 `json:"tgid,omitempty"`
|
||||
Threads map[int32]*cpu.TimesStat `json:"threadstats,omitempty"`
|
||||
Times *cpu.TimesStat `json:"cputimes,omitempty"`
|
||||
Uids []int32 `json:"uidsomitempty"`
|
||||
Uids []int32 `json:"uids,omitempty"`
|
||||
Username string `json:"username,omitempty"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue