test

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var FakeDataSource = func() data_source.DataSource {
	return fakeDataSource{
		entities: map[string]map[string]interface{}{
			"test1": map[string]interface{}{
				"__metadata": map[string]interface{}{
					"entityType": "fake",
				},
				"testComponent": "test1",
			},
			"test2": map[string]interface{}{
				"__metadata": map[string]interface{}{
					"entityType": "fake",
				},
				"testComponent": "test2",
			},
		},
	}
}
View Source
var FakeEntityType = fakeEntityType{}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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