Versions in this module Expand all Collapse all v2 v2.4.0 Jul 9, 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 + 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