Skip to content

Commit

Permalink
add GetMetricsCredentials to the FakeDatabasesService
Browse files Browse the repository at this point in the history
  • Loading branch information
dhij committed May 8, 2024
1 parent a578080 commit 11fd953
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fakegodo/databases.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,3 +393,8 @@ func (f *FakeDatabasesService) DeleteTopic(context.Context, string, string) (*go
func (f *FakeDatabasesService) UpdateTopic(context.Context, string, string, *godo.DatabaseUpdateTopicRequest) (*godo.Response, error) {
panic("not implemented")
}

// GetMetricsCredentials ...
func (f *FakeDatabasesService) GetMetricsCredentials(ctx context.Context) (*godo.DatabaseMetricsCredentials, *godo.Response, error) {
panic("not implemented")
}

0 comments on commit 11fd953

Please sign in to comment.