Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Mar 13, 2023
1 parent a2a21e7 commit 014023f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/users/users_embed.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ import (
)

var (
// EmptyExample ...
// EmptyExample for the user import options.
//go:embed data/empty-example.json
EmptyExample string

// BasicExample ...
// BasicExample for the user import options.
//go:embed data/basic-example.json
BasicExample string

// CustomPasswordHashExample ...
// CustomPasswordHashExample for the user import options.
//go:embed data/custom-password-hash-example.json
CustomPasswordHashExample string

// MFAFactors ...
// MFAFactors for the user import options.
//go:embed data/mfa-factors.json
MFAFactors string
)

0 comments on commit 014023f

Please sign in to comment.