configure_server

package
v0.0.0-...-e46559e Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Logger = zerolog.Logger
)
View Source
var (
	NewConfigureServer = NewConfigureServerImpl
)

Functions

This section is empty.

Types

type ConfigureServer

type ConfigureServer interface {
	ConfigureAPI(api *operations.NoodleAPI) (database.Database, ldap_handler.LdapHandler, heimdall.Heimdall, error)
	ConfigureFlags(api *operations.NoodleAPI)
	SetupDatabase(config options.PostgresOptions, drop bool) (database.Database, bool, error)
	SetupLDAP(config options.LDAPOptions) (ldap_handler.LdapHandler, error)
}

func NewConfigureServerImpl

func NewConfigureServerImpl() ConfigureServer

type ConfigureServerImpl

type ConfigureServerImpl struct {
}

func (*ConfigureServerImpl) ConfigureAPI

func (*ConfigureServerImpl) ConfigureFlags

func (i *ConfigureServerImpl) ConfigureFlags(api *operations.NoodleAPI)

func (*ConfigureServerImpl) SetupDatabase

func (i *ConfigureServerImpl) SetupDatabase(config options.PostgresOptions, drop bool) (database.Database, bool, error)

func (*ConfigureServerImpl) SetupLDAP

Jump to

Keyboard shortcuts

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