Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrRenewSkipped = errors.New("renew skipped") ErrRenewRunning = errors.New("a renew was already in progress") )
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
func New ¶
func New(title, addr string, fs embed.FS, client *client.LoginHandler, renewAt time.Duration) (*Application, error)
func (*Application) Run ¶
func (app *Application) Run()
func (*Application) RunLogged ¶
func (app *Application) RunLogged(logger *slog.Logger)
Click to show internal directories.
Click to hide internal directories.