mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:17:32 +00:00
add documentation
This commit is contained in:
@@ -11,6 +11,10 @@ type generateCodeCommand struct {
|
||||
value *crypto.CryptoValue
|
||||
}
|
||||
|
||||
// I didn't update this repository to the solution proposed please view one of the following interfaces for correct usage:
|
||||
// - [UserRepository]
|
||||
// - [InstanceRepository]
|
||||
// - [OrgRepository]
|
||||
type CryptoRepository interface {
|
||||
GetEncryptionConfig(ctx context.Context) (*crypto.GeneratorConfig, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user