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

Implement service #5

Merged
merged 12 commits into from
Oct 13, 2022
Merged

Implement service #5

merged 12 commits into from
Oct 13, 2022

Conversation

Noroth
Copy link
Contributor

@Noroth Noroth commented Oct 1, 2022

Implements the initial service scaffold. This version is not ready for production but serves as the foundation to implement the missing functionality.

@Noroth Noroth requested a review from Jumpy-Squirrel October 1, 2022 14:34
@Noroth Noroth self-assigned this Oct 1, 2022
Copy link
Contributor

@Jumpy-Squirrel Jumpy-Squirrel left a comment

Choose a reason for hiding this comment

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

Apart from the go version in the github action (so that the build doesn't fail) everything else is just comments.

type: object
properties:
payload:
type: object
Copy link
Contributor

Choose a reason for hiding this comment

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

"type: object" is not valid here according to OpenApi schema. Line should be removed.

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
Copy link
Contributor

Choose a reason for hiding this comment

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

go version should match go.mod

@@ -0,0 +1,7 @@
package domain

type Amount struct {
Copy link
Contributor

Choose a reason for hiding this comment

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

This is entirely a matter of taste, but if there is so little difference between entities and domain objects, I tend to not separate them to remove the need for mappings.

@Noroth Noroth merged commit 2ba441f into main Oct 13, 2022
@Noroth Noroth deleted the implement-service branch October 13, 2022 18:11
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