Skip to content

Commit

Permalink
Merge pull request #23 from YukiOnishi1129/feature/YL-51-bookmark
Browse files Browse the repository at this point in the history
Feature/yl 51 bookmark
  • Loading branch information
YukiOnishi1129 authored Apr 9, 2024
2 parents a2871da + c27ddea commit 0f90ada
Show file tree
Hide file tree
Showing 40 changed files with 3,999 additions and 679 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ node_modules

serviceAccountKey.json

.DS_Store
# .DS_Store
1 change: 1 addition & 0 deletions batch-service/cmd/usecase/rss_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package usecase
import "testing"

func TestGetRss(t *testing.T) {
t.Parallel()
tests := []struct {
name string
rssURL string
Expand Down
264 changes: 264 additions & 0 deletions batch-service/entity/articles.go

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

2 changes: 2 additions & 0 deletions batch-service/entity/boil_table_names.go

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

Loading

0 comments on commit 0f90ada

Please sign in to comment.