Documentation ¶ Overview ¶ Package archiveoptions defines internal options shared between archive and chrootarchive. Index ¶ type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Options ¶ type Options struct { // ProcSelfFD references /proc/self/fd as opened before entering a chroot. // The caller retains ownership of the file. ProcSelfFD *os.File } Options contains extraction resources supplied by internal callers. Source Files ¶ View all Source files options.go Click to show internal directories. Click to hide internal directories.