Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a fundamental OGM framework. #1

Merged
merged 18 commits into from
Feb 6, 2020

Conversation

supercmmetry
Copy link
Member

No description provided.

core/domain.go Outdated Show resolved Hide resolved
core/lucy.go Outdated Show resolved Hide resolved
core/utils.go Show resolved Hide resolved
errors/errors.go Show resolved Hide resolved
core/utils.go Show resolved Hide resolved
core/query_engine.go Outdated Show resolved Hide resolved
core/query_engine.go Outdated Show resolved Hide resolved
core/domain.go Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Makefile Show resolved Hide resolved
core/domain.go Outdated
OrStr DomainType = 13
WhereStr DomainType = 14
Where DomainType = iota
Relation DomainType = iota
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You only need to write iota for the first one. Rest of them are enumerated accordingly

LowSeverity = iota
HighSeverity = iota
NoSeverity = iota
LowSeverity = iota
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You only need to write one iota

@L04DB4L4NC3R
Copy link
Member

Change the iota comment in the next PR. Rest is fine. Merging

@L04DB4L4NC3R L04DB4L4NC3R merged commit 86d58b0 into GDGVIT:master Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants