You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless required by applicable law or agreed to in writing, software
11
+
distributed under the License is distributed on an "AS IS" BASIS,
12
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+
See the License for the specific language governing permissions and
14
+
limitations under the License.
15
+
*/
16
+
17
+
package plugin
18
+
19
+
import (
20
+
"github.com/containerd/containerd/api/types"
21
+
)
22
+
23
+
// This package is deprecated, public fields are imported for compatibility
24
+
var (
25
+
E_FieldpathAll=types.E_FieldpathAll//nolint:revive // underscores are not allowed, but this was original name
26
+
E_Fieldpath=types.E_Fieldpath//nolint:revive // underscores are not allowed, but this was original name
27
+
File_github_com_containerd_containerd_protobuf_plugin_fieldpath_proto=types.File_github_com_containerd_containerd_api_types_fieldpath_proto//nolint:revive // underscores are not allowed, but this was original name
0 commit comments