Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotLoggedIn = errors.New("you are not logged in")
Functions ¶
func ServeApp ¶
func ServeApp( webSession websessioncp.WebSession, w http.ResponseWriter, req *http.Request, rootHost string, )
Types ¶
type Config ¶
type Config struct { HTTP HTTPConfig SMTP SMTPConfig }
type ContainerSet ¶
type ContainerSet struct {
// contains filtered or unexported fields
}
func (*ContainerSet) Release ¶
func (cset *ContainerSet) Release()
type HTTPConfig ¶
type HTTPConfig struct { RootDomain string // Main Tempest domain name Port string TLSPort string CertFile, KeyFile string DefaultTLS bool }
func HTTPConfigFromSettings ¶
func HTTPConfigFromSettings(lg *slog.Logger, src settings.Source) HTTPConfig
type SMTPConfig ¶
func SMTPConfigFromSettings ¶
func SMTPConfigFromSettings(src settings.Source) SMTPConfig
Click to show internal directories.
Click to hide internal directories.