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

Fixes unsupported AST kind *ast.InterfaceType on the custon AuthPrope… #143

Merged
merged 1 commit into from
Feb 14, 2023

Conversation

spolti
Copy link
Member

@spolti spolti commented Feb 8, 2023

…rties type

Signed-off-by: Spolti filippespolti@gmail.com

Many thanks for submitting your Pull Request ❤️!

What this PR does / why we need it:

Special notes for reviewers:

Additional information (if needed):

model/auth.go Outdated Show resolved Hide resolved
@spolti
Copy link
Member Author

spolti commented Feb 9, 2023

@davidesalerno I think it is ready now, fell free to use it to update your PR or review this one. :)

parser/parser_test.go Outdated Show resolved Hide resolved
parser/parser_test.go Outdated Show resolved Hide resolved
parser/parser_test.go Outdated Show resolved Hide resolved
…rties type

Signed-off-by: Spolti <filippespolti@gmail.com>
@spolti
Copy link
Member Author

spolti commented Feb 14, 2023

@davidesalerno @ricardozanini can you please review?

// GetSecret ...
func (b *BaseAuthProperties) GetSecret() string {
return b.Secret
func (a *Auth) MarshalJSON() ([]byte, error) {
Copy link
Member

Choose a reason for hiding this comment

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

The current test covers this method?

Copy link
Member Author

Choose a reason for hiding this comment

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

@ricardozanini ricardozanini merged commit 3433ba2 into serverlessworkflow:main Feb 14, 2023
@spolti spolti deleted the authObj branch February 14, 2023 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants