github.com/altipla-consulting/ravendb-go-client@v0.1.3/operation_status_change.go (about)

     1  package ravendb
     2  
     3  // OperationStatusChange describes a change to the operation status. Can be used as DatabaseChange.
     4  type OperationStatusChange struct {
     5  	OperationID int64
     6  	State       map[string]interface{}
     7  }