state

package
v1.13.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2024 License: Apache-2.0 Imports: 18 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConformanceTests

func ConformanceTests(t *testing.T, props map[string]string, statestore state.Store, config TestConfig)

ConformanceTests runs conf tests for state store.

Types

type StructType added in v1.13.0

type StructType struct {
	Product struct {
		Value int `json:"value"`
	} `json:"product"`
	Status  string `json:"status"`
	Message string `json:"message"`
}

type TestConfig

type TestConfig struct {
	utils.CommonConfig

	BadEtag string `mapstructure:"badEtag"`
}

func NewTestConfig

func NewTestConfig(component string, operations []string, configMap map[string]interface{}) (TestConfig, error)

type ValueType

type ValueType struct {
	Message string `json:"message"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL