Skip to content

Commit

Permalink
feat(api): Add get_profile endpoint
Browse files Browse the repository at this point in the history
Adds endpoint to get user profile
  • Loading branch information
ditsuke committed Nov 8, 2022
1 parent 2b0fa4b commit 1c20cd6
Show file tree
Hide file tree
Showing 8 changed files with 280 additions and 78 deletions.
1 change: 1 addition & 0 deletions amizone/internal/mock/testdata.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
)

// filesystem is a mock filesystem with some files that can be used for testing.
//
//go:embed testdata
var filesystem embed.FS

Expand Down
104 changes: 57 additions & 47 deletions server/gen/go/v1/amizone.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 67 additions & 0 deletions server/gen/go/v1/amizone.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1c20cd6

Please sign in to comment.