Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Sep 2, 2024
1 parent 7e432c6 commit 3d7f068
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
10 changes: 0 additions & 10 deletions internal/auth0/branding_prompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@ type PromptAPI interface {
// See: https://auth0.com/docs/api/management/v2#!/Prompts/put_custom_text_by_language
SetCustomText(ctx context.Context, p string, l string, b map[string]interface{}, opts ...management.RequestOption) (err error)

// ReadPartials retrieves the partials for a specific prompt.
//
// See: https://auth0.com/docs/api/management/v2/prompts/get-partials
ReadPartials(ctx context.Context, prompt management.PromptType, opts ...management.RequestOption) (c *management.PromptPartials, err error)

// UpdatePartials updates the partials for a specific prompt.
//
// See: https://auth0.com/docs/api/management/v2/prompts/put-partials
UpdatePartials(ctx context.Context, c *management.PromptPartials, opts ...management.RequestOption) error

// GetPartials retrieves the partials for a specific prompt.
//
// See: https://auth0.com/docs/api/management/v2/prompts/get-partials
Expand Down
39 changes: 0 additions & 39 deletions internal/auth0/mock/branding_prompt_mock.go

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

0 comments on commit 3d7f068

Please sign in to comment.