github.com/chnsz/golangsdk@v0.0.0-20240506093406-85a3fbfa605b/openstack/taurusdb/v3/auditlog/results.go (about)

     1  package auditlog
     2  
     3  type UpdateResp struct {
     4  	Result    string `json:"result"`
     5  	ErrorCode string `json:"error_code"`
     6  	ErrorMsg  string `json:"error_msg"`
     7  }
     8  
     9  type AuditLogStatus struct {
    10  	SwitchStatus string `json:"switch_status"`
    11  	ErrorCode    string `json:"error_code"`
    12  	ErrorMsg     string `json:"error_msg"`
    13  }