Skip to content

Commit

Permalink
Update interfaces.go
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Mar 16, 2024
1 parent df06b31 commit 916bbcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/api/services/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ type Service interface {
// Resource gets a single resource resource.
Resource() usecase.IOInteractor

// PostResource creates a new resource resource.
// PostResource updates a single resource resource.
PostResource() usecase.IOInteractor

// BatchPostResource creates multiple new resource resources.
// BatchPostResource updates multiple resource resources.
BatchPostResource() usecase.IOInteractor

// DeleteResource deletes a single resource resource.
Expand Down

0 comments on commit 916bbcb

Please sign in to comment.