Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Feroze Mohideen committed May 14, 2024
1 parent d33300a commit 85ae3ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/repository/test/upstash.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ func NewUpstashIntegrationRepository(canQuery bool) repository.UpstashIntegratio
func (s *UpstashIntegrationRepository) Insert(ctx context.Context, upstashInt ints.UpstashIntegration) (ints.UpstashIntegration, error) {
panic("not implemented") // TODO: Implement
}

func (s *UpstashIntegrationRepository) Integrations(ctx context.Context, projectID uint) ([]ints.UpstashIntegration, error) {
panic("not implemented") // TODO: Implement
}

0 comments on commit 85ae3ec

Please sign in to comment.