MCPcopy Create free account
hub / github.com/TheAlgorithms/Go / QueryStructure

Struct QueryStructure

structure/deque/deque_test.go:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type QueryStructure[T any] struct {
21 queryType string
22 parameter T
23 expectedResult interface{}
24 expectedError error
25}
26
27type TestCaseData[T any] struct {
28 description string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected