Documentation ¶
Index ¶
Constants ¶
View Source
const (
RespondName = "bali_post_install.sh"
)
RespondName
View Source
const (
TarISVTX = 01000
)
ISVTX todo
View Source
const (
ZipISVTX = 0x200
)
Zip
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Packer ¶
type Packer interface { Close() error AddFileEx(src, nameInArchive string, exerights bool) error AddFile(src, nameInArchive string) error AddTargetLink(nameInArchive, linkName string) error }
Packer todo
type PortableExecutablePacker ¶
type PortableExecutablePacker struct { }
PortableExecutablePacker PE WIP
type RespondWriter ¶
type RespondWriter struct { Path string // contains filtered or unexported fields }
RespondWriter todo
func (*RespondWriter) AddProfile ¶
func (rw *RespondWriter) AddProfile(relname string) error
AddProfile todo
func (*RespondWriter) AddTarget ¶
func (rw *RespondWriter) AddTarget(relname string) error
AddTarget todo
type TargzPacker ¶
type TargzPacker struct {
// contains filtered or unexported fields
}
TargzPacker todo
func (*TargzPacker) AddFile ¶
func (pk *TargzPacker) AddFile(src, nameInArchive string) error
AddFile todo
func (*TargzPacker) AddFileEx ¶
func (pk *TargzPacker) AddFileEx(src, nameInArchive string, exerights bool) error
AddFileEx todo
func (*TargzPacker) AddTargetLink ¶
func (pk *TargzPacker) AddTargetLink(nameInArchive, linkName string) error
AddTargetLink todo
Click to show internal directories.
Click to hide internal directories.