Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDryRunFinished = errors.New("dry run finished")
Functions ¶
This section is empty.
Types ¶
type FilterRepository ¶
type Options ¶
type Options struct {
Address string `default:"127.0.0.1:8765" help:"address to listen to"`
SystemdSocket bool `help:"use a systemd socket instead of opening a port"`
Debug bool `help:"log with debug level"`
DryRun bool `help:"instantiate all components and exit"`
KratosURL string `default:"http://localhost:4000/.ory" help:"url of the kratos API, defaults to using local proxy"`
Reload bool `help:"reload frontend when the backend restarts"`
Statsd string `placeholder:"localhost:8125" help:"address to send statsd metrics to, disabled by default"`
DatabaseName string `default:"letsblockit" help:"psql database name to use"`
DatabaseHost string `default:"/var/run/postgresql" help:"psql host to connect to"`
// contains filtered or unexported fields
}
type PageRenderer ¶
type ReleaseClient ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.