Created
This commit is contained in:
7
entity/system_status_security.go
Normal file
7
entity/system_status_security.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package entity
|
||||
|
||||
// SystemStatusSecurity System status security properties
|
||||
type SystemStatusSecurity struct {
|
||||
SecureConnection bool `json:"secure_connection"`
|
||||
HideErrors bool `json:"hide_errors"`
|
||||
}
|
||||
Reference in New Issue
Block a user