cmd

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type ServeConfig

type ServeConfig struct {
	ListenAddr        string        `koanf:"listenAddr"`
	CsrfAuthKey       string        `koanf:"csrfAuthKey"`
	HydraAdminApiUrls []string      `koanf:"hydraAdminApiUrls"`
	UI                *basic.Config `koanf:"ui"`
	Users             []UserEntry   `koanf:"user"`
}

type UserEntry

type UserEntry struct {
	Email    string `koanf:"email"`
	Password string `koanf:"password"`
}

Jump to

Keyboard shortcuts

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