Documentation
¶
Index ¶
- func EmailVerificationConfig(r *http.Request) *config.EmailVerificationConfig
- func EmailVerificationTokensQ(r *http.Request) data.EmailVerificationTokens
- func JwtConfig(r *http.Request) *config.JwtConfig
- func Log(r *http.Request) *logan.Entry
- func Notificator(r *http.Request) notificator.Connector
- func OAuth2GoogleConfig(r *http.Request) *oauth2.Config
- func OAuth2GoogleStateConfig(r *http.Request) *config.OAuth2GoogleStateConfig
- func OAuth2StatesQ(r *http.Request) data.OAuth2States
- func PasswordRecoveryConfig(r *http.Request) *config.PasswordRecoveryConfig
- func PasswordRecoveryTokensQ(r *http.Request) data.PasswordRecoveryTokens
- func PostsQ(r *http.Request) data.Posts
- func RefreshCookieConfig(r *http.Request) *config.RefreshCookieConfig
- func RefreshTokensQ(r *http.Request) data.RefreshTokens
- func SetEmailVerificationConfig(cfg *config.EmailVerificationConfig) func(ctx context.Context) context.Context
- func SetEmailVerificationTokensQ(q data.EmailVerificationTokens) func(context.Context) context.Context
- func SetJwtConfig(cfg *config.JwtConfig) func(context.Context) context.Context
- func SetLog(entry *logan.Entry) func(context.Context) context.Context
- func SetNotificator(notificator notificator.Connector) func(context.Context) context.Context
- func SetOAuth2GoogleConfig(cfg *oauth2.Config) func(context.Context) context.Context
- func SetOAuth2GoogleStateConfig(cfg *config.OAuth2GoogleStateConfig) func(context.Context) context.Context
- func SetOAuth2StatesQ(q data.OAuth2States) func(context.Context) context.Context
- func SetPasswordRecoveryConfig(cfg *config.PasswordRecoveryConfig) func(ctx context.Context) context.Context
- func SetPasswordRecoveryTokensQ(q data.PasswordRecoveryTokens) func(context.Context) context.Context
- func SetPostsQ(q data.Posts) func(context.Context) context.Context
- func SetRefreshCookieConfig(cfg *config.RefreshCookieConfig) func(ctx context.Context) context.Context
- func SetRefreshTokensQ(q data.RefreshTokens) func(context.Context) context.Context
- func SetStarredPostsQ(q data.StarredPosts) func(context.Context) context.Context
- func SetUsersQ(q data.Users) func(context.Context) context.Context
- func SetWebConfig(cfg *config.WebConfig) func(ctx context.Context) context.Context
- func StarredPostsQ(r *http.Request) data.StarredPosts
- func UsersQ(r *http.Request) data.Users
- func WebConfig(r *http.Request) *config.WebConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EmailVerificationConfig ¶
func EmailVerificationConfig(r *http.Request) *config.EmailVerificationConfig
func EmailVerificationTokensQ ¶
func EmailVerificationTokensQ(r *http.Request) data.EmailVerificationTokens
func Notificator ¶
func Notificator(r *http.Request) notificator.Connector
func OAuth2GoogleStateConfig ¶
func OAuth2GoogleStateConfig(r *http.Request) *config.OAuth2GoogleStateConfig
func OAuth2StatesQ ¶
func OAuth2StatesQ(r *http.Request) data.OAuth2States
func PasswordRecoveryConfig ¶
func PasswordRecoveryConfig(r *http.Request) *config.PasswordRecoveryConfig
func PasswordRecoveryTokensQ ¶
func PasswordRecoveryTokensQ(r *http.Request) data.PasswordRecoveryTokens
func RefreshCookieConfig ¶
func RefreshCookieConfig(r *http.Request) *config.RefreshCookieConfig
func RefreshTokensQ ¶
func RefreshTokensQ(r *http.Request) data.RefreshTokens
func SetNotificator ¶
func SetOAuth2GoogleConfig ¶
func SetOAuth2StatesQ ¶
func SetRefreshCookieConfig ¶
func SetRefreshTokensQ ¶
func SetStarredPostsQ ¶
func SetWebConfig ¶
func StarredPostsQ ¶
func StarredPostsQ(r *http.Request) data.StarredPosts
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.