console

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

templ: version: v0.2.648

templ: version: v0.2.648

templ: version: v0.2.648

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func App

func App(app sqlc.Client) templ.Component

func AppCreate

func AppCreate() templ.Component

func AppCreateForm

func AppCreateForm(values AppParams, err map[string]error) templ.Component

func AppCreateResult

func AppCreateResult(name, id, secret string) templ.Component

func AppUpdateForm

func AppUpdateForm(values AppParams, success bool, err map[string]error) templ.Component

func Apps

func Apps(apps []sqlc.Client) templ.Component

func ConfirmDelete

func ConfirmDelete(id string) templ.Component

func Overview

func Overview(appCount, userCount int) templ.Component

func Users

func Users(users []sqlc.User) templ.Component

Types

type AppParams

type AppParams struct {
	ID                   string        `param:"id"`
	Name                 string        `form:"name"`
	LogoURL              string        `form:"logo_url"`
	AuthCallbackURLs     string        `form:"auth_callback_urls"`
	LogoutCallbackURLs   string        `form:"logout_callback_urls"`
	BackchannelLogoutURL string        `form:"backchannel_logout_url"`
	IDTokenExpiration    time.Duration `form:"id_token_expiration"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL