Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Provider ¶
func Provider() terraform.ResourceProvider
Types ¶
type Archiver ¶
type Archiver interface { ArchiveContent(content []byte, infilename string) error ArchiveFile(infilename string) error ArchiveDir(indirname string) error }
func NewZipArchiver ¶
type ArchiverBuilder ¶
type ZipArchiver ¶
type ZipArchiver struct {
// contains filtered or unexported fields
}
func (*ZipArchiver) ArchiveContent ¶
func (a *ZipArchiver) ArchiveContent(content []byte, infilename string) error
func (*ZipArchiver) ArchiveDir ¶
func (a *ZipArchiver) ArchiveDir(indirname string) error
func (*ZipArchiver) ArchiveFile ¶
func (a *ZipArchiver) ArchiveFile(infilename string) error
Click to show internal directories.
Click to hide internal directories.