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

     1  package ravendb
     2  
     3  // ConflictSolver describes how to resolve conflicts
     4  type ConflictSolver struct {
     5  	ResolveByCollection map[string]*ScriptResolver `json:"ResolveByCollection"`
     6  	ResolveToLatest     bool                       `json:"ResolveToLatest"`
     7  }