Documentation ¶
Index ¶
- Variables
- func HCLTemplate(data string, params map[string]any) string
- func New(opts ...OptionFunc) provider.Provider
- func NewAssetFolderResource() resource.Resource
- func NewComponentGroupResource() resource.Resource
- func NewComponentResource() resource.Resource
- func NewDebugTransport(innerTransport http.RoundTripper) http.RoundTripper
- func NewSpaceRoleResource() resource.Resource
- func ProviderFactories(file string) (map[string]func() (tfprotov6.ProviderServer, error), func() error)
- func TestAccPreCheck(t *testing.T) func()
- type LogTransport
- type OptionFunc
Constants ¶
This section is empty.
Variables ¶
View Source
var DebugTransport = &LogTransport{ transport: http.DefaultTransport, }
Functions ¶
func New ¶
func New(opts ...OptionFunc) provider.Provider
New is a helper function to simplify provider server and testing implementation.
func NewAssetFolderResource ¶ added in v0.3.0
NewAssetFolderResource is a helper function to simplify the provider implementation.
func NewComponentGroupResource ¶ added in v0.1.0
NewComponentGroupResource is a helper function to simplify the provider implementation.
func NewComponentResource ¶
NewComponentResource is a helper function to simplify the provider implementation.
func NewDebugTransport ¶ added in v1.0.2
func NewDebugTransport(innerTransport http.RoundTripper) http.RoundTripper
func NewSpaceRoleResource ¶ added in v0.6.0
NewSpaceRoleResource is a helper function to simplify the provider implementation.
func ProviderFactories ¶ added in v1.0.0
func TestAccPreCheck ¶ added in v1.0.0
Types ¶
type LogTransport ¶ added in v0.1.0
type LogTransport struct {
// contains filtered or unexported fields
}
type OptionFunc ¶ added in v1.0.0
type OptionFunc func(p *storyblokProvider)
func WithDebugClient ¶ added in v1.0.0
func WithDebugClient() OptionFunc
func WithRecorderClient ¶ added in v1.0.0
func WithRecorderClient(file string, mode recorder.Mode) (OptionFunc, func() error)
func WithRetryableClient ¶ added in v1.0.0
func WithRetryableClient(retries int) OptionFunc
Source Files ¶
Click to show internal directories.
Click to hide internal directories.