Merge pull request #3213 from jcordasc/small-fixes
Correct import path and PusherFunc signature
This commit is contained in:
@@ -19,7 +19,7 @@ package server
|
||||
import (
|
||||
"context"
|
||||
|
||||
srvconfig "github.com/containerd/containerd/server/config"
|
||||
srvconfig "github.com/containerd/containerd/services/server/config"
|
||||
)
|
||||
|
||||
func apply(_ context.Context, _ *srvconfig.Config) error {
|
||||
|
||||
Reference in New Issue
Block a user