Documentation ¶
Index ¶
- func AssertResponseOk(t *testing.T, message string, response any, err error)
- func CheckResponse(message string, response any, err error) error
- func Config(config string, keyAndValues ...any) string
- func DeleteCdn(client cdn77.ClientWithResponsesInterface, id int) error
- func DeleteOrigin(client cdn77.ClientWithResponsesInterface, originType string, id string) (err error)
- func DeleteSsl(client cdn77.ClientWithResponsesInterface, id string) error
- func Equal[T comparable](a, b T) error
- func EqualField[T comparable](field string, a, b T) error
- func GetClient(t *testing.T) cdn77.ClientWithResponsesInterface
- func GetClientErr() (cdn77.ClientWithResponsesInterface, error)
- func GetProviderFactories() map[string]func() (tfprotov6.ProviderServer, error)
- func MustAddSslWithCleanup(t *testing.T, client cdn77.ClientWithResponsesInterface, certAndKey ...string) string
- func MustDeleteCdn(t *testing.T, client cdn77.ClientWithResponsesInterface, id int)
- func MustDeleteOrigin(t *testing.T, client cdn77.ClientWithResponsesInterface, originType string, ...)
- func MustDeleteSsl(t *testing.T, client cdn77.ClientWithResponsesInterface, id string)
- func NotEqual[T comparable](a, b T) error
- func Null[T any](v nullable.Nullable[T]) error
- func NullEqual[T comparable](a nullable.Nullable[T], b T) error
- func NullField[T any](field string, v nullable.Nullable[T]) error
- func NullFieldEqual[T comparable](field string, a nullable.Nullable[T], b T) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertResponseOk ¶
func DeleteOrigin ¶
func Equal ¶
func Equal[T comparable](a, b T) error
func EqualField ¶
func EqualField[T comparable](field string, a, b T) error
func GetClientErr ¶
func GetClientErr() (cdn77.ClientWithResponsesInterface, error)
func GetProviderFactories ¶
func GetProviderFactories() map[string]func() (tfprotov6.ProviderServer, error)
func MustAddSslWithCleanup ¶
func MustDeleteCdn ¶
func MustDeleteOrigin ¶
func MustDeleteSsl ¶
func NotEqual ¶
func NotEqual[T comparable](a, b T) error
func NullFieldEqual ¶
func NullFieldEqual[T comparable](field string, a nullable.Nullable[T], b T) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.