github.com/ravendb/ravendb-go-client@v0.0.0-20240229102137-4474ee7aa0fa/index_change.go (about)

     1  package ravendb
     2  
     3  // IndexChange describes a change to the index. Can be used as DatabaseChange.
     4  type IndexChange struct {
     5  	Type IndexChangeTypes
     6  	Name string
     7  }