mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 04:19:39 +00:00
Refactor clustered DB framework
This commit is contained in:
@@ -42,7 +42,7 @@ func (c *Cluster) newListener(ctx context.Context) (net.Listener, http.Handler,
|
||||
})
|
||||
}
|
||||
|
||||
func (c *Cluster) startClusterAndHTTPS(ctx context.Context) error {
|
||||
func (c *Cluster) initClusterAndHTTPS(ctx context.Context) error {
|
||||
l, handler, err := c.newListener(ctx)
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user