mirror of
https://github.com/minio/minio.git
synced 2025-01-12 07:23:23 -05: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
@ -203,7 +203,7 @@ type Usage struct {
|
|||||||
// Vault - Fetches the Vault status
|
// Vault - Fetches the Vault status
|
||||||
type Vault struct {
|
type Vault struct {
|
||||||
Status string `json:"status,omitempty"`
|
Status string `json:"status,omitempty"`
|
||||||
Encrypt string `json:"encryp,omitempty"`
|
Encrypt string `json:"encrypt,omitempty"`
|
||||||
Decrypt string `json:"decrypt,omitempty"`
|
Decrypt string `json:"decrypt,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@ type SysOBDProcess struct {
|
|||||||
Tgid int32 `json:"tgid,omitempty"`
|
Tgid int32 `json:"tgid,omitempty"`
|
||||||
Threads map[int32]*cpu.TimesStat `json:"threadstats,omitempty"`
|
Threads map[int32]*cpu.TimesStat `json:"threadstats,omitempty"`
|
||||||
Times *cpu.TimesStat `json:"cputimes,omitempty"`
|
Times *cpu.TimesStat `json:"cputimes,omitempty"`
|
||||||
Uids []int32 `json:"uidsomitempty"`
|
Uids []int32 `json:"uids,omitempty"`
|
||||||
Username string `json:"username,omitempty"`
|
Username string `json:"username,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user