This commit is contained in:
@@ -38,4 +38,6 @@ type Provider interface {
|
||||
GetStringStoreEnvVariable(key string) (string, error)
|
||||
// GetBoolStoreEnvVariable to get the bool env variable from env store
|
||||
GetBoolStoreEnvVariable(key string) (bool, error)
|
||||
|
||||
GetUserAppDataFromRedis(userId string) (string, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user