Documentation ¶ Index ¶ func New(version string) func() *schema.Provider func Untar(dest string, reader io.Reader) error type Meta func NewMeta(ctx context.Context, version string, token string) *Meta Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(version string) func() *schema.Provider func Untar ¶ func Untar(dest string, reader io.Reader) error Untar extracts a gzipped tarfile into the local filesystem In the event of an error, some files may still be written to disk, so any required cleanup should still take place Types ¶ type Meta ¶ type Meta struct { // contains filtered or unexported fields } func NewMeta ¶ func NewMeta(ctx context.Context, version string, token string) *Meta Source Files ¶ View all Source files meta.go provider.go resource_site.go untar.go Click to show internal directories. Click to hide internal directories.