Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalRenderData ¶
func NewBaseRenderData ¶
func NewBaseRenderData(ectx echo.Context) *GlobalRenderData
type WebClient ¶
type WebClient struct { Echo *echo.Echo Templates *template.Template Providers map[string]providers.Provider Config WebClientConfig }
func NewClient ¶
func NewClient(config WebClientConfig) (*WebClient, error)
func (*WebClient) AuthRoutes ¶
func (s *WebClient) AuthRoutes(group *echo.Group)
type WebClientConfig ¶
type WebClientConfig struct {
Theme string
}
Click to show internal directories.
Click to hide internal directories.