Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶ added in v0.33.1
type Options struct {
Permission *Permission
}
Options represents the options applied when archiving files.
type Permission ¶ added in v0.33.1
type Permission struct { Mode int64 // Permission and mode bits UID int // User ID of owner GID int // Group ID of owner }
Permission represents the permissions applied when archiving files.
Click to show internal directories.
Click to hide internal directories.