Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Archive ¶
type Archive = runtime.ResponseFile
type LoadArchiveOptions ¶
type Service ¶
type Service interface { // LoadArchive loads the archive from the storage. LoadArchive(context.Context, LoadArchiveOptions) (Archive, error) }
Service holds the operation of provider storage. Takes a look of the filesystem layer structure: {hostname} └── {namespace}
└── {type} └── terraform-provider-{type}_{version}_{os}_{arch}.zip
func NewService ¶
Click to show internal directories.
Click to hide internal directories.