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

Function getAuthRequest

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

Source from the content-addressed store, hash-verified

24)
25
26func getAuthRequest() interface{} {
27 return map[string]interface{}{
28 "auth": map[string]interface{}{
29 "tenantName": "admin",
30 "passwordCredentials": map[string]interface{}{
31 "username": "admin",
32 "password": "password",
33 },
34 },
35 }
36}
37
38func getAuthResponse(gohanEndpointURL string) interface{} {
39 return map[string]interface{}{

Callers 1

client_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected