package warning

import "github.com/containerd/containerd/services/warning"

Index

Types

type Service

type Service interface {
	Emit(context.Context, deprecation.Warning)
	Warnings() []Warning
}

type Warning

type Warning struct {
	ID             deprecation.Warning
	LastOccurrence time.Time
	Message        string
}

Source Files

service.go

Version
v1.7.13
Published
Jan 31, 2024
Platform
js/wasm
Imports
6 packages
Last checked
8 minutes ago

Tools for package owners.