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.
Click to show internal directories.
Click to hide internal directories.