MCPcopy Create free account
hub / github.com/cloudwan/gohan / getSchemasResponse

Function getSchemasResponse

cli/client/client_test_utils.go:327–334  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

325}
326
327func getSchemasResponse() interface{} {
328 return map[string]interface{}{
329 "schemas": []map[string]interface{}{
330 getCastleSchema(),
331 getTowerSchema(),
332 },
333 }
334}
335
336func getActionSchemasResponse() interface{} {
337 return map[string]interface{}{

Callers 2

getSchemasFunction · 0.85
client_test.goFile · 0.85

Calls 2

getCastleSchemaFunction · 0.85
getTowerSchemaFunction · 0.85

Tested by

no test coverage detected