unimpl

package
v0.0.0-...-a858404 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2024 License: Apache-2.0, MIT Imports: 2 Imported by: 0

Documentation

Overview

Package unimpl contains interface to emit events about unimplemented features.

Index

Constants

View Source
const (
	// CtxEvents is a Context.Value key for a Events.
	CtxEvents contextID = iota
)

Variables

This section is empty.

Functions

func EmitUnimplementedEvent

func EmitUnimplementedEvent(ctx context.Context, sysno uintptr)

EmitUnimplementedEvent emits unsupported syscall event to the context.

Types

type Events

type Events interface {
	EmitUnimplementedEvent(ctx context.Context, sysno uintptr)
}

Events interface defines method to emit unsupported events.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL