Versions in this module Expand all Collapse all v3 v3.0.4 Feb 5, 2025 v3.0.3 Mar 5, 2022 v3.0.2 Feb 24, 2022 v3.0.1 Feb 7, 2022 v3.0.0 Dec 20, 2021 Changes in this version + const PasswordLength + const PasswordMinDigits + const PasswordMinSymbols + type App struct + Debug bool + Host string + Port uint + VerificationToken string + type Config struct + App App + DLE DLE + Platform platform.Config + Runner Runner + Source source.Config + func LoadConfiguration() (*Config, error) + type DLE struct + Container string + DBName string + URL string + VerificationToken string + type MigrationResult struct + CloneID string + Session *observer.Session + type Runner struct + Image string + type Server struct + func NewServer(cfg *Config, dle *dblabapi.Client, platform *platform.Service, ...) *Server + func (s *Server) Run() error + func (s *Server) Shutdown(ctx context.Context) error + type StartMigrationRequest struct + Commands []string + DBName string + KeepClone bool + MigrationEnvs []string + ObservationConfig dblab_types.Config + Source source.Opts + Username string + UsernameFull string + UsernameLink string v3.0.0-rc.2 Dec 15, 2021 v3.0.0-rc.1 Nov 29, 2021