fix some confusing typos

Signed-off-by: AllenZMC <zhongming.chang@daocloud.io>
This commit is contained in:
AllenZMC
2022-05-17 23:53:36 +08:00
parent e217c83e8c
commit eaec6530d7
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ import (
ptypes "github.com/containerd/containerd/protobuf/types"
)
// Service defines the instrospection service interface
// Service defines the introspection service interface
type Service interface {
Plugins(context.Context, []string) (*api.PluginsResponse, error)
Server(context.Context, *ptypes.Empty) (*api.ServerResponse, error)