Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DimensionHeaderCache ¶
DimensionHeaderCache mock
type DimensionIDCache ¶
DimensionIDCache mock
func (*DimensionIDCache) GetNodeIDs ¶
func (cache *DimensionIDCache) GetNodeIDs(ctx context.Context, instanceID string) (map[string]string, error)
GetNodeIDs captures the given parameters and returns the stored mock response.
type DimensionStore ¶
type DimensionStore struct {
ReturnError bool
}
DimensionStore is a mock store for dimension data.
func (*DimensionStore) GetNodeIDs ¶
func (ds *DimensionStore) GetNodeIDs(instanceID string) (map[string]string, error)
GetNodeIDs returns a mock response, and an error if defined.
Click to show internal directories.
Click to hide internal directories.