-
Notifications
You must be signed in to change notification settings - Fork 8
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
add description prop to relation model #179
add description prop to relation model #179
Conversation
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.
port/blueprint/model.go
Outdated
Target types.String `tfsdk:"target"` | ||
Title types.String `tfsdk:"title"` | ||
Description types.String `tfsdk:"description"` | ||
Required types.Bool `tfsdk:"required"` | ||
Many types.Bool `tfsdk:"many"` |
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.
seems like something with you linting is not configured correctly
internal/cli/models.go
Outdated
Identifier *string `json:"identifier,omitempty"` | ||
Title *string `json:"title,omitempty"` | ||
Description *string `json:"description,omitempty"` |
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.
same here
Title: flex.GoStringToFramework(v.Title), | ||
Description: flex.GoStringToFramework(v.Description), |
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.
same here 🤔 I wonder why linting doesn't fail for that @erikzaadi ?
Description
What - Adding description to relations
Type of change
Please leave one option from the following and delete the rest: