Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 4457a88

Browse files
author
Mateus Moury
committed
feat(elastic_record): adding the ElasticRecord model
1 parent 1d57f80 commit 4457a88

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/models/elastic_record.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package models
2+
3+
type ElasticRecord struct {
4+
Index string
5+
Type string
6+
ID string
7+
Json map[string]interface{}
8+
}

0 commit comments

Comments
 (0)