Versions in this module Expand all Collapse all v1 v1.6.1-server-1.31.0-150.0 Feb 5, 2026 v1.6.0 Feb 5, 2026 Changes in this version + func CheckPortFree(host string, port int) error + func GetFreePort(host string) (int, error) + func MaybeEscapeIPv6(host string) string + func MustGetFreePort(host string) int + type Server struct + func Start(options StartOptions) (*Server, error) + func (s *Server) Stop() + func (s *Server) SuppressWarnings() + type StartOptions struct + ClusterID string + CurrentClusterName string + DatabaseFile string + DynamicConfigValues map[string]any + EnableGlobalNamespace bool + FrontendHTTPPort int + FrontendIP string + FrontendPort int + GRPCInterceptors []grpc.UnaryServerInterceptor + InitialFailoverVersion int + LogConfig func([]byte) + LogLevel slog.Level + Logger *slog.Logger + MasterClusterName string + MetricsPort int + Namespaces []string + PProfPort int + PublicPath string + SearchAttributes map[string]enums.IndexedValueType + SqlitePragmas map[string]string + UIAssetPath string + UICodecEndpoint string + UIIP string + UIPort int