Documentation
¶
Index ¶
- Constants
- Variables
- type Debug
- type DebugBuildInfo
- type Oauth2
- func (o *Oauth2) GoogleCallbackAuthn(c echo.Context) error
- func (o *Oauth2) GoogleCallbackAuthz(c echo.Context) error
- func (o *Oauth2) GoogleForceApproval(c echo.Context) error
- func (o *Oauth2) GoogleLoginAuthz(c echo.Context) error
- func (o *Oauth2) LogUserIn(ctx context.Context, cup cohabdb.UpsertUserParams, sessionID int) (cohabdb.Session, error)
- type WebUI
Constants ¶
View Source
const ( RedirectURLAuthn = "redirectURLAuthn" RedirectURLAuthz = "redirectURLAuthz" RedirectURLAuthzLogin = "redirectURLAuthzLogin" )
Variables ¶
View Source
var About = echo.WrapHandler(templ.Handler(templs.PageAbout()))
View Source
var Error = echo.WrapHandler(templ.Handler(templs.PageError(), templ.WithStatus(http.StatusInternalServerError)))
View Source
var FontAwesome = echo.WrapHandler( http.StripPrefix("/static/fontawesome/", http.FileServer(http.FS(html.FontAwesomeFS))))
View Source
var Tailwind = echo.WrapHandler( http.StripPrefix("/static/tailwindcss/", http.FileServer(http.FS(html.TailwindFS))))
Functions ¶
This section is empty.
Types ¶
type DebugBuildInfo ¶
type DebugBuildInfo struct {
BuildInfo string
}
type Oauth2 ¶
func (*Oauth2) GoogleCallbackAuthn ¶
func (*Oauth2) GoogleCallbackAuthz ¶
func (*Oauth2) GoogleForceApproval ¶
func (*Oauth2) GoogleLoginAuthz ¶
type WebUI ¶
func (WebUI) PartialTableResults ¶
Click to show internal directories.
Click to hide internal directories.