settings

package
v0.0.0-...-46baba5 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: AGPL-3.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Redirections

type Redirections struct{}

func NewRedirections

func NewRedirections() *Redirections

func (*Redirections) Register

func (h *Redirections) Register(r chi.Router, mids *router.Middlewares)

type SecurityPage

type SecurityPage struct {
	// contains filtered or unexported fields
}

func NewSecurityPage

func NewSecurityPage(
	tools tools.Tools,
	html html.Writer,
	webSessions websessions.Service,
	davSessions davsessions.Service,
	spaces spaces.Service,
	users users.Service,
	authent *auth.Authenticator,
) *SecurityPage

func (*SecurityPage) Register

func (h *SecurityPage) Register(r chi.Router, mids *router.Middlewares)

type SpacesPage

type SpacesPage struct {
	// contains filtered or unexported fields
}

func NewSpacesPage

func NewSpacesPage(
	html html.Writer,
	spaces spaces.Service,
	users users.Service,
	authent *auth.Authenticator,
	scheduler scheduler.Service,
	tools tools.Tools,
) *SpacesPage

func (*SpacesPage) Register

func (h *SpacesPage) Register(r chi.Router, mids *router.Middlewares)

type UsersPage

type UsersPage struct {
	// contains filtered or unexported fields
}

func NewUsersPage

func NewUsersPage(
	tools tools.Tools,
	html html.Writer,
	users users.Service,
	authent *auth.Authenticator,
) *UsersPage

func (*UsersPage) Register

func (h *UsersPage) Register(r chi.Router, mids *router.Middlewares)

Jump to

Keyboard shortcuts

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