Documentation ¶ Index ¶ func Header(content *bytes.Buffer, name string) *tar.Header type Tarable Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Header ¶ func Header(content *bytes.Buffer, name string) *tar.Header the default implementation of Header() Types ¶ type Tarable ¶ type Tarable interface { Content() *bytes.Buffer Header() *tar.Header Name() string // full path of file in archive Link() string // short link to file in archive } Source Files ¶ View all Source files tarable.go Click to show internal directories. Click to hide internal directories.