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

     1  package ravendb
     2  
     3  // PutIndexesResponse represents server's response to PutIndexesCommand
     4  type PutIndexesResponse struct {
     5  	Results []*PutIndexResult `json:"Results"`
     6  }