# Structs

HookState holds state information about the hook.
LinuxCapabilities from OCI runtime spec https://github.com/opencontainers/runtime-spec/blob/v1.0.0/specs-go/config.go#L61.
Process from OCI runtime spec github.com/opencontainers/runtime-spec/blob/v1.0.0/specs-go/config.go#L30-L57.
Root from OCI runtime spec github.com/opencontainers/runtime-spec/blob/v1.0.0/specs-go/config.go#L94-L100.
Spec from OCI runtime spec We use pointers to structs, similarly to the latest version of runtime-spec: https://github.com/opencontainers/runtime-spec/blob/v1.0.0/specs-go/config.go#L5-L28.