Documentation ¶
Index ¶
Constants ¶
View Source
const ( //FacebookProvider is const for 'facebook' FacebookProvider = "facebook" //GoogleProvider is const for 'google' GoogleProvider = "google" //GitHubProvider is const for 'github' GitHubProvider = "github" )
Variables ¶
View Source
var ( RequestCtxKey = createKey("REQUEST") TransactionCtxKey = createKey("TRANSACTION") TenantCtxKey = createKey("TENANT") LocaleCtxKey = createKey("LOCALE") UserCtxKey = createKey("USER") LogPropsCtxKey = createKey("LOG_PROPS") )
View Source
var ErrNotFound = errors.New("Object not found")
ErrNotFound represents an object not found error
View Source
var ErrUserIDRequired = errors.New("UserID is required during OAuth integration")
ErrUserIDRequired is used when OAuth integration returns an empty user ID
View Source
var InvitePlaceholder = "%invite%"
InvitePlaceholder represents the placeholder used by members to invite other users
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.