Documentation ¶
Index ¶
- func CheckExistingIdentity(t *testing.T, param app.CheckExistingIdentityParam, expected string)
- func GetAccessorKey(t *testing.T, param GetAccessorGroupIDParam, expected string)
- func GetAllowedMinIalForRegisterIdentityAtFirstIdp(t *testing.T, expected string)
- func GetAllowedModeList(t *testing.T, param app.GetAllowedModeListParam, expected string)
- func GetAsNodesByServiceId(t *testing.T, param app.GetAsNodesByServiceIdParam, expected string)
- func GetAsNodesInfoByServiceId(t *testing.T, param app.GetAsNodesByServiceIdParam, expected string)
- func GetIdentityInfo(t *testing.T, param app.GetIdentityInfoParam, expected string)
- func GetIdpNodes(t *testing.T, param app.GetIdpNodesParam, expected string)
- func GetIdpNodesInfo(t *testing.T, param app.GetIdpNodesParam, expected string)
- func GetNamespaceList(t *testing.T, expected string)
- func GetNodeInfo(t *testing.T, param app.GetNodeInfoParam, expected string)
- func GetReferenceGroupCode(t *testing.T, param app.GetReferenceGroupCodeParam, expected string)
- func GetReferenceGroupCodeByAccessorID(t *testing.T, param app.GetReferenceGroupCodeByAccessorIDParam, ...)
- func GetServicesByAsID(t *testing.T, param app.GetServicesByAsIDParam, expected string)
- func TestGetAccessorKey(t *testing.T, accessorID, expected string)
- func TestGetAllowedModeList(t *testing.T, purpose, expected string)
- func TestGetAsNodesByServiceId(t *testing.T, caseID int64, expected string)
- func TestGetAsNodesInfoByServiceId(t *testing.T, caseID int64, expected string)
- func TestGetErrorCodeList(t *testing.T, errorCodeType string, expected string)
- func TestGetIdentityInfo(t *testing.T, caseID int64, expected string)
- func TestGetIdpNodes(t *testing.T, caseID int64, expected string)
- func TestGetIdpNodesInfo(t *testing.T, caseID int64, expected string)
- func TestGetNodeInfo(t *testing.T, nodeID, expected string)
- func TestGetReferenceGroupCode(t *testing.T, caseID int64, expected string)
- func TestGetReferenceGroupCodeByAccessorID(t *testing.T, accessorID, expected string)
- func TestGetServicesByAsID(t *testing.T, caseID int64, expected string)
- func TestQueryCheckExistingIdentity(t *testing.T, namespace, userID, expected string)
- type GetAccessorGroupIDParam
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckExistingIdentity ¶
func GetAccessorKey ¶
func GetAccessorKey(t *testing.T, param GetAccessorGroupIDParam, expected string)
func GetAllowedModeList ¶
func GetAsNodesByServiceId ¶
func GetIdentityInfo ¶
func GetIdpNodes ¶
func GetIdpNodesInfo ¶
func GetNamespaceList ¶
func GetNodeInfo ¶
func GetReferenceGroupCode ¶
func GetServicesByAsID ¶
func TestGetAccessorKey ¶
func TestGetAllowedModeList ¶
func TestGetErrorCodeList ¶
func TestGetNodeInfo ¶
func TestGetServicesByAsID ¶
Types ¶
type GetAccessorGroupIDParam ¶
type GetAccessorGroupIDParam struct {
AccessorID string `json:"accessor_id"`
}
Click to show internal directories.
Click to hide internal directories.