Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerFunc ¶
type HandlerFunc func(libseccomp.ScmpFd, *libseccomp.ScmpNotifReq) HandlerResult
type HandlerResult ¶
func HandlerResultContinue ¶
func HandlerResultContinue() HandlerResult
func HandlerResultErrno ¶
func HandlerResultErrno(err error) HandlerResult
func HandlerResultSuccess ¶
func HandlerResultSuccess() HandlerResult
type Registry ¶
type Registry struct { SyscallHandler map[string]HandlerFunc DefaultHandler HandlerFunc MiddlewareHandlers []func(HandlerFunc) HandlerFunc }
func (*Registry) Lookup ¶
func (r *Registry) Lookup(name string) HandlerFunc
type ResolverFunc ¶
type ResolverFunc func(state *specs.ContainerProcessState) *Registry
Click to show internal directories.
Click to hide internal directories.