-
Notifications
You must be signed in to change notification settings - Fork 104
Generator redesign read meta for resource name to class struct (DCNE-345) #1350
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
base: generator_redesign
Are you sure you want to change the base?
Generator redesign read meta for resource name to class struct (DCNE-345) #1350
Conversation
aba6ba9
to
9012df2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
gen/utils/data/class.go
Outdated
func (c *Class) setResourceName() error { | ||
genLogger.Debug(fmt.Sprintf("Setting resource name for class '%s'.", c.ClassName)) | ||
|
||
// TODO: add logic to override the resource name from an definition file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not important but..
->
// TODO: add logic to override the resource name from a definition file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assuming the change was an
to a
, changed this now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
fixes DCNE-345