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

feat: operators generation #304

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

jcchavezs
Copy link
Member

No description provided.

@jcchavezs jcchavezs requested a review from a team as a code owner October 16, 2024 17:51
@jcchavezs jcchavezs changed the title wip operators generation Oct 16, 2024
@jcchavezs jcchavezs changed the title operators generation feat: operators generation Oct 16, 2024
@fzipi
Copy link
Member

fzipi commented Oct 16, 2024

Is this a draft? Looks like a lot of operators are missing...

@@ -23,26 +24,42 @@ import (

type Page struct {
LastModification string
Directives []Directive
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this be a new operatorsgen? Why reusing the directivesgen here?

Name string
Description string
Syntax string
Default string
DefaultText string
Date string
LastModification string
Content string
}
Copy link
Member

Choose a reason for hiding this comment

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

Oh, ok, you are generalizing now?

@jcchavezs jcchavezs marked this pull request as draft October 18, 2024 08:45
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.

2 participants