We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follow the general pattern of this struct from go-consequences: https://github.com/USACE/go-consequences/blob/ada8f32f50fbc785dd731ade9041dacd8a9516bf/structures/structure.go#L74C1-L81C2 https://github.com/USACE/go-consequences/blob/ada8f32f50fbc785dd731ade9041dacd8a9516bf/structures/structure.go#L16C1-L24C2
add annotation for json tags to match these field names...
https://github.com/USACE/go-consequences/blob/ada8f32f50fbc785dd731ade9041dacd8a9516bf/structureprovider/nsi-structure-provider.go#L19
The text was updated successfully, but these errors were encountered:
jackschonherr
Successfully merging a pull request may close this issue.
Follow the general pattern of this struct from go-consequences:
https://github.com/USACE/go-consequences/blob/ada8f32f50fbc785dd731ade9041dacd8a9516bf/structures/structure.go#L74C1-L81C2
https://github.com/USACE/go-consequences/blob/ada8f32f50fbc785dd731ade9041dacd8a9516bf/structures/structure.go#L16C1-L24C2
add annotation for json tags to match these field names...
https://github.com/USACE/go-consequences/blob/ada8f32f50fbc785dd731ade9041dacd8a9516bf/structureprovider/nsi-structure-provider.go#L19
The text was updated successfully, but these errors were encountered: