package transaction type WriteRequest map[string][]struct { Op string `json:"op"` Path string `json:"path"` Value interface{} `json:"value"` }