unimpl

package
v0.0.0-...-05335eb Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: Apache-2.0, MIT Imports: 2 Imported by: 9

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.

Jump to

Keyboard shortcuts

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