Documentation ¶
Overview ¶
Package providerinterface ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProviderInterface ¶
type ProviderInterface interface { // GetProviderBundle should return provider bundle zip file bytes GetProviderBundle() ([]byte, error) }
ProviderInterface implements provider interface functions
Click to show internal directories.
Click to hide internal directories.