Documentation ¶
Index ¶
Constants ¶
View Source
const RECIPE_ID = "dashboard"
Variables ¶
This section is empty.
Functions ¶
func BeforeEach ¶
func BeforeEach()
func Init ¶
func Init(config dashboardmodels.TypeInput) supertokens.Recipe
func ResetForTest ¶
func ResetForTest()
Types ¶
type Recipe ¶
type Recipe struct { RecipeModule supertokens.RecipeModule Config dashboardmodels.TypeNormalisedInput RecipeImpl dashboardmodels.RecipeInterface APIImpl dashboardmodels.APIInterface }
func MakeRecipe ¶
func MakeRecipe(recipeId string, appInfo supertokens.NormalisedAppinfo, config dashboardmodels.TypeInput, onSuperTokensAPIError func(err error, req *http.Request, res http.ResponseWriter)) (Recipe, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.