Embed "Unimplemented" structs as proto recommended
Embedding these structs will be mandatory after migratring off from gogo/protobuf (see #6564). Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
@@ -32,6 +32,7 @@ var empty = &ptypes.Empty{}
|
||||
|
||||
type service struct {
|
||||
sn snapshots.Snapshotter
|
||||
snapshotsapi.UnimplementedSnapshotsServer
|
||||
}
|
||||
|
||||
// FromSnapshotter returns a Snapshot API server from a containerd snapshotter
|
||||
|
||||
Reference in New Issue
Block a user