Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIInterface ¶
type APIInterface struct { }
type OverrideStruct ¶
type OverrideStruct struct { Functions func(originalImplementation RecipeInterface) RecipeInterface APIs func(originalImplementation APIInterface) APIInterface }
type RecipeInterface ¶
type RecipeInterface struct { GetUserMetadata *func(userID string, userContext supertokens.UserContext) (map[string]interface{}, error) UpdateUserMetadata *func(userID string, metadataUpdate map[string]interface{}, userContext supertokens.UserContext) (map[string]interface{}, error) ClearUserMetadata *func(userID string, userContext supertokens.UserContext) error }
type TypeInput ¶
type TypeInput struct {
Override *OverrideStruct
}
type TypeNormalisedInput ¶
type TypeNormalisedInput struct {
Override OverrideStruct
}
Click to show internal directories.
Click to hide internal directories.