SYMBOL INDEX (13870 symbols across 1463 files) FILE: aws-source/adapters/adapterhelpers_always_get_source.go type MaxParallel (line 19) | type MaxParallel method Value (line 22) | func (m MaxParallel) Value() int { type AlwaysGetAdapter (line 36) | type AlwaysGetAdapter struct method cacheDuration (line 86) | func (s *AlwaysGetAdapter[ListInput, ListOutput, GetInput, GetOutput, Cl... method Validate (line 95) | func (s *AlwaysGetAdapter[ListInput, ListOutput, GetInput, GetOutput, Cl... method Type (line 121) | func (s *AlwaysGetAdapter[ListInput, ListOutput, GetInput, GetOutput, Cl... method Name (line 125) | func (s *AlwaysGetAdapter[ListInput, ListOutput, GetInput, GetOutput, Cl... method Metadata (line 129) | func (s *AlwaysGetAdapter[ListInput, ListOutput, GetInput, GetOutput, Cl... method Scopes (line 135) | func (s *AlwaysGetAdapter[ListInput, ListOutput, GetInput, GetOutput, Cl... method Get (line 141) | func (s *AlwaysGetAdapter[ListInput, ListOutput, GetInput, GetOutput, Cl... method ListStream (line 186) | func (s *AlwaysGetAdapter[ListInput, ListOutput, GetInput, GetOutput, Cl... method listInternal (line 226) | func (s *AlwaysGetAdapter[ListInput, ListOutput, GetInput, GetOutput, Cl... method SearchStream (line 307) | func (s *AlwaysGetAdapter[ListInput, ListOutput, GetInput, GetOutput, Cl... method SearchCustom (line 339) | func (s *AlwaysGetAdapter[ListInput, ListOutput, GetInput, GetOutput, Cl... method SearchARN (line 405) | func (s *AlwaysGetAdapter[ListInput, ListOutput, GetInput, GetOutput, Cl... method Weight (line 453) | func (s *AlwaysGetAdapter[ListInput, ListOutput, GetInput, GetOutput, Cl... FILE: aws-source/adapters/adapterhelpers_always_get_source_test.go function TestMaxParallel (line 15) | func TestMaxParallel(t *testing.T) { function TestAlwaysGetSourceType (line 23) | func TestAlwaysGetSourceType(t *testing.T) { function TestAlwaysGetSourceName (line 33) | func TestAlwaysGetSourceName(t *testing.T) { function TestAlwaysGetSourceScopes (line 43) | func TestAlwaysGetSourceScopes(t *testing.T) { function TestAlwaysGetSourceGet (line 54) | func TestAlwaysGetSourceGet(t *testing.T) { function TestAlwaysGetSourceList (line 123) | func TestAlwaysGetSourceList(t *testing.T) { function TestAlwaysGetSourceSearch (line 253) | func TestAlwaysGetSourceSearch(t *testing.T) { function TestAlwaysGetSourceCaching (line 477) | func TestAlwaysGetSourceCaching(t *testing.T) { FILE: aws-source/adapters/adapterhelpers_describe_source.go constant DefaultCacheDuration (line 19) | DefaultCacheDuration = 5 * time.Minute type DescribeOnlyAdapter (line 25) | type DescribeOnlyAdapter struct method cacheDuration (line 102) | func (s *DescribeOnlyAdapter[Input, Output, ClientStruct, Options]) cach... method Validate (line 112) | func (s *DescribeOnlyAdapter[Input, Output, ClientStruct, Options]) Vali... method Paginated (line 133) | func (s *DescribeOnlyAdapter[Input, Output, ClientStruct, Options]) Pagi... method Type (line 137) | func (s *DescribeOnlyAdapter[Input, Output, ClientStruct, Options]) Type... method Name (line 141) | func (s *DescribeOnlyAdapter[Input, Output, ClientStruct, Options]) Name... method Metadata (line 145) | func (s *DescribeOnlyAdapter[Input, Output, ClientStruct, Options]) Meta... method Scopes (line 151) | func (s *DescribeOnlyAdapter[Input, Output, ClientStruct, Options]) Scop... method Get (line 162) | func (s *DescribeOnlyAdapter[Input, Output, ClientStruct, Options]) Get(... method ListStream (line 265) | func (s *DescribeOnlyAdapter[Input, Output, ClientStruct, Options]) List... method SearchStream (line 324) | func (s *DescribeOnlyAdapter[Input, Output, ClientStruct, Options]) Sear... method searchARN (line 340) | func (s *DescribeOnlyAdapter[Input, Output, ClientStruct, Options]) sear... method searchCustom (line 383) | func (s *DescribeOnlyAdapter[Input, Output, ClientStruct, Options]) sear... method processError (line 413) | func (s *DescribeOnlyAdapter[Input, Output, ClientStruct, Options]) proc... method describe (line 431) | func (s *DescribeOnlyAdapter[Input, Output, ClientStruct, Options]) desc... method Weight (line 518) | func (s *DescribeOnlyAdapter[Input, Output, ClientStruct, Options]) Weig... FILE: aws-source/adapters/adapterhelpers_describe_source_test.go function TestType (line 16) | func TestType(t *testing.T) { function TestName (line 27) | func TestName(t *testing.T) { function TestScopes (line 39) | func TestScopes(t *testing.T) { function TestGet (line 57) | func TestGet(t *testing.T) { function TestSearchARN (line 242) | func TestSearchARN(t *testing.T) { function TestSearchCustom (line 278) | func TestSearchCustom(t *testing.T) { function TestNoInputMapper (line 350) | func TestNoInputMapper(t *testing.T) { function TestNoOutputMapper (line 384) | func TestNoOutputMapper(t *testing.T) { function TestNoDescribeFunc (line 419) | func TestNoDescribeFunc(t *testing.T) { function TestFailingInputMapper (line 456) | func TestFailingInputMapper(t *testing.T) { function TestFailingOutputMapper (line 507) | func TestFailingOutputMapper(t *testing.T) { function TestFailingDescribeFunc (line 556) | func TestFailingDescribeFunc(t *testing.T) { type TestPaginator (line 607) | type TestPaginator struct method HasMorePages (line 615) | func (t *TestPaginator) HasMorePages() bool { method NextPage (line 622) | func (t *TestPaginator) NextPage(context.Context, ...func(struct{})) (... function TestPaginated (line 628) | func TestPaginated(t *testing.T) { function TestDescribeOnlySourceCaching (line 682) | func TestDescribeOnlySourceCaching(t *testing.T) { function TestListCachingZeroItems (line 857) | func TestListCachingZeroItems(t *testing.T) { FILE: aws-source/adapters/adapterhelpers_get_list_adapter_v2.go type GetListAdapterV2 (line 18) | type GetListAdapterV2 struct method cacheDuration (line 70) | func (s *GetListAdapterV2[ListInput, ListOutput, AWSItem, ClientStruct, ... method Validate (line 79) | func (s *GetListAdapterV2[ListInput, ListOutput, AWSItem, ClientStruct, ... method Type (line 105) | func (s *GetListAdapterV2[ListInput, ListOutput, AWSItem, ClientStruct, ... method Name (line 109) | func (s *GetListAdapterV2[ListInput, ListOutput, AWSItem, ClientStruct, ... method Metadata (line 113) | func (s *GetListAdapterV2[ListInput, ListOutput, AWSItem, ClientStruct, ... method Scopes (line 119) | func (s *GetListAdapterV2[ListInput, ListOutput, AWSItem, ClientStruct, ... method hasScope (line 132) | func (s *GetListAdapterV2[ListInput, ListOutput, AWSItem, ClientStruct, ... method Get (line 145) | func (s *GetListAdapterV2[ListInput, ListOutput, AWSItem, ClientStruct, ... method ListStream (line 196) | func (s *GetListAdapterV2[ListInput, ListOutput, AWSItem, ClientStruct, ... method SearchStream (line 321) | func (s *GetListAdapterV2[ListInput, ListOutput, AWSItem, ClientStruct, ... FILE: aws-source/adapters/adapterhelpers_get_list_adapter_v2_test.go function TestGetListAdapterV2Type (line 15) | func TestGetListAdapterV2Type(t *testing.T) { function TestGetListAdapterV2Name (line 25) | func TestGetListAdapterV2Name(t *testing.T) { function TestGetListAdapterV2Scopes (line 35) | func TestGetListAdapterV2Scopes(t *testing.T) { function TestGetListAdapterV2Get (line 46) | func TestGetListAdapterV2Get(t *testing.T) { function TestGetListAdapterV2ListStream (line 115) | func TestGetListAdapterV2ListStream(t *testing.T) { type MockPaginator (line 223) | type MockPaginator struct method HasMorePages (line 229) | func (p *MockPaginator) HasMorePages() bool { method NextPage (line 233) | func (p *MockPaginator) NextPage(ctx context.Context, opts ...func(str... function TestListFuncPaginatorBuilder (line 242) | func TestListFuncPaginatorBuilder(t *testing.T) { function TestGetListAdapterV2Caching (line 294) | func TestGetListAdapterV2Caching(t *testing.T) { function TestGetListAdapterV2_ListExtractorErrorNoNotFoundCache (line 414) | func TestGetListAdapterV2_ListExtractorErrorNoNotFoundCache(t *testing.T) { FILE: aws-source/adapters/adapterhelpers_get_list_source.go type GetListAdapter (line 17) | type GetListAdapter struct method cacheDuration (line 51) | func (s *GetListAdapter[AWSItem, ClientStruct, Options]) cacheDuration()... method Validate (line 60) | func (s *GetListAdapter[AWSItem, ClientStruct, Options]) Validate() error { method Type (line 78) | func (s *GetListAdapter[AWSItem, ClientStruct, Options]) Type() string { method Name (line 82) | func (s *GetListAdapter[AWSItem, ClientStruct, Options]) Name() string { method Metadata (line 86) | func (s *GetListAdapter[AWSItem, ClientStruct, Options]) Metadata() *sdp... method Scopes (line 92) | func (s *GetListAdapter[AWSItem, ClientStruct, Options]) Scopes() []stri... method hasScope (line 105) | func (s *GetListAdapter[AWSItem, ClientStruct, Options]) hasScope(scope ... method Get (line 118) | func (s *GetListAdapter[AWSItem, ClientStruct, Options]) Get(ctx context... method List (line 169) | func (s *GetListAdapter[AWSItem, ClientStruct, Options]) List(ctx contex... method Search (line 243) | func (s *GetListAdapter[AWSItem, ClientStruct, Options]) Search(ctx cont... method SearchARN (line 260) | func (s *GetListAdapter[AWSItem, ClientStruct, Options]) SearchARN(ctx c... method SearchCustom (line 305) | func (s *GetListAdapter[AWSItem, ClientStruct, Options]) SearchCustom(ct... method Weight (line 361) | func (s *GetListAdapter[AWSItem, ClientStruct, Options]) Weight() int { FILE: aws-source/adapters/adapterhelpers_get_list_source_test.go function TestGetListSourceType (line 14) | func TestGetListSourceType(t *testing.T) { function TestGetListSourceName (line 24) | func TestGetListSourceName(t *testing.T) { function TestGetListSourceScopes (line 34) | func TestGetListSourceScopes(t *testing.T) { function TestGetListSourceGet (line 45) | func TestGetListSourceGet(t *testing.T) { function TestGetListSourceList (line 123) | func TestGetListSourceList(t *testing.T) { function TestGetListSourceSearch (line 208) | func TestGetListSourceSearch(t *testing.T) { function TestGetListSourceCaching (line 251) | func TestGetListSourceCaching(t *testing.T) { FILE: aws-source/adapters/adapterhelpers_notfound_cache_test.go function TestGetListAdapterV2_GetNotFoundCaching (line 14) | func TestGetListAdapterV2_GetNotFoundCaching(t *testing.T) { function TestGetListAdapterV2_ListNotFoundCaching (line 88) | func TestGetListAdapterV2_ListNotFoundCaching(t *testing.T) { function TestGetListAdapter_GetNotFoundCaching (line 165) | func TestGetListAdapter_GetNotFoundCaching(t *testing.T) { function TestGetListAdapter_ListNotFoundCaching (line 237) | func TestGetListAdapter_ListNotFoundCaching(t *testing.T) { function TestAlwaysGetAdapter_GetNotFoundCaching (line 305) | func TestAlwaysGetAdapter_GetNotFoundCaching(t *testing.T) { function TestDescribeOnlyAdapter_ListNotFoundCaching (line 375) | func TestDescribeOnlyAdapter_ListNotFoundCaching(t *testing.T) { type MockClient (line 440) | type MockClient struct type MockInput (line 441) | type MockInput struct type MockOutput (line 442) | type MockOutput struct type MockGetInput (line 443) | type MockGetInput struct type MockGetOutput (line 444) | type MockGetOutput struct type MockOptions (line 445) | type MockOptions struct type testQueryResultStream (line 448) | type testQueryResultStream struct method SendItem (line 453) | func (s *testQueryResultStream) SendItem(item *sdp.Item) { method SendError (line 457) | func (s *testQueryResultStream) SendError(err error) { function TestNotFoundCacheExpiry (line 470) | func TestNotFoundCacheExpiry(t *testing.T) { function TestNotFoundCacheIgnoreCache (line 535) | func TestNotFoundCacheIgnoreCache(t *testing.T) { function TestNotFoundCacheDifferentQueries (line 596) | func TestNotFoundCacheDifferentQueries(t *testing.T) { function TestGetListAdapter_ListItemMapperErrorNoNotFoundCache (line 664) | func TestGetListAdapter_ListItemMapperErrorNoNotFoundCache(t *testing.T) { function TestGetListAdapter_SearchCustomItemMapperErrorNoNotFoundCache (line 735) | func TestGetListAdapter_SearchCustomItemMapperErrorNoNotFoundCache(t *te... FILE: aws-source/adapters/adapterhelpers_shared_tests.go type Subnet (line 15) | type Subnet struct type VPCConfig (line 21) | type VPCConfig struct method Cleanup (line 45) | func (v *VPCConfig) Cleanup(f func()) { method RunCleanup (line 49) | func (v *VPCConfig) RunCleanup() { method Fetch (line 60) | func (v *VPCConfig) Fetch(client *ec2.Client) error { method CreateGateway (line 93) | func (v *VPCConfig) CreateGateway(client *ec2.Client) error { function retry (line 170) | func retry(attempts int, sleep time.Duration, f func() error) (err error) { type QueryTest (line 184) | type QueryTest struct type QueryTests (line 191) | type QueryTests method Execute (line 193) | func (i QueryTests) Execute(t *testing.T, item *sdp.Item) { function lirMatches (line 211) | func lirMatches(test QueryTest, req *sdp.Query) bool { function CheckQuery (line 219) | func CheckQuery(t *testing.T, item *sdp.Query, itemName string, expected... FILE: aws-source/adapters/adapterhelpers_sources.go constant DefaultMaxResultsPerPage (line 5) | DefaultMaxResultsPerPage = 100 type ClientStructType (line 13) | type ClientStructType type InputType (line 18) | type InputType type OutputType (line 24) | type OutputType type OptionsType (line 29) | type OptionsType type AWSItemType (line 33) | type AWSItemType type Paginator (line 39) | type Paginator interface FILE: aws-source/adapters/adapterhelpers_util.go function FormatScope (line 31) | func FormatScope(accountID, region string) string { function ParseScope (line 44) | func ParseScope(scope string) (string, string, error) { function CanRetry (line 57) | func CanRetry(err *sdp.QueryError) bool { type ARN (line 72) | type ARN struct method ResourceID (line 80) | func (a *ARN) ResourceID() string { method Type (line 95) | func (a *ARN) Type() string { method IAMWildcardMatches (line 114) | func (a *ARN) IAMWildcardMatches(arn string) bool { method ContainsWildcard (line 160) | func (a *ARN) ContainsWildcard() bool { function ParseARN (line 168) | func ParseARN(arnString string) (*ARN, error) { function GetPartitionDNSSuffix (line 193) | func GetPartitionDNSSuffix(partition string) string { function GetAllAWSPartitionDNSSuffixes (line 203) | func GetAllAWSPartitionDNSSuffixes() []string { function WrapAWSError (line 219) | func WrapAWSError(err error) *sdp.QueryError { function HandleTagsError (line 239) | func HandleTagsError(ctx context.Context, err error) map[string]string { type E2ETest (line 261) | type E2ETest struct method Run (line 283) | func (e E2ETest) Run(t *testing.T) { function GetAutoConfig (line 456) | func GetAutoConfig(t *testing.T) (aws.Config, string, string) { function ToAttributesWithExclude (line 491) | func ToAttributesWithExclude(i any, exclusions ...string) (*sdp.ItemAttr... FILE: aws-source/adapters/adapterhelpers_util_test.go function TestParseARN (line 7) | func TestParseARN(t *testing.T) { function TestIAMWildcardMatches (line 131) | func TestIAMWildcardMatches(t *testing.T) { function TestGetPartitionDNSSuffix (line 260) | func TestGetPartitionDNSSuffix(t *testing.T) { FILE: aws-source/adapters/apigateway-api-key.go function convertGetApiKeyOutputToApiKey (line 15) | func convertGetApiKeyOutputToApiKey(output *apigateway.GetApiKeyOutput) ... function apiKeyListFunc (line 27) | func apiKeyListFunc(ctx context.Context, client *apigateway.Client, _ st... function apiKeyOutputMapper (line 41) | func apiKeyOutputMapper(scope string, awsItem *types.ApiKey) (*sdp.Item,... function NewAPIGatewayApiKeyAdapter (line 75) | func NewAPIGatewayApiKeyAdapter(client *apigateway.Client, accountID str... FILE: aws-source/adapters/apigateway-api-key_test.go function TestApiKeyOutputMapper (line 14) | func TestApiKeyOutputMapper(t *testing.T) { function TestNewAPIGatewayApiKeyAdapter (line 46) | func TestNewAPIGatewayApiKeyAdapter(t *testing.T) { FILE: aws-source/adapters/apigateway-authorizer.go function convertGetAuthorizerOutputToAuthorizer (line 16) | func convertGetAuthorizerOutputToAuthorizer(output *apigateway.GetAuthor... function authorizerOutputMapper (line 31) | func authorizerOutputMapper(query, scope string, awsItem *types.Authoriz... function NewAPIGatewayAuthorizerAdapter (line 56) | func NewAPIGatewayAuthorizerAdapter(client *apigateway.Client, accountID... FILE: aws-source/adapters/apigateway-authorizer_test.go function TestAuthorizerOutputMapper (line 14) | func TestAuthorizerOutputMapper(t *testing.T) { function TestNewAPIGatewayAuthorizerAdapter (line 49) | func TestNewAPIGatewayAuthorizerAdapter(t *testing.T) { FILE: aws-source/adapters/apigateway-deployment.go function convertGetDeploymentOutputToDeployment (line 16) | func convertGetDeploymentOutputToDeployment(output *apigateway.GetDeploy... function deploymentOutputMapper (line 25) | func deploymentOutputMapper(query, scope string, awsItem *types.Deployme... function NewAPIGatewayDeploymentAdapter (line 61) | func NewAPIGatewayDeploymentAdapter(client *apigateway.Client, accountID... FILE: aws-source/adapters/apigateway-deployment_test.go function TestDeploymentOutputMapper (line 14) | func TestDeploymentOutputMapper(t *testing.T) { function TestNewAPIGatewayDeploymentAdapter (line 49) | func TestNewAPIGatewayDeploymentAdapter(t *testing.T) { FILE: aws-source/adapters/apigateway-domain-name.go function convertGetDomainNameOutputToDomainName (line 14) | func convertGetDomainNameOutputToDomainName(output *apigateway.GetDomain... function domainNameOutputMapper (line 36) | func domainNameOutputMapper(_, scope string, awsItem *types.DomainName) ... function NewAPIGatewayDomainNameAdapter (line 151) | func NewAPIGatewayDomainNameAdapter(client *apigateway.Client, accountID... FILE: aws-source/adapters/apigateway-domain-name_test.go function TestDomainNameOutputMapper (line 44) | func TestDomainNameOutputMapper(t *testing.T) { function TestNewAPIGatewayDomainNameAdapter (line 121) | func TestNewAPIGatewayDomainNameAdapter(t *testing.T) { FILE: aws-source/adapters/apigateway-integration.go type apiGatewayIntegrationGetter (line 15) | type apiGatewayIntegrationGetter interface function apiGatewayIntegrationGetFunc (line 19) | func apiGatewayIntegrationGetFunc(ctx context.Context, client apiGateway... function NewAPIGatewayIntegrationAdapter (line 80) | func NewAPIGatewayIntegrationAdapter(client apiGatewayIntegrationGetter,... FILE: aws-source/adapters/apigateway-integration_test.go type mockAPIGatewayIntegrationClient (line 16) | type mockAPIGatewayIntegrationClient struct method GetIntegration (line 18) | func (m *mockAPIGatewayIntegrationClient) GetIntegration(ctx context.C... function TestApiGatewayIntegrationGetFunc (line 37) | func TestApiGatewayIntegrationGetFunc(t *testing.T) { function TestNewAPIGatewayIntegrationAdapter (line 76) | func TestNewAPIGatewayIntegrationAdapter(t *testing.T) { FILE: aws-source/adapters/apigateway-method-response.go function apiGatewayMethodResponseGetFunc (line 13) | func apiGatewayMethodResponseGetFunc(ctx context.Context, client apigate... function NewAPIGatewayMethodResponseAdapter (line 64) | func NewAPIGatewayMethodResponseAdapter(client apigatewayClient, account... FILE: aws-source/adapters/apigateway-method-response_test.go method GetMethodResponse (line 15) | func (m *mockAPIGatewayClient) GetMethodResponse(ctx context.Context, pa... function TestApiGatewayMethodResponseGetFunc (line 24) | func TestApiGatewayMethodResponseGetFunc(t *testing.T) { function TestNewAPIGatewayMethodResponseAdapter (line 58) | func TestNewAPIGatewayMethodResponseAdapter(t *testing.T) { FILE: aws-source/adapters/apigateway-method.go type apigatewayClient (line 13) | type apigatewayClient interface function apiGatewayMethodGetFunc (line 18) | func apiGatewayMethodGetFunc(ctx context.Context, client apigatewayClien... function NewAPIGatewayMethodAdapter (line 105) | func NewAPIGatewayMethodAdapter(client apigatewayClient, accountID strin... FILE: aws-source/adapters/apigateway-method_test.go type mockAPIGatewayClient (line 16) | type mockAPIGatewayClient struct method GetMethod (line 18) | func (m *mockAPIGatewayClient) GetMethod(ctx context.Context, params *... function TestApiGatewayGetFunc (line 53) | func TestApiGatewayGetFunc(t *testing.T) { function TestNewAPIGatewayMethodAdapter (line 100) | func TestNewAPIGatewayMethodAdapter(t *testing.T) { FILE: aws-source/adapters/apigateway-model.go function convertGetModelOutputToModel (line 15) | func convertGetModelOutputToModel(output *apigateway.GetModelOutput) *ty... function modelOutputMapper (line 25) | func modelOutputMapper(query, scope string, awsItem *types.Model) (*sdp.... function NewAPIGatewayModelAdapter (line 57) | func NewAPIGatewayModelAdapter(client *apigateway.Client, accountID stri... FILE: aws-source/adapters/apigateway-model_test.go function TestModelOutputMapper (line 14) | func TestModelOutputMapper(t *testing.T) { function TestNewAPIGatewayModelAdapter (line 44) | func TestNewAPIGatewayModelAdapter(t *testing.T) { FILE: aws-source/adapters/apigateway-resource.go function convertGetResourceOutputToResource (line 15) | func convertGetResourceOutputToResource(output *apigateway.GetResourceOu... function resourceOutputMapper (line 27) | func resourceOutputMapper(query, scope string, awsItem *types.Resource) ... function NewAPIGatewayResourceAdapter (line 75) | func NewAPIGatewayResourceAdapter(client *apigateway.Client, accountID s... FILE: aws-source/adapters/apigateway-resource_test.go function TestResourceOutputMapper (line 84) | func TestResourceOutputMapper(t *testing.T) { function TestNewAPIGatewayResourceAdapter (line 165) | func TestNewAPIGatewayResourceAdapter(t *testing.T) { FILE: aws-source/adapters/apigateway-rest-api.go function convertGetRestApiOutputToRestApi (line 18) | func convertGetRestApiOutputToRestApi(output *apigateway.GetRestApiOutpu... function restApiListFunc (line 37) | func restApiListFunc(ctx context.Context, client *apigateway.Client, _ s... function restApiOutputMapper (line 51) | func restApiOutputMapper(scope string, awsItem *types.RestApi) (*sdp.Ite... function NewAPIGatewayRestApiAdapter (line 164) | func NewAPIGatewayRestApiAdapter(client *apigateway.Client, accountID st... FILE: aws-source/adapters/apigateway-rest-api_test.go function TestRestApiOutputMapper (line 38) | func TestRestApiOutputMapper(t *testing.T) { function TestNewAPIGatewayRestApiAdapter (line 119) | func TestNewAPIGatewayRestApiAdapter(t *testing.T) { FILE: aws-source/adapters/apigateway-stage.go function convertGetStageOutputToStage (line 15) | func convertGetStageOutputToStage(output *apigateway.GetStageOutput) *ty... function stageOutputMapper (line 37) | func stageOutputMapper(query, scope string, awsItem *types.Stage) (*sdp.... function NewAPIGatewayStageAdapter (line 83) | func NewAPIGatewayStageAdapter(client *apigateway.Client, accountID stri... FILE: aws-source/adapters/apigateway-stage_test.go function TestStageOutputMapper (line 14) | func TestStageOutputMapper(t *testing.T) { function TestNewAPIGatewayStageAdapter (line 65) | func TestNewAPIGatewayStageAdapter(t *testing.T) { FILE: aws-source/adapters/autoscaling-auto-scaling-group.go function autoScalingGroupOutputMapper (line 13) | func autoScalingGroupOutputMapper(_ context.Context, _ *autoscaling.Clie... function NewAutoScalingGroupAdapter (line 159) | func NewAutoScalingGroupAdapter(client *autoscaling.Client, accountID st... FILE: aws-source/adapters/autoscaling-auto-scaling-group_test.go function TestAutoScalingGroupOutputMapper (line 14) | func TestAutoScalingGroupOutputMapper(t *testing.T) { function TestAutoScalingGroupInputMapperSearch (line 227) | func TestAutoScalingGroupInputMapperSearch(t *testing.T) { FILE: aws-source/adapters/autoscaling-auto-scaling-policy.go function scalingPolicyOutputMapper (line 14) | func scalingPolicyOutputMapper(_ context.Context, _ *autoscaling.Client,... function parseResourceLabelLinks (line 116) | func parseResourceLabelLinks(resourceLabel string, scope string) []*sdp.... function NewAutoScalingPolicyAdapter (line 156) | func NewAutoScalingPolicyAdapter(client *autoscaling.Client, accountID s... FILE: aws-source/adapters/autoscaling-auto-scaling-policy_test.go function TestScalingPolicyOutputMapper (line 13) | func TestScalingPolicyOutputMapper(t *testing.T) { function TestParseResourceLabelLinks (line 248) | func TestParseResourceLabelLinks(t *testing.T) { function TestScalingPolicyInputMapperSearch (line 361) | func TestScalingPolicyInputMapperSearch(t *testing.T) { function TestScalingPolicyInputMapperGet (line 465) | func TestScalingPolicyInputMapperGet(t *testing.T) { FILE: aws-source/adapters/cloudfront-cache-policy.go function cachePolicyListFunc (line 13) | func cachePolicyListFunc(ctx context.Context, client CloudFrontClient, s... function NewCloudfrontCachePolicyAdapter (line 40) | func NewCloudfrontCachePolicyAdapter(client CloudFrontClient, accountID ... FILE: aws-source/adapters/cloudfront-cache-policy_test.go method ListCachePolicies (line 56) | func (t TestCloudFrontClient) ListCachePolicies(ctx context.Context, par... method GetCachePolicy (line 69) | func (t TestCloudFrontClient) GetCachePolicy(ctx context.Context, params... function TestCachePolicyListFunc (line 75) | func TestCachePolicyListFunc(t *testing.T) { function TestNewCloudfrontCachePolicyAdapter (line 87) | func TestNewCloudfrontCachePolicyAdapter(t *testing.T) { FILE: aws-source/adapters/cloudfront-continuous-deployment-policy.go function continuousDeploymentPolicyItemMapper (line 13) | func continuousDeploymentPolicyItemMapper(_, scope string, awsItem *type... function NewCloudfrontContinuousDeploymentPolicyAdapter (line 45) | func NewCloudfrontContinuousDeploymentPolicyAdapter(client *cloudfront.C... FILE: aws-source/adapters/cloudfront-continuous-deployment-policy_test.go function TestContinuousDeploymentPolicyItemMapper (line 12) | func TestContinuousDeploymentPolicyItemMapper(t *testing.T) { function TestNewCloudfrontContinuousDeploymentPolicyAdapter (line 61) | func TestNewCloudfrontContinuousDeploymentPolicyAdapter(t *testing.T) { FILE: aws-source/adapters/cloudfront-distribution.go function distributionGetFunc (line 15) | func distributionGetFunc(ctx context.Context, client CloudFrontClient, s... function NewCloudfrontDistributionAdapter (line 460) | func NewCloudfrontDistributionAdapter(client CloudFrontClient, accountID... FILE: aws-source/adapters/cloudfront-distribution_test.go method GetDistribution (line 14) | func (t TestCloudFrontClient) GetDistribution(ctx context.Context, param... method ListDistributions (line 343) | func (t TestCloudFrontClient) ListDistributions(ctx context.Context, par... function TestDistributionGetFunc (line 356) | func TestDistributionGetFunc(t *testing.T) { function TestNewCloudfrontDistributionAdapter (line 498) | func TestNewCloudfrontDistributionAdapter(t *testing.T) { FILE: aws-source/adapters/cloudfront-function.go function functionItemMapper (line 13) | func functionItemMapper(_, scope string, awsItem *types.FunctionSummary)... function NewCloudfrontCloudfrontFunctionAdapter (line 30) | func NewCloudfrontCloudfrontFunctionAdapter(client *cloudfront.Client, a... FILE: aws-source/adapters/cloudfront-function_test.go function TestFunctionItemMapper (line 11) | func TestFunctionItemMapper(t *testing.T) { function TestNewCloudfrontCloudfrontFunctionAdapter (line 38) | func TestNewCloudfrontCloudfrontFunctionAdapter(t *testing.T) { FILE: aws-source/adapters/cloudfront-key-group.go function KeyGroupItemMapper (line 13) | func KeyGroupItemMapper(_, scope string, awsItem *types.KeyGroup) (*sdp.... function NewCloudfrontKeyGroupAdapter (line 30) | func NewCloudfrontKeyGroupAdapter(client *cloudfront.Client, accountID s... FILE: aws-source/adapters/cloudfront-key-group_test.go function TestKeyGroupItemMapper (line 11) | func TestKeyGroupItemMapper(t *testing.T) { function TestNewCloudfrontKeyGroupAdapter (line 35) | func TestNewCloudfrontKeyGroupAdapter(t *testing.T) { FILE: aws-source/adapters/cloudfront-origin-access-control.go function originAccessControlListFunc (line 13) | func originAccessControlListFunc(ctx context.Context, client *cloudfront... function originAccessControlItemMapper (line 41) | func originAccessControlItemMapper(_, scope string, awsItem *types.Origi... function NewCloudfrontOriginAccessControlAdapter (line 58) | func NewCloudfrontOriginAccessControlAdapter(client *cloudfront.Client, ... FILE: aws-source/adapters/cloudfront-origin-access-control_test.go function TestOriginAccessControlItemMapper (line 11) | func TestOriginAccessControlItemMapper(t *testing.T) { function TestNewCloudfrontOriginAccessControlAdapter (line 34) | func TestNewCloudfrontOriginAccessControlAdapter(t *testing.T) { FILE: aws-source/adapters/cloudfront-origin-request-policy.go function originRequestPolicyItemMapper (line 13) | func originRequestPolicyItemMapper(_, scope string, awsItem *types.Origi... function NewCloudfrontOriginRequestPolicyAdapter (line 30) | func NewCloudfrontOriginRequestPolicyAdapter(client *cloudfront.Client, ... FILE: aws-source/adapters/cloudfront-origin-request-policy_test.go function TestOriginRequestPolicyItemMapper (line 11) | func TestOriginRequestPolicyItemMapper(t *testing.T) { function TestNewCloudfrontOriginRequestPolicyAdapter (line 53) | func TestNewCloudfrontOriginRequestPolicyAdapter(t *testing.T) { FILE: aws-source/adapters/cloudfront-realtime-log-config.go function realtimeLogConfigsItemMapper (line 13) | func realtimeLogConfigsItemMapper(_, scope string, awsItem *types.Realti... function NewCloudfrontRealtimeLogConfigsAdapter (line 60) | func NewCloudfrontRealtimeLogConfigsAdapter(client *cloudfront.Client, a... FILE: aws-source/adapters/cloudfront-realtime-log-config_test.go function TestRealtimeLogConfigsItemMapper (line 12) | func TestRealtimeLogConfigsItemMapper(t *testing.T) { function TestNewCloudfrontRealtimeLogConfigsAdapter (line 59) | func TestNewCloudfrontRealtimeLogConfigsAdapter(t *testing.T) { FILE: aws-source/adapters/cloudfront-response-headers-policy.go function ResponseHeadersPolicyItemMapper (line 13) | func ResponseHeadersPolicyItemMapper(_, scope string, awsItem *types.Res... function NewCloudfrontResponseHeadersPolicyAdapter (line 30) | func NewCloudfrontResponseHeadersPolicyAdapter(client *cloudfront.Client... FILE: aws-source/adapters/cloudfront-response-headers-policy_test.go function TestResponseHeadersPolicyItemMapper (line 11) | func TestResponseHeadersPolicyItemMapper(t *testing.T) { function TestNewCloudfrontResponseHeadersPolicyAdapter (line 90) | func TestNewCloudfrontResponseHeadersPolicyAdapter(t *testing.T) { FILE: aws-source/adapters/cloudfront-streaming-distribution.go function streamingDistributionGetFunc (line 13) | func streamingDistributionGetFunc(ctx context.Context, client CloudFront... function NewCloudfrontStreamingDistributionAdapter (line 133) | func NewCloudfrontStreamingDistributionAdapter(client CloudFrontClient, ... FILE: aws-source/adapters/cloudfront-streaming-distribution_test.go method GetStreamingDistribution (line 14) | func (t TestCloudFrontClient) GetStreamingDistribution(ctx context.Conte... method ListStreamingDistributions (line 70) | func (t TestCloudFrontClient) ListStreamingDistributions(ctx context.Con... function TestStreamingDistributionGetFunc (line 83) | func TestStreamingDistributionGetFunc(t *testing.T) { function TestNewCloudfrontStreamingDistributionAdapter (line 110) | func TestNewCloudfrontStreamingDistributionAdapter(t *testing.T) { FILE: aws-source/adapters/cloudfront.go function cloudfrontTagsToMap (line 11) | func cloudfrontTagsToMap(tags *types.Tags) map[string]string { type CloudFrontClient (line 27) | type CloudFrontClient interface FILE: aws-source/adapters/cloudfront_test.go type TestCloudFrontClient (line 24) | type TestCloudFrontClient struct method ListTagsForResource (line 11) | func (c TestCloudFrontClient) ListTagsForResource(ctx context.Context,... function CloudfrontGetAutoConfig (line 26) | func CloudfrontGetAutoConfig(t *testing.T) (*cloudfront.Client, string, ... FILE: aws-source/adapters/cloudwatch-alarm.go type CloudwatchClient (line 15) | type CloudwatchClient interface function ToQueryString (line 22) | func ToQueryString(input *cloudwatch.DescribeAlarmsForMetricInput) (stri... function fromQueryString (line 33) | func fromQueryString(query string) (*cloudwatch.DescribeAlarmsForMetricI... function cloudwatchTagsToMap (line 44) | func cloudwatchTagsToMap(tags []types.Tag) map[string]string { type Alarm (line 54) | type Alarm struct function alarmOutputMapper (line 59) | func alarmOutputMapper(ctx context.Context, client CloudwatchClient, sco... function NewCloudwatchAlarmAdapter (line 179) | func NewCloudwatchAlarmAdapter(client *cloudwatch.Client, accountID stri... function actionToLink (line 289) | func actionToLink(action string) (*sdp.LinkedItemQuery, error) { FILE: aws-source/adapters/cloudwatch-alarm_test.go type testCloudwatchClient (line 16) | type testCloudwatchClient struct method ListTagsForResource (line 18) | func (c testCloudwatchClient) ListTagsForResource(ctx context.Context,... method DescribeAlarms (line 29) | func (c testCloudwatchClient) DescribeAlarms(ctx context.Context, para... method DescribeAlarmsForMetric (line 33) | func (c testCloudwatchClient) DescribeAlarmsForMetric(ctx context.Cont... function TestAlarmOutputMapper (line 37) | func TestAlarmOutputMapper(t *testing.T) { type testCloudwatchClientWithTagError (line 159) | type testCloudwatchClientWithTagError struct method ListTagsForResource (line 161) | func (c testCloudwatchClientWithTagError) ListTagsForResource(ctx cont... method DescribeAlarms (line 165) | func (c testCloudwatchClientWithTagError) DescribeAlarms(ctx context.C... method DescribeAlarmsForMetric (line 169) | func (c testCloudwatchClientWithTagError) DescribeAlarmsForMetric(ctx ... function TestAlarmOutputMapperWithTagError (line 177) | func TestAlarmOutputMapperWithTagError(t *testing.T) { function TestNewCloudwatchAlarmAdapter (line 218) | func TestNewCloudwatchAlarmAdapter(t *testing.T) { FILE: aws-source/adapters/cloudwatch-instance-metric.go type CloudwatchMetricClient (line 18) | type CloudwatchMetricClient interface function validateInstanceID (line 44) | func validateInstanceID(instanceID string) error { function formatBytes (line 58) | func formatBytes(bytes float64) string { function formatBytesPerSecond (line 81) | func formatBytesPerSecond(bytesPerSec float64) string { function formatOpsPerSecond (line 86) | func formatOpsPerSecond(opsPerSec float64) string { function formatMetricValue (line 97) | func formatMetricValue(metricName string, value float64) string { function metricOutputMapper (line 122) | func metricOutputMapper(ctx context.Context, client CloudwatchMetricClie... type CloudwatchInstanceMetricAdapter (line 181) | type CloudwatchInstanceMetricAdapter struct method cacheDuration (line 192) | func (a *CloudwatchInstanceMetricAdapter) cacheDuration() time.Duration { method Type (line 200) | func (a *CloudwatchInstanceMetricAdapter) Type() string { method Name (line 205) | func (a *CloudwatchInstanceMetricAdapter) Name() string { method Metadata (line 210) | func (a *CloudwatchInstanceMetricAdapter) Metadata() *sdp.AdapterMetad... method Scopes (line 215) | func (a *CloudwatchInstanceMetricAdapter) Scopes() []string { method Get (line 220) | func (a *CloudwatchInstanceMetricAdapter) Get(ctx context.Context, sco... method List (line 318) | func (a *CloudwatchInstanceMetricAdapter) List(ctx context.Context, sc... method Search (line 325) | func (a *CloudwatchInstanceMetricAdapter) Search(ctx context.Context, ... method Weight (line 335) | func (a *CloudwatchInstanceMetricAdapter) Weight() int { constant defaultMetricCacheDuration (line 190) | defaultMetricCacheDuration = 15 * time.Minute function NewCloudwatchInstanceMetricAdapter (line 340) | func NewCloudwatchInstanceMetricAdapter(client *cloudwatch.Client, accou... FILE: aws-source/adapters/cloudwatch-instance-metric_integration_test.go function TestCloudwatchInstanceMetricIntegration (line 17) | func TestCloudwatchInstanceMetricIntegration(t *testing.T) { FILE: aws-source/adapters/cloudwatch-instance-metric_test.go type testCloudwatchMetricClient (line 16) | type testCloudwatchMetricClient struct method GetMetricData (line 18) | func (c testCloudwatchMetricClient) GetMetricData(ctx context.Context,... type testCloudwatchMetricClientEmpty (line 46) | type testCloudwatchMetricClientEmpty struct method GetMetricData (line 48) | func (c testCloudwatchMetricClientEmpty) GetMetricData(ctx context.Con... type testCloudwatchMetricClientWithCallCount (line 56) | type testCloudwatchMetricClientWithCallCount struct method GetMetricData (line 60) | func (c *testCloudwatchMetricClientWithCallCount) GetMetricData(ctx co... function TestValidateInstanceID (line 88) | func TestValidateInstanceID(t *testing.T) { function TestMetricOutputMapper (line 152) | func TestMetricOutputMapper(t *testing.T) { function TestMetricOutputMapperNoData (line 236) | func TestMetricOutputMapperNoData(t *testing.T) { function TestCloudwatchInstanceMetricAdapterGet (line 264) | func TestCloudwatchInstanceMetricAdapterGet(t *testing.T) { function TestCloudwatchInstanceMetricAdapterGetWrongScope (line 297) | func TestCloudwatchInstanceMetricAdapterGetWrongScope(t *testing.T) { function TestCloudwatchInstanceMetricAdapterGetInvalidQuery (line 314) | func TestCloudwatchInstanceMetricAdapterGetInvalidQuery(t *testing.T) { function TestCloudwatchInstanceMetricAdapterList (line 344) | func TestCloudwatchInstanceMetricAdapterList(t *testing.T) { function TestCloudwatchInstanceMetricAdapterScopes (line 365) | func TestCloudwatchInstanceMetricAdapterScopes(t *testing.T) { function TestCloudwatchInstanceMetricAdapterMetadata (line 381) | func TestCloudwatchInstanceMetricAdapterMetadata(t *testing.T) { function TestNewCloudwatchInstanceMetricAdapter (line 397) | func TestNewCloudwatchInstanceMetricAdapter(t *testing.T) { function TestCloudwatchInstanceMetricAdapterCaching (line 412) | func TestCloudwatchInstanceMetricAdapterCaching(t *testing.T) { function TestCloudwatchInstanceMetricAdapterIgnoreCache (line 458) | func TestCloudwatchInstanceMetricAdapterIgnoreCache(t *testing.T) { type testCloudwatchMetricClientError (line 491) | type testCloudwatchMetricClientError struct method GetMetricData (line 493) | func (c testCloudwatchMetricClientError) GetMetricData(ctx context.Con... function TestCloudwatchInstanceMetricAdapterErrorCaching (line 497) | func TestCloudwatchInstanceMetricAdapterErrorCaching(t *testing.T) { FILE: aws-source/adapters/cloudwatch_metric_links.go function SuggestedQuery (line 23) | func SuggestedQuery(namespace string, scope string, dimensions []types.D... function getDimension (line 242) | func getDimension(name string, dimensions []types.Dimension) *types.Dime... FILE: aws-source/adapters/cloudwatch_metric_links_test.go function TestSuggestedQuery (line 9) | func TestSuggestedQuery(t *testing.T) { FILE: aws-source/adapters/directconnect-connection.go function directconnectConnectionOutputMapper (line 12) | func directconnectConnectionOutputMapper(_ context.Context, _ *directcon... function NewDirectConnectConnectionAdapter (line 78) | func NewDirectConnectConnectionAdapter(client *directconnect.Client, acc... FILE: aws-source/adapters/directconnect-connection_test.go function TestDirectconnectConnectionOutputMapper (line 14) | func TestDirectconnectConnectionOutputMapper(t *testing.T) { function TestNewDirectConnectConnectionAdapter (line 91) | func TestNewDirectConnectConnectionAdapter(t *testing.T) { FILE: aws-source/adapters/directconnect-customer-metadata.go function customerMetadataOutputMapper (line 12) | func customerMetadataOutputMapper(_ context.Context, _ *directconnect.Cl... function NewDirectConnectCustomerMetadataAdapter (line 34) | func NewDirectConnectCustomerMetadataAdapter(client *directconnect.Clien... FILE: aws-source/adapters/directconnect-customer-metadata_test.go function TestCustomerMetadataOutputMapper (line 13) | func TestCustomerMetadataOutputMapper(t *testing.T) { function TestNewDirectConnectCustomerMetadataAdapter (line 39) | func TestNewDirectConnectCustomerMetadataAdapter(t *testing.T) { FILE: aws-source/adapters/directconnect-direct-connect-gateway-association-proposal.go function directConnectGatewayAssociationProposalOutputMapper (line 13) | func directConnectGatewayAssociationProposalOutputMapper(_ context.Conte... function NewDirectConnectGatewayAssociationProposalAdapter (line 46) | func NewDirectConnectGatewayAssociationProposalAdapter(client *directcon... FILE: aws-source/adapters/directconnect-direct-connect-gateway-association-proposal_test.go function TestDirectConnectGatewayAssociationProposalOutputMapper (line 16) | func TestDirectConnectGatewayAssociationProposalOutputMapper(t *testing.... function TestNewDirectConnectGatewayAssociationProposalAdapter (line 76) | func TestNewDirectConnectGatewayAssociationProposalAdapter(t *testing.T) { FILE: aws-source/adapters/directconnect-direct-connect-gateway-association.go constant directConnectGatewayIDVirtualGatewayIDFormat (line 15) | directConnectGatewayIDVirtualGatewayIDFormat = "direct_connect_gateway_i... constant virtualGatewayIDFormat (line 16) | virtualGatewayIDFormat = "virtual_gateway_id" function directConnectGatewayAssociationOutputMapper (line 19) | func directConnectGatewayAssociationOutputMapper(_ context.Context, _ *d... function NewDirectConnectGatewayAssociationAdapter (line 70) | func NewDirectConnectGatewayAssociationAdapter(client *directconnect.Cli... function parseDirectConnectGatewayAssociationGetInputQuery (line 140) | func parseDirectConnectGatewayAssociationGetInputQuery(query string) (st... FILE: aws-source/adapters/directconnect-direct-connect-gateway-association_test.go function TestDirectConnectGatewayAssociationOutputMapper_Health_OK (line 14) | func TestDirectConnectGatewayAssociationOutputMapper_Health_OK(t *testin... function TestDirectConnectGatewayAssociationOutputMapper_Health_Error (line 66) | func TestDirectConnectGatewayAssociationOutputMapper_Health_Error(t *tes... function TestNewDirectConnectGatewayAssociationAdapter (line 119) | func TestNewDirectConnectGatewayAssociationAdapter(t *testing.T) { FILE: aws-source/adapters/directconnect-direct-connect-gateway-attachment.go function directConnectGatewayAttachmentOutputMapper (line 14) | func directConnectGatewayAttachmentOutputMapper(_ context.Context, _ *di... function NewDirectConnectGatewayAttachmentAdapter (line 73) | func NewDirectConnectGatewayAttachmentAdapter(client *directconnect.Clie... function parseGatewayIDVirtualInterfaceID (line 127) | func parseGatewayIDVirtualInterfaceID(query string) (string, string, err... FILE: aws-source/adapters/directconnect-direct-connect-gateway-attachment_test.go function TestDirectConnectGatewayAttachmentOutputMapper_Health_OK (line 14) | func TestDirectConnectGatewayAttachmentOutputMapper_Health_OK(t *testing... function TestDirectConnectGatewayAttachmentOutputMapper_Health_Error (line 66) | func TestDirectConnectGatewayAttachmentOutputMapper_Health_Error(t *test... function TestNewDirectConnectGatewayAttachmentAdapter (line 119) | func TestNewDirectConnectGatewayAttachmentAdapter(t *testing.T) { FILE: aws-source/adapters/directconnect-direct-connect-gateway.go function directConnectGatewayOutputMapper (line 14) | func directConnectGatewayOutputMapper(ctx context.Context, cli *directco... function directconnectARN (line 72) | func directconnectARN(region, accountID, gatewayID string) string { function NewDirectConnectGatewayAdapter (line 77) | func NewDirectConnectGatewayAdapter(client *directconnect.Client, accoun... FILE: aws-source/adapters/directconnect-direct-connect-gateway_test.go function TestDirectConnectGatewayOutputMapper_Health_OK (line 14) | func TestDirectConnectGatewayOutputMapper_Health_OK(t *testing.T) { function TestDirectConnectGatewayOutputMapper_Health_ERROR (line 47) | func TestDirectConnectGatewayOutputMapper_Health_ERROR(t *testing.T) { function TestNewDirectConnectGatewayAdapter (line 81) | func TestNewDirectConnectGatewayAdapter(t *testing.T) { function Test_arn (line 94) | func Test_arn(t *testing.T) { FILE: aws-source/adapters/directconnect-hosted-connection.go function hostedConnectionOutputMapper (line 12) | func hostedConnectionOutputMapper(_ context.Context, _ *directconnect.Cl... function NewDirectConnectHostedConnectionAdapter (line 77) | func NewDirectConnectHostedConnectionAdapter(client *directconnect.Clien... FILE: aws-source/adapters/directconnect-hosted-connection_test.go function TestHostedConnectionOutputMapper (line 14) | func TestHostedConnectionOutputMapper(t *testing.T) { function TestNewDirectConnectHostedConnectionAdapter (line 91) | func TestNewDirectConnectHostedConnectionAdapter(t *testing.T) { FILE: aws-source/adapters/directconnect-interconnect.go function interconnectOutputMapper (line 14) | func interconnectOutputMapper(_ context.Context, _ *directconnect.Client... function NewDirectConnectInterconnectAdapter (line 98) | func NewDirectConnectInterconnectAdapter(client *directconnect.Client, a... FILE: aws-source/adapters/directconnect-interconnect_test.go function TestInterconnectOutputMapper (line 14) | func TestInterconnectOutputMapper(t *testing.T) { function TestInterconnectHealth (line 88) | func TestInterconnectHealth(t *testing.T) { function TestNewDirectConnectInterconnectAdapter (line 150) | func TestNewDirectConnectInterconnectAdapter(t *testing.T) { FILE: aws-source/adapters/directconnect-lag.go function lagOutputMapper (line 14) | func lagOutputMapper(_ context.Context, _ *directconnect.Client, scope s... function NewDirectConnectLagAdapter (line 90) | func NewDirectConnectLagAdapter(client *directconnect.Client, accountID ... FILE: aws-source/adapters/directconnect-lag_test.go function TestLagHealth (line 15) | func TestLagHealth(t *testing.T) { function TestLagOutputMapper (line 77) | func TestLagOutputMapper(t *testing.T) { function TestNewDirectConnectLagAdapter (line 168) | func TestNewDirectConnectLagAdapter(t *testing.T) { FILE: aws-source/adapters/directconnect-location.go function locationOutputMapper (line 12) | func locationOutputMapper(_ context.Context, _ *directconnect.Client, sc... function NewDirectConnectLocationAdapter (line 34) | func NewDirectConnectLocationAdapter(client *directconnect.Client, accou... FILE: aws-source/adapters/directconnect-location_test.go function TestLocationOutputMapper (line 13) | func TestLocationOutputMapper(t *testing.T) { function TestNewDirectConnectLocationAdapter (line 43) | func TestNewDirectConnectLocationAdapter(t *testing.T) { FILE: aws-source/adapters/directconnect-router-configuration.go function routerConfigurationOutputMapper (line 12) | func routerConfigurationOutputMapper(_ context.Context, _ *directconnect... function NewDirectConnectRouterConfigurationAdapter (line 45) | func NewDirectConnectRouterConfigurationAdapter(client *directconnect.Cl... FILE: aws-source/adapters/directconnect-router-configuration_test.go function TestRouterConfigurationOutputMapper (line 14) | func TestRouterConfigurationOutputMapper(t *testing.T) { function TestNewDirectConnectRouterConfigurationAdapter (line 58) | func TestNewDirectConnectRouterConfigurationAdapter(t *testing.T) { FILE: aws-source/adapters/directconnect-virtual-gateway.go function virtualGatewayOutputMapper (line 12) | func virtualGatewayOutputMapper(_ context.Context, _ *directconnect.Clie... function NewDirectConnectVirtualGatewayAdapter (line 34) | func NewDirectConnectVirtualGatewayAdapter(client *directconnect.Client,... FILE: aws-source/adapters/directconnect-virtual-gateway_test.go function TestVirtualGatewayOutputMapper (line 13) | func TestVirtualGatewayOutputMapper(t *testing.T) { function TestNewDirectConnectVirtualGatewayAdapter (line 39) | func TestNewDirectConnectVirtualGatewayAdapter(t *testing.T) { FILE: aws-source/adapters/directconnect-virtual-interface.go constant gatewayIDVirtualInterfaceIDFormat (line 13) | gatewayIDVirtualInterfaceIDFormat = "gateway_id/virtual_interface_id" function virtualInterfaceOutputMapper (line 15) | func virtualInterfaceOutputMapper(_ context.Context, _ *directconnect.Cl... function NewDirectConnectVirtualInterfaceAdapter (line 108) | func NewDirectConnectVirtualInterfaceAdapter(client *directconnect.Clien... FILE: aws-source/adapters/directconnect-virtual-interface_test.go function TestVirtualInterfaceOutputMapper (line 16) | func TestVirtualInterfaceOutputMapper(t *testing.T) { function TestNewDirectConnectVirtualInterfaceAdapter (line 91) | func TestNewDirectConnectVirtualInterfaceAdapter(t *testing.T) { FILE: aws-source/adapters/directconnect.go function directconnectTagsToMap (line 11) | func directconnectTagsToMap(tags []types.Tag) map[string]string { function arnToTags (line 23) | func arnToTags(ctx context.Context, cli *directconnect.Client, resourceA... FILE: aws-source/adapters/directconnect_test.go function directconnectGetAutoConfig (line 8) | func directconnectGetAutoConfig(t *testing.T) (*directconnect.Client, st... FILE: aws-source/adapters/dynamodb-backup.go function backupGetFunc (line 13) | func backupGetFunc(ctx context.Context, client Client, scope string, inp... function NewDynamoDBBackupAdapter (line 69) | func NewDynamoDBBackupAdapter(client Client, accountID string, region st... type ListBackupsPaginator (line 145) | type ListBackupsPaginator struct method HasMorePages (line 167) | func (p *ListBackupsPaginator) HasMorePages() bool { method NextPage (line 172) | func (p *ListBackupsPaginator) NextPage(ctx context.Context, optFns ..... function NewListBackupsPaginator (line 153) | func NewListBackupsPaginator(client Client, params *dynamodb.ListBackups... FILE: aws-source/adapters/dynamodb-backup_test.go method DescribeBackup (line 14) | func (t *DynamoDBTestClient) DescribeBackup(ctx context.Context, params ... method ListBackups (line 72) | func (t *DynamoDBTestClient) ListBackups(ctx context.Context, params *dy... function TestBackupGetFunc (line 90) | func TestBackupGetFunc(t *testing.T) { function TestNewDynamoDBBackupAdapter (line 113) | func TestNewDynamoDBBackupAdapter(t *testing.T) { FILE: aws-source/adapters/dynamodb-table.go function tableGetFunc (line 13) | func tableGetFunc(ctx context.Context, client Client, scope string, inpu... function NewDynamoDBTableAdapter (line 138) | func NewDynamoDBTableAdapter(client Client, accountID string, region str... FILE: aws-source/adapters/dynamodb-table_test.go method DescribeTable (line 14) | func (t *DynamoDBTestClient) DescribeTable(context.Context, *dynamodb.De... method ListTables (line 146) | func (t *DynamoDBTestClient) ListTables(context.Context, *dynamodb.ListT... method DescribeKinesisStreamingDestination (line 154) | func (t *DynamoDBTestClient) DescribeKinesisStreamingDestination(ctx con... method ListTagsOfResource (line 166) | func (t *DynamoDBTestClient) ListTagsOfResource(context.Context, *dynamo... function TestTableGetFunc (line 178) | func TestTableGetFunc(t *testing.T) { function TestNewDynamoDBTableAdapter (line 223) | func TestNewDynamoDBTableAdapter(t *testing.T) { FILE: aws-source/adapters/dynamodb.go type Client (line 9) | type Client interface FILE: aws-source/adapters/dynamodb_test.go type DynamoDBTestClient (line 3) | type DynamoDBTestClient struct FILE: aws-source/adapters/ec2-address.go function addressInputMapperGet (line 14) | func addressInputMapperGet(scope, query string) (*ec2.DescribeAddressesI... function addressInputMapperList (line 23) | func addressInputMapperList(scope string) (*ec2.DescribeAddressesInput, ... function addressOutputMapper (line 28) | func addressOutputMapper(_ context.Context, _ *ec2.Client, scope string,... function NewEC2AddressAdapter (line 124) | func NewEC2AddressAdapter(client *ec2.Client, accountID string, region s... FILE: aws-source/adapters/ec2-address_test.go function TestAddressInputMapperGet (line 14) | func TestAddressInputMapperGet(t *testing.T) { function TestAddressInputMapperList (line 30) | func TestAddressInputMapperList(t *testing.T) { function TestAddressOutputMapper (line 42) | func TestAddressOutputMapper(t *testing.T) { function TestNewEC2AddressAdapter (line 122) | func TestNewEC2AddressAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-capacity-reservation-fleet.go function capacityReservationFleetOutputMapper (line 13) | func capacityReservationFleetOutputMapper(_ context.Context, _ *ec2.Clie... function NewEC2CapacityReservationFleetAdapter (line 71) | func NewEC2CapacityReservationFleetAdapter(client *ec2.Client, accountID... FILE: aws-source/adapters/ec2-capacity-reservation-fleet_test.go function TestCapacityReservationFleetOutputMapper (line 13) | func TestCapacityReservationFleetOutputMapper(t *testing.T) { function TestNewEC2CapacityReservationFleetAdapter (line 72) | func TestNewEC2CapacityReservationFleetAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-capacity-reservation.go function capacityReservationOutputMapper (line 12) | func capacityReservationOutputMapper(_ context.Context, _ *ec2.Client, s... function NewEC2CapacityReservationAdapter (line 73) | func NewEC2CapacityReservationAdapter(client *ec2.Client, accountID stri... FILE: aws-source/adapters/ec2-capacity-reservation_test.go function TestCapacityReservationOutputMapper (line 14) | func TestCapacityReservationOutputMapper(t *testing.T) { function TestNewEC2CapacityReservationAdapter (line 93) | func TestNewEC2CapacityReservationAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-egress-only-internet-gateway.go function egressOnlyInternetGatewayInputMapperGet (line 12) | func egressOnlyInternetGatewayInputMapperGet(scope string, query string)... function egressOnlyInternetGatewayInputMapperList (line 20) | func egressOnlyInternetGatewayInputMapperList(scope string) (*ec2.Descri... function egressOnlyInternetGatewayOutputMapper (line 24) | func egressOnlyInternetGatewayOutputMapper(_ context.Context, _ *ec2.Cli... function NewEC2EgressOnlyInternetGatewayAdapter (line 67) | func NewEC2EgressOnlyInternetGatewayAdapter(client *ec2.Client, accountI... FILE: aws-source/adapters/ec2-egress-only-internet-gateway_test.go function TestEgressOnlyInternetGatewayInputMapperGet (line 14) | func TestEgressOnlyInternetGatewayInputMapperGet(t *testing.T) { function TestEgressOnlyInternetGatewayInputMapperList (line 30) | func TestEgressOnlyInternetGatewayInputMapperList(t *testing.T) { function TestEgressOnlyInternetGatewayOutputMapper (line 42) | func TestEgressOnlyInternetGatewayOutputMapper(t *testing.T) { function TestNewEC2EgressOnlyInternetGatewayAdapter (line 90) | func TestNewEC2EgressOnlyInternetGatewayAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-iam-instance-profile-association.go function iamInstanceProfileAssociationOutputMapper (line 12) | func iamInstanceProfileAssociationOutputMapper(_ context.Context, _ *ec2... function NewEC2IamInstanceProfileAssociationAdapter (line 60) | func NewEC2IamInstanceProfileAssociationAdapter(client *ec2.Client, acco... FILE: aws-source/adapters/ec2-iam-instance-profile-association_test.go function TestIamInstanceProfileAssociationOutputMapper (line 14) | func TestIamInstanceProfileAssociationOutputMapper(t *testing.T) { function TestNewEC2IamInstanceProfileAssociationAdapter (line 68) | func TestNewEC2IamInstanceProfileAssociationAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-image.go function imageInputMapperGet (line 15) | func imageInputMapperGet(scope string, query string) (*ec2.DescribeImage... function imageInputMapperList (line 25) | func imageInputMapperList(scope string) (*ec2.DescribeImagesInput, error) { function imageOutputMapper (line 35) | func imageOutputMapper(_ context.Context, _ *ec2.Client, scope string, _... function NewEC2ImageAdapter (line 65) | func NewEC2ImageAdapter(client *ec2.Client, accountID string, region str... FILE: aws-source/adapters/ec2-image_test.go function TestImageInputMapperGet (line 13) | func TestImageInputMapperGet(t *testing.T) { function TestImageInputMapperList (line 29) | func TestImageInputMapperList(t *testing.T) { function TestImageOutputMapper (line 42) | func TestImageOutputMapper(t *testing.T) { function TestNewEC2ImageAdapter (line 108) | func TestNewEC2ImageAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-instance-event-window.go function instanceEventWindowInputMapperGet (line 12) | func instanceEventWindowInputMapperGet(scope, query string) (*ec2.Descri... function instanceEventWindowInputMapperList (line 20) | func instanceEventWindowInputMapperList(scope string) (*ec2.DescribeInst... function instanceEventWindowOutputMapper (line 24) | func instanceEventWindowOutputMapper(_ context.Context, _ *ec2.Client, s... function NewEC2InstanceEventWindowAdapter (line 76) | func NewEC2InstanceEventWindowAdapter(client *ec2.Client, accountID stri... FILE: aws-source/adapters/ec2-instance-event-window_test.go function TestInstanceEventWindowInputMapperGet (line 14) | func TestInstanceEventWindowInputMapperGet(t *testing.T) { function TestInstanceEventWindowInputMapperList (line 30) | func TestInstanceEventWindowInputMapperList(t *testing.T) { function TestInstanceEventWindowOutputMapper (line 42) | func TestInstanceEventWindowOutputMapper(t *testing.T) { function TestNewEC2InstanceEventWindowAdapter (line 110) | func TestNewEC2InstanceEventWindowAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-instance-status.go function instanceStatusInputMapperGet (line 13) | func instanceStatusInputMapperGet(scope, query string) (*ec2.DescribeIns... function instanceStatusInputMapperList (line 21) | func instanceStatusInputMapperList(scope string) (*ec2.DescribeInstanceS... function instanceStatusOutputMapper (line 25) | func instanceStatusOutputMapper(_ context.Context, _ *ec2.Client, scope ... function NewEC2InstanceStatusAdapter (line 75) | func NewEC2InstanceStatusAdapter(client *ec2.Client, accountID string, r... FILE: aws-source/adapters/ec2-instance-status_test.go function TestInstanceStatusInputMapperGet (line 14) | func TestInstanceStatusInputMapperGet(t *testing.T) { function TestInstanceStatusInputMapperList (line 30) | func TestInstanceStatusInputMapperList(t *testing.T) { function TestInstanceStatusOutputMapper (line 42) | func TestInstanceStatusOutputMapper(t *testing.T) { function TestNewEC2InstanceStatusAdapter (line 107) | func TestNewEC2InstanceStatusAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-instance.go function instanceInputMapperGet (line 23) | func instanceInputMapperGet(scope, query string) (*ec2.DescribeInstances... function instanceInputMapperList (line 31) | func instanceInputMapperList(scope string) (*ec2.DescribeInstancesInput,... function instanceOutputMapper (line 35) | func instanceOutputMapper(_ context.Context, _ *ec2.Client, scope string... function NewEC2InstanceAdapter (line 351) | func NewEC2InstanceAdapter(client *ec2.Client, accountID string, region ... FILE: aws-source/adapters/ec2-instance_test.go function TestInstanceInputMapperGet (line 14) | func TestInstanceInputMapperGet(t *testing.T) { function TestInstanceInputMapperList (line 30) | func TestInstanceInputMapperList(t *testing.T) { function TestInstanceOutputMapper (line 42) | func TestInstanceOutputMapper(t *testing.T) { function TestNewEC2InstanceAdapter (line 352) | func TestNewEC2InstanceAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-internet-gateway.go function internetGatewayInputMapperGet (line 12) | func internetGatewayInputMapperGet(scope string, query string) (*ec2.Des... function internetGatewayInputMapperList (line 20) | func internetGatewayInputMapperList(scope string) (*ec2.DescribeInternet... function internetGatewayOutputMapper (line 24) | func internetGatewayOutputMapper(_ context.Context, _ *ec2.Client, scope... function NewEC2InternetGatewayAdapter (line 68) | func NewEC2InternetGatewayAdapter(client *ec2.Client, accountID string, ... FILE: aws-source/adapters/ec2-internet-gateway_test.go function TestInternetGatewayInputMapperGet (line 14) | func TestInternetGatewayInputMapperGet(t *testing.T) { function TestInternetGatewayInputMapperList (line 30) | func TestInternetGatewayInputMapperList(t *testing.T) { function TestInternetGatewayOutputMapper (line 42) | func TestInternetGatewayOutputMapper(t *testing.T) { function TestNewEC2InternetGatewayAdapter (line 97) | func TestNewEC2InternetGatewayAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-key-pair.go function keyPairInputMapperGet (line 12) | func keyPairInputMapperGet(scope string, query string) (*ec2.DescribeKey... function keyPairInputMapperList (line 20) | func keyPairInputMapperList(scope string) (*ec2.DescribeKeyPairsInput, e... function keyPairOutputMapper (line 24) | func keyPairOutputMapper(_ context.Context, _ *ec2.Client, scope string,... function NewEC2KeyPairAdapter (line 54) | func NewEC2KeyPairAdapter(client *ec2.Client, accountID string, region s... FILE: aws-source/adapters/ec2-key-pair_test.go function TestKeyPairInputMapperGet (line 13) | func TestKeyPairInputMapperGet(t *testing.T) { function TestKeyPairInputMapperList (line 29) | func TestKeyPairInputMapperList(t *testing.T) { function TestKeyPairOutputMapper (line 41) | func TestKeyPairOutputMapper(t *testing.T) { function TestNewEC2KeyPairAdapter (line 74) | func TestNewEC2KeyPairAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-launch-template-version.go function launchTemplateVersionInputMapperGet (line 15) | func launchTemplateVersionInputMapperGet(scope string, query string) (*e... function launchTemplateVersionInputMapperList (line 31) | func launchTemplateVersionInputMapperList(scope string) (*ec2.DescribeLa... function launchTemplateVersionOutputMapper (line 40) | func launchTemplateVersionOutputMapper(_ context.Context, _ *ec2.Client,... function NewEC2LaunchTemplateVersionAdapter (line 225) | func NewEC2LaunchTemplateVersionAdapter(client *ec2.Client, accountID st... FILE: aws-source/adapters/ec2-launch-template-version_test.go function TestLaunchTemplateVersionInputMapperGet (line 14) | func TestLaunchTemplateVersionInputMapperGet(t *testing.T) { function TestLaunchTemplateVersionInputMapperList (line 34) | func TestLaunchTemplateVersionInputMapperList(t *testing.T) { function TestLaunchTemplateVersionOutputMapper (line 46) | func TestLaunchTemplateVersionOutputMapper(t *testing.T) { function TestNewEC2LaunchTemplateVersionAdapter (line 205) | func TestNewEC2LaunchTemplateVersionAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-launch-template.go function launchTemplateInputMapperGet (line 12) | func launchTemplateInputMapperGet(scope string, query string) (*ec2.Desc... function launchTemplateInputMapperList (line 20) | func launchTemplateInputMapperList(scope string) (*ec2.DescribeLaunchTem... function launchTemplateOutputMapper (line 24) | func launchTemplateOutputMapper(_ context.Context, _ *ec2.Client, scope ... function NewEC2LaunchTemplateAdapter (line 54) | func NewEC2LaunchTemplateAdapter(client *ec2.Client, accountID string, r... FILE: aws-source/adapters/ec2-launch-template_test.go function TestLaunchTemplateInputMapperGet (line 13) | func TestLaunchTemplateInputMapperGet(t *testing.T) { function TestLaunchTemplateInputMapperList (line 29) | func TestLaunchTemplateInputMapperList(t *testing.T) { function TestLaunchTemplateOutputMapper (line 41) | func TestLaunchTemplateOutputMapper(t *testing.T) { function TestNewEC2LaunchTemplateAdapter (line 68) | func TestNewEC2LaunchTemplateAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-nat-gateway.go function natGatewayInputMapperGet (line 12) | func natGatewayInputMapperGet(scope string, query string) (*ec2.Describe... function natGatewayInputMapperList (line 20) | func natGatewayInputMapperList(scope string) (*ec2.DescribeNatGatewaysIn... function natGatewayOutputMapper (line 24) | func natGatewayOutputMapper(_ context.Context, _ *ec2.Client, scope stri... function NewEC2NatGatewayAdapter (line 111) | func NewEC2NatGatewayAdapter(client *ec2.Client, accountID string, regio... FILE: aws-source/adapters/ec2-nat-gateway_test.go function TestNatGatewayInputMapperGet (line 14) | func TestNatGatewayInputMapperGet(t *testing.T) { function TestNatGatewayInputMapperList (line 30) | func TestNatGatewayInputMapperList(t *testing.T) { function TestNatGatewayOutputMapper (line 42) | func TestNatGatewayOutputMapper(t *testing.T) { function TestNewEC2NatGatewayAdapter (line 151) | func TestNewEC2NatGatewayAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-network-acl.go function networkAclInputMapperGet (line 12) | func networkAclInputMapperGet(scope string, query string) (*ec2.Describe... function networkAclInputMapperList (line 20) | func networkAclInputMapperList(scope string) (*ec2.DescribeNetworkAclsIn... function networkAclOutputMapper (line 24) | func networkAclOutputMapper(_ context.Context, _ *ec2.Client, scope stri... function NewEC2NetworkAclAdapter (line 78) | func NewEC2NetworkAclAdapter(client *ec2.Client, accountID string, regio... FILE: aws-source/adapters/ec2-network-acl_test.go function TestNetworkAclInputMapperGet (line 14) | func TestNetworkAclInputMapperGet(t *testing.T) { function TestNetworkAclInputMapperList (line 30) | func TestNetworkAclInputMapperList(t *testing.T) { function TestNetworkAclOutputMapper (line 42) | func TestNetworkAclOutputMapper(t *testing.T) { function TestNewEC2NetworkAclAdapter (line 133) | func TestNewEC2NetworkAclAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-network-interface-permission.go function networkInterfacePermissionInputMapperGet (line 12) | func networkInterfacePermissionInputMapperGet(scope string, query string... function networkInterfacePermissionInputMapperList (line 20) | func networkInterfacePermissionInputMapperList(scope string) (*ec2.Descr... function networkInterfacePermissionOutputMapper (line 24) | func networkInterfacePermissionOutputMapper(_ context.Context, _ *ec2.Cl... function NewEC2NetworkInterfacePermissionAdapter (line 64) | func NewEC2NetworkInterfacePermissionAdapter(client *ec2.Client, account... FILE: aws-source/adapters/ec2-network-interface-permission_test.go function TestNetworkInterfacePermissionInputMapperGet (line 14) | func TestNetworkInterfacePermissionInputMapperGet(t *testing.T) { function TestNetworkInterfacePermissionInputMapperList (line 30) | func TestNetworkInterfacePermissionInputMapperList(t *testing.T) { function TestNetworkInterfacePermissionOutputMapper (line 42) | func TestNetworkInterfacePermissionOutputMapper(t *testing.T) { function TestNewEC2NetworkInterfacePermissionAdapter (line 90) | func TestNewEC2NetworkInterfacePermissionAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-network-interface.go function networkInterfaceInputMapperGet (line 15) | func networkInterfaceInputMapperGet(scope string, query string) (*ec2.De... function networkInterfaceInputMapperList (line 23) | func networkInterfaceInputMapperList(scope string) (*ec2.DescribeNetwork... function networkInterfaceInputMapperSearch (line 27) | func networkInterfaceInputMapperSearch(_ context.Context, _ *ec2.Client,... function networkInterfaceOutputMapper (line 66) | func networkInterfaceOutputMapper(_ context.Context, _ *ec2.Client, scop... function NewEC2NetworkInterfaceAdapter (line 227) | func NewEC2NetworkInterfaceAdapter(client *ec2.Client, accountID string,... FILE: aws-source/adapters/ec2-network-interface_test.go function TestNetworkInterfaceInputMapperGet (line 14) | func TestNetworkInterfaceInputMapperGet(t *testing.T) { function TestNetworkInterfaceInputMapperList (line 30) | func TestNetworkInterfaceInputMapperList(t *testing.T) { function TestNetworkInterfaceInputMapperSearch (line 42) | func TestNetworkInterfaceInputMapperSearch(t *testing.T) { function TestNetworkInterfaceOutputMapper (line 124) | func TestNetworkInterfaceOutputMapper(t *testing.T) { function TestNewEC2NetworkInterfaceAdapter (line 282) | func TestNewEC2NetworkInterfaceAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-placement-group.go function placementGroupInputMapperGet (line 12) | func placementGroupInputMapperGet(scope string, query string) (*ec2.Desc... function placementGroupInputMapperList (line 20) | func placementGroupInputMapperList(scope string) (*ec2.DescribePlacement... function placementGroupOutputMapper (line 24) | func placementGroupOutputMapper(_ context.Context, _ *ec2.Client, scope ... function NewEC2PlacementGroupAdapter (line 54) | func NewEC2PlacementGroupAdapter(client *ec2.Client, accountID string, r... FILE: aws-source/adapters/ec2-placement-group_test.go function TestPlacementGroupInputMapperGet (line 13) | func TestPlacementGroupInputMapperGet(t *testing.T) { function TestPlacementGroupInputMapperList (line 29) | func TestPlacementGroupInputMapperList(t *testing.T) { function TestPlacementGroupOutputMapper (line 41) | func TestPlacementGroupOutputMapper(t *testing.T) { function TestNewEC2PlacementGroupAdapter (line 75) | func TestNewEC2PlacementGroupAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-reserved-instance.go function reservedInstanceInputMapperGet (line 12) | func reservedInstanceInputMapperGet(scope, query string) (*ec2.DescribeR... function reservedInstanceInputMapperList (line 20) | func reservedInstanceInputMapperList(scope string) (*ec2.DescribeReserve... function reservedInstanceOutputMapper (line 24) | func reservedInstanceOutputMapper(_ context.Context, _ *ec2.Client, scop... function NewEC2ReservedInstanceAdapter (line 52) | func NewEC2ReservedInstanceAdapter(client *ec2.Client, accountID string,... FILE: aws-source/adapters/ec2-reserved-instance_test.go function TestReservedInstanceInputMapperGet (line 13) | func TestReservedInstanceInputMapperGet(t *testing.T) { function TestReservedInstanceInputMapperList (line 29) | func TestReservedInstanceInputMapperList(t *testing.T) { function TestReservedInstanceOutputMapper (line 41) | func TestReservedInstanceOutputMapper(t *testing.T) { function TestNewEC2ReservedInstanceAdapter (line 97) | func TestNewEC2ReservedInstanceAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-route-table.go function routeTableInputMapperGet (line 13) | func routeTableInputMapperGet(scope string, query string) (*ec2.Describe... function routeTableInputMapperList (line 21) | func routeTableInputMapperList(scope string) (*ec2.DescribeRouteTablesIn... function routeTableOutputMapper (line 25) | func routeTableOutputMapper(_ context.Context, _ *ec2.Client, scope stri... function NewEC2RouteTableAdapter (line 195) | func NewEC2RouteTableAdapter(client *ec2.Client, accountID string, regio... FILE: aws-source/adapters/ec2-route-table_test.go function TestRouteTableInputMapperGet (line 14) | func TestRouteTableInputMapperGet(t *testing.T) { function TestRouteTableInputMapperList (line 30) | func TestRouteTableInputMapperList(t *testing.T) { function TestRouteTableOutputMapper (line 42) | func TestRouteTableOutputMapper(t *testing.T) { function TestNewEC2RouteTableAdapter (line 198) | func TestNewEC2RouteTableAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-security-group-rule.go function securityGroupRuleInputMapperGet (line 12) | func securityGroupRuleInputMapperGet(scope string, query string) (*ec2.D... function securityGroupRuleInputMapperList (line 20) | func securityGroupRuleInputMapperList(scope string) (*ec2.DescribeSecuri... function securityGroupRuleOutputMapper (line 24) | func securityGroupRuleOutputMapper(_ context.Context, _ *ec2.Client, sco... function NewEC2SecurityGroupRuleAdapter (line 78) | func NewEC2SecurityGroupRuleAdapter(client *ec2.Client, accountID string... FILE: aws-source/adapters/ec2-security-group-rule_test.go function TestSecurityGroupRuleInputMapperGet (line 14) | func TestSecurityGroupRuleInputMapperGet(t *testing.T) { function TestSecurityGroupRuleInputMapperList (line 30) | func TestSecurityGroupRuleInputMapperList(t *testing.T) { function TestSecurityGroupRuleOutputMapper (line 42) | func TestSecurityGroupRuleOutputMapper(t *testing.T) { function TestNewEC2SecurityGroupRuleAdapter (line 111) | func TestNewEC2SecurityGroupRuleAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-security-group.go function securityGroupInputMapperGet (line 13) | func securityGroupInputMapperGet(scope string, query string) (*ec2.Descr... function securityGroupInputMapperList (line 21) | func securityGroupInputMapperList(scope string) (*ec2.DescribeSecurityGr... function securityGroupOutputMapper (line 25) | func securityGroupOutputMapper(_ context.Context, _ *ec2.Client, scope s... function NewEC2SecurityGroupAdapter (line 83) | func NewEC2SecurityGroupAdapter(client *ec2.Client, accountID string, re... function extractLinkedSecurityGroups (line 129) | func extractLinkedSecurityGroups(permissions []types.IpPermission, scope... FILE: aws-source/adapters/ec2-security-group_test.go function TestSecurityGroupInputMapperGet (line 14) | func TestSecurityGroupInputMapperGet(t *testing.T) { function TestSecurityGroupInputMapperList (line 30) | func TestSecurityGroupInputMapperList(t *testing.T) { function TestSecurityGroupOutputMapper (line 42) | func TestSecurityGroupOutputMapper(t *testing.T) { function TestNewEC2SecurityGroupAdapter (line 121) | func TestNewEC2SecurityGroupAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-snapshot.go function snapshotInputMapperGet (line 12) | func snapshotInputMapperGet(scope string, query string) (*ec2.DescribeSn... function snapshotInputMapperList (line 20) | func snapshotInputMapperList(scope string) (*ec2.DescribeSnapshotsInput,... function snapshotOutputMapper (line 30) | func snapshotOutputMapper(_ context.Context, _ *ec2.Client, scope string... function NewEC2SnapshotAdapter (line 74) | func NewEC2SnapshotAdapter(client *ec2.Client, accountID string, region ... FILE: aws-source/adapters/ec2-snapshot_test.go function TestSnapshotInputMapperGet (line 14) | func TestSnapshotInputMapperGet(t *testing.T) { function TestSnapshotInputMapperList (line 30) | func TestSnapshotInputMapperList(t *testing.T) { function TestSnapshotOutputMapper (line 42) | func TestSnapshotOutputMapper(t *testing.T) { function TestNewEC2SnapshotAdapter (line 94) | func TestNewEC2SnapshotAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-subnet.go function subnetInputMapperGet (line 12) | func subnetInputMapperGet(scope string, query string) (*ec2.DescribeSubn... function subnetInputMapperList (line 20) | func subnetInputMapperList(scope string) (*ec2.DescribeSubnetsInput, err... function subnetOutputMapper (line 24) | func subnetOutputMapper(_ context.Context, _ *ec2.Client, scope string, ... function NewEC2SubnetAdapter (line 65) | func NewEC2SubnetAdapter(client *ec2.Client, accountID string, region st... FILE: aws-source/adapters/ec2-subnet_test.go function TestSubnetInputMapperGet (line 14) | func TestSubnetInputMapperGet(t *testing.T) { function TestSubnetInputMapperList (line 30) | func TestSubnetInputMapperList(t *testing.T) { function TestSubnetOutputMapper (line 42) | func TestSubnetOutputMapper(t *testing.T) { function TestNewEC2SubnetAdapter (line 114) | func TestNewEC2SubnetAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-transit-gateway-route-table-association.go type transitGatewayRouteTableAssociationItem (line 22) | type transitGatewayRouteTableAssociationItem struct constant associationIDSep (line 27) | associationIDSep = "|" function transitGatewayRouteTableAssociationID (line 29) | func transitGatewayRouteTableAssociationID(routeTableID, attachmentID st... function parseCompositeID (line 35) | func parseCompositeID(query, sep string) (string, string) { function parseAssociationQuery (line 43) | func parseAssociationQuery(query string) (routeTableID, attachmentID str... function getTransitGatewayRouteTableAssociation (line 53) | func getTransitGatewayRouteTableAssociation(ctx context.Context, client ... function listTransitGatewayRouteTableAssociations (line 79) | func listTransitGatewayRouteTableAssociations(ctx context.Context, clien... function searchTransitGatewayRouteTableAssociations (line 115) | func searchTransitGatewayRouteTableAssociations(ctx context.Context, cli... function transitGatewayRouteTableAssociationItemMapper (line 136) | func transitGatewayRouteTableAssociationItemMapper(query, scope string, ... function NewEC2TransitGatewayRouteTableAssociationAdapter (line 225) | func NewEC2TransitGatewayRouteTableAssociationAdapter(client *ec2.Client... FILE: aws-source/adapters/ec2-transit-gateway-route-table-association_test.go function TestParseAssociationQuery (line 10) | func TestParseAssociationQuery(t *testing.T) { function TestTransitGatewayRouteTableAssociationItemMapper (line 32) | func TestTransitGatewayRouteTableAssociationItemMapper(t *testing.T) { function TestNewEC2TransitGatewayRouteTableAssociationAdapter (line 58) | func TestNewEC2TransitGatewayRouteTableAssociationAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-transit-gateway-route-table-propagation.go type transitGatewayRouteTablePropagationItem (line 20) | type transitGatewayRouteTablePropagationItem struct constant propagationIDSep (line 25) | propagationIDSep = "|" function transitGatewayRouteTablePropagationID (line 27) | func transitGatewayRouteTablePropagationID(routeTableID, attachmentID st... function parsePropagationQuery (line 31) | func parsePropagationQuery(query string) (routeTableID, attachmentID str... function getTransitGatewayRouteTablePropagation (line 41) | func getTransitGatewayRouteTablePropagation(ctx context.Context, client ... function listTransitGatewayRouteTablePropagations (line 67) | func listTransitGatewayRouteTablePropagations(ctx context.Context, clien... function searchTransitGatewayRouteTablePropagations (line 102) | func searchTransitGatewayRouteTablePropagations(ctx context.Context, cli... function transitGatewayRouteTablePropagationItemMapper (line 123) | func transitGatewayRouteTablePropagationItemMapper(query, scope string, ... function NewEC2TransitGatewayRouteTablePropagationAdapter (line 222) | func NewEC2TransitGatewayRouteTablePropagationAdapter(client *ec2.Client... FILE: aws-source/adapters/ec2-transit-gateway-route-table-propagation_test.go function TestParsePropagationQuery (line 10) | func TestParsePropagationQuery(t *testing.T) { function TestTransitGatewayRouteTablePropagationItemMapper (line 32) | func TestTransitGatewayRouteTablePropagationItemMapper(t *testing.T) { function TestNewEC2TransitGatewayRouteTablePropagationAdapter (line 54) | func TestNewEC2TransitGatewayRouteTablePropagationAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-transit-gateway-route-table.go function transitGatewayRouteTableInputMapperGet (line 16) | func transitGatewayRouteTableInputMapperGet(scope string, query string) ... function transitGatewayRouteTableInputMapperList (line 24) | func transitGatewayRouteTableInputMapperList(scope string) (*ec2.Describ... function transitGatewayRouteTableOutputMapper (line 28) | func transitGatewayRouteTableOutputMapper(_ context.Context, _ *ec2.Clie... function NewEC2TransitGatewayRouteTableAdapter (line 84) | func NewEC2TransitGatewayRouteTableAdapter(client *ec2.Client, accountID... FILE: aws-source/adapters/ec2-transit-gateway-route-table_test.go function TestTransitGatewayRouteTableInputMapperGet (line 14) | func TestTransitGatewayRouteTableInputMapperGet(t *testing.T) { function TestTransitGatewayRouteTableInputMapperList (line 30) | func TestTransitGatewayRouteTableInputMapperList(t *testing.T) { function TestTransitGatewayRouteTableOutputMapper (line 42) | func TestTransitGatewayRouteTableOutputMapper(t *testing.T) { function TestNewEC2TransitGatewayRouteTableAdapter (line 100) | func TestNewEC2TransitGatewayRouteTableAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-transit-gateway-route.go type transitGatewayRouteItem (line 24) | type transitGatewayRouteItem struct constant routeIDSep (line 29) | routeIDSep = "|" constant routeDestPrefixList (line 30) | routeDestPrefixList = "pl:" function transitGatewayRouteDestination (line 32) | func transitGatewayRouteDestination(r *types.TransitGatewayRoute) string { function transitGatewayRouteID (line 42) | func transitGatewayRouteID(routeTableID, destination string) string { function parseRouteQuery (line 46) | func parseRouteQuery(query string) (routeTableID, destination string, er... function searchRoutesFilter (line 57) | func searchRoutesFilter() []types.Filter { constant maxSearchRoutesResults (line 65) | maxSearchRoutesResults = 1000 function getTransitGatewayRoute (line 67) | func getTransitGatewayRoute(ctx context.Context, client *ec2.Client, _, ... function listTransitGatewayRoutes (line 96) | func listTransitGatewayRoutes(ctx context.Context, client *ec2.Client, _... function searchTransitGatewayRoutes (line 133) | func searchTransitGatewayRoutes(ctx context.Context, client *ec2.Client,... function transitGatewayRouteItemMapper (line 153) | func transitGatewayRouteItemMapper(query, scope string, awsItem *transit... function NewEC2TransitGatewayRouteAdapter (line 270) | func NewEC2TransitGatewayRouteAdapter(client *ec2.Client, accountID, reg... FILE: aws-source/adapters/ec2-transit-gateway-route_test.go function TestTransitGatewayRouteDestination (line 10) | func TestTransitGatewayRouteDestination(t *testing.T) { function TestParseRouteQuery (line 19) | func TestParseRouteQuery(t *testing.T) { function TestTransitGatewayRouteItemMapper (line 41) | func TestTransitGatewayRouteItemMapper(t *testing.T) { function TestNewEC2TransitGatewayRouteAdapter (line 62) | func TestNewEC2TransitGatewayRouteAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-volume-status.go function volumeStatusInputMapperGet (line 13) | func volumeStatusInputMapperGet(scope string, query string) (*ec2.Descri... function volumeStatusInputMapperList (line 21) | func volumeStatusInputMapperList(scope string) (*ec2.DescribeVolumeStatu... function volumeStatusOutputMapper (line 25) | func volumeStatusOutputMapper(_ context.Context, _ *ec2.Client, scope st... function NewEC2VolumeStatusAdapter (line 91) | func NewEC2VolumeStatusAdapter(client *ec2.Client, accountID string, reg... FILE: aws-source/adapters/ec2-volume-status_test.go function TestVolumeStatusInputMapperGet (line 14) | func TestVolumeStatusInputMapperGet(t *testing.T) { function TestVolumeStatusInputMapperList (line 30) | func TestVolumeStatusInputMapperList(t *testing.T) { function TestVolumeStatusOutputMapper (line 42) | func TestVolumeStatusOutputMapper(t *testing.T) { function TestNewEC2VolumeStatusAdapter (line 121) | func TestNewEC2VolumeStatusAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-volume.go function volumeInputMapperGet (line 12) | func volumeInputMapperGet(scope string, query string) (*ec2.DescribeVolu... function volumeInputMapperList (line 20) | func volumeInputMapperList(scope string) (*ec2.DescribeVolumesInput, err... function volumeOutputMapper (line 24) | func volumeOutputMapper(_ context.Context, _ *ec2.Client, scope string, ... function NewEC2VolumeAdapter (line 65) | func NewEC2VolumeAdapter(client *ec2.Client, accountID string, region st... FILE: aws-source/adapters/ec2-volume_test.go function TestVolumeInputMapperGet (line 14) | func TestVolumeInputMapperGet(t *testing.T) { function TestVolumeInputMapperList (line 30) | func TestVolumeInputMapperList(t *testing.T) { function TestVolumeOutputMapper (line 42) | func TestVolumeOutputMapper(t *testing.T) { function TestNewEC2VolumeAdapter (line 103) | func TestNewEC2VolumeAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-vpc-endpoint.go function vpcEndpointInputMapperGet (line 15) | func vpcEndpointInputMapperGet(scope string, query string) (*ec2.Describ... function vpcEndpointInputMapperList (line 23) | func vpcEndpointInputMapperList(scope string) (*ec2.DescribeVpcEndpoints... function vpcEndpointOutputMapper (line 27) | func vpcEndpointOutputMapper(_ context.Context, _ *ec2.Client, scope str... function NewEC2VpcEndpointAdapter (line 181) | func NewEC2VpcEndpointAdapter(client *ec2.Client, accountID string, regi... FILE: aws-source/adapters/ec2-vpc-endpoint_test.go function TestVpcEndpointInputMapperGet (line 14) | func TestVpcEndpointInputMapperGet(t *testing.T) { function TestVpcEndpointOutputMapper (line 30) | func TestVpcEndpointOutputMapper(t *testing.T) { function TestNewEC2VpcEndpointAdapter (line 148) | func TestNewEC2VpcEndpointAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-vpc-peering-connection.go function vpcPeeringConnectionOutputMapper (line 13) | func vpcPeeringConnectionOutputMapper(_ context.Context, _ *ec2.Client, ... function NewEC2VpcPeeringConnectionAdapter (line 95) | func NewEC2VpcPeeringConnectionAdapter(client *ec2.Client, accountID str... FILE: aws-source/adapters/ec2-vpc-peering-connection_test.go function TestVpcPeeringConnectionOutputMapper (line 14) | func TestVpcPeeringConnectionOutputMapper(t *testing.T) { function TestNewEC2VpcPeeringConnectionAdapter (line 104) | func TestNewEC2VpcPeeringConnectionAdapter(t *testing.T) { FILE: aws-source/adapters/ec2-vpc.go function vpcInputMapperGet (line 12) | func vpcInputMapperGet(scope string, query string) (*ec2.DescribeVpcsInp... function vpcInputMapperList (line 20) | func vpcInputMapperList(scope string) (*ec2.DescribeVpcsInput, error) { function vpcOutputMapper (line 24) | func vpcOutputMapper(_ context.Context, _ *ec2.Client, scope string, _ *... function NewEC2VpcAdapter (line 54) | func NewEC2VpcAdapter(client *ec2.Client, accountID string, region strin... FILE: aws-source/adapters/ec2-vpc_test.go function TestVpcInputMapperGet (line 13) | func TestVpcInputMapperGet(t *testing.T) { function TestVpcInputMapperList (line 29) | func TestVpcInputMapperList(t *testing.T) { function TestVpcOutputMapper (line 41) | func TestVpcOutputMapper(t *testing.T) { function TestNewEC2VpcAdapter (line 100) | func TestNewEC2VpcAdapter(t *testing.T) { FILE: aws-source/adapters/ec2.go function ec2TagsToMap (line 6) | func ec2TagsToMap(tags []types.Tag) map[string]string { FILE: aws-source/adapters/ec2_test.go function ec2GetAutoConfig (line 9) | func ec2GetAutoConfig(t *testing.T) (*ec2.Client, string, string) { FILE: aws-source/adapters/ecs-capacity-provider.go function capacityProviderOutputMapper (line 18) | func capacityProviderOutputMapper(_ context.Context, _ ECSClient, scope ... function NewECSCapacityProviderAdapter (line 57) | func NewECSCapacityProviderAdapter(client ECSClient, accountID string, r... type DescribeCapacityProvidersPaginator (line 114) | type DescribeCapacityProvidersPaginator struct method HasMorePages (line 136) | func (p *DescribeCapacityProvidersPaginator) HasMorePages() bool { method NextPage (line 141) | func (p *DescribeCapacityProvidersPaginator) NextPage(ctx context.Cont... function NewDescribeCapacityProvidersPaginator (line 122) | func NewDescribeCapacityProvidersPaginator(client ECSClient, params *ecs... FILE: aws-source/adapters/ecs-capacity-provider_test.go method DescribeCapacityProviders (line 15) | func (t *ecsTestClient) DescribeCapacityProviders(ctx context.Context, p... function TestCapacityProviderOutputMapper (line 70) | func TestCapacityProviderOutputMapper(t *testing.T) { function TestCapacityProviderAdapter (line 125) | func TestCapacityProviderAdapter(t *testing.T) { function TestNewECSCapacityProviderAdapter (line 142) | func TestNewECSCapacityProviderAdapter(t *testing.T) { FILE: aws-source/adapters/ecs-cluster.go function ecsClusterGetFunc (line 23) | func ecsClusterGetFunc(ctx context.Context, client ECSClient, scope stri... function NewECSClusterAdapter (line 167) | func NewECSClusterAdapter(client ECSClient, accountID string, region str... FILE: aws-source/adapters/ecs-cluster_test.go method DescribeClusters (line 14) | func (t *ecsTestClient) DescribeClusters(ctx context.Context, params *ec... method ListClusters (line 86) | func (t *ecsTestClient) ListClusters(context.Context, *ecs.ListClustersI... function TestECSClusterGetFunc (line 94) | func TestECSClusterGetFunc(t *testing.T) { function TestECSNewECSClusterAdapter (line 148) | func TestECSNewECSClusterAdapter(t *testing.T) { FILE: aws-source/adapters/ecs-container-instance.go function containerInstanceGetFunc (line 21) | func containerInstanceGetFunc(ctx context.Context, client ECSClient, sco... function containerInstanceListFuncOutputMapper (line 82) | func containerInstanceListFuncOutputMapper(output *ecs.ListContainerInst... function NewECSContainerInstanceAdapter (line 113) | func NewECSContainerInstanceAdapter(client ECSClient, accountID string, ... FILE: aws-source/adapters/ecs-container-instance_test.go method DescribeContainerInstances (line 14) | func (t *ecsTestClient) DescribeContainerInstances(ctx context.Context, ... method ListContainerInstances (line 319) | func (t *ecsTestClient) ListContainerInstances(context.Context, *ecs.Lis... function TestContainerInstanceGetFunc (line 327) | func TestContainerInstanceGetFunc(t *testing.T) { function TestNewECSContainerInstanceAdapter (line 350) | func TestNewECSContainerInstanceAdapter(t *testing.T) { FILE: aws-source/adapters/ecs-service.go function serviceGetFunc (line 20) | func serviceGetFunc(ctx context.Context, client ECSClient, scope string,... function serviceListFuncOutputMapper (line 267) | func serviceListFuncOutputMapper(output *ecs.ListServicesOutput, input *... function NewECSServiceAdapter (line 298) | func NewECSServiceAdapter(client ECSClient, accountID string, region str... FILE: aws-source/adapters/ecs-service_test.go method DescribeServices (line 14) | func (t *ecsTestClient) DescribeServices(ctx context.Context, params *ec... method ListServices (line 209) | func (t *ecsTestClient) ListServices(context.Context, *ecs.ListServicesI... function TestServiceGetFunc (line 217) | func TestServiceGetFunc(t *testing.T) { function TestNewECSServiceAdapter (line 312) | func TestNewECSServiceAdapter(t *testing.T) { FILE: aws-source/adapters/ecs-task-definition.go function taskDefinitionGetFunc (line 19) | func taskDefinitionGetFunc(ctx context.Context, client ECSClient, scope ... function getSecretLinkedItem (line 120) | func getSecretLinkedItem(secret types.Secret) *sdp.LinkedItemQuery { function NewECSTaskDefinitionAdapter (line 153) | func NewECSTaskDefinitionAdapter(client ECSClient, accountID string, reg... FILE: aws-source/adapters/ecs-task-definition_test.go method DescribeTaskDefinition (line 14) | func (t *ecsTestClient) DescribeTaskDefinition(ctx context.Context, para... method ListTaskDefinitions (line 199) | func (t *ecsTestClient) ListTaskDefinitions(context.Context, *ecs.ListTa... function TestTaskDefinitionGetFunc (line 207) | func TestTaskDefinitionGetFunc(t *testing.T) { function TestNewECSTaskDefinitionAdapter (line 256) | func TestNewECSTaskDefinitionAdapter(t *testing.T) { FILE: aws-source/adapters/ecs-task.go function taskGetFunc (line 21) | func taskGetFunc(ctx context.Context, client ECSClient, scope string, in... function taskGetInputMapper (line 156) | func taskGetInputMapper(scope, query string) *ecs.DescribeTasksInput { function tasksListFuncOutputMapper (line 173) | func tasksListFuncOutputMapper(output *ecs.ListTasksOutput, input *ecs.L... function NewECSTaskAdapter (line 198) | func NewECSTaskAdapter(client ECSClient, accountID string, region string... FILE: aws-source/adapters/ecs-task_test.go method DescribeTasks (line 14) | func (t *ecsTestClient) DescribeTasks(ctx context.Context, params *ecs.D... method ListTasks (line 113) | func (t *ecsTestClient) ListTasks(context.Context, *ecs.ListTasksInput, ... function TestTaskGetInputMapper (line 121) | func TestTaskGetInputMapper(t *testing.T) { function TestTasksListFuncOutputMapper (line 156) | func TestTasksListFuncOutputMapper(t *testing.T) { function TestTaskGetFunc (line 181) | func TestTaskGetFunc(t *testing.T) { function TestNewECSTaskAdapter (line 234) | func TestNewECSTaskAdapter(t *testing.T) { FILE: aws-source/adapters/ecs.go type ECSClient (line 10) | type ECSClient interface function ecsTagsToMap (line 26) | func ecsTagsToMap(tags []types.Tag) map[string]string { FILE: aws-source/adapters/ecs_test.go type ecsTestClient (line 9) | type ecsTestClient struct function ecsGetAutoConfig (line 11) | func ecsGetAutoConfig(t *testing.T) (*ecs.Client, string, string) { FILE: aws-source/adapters/efs-access-point.go function AccessPointOutputMapper (line 13) | func AccessPointOutputMapper(_ context.Context, _ *efs.Client, scope str... function NewEFSAccessPointAdapter (line 53) | func NewEFSAccessPointAdapter(client *efs.Client, accountID string, regi... FILE: aws-source/adapters/efs-access-point_test.go function TestAccessPointOutputMapper (line 14) | func TestAccessPointOutputMapper(t *testing.T) { function TestNewEFSAccessPointAdapter (line 83) | func TestNewEFSAccessPointAdapter(t *testing.T) { FILE: aws-source/adapters/efs-backup-policy.go function BackupPolicyOutputMapper (line 13) | func BackupPolicyOutputMapper(_ context.Context, _ *efs.Client, scope st... function NewEFSBackupPolicyAdapter (line 53) | func NewEFSBackupPolicyAdapter(client *efs.Client, accountID string, reg... FILE: aws-source/adapters/efs-backup-policy_test.go function TestBackupPolicyOutputMapper (line 11) | func TestBackupPolicyOutputMapper(t *testing.T) { FILE: aws-source/adapters/efs-file-system.go function FileSystemOutputMapper (line 13) | func FileSystemOutputMapper(_ context.Context, _ *efs.Client, scope stri... function NewEFSFileSystemAdapter (line 78) | func NewEFSFileSystemAdapter(client *efs.Client, accountID string, regio... FILE: aws-source/adapters/efs-file-system_test.go function TestFileSystemOutputMapper (line 14) | func TestFileSystemOutputMapper(t *testing.T) { function TestNewEFSFileSystemAdapter (line 94) | func TestNewEFSFileSystemAdapter(t *testing.T) { FILE: aws-source/adapters/efs-mount-target.go function MountTargetOutputMapper (line 13) | func MountTargetOutputMapper(_ context.Context, _ *efs.Client, scope str... function NewEFSMountTargetAdapter (line 103) | func NewEFSMountTargetAdapter(client *efs.Client, accountID string, regi... FILE: aws-source/adapters/efs-mount-target_test.go function TestMountTargetOutputMapper (line 13) | func TestMountTargetOutputMapper(t *testing.T) { FILE: aws-source/adapters/efs-replication-configuration.go function ReplicationConfigurationOutputMapper (line 14) | func ReplicationConfigurationOutputMapper(_ context.Context, _ *efs.Clie... function NewEFSReplicationConfigurationAdapter (line 115) | func NewEFSReplicationConfigurationAdapter(client *efs.Client, accountID... FILE: aws-source/adapters/efs-replication-configuration_test.go function TestReplicationConfigurationOutputMapper (line 12) | func TestReplicationConfigurationOutputMapper(t *testing.T) { FILE: aws-source/adapters/efs.go function lifeCycleStateToHealth (line 9) | func lifeCycleStateToHealth(state types.LifeCycleState) *sdp.Health { function efsTagsToMap (line 29) | func efsTagsToMap(tags []types.Tag) map[string]string { FILE: aws-source/adapters/efs_test.go function efsGetAutoConfig (line 8) | func efsGetAutoConfig(t *testing.T) (*efs.Client, string, string) { FILE: aws-source/adapters/eks-addon.go function addonGetFunc (line 13) | func addonGetFunc(ctx context.Context, client EKSClient, scope string, i... function NewEKSAddonAdapter (line 47) | func NewEKSAddonAdapter(client EKSClient, accountID string, region strin... FILE: aws-source/adapters/eks-addon_test.go function TestAddonGetFunc (line 38) | func TestAddonGetFunc(t *testing.T) { function TestNewEKSAddonAdapter (line 50) | func TestNewEKSAddonAdapter(t *testing.T) { FILE: aws-source/adapters/eks-cluster.go function clusterGetFunc (line 13) | func clusterGetFunc(ctx context.Context, client EKSClient, scope string,... function NewEKSClusterAdapter (line 192) | func NewEKSClusterAdapter(client EKSClient, accountID string, region str... FILE: aws-source/adapters/eks-cluster_test.go function TestClusterGetFunc (line 110) | func TestClusterGetFunc(t *testing.T) { function TestNewEKSClusterAdapter (line 207) | func TestNewEKSClusterAdapter(t *testing.T) { FILE: aws-source/adapters/eks-fargate-profile.go function fargateProfileGetFunc (line 13) | func fargateProfileGetFunc(ctx context.Context, client EKSClient, scope ... function NewEKSFargateProfileAdapter (line 72) | func NewEKSFargateProfileAdapter(client EKSClient, accountID string, reg... FILE: aws-source/adapters/eks-fargate-profile_test.go function TestFargateProfileGetFunc (line 37) | func TestFargateProfileGetFunc(t *testing.T) { function TestNewEKSFargateProfileAdapter (line 68) | func TestNewEKSFargateProfileAdapter(t *testing.T) { FILE: aws-source/adapters/eks-nodegroup.go function nodegroupGetFunc (line 13) | func nodegroupGetFunc(ctx context.Context, client EKSClient, scope strin... function NewEKSNodegroupAdapter (line 136) | func NewEKSNodegroupAdapter(client EKSClient, accountID string, region s... FILE: aws-source/adapters/eks-nodegroup_test.go function TestNodegroupGetFunc (line 78) | func TestNodegroupGetFunc(t *testing.T) { function TestNewEKSNodegroupAdapter (line 133) | func TestNewEKSNodegroupAdapter(t *testing.T) { FILE: aws-source/adapters/eks.go type EKSClient (line 9) | type EKSClient interface FILE: aws-source/adapters/eks_test.go type EKSTestClient (line 10) | type EKSTestClient struct method ListClusters (line 23) | func (t EKSTestClient) ListClusters(context.Context, *eks.ListClusters... method DescribeCluster (line 27) | func (t EKSTestClient) DescribeCluster(ctx context.Context, params *ek... method ListAddons (line 31) | func (t EKSTestClient) ListAddons(context.Context, *eks.ListAddonsInpu... method DescribeAddon (line 35) | func (t EKSTestClient) DescribeAddon(ctx context.Context, params *eks.... method ListFargateProfiles (line 39) | func (t EKSTestClient) ListFargateProfiles(ctx context.Context, params... method DescribeFargateProfile (line 43) | func (t EKSTestClient) DescribeFargateProfile(ctx context.Context, par... method ListIdentityProviderConfigs (line 47) | func (t EKSTestClient) ListIdentityProviderConfigs(ctx context.Context... method DescribeIdentityProviderConfig (line 51) | func (t EKSTestClient) DescribeIdentityProviderConfig(ctx context.Cont... method ListNodegroups (line 55) | func (t EKSTestClient) ListNodegroups(ctx context.Context, params *eks... method DescribeNodegroup (line 59) | func (t EKSTestClient) DescribeNodegroup(ctx context.Context, params *... function eksGetAutoConfig (line 63) | func eksGetAutoConfig(t *testing.T) (*eks.Client, string, string) { FILE: aws-source/adapters/elb-instance-health.go type InstanceHealthName (line 18) | type InstanceHealthName struct method String (line 23) | func (i InstanceHealthName) String() string { function ParseInstanceName (line 27) | func ParseInstanceName(name string) (InstanceHealthName, error) { function instanceHealthOutputMapper (line 40) | func instanceHealthOutputMapper(_ context.Context, _ *elb.Client, scope ... function NewELBInstanceHealthAdapter (line 85) | func NewELBInstanceHealthAdapter(client *elb.Client, accountID string, r... FILE: aws-source/adapters/elb-instance-health_test.go function TestInstanceHealthOutputMapper (line 13) | func TestInstanceHealthOutputMapper(t *testing.T) { FILE: aws-source/adapters/elb-load-balancer.go type elbClient (line 14) | type elbClient interface function elbTagsToMap (line 19) | func elbTagsToMap(tags []types.Tag) map[string]string { constant elbDescribeTagsMaxItems (line 33) | elbDescribeTagsMaxItems = 20 function elbGetTagsMap (line 35) | func elbGetTagsMap(ctx context.Context, client elbClient, loadBalancerNa... function tagsToELBTags (line 79) | func tagsToELBTags(tags map[string]string) []types.Tag { function elbLoadBalancerOutputMapper (line 90) | func elbLoadBalancerOutputMapper(ctx context.Context, client elbClient, ... function NewELBLoadBalancerAdapter (line 225) | func NewELBLoadBalancerAdapter(client elbClient, accountID string, regio... FILE: aws-source/adapters/elb-load-balancer_test.go type mockElbClient (line 15) | type mockElbClient struct method DescribeTags (line 17) | func (m mockElbClient) DescribeTags(ctx context.Context, params *elb.D... method DescribeLoadBalancers (line 40) | func (m mockElbClient) DescribeLoadBalancers(ctx context.Context, para... function TestElbGetTagsMapBatching (line 44) | func TestElbGetTagsMapBatching(t *testing.T) { function TestELBv2LoadBalancerOutputMapper (line 66) | func TestELBv2LoadBalancerOutputMapper(t *testing.T) { FILE: aws-source/adapters/elbv2-listener.go function listenerOutputMapper (line 15) | func listenerOutputMapper(ctx context.Context, client elbv2Client, scope... function NewELBv2ListenerAdapter (line 120) | func NewELBv2ListenerAdapter(client elbv2Client, accountID string, regio... FILE: aws-source/adapters/elbv2-listener_test.go function TestListenerOutputMapper (line 13) | func TestListenerOutputMapper(t *testing.T) { FILE: aws-source/adapters/elbv2-load-balancer.go function elbv2LoadBalancerOutputMapper (line 12) | func elbv2LoadBalancerOutputMapper(ctx context.Context, client elbv2Clie... function NewELBv2LoadBalancerAdapter (line 187) | func NewELBv2LoadBalancerAdapter(client elbv2Client, accountID string, r... FILE: aws-source/adapters/elbv2-load-balancer_test.go function TestLoadBalancerOutputMapper (line 14) | func TestLoadBalancerOutputMapper(t *testing.T) { FILE: aws-source/adapters/elbv2-rule.go function ruleOutputMapper (line 12) | func ruleOutputMapper(ctx context.Context, client elbv2Client, scope str... function NewELBv2RuleAdapter (line 74) | func NewELBv2RuleAdapter(client elbv2Client, accountID string, region st... FILE: aws-source/adapters/elbv2-rule_test.go function TestRuleOutputMapper (line 17) | func TestRuleOutputMapper(t *testing.T) { function TestNewELBv2RuleAdapter (line 96) | func TestNewELBv2RuleAdapter(t *testing.T) { FILE: aws-source/adapters/elbv2-target-group.go function targetGroupOutputMapper (line 13) | func targetGroupOutputMapper(ctx context.Context, client elbv2Client, sc... function NewELBv2TargetGroupAdapter (line 88) | func NewELBv2TargetGroupAdapter(client elbv2Client, accountID string, re... FILE: aws-source/adapters/elbv2-target-group_test.go function TestTargetGroupOutputMapper (line 15) | func TestTargetGroupOutputMapper(t *testing.T) { function TestNewELBv2TargetGroupAdapter (line 88) | func TestNewELBv2TargetGroupAdapter(t *testing.T) { FILE: aws-source/adapters/elbv2-target-health.go type TargetHealthUniqueID (line 17) | type TargetHealthUniqueID struct method String (line 26) | func (id TargetHealthUniqueID) String() string { function ToTargetHealthUniqueID (line 47) | func ToTargetHealthUniqueID(id string) (TargetHealthUniqueID, error) { function targetHealthOutputMapper (line 78) | func targetHealthOutputMapper(_ context.Context, _ *elbv2.Client, scope ... function NewELBv2TargetHealthAdapter (line 198) | func NewELBv2TargetHealthAdapter(client *elbv2.Client, accountID string,... FILE: aws-source/adapters/elbv2-target-health_test.go function TestTargetHealthOutputMapper (line 13) | func TestTargetHealthOutputMapper(t *testing.T) { function TestTargetHealthUniqueID (line 142) | func TestTargetHealthUniqueID(t *testing.T) { function CompareTargetHealthUniqueID (line 216) | func CompareTargetHealthUniqueID(x, y TargetHealthUniqueID, t *testing.T) { FILE: aws-source/adapters/elbv2.go type elbv2Client (line 14) | type elbv2Client interface function elbv2TagsToMap (line 22) | func elbv2TagsToMap(tags []types.Tag) map[string]string { constant elbv2DescribeTagsMaxItems (line 36) | elbv2DescribeTagsMaxItems = 20 function elbv2GetTagsMap (line 39) | func elbv2GetTagsMap(ctx context.Context, client elbv2Client, arns []str... function ActionToRequests (line 84) | func ActionToRequests(action types.Action) []*sdp.LinkedItemQuery { FILE: aws-source/adapters/elbv2_test.go type mockElbv2Client (line 13) | type mockElbv2Client struct method DescribeTags (line 17) | func (m mockElbv2Client) DescribeTags(ctx context.Context, params *elb... method DescribeLoadBalancers (line 41) | func (m mockElbv2Client) DescribeLoadBalancers(ctx context.Context, pa... method DescribeListeners (line 45) | func (m mockElbv2Client) DescribeListeners(ctx context.Context, params... method DescribeRules (line 49) | func (m mockElbv2Client) DescribeRules(ctx context.Context, params *el... method DescribeTargetGroups (line 53) | func (m mockElbv2Client) DescribeTargetGroups(ctx context.Context, par... function TestElbv2GetTagsMapBatching (line 57) | func TestElbv2GetTagsMapBatching(t *testing.T) { function TestActionToRequests (line 101) | func TestActionToRequests(t *testing.T) { FILE: aws-source/adapters/iam-group.go function groupGetFunc (line 14) | func groupGetFunc(ctx context.Context, client *iam.Client, _, query stri... function groupItemMapper (line 26) | func groupItemMapper(_ *string, scope string, awsItem *types.Group) (*sd... function NewIAMGroupAdapter (line 43) | func NewIAMGroupAdapter(client *iam.Client, accountID string, cache sdpc... FILE: aws-source/adapters/iam-group_test.go function TestGroupItemMapper (line 13) | func TestGroupItemMapper(t *testing.T) { function TestNewIAMGroupAdapter (line 34) | func TestNewIAMGroupAdapter(t *testing.T) { FILE: aws-source/adapters/iam-instance-profile.go function instanceProfileGetFunc (line 14) | func instanceProfileGetFunc(ctx context.Context, client *iam.Client, _, ... function instanceProfileItemMapper (line 26) | func instanceProfileItemMapper(_ *string, scope string, awsItem *types.I... function instanceProfileListTagsFunc (line 69) | func instanceProfileListTagsFunc(ctx context.Context, ip *types.Instance... function NewIAMInstanceProfileAdapter (line 93) | func NewIAMInstanceProfileAdapter(client *iam.Client, accountID string, ... FILE: aws-source/adapters/iam-instance-profile_test.go function TestInstanceProfileItemMapper (line 13) | func TestInstanceProfileItemMapper(t *testing.T) { function TestNewIAMInstanceProfileAdapter (line 54) | func TestNewIAMInstanceProfileAdapter(t *testing.T) { FILE: aws-source/adapters/iam-policy.go type PolicyDetails (line 22) | type PolicyDetails struct function policyGetFunc (line 30) | func policyGetFunc(ctx context.Context, client IAMClient, scope, query s... function addPolicyDocument (line 68) | func addPolicyDocument(ctx context.Context, client IAMClient, pol *Polic... function addPolicyEntities (line 99) | func addPolicyEntities(ctx context.Context, client IAMClient, details *P... function policyItemMapper (line 133) | func policyItemMapper(_ *string, scope string, awsItem *PolicyDetails) (... function policyListTagsFunc (line 207) | func policyListTagsFunc(ctx context.Context, p *PolicyDetails, client IA... function policyListExtractor (line 230) | func policyListExtractor(ctx context.Context, output *iam.ListPoliciesOu... function NewIAMPolicyAdapter (line 256) | func NewIAMPolicyAdapter(client IAMClient, accountID string, cache sdpca... FILE: aws-source/adapters/iam-policy_test.go method GetPolicy (line 17) | func (t *TestIAMClient) GetPolicy(ctx context.Context, params *iam.GetPo... method ListEntitiesForPolicy (line 34) | func (t *TestIAMClient) ListEntitiesForPolicy(context.Context, *iam.List... method ListPolicies (line 57) | func (t *TestIAMClient) ListPolicies(context.Context, *iam.ListPoliciesI... method ListPolicyTags (line 88) | func (t *TestIAMClient) ListPolicyTags(ctx context.Context, params *iam.... constant testPolicy (line 99) | testPolicy = `{ method GetPolicyVersion (line 116) | func (c *TestIAMClient) GetPolicyVersion(ctx context.Context, params *ia... function TestGetCurrentPolicyVersion (line 131) | func TestGetCurrentPolicyVersion(t *testing.T) { function TestPolicyGetFunc (line 177) | func TestPolicyGetFunc(t *testing.T) { function TestPolicyListTagsFunc (line 208) | func TestPolicyListTagsFunc(t *testing.T) { function TestPolicyItemMapper (line 223) | func TestPolicyItemMapper(t *testing.T) { function TestNewIAMPolicyAdapter (line 309) | func TestNewIAMPolicyAdapter(t *testing.T) { FILE: aws-source/adapters/iam-role.go type RoleDetails (line 18) | type RoleDetails struct function roleGetFunc (line 24) | func roleGetFunc(ctx context.Context, client IAMClient, _, query string)... function enrichRole (line 46) | func enrichRole(ctx context.Context, client IAMClient, roleDetails *Role... type embeddedPolicy (line 69) | type embeddedPolicy struct function getEmbeddedPolicies (line 75) | func getEmbeddedPolicies(ctx context.Context, client IAMClient, roleName... function getRolePolicyDetails (line 110) | func getRolePolicyDetails(ctx context.Context, client IAMClient, roleNam... function getAttachedPolicies (line 139) | func getAttachedPolicies(ctx context.Context, client IAMClient, roleName... function roleItemMapper (line 159) | func roleItemMapper(_ *string, scope string, awsItem *RoleDetails) (*sdp... function roleListTagsFunc (line 222) | func roleListTagsFunc(ctx context.Context, r *RoleDetails, client IAMCli... function NewIAMRoleAdapter (line 246) | func NewIAMRoleAdapter(client IAMClient, accountID string, cache sdpcach... FILE: aws-source/adapters/iam-role_test.go method GetRole (line 19) | func (t *TestIAMClient) GetRole(ctx context.Context, params *iam.GetRole... method ListRolePolicies (line 44) | func (t *TestIAMClient) ListRolePolicies(context.Context, *iam.ListRoleP... method ListRoles (line 53) | func (t *TestIAMClient) ListRoles(context.Context, *iam.ListRolesInput, ... method ListRoleTags (line 80) | func (t *TestIAMClient) ListRoleTags(ctx context.Context, params *iam.Li... method GetRolePolicy (line 91) | func (t *TestIAMClient) GetRolePolicy(ctx context.Context, params *iam.G... method ListAttachedRolePolicies (line 109) | func (t *TestIAMClient) ListAttachedRolePolicies(ctx context.Context, pa... function TestRoleGetFunc (line 124) | func TestRoleGetFunc(t *testing.T) { function TestRoleListFunc (line 143) | func TestRoleListFunc(t *testing.T) { function TestRoleListTagsFunc (line 160) | func TestRoleListTagsFunc(t *testing.T) { constant listBucketsPolicy (line 175) | listBucketsPolicy = `{ function TestRoleItemMapper (line 187) | func TestRoleItemMapper(t *testing.T) { function TestNewIAMRoleAdapter (line 250) | func TestNewIAMRoleAdapter(t *testing.T) { FILE: aws-source/adapters/iam-user.go type UserDetails (line 15) | type UserDetails struct function userGetFunc (line 20) | func userGetFunc(ctx context.Context, client IAMClient, _, query string)... function enrichUser (line 44) | func enrichUser(ctx context.Context, client IAMClient, userDetails *User... function getUserGroups (line 57) | func getUserGroups(ctx context.Context, client IAMClient, userName *stri... function userItemMapper (line 80) | func userItemMapper(_ *string, scope string, awsItem *UserDetails) (*sdp... function userListTagsFunc (line 108) | func userListTagsFunc(ctx context.Context, u *UserDetails, client IAMCli... function NewIAMUserAdapter (line 132) | func NewIAMUserAdapter(client IAMClient, accountID string, cache sdpcach... FILE: aws-source/adapters/iam-user_test.go method ListGroupsForUser (line 19) | func (t *TestIAMClient) ListGroupsForUser(ctx context.Context, params *i... method GetUser (line 55) | func (t *TestIAMClient) GetUser(ctx context.Context, params *iam.GetUser... method ListUsers (line 67) | func (t *TestIAMClient) ListUsers(ctx context.Context, params *iam.ListU... method ListUserTags (line 103) | func (t *TestIAMClient) ListUserTags(context.Context, *iam.ListUserTagsI... function TestGetUserGroups (line 116) | func TestGetUserGroups(t *testing.T) { function TestUserGetFunc (line 127) | func TestUserGetFunc(t *testing.T) { function TestUserListFunc (line 142) | func TestUserListFunc(t *testing.T) { function TestUserListTagsFunc (line 168) | func TestUserListTagsFunc(t *testing.T) { function TestUserItemMapper (line 183) | func TestUserItemMapper(t *testing.T) { function TestNewIAMUserAdapter (line 224) | func TestNewIAMUserAdapter(t *testing.T) { FILE: aws-source/adapters/iam.go type IAMClient (line 16) | type IAMClient interface type QueryExtractorFunc (line 35) | type QueryExtractorFunc type QueryExtractor (line 42) | type QueryExtractor struct function LinksFromPolicy (line 133) | func LinksFromPolicy(document *policy.Policy) []*sdp.LinkedItemQuery { function ParsePolicyDocument (line 198) | func ParsePolicyDocument(encoded string) (*policy.Policy, error) { FILE: aws-source/adapters/iam_test.go type TestIAMClient (line 14) | type TestIAMClient struct function TestMain (line 16) | func TestMain(m *testing.M) { function TestLinksFromPolicy (line 30) | func TestLinksFromPolicy(t *testing.T) { function TestLinksFromPolicy_EdgeCases (line 94) | func TestLinksFromPolicy_EdgeCases(t *testing.T) { FILE: aws-source/adapters/integration/apigateway/apigateway_test.go function APIGateway (line 14) | func APIGateway(t *testing.T) { FILE: aws-source/adapters/integration/apigateway/create.go function createRestAPI (line 15) | func createRestAPI(ctx context.Context, logger *slog.Logger, client *api... function createResource (line 43) | func createResource(ctx context.Context, logger *slog.Logger, client *ap... function cleanPath (line 71) | func cleanPath(path string) string { function createMethod (line 80) | func createMethod(ctx context.Context, logger *slog.Logger, client *apig... function createMethodResponse (line 109) | func createMethodResponse(ctx context.Context, logger *slog.Logger, clie... function createIntegration (line 144) | func createIntegration(ctx context.Context, logger *slog.Logger, client ... function createAPIKey (line 173) | func createAPIKey(ctx context.Context, logger *slog.Logger, client *apig... function createAuthorizer (line 201) | func createAuthorizer(ctx context.Context, logger *slog.Logger, client *... function createDeployment (line 232) | func createDeployment(ctx context.Context, logger *slog.Logger, client *... function createStage (line 259) | func createStage(ctx context.Context, logger *slog.Logger, client *apiga... function createModel (line 288) | func createModel(ctx context.Context, logger *slog.Logger, client *apiga... FILE: aws-source/adapters/integration/apigateway/delete.go function deleteRestAPI (line 9) | func deleteRestAPI(ctx context.Context, client *apigateway.Client, restA... function deleteAPIKeyByName (line 17) | func deleteAPIKeyByName(ctx context.Context, client *apigateway.Client, ... FILE: aws-source/adapters/integration/apigateway/find.go function findRestAPIsByTags (line 13) | func findRestAPIsByTags(ctx context.Context, client *apigateway.Client, ... function findResource (line 28) | func findResource(ctx context.Context, client *apigateway.Client, restAP... function findMethod (line 45) | func findMethod(ctx context.Context, client *apigateway.Client, restAPII... function findMethodResponse (line 68) | func findMethodResponse(ctx context.Context, client *apigateway.Client, ... function findIntegration (line 93) | func findIntegration(ctx context.Context, client *apigateway.Client, res... function findAPIKeyByName (line 116) | func findAPIKeyByName(ctx context.Context, client *apigateway.Client, na... function findAuthorizerByName (line 137) | func findAuthorizerByName(ctx context.Context, client *apigateway.Client... function findDeploymentByDescription (line 158) | func findDeploymentByDescription(ctx context.Context, client *apigateway... function findStageByName (line 175) | func findStageByName(ctx context.Context, client *apigateway.Client, res... function findModelByName (line 204) | func findModelByName(ctx context.Context, client *apigateway.Client, res... FILE: aws-source/adapters/integration/apigateway/main_test.go function TestMain (line 14) | func TestMain(m *testing.M) { function TestIntegrationAPIGateway (line 24) | func TestIntegrationAPIGateway(t *testing.T) { function Setup (line 30) | func Setup(t *testing.T) { function Teardown (line 45) | func Teardown(t *testing.T) { function apigatewayClient (line 60) | func apigatewayClient(ctx context.Context) (*apigateway.Client, error) { FILE: aws-source/adapters/integration/apigateway/setup.go constant restAPISrc (line 13) | restAPISrc = "rest-api" constant resourceSrc (line 14) | resourceSrc = "resource" constant methodSrc (line 15) | methodSrc = "method" constant methodResponseSrc (line 16) | methodResponseSrc = "method-response" constant integrationSrc (line 17) | integrationSrc = "integration" constant apiKeySrc (line 18) | apiKeySrc = "api-key" constant authorizerSrc (line 19) | authorizerSrc = "authorizer" constant deploymentSrc (line 20) | deploymentSrc = "deployment" constant stageSrc (line 21) | stageSrc = "stage" constant modelSrc (line 22) | modelSrc = "model" function setup (line 25) | func setup(ctx context.Context, logger *slog.Logger, client *apigateway.... FILE: aws-source/adapters/integration/apigateway/teardown.go function teardown (line 13) | func teardown(ctx context.Context, logger *slog.Logger, client *apigatew... FILE: aws-source/adapters/integration/apigateway/util.go function resourceTags (line 7) | func resourceTags(resourceName, testID string, nameAdditionalAttr ...str... function hasTags (line 16) | func hasTags(tags map[string]string, requiredTags map[string]string) bool { FILE: aws-source/adapters/integration/ec2-transit-gateway/client.go function ec2Client (line 11) | func ec2Client(ctx context.Context) (*awsec2.Client, error) { FILE: aws-source/adapters/integration/ec2-transit-gateway/main_test.go function TestMain (line 59) | func TestMain(m *testing.M) { function TestIntegrationEC2TransitGateway (line 69) | func TestIntegrationEC2TransitGateway(t *testing.T) { function listSync (line 79) | func listSync(adapter discovery.ListStreamableAdapter, ctx context.Conte... function searchSync (line 88) | func searchSync(adapter discovery.SearchStreamableAdapter, ctx context.C... FILE: aws-source/adapters/integration/ec2-transit-gateway/setup.go constant integrationTestName (line 18) | integrationTestName = "integration-test" function Setup (line 30) | func Setup(t *testing.T) { function setup (line 44) | func setup(ctx context.Context, logger *slog.Logger, client *ec2.Client)... FILE: aws-source/adapters/integration/ec2-transit-gateway/teardown.go function integrationTestTagFilters (line 16) | func integrationTestTagFilters() []types.Filter { function getIntegrationTestTransitGatewayID (line 27) | func getIntegrationTestTransitGatewayID(ctx context.Context, client *ec2... function Teardown (line 45) | func Teardown(t *testing.T) { function teardown (line 59) | func teardown(ctx context.Context, logger *slog.Logger, client *ec2.Clie... function clearPackageState (line 175) | func clearPackageState() { FILE: aws-source/adapters/integration/ec2-transit-gateway/transit_gateway_route_table_association_test.go function TransitGatewayRouteTableAssociation (line 14) | func TransitGatewayRouteTableAssociation(t *testing.T) { FILE: aws-source/adapters/integration/ec2-transit-gateway/transit_gateway_route_table_propagation_test.go function TransitGatewayRouteTablePropagation (line 14) | func TransitGatewayRouteTablePropagation(t *testing.T) { FILE: aws-source/adapters/integration/ec2-transit-gateway/transit_gateway_route_table_test.go function TransitGatewayRouteTable (line 25) | func TransitGatewayRouteTable(t *testing.T) { FILE: aws-source/adapters/integration/ec2-transit-gateway/transit_gateway_route_test.go function TransitGatewayRoute (line 14) | func TransitGatewayRoute(t *testing.T) { FILE: aws-source/adapters/integration/ec2/create.go function createEC2Instance (line 16) | func createEC2Instance(ctx context.Context, logger *slog.Logger, client ... FILE: aws-source/adapters/integration/ec2/delete.go function deleteInstance (line 9) | func deleteInstance(ctx context.Context, client *ec2.Client, instanceID ... FILE: aws-source/adapters/integration/ec2/find.go function findActiveInstanceIDByTags (line 14) | func findActiveInstanceIDByTags(ctx context.Context, client *ec2.Client,... FILE: aws-source/adapters/integration/ec2/instance_test.go function searchSync (line 15) | func searchSync(adapter discovery.SearchStreamableAdapter, ctx context.C... function listSync (line 27) | func listSync(adapter discovery.ListStreamableAdapter, ctx context.Conte... function EC2 (line 39) | func EC2(t *testing.T) { FILE: aws-source/adapters/integration/ec2/main_test.go function TestMain (line 14) | func TestMain(m *testing.M) { function TestIntegrationEC2 (line 24) | func TestIntegrationEC2(t *testing.T) { function Setup (line 30) | func Setup(t *testing.T) { function Teardown (line 45) | func Teardown(t *testing.T) { function ec2Client (line 60) | func ec2Client(ctx context.Context) (*awsec2.Client, error) { FILE: aws-source/adapters/integration/ec2/setup.go constant instanceSrc (line 11) | instanceSrc = "instance" function setup (line 13) | func setup(ctx context.Context, logger *slog.Logger, client *ec2.Client)... FILE: aws-source/adapters/integration/ec2/teardown.go function teardown (line 12) | func teardown(ctx context.Context, logger *slog.Logger, client *ec2.Clie... FILE: aws-source/adapters/integration/ec2/util.go function resourceTags (line 9) | func resourceTags(resourceName, testID string, nameAdditionalAttr ...str... function hasTags (line 30) | func hasTags(tags []types.Tag, requiredTags []types.Tag) bool { FILE: aws-source/adapters/integration/errors.go type NotFoundError (line 5) | type NotFoundError struct method Error (line 9) | func (e NotFoundError) Error() string { function NewNotFoundError (line 13) | func NewNotFoundError(resourceName string) NotFoundError { FILE: aws-source/adapters/integration/kms/create.go function createKey (line 15) | func createKey(ctx context.Context, logger *slog.Logger, client *kms.Cli... function createAlias (line 41) | func createAlias(ctx context.Context, logger *slog.Logger, client *kms.C... function genAliasName (line 68) | func genAliasName() string { function createGrant (line 72) | func createGrant(ctx context.Context, logger *slog.Logger, client *kms.C... function putKeyPolicy (line 100) | func putKeyPolicy(ctx context.Context, logger *slog.Logger, client *kms.... FILE: aws-source/adapters/integration/kms/delete.go function deleteKey (line 9) | func deleteKey(ctx context.Context, client *kms.Client, keyID string) er... function deleteAlias (line 18) | func deleteAlias(ctx context.Context, client *kms.Client, aliasName stri... function deleteGrant (line 25) | func deleteGrant(ctx context.Context, client *kms.Client, keyID, grantID... FILE: aws-source/adapters/integration/kms/find.go function findActiveKeyIDByTags (line 15) | func findActiveKeyIDByTags(ctx context.Context, client *kms.Client, addi... function findAliasesByTargetKey (line 54) | func findAliasesByTargetKey(ctx context.Context, client *kms.Client, key... function findGrant (line 74) | func findGrant(ctx context.Context, client *kms.Client, keyID, principal... function findKeyPolicy (line 92) | func findKeyPolicy(ctx context.Context, client *kms.Client, keyID string... FILE: aws-source/adapters/integration/kms/kms_test.go function searchSync (line 16) | func searchSync(adapter discovery.SearchStreamableAdapter, ctx context.C... function listSync (line 28) | func listSync(adapter discovery.ListStreamableAdapter, ctx context.Conte... function KMS (line 40) | func KMS(t *testing.T) { FILE: aws-source/adapters/integration/kms/main_test.go function TestMain (line 14) | func TestMain(m *testing.M) { function TestIntegrationKMS (line 24) | func TestIntegrationKMS(t *testing.T) { function Setup (line 30) | func Setup(t *testing.T) { function Teardown (line 45) | func Teardown(t *testing.T) { function kmsClient (line 60) | func kmsClient(ctx context.Context) (*awskms.Client, error) { FILE: aws-source/adapters/integration/kms/setup.go constant keySrc (line 13) | keySrc = "key" constant aliasSrc (line 14) | aliasSrc = "alias" constant grantSrc (line 15) | grantSrc = "grant" constant keyPolicySrc (line 16) | keyPolicySrc = "key-policy" function setup (line 19) | func setup(ctx context.Context, logger *slog.Logger, client *kms.Client)... FILE: aws-source/adapters/integration/kms/teardown.go function teardown (line 13) | func teardown(ctx context.Context, logger *slog.Logger, client *kms.Clie... FILE: aws-source/adapters/integration/kms/util.go function resourceTags (line 9) | func resourceTags(resourceName, testID string, nameAdditionalAttr ...str... function hasTags (line 30) | func hasTags(tags []types.Tag, requiredTags []types.Tag) bool { FILE: aws-source/adapters/integration/networkmanager/create.go function createGlobalNetwork (line 14) | func createGlobalNetwork(ctx context.Context, logger *slog.Logger, clien... function createSite (line 44) | func createSite(ctx context.Context, logger *slog.Logger, client *networ... function createLink (line 75) | func createLink(ctx context.Context, logger *slog.Logger, client *networ... function createDevice (line 111) | func createDevice(ctx context.Context, logger *slog.Logger, client *netw... function createLinkAssociation (line 142) | func createLinkAssociation(ctx context.Context, logger *slog.Logger, cli... function createConnection (line 171) | func createConnection(ctx context.Context, logger *slog.Logger, client *... FILE: aws-source/adapters/integration/networkmanager/delete.go function deleteGlobalNetwork (line 15) | func deleteGlobalNetwork(ctx context.Context, client *networkmanager.Cli... function deleteSite (line 34) | func deleteSite(ctx context.Context, client *networkmanager.Client, glob... function deleteLink (line 54) | func deleteLink(ctx context.Context, client *networkmanager.Client, glob... function deleteDevice (line 74) | func deleteDevice(ctx context.Context, client *networkmanager.Client, gl... function deleteLinkAssociation (line 95) | func deleteLinkAssociation(ctx context.Context, client *networkmanager.C... function deleteConnection (line 117) | func deleteConnection(ctx context.Context, client *networkmanager.Client... FILE: aws-source/adapters/integration/networkmanager/find.go function findGlobalNetworkIDByTags (line 12) | func findGlobalNetworkIDByTags(ctx context.Context, client *networkmanag... function findSiteIDByTags (line 27) | func findSiteIDByTags(ctx context.Context, client *networkmanager.Client... function findLinkIDByTags (line 44) | func findLinkIDByTags(ctx context.Context, client *networkmanager.Client... function findDeviceIDByTags (line 62) | func findDeviceIDByTags(ctx context.Context, client *networkmanager.Clie... function findLinkAssociationID (line 80) | func findLinkAssociationID(ctx context.Context, client *networkmanager.C... function findConnectionID (line 103) | func findConnectionID(ctx context.Context, client *networkmanager.Client... FILE: aws-source/adapters/integration/networkmanager/main_test.go function TestMain (line 14) | func TestMain(m *testing.M) { function TestIntegrationNetworkManager (line 24) | func TestIntegrationNetworkManager(t *testing.T) { function Setup (line 30) | func Setup(t *testing.T) { function Teardown (line 45) | func Teardown(t *testing.T) { function networkManagerClient (line 60) | func networkManagerClient(ctx context.Context) (*awsnetworkmanager.Clien... FILE: aws-source/adapters/integration/networkmanager/networkmanager_test.go function searchSync (line 16) | func searchSync(adapter discovery.SearchStreamableAdapter, ctx context.C... function NetworkManager (line 28) | func NetworkManager(t *testing.T) { FILE: aws-source/adapters/integration/networkmanager/setup.go constant globalNetworkSrc (line 12) | globalNetworkSrc = "global-network" constant siteSrc (line 13) | siteSrc = "site" constant linkSrc (line 14) | linkSrc = "link" constant deviceSrc (line 15) | deviceSrc = "device" constant linkAssociationSrc (line 16) | linkAssociationSrc = "link-association" constant connectionSrc (line 17) | connectionSrc = "connection" constant deviceOneName (line 21) | deviceOneName = "device-1" constant deviceTwoName (line 22) | deviceTwoName = "device-2" function setup (line 25) | func setup(ctx context.Context, logger *slog.Logger, networkmanagerClien... FILE: aws-source/adapters/integration/networkmanager/tags.go function resourceTags (line 9) | func resourceTags(resourceName, testID string, additionalAttr ...string)... function hasTags (line 30) | func hasTags(tags []types.Tag, requiredTags []types.Tag) bool { FILE: aws-source/adapters/integration/networkmanager/teardown.go function teardown (line 12) | func teardown(ctx context.Context, logger *slog.Logger, client *networkm... FILE: aws-source/adapters/integration/ssm/main_test.go function TestMain (line 24) | func TestMain(m *testing.M) { function TestIntegrationSSM (line 48) | func TestIntegrationSSM(t *testing.T) { FILE: aws-source/adapters/integration/util.go constant TagTestKey (line 21) | TagTestKey = "test" constant TagTestValue (line 22) | TagTestValue = "true" constant TagTestIDKey (line 23) | TagTestIDKey = "test-id" constant TagTestTypeKey (line 24) | TagTestTypeKey = "test-type" constant TagResourceIDKey (line 25) | TagResourceIDKey = "resource-id" type resourceGroup (line 28) | type resourceGroup method String (line 37) | func (rg resourceGroup) String() string { constant NetworkManager (line 31) | NetworkManager resourceGroup = iota constant EC2 (line 32) | EC2 constant KMS (line 33) | KMS constant APIGateway (line 34) | APIGateway function ShouldRunIntegrationTests (line 52) | func ShouldRunIntegrationTests() bool { function TestID (line 67) | func TestID() string { function TestName (line 80) | func TestName(resourceGroup resourceGroup) string { type AWSCfg (line 84) | type AWSCfg struct function AWSSettings (line 90) | func AWSSettings(ctx context.Context) (*AWSCfg, error) { function removeUnhealthy (line 123) | func removeUnhealthy(sdpInstances []*sdp.Item) []*sdp.Item { function GetUniqueAttributeValueByTags (line 134) | func GetUniqueAttributeValueByTags(uniqueAttrKey string, items []*sdp.It... function GetUniqueAttributeValueBySignificantAttribute (line 164) | func GetUniqueAttributeValueBySignificantAttribute(uniqueAttrkey, signif... function ResourceName (line 196) | func ResourceName(resourceGroup resourceGroup, resourceName string, addi... function ResourceTags (line 204) | func ResourceTags(resourceGroup resourceGroup, resourceName string, addi... function hasTags (line 213) | func hasTags(tags map[string]string, requiredTags map[string]string) bool { function AssertEqualItems (line 223) | func AssertEqualItems(t *testing.T, expected, actual []*sdp.Item, unique... function uniqueAttributeValueSet (line 249) | func uniqueAttributeValueSet(items []*sdp.Item, key string) (map[any]boo... function GetCallerIdentityARN (line 261) | func GetCallerIdentityARN(ctx context.Context) (*string, error) { FILE: aws-source/adapters/integration/util_test.go function Test_testID (line 8) | func Test_testID(t *testing.T) { FILE: aws-source/adapters/kms-alias.go function aliasOutputMapper (line 14) | func aliasOutputMapper(_ context.Context, _ *kms.Client, scope string, _... function NewKMSAliasAdapter (line 76) | func NewKMSAliasAdapter(client *kms.Client, accountID string, region str... FILE: aws-source/adapters/kms-alias_test.go function TestAliasOutputMapper (line 14) | func TestAliasOutputMapper(t *testing.T) { function TestNewKMSAliasAdapter (line 56) | func TestNewKMSAliasAdapter(t *testing.T) { FILE: aws-source/adapters/kms-custom-key-store.go function customKeyStoreOutputMapper (line 15) | func customKeyStoreOutputMapper(_ context.Context, _ *kms.Client, scope ... function NewKMSCustomKeyStoreAdapter (line 78) | func NewKMSCustomKeyStoreAdapter(client *kms.Client, accountID string, r... FILE: aws-source/adapters/kms-custom-key-store_test.go function TestCustomKeyStoreOutputMapper (line 16) | func TestCustomKeyStoreOutputMapper(t *testing.T) { function TestNewKMSCustomKeyStoreAdapter (line 59) | func TestNewKMSCustomKeyStoreAdapter(t *testing.T) { function TestHealthState (line 73) | func TestHealthState(t *testing.T) { FILE: aws-source/adapters/kms-grant.go function grantOutputMapper (line 16) | func grantOutputMapper(ctx context.Context, _ *kms.Client, scope string,... function NewKMSGrantAdapter (line 169) | func NewKMSGrantAdapter(client *kms.Client, accountID string, region str... function iamSourceAndQuery (line 231) | func iamSourceAndQuery(resource string) (string, string) { function isAWSServicePrincipal (line 244) | func isAWSServicePrincipal(principal string) bool { FILE: aws-source/adapters/kms-grant_test.go function TestIsAWSServicePrincipal (line 47) | func TestIsAWSServicePrincipal(t *testing.T) { function TestGrantOutputMapper (line 123) | func TestGrantOutputMapper(t *testing.T) { function TestGrantOutputMapperWithServicePrincipal (line 188) | func TestGrantOutputMapperWithServicePrincipal(t *testing.T) { function TestNewKMSGrantAdapter (line 237) | func TestNewKMSGrantAdapter(t *testing.T) { FILE: aws-source/adapters/kms-key-policy.go type keyPolicyClient (line 15) | type keyPolicyClient interface function getKeyPolicyFunc (line 20) | func getKeyPolicyFunc(ctx context.Context, client keyPolicyClient, scope... function NewKMSKeyPolicyAdapter (line 83) | func NewKMSKeyPolicyAdapter(client keyPolicyClient, accountID string, re... FILE: aws-source/adapters/kms-key-policy_test.go type mockKeyPolicyClient (line 42) | type mockKeyPolicyClient struct method GetKeyPolicy (line 44) | func (m *mockKeyPolicyClient) GetKeyPolicy(ctx context.Context, params... method ListKeyPolicies (line 74) | func (m *mockKeyPolicyClient) ListKeyPolicies(ctx context.Context, par... function TestGetKeyPolicyFunc (line 80) | func TestGetKeyPolicyFunc(t *testing.T) { function TestNewKMSKeyPolicyAdapter (line 107) | func TestNewKMSKeyPolicyAdapter(t *testing.T) { FILE: aws-source/adapters/kms-key.go type kmsClient (line 14) | type kmsClient interface function kmsKeyGetFunc (line 20) | func kmsKeyGetFunc(ctx context.Context, client kmsClient, scope string, ... function NewKMSKeyAdapter (line 107) | func NewKMSKeyAdapter(client kmsClient, accountID, region string, cache ... FILE: aws-source/adapters/kms-key_test.go type kmsTestClient (line 13) | type kmsTestClient struct method DescribeKey (line 15) | func (t kmsTestClient) DescribeKey(ctx context.Context, params *kms.De... method ListKeys (line 36) | func (t kmsTestClient) ListKeys(context.Context, *kms.ListKeysInput, .... method ListResourceTags (line 55) | func (t kmsTestClient) ListResourceTags(context.Context, *kms.ListReso... function TestKMSGetFunc (line 74) | func TestKMSGetFunc(t *testing.T) { function TestNewKMSKeyAdapter (line 90) | func TestNewKMSKeyAdapter(t *testing.T) { FILE: aws-source/adapters/kms.go function kmsTags (line 10) | func kmsTags(ctx context.Context, cli kmsClient, keyID string) (map[stri... function kmsTagsToMap (line 25) | func kmsTagsToMap(tags []types.Tag) map[string]string { FILE: aws-source/adapters/lambda-event-source-mapping.go type lambdaEventSourceMappingClient (line 13) | type lambdaEventSourceMappingClient interface function eventSourceMappingListFunc (line 18) | func eventSourceMappingListFunc(ctx context.Context, client lambdaEventS... function convertGetEventSourceMappingOutputToConfiguration (line 33) | func convertGetEventSourceMappingOutputToConfiguration(output *lambda.Ge... function eventSourceMappingOutputMapper (line 70) | func eventSourceMappingOutputMapper(query, scope string, awsItem *types.... function NewLambdaEventSourceMappingAdapter (line 169) | func NewLambdaEventSourceMappingAdapter(client lambdaEventSourceMappingC... FILE: aws-source/adapters/lambda-event-source-mapping_test.go type TestLambdaEventSourceMappingClient (line 13) | type TestLambdaEventSourceMappingClient struct method ListEventSourceMappings (line 15) | func (t *TestLambdaEventSourceMappingClient) ListEventSourceMappings(c... method GetEventSourceMapping (line 55) | func (t *TestLambdaEventSourceMappingClient) GetEventSourceMapping(ctx... function TestLambdaEventSourceMappingAdapter (line 87) | func TestLambdaEventSourceMappingAdapter(t *testing.T) { function TestLambdaEventSourceMappingGetFunc (line 109) | func TestLambdaEventSourceMappingGetFunc(t *testing.T) { function TestLambdaEventSourceMappingItemMapper (line 144) | func TestLambdaEventSourceMappingItemMapper(t *testing.T) { function TestLambdaEventSourceMappingItemMapperWithDynamoDB (line 207) | func TestLambdaEventSourceMappingItemMapperWithDynamoDB(t *testing.T) { function TestLambdaEventSourceMappingItemMapperWithRDS (line 240) | func TestLambdaEventSourceMappingItemMapperWithRDS(t *testing.T) { function TestLambdaEventSourceMappingSearchByEventSourceARN (line 273) | func TestLambdaEventSourceMappingSearchByEventSourceARN(t *testing.T) { function TestLambdaEventSourceMappingSearchWrongScope (line 293) | func TestLambdaEventSourceMappingSearchWrongScope(t *testing.T) { function TestLambdaEventSourceMappingAdapterList (line 303) | func TestLambdaEventSourceMappingAdapterList(t *testing.T) { function TestLambdaEventSourceMappingAdapterListWrongScope (line 337) | func TestLambdaEventSourceMappingAdapterListWrongScope(t *testing.T) { function TestLambdaEventSourceMappingAdapterIntegration (line 347) | func TestLambdaEventSourceMappingAdapterIntegration(t *testing.T) { FILE: aws-source/adapters/lambda-function.go type FunctionDetails (line 17) | type FunctionDetails struct function functionGetFunc (line 28) | func functionGetFunc(ctx context.Context, client LambdaClient, scope str... function ExtractLinksFromPolicy (line 419) | func ExtractLinksFromPolicy(policy *PolicyDocument) []*sdp.LinkedItemQue... function GetEventLinkedItem (line 474) | func GetEventLinkedItem(destinationARN string) (*sdp.LinkedItemQuery, er... function NewLambdaFunctionAdapter (line 526) | func NewLambdaFunctionAdapter(client LambdaClient, accountID string, reg... FILE: aws-source/adapters/lambda-function_test.go method GetFunction (line 103) | func (t *TestLambdaClient) GetFunction(ctx context.Context, params *lamb... method ListFunctionEventInvokeConfigs (line 115) | func (t *TestLambdaClient) ListFunctionEventInvokeConfigs(context.Contex... method ListFunctionUrlConfigs (line 136) | func (t *TestLambdaClient) ListFunctionUrlConfigs(context.Context, *lamb... method ListFunctions (line 158) | func (t *TestLambdaClient) ListFunctions(context.Context, *lambda.ListFu... method GetPolicy (line 166) | func (t *TestLambdaClient) GetPolicy(ctx context.Context, params *lambda... function TestFunctionGetFunc (line 172) | func TestFunctionGetFunc(t *testing.T) { function TestGetEventLinkedItem (line 321) | func TestGetEventLinkedItem(t *testing.T) { function TestNewLambdaFunctionAdapter (line 376) | func TestNewLambdaFunctionAdapter(t *testing.T) { FILE: aws-source/adapters/lambda-layer-version.go function layerVersionGetInputMapper (line 15) | func layerVersionGetInputMapper(scope, query string) *lambda.GetLayerVer... function layerVersionGetFunc (line 35) | func layerVersionGetFunc(ctx context.Context, client LambdaClient, scope... function NewLambdaLayerVersionAdapter (line 99) | func NewLambdaLayerVersionAdapter(client LambdaClient, accountID string,... FILE: aws-source/adapters/lambda-layer-version_test.go function TestLayerVersionGetInputMapper (line 14) | func TestLayerVersionGetInputMapper(t *testing.T) { method GetLayerVersion (line 56) | func (t *TestLambdaClient) GetLayerVersion(ctx context.Context, params *... method ListLayerVersions (line 80) | func (t *TestLambdaClient) ListLayerVersions(context.Context, *lambda.Li... function TestLayerVersionGetFunc (line 84) | func TestLayerVersionGetFunc(t *testing.T) { function TestNewLambdaLayerVersionAdapter (line 116) | func TestNewLambdaLayerVersionAdapter(t *testing.T) { FILE: aws-source/adapters/lambda-layer.go function layerListFunc (line 15) | func layerListFunc(ctx context.Context, client *lambda.Client, scope str... function layerItemMapper (line 34) | func layerItemMapper(_, scope string, awsItem *types.LayersListItem) (*s... function NewLambdaLayerAdapter (line 62) | func NewLambdaLayerAdapter(client *lambda.Client, accountID string, regi... FILE: aws-source/adapters/lambda-layer_test.go function TestLayerItemMapper (line 12) | func TestLayerItemMapper(t *testing.T) { function TestNewLambdaLayerAdapter (line 54) | func TestNewLambdaLayerAdapter(t *testing.T) { FILE: aws-source/adapters/lambda.go type LambdaClient (line 11) | type LambdaClient interface type PolicyDocument (line 25) | type PolicyDocument struct type PolicyStatement (line 31) | type PolicyStatement struct type Principal (line 37) | type Principal struct type Condition (line 41) | type Condition struct type StringEqualsCondition (line 46) | type StringEqualsCondition struct type ArnLikeCondition (line 50) | type ArnLikeCondition struct FILE: aws-source/adapters/lambda_test.go type TestLambdaClient (line 10) | type TestLambdaClient struct function lambdaGetAutoConfig (line 12) | func lambdaGetAutoConfig(t *testing.T) (*lambda.Client, string, string) { function TestParsePolicy (line 116) | func TestParsePolicy(t *testing.T) { FILE: aws-source/adapters/network-firewall-firewall-policy.go type unifiedFirewallPolicy (line 13) | type unifiedFirewallPolicy struct function firewallPolicyGetFunc (line 18) | func firewallPolicyGetFunc(ctx context.Context, client networkFirewallCl... function NewNetworkFirewallFirewallPolicyAdapter (line 112) | func NewNetworkFirewallFirewallPolicyAdapter(client networkFirewallClien... FILE: aws-source/adapters/network-firewall-firewall-policy_test.go method DescribeFirewallPolicy (line 12) | func (c testNetworkFirewallClient) DescribeFirewallPolicy(ctx context.Co... method ListFirewallPolicies (line 81) | func (c testNetworkFirewallClient) ListFirewallPolicies(context.Context,... function TestFirewallPolicyGetFunc (line 91) | func TestFirewallPolicyGetFunc(t *testing.T) { FILE: aws-source/adapters/network-firewall-firewall.go type unifiedFirewall (line 14) | type unifiedFirewall struct function firewallGetFunc (line 22) | func firewallGetFunc(ctx context.Context, client networkFirewallClient, ... function NewNetworkFirewallFirewallAdapter (line 227) | func NewNetworkFirewallFirewallAdapter(client networkFirewallClient, acc... FILE: aws-source/adapters/network-firewall-firewall_test.go method DescribeFirewall (line 13) | func (c testNetworkFirewallClient) DescribeFirewall(ctx context.Context,... method DescribeLoggingConfiguration (line 70) | func (c testNetworkFirewallClient) DescribeLoggingConfiguration(ctx cont... method DescribeResourcePolicy (line 102) | func (c testNetworkFirewallClient) DescribeResourcePolicy(ctx context.Co... method ListFirewalls (line 108) | func (c testNetworkFirewallClient) ListFirewalls(context.Context, *netwo... function TestFirewallGetFunc (line 118) | func TestFirewallGetFunc(t *testing.T) { FILE: aws-source/adapters/network-firewall-rule-group.go type unifiedRuleGroup (line 14) | type unifiedRuleGroup struct function ruleGroupGetFunc (line 20) | func ruleGroupGetFunc(ctx context.Context, client networkFirewallClient,... function NewNetworkFirewallRuleGroupAdapter (line 103) | func NewNetworkFirewallRuleGroupAdapter(client networkFirewallClient, ac... FILE: aws-source/adapters/network-firewall-rule-group_test.go method DescribeRuleGroup (line 12) | func (c testNetworkFirewallClient) DescribeRuleGroup(ctx context.Context... method ListRuleGroups (line 137) | func (c testNetworkFirewallClient) ListRuleGroups(ctx context.Context, p... function TestRuleGroupGetFunc (line 147) | func TestRuleGroupGetFunc(t *testing.T) { FILE: aws-source/adapters/network-firewall-tls-inspection-configuration.go type unifiedTLSInspectionConfiguration (line 13) | type unifiedTLSInspectionConfiguration struct function tlsInspectionConfigurationGetFunc (line 19) | func tlsInspectionConfigurationGetFunc(ctx context.Context, client netwo... function NewNetworkFirewallTLSInspectionConfigurationAdapter (line 143) | func NewNetworkFirewallTLSInspectionConfigurationAdapter(client networkF... FILE: aws-source/adapters/network-firewall-tls-inspection-configuration_test.go method DescribeTLSInspectionConfiguration (line 12) | func (c testNetworkFirewallClient) DescribeTLSInspectionConfiguration(ct... method ListTLSInspectionConfigurations (line 94) | func (c testNetworkFirewallClient) ListTLSInspectionConfigurations(ctx c... function TestTLSInspectionConfigurationGetFunc (line 104) | func TestTLSInspectionConfigurationGetFunc(t *testing.T) { FILE: aws-source/adapters/networkfirewall.go type networkFirewallClient (line 12) | type networkFirewallClient interface function encryptionConfigurationLink (line 29) | func encryptionConfigurationLink(config *types.EncryptionConfiguration, ... FILE: aws-source/adapters/networkfirewall_test.go type testNetworkFirewallClient (line 3) | type testNetworkFirewallClient struct FILE: aws-source/adapters/networkmanager-connect-attachment.go function connectAttachmentGetFunc (line 14) | func connectAttachmentGetFunc(ctx context.Context, client *networkmanage... function connectAttachmentItemMapper (line 25) | func connectAttachmentItemMapper(_, scope string, ca *types.ConnectAttac... function NewNetworkManagerConnectAttachmentAdapter (line 74) | func NewNetworkManagerConnectAttachmentAdapter(client *networkmanager.Cl... FILE: aws-source/adapters/networkmanager-connect-attachment_test.go function TestConnectAttachmentItemMapper (line 10) | func TestConnectAttachmentItemMapper(t *testing.T) { FILE: aws-source/adapters/networkmanager-connect-peer-association.go function connectPeerAssociationsOutputMapper (line 15) | func connectPeerAssociationsOutputMapper(_ context.Context, _ *networkma... function NewNetworkManagerConnectPeerAssociationAdapter (line 100) | func NewNetworkManagerConnectPeerAssociationAdapter(client *networkmanag... FILE: aws-source/adapters/networkmanager-connect-peer-association_test.go function TestConnectPeerAssociationsOutputMapper (line 13) | func TestConnectPeerAssociationsOutputMapper(t *testing.T) { FILE: aws-source/adapters/networkmanager-connect-peer.go function connectPeerGetFunc (line 14) | func connectPeerGetFunc(ctx context.Context, client NetworkManagerClient... function NewNetworkManagerConnectPeerAdapter (line 163) | func NewNetworkManagerConnectPeerAdapter(client NetworkManagerClient, ac... FILE: aws-source/adapters/networkmanager-connect-peer_test.go method GetConnectPeer (line 13) | func (n NetworkManagerTestClient) GetConnectPeer(ctx context.Context, pa... method ListConnectPeers (line 38) | func (n NetworkManagerTestClient) ListConnectPeers(context.Context, *net... function TestConnectPeerGetFunc (line 42) | func TestConnectPeerGetFunc(t *testing.T) { FILE: aws-source/adapters/networkmanager-connection.go function connectionOutputMapper (line 15) | func connectionOutputMapper(_ context.Context, _ *networkmanager.Client,... function NewNetworkManagerConnectionAdapter (line 115) | func NewNetworkManagerConnectionAdapter(client *networkmanager.Client, a... FILE: aws-source/adapters/networkmanager-connection_test.go function TestConnectionOutputMapper (line 14) | func TestConnectionOutputMapper(t *testing.T) { function TestConnectionInputMapperSearch (line 93) | func TestConnectionInputMapperSearch(t *testing.T) { FILE: aws-source/adapters/networkmanager-core-network-policy.go function coreNetworkPolicyGetFunc (line 14) | func coreNetworkPolicyGetFunc(ctx context.Context, client *networkmanage... function coreNetworkPolicyItemMapper (line 25) | func coreNetworkPolicyItemMapper(_, scope string, cn *types.CoreNetworkP... function NewNetworkManagerCoreNetworkPolicyAdapter (line 55) | func NewNetworkManagerCoreNetworkPolicyAdapter(client *networkmanager.Cl... FILE: aws-source/adapters/networkmanager-core-network-policy_test.go function TestCoreNetworkPolicyItemMapper (line 10) | func TestCoreNetworkPolicyItemMapper(t *testing.T) { FILE: aws-source/adapters/networkmanager-core-network.go function coreNetworkGetFunc (line 15) | func coreNetworkGetFunc(ctx context.Context, client NetworkManagerClient... function NewNetworkManagerCoreNetworkAdapter (line 97) | func NewNetworkManagerCoreNetworkAdapter(client NetworkManagerClient, ac... FILE: aws-source/adapters/networkmanager-core-network_test.go method GetCoreNetwork (line 13) | func (n NetworkManagerTestClient) GetCoreNetwork(ctx context.Context, pa... method ListCoreNetworks (line 37) | func (n NetworkManagerTestClient) ListCoreNetworks(context.Context, *net... function TestCoreNetworkItemMapper (line 41) | func TestCoreNetworkItemMapper(t *testing.T) { FILE: aws-source/adapters/networkmanager-device.go function deviceOutputMapper (line 15) | func deviceOutputMapper(_ context.Context, _ *networkmanager.Client, sco... function NewNetworkManagerDeviceAdapter (line 109) | func NewNetworkManagerDeviceAdapter(client *networkmanager.Client, accou... FILE: aws-source/adapters/networkmanager-device_test.go function TestDeviceOutputMapper (line 14) | func TestDeviceOutputMapper(t *testing.T) { function TestDeviceInputMapperSearch (line 91) | func TestDeviceInputMapperSearch(t *testing.T) { FILE: aws-source/adapters/networkmanager-global-network.go function globalNetworkOutputMapper (line 14) | func globalNetworkOutputMapper(_ context.Context, client *networkmanager... function NewNetworkManagerGlobalNetworkAdapter (line 127) | func NewNetworkManagerGlobalNetworkAdapter(client *networkmanager.Client... function idWithGlobalNetwork (line 174) | func idWithGlobalNetwork(gn, idOrArn string) string { function idWithTypeAndGlobalNetwork (line 179) | func idWithTypeAndGlobalNetwork(gb, rType, idOrArn string) string { FILE: aws-source/adapters/networkmanager-global-network_test.go function TestGlobalNetworkOutputMapper (line 13) | func TestGlobalNetworkOutputMapper(t *testing.T) { FILE: aws-source/adapters/networkmanager-link-association.go function linkAssociationOutputMapper (line 17) | func linkAssociationOutputMapper(_ context.Context, _ *networkmanager.Cl... function NewNetworkManagerLinkAssociationAdapter (line 90) | func NewNetworkManagerLinkAssociationAdapter(client *networkmanager.Clie... FILE: aws-source/adapters/networkmanager-link-association_test.go function TestLinkAssociationOutputMapper (line 13) | func TestLinkAssociationOutputMapper(t *testing.T) { FILE: aws-source/adapters/networkmanager-link.go function linkOutputMapper (line 15) | func linkOutputMapper(_ context.Context, _ *networkmanager.Client, scope... function NewNetworkManagerLinkAdapter (line 97) | func NewNetworkManagerLinkAdapter(client *networkmanager.Client, account... FILE: aws-source/adapters/networkmanager-link_test.go function TestLinkOutputMapper (line 14) | func TestLinkOutputMapper(t *testing.T) { function TestLinkInputMapperSearch (line 85) | func TestLinkInputMapperSearch(t *testing.T) { FILE: aws-source/adapters/networkmanager-network-resource-relationship.go function networkResourceRelationshipOutputMapper (line 16) | func networkResourceRelationshipOutputMapper(_ context.Context, _ *netwo... function NewNetworkManagerNetworkResourceRelationshipsAdapter (line 193) | func NewNetworkManagerNetworkResourceRelationshipsAdapter(client *networ... FILE: aws-source/adapters/networkmanager-network-resource-relationship_test.go function TestNetworkResourceRelationshipOutputMapper (line 13) | func TestNetworkResourceRelationshipOutputMapper(t *testing.T) { FILE: aws-source/adapters/networkmanager-site-to-site-vpn-attachment.go function getSiteToSiteVpnAttachmentGetFunc (line 13) | func getSiteToSiteVpnAttachmentGetFunc(ctx context.Context, client *netw... function siteToSiteVpnAttachmentItemMapper (line 24) | func siteToSiteVpnAttachmentItemMapper(_, scope string, awsItem *types.S... function NewNetworkManagerSiteToSiteVpnAttachmentAdapter (line 82) | func NewNetworkManagerSiteToSiteVpnAttachmentAdapter(client *networkmana... FILE: aws-source/adapters/networkmanager-site-to-site-vpn-attachment_test.go function TestSiteToSiteVpnAttachmentOutputMapper (line 10) | func TestSiteToSiteVpnAttachmentOutputMapper(t *testing.T) { FILE: aws-source/adapters/networkmanager-site.go function siteOutputMapper (line 15) | func siteOutputMapper(_ context.Context, _ *networkmanager.Client, scope... function NewNetworkManagerSiteAdapter (line 86) | func NewNetworkManagerSiteAdapter(client *networkmanager.Client, account... FILE: aws-source/adapters/networkmanager-site_test.go function TestSiteOutputMapper (line 14) | func TestSiteOutputMapper(t *testing.T) { function TestSiteInputMapperSearch (line 77) | func TestSiteInputMapperSearch(t *testing.T) { FILE: aws-source/adapters/networkmanager-transit-gateway-connect-peer-association.go function transitGatewayConnectPeerAssociationsOutputMapper (line 14) | func transitGatewayConnectPeerAssociationsOutputMapper(_ context.Context... function NewNetworkManagerTransitGatewayConnectPeerAssociationAdapter (line 87) | func NewNetworkManagerTransitGatewayConnectPeerAssociationAdapter(client... FILE: aws-source/adapters/networkmanager-transit-gateway-connect-peer-association_test.go function TestTransitGatewayConnectPeerAssociationsOutputMapper (line 13) | func TestTransitGatewayConnectPeerAssociationsOutputMapper(t *testing.T) { FILE: aws-source/adapters/networkmanager-transit-gateway-peering.go function getTransitGatewayPeeringGetFunc (line 13) | func getTransitGatewayPeeringGetFunc(ctx context.Context, client *networ... function transitGatewayPeeringItemMapper (line 24) | func transitGatewayPeeringItemMapper(_, scope string, awsItem *types.Tra... function NewNetworkManagerTransitGatewayPeeringAdapter (line 94) | func NewNetworkManagerTransitGatewayPeeringAdapter(client *networkmanage... FILE: aws-source/adapters/networkmanager-transit-gateway-peering_test.go function TestTransitGatewayPeeringOutputMapper (line 10) | func TestTransitGatewayPeeringOutputMapper(t *testing.T) { FILE: aws-source/adapters/networkmanager-transit-gateway-registration.go function transitGatewayRegistrationOutputMapper (line 14) | func transitGatewayRegistrationOutputMapper(_ context.Context, _ *networ... function NewNetworkManagerTransitGatewayRegistrationAdapter (line 72) | func NewNetworkManagerTransitGatewayRegistrationAdapter(client *networkm... FILE: aws-source/adapters/networkmanager-transit-gateway-registration_test.go function TestTransitGatewayRegistrationOutputMapper (line 13) | func TestTransitGatewayRegistrationOutputMapper(t *testing.T) { FILE: aws-source/adapters/networkmanager-transit-gateway-route-table-attachment.go function getTransitGatewayRouteTableAttachmentGetFunc (line 13) | func getTransitGatewayRouteTableAttachmentGetFunc(ctx context.Context, c... function transitGatewayRouteTableAttachmentItemMapper (line 24) | func transitGatewayRouteTableAttachmentItemMapper(_, scope string, awsIt... function NewNetworkManagerTransitGatewayRouteTableAttachmentAdapter (line 82) | func NewNetworkManagerTransitGatewayRouteTableAttachmentAdapter(client *... FILE: aws-source/adapters/networkmanager-transit-gateway-route-table-attachment_test.go function TestTransitGatewayRouteTableAttachmentItemMapper (line 10) | func TestTransitGatewayRouteTableAttachmentItemMapper(t *testing.T) { FILE: aws-source/adapters/networkmanager-vpc-attachment.go function vpcAttachmentGetFunc (line 13) | func vpcAttachmentGetFunc(ctx context.Context, client *networkmanager.Cl... function vpcAttachmentItemMapper (line 24) | func vpcAttachmentItemMapper(_, scope string, awsItem *types.VpcAttachme... function NewNetworkManagerVPCAttachmentAdapter (line 57) | func NewNetworkManagerVPCAttachmentAdapter(client *networkmanager.Client... FILE: aws-source/adapters/networkmanager-vpc-attachment_test.go function TestVPCAttachmentItemMapper (line 10) | func TestVPCAttachmentItemMapper(t *testing.T) { FILE: aws-source/adapters/networkmanager.go type NetworkManagerClient (line 10) | type NetworkManagerClient interface function networkmanagerTagsToMap (line 19) | func networkmanagerTagsToMap(tags []types.Tag) map[string]string { FILE: aws-source/adapters/networkmanager_test.go type NetworkManagerTestClient (line 3) | type NetworkManagerTestClient struct FILE: aws-source/adapters/rds-db-cluster-parameter-group.go type ClusterParameterGroup (line 14) | type ClusterParameterGroup struct function dBClusterParameterGroupItemMapper (line 20) | func dBClusterParameterGroupItemMapper(_, scope string, awsItem *Cluster... function NewRDSDBClusterParameterGroupAdapter (line 37) | func NewRDSDBClusterParameterGroupAdapter(client rdsClient, accountID st... FILE: aws-source/adapters/rds-db-cluster-parameter-group_test.go function TestDBClusterParameterGroupOutputMapper (line 11) | func TestDBClusterParameterGroupOutputMapper(t *testing.T) { function TestNewRDSDBClusterParameterGroupAdapter (line 87) | func TestNewRDSDBClusterParameterGroupAdapter(t *testing.T) { FILE: aws-source/adapters/rds-db-cluster.go function dBClusterOutputMapper (line 12) | func dBClusterOutputMapper(ctx context.Context, client rdsClient, scope ... function NewRDSDBClusterAdapter (line 241) | func NewRDSDBClusterAdapter(client rdsClient, accountID string, region s... FILE: aws-source/adapters/rds-db-cluster_test.go function TestDBClusterOutputMapper (line 14) | func TestDBClusterOutputMapper(t *testing.T) { function TestNewRDSDBClusterAdapter (line 254) | func TestNewRDSDBClusterAdapter(t *testing.T) { FILE: aws-source/adapters/rds-db-instance.go function statusToHealth (line 12) | func statusToHealth(status string) *sdp.Health { function dBInstanceOutputMapper (line 75) | func dBInstanceOutputMapper(ctx context.Context, client rdsClient, scope... function NewRDSDBInstanceAdapter (line 372) | func NewRDSDBInstanceAdapter(client rdsClient, accountID string, region ... FILE: aws-source/adapters/rds-db-instance_test.go function TestDBInstanceOutputMapper (line 14) | func TestDBInstanceOutputMapper(t *testing.T) { function TestNewRDSDBInstanceAdapter (line 312) | func TestNewRDSDBInstanceAdapter(t *testing.T) { FILE: aws-source/adapters/rds-db-parameter-group.go type ParameterGroup (line 14) | type ParameterGroup struct function dBParameterGroupItemMapper (line 20) | func dBParameterGroupItemMapper(_, scope string, awsItem *ParameterGroup... function NewRDSDBParameterGroupAdapter (line 37) | func NewRDSDBParameterGroupAdapter(client rdsClient, accountID string, r... FILE: aws-source/adapters/rds-db-parameter-group_test.go function TestDBParameterGroupOutputMapper (line 11) | func TestDBParameterGroupOutputMapper(t *testing.T) { function TestNewRDSDBParameterGroupAdapter (line 75) | func TestNewRDSDBParameterGroupAdapter(t *testing.T) { FILE: aws-source/adapters/rds-db-subnet-group.go function dBSubnetGroupOutputMapper (line 12) | func dBSubnetGroupOutputMapper(ctx context.Context, client rdsClient, sc... function NewRDSDBSubnetGroupAdapter (line 90) | func NewRDSDBSubnetGroupAdapter(client rdsClient, accountID string, regi... FILE: aws-source/adapters/rds-db-subnet-group_test.go function TestDBSubnetGroupOutputMapper (line 14) | func TestDBSubnetGroupOutputMapper(t *testing.T) { function TestNewRDSDBSubnetGroupAdapter (line 86) | func TestNewRDSDBSubnetGroupAdapter(t *testing.T) { FILE: aws-source/adapters/rds-option-group.go function optionGroupOutputMapper (line 12) | func optionGroupOutputMapper(ctx context.Context, client rdsClient, scop... function NewRDSOptionGroupAdapter (line 49) | func NewRDSOptionGroupAdapter(client rdsClient, accountID string, region... FILE: aws-source/adapters/rds-option-group_test.go function TestOptionGroupOutputMapper (line 11) | func TestOptionGroupOutputMapper(t *testing.T) { FILE: aws-source/adapters/rds.go type rdsClient (line 10) | type rdsClient interface type mockRdsClient (line 22) | type mockRdsClient struct method DescribeDBClusterParameterGroups (line 24) | func (m mockRdsClient) DescribeDBClusterParameterGroups(ctx context.Co... method DescribeDBClusterParameters (line 28) | func (m mockRdsClient) DescribeDBClusterParameters(ctx context.Context... method ListTagsForResource (line 32) | func (m mockRdsClient) ListTagsForResource(ctx context.Context, params... method DescribeDBClusters (line 43) | func (m mockRdsClient) DescribeDBClusters(ctx context.Context, params ... method DescribeDBInstances (line 47) | func (m mockRdsClient) DescribeDBInstances(ctx context.Context, params... method DescribeDBSubnetGroups (line 51) | func (m mockRdsClient) DescribeDBSubnetGroups(ctx context.Context, par... method DescribeOptionGroups (line 55) | func (m mockRdsClient) DescribeOptionGroups(ctx context.Context, param... method DescribeDBParameterGroups (line 59) | func (m mockRdsClient) DescribeDBParameterGroups(ctx context.Context, ... method DescribeDBParameters (line 63) | func (m mockRdsClient) DescribeDBParameters(ctx context.Context, param... function rdsTagsToMap (line 67) | func rdsTagsToMap(tags []types.Tag) map[string]string { FILE: aws-source/adapters/rds_test.go function rdsGetAutoConfig (line 8) | func rdsGetAutoConfig(t *testing.T) (*rds.Client, string, string) { FILE: aws-source/adapters/route53-health-check.go type HealthCheck (line 17) | type HealthCheck struct function healthCheckGetFunc (line 22) | func healthCheckGetFunc(ctx context.Context, client *route53.Client, sco... function healthCheckListFunc (line 45) | func healthCheckListFunc(ctx context.Context, client *route53.Client, sc... function healthCheckItemMapper (line 72) | func healthCheckItemMapper(_, scope string, awsItem *HealthCheck) (*sdp.... function NewRoute53HealthCheckAdapter (line 128) | func NewRoute53HealthCheckAdapter(client *route53.Client, accountID stri... FILE: aws-source/adapters/route53-health-check_test.go function TestHealthCheckItemMapper (line 12) | func TestHealthCheckItemMapper(t *testing.T) { function TestNewRoute53HealthCheckAdapter (line 73) | func TestNewRoute53HealthCheckAdapter(t *testing.T) { FILE: aws-source/adapters/route53-hosted-zone.go function hostedZoneGetFunc (line 14) | func hostedZoneGetFunc(ctx context.Context, client *route53.Client, scop... function hostedZoneListFunc (line 26) | func hostedZoneListFunc(ctx context.Context, client *route53.Client, sco... function hostedZoneItemMapper (line 42) | func hostedZoneItemMapper(_, scope string, awsItem *types.HostedZone) (*... function NewRoute53HostedZoneAdapter (line 69) | func NewRoute53HostedZoneAdapter(client *route53.Client, accountID strin... FILE: aws-source/adapters/route53-hosted-zone_test.go function TestHostedZoneItemMapper (line 12) | func TestHostedZoneItemMapper(t *testing.T) { function TestNewRoute53HostedZoneAdapter (line 50) | func TestNewRoute53HostedZoneAdapter(t *testing.T) { FILE: aws-source/adapters/route53-resource-record-set.go function resourceRecordSetGetFunc (line 16) | func resourceRecordSetGetFunc(ctx context.Context, client *route53.Clien... function constructRecordFQDN (line 23) | func constructRecordFQDN(recordName, hostedZoneName string) string { function resourceRecordSetSearchFunc (line 52) | func resourceRecordSetSearchFunc(ctx context.Context, client *route53.Cl... function resourceRecordSetItemMapper (line 104) | func resourceRecordSetItemMapper(_, scope string, awsItem *types.Resourc... function NewRoute53ResourceRecordSetAdapter (line 172) | func NewRoute53ResourceRecordSetAdapter(client *route53.Client, accountI... FILE: aws-source/adapters/route53-resource-record-set_test.go function TestResourceRecordSetItemMapper (line 16) | func TestResourceRecordSetItemMapper(t *testing.T) { function TestConstructRecordFQDN (line 124) | func TestConstructRecordFQDN(t *testing.T) { function TestNewRoute53ResourceRecordSetAdapter (line 209) | func TestNewRoute53ResourceRecordSetAdapter(t *testing.T) { FILE: aws-source/adapters/route53.go function route53TagsToMap (line 5) | func route53TagsToMap(tags []types.Tag) map[string]string { FILE: aws-source/adapters/route53_test.go function route53GetAutoConfig (line 8) | func route53GetAutoConfig(t *testing.T) (*route53.Client, string, string) { FILE: aws-source/adapters/s3.go constant CacheDuration (line 19) | CacheDuration = 10 * time.Minute function NewS3Adapter (line 22) | func NewS3Adapter(config aws.Config, accountID string, cache sdpcache.Ca... type S3Source (line 70) | type S3Source struct method Client (line 88) | func (s *S3Source) Client() *s3.Client { method Type (line 105) | func (s *S3Source) Type() string { method Name (line 111) | func (s *S3Source) Name() string { method Metadata (line 115) | func (s *S3Source) Metadata() *sdp.AdapterMetadata { method Scopes (line 121) | func (s *S3Source) Scopes() []string { method Get (line 182) | func (s *S3Source) Get(ctx context.Context, scope string, query string... method List (line 558) | func (s *S3Source) List(ctx context.Context, scope string, ignoreCache... method Search (line 639) | func (s *S3Source) Search(ctx context.Context, scope string, query str... method Weight (line 688) | func (s *S3Source) Weight() int { type S3Client (line 128) | type S3Client interface type Bucket (line 153) | type Bucket struct function getImpl (line 194) | func getImpl(ctx context.Context, cache sdpcache.Cache, client S3Client,... function listImpl (line 570) | func listImpl(ctx context.Context, cache sdpcache.Cache, client S3Client... function searchImpl (line 651) | func searchImpl(ctx context.Context, cache sdpcache.Cache, client S3Clie... FILE: aws-source/adapters/s3_test.go function TestS3SearchImpl (line 16) | func TestS3SearchImpl(t *testing.T) { function TestS3ListImpl (line 63) | func TestS3ListImpl(t *testing.T) { function TestS3GetImpl (line 75) | func TestS3GetImpl(t *testing.T) { function TestS3SourceCaching (line 131) | func TestS3SourceCaching(t *testing.T) { type TestS3Client (line 168) | type TestS3Client struct method ListBuckets (line 170) | func (t TestS3Client) ListBuckets(ctx context.Context, params *s3.List... method GetBucketAcl (line 182) | func (t TestS3Client) GetBucketAcl(ctx context.Context, params *s3.Get... method GetBucketAnalyticsConfiguration (line 199) | func (t TestS3Client) GetBucketAnalyticsConfiguration(ctx context.Cont... method GetBucketCors (line 220) | func (t TestS3Client) GetBucketCors(ctx context.Context, params *s3.Ge... method GetBucketEncryption (line 243) | func (t TestS3Client) GetBucketEncryption(ctx context.Context, params ... method GetBucketIntelligentTieringConfiguration (line 259) | func (t TestS3Client) GetBucketIntelligentTieringConfiguration(ctx con... method GetBucketInventoryConfiguration (line 275) | func (t TestS3Client) GetBucketInventoryConfiguration(ctx context.Cont... method GetBucketLifecycleConfiguration (line 301) | func (t TestS3Client) GetBucketLifecycleConfiguration(ctx context.Cont... method GetBucketLocation (line 339) | func (t TestS3Client) GetBucketLocation(ctx context.Context, params *s... method GetBucketLogging (line 345) | func (t TestS3Client) GetBucketLogging(ctx context.Context, params *s3... method GetBucketMetricsConfiguration (line 362) | func (t TestS3Client) GetBucketMetricsConfiguration(ctx context.Contex... method GetBucketNotificationConfiguration (line 370) | func (t TestS3Client) GetBucketNotificationConfiguration(ctx context.C... method GetBucketOwnershipControls (line 417) | func (t TestS3Client) GetBucketOwnershipControls(ctx context.Context, ... method GetBucketPolicy (line 429) | func (t TestS3Client) GetBucketPolicy(ctx context.Context, params *s3.... method GetBucketPolicyStatus (line 435) | func (t TestS3Client) GetBucketPolicyStatus(ctx context.Context, param... method GetBucketReplication (line 443) | func (t TestS3Client) GetBucketReplication(ctx context.Context, params... method GetBucketRequestPayment (line 478) | func (t TestS3Client) GetBucketRequestPayment(ctx context.Context, par... method GetBucketTagging (line 484) | func (t TestS3Client) GetBucketTagging(ctx context.Context, params *s3... method GetBucketVersioning (line 490) | func (t TestS3Client) GetBucketVersioning(ctx context.Context, params ... method GetBucketWebsite (line 497) | func (t TestS3Client) GetBucketWebsite(ctx context.Context, params *s3... type TestS3FailClient (line 523) | type TestS3FailClient struct method ListBuckets (line 525) | func (t TestS3FailClient) ListBuckets(ctx context.Context, params *s3.... method GetBucketAcl (line 529) | func (t TestS3FailClient) GetBucketAcl(ctx context.Context, params *s3... method GetBucketAnalyticsConfiguration (line 532) | func (t TestS3FailClient) GetBucketAnalyticsConfiguration(ctx context.... method GetBucketCors (line 536) | func (t TestS3FailClient) GetBucketCors(ctx context.Context, params *s... method GetBucketEncryption (line 540) | func (t TestS3FailClient) GetBucketEncryption(ctx context.Context, par... method GetBucketIntelligentTieringConfiguration (line 544) | func (t TestS3FailClient) GetBucketIntelligentTieringConfiguration(ctx... method GetBucketInventoryConfiguration (line 548) | func (t TestS3FailClient) GetBucketInventoryConfiguration(ctx context.... method GetBucketLifecycleConfiguration (line 552) | func (t TestS3FailClient) GetBucketLifecycleConfiguration(ctx context.... method GetBucketLocation (line 556) | func (t TestS3FailClient) GetBucketLocation(ctx context.Context, param... method GetBucketLogging (line 560) | func (t TestS3FailClient) GetBucketLogging(ctx context.Context, params... method GetBucketMetricsConfiguration (line 564) | func (t TestS3FailClient) GetBucketMetricsConfiguration(ctx context.Co... method GetBucketNotificationConfiguration (line 568) | func (t TestS3FailClient) GetBucketNotificationConfiguration(ctx conte... method GetBucketOwnershipControls (line 572) | func (t TestS3FailClient) GetBucketOwnershipControls(ctx context.Conte... method GetBucketPolicy (line 576) | func (t TestS3FailClient) GetBucketPolicy(ctx context.Context, params ... method GetBucketPolicyStatus (line 580) | func (t TestS3FailClient) GetBucketPolicyStatus(ctx context.Context, p... method GetBucketReplication (line 584) | func (t TestS3FailClient) GetBucketReplication(ctx context.Context, pa... method GetBucketRequestPayment (line 588) | func (t TestS3FailClient) GetBucketRequestPayment(ctx context.Context,... method GetBucketTagging (line 592) | func (t TestS3FailClient) GetBucketTagging(ctx context.Context, params... method GetBucketVersioning (line 596) | func (t TestS3FailClient) GetBucketVersioning(ctx context.Context, par... method GetBucketWebsite (line 600) | func (t TestS3FailClient) GetBucketWebsite(ctx context.Context, params... method GetObject (line 604) | func (t TestS3FailClient) GetObject(ctx context.Context, params *s3.Ge... method HeadBucket (line 608) | func (t TestS3FailClient) HeadBucket(ctx context.Context, params *s3.H... method HeadObject (line 612) | func (t TestS3FailClient) HeadObject(ctx context.Context, params *s3.H... method PutBucketAcl (line 616) | func (t TestS3FailClient) PutBucketAcl(ctx context.Context, params *s3... method PutBucketCors (line 620) | func (t TestS3FailClient) PutBucketCors(ctx context.Context, params *s... method PutBucketLifecycleConfiguration (line 624) | func (t TestS3FailClient) PutBucketLifecycleConfiguration(ctx context.... method PutBucketLogging (line 628) | func (t TestS3FailClient) PutBucketLogging(ctx context.Context, params... method PutBucketNotificationConfiguration (line 632) | func (t TestS3FailClient) PutBucketNotificationConfiguration(ctx conte... method PutBucketPolicy (line 636) | func (t TestS3FailClient) PutBucketPolicy(ctx context.Context, params ... method PutBucketReplication (line 640) | func (t TestS3FailClient) PutBucketReplication(ctx context.Context, pa... method PutBucketRequestPayment (line 644) | func (t TestS3FailClient) PutBucketRequestPayment(ctx context.Context,... method PutBucketTagging (line 648) | func (t TestS3FailClient) PutBucketTagging(ctx context.Context, params... method PutBucketVersioning (line 652) | func (t TestS3FailClient) PutBucketVersioning(ctx context.Context, par... method PutBucketWebsite (line 656) | func (t TestS3FailClient) PutBucketWebsite(ctx context.Context, params... method PutObject (line 660) | func (t TestS3FailClient) PutObject(ctx context.Context, params *s3.Pu... function TestNewS3Adapter (line 664) | func TestNewS3Adapter(t *testing.T) { function TestS3SearchWithARNFormat (line 677) | func TestS3SearchWithARNFormat(t *testing.T) { FILE: aws-source/adapters/sns-data-protection-policy.go type dataProtectionPolicyClient (line 12) | type dataProtectionPolicyClient interface function getDataProtectionPolicyFunc (line 16) | func getDataProtectionPolicyFunc(ctx context.Context, client dataProtect... function NewSNSDataProtectionPolicyAdapter (line 59) | func NewSNSDataProtectionPolicyAdapter(client dataProtectionPolicyClient... FILE: aws-source/adapters/sns-data-protection-policy_test.go type mockDataProtectionPolicyClient (line 12) | type mockDataProtectionPolicyClient struct method GetDataProtectionPolicy (line 14) | func (m mockDataProtectionPolicyClient) GetDataProtectionPolicy(ctx co... function TestGetDataProtectionPolicyFunc (line 20) | func TestGetDataProtectionPolicyFunc(t *testing.T) { function TestNewSNSDataProtectionPolicyAdapter (line 36) | func TestNewSNSDataProtectionPolicyAdapter(t *testing.T) { FILE: aws-source/adapters/sns-endpoint.go type endpointClient (line 12) | type endpointClient interface function getEndpointFunc (line 18) | func getEndpointFunc(ctx context.Context, client endpointClient, scope s... function NewSNSEndpointAdapter (line 56) | func NewSNSEndpointAdapter(client endpointClient, accountID string, regi... FILE: aws-source/adapters/sns-endpoint_test.go type mockEndpointClient (line 13) | type mockEndpointClient struct method ListTagsForResource (line 15) | func (m *mockEndpointClient) ListTagsForResource(ctx context.Context, ... method GetEndpointAttributes (line 20) | func (m *mockEndpointClient) GetEndpointAttributes(ctx context.Context... method ListEndpointsByPlatformApplication (line 29) | func (m *mockEndpointClient) ListEndpointsByPlatformApplication(ctx co... function TestGetEndpointFunc (line 42) | func TestGetEndpointFunc(t *testing.T) { function TestNewSNSEndpointAdapter (line 58) | func TestNewSNSEndpointAdapter(t *testing.T) { FILE: aws-source/adapters/sns-platform-application.go type platformApplicationClient (line 12) | type platformApplicationClient interface function getPlatformApplicationFunc (line 18) | func getPlatformApplicationFunc(ctx context.Context, client platformAppl... function NewSNSPlatformApplicationAdapter (line 65) | func NewSNSPlatformApplicationAdapter(client platformApplicationClient, ... FILE: aws-source/adapters/sns-platform-application_test.go type mockPlatformApplicationClient (line 13) | type mockPlatformApplicationClient struct method ListTagsForResource (line 15) | func (m mockPlatformApplicationClient) ListTagsForResource(ctx context... method GetPlatformApplicationAttributes (line 24) | func (m mockPlatformApplicationClient) GetPlatformApplicationAttribute... method ListPlatformApplications (line 33) | func (m mockPlatformApplicationClient) ListPlatformApplications(ctx co... function TestGetPlatformApplicationFunc (line 54) | func TestGetPlatformApplicationFunc(t *testing.T) { function TestNewSNSPlatformApplicationAdapter (line 70) | func TestNewSNSPlatformApplicationAdapter(t *testing.T) { FILE: aws-source/adapters/sns-subscription.go type subsCli (line 13) | type subsCli interface function getSubsFunc (line 19) | func getSubsFunc(ctx context.Context, client subsCli, scope string, inpu... function NewSNSSubscriptionAdapter (line 76) | func NewSNSSubscriptionAdapter(client subsCli, accountID string, region ... FILE: aws-source/adapters/sns-subscription_test.go type snsTestClient (line 13) | type snsTestClient struct method GetSubscriptionAttributes (line 15) | func (t snsTestClient) GetSubscriptionAttributes(ctx context.Context, ... method ListSubscriptions (line 28) | func (t snsTestClient) ListSubscriptions(context.Context, *sns.ListSub... method ListTagsForResource (line 42) | func (t snsTestClient) ListTagsForResource(context.Context, *sns.ListT... function TestSNSGetFunc (line 51) | func TestSNSGetFunc(t *testing.T) { function TestNewSNSSubscriptionAdapter (line 67) | func TestNewSNSSubscriptionAdapter(t *testing.T) { FILE: aws-source/adapters/sns-topic.go type topicClient (line 13) | type topicClient interface function getTopicFunc (line 19) | func getTopicFunc(ctx context.Context, client topicClient, scope string,... function NewSNSTopicAdapter (line 63) | func NewSNSTopicAdapter(client topicClient, accountID string, region str... FILE: aws-source/adapters/sns-topic_test.go type testTopicClient (line 13) | type testTopicClient struct method GetTopicAttributes (line 15) | func (t testTopicClient) GetTopicAttributes(ctx context.Context, param... method ListTopics (line 29) | func (t testTopicClient) ListTopics(context.Context, *sns.ListTopicsIn... method ListTagsForResource (line 39) | func (t testTopicClient) ListTagsForResource(context.Context, *sns.Lis... function TestGetTopicFunc (line 48) | func TestGetTopicFunc(t *testing.T) { function TestNewSNSTopicAdapter (line 64) | func TestNewSNSTopicAdapter(t *testing.T) { FILE: aws-source/adapters/sns.go type tagLister (line 10) | type tagLister interface function tagsByResourceARN (line 15) | func tagsByResourceARN(ctx context.Context, cli tagLister, resourceARN s... function tagsToMap (line 35) | func tagsToMap(tags []types.Tag) map[string]string { FILE: aws-source/adapters/sqs-queue.go type sqsClient (line 14) | type sqsClient interface function getFunc (line 20) | func getFunc(ctx context.Context, client sqsClient, scope string, input ... function sqsQueueSearchInputMapper (line 86) | func sqsQueueSearchInputMapper(scope string, query string) (*sqs.GetQueu... function NewSQSQueueAdapter (line 106) | func NewSQSQueueAdapter(client sqsClient, accountID string, region strin... FILE: aws-source/adapters/sqs-queue_test.go type testClient (line 13) | type testClient struct method GetQueueAttributes (line 15) | func (t testClient) GetQueueAttributes(ctx context.Context, params *sq... method ListQueueTags (line 34) | func (t testClient) ListQueueTags(ctx context.Context, params *sqs.Lis... method ListQueues (line 43) | func (t testClient) ListQueues(ctx context.Context, input *sqs.ListQue... function TestGetFunc (line 52) | func TestGetFunc(t *testing.T) { function TestSqsQueueSearchInputMapper (line 94) | func TestSqsQueueSearchInputMapper(t *testing.T) { function TestNewQueueAdapter (line 150) | func TestNewQueueAdapter(t *testing.T) { FILE: aws-source/adapters/sqs.go function tags (line 9) | func tags(ctx context.Context, cli sqsClient, queURL string) (map[string... FILE: aws-source/adapters/ssm-parameter.go type ssmClient (line 18) | type ssmClient interface function ssmParameterInputMapperSearch (line 24) | func ssmParameterInputMapperSearch(ctx context.Context, client ssmClient... function ssmParameterPostSearchFilter (line 127) | func ssmParameterPostSearchFilter(ctx context.Context, query string, ite... function ssmParameterOutputMapper (line 149) | func ssmParameterOutputMapper(ctx context.Context, client ssmClient, sco... function NewSSMParameterAdapter (line 222) | func NewSSMParameterAdapter(client ssmClient, accountID string, region s... FILE: aws-source/adapters/ssm-parameter_test.go type mockSSMClient (line 15) | type mockSSMClient struct method DescribeParameters (line 17) | func (m *mockSSMClient) DescribeParameters(ctx context.Context, input ... method ListTagsForResource (line 44) | func (m *mockSSMClient) ListTagsForResource(ctx context.Context, input... method GetParameter (line 55) | func (m *mockSSMClient) GetParameter(ctx context.Context, input *ssm.G... function TestSSMParameterAdapter (line 71) | func TestSSMParameterAdapter(t *testing.T) { function TestSSMParameterAdapterE2E (line 122) | func TestSSMParameterAdapterE2E(t *testing.T) { FILE: aws-source/adapters/tracing.go constant instrumentationName (line 10) | instrumentationName = "github.com/overmindtech/cli/aws-source/adapters" constant instrumentationVersion (line 11) | instrumentationVersion = "0.0.1" FILE: aws-source/cmd/root.go function Execute (line 99) | func Execute() { function init (line 106) | func init() { function initConfig (line 187) | func initConfig() { type TerminationLogHook (line 202) | type TerminationLogHook struct method Levels (line 204) | func (t TerminationLogHook) Levels() []log.Level { method Fire (line 208) | func (t TerminationLogHook) Fire(e *log.Entry) error { FILE: aws-source/main.go function main (line 23) | func main() { FILE: aws-source/module/provider/datasource_aws_external_id.go type awsExternalIdDataSource (line 20) | type awsExternalIdDataSource struct method Metadata (line 32) | func (d *awsExternalIdDataSource) Metadata(_ context.Context, req data... method Schema (line 36) | func (d *awsExternalIdDataSource) Schema(_ context.Context, _ datasour... method Configure (line 49) | func (d *awsExternalIdDataSource) Configure(_ context.Context, req dat... method Read (line 62) | func (d *awsExternalIdDataSource) Read(ctx context.Context, _ datasour... type awsExternalIdDataSourceModel (line 24) | type awsExternalIdDataSourceModel struct function NewAWSExternalIdDataSource (line 28) | func NewAWSExternalIdDataSource() datasource.DataSource { FILE: aws-source/module/provider/main.go constant defaultHoneycombAPIKey (line 16) | defaultHoneycombAPIKey = "hcaik_01j03qe0exnn2jxpj2vxkqb7yrqtr083kyk9rxxt... function main (line 18) | func main() { function run (line 26) | func run() error { FILE: aws-source/module/provider/provider.go type overmindProvider (line 24) | type overmindProvider struct method Metadata (line 39) | func (p *overmindProvider) Metadata(_ context.Context, _ provider.Meta... method Schema (line 44) | func (p *overmindProvider) Schema(_ context.Context, _ provider.Schema... method Configure (line 63) | func (p *overmindProvider) Configure(ctx context.Context, req provider... method Resources (line 122) | func (p *overmindProvider) Resources(_ context.Context) []func() resou... method DataSources (line 128) | func (p *overmindProvider) DataSources(_ context.Context) []func() dat... type overmindProviderModel (line 28) | type overmindProviderModel struct function NewProvider (line 33) | func NewProvider(version string) func() provider.Provider { FILE: aws-source/module/provider/provider_test.go type mockMgmtHandler (line 27) | type mockMgmtHandler struct method GetOrCreateAWSExternalId (line 41) | func (m *mockMgmtHandler) GetOrCreateAWSExternalId(_ context.Context, ... method CreateSource (line 47) | func (m *mockMgmtHandler) CreateSource(_ context.Context, req *connect... method GetSource (line 59) | func (m *mockMgmtHandler) GetSource(_ context.Context, req *connect.Re... method UpdateSource (line 73) | func (m *mockMgmtHandler) UpdateSource(_ context.Context, req *connect... method DeleteSource (line 88) | func (m *mockMgmtHandler) DeleteSource(_ context.Context, req *connect... function newMockMgmtHandler (line 34) | func newMockMgmtHandler() *mockMgmtHandler { type testProvider (line 107) | type testProvider struct method Configure (line 114) | func (p *testProvider) Configure(ctx context.Context, _ provider.Confi... method Schema (line 122) | func (p *testProvider) Schema(ctx context.Context, req provider.Schema... method Resources (line 128) | func (p *testProvider) Resources(ctx context.Context) []func() resourc... method DataSources (line 132) | func (p *testProvider) DataSources(ctx context.Context) []func() datas... function startTestServer (line 138) | func startTestServer(t *testing.T) string { function unitTestProviderFactories (line 149) | func unitTestProviderFactories(serverURL string) map[string]func() (tfpr... function accTestProviderFactories (line 158) | func accTestProviderFactories() map[string]func() (tfprotov6.ProviderSer... function TestAWSSourceResource_CRUD (line 166) | func TestAWSSourceResource_CRUD(t *testing.T) { function TestProviderConfigure_MissingAPIKey (line 199) | func TestProviderConfigure_MissingAPIKey(t *testing.T) { function TestAWSExternalIdDataSource_Read (line 220) | func TestAWSExternalIdDataSource_Read(t *testing.T) { function testAccAWSSourceConfig (line 237) | func testAccAWSSourceConfig(name, roleARN, regions string) string { FILE: aws-source/module/provider/resource_aws_source.go type awsSourceResource (line 29) | type awsSourceResource struct method Metadata (line 45) | func (r *awsSourceResource) Metadata(_ context.Context, req resource.M... method Schema (line 49) | func (r *awsSourceResource) Schema(_ context.Context, _ resource.Schem... method Configure (line 84) | func (r *awsSourceResource) Configure(_ context.Context, req resource.... method Create (line 97) | func (r *awsSourceResource) Create(ctx context.Context, req resource.C... method Read (line 172) | func (r *awsSourceResource) Read(ctx context.Context, req resource.Rea... method Update (line 231) | func (r *awsSourceResource) Update(ctx context.Context, req resource.U... method Delete (line 302) | func (r *awsSourceResource) Delete(ctx context.Context, req resource.D... method ImportState (line 336) | func (r *awsSourceResource) ImportState(ctx context.Context, req resou... type awsSourceResourceModel (line 33) | type awsSourceResourceModel struct function NewAWSSourceResource (line 41) | func NewAWSSourceResource() resource.Resource { function uuidToBytes (line 347) | func uuidToBytes(s string) ([]byte, error) { function regionsFromList (line 356) | func regionsFromList(ctx context.Context, list types.List) ([]string, di... function toAnySlice (line 362) | func toAnySlice(ss []string) []any { function regionsFromStructValue (line 370) | func regionsFromStructValue(v *structpb.Value) []string { FILE: aws-source/proc/proc.go type AwsAuthConfig (line 57) | type AwsAuthConfig struct method GetAWSConfig (line 137) | func (c AwsAuthConfig) GetAWSConfig(region string) (aws.Config, error) { function ConfigFromViper (line 71) | func ConfigFromViper() ([]aws.Config, error) { function isTimeoutError (line 90) | func isTimeoutError(err error) bool { function isOptInRegionError (line 96) | func isOptInRegionError(err error) bool { function isSkippableRegionError (line 116) | func isSkippableRegionError(err error) bool { function wrapRegionError (line 121) | func wrapRegionError(err error, region string) error { function CreateAWSConfigs (line 243) | func CreateAWSConfigs(awsAuthConfig AwsAuthConfig) ([]aws.Config, error) { function InitializeAwsSourceAdapters (line 274) | func InitializeAwsSourceAdapters(ctx context.Context, e *discovery.Engin... FILE: aws-source/proc/proc_test.go type testAdapter (line 18) | type testAdapter struct method Type (line 23) | func (t *testAdapter) Type() string { method Name (line 27) | func (t *testAdapter) Name() string { method Scopes (line 31) | func (t *testAdapter) Scopes() []string { method Metadata (line 35) | func (t *testAdapter) Metadata() *sdp.AdapterMetadata { method Get (line 42) | func (t *testAdapter) Get(ctx context.Context, scope string, query str... function TestInitializeAwsSourceEngine_RetryClearsAdapters (line 55) | func TestInitializeAwsSourceEngine_RetryClearsAdapters(t *testing.T) { type mockAPIError (line 105) | type mockAPIError struct method Error (line 110) | func (m *mockAPIError) Error() string { method ErrorCode (line 114) | func (m *mockAPIError) ErrorCode() string { method ErrorMessage (line 118) | func (m *mockAPIError) ErrorMessage() string { method ErrorFault (line 122) | func (m *mockAPIError) ErrorFault() smithy.ErrorFault { function TestIsOptInRegionError (line 126) | func TestIsOptInRegionError(t *testing.T) { function TestIsTimeoutError (line 201) | func TestIsTimeoutError(t *testing.T) { function TestIsSkippableRegionError (line 249) | func TestIsSkippableRegionError(t *testing.T) { function TestWrapRegionError (line 300) | func TestWrapRegionError(t *testing.T) { FILE: cmd/auth_client.go function newRetryableHTTPClient (line 18) | func newRetryableHTTPClient() *http.Client { function UnauthenticatedApiKeyClient (line 32) | func UnauthenticatedApiKeyClient(ctx context.Context, oi sdp.OvermindIns... function AuthenticatedBookmarkClient (line 39) | func AuthenticatedBookmarkClient(ctx context.Context, oi sdp.OvermindIns... function AuthenticatedChangesClient (line 47) | func AuthenticatedChangesClient(ctx context.Context, oi sdp.OvermindInst... function AuthenticatedConfigurationClient (line 55) | func AuthenticatedConfigurationClient(ctx context.Context, oi sdp.Overmi... function AuthenticatedManagementClient (line 63) | func AuthenticatedManagementClient(ctx context.Context, oi sdp.OvermindI... function AuthenticatedSnapshotsClient (line 71) | func AuthenticatedSnapshotsClient(ctx context.Context, oi sdp.OvermindIn... function AuthenticatedInviteClient (line 79) | func AuthenticatedInviteClient(ctx context.Context, oi sdp.OvermindInsta... function AuthenticatedSignalsClient (line 85) | func AuthenticatedSignalsClient(ctx context.Context, oi sdp.OvermindInst... type AuthenticatedTransport (line 95) | type AuthenticatedTransport struct method RoundTrip (line 116) | func (y *AuthenticatedTransport) RoundTrip(req *http.Request) (*http.R... function NewAuthenticatedClient (line 102) | func NewAuthenticatedClient(ctx context.Context, from *http.Client) *htt... FILE: cmd/auth_client_test.go type testProxyServer (line 22) | type testProxyServer struct method getURL (line 129) | func (p *testProxyServer) getURL() string { function startTestProxyServer (line 30) | func startTestProxyServer(t *testing.T) *testProxyServer { function setProxyEnv (line 135) | func setProxyEnv(t *testing.T, proxyURL string) func() { function TestNewRetryableHTTPClientRespectsProxy (line 167) | func TestNewRetryableHTTPClientRespectsProxy(t *testing.T) { function TestAuthenticatedChangesClientUsesProxy (line 247) | func TestAuthenticatedChangesClientUsesProxy(t *testing.T) { function TestWebSocketDialerUsesProxy (line 324) | func TestWebSocketDialerUsesProxy(t *testing.T) { FILE: cmd/bookmarks.go function init (line 22) | func init() { FILE: cmd/bookmarks_create_bookmark.go function CreateBookmark (line 25) | func CreateBookmark(cmd *cobra.Command, args []string) error { function init (line 99) | func init() { FILE: cmd/bookmarks_get_affected_bookmarks.go function GetAffectedBookmarks (line 22) | func GetAffectedBookmarks(cmd *cobra.Command, args []string) error { function init (line 67) | func init() { FILE: cmd/bookmarks_get_bookmark.go function GetBookmark (line 23) | func GetBookmark(cmd *cobra.Command, args []string) error { function init (line 67) | func init() { FILE: cmd/changes.go function init (line 20) | func init() { FILE: cmd/changes_end_change.go function EndChange (line 21) | func EndChange(cmd *cobra.Command, args []string) error { function init (line 104) | func init() { FILE: cmd/changes_get_change.go function GetChange (line 24) | func GetChange(cmd *cobra.Command, args []string) error { function validateChangeStatus (line 116) | func validateChangeStatus(statusStr string) (sdp.ChangeStatus, error) { function init (line 139) | func init() { FILE: cmd/changes_get_change_test.go function TestGetChangeCmdHasWaitFlag (line 10) | func TestGetChangeCmdHasWaitFlag(t *testing.T) { function TestValidateChangeStatus (line 24) | func TestValidateChangeStatus(t *testing.T) { FILE: cmd/changes_get_signals.go function GetSignals (line 29) | func GetSignals(cmd *cobra.Command, args []string) error { function init (line 93) | func init() { FILE: cmd/changes_get_signals_test.go function TestGetSignalsCmd (line 9) | func TestGetSignalsCmd(t *testing.T) { function TestGetSignalsFormat (line 33) | func TestGetSignalsFormat(t *testing.T) { FILE: cmd/changes_list_changes.go function ListChanges (line 25) | func ListChanges(cmd *cobra.Command, args []string) error { function printJson (line 231) | func printJson(_ context.Context, b []byte, prefix, id string, cmd *cobr... function init (line 287) | func init() { FILE: cmd/changes_start_analysis.go function StartAnalysis (line 30) | func StartAnalysis(cmd *cobra.Command, args []string) error { function init (line 98) | func init() { FILE: cmd/changes_start_analysis_test.go function TestAddAnalysisFlags (line 14) | func TestAddAnalysisFlags(t *testing.T) { function TestBuildAnalysisConfigWithNoFlags (line 57) | func TestBuildAnalysisConfigWithNoFlags(t *testing.T) { function TestBuildAnalysisConfigWithBlastRadiusFlags (line 90) | func TestBuildAnalysisConfigWithBlastRadiusFlags(t *testing.T) { function TestBuildAnalysisConfigWithInvalidSignalConfigPath (line 122) | func TestBuildAnalysisConfigWithInvalidSignalConfigPath(t *testing.T) { function TestBuildAnalysisConfigWithValidSignalConfig (line 138) | func TestBuildAnalysisConfigWithValidSignalConfig(t *testing.T) { function TestStartAnalysisCmdFlags (line 175) | func TestStartAnalysisCmdFlags(t *testing.T) { function TestSubmitPlanCmdHasCommentFlag (line 210) | func TestSubmitPlanCmdHasCommentFlag(t *testing.T) { function TestSubmitPlanCmdHasNoStartFlag (line 224) | func TestSubmitPlanCmdHasNoStartFlag(t *testing.T) { FILE: cmd/changes_start_change.go function StartChange (line 21) | func StartChange(cmd *cobra.Command, args []string) error { function init (line 111) | func init() { FILE: cmd/changes_submit_plan.go type TfData (line 43) | type TfData struct function changeTitle (line 49) | func changeTitle(ctx context.Context, arg string) string { function tryLoadText (line 80) | func tryLoadText(ctx context.Context, fileName string) string { function createBlastRadiusConfig (line 94) | func createBlastRadiusConfig(maxDepth, maxItems int32, maxTime, changeAn... function SubmitPlan (line 124) | func SubmitPlan(cmd *cobra.Command, args []string) error { function loadSignalConfigFile (line 324) | func loadSignalConfigFile(signalConfigPath string) (*sdp.SignalConfigFil... function checkForAndLoadSignalConfigFile (line 346) | func checkForAndLoadSignalConfigFile(ctx context.Context, lf log.Fields,... function init (line 393) | func init() { FILE: cmd/changes_submit_plan_test.go function TestBlastRadiusConfigCreation (line 8) | func TestBlastRadiusConfigCreation(t *testing.T) { FILE: cmd/changes_submit_signal.go function SubmitSignal (line 23) | func SubmitSignal(cmd *cobra.Command, args []string) error { function validateValue (line 89) | func validateValue(value float64) (float64, error) { function init (line 96) | func init() { FILE: cmd/changes_submit_signal_test.go function TestValidateValue (line 7) | func TestValidateValue(t *testing.T) { FILE: cmd/explore.go function StartLocalSources (line 62) | func StartLocalSources(ctx context.Context, oi sdp.OvermindInstance, tok... function Explore (line 611) | func Explore(cmd *cobra.Command, args []string) error { function init (line 660) | func init() { function unifiedGCPConfigs (line 674) | func unifiedGCPConfigs(gcpConfigs []*gcpproc.GCPConfig) []*gcpproc.GCPCo... function unifiedAzureConfigs (line 710) | func unifiedAzureConfigs(azureConfigs []*azureproc.AzureConfig) []*azure... FILE: cmd/explore_test.go function TestUnifiedGCPConfigs (line 11) | func TestUnifiedGCPConfigs(t *testing.T) { function TestUnifiedAzureConfigs (line 235) | func TestUnifiedAzureConfigs(t *testing.T) { FILE: cmd/flags.go function addChangeUuidFlags (line 24) | func addChangeUuidFlags(cmd *cobra.Command) { function addChangeCreationFlags (line 32) | func addChangeCreationFlags(cmd *cobra.Command) { function parseTagsArgument (line 45) | func parseTagsArgument() (*sdp.EnrichedTags, error) { function parseLabelsArgument (line 71) | func parseLabelsArgument() ([]*sdp.Label, error) { function addAPIFlags (line 111) | func addAPIFlags(cmd *cobra.Command) { function addTerraformBaseFlags (line 117) | func addTerraformBaseFlags(cmd *cobra.Command) { function addAnalysisFlags (line 129) | func addAnalysisFlags(cmd *cobra.Command) { type AnalysisConfig (line 141) | type AnalysisConfig struct function buildAnalysisConfig (line 151) | func buildAnalysisConfig(ctx context.Context, lf log.Fields) (*AnalysisC... function waitForChangeAnalysis (line 194) | func waitForChangeAnalysis(ctx context.Context, client sdpconnect.Change... FILE: cmd/flags_test.go function TestParseLabelsArgument (line 11) | func TestParseLabelsArgument(t *testing.T) { FILE: cmd/integrations.go function init (line 19) | func init() { FILE: cmd/integrations_tfc.go function init (line 40) | func init() { function CreateTfc (line 60) | func CreateTfc(cmd *cobra.Command, args []string) error { function GetTfc (line 98) | func GetTfc(cmd *cobra.Command, args []string) error { function DeleteTfc (line 130) | func DeleteTfc(cmd *cobra.Command, args []string) error { FILE: cmd/invites.go function init (line 18) | func init() { FILE: cmd/invites_crud.go function InvitesRevoke (line 39) | func InvitesRevoke(cmd *cobra.Command, args []string) error { function InvitesCreate (line 75) | func InvitesCreate(cmd *cobra.Command, args []string) error { function InvitesList (line 109) | func InvitesList(cmd *cobra.Command, args []string) error { function init (line 141) | func init() { FILE: cmd/knowledge.go function init (line 22) | func init() { FILE: cmd/knowledge_dir_flag_test.go function TestKnowledgeDirFlagViperRoundTrip (line 13) | func TestKnowledgeDirFlagViperRoundTrip(t *testing.T) { FILE: cmd/knowledge_list.go function KnowledgeList (line 26) | func KnowledgeList(cmd *cobra.Command, args []string) error { function renderKnowledgeList (line 40) | func renderKnowledgeList(startDir string, explicitDirs []string) (string... function truncateDescription (line 125) | func truncateDescription(desc string, maxLen int) string { function init (line 132) | func init() { FILE: cmd/knowledge_list_test.go function TestRenderKnowledgeList_NoKnowledgeDir (line 11) | func TestRenderKnowledgeList_NoKnowledgeDir(t *testing.T) { function TestRenderKnowledgeList_EmptyKnowledgeDir (line 30) | func TestRenderKnowledgeList_EmptyKnowledgeDir(t *testing.T) { function TestRenderKnowledgeList_ValidFiles (line 54) | func TestRenderKnowledgeList_ValidFiles(t *testing.T) { function TestRenderKnowledgeList_InvalidFiles (line 125) | func TestRenderKnowledgeList_InvalidFiles(t *testing.T) { function TestRenderKnowledgeList_OnlyInvalidFiles (line 174) | func TestRenderKnowledgeList_OnlyInvalidFiles(t *testing.T) { function TestRenderKnowledgeList_SubdirectoryUsesLocal (line 216) | func TestRenderKnowledgeList_SubdirectoryUsesLocal(t *testing.T) { function TestRenderKnowledgeList_SubdirectoryUsesParent (line 268) | func TestRenderKnowledgeList_SubdirectoryUsesParent(t *testing.T) { function TestRenderKnowledgeList_StopsAtGitBoundary (line 307) | func TestRenderKnowledgeList_StopsAtGitBoundary(t *testing.T) { function TestTruncateDescription (line 352) | func TestTruncateDescription(t *testing.T) { function TestRenderKnowledgeList_ExplicitSingleDir (line 394) | func TestRenderKnowledgeList_ExplicitSingleDir(t *testing.T) { function TestRenderKnowledgeList_ExplicitMultipleDirs (line 422) | func TestRenderKnowledgeList_ExplicitMultipleDirs(t *testing.T) { function TestRenderKnowledgeList_ExplicitMissingDir (line 481) | func TestRenderKnowledgeList_ExplicitMissingDir(t *testing.T) { function writeTestFile (line 497) | func writeTestFile(t *testing.T, path, content string) { FILE: cmd/logging.go type TextStyle (line 24) | type TextStyle struct type Color (line 29) | type Color struct FILE: cmd/pterm.go function PTermSetup (line 29) | func PTermSetup() { function StartSources (line 63) | func StartSources(ctx context.Context, cmd *cobra.Command, args []string... function RunRevlinkWarmup (line 89) | func RunRevlinkWarmup(ctx context.Context, oi sdp.OvermindInstance, post... function RunPlan (line 151) | func RunPlan(ctx context.Context, args []string) error { function RunApply (line 180) | func RunApply(ctx context.Context, args []string) error { function snapshotDetail (line 209) | func snapshotDetail(state string, items, edges uint32) string { function natsOptions (line 237) | func natsOptions(ctx context.Context, oi sdp.OvermindInstance, token *oa... function heartbeatOptions (line 267) | func heartbeatOptions(oi sdp.OvermindInstance, token *oauth2.Token) *dis... FILE: cmd/repo.go function DetectRepoURL (line 30) | func DetectRepoURL(detectors []RepoDetector) (string, error) { type RepoDetector (line 71) | type RepoDetector interface type RepoDetectorGithubActions (line 95) | type RepoDetectorGithubActions struct method RequiredEnvVars (line 97) | func (d *RepoDetectorGithubActions) RequiredEnvVars() []string { method DetectRepoURL (line 101) | func (d *RepoDetectorGithubActions) DetectRepoURL(envVars map[string]s... type RepoDetectorJenkins (line 119) | type RepoDetectorJenkins struct method RequiredEnvVars (line 121) | func (d *RepoDetectorJenkins) RequiredEnvVars() []string { method DetectRepoURL (line 125) | func (d *RepoDetectorJenkins) DetectRepoURL(envVars map[string]string)... type RepoDetectorGitlab (line 137) | type RepoDetectorGitlab struct method RequiredEnvVars (line 139) | func (d *RepoDetectorGitlab) RequiredEnvVars() []string { method DetectRepoURL (line 143) | func (d *RepoDetectorGitlab) DetectRepoURL(envVars map[string]string) ... type RepoDetectorCircleCI (line 161) | type RepoDetectorCircleCI struct method RequiredEnvVars (line 163) | func (d *RepoDetectorCircleCI) RequiredEnvVars() []string { method DetectRepoURL (line 167) | func (d *RepoDetectorCircleCI) DetectRepoURL(envVars map[string]string... type RepoDetectorAzureDevOps (line 180) | type RepoDetectorAzureDevOps struct method RequiredEnvVars (line 182) | func (d *RepoDetectorAzureDevOps) RequiredEnvVars() []string { method DetectRepoURL (line 186) | func (d *RepoDetectorAzureDevOps) DetectRepoURL(envVars map[string]str... type RepoDetectorSpacelift (line 202) | type RepoDetectorSpacelift struct method RequiredEnvVars (line 204) | func (d *RepoDetectorSpacelift) RequiredEnvVars() []string { method DetectRepoURL (line 208) | func (d *RepoDetectorSpacelift) DetectRepoURL(envVars map[string]strin... type RepoDetectorGitConfig (line 217) | type RepoDetectorGitConfig struct method RequiredEnvVars (line 222) | func (d *RepoDetectorGitConfig) RequiredEnvVars() []string { method DetectRepoURL (line 227) | func (d *RepoDetectorGitConfig) DetectRepoURL(envVars map[string]strin... type RepoDetectorScalr (line 255) | type RepoDetectorScalr struct method RequiredEnvVars (line 257) | func (d *RepoDetectorScalr) RequiredEnvVars() []string { method DetectRepoURL (line 261) | func (d *RepoDetectorScalr) DetectRepoURL(envVars map[string]string) (... FILE: cmd/repo_test.go type testDetector (line 9) | type testDetector struct method RequiredEnvVars (line 14) | func (d *testDetector) RequiredEnvVars() []string { method DetectRepoURL (line 18) | func (d *testDetector) DetectRepoURL(envVars map[string]string) (strin... function TestDetectRepoURL (line 22) | func TestDetectRepoURL(t *testing.T) { function TestRepoDetectorGithubActions (line 146) | func TestRepoDetectorGithubActions(t *testing.T) { function TestRepoDetectorJenkins (line 189) | func TestRepoDetectorJenkins(t *testing.T) { function TestRepoDetectorGitlab (line 222) | func TestRepoDetectorGitlab(t *testing.T) { function TestRepoDetectorCircleCI (line 274) | func TestRepoDetectorCircleCI(t *testing.T) { function TestRepoDetectorAzureDevOps (line 307) | func TestRepoDetectorAzureDevOps(t *testing.T) { function TestRepoDetectorGitConfig (line 340) | func TestRepoDetectorGitConfig(t *testing.T) { function TestRepoDetectorScalr (line 493) | func TestRepoDetectorScalr(t *testing.T) { FILE: cmd/request.go type requestHandler (line 33) | type requestHandler struct method NewItem (line 51) | func (l *requestHandler) NewItem(ctx context.Context, item *sdp.Item) { method NewEdge (line 60) | func (l *requestHandler) NewEdge(ctx context.Context, edge *sdp.Edge) { method Error (line 72) | func (l *requestHandler) Error(ctx context.Context, errorMessage strin... method QueryError (line 76) | func (l *requestHandler) QueryError(ctx context.Context, err *sdp.Quer... method QueryStatus (line 80) | func (l *requestHandler) QueryStatus(ctx context.Context, status *sdp.... method WaitSnapshotResult (line 108) | func (l *requestHandler) WaitSnapshotResult(ctx context.Context) (*sdp... method WaitBookmarkResult (line 118) | func (l *requestHandler) WaitBookmarkResult(ctx context.Context) (*sdp... method SnapshotLoadResult (line 127) | func (l *requestHandler) SnapshotLoadResult(ctx context.Context, resul... method BookmarkLoadResult (line 132) | func (l *requestHandler) BookmarkLoadResult(ctx context.Context, resul... function init (line 137) | func init() { FILE: cmd/request_load.go function RequestLoad (line 25) | func RequestLoad(cmd *cobra.Command, args []string) error { function init (line 173) | func init() { FILE: cmd/request_query.go function RequestQuery (line 27) | func RequestQuery(cmd *cobra.Command, args []string) error { function MethodFromString (line 143) | func MethodFromString(method string) (sdp.QueryMethod, error) { function CreateQuery (line 159) | func CreateQuery() (*sdp.Query, error) { function init (line 180) | func init() { FILE: cmd/root.go function PreRunSetup (line 54) | func PreRunSetup(cmd *cobra.Command, args []string) { function Execute (line 108) | func Execute() { type ptermLogger (line 188) | type ptermLogger struct method Info (line 190) | func (p *ptermLogger) Info(msg string, keysAndValues ...any) { method Error (line 202) | func (p *ptermLogger) Error(msg string, keysAndValues ...any) { function getChangeUUIDAndCheckStatus (line 215) | func getChangeUUIDAndCheckStatus(ctx context.Context, oi sdp.OvermindIns... function getChangeUUID (line 266) | func getChangeUUID(ctx context.Context, oi sdp.OvermindInstance, ticketL... function getChangeByTicketLinkWithRetry (line 324) | func getChangeByTicketLinkWithRetry(ctx context.Context, oi sdp.Overmind... function parseChangeUrl (line 381) | func parseChangeUrl(changeUrlString string) (uuid.UUID, error) { type flagError (line 397) | type flagError struct method Error (line 401) | func (f flagError) Error() string { type loggedError (line 405) | type loggedError struct method Error (line 411) | func (l loggedError) Error() string { function init (line 415) | func init() { function initConfig (line 461) | func initConfig() { function tracedSettings (line 468) | func tracedSettings() map[string]any { function login (line 493) | func login(ctx context.Context, cmd *cobra.Command, scopes []string, wri... function ensureToken (line 549) | func ensureToken(ctx context.Context, oi sdp.OvermindInstance, requiredS... function getAppUrl (line 597) | func getAppUrl(frontend, app string) string { FILE: cmd/root_test.go type mockLogger (line 16) | type mockLogger struct method Info (line 18) | func (m *mockLogger) Info(msg string, keysAndValues ...any) {} method Error (line 19) | func (m *mockLogger) Error(msg string, keysAndValues ...any) {} function TestParseChangeUrl (line 21) | func TestParseChangeUrl(t *testing.T) { function TestHasScopesFlexible (line 42) | func TestHasScopesFlexible(t *testing.T) { function Test_getAppUrl (line 95) | func Test_getAppUrl(t *testing.T) { function TestSaveTokenFile (line 121) | func TestSaveTokenFile(t *testing.T) { FILE: cmd/snapshots.go function init (line 20) | func init() { FILE: cmd/snapshots_create.go function CreateSnapshot (line 31) | func CreateSnapshot(cmd *cobra.Command, args []string) error { type createSnapshotHandler (line 151) | type createSnapshotHandler struct method NewItem (line 163) | func (h *createSnapshotHandler) NewItem(ctx context.Context, item *sdp... method NewEdge (line 168) | func (h *createSnapshotHandler) NewEdge(ctx context.Context, edge *sdp... function init (line 173) | func init() { FILE: cmd/snapshots_get_snapshot.go function GetSnapshot (line 23) | func GetSnapshot(cmd *cobra.Command, args []string) error { function init (line 75) | func init() { FILE: cmd/terraform.go function init (line 31) | func init() { function planArgsFromApplyArgs (line 53) | func planArgsFromApplyArgs(args []string) []string { function applyArgsFromApplyArgs (line 71) | func applyArgsFromApplyArgs(args []string) []string { FILE: cmd/terraform_apply.go function TerraformApply (line 28) | func TerraformApply(cmd *cobra.Command, args []string) error { function TerraformApplyImpl (line 120) | func TerraformApplyImpl(ctx context.Context, cmd *cobra.Command, oi sdp.... function init (line 256) | func init() { FILE: cmd/terraform_plan.go function TerraformPlan (line 37) | func TerraformPlan(cmd *cobra.Command, args []string) error { function TerraformPlanImpl (line 85) | func TerraformPlanImpl(ctx context.Context, cmd *cobra.Command, oi sdp.O... function supportsOSCHyperlinks (line 471) | func supportsOSCHyperlinks() bool { function envSupportsOSCHyperlinks (line 482) | func envSupportsOSCHyperlinks() bool { function osc8Hyperlink (line 510) | func osc8Hyperlink(url, text string) string { function getTicketLinkFromPlan (line 518) | func getTicketLinkFromPlan(planFile string) (string, error) { function init (line 528) | func init() { FILE: cmd/terraform_plan_test.go function TestOSC8Hyperlink (line 13) | func TestOSC8Hyperlink(t *testing.T) { function TestEnvSupportsOSC8 (line 27) | func TestEnvSupportsOSC8(t *testing.T) { function TestRenderRiskPreview (line 69) | func TestRenderRiskPreview(t *testing.T) { FILE: cmd/theme.go constant MAX_TERMINAL_WIDTH (line 16) | MAX_TERMINAL_WIDTH = 120 type LogoPalette (line 18) | type LogoPalette struct type Palette (line 27) | type Palette struct function InitPalette (line 66) | func InitPalette() { function MarkdownStyle (line 98) | func MarkdownStyle() ansi.StyleConfig { function styleH1 (line 210) | func styleH1() lipgloss.Style { function markdownToString (line 222) | func markdownToString(maxWidth int, markdown string) string { function OkSymbol (line 244) | func OkSymbol() string { function UnknownSymbol (line 251) | func UnknownSymbol() string { function ErrSymbol (line 258) | func ErrSymbol() string { function IndentSymbol (line 265) | func IndentSymbol() string { function getHex (line 273) | func getHex(c color.Color) *string { FILE: cmd/theme_darwin.go function IsConhost (line 6) | func IsConhost() bool { FILE: cmd/theme_linux.go function IsConhost (line 15) | func IsConhost() bool { FILE: cmd/theme_test.go function TestMarkdownToString (line 7) | func TestMarkdownToString(t *testing.T) { FILE: cmd/theme_windows.go function IsConhost (line 8) | func IsConhost() bool { FILE: cmd/version_check.go type githubReleaseResponse (line 24) | type githubReleaseResponse struct function checkVersion (line 33) | func checkVersion(ctx context.Context, currentVersion string) (latestVer... function displayVersionWarning (line 109) | func displayVersionWarning(ctx context.Context, currentVersion string) { FILE: cmd/version_check_test.go function TestCheckVersion (line 12) | func TestCheckVersion(t *testing.T) { function TestCheckVersionErrorScenarios (line 123) | func TestCheckVersionErrorScenarios(t *testing.T) { FILE: go/audit/main.go type contextKey (line 13) | type contextKey struct type AuditData (line 20) | type AuditData struct function AuditDataFromContext (line 28) | func AuditDataFromContext(ctx context.Context) *AuditData { type Option (line 34) | type Option type auditConfig (line 36) | type auditConfig struct function WithExcludePaths (line 42) | func WithExcludePaths(paths ...string) Option { type statusRecorder (line 51) | type statusRecorder struct method WriteHeader (line 57) | func (sr *statusRecorder) WriteHeader(code int) { method Write (line 65) | func (sr *statusRecorder) Write(b []byte) (int, error) { method Unwrap (line 74) | func (sr *statusRecorder) Unwrap() http.ResponseWriter { method Hijack (line 81) | func (sr *statusRecorder) Hijack() (net.Conn, *bufio.ReadWriter, error) { method Flush (line 90) | func (sr *statusRecorder) Flush() { function NewAuditMiddleware (line 102) | func NewAuditMiddleware(logger *log.Logger, opts ...Option) func(next ht... FILE: go/audit/main_test.go function TestAuditMiddleware_AuthenticatedRequest (line 15) | func TestAuditMiddleware_AuthenticatedRequest(t *testing.T) { function TestAuditMiddleware_UnauthenticatedRequest (line 62) | func TestAuditMiddleware_UnauthenticatedRequest(t *testing.T) { function TestAuditMiddleware_ExcludedPath (line 92) | func TestAuditMiddleware_ExcludedPath(t *testing.T) { function TestAuditMiddleware_NonExcludedPathStillLogged (line 116) | func TestAuditMiddleware_NonExcludedPathStillLogged(t *testing.T) { function TestAuditMiddleware_CapturesStatusCode (line 136) | func TestAuditMiddleware_CapturesStatusCode(t *testing.T) { function TestAuditMiddleware_DefaultStatusIs200 (line 163) | func TestAuditMiddleware_DefaultStatusIs200(t *testing.T) { function TestAuditDataFromContext_NilOutsideMiddleware (line 187) | func TestAuditDataFromContext_NilOutsideMiddleware(t *testing.T) { function TestStatusRecorder_Hijack (line 193) | func TestStatusRecorder_Hijack(t *testing.T) { function TestStatusRecorder_HijackNotSupported (line 219) | func TestStatusRecorder_HijackNotSupported(t *testing.T) { function TestStatusRecorder_Flush (line 228) | func TestStatusRecorder_Flush(t *testing.T) { type mockHijackWriter (line 248) | type mockHijackWriter struct method Hijack (line 253) | func (m *mockHijackWriter) Hijack() (net.Conn, *bufio.ReadWriter, erro... type mockFlushWriter (line 257) | type mockFlushWriter struct method Flush (line 262) | func (m *mockFlushWriter) Flush() { FILE: go/auth/auth.go constant UserAgentVersion (line 27) | UserAgentVersion = "0.1" type TokenClient (line 31) | type TokenClient interface type BasicTokenClient (line 42) | type BasicTokenClient struct method GetJWT (line 58) | func (b *BasicTokenClient) GetJWT() (string, error) { method Sign (line 62) | func (b *BasicTokenClient) Sign(in []byte) ([]byte, error) { function NewBasicTokenClient (line 51) | func NewBasicTokenClient(token string, keys nkeys.KeyPair) *BasicTokenCl... type ClientCredentialsConfig (line 69) | type ClientCredentialsConfig struct method TokenSource (line 101) | func (flowConfig ClientCredentialsConfig) TokenSource(ctx context.Cont... type TokenSourceOptionsFunc (line 76) | type TokenSourceOptionsFunc function WithImpersonateAccount (line 84) | func WithImpersonateAccount(account string) TokenSourceOptionsFunc { type Auth0Config (line 128) | type Auth0Config struct method ImpersonationHTTPClient (line 141) | func (c *Auth0Config) ImpersonationHTTPClient(ctx context.Context, acc... type natsTokenClient (line 163) | type natsTokenClient struct method generateKeys (line 181) | func (n *natsTokenClient) generateKeys() error { method generateJWT (line 190) | func (n *natsTokenClient) generateJWT(ctx context.Context) error { method GetJWT (line 249) | func (n *natsTokenClient) GetJWT() (string, error) { method Sign (line 290) | func (n *natsTokenClient) Sign(in []byte) ([]byte, error) { type APIKeyTokenSource (line 303) | type APIKeyTokenSource struct method Token (line 326) | func (ats *APIKeyTokenSource) Token() (*oauth2.Token, error) { function NewAPIKeyTokenSource (line 310) | func NewAPIKeyTokenSource(apiKey string, overmindAPIURL string) *APIKeyT... function NewAPIKeyClient (line 374) | func NewAPIKeyClient(overmindAPIURL string, apiKey string) (*natsTokenCl... function NewStaticTokenClient (line 395) | func NewStaticTokenClient(overmindAPIURL, token, tokenType string) (*nat... function NewOAuthTokenClient (line 420) | func NewOAuthTokenClient(overmindAPIURL string, account string, ts oauth... function NewOAuthTokenClientWithContext (line 437) | func NewOAuthTokenClientWithContext(ctx context.Context, overmindAPIURL ... FILE: go/auth/auth_client.go type AuthenticatedTransport (line 17) | type AuthenticatedTransport struct method RoundTrip (line 24) | func (y *AuthenticatedTransport) RoundTrip(req *http.Request) (*http.R... function NewAuthenticatedClient (line 38) | func NewAuthenticatedClient(ctx context.Context, from *http.Client) *htt... type ContextAwareAuthTransport (line 60) | type ContextAwareAuthTransport struct method RoundTrip (line 66) | func (t *ContextAwareAuthTransport) RoundTrip(req *http.Request) (*htt... function NewContextAwareAuthClient (line 80) | func NewContextAwareAuthClient(from *http.Client) *http.Client { function AuthenticatedAdminClient (line 93) | func AuthenticatedAdminClient(ctx context.Context, apiUrl string) sdpcon... function AuthenticatedApiKeyClient (line 101) | func AuthenticatedApiKeyClient(ctx context.Context, apiUrl string) sdpco... function UnauthenticatedApiKeyClient (line 109) | func UnauthenticatedApiKeyClient(ctx context.Context, apiUrl string) sdp... function AuthenticatedBookmarkClient (line 116) | func AuthenticatedBookmarkClient(ctx context.Context, apiUrl string) sdp... function AuthenticatedChangesClient (line 124) | func AuthenticatedChangesClient(ctx context.Context, apiUrl string) sdpc... function AuthenticatedConfigurationClient (line 132) | func AuthenticatedConfigurationClient(ctx context.Context, apiUrl string... function AuthenticatedManagementClient (line 140) | func AuthenticatedManagementClient(ctx context.Context, apiUrl string) s... function AuthenticatedSnapshotsClient (line 148) | func AuthenticatedSnapshotsClient(ctx context.Context, apiUrl string) sd... function AuthenticatedInviteClient (line 156) | func AuthenticatedInviteClient(ctx context.Context, apiUrl string) sdpco... FILE: go/auth/auth_test.go function TestBasicTokenClient (line 24) | func TestBasicTokenClient(t *testing.T) { function GetTestOAuthTokenClient (line 62) | func GetTestOAuthTokenClient(t *testing.T) *natsTokenClient { function TestOAuthTokenClient (line 104) | func TestOAuthTokenClient(t *testing.T) { type testAPIKeyHandler (line 130) | type testAPIKeyHandler struct method ExchangeKeyForToken (line 135) | func (h *testAPIKeyHandler) ExchangeKeyForToken(ctx context.Context, r... function TestNewAPIKeyTokenSource (line 143) | func TestNewAPIKeyTokenSource(t *testing.T) { function GetWorkingTokenExchange (line 163) | func GetWorkingTokenExchange() (string, error) { function testURL (line 183) | func testURL(testURL string) error { FILE: go/auth/context_aware_auth_test.go function TestContextAwareAuthTransport_InjectsToken (line 10) | func TestContextAwareAuthTransport_InjectsToken(t *testing.T) { function TestContextAwareAuthTransport_NoToken (line 32) | func TestContextAwareAuthTransport_NoToken(t *testing.T) { function TestContextAwareAuthTransport_DifferentTokensPerRequest (line 53) | func TestContextAwareAuthTransport_DifferentTokensPerRequest(t *testing.... FILE: go/auth/gcpauth.go constant GoogleAuthPlugin (line 24) | GoogleAuthPlugin = "custom_gcp" function init (line 27) | func init() { type googleAuthProvider (line 35) | type googleAuthProvider struct method WrapTransport (line 39) | func (g *googleAuthProvider) WrapTransport(rt http.RoundTripper) http.... method Login (line 45) | func (g *googleAuthProvider) Login() error { return nil } function newGoogleAuthProvider (line 47) | func newGoogleAuthProvider(addr string, config map[string]string, persis... FILE: go/auth/mcpoauth.go function NewMCPOAuthMetadataHandler (line 21) | func NewMCPOAuthMetadataHandler(auth0Domain, issuerURL, registrationEndp... function NewMCPDCRHandler (line 54) | func NewMCPDCRHandler(clientID string) http.Handler { function NewMCPPRMHandler (line 112) | func NewMCPPRMHandler(authorizationServerURL, resourceURL string, scopes... function IsLocalhostRedirect (line 138) | func IsLocalhostRedirect(raw string) bool { FILE: go/auth/mcpoauth_test.go function TestNewMCPOAuthMetadataHandler (line 11) | func TestNewMCPOAuthMetadataHandler(t *testing.T) { function TestNewMCPDCRHandler (line 58) | func TestNewMCPDCRHandler(t *testing.T) { function TestNewMCPDCRHandler_MethodNotAllowed (line 95) | func TestNewMCPDCRHandler_MethodNotAllowed(t *testing.T) { function TestNewMCPDCRHandler_FiltersNonLocalhostRedirects (line 107) | func TestNewMCPDCRHandler_FiltersNonLocalhostRedirects(t *testing.T) { function TestNewMCPPRMHandler (line 132) | func TestNewMCPPRMHandler(t *testing.T) { function TestIsLocalhostRedirect (line 179) | func TestIsLocalhostRedirect(t *testing.T) { FILE: go/auth/middleware.go type ScopeCheckBypassedContextKey (line 29) | type ScopeCheckBypassedContextKey struct type CustomClaimsContextKey (line 33) | type CustomClaimsContextKey struct type AccountNameContextKey (line 37) | type AccountNameContextKey struct type UserTokenContextKey (line 40) | type UserTokenContextKey struct type CurrentSubjectContextKey (line 44) | type CurrentSubjectContextKey struct type ValidatedClaimsContextKey (line 49) | type ValidatedClaimsContextKey struct type MiddlewareConfig (line 52) | type MiddlewareConfig struct function HasScopes (line 84) | func HasScopes(ctx context.Context, requiredScopes ...string) bool { function HasAllScopes (line 90) | func HasAllScopes(ctx context.Context, requiredScopes ...string) bool { function HasAnyScopes (line 122) | func HasAnyScopes(ctx context.Context, requiredScopes ...string) bool { function ExtractAccount (line 159) | func ExtractAccount(ctx context.Context) (string, error) { function NewAuthMiddleware (line 179) | func NewAuthMiddleware(config MiddlewareConfig, next http.Handler) http.... type OverrideAuthOptionFunc (line 216) | type OverrideAuthOptionFunc function WithScope (line 221) | func WithScope(scope string) OverrideAuthOptionFunc { function WithAccount (line 228) | func WithAccount(account string) OverrideAuthOptionFunc { function WithSubject (line 236) | func WithSubject(subject string) OverrideAuthOptionFunc { function WithValidatedClaims (line 250) | func WithValidatedClaims(claims *validator.ValidatedClaims) OverrideAuth... function WithBypassScopeCheck (line 263) | func WithBypassScopeCheck() OverrideAuthOptionFunc { function OverrideAuth (line 274) | func OverrideAuth(ctx context.Context, opts ...OverrideAuthOptionFunc) c... function withCustomClaims (line 281) | func withCustomClaims(modify func(*CustomClaims)) OverrideAuthOptionFunc { function ensureValidTokenHandler (line 315) | func ensureValidTokenHandler(config MiddlewareConfig, next http.Handler)... function WithResourceMetadata (line 527) | func WithResourceMetadata(resourceMetadataURL string, next http.Handler)... type resourceMetadataWriter (line 536) | type resourceMetadataWriter struct method WriteHeader (line 542) | func (w *resourceMetadataWriter) WriteHeader(statusCode int) { method Write (line 553) | func (w *resourceMetadataWriter) Write(b []byte) (int, error) { method Unwrap (line 562) | func (w *resourceMetadataWriter) Unwrap() http.ResponseWriter { type CustomClaims (line 567) | type CustomClaims struct method HasScope (line 573) | func (c CustomClaims) HasScope(expectedScope string) bool { method Validate (line 580) | func (c CustomClaims) Validate(ctx context.Context) error { FILE: go/auth/middleware_test.go function TestHasScopes (line 23) | func TestHasScopes(t *testing.T) { function TestNewAuthMiddleware (line 121) | func TestNewAuthMiddleware(t *testing.T) { function TestBypassAuthInjectsSubject (line 458) | func TestBypassAuthInjectsSubject(t *testing.T) { function TestWithSubject (line 512) | func TestWithSubject(t *testing.T) { function TestOverrideAuth (line 571) | func TestOverrideAuth(t *testing.T) { function BenchmarkAuthMiddleware (line 657) | func BenchmarkAuthMiddleware(b *testing.B) { function NewTestJWTServer (line 697) | func NewTestJWTServer() (*TestJWTServer, error) { type TestJWTServer (line 740) | type TestJWTServer struct method GenerateJWT (line 755) | func (s *TestJWTServer) GenerateJWT(options *TestTokenOptions) (string... method Start (line 773) | func (s *TestJWTServer) Start(ctx context.Context) string { type TestTokenOptions (line 748) | type TestTokenOptions struct function TestWithResourceMetadata (line 812) | func TestWithResourceMetadata(t *testing.T) { function TestConnectErrorHandling (line 901) | func TestConnectErrorHandling(t *testing.T) { function TestAuthMiddleware_PopulatesAuditData (line 999) | func TestAuthMiddleware_PopulatesAuditData(t *testing.T) { FILE: go/auth/nats.go constant MaxReconnectsDefault (line 15) | MaxReconnectsDefault = -1 constant ReconnectWaitDefault (line 16) | ReconnectWaitDefault = 1 * time.Second constant ReconnectJitterDefault (line 17) | ReconnectJitterDefault = 5 * time.Second constant ConnectionTimeoutDefault (line 18) | ConnectionTimeoutDefault = 10 * time.Second type MaxRetriesError (line 20) | type MaxRetriesError struct method Error (line 22) | func (m MaxRetriesError) Error() string { function fieldsFromConn (line 26) | func fieldsFromConn(c *nats.Conn) log.Fields { type NATSOptions (line 84) | type NATSOptions struct method Copy (line 105) | func (o NATSOptions) Copy() NATSOptions { method ToNatsOptions (line 127) | func (o NATSOptions) ToNatsOptions() (string, []nats.Option) { method Connect (line 208) | func (o NATSOptions) Connect() (sdp.EncodedConnection, error) { FILE: go/auth/nats_test.go function TestToNatsOptions (line 17) | func TestToNatsOptions(t *testing.T) { function TestNATSConnect (line 206) | func TestNATSConnect(t *testing.T) { function TestTokenRefresh (line 326) | func TestTokenRefresh(t *testing.T) { function ValidateNATSConnection (line 369) | func ValidateNATSConnection(t *testing.T, ec sdp.EncodedConnection) { function optionsToStruct (line 411) | func optionsToStruct(options []nats.Option) (nats.Options, error) { FILE: go/auth/tracing.go constant instrumentationName (line 10) | instrumentationName = "github.com/overmindtech/cli/go/auth" constant instrumentationVersion (line 11) | instrumentationVersion = "0.0.1" FILE: go/cliauth/cliauth.go type Logger (line 33) | type Logger interface function ConfirmUntrustedHost (line 45) | func ConfirmUntrustedHost(appURL string, hasAPIKey bool, stdin io.Reader... type TokenFile (line 81) | type TokenFile struct type TokenEntry (line 86) | type TokenEntry struct function ReadLocalToken (line 93) | func ReadLocalToken(homeDir, app string, requiredScopes []string, log Lo... function SaveLocalToken (line 154) | func SaveLocalToken(homeDir, app string, token *oauth2.Token, log Logger... function HasScopesFlexible (line 213) | func HasScopesFlexible(token *oauth2.Token, requiredScopes []string) (bo... function ExtractClaims (line 247) | func ExtractClaims(token string) (*auth.CustomClaims, error) { function GetOauthToken (line 270) | func GetOauthToken(ctx context.Context, oi sdp.OvermindInstance, app str... function GetAPIKeyToken (line 346) | func GetAPIKeyToken(ctx context.Context, oi sdp.OvermindInstance, app, a... function GetToken (line 381) | func GetToken(ctx context.Context, oi sdp.OvermindInstance, app, apiKey ... FILE: go/cliauth/cliauth_test.go type mockLogger (line 18) | type mockLogger struct method Info (line 23) | func (m *mockLogger) Info(msg string, keysAndValues ...any) { method Error (line 27) | func (m *mockLogger) Error(msg string, keysAndValues ...any) { function TestExtractClaims (line 31) | func TestExtractClaims(t *testing.T) { function TestExtractClaimsInvalidJWT (line 44) | func TestExtractClaimsInvalidJWT(t *testing.T) { function TestExtractClaimsInvalidBase64 (line 51) | func TestExtractClaimsInvalidBase64(t *testing.T) { function TestHasScopesFlexible (line 58) | func TestHasScopesFlexible(t *testing.T) { function TestHasScopesFlexibleNilToken (line 123) | func TestHasScopesFlexibleNilToken(t *testing.T) { function TestReadWriteLocalToken (line 130) | func TestReadWriteLocalToken(t *testing.T) { function TestReadLocalTokenWrongApp (line 169) | func TestReadLocalTokenWrongApp(t *testing.T) { function TestReadLocalTokenInsufficientScopes (line 194) | func TestReadLocalTokenInsufficientScopes(t *testing.T) { function TestReadLocalTokenFileNotFound (line 219) | func TestReadLocalTokenFileNotFound(t *testing.T) { function TestSaveLocalTokenSecurePermissions (line 233) | func TestSaveLocalTokenSecurePermissions(t *testing.T) { function TestSaveLocalTokenNilMap (line 268) | func TestSaveLocalTokenNilMap(t *testing.T) { function TestReadLocalTokenNilEntry (line 306) | func TestReadLocalTokenNilEntry(t *testing.T) { function TestReadLocalTokenNilToken (line 332) | func TestReadLocalTokenNilToken(t *testing.T) { function TestSaveLocalTokenOverwriteExisting (line 358) | func TestSaveLocalTokenOverwriteExisting(t *testing.T) { function TestSaveLocalTokenMultipleApps (line 395) | func TestSaveLocalTokenMultipleApps(t *testing.T) { function TestNoSliceMutationInScopeMerge (line 441) | func TestNoSliceMutationInScopeMerge(t *testing.T) { function TestConfirmUntrustedHost_TrustedSkipsPrompt (line 462) | func TestConfirmUntrustedHost_TrustedSkipsPrompt(t *testing.T) { function TestConfirmUntrustedHost_UntrustedPrompts (line 480) | func TestConfirmUntrustedHost_UntrustedPrompts(t *testing.T) { function TestConfirmUntrustedHost_PipedInputWithoutNewline (line 545) | func TestConfirmUntrustedHost_PipedInputWithoutNewline(t *testing.T) { function TestConfirmUntrustedHost_WarningMentionsAPIKey (line 563) | func TestConfirmUntrustedHost_WarningMentionsAPIKey(t *testing.T) { function createTestJWT (line 573) | func createTestJWT(scopes string) string { FILE: go/discovery/adapter.go type Adapter (line 20) | type Adapter interface type ListableAdapter (line 44) | type ListableAdapter interface type ListStreamableAdapter (line 52) | type ListStreamableAdapter interface type SearchStreamableAdapter (line 58) | type SearchStreamableAdapter interface type CachingAdapter (line 64) | type CachingAdapter interface type SearchableAdapter (line 70) | type SearchableAdapter interface type HiddenAdapter (line 84) | type HiddenAdapter interface type WildcardScopeAdapter (line 98) | type WildcardScopeAdapter interface type QueryResultStream (line 114) | type QueryResultStream interface type QueryResultStreamWithHandlers (line 129) | type QueryResultStreamWithHandlers struct method SendItem (line 158) | func (qrs *QueryResultStreamWithHandlers) SendItem(item *sdp.Item) { method SendError (line 163) | func (qrs *QueryResultStreamWithHandlers) SendError(err error) { type ItemHandler (line 139) | type ItemHandler type ErrHandler (line 143) | type ErrHandler function NewQueryResultStream (line 148) | func NewQueryResultStream(itemHandler ItemHandler, errHandler ErrHandler... type RecordingQueryResultStream (line 167) | type RecordingQueryResultStream struct method SendItem (line 183) | func (r *RecordingQueryResultStream) SendItem(item *sdp.Item) { method GetItems (line 189) | func (r *RecordingQueryResultStream) GetItems() []*sdp.Item { method SendError (line 195) | func (r *RecordingQueryResultStream) SendError(err error) { method GetErrors (line 201) | func (r *RecordingQueryResultStream) GetErrors() []error { function NewRecordingQueryResultStream (line 176) | func NewRecordingQueryResultStream() *RecordingQueryResultStream { FILE: go/discovery/adapter_test.go function TestEngineAddAdapters (line 13) | func TestEngineAddAdapters(t *testing.T) { function TestGet (line 31) | func TestGet(t *testing.T) { function TestList (line 251) | func TestList(t *testing.T) { function TestSearch (line 277) | func TestSearch(t *testing.T) { function TestListSearchCaching (line 304) | func TestListSearchCaching(t *testing.T) { function TestSearchGetCaching (line 614) | func TestSearchGetCaching(t *testing.T) { function TestNewQueryResultStream (line 692) | func TestNewQueryResultStream(t *testing.T) { FILE: go/discovery/adapterhost.go type AdapterHost (line 17) | type AdapterHost struct method AddAdapters (line 37) | func (sh *AdapterHost) AddAdapters(adapters ...Adapter) error { method Adapters (line 72) | func (sh *AdapterHost) Adapters() []Adapter { method VisibleAdapters (line 84) | func (sh *AdapterHost) VisibleAdapters() []Adapter { method AdaptersByType (line 104) | func (sh *AdapterHost) AdaptersByType(typ string) []Adapter { method ExpandQuery (line 133) | func (sh *AdapterHost) ExpandQuery(q *sdp.Query) map[*sdp.Query]Adapter { method ClearAllAdapters (line 198) | func (sh *AdapterHost) ClearAllAdapters() { function NewAdapterHost (line 25) | func NewAdapterHost() *AdapterHost { FILE: go/discovery/adapterhost_bench_test.go function BenchmarkAddAdapters_GCPScenario (line 19) | func BenchmarkAddAdapters_GCPScenario(b *testing.B) { function BenchmarkAddAdapters_Scaling (line 61) | func BenchmarkAddAdapters_Scaling(b *testing.B) { function BenchmarkAddAdapters_IncrementalAdd (line 91) | func BenchmarkAddAdapters_IncrementalAdd(b *testing.B) { function generateGCPLikeAdapters (line 128) | func generateGCPLikeAdapters(projects, regions, zones, typesPerScope int... function generateProjectAdapters (line 180) | func generateProjectAdapters(projectNum, regions, zones, typesPerScope i... function generateSimpleAdapters (line 227) | func generateSimpleAdapters(n int) []Adapter { type BenchmarkListAdapter (line 242) | type BenchmarkListAdapter struct method List (line 248) | func (b *BenchmarkListAdapter) List(ctx context.Context, scope string,... function generateBenchmarkGCPLikeAdapters (line 301) | func generateBenchmarkGCPLikeAdapters(projects, regions, zones, typesPer... function newBenchmarkEngine (line 363) | func newBenchmarkEngine(adapters ...Adapter) (*Engine, error) { function TestAddAdapters_LargeScale (line 391) | func TestAddAdapters_LargeScale(t *testing.T) { function TestMemoryFootprint_EnterpriseScale (line 435) | func TestMemoryFootprint_EnterpriseScale(t *testing.T) { function TestMemoryFootprint_WithListQueries (line 523) | func TestMemoryFootprint_WithListQueries(t *testing.T) { function BenchmarkMemoryFootprint_WithStats (line 678) | func BenchmarkMemoryFootprint_WithStats(b *testing.B) { function BenchmarkMemoryFootprint_WithListQueries (line 737) | func BenchmarkMemoryFootprint_WithListQueries(b *testing.B) { FILE: go/discovery/adapterhost_test.go function TestAdapterHostExpandQuery (line 9) | func TestAdapterHostExpandQuery(t *testing.T) { function TestAdapterHostAddAdapters (line 176) | func TestAdapterHostAddAdapters(t *testing.T) { function TestAdapterHostExpandQuery_WildcardScope (line 191) | func TestAdapterHostExpandQuery_WildcardScope(t *testing.T) { type TestWildcardAdapter (line 354) | type TestWildcardAdapter struct method SupportsWildcardScope (line 360) | func (t *TestWildcardAdapter) SupportsWildcardScope() bool { FILE: go/discovery/cmd.go constant defaultApp (line 25) | defaultApp = "https://app.overmind.tech" function AddEngineFlags (line 27) | func AddEngineFlags(command *cobra.Command) { function EngineConfigFromViper (line 64) | func EngineConfigFromViper(engineType, version string) (*EngineConfig, e... function MapFromEngineConfig (line 199) | func MapFromEngineConfig(ec *EngineConfig) map[string]any { method CreateClients (line 232) | func (ec *EngineConfig) CreateClients() error { FILE: go/discovery/cmd_test.go function TestEngineConfigFromViper (line 16) | func TestEngineConfigFromViper(t *testing.T) { function getHostname (line 229) | func getHostname(t *testing.T) string { FILE: go/discovery/engine.go constant DefaultMaxRequestTimeout (line 29) | DefaultMaxRequestTimeout = 5 * time.Minute constant DefaultConnectionWatchInterval (line 30) | DefaultConnectionWatchInterval = 3 * time.Second type HeartbeatClient (line 35) | type HeartbeatClient interface type HeartbeatOptions (line 39) | type HeartbeatOptions struct type EngineConfig (line 55) | type EngineConfig struct type Engine (line 93) | type Engine struct method TrackQuery (line 191) | func (e *Engine) TrackQuery(uuid uuid.UUID, qt *QueryTracker) { method GetTrackedQuery (line 199) | func (e *Engine) GetTrackedQuery(uuid uuid.UUID) (*QueryTracker, error) { method DeleteTrackedQuery (line 211) | func (e *Engine) DeleteTrackedQuery(uuid [16]byte) { method AddAdapters (line 218) | func (e *Engine) AddAdapters(adapters ...Adapter) error { method connect (line 223) | func (e *Engine) connect() error { method disconnect (line 320) | func (e *Engine) disconnect() { method Start (line 338) | func (e *Engine) Start(ctx context.Context) error { method subscribe (line 362) | func (e *Engine) subscribe(subject string, handler nats.MsgHandler) er... method Stop (line 391) | func (e *Engine) Stop() error { method Restart (line 406) | func (e *Engine) Restart(ctx context.Context) error { method IsNATSConnected (line 420) | func (e *Engine) IsNATSConnected() bool { method LivenessHealthCheck (line 438) | func (e *Engine) LivenessHealthCheck(ctx context.Context) error { method ReadinessHealthCheck (line 506) | func (e *Engine) ReadinessHealthCheck(ctx context.Context) error { method HandleCancelQuery (line 532) | func (e *Engine) HandleCancelQuery(ctx context.Context, cancelQuery *s... method HandleLogRecordsRequest (line 561) | func (e *Engine) HandleLogRecordsRequest(ctx context.Context, replyTo ... method HandleLogRecordsRequestWithErrors (line 634) | func (e *Engine) HandleLogRecordsRequestWithErrors(ctx context.Context... method ClearAdapters (line 696) | func (e *Engine) ClearAdapters() { method SetLogAdapter (line 709) | func (e *Engine) SetLogAdapter(adapter LogAdapter) error { method GetAvailableScopesAndMetadata (line 727) | func (e *Engine) GetAvailableScopesAndMetadata() ([]string, []*sdp.Ada... method AdaptersByType (line 749) | func (e *Engine) AdaptersByType(typ string) []Adapter { method SetInitError (line 765) | func (e *Engine) SetInitError(err error) { method GetInitError (line 773) | func (e *Engine) GetInitError() error { method MarkAdaptersInitialized (line 783) | func (e *Engine) MarkAdaptersInitialized() { method AreAdaptersInitialized (line 788) | func (e *Engine) AreAdaptersInitialized() bool { method InitialiseAdapters (line 808) | func (e *Engine) InitialiseAdapters(ctx context.Context, initFn func(c... method LivenessProbeHandlerFunc (line 855) | func (e *Engine) LivenessProbeHandlerFunc() func(http.ResponseWriter, ... method SetReadinessCheck (line 872) | func (e *Engine) SetReadinessCheck(check func(context.Context) error) { method ReadinessProbeHandlerFunc (line 881) | func (e *Engine) ReadinessProbeHandlerFunc() func(http.ResponseWriter,... method ServeHealthProbes (line 900) | func (e *Engine) ServeHealthProbes(port int) { function NewEngine (line 174) | func NewEngine(engineConfig *EngineConfig) (*Engine, error) { function IsWildcard (line 703) | func IsWildcard(s string) bool { FILE: go/discovery/engine_initerror_test.go function TestSetInitError (line 16) | func TestSetInitError(t *testing.T) { function TestGetInitError (line 31) | func TestGetInitError(t *testing.T) { function TestSetInitErrorNil (line 51) | func TestSetInitErrorNil(t *testing.T) { function TestInitErrorConcurrentAccess (line 69) | func TestInitErrorConcurrentAccess(t *testing.T) { function TestReadinessHealthCheckWithInitError (line 110) | func TestReadinessHealthCheckWithInitError(t *testing.T) { function TestSendHeartbeatWithInitError (line 158) | func TestSendHeartbeatWithInitError(t *testing.T) { function TestSendHeartbeatWithInitErrorAndCustomError (line 209) | func TestSendHeartbeatWithInitErrorAndCustomError(t *testing.T) { function TestInitialiseAdapters_Success (line 265) | func TestInitialiseAdapters_Success(t *testing.T) { function TestInitialiseAdapters_RetryThenSuccess (line 301) | func TestInitialiseAdapters_RetryThenSuccess(t *testing.T) { function TestInitialiseAdapters_ContextCancelled (line 334) | func TestInitialiseAdapters_ContextCancelled(t *testing.T) { function TestReadinessFailsBeforeInitialization (line 377) | func TestReadinessFailsBeforeInitialization(t *testing.T) { function TestReadinessPassesAfterInitialization (line 404) | func TestReadinessPassesAfterInitialization(t *testing.T) { function TestHeartbeatIncludesUninitializedError (line 429) | func TestHeartbeatIncludesUninitializedError(t *testing.T) { function TestHeartbeatClearsAfterInitialization (line 471) | func TestHeartbeatClearsAfterInitialization(t *testing.T) { function TestInitialiseAdapters_SetsInitializedFlag (line 510) | func TestInitialiseAdapters_SetsInitializedFlag(t *testing.T) { function TestInitialiseAdapters_DoesNotSetFlagOnFailure (line 539) | func TestInitialiseAdapters_DoesNotSetFlagOnFailure(t *testing.T) { FILE: go/discovery/engine_test.go function newEngine (line 20) | func newEngine(t *testing.T, name string, no *auth.NATSOptions, eConn sd... function newStartedEngine (line 64) | func newStartedEngine(t *testing.T, name string, no *auth.NATSOptions, e... function TestTrackQuery (line 84) | func TestTrackQuery(t *testing.T) { function TestDeleteTrackedQuery (line 153) | func TestDeleteTrackedQuery(t *testing.T) { function TestNats (line 195) | func TestNats(t *testing.T) { function TestNatsCancel (line 295) | func TestNatsCancel(t *testing.T) { function TestNatsConnections (line 383) | func TestNatsConnections(t *testing.T) { function TestNATSFailureRestart (line 537) | func TestNATSFailureRestart(t *testing.T) { function TestNatsAuth (line 611) | func TestNatsAuth(t *testing.T) { function TestSetupMaxQueryTimeout (line 693) | func TestSetupMaxQueryTimeout(t *testing.T) { function TestEngineHealthCheckHandlesNilConnection (line 720) | func TestEngineHealthCheckHandlesNilConnection(t *testing.T) { function assertHealthCheckDoesNotPanic (line 739) | func assertHealthCheckDoesNotPanic(t *testing.T, e *Engine) { function GetTestOAuthTokenClient (line 759) | func GetTestOAuthTokenClient(t *testing.T, account string) auth.TokenCli... FILE: go/discovery/enginerequests.go function NewItemSubject (line 30) | func NewItemSubject() string { function NewResponseSubject (line 36) | func NewResponseSubject() string { method HandleQuery (line 42) | func (e *Engine) HandleQuery(ctx context.Context, query *sdp.Query) { function compactGoroutineProfile (line 177) | func compactGoroutineProfile(s string) string { function captureGoroutineSummary (line 191) | func captureGoroutineSummary(maxBytes int) string { method ExecuteQuery (line 228) | func (e *Engine) ExecuteQuery(ctx context.Context, query *sdp.Query, res... method Execute (line 456) | func (e *Engine) Execute(ctx context.Context, q *sdp.Query, adapter Adap... function queryResponseFromError (line 699) | func queryResponseFromError(err error, q *sdp.Query, adapter Adapter, so... FILE: go/discovery/enginerequests_test.go method executeQuerySync (line 24) | func (e *Engine) executeQuerySync(ctx context.Context, q *sdp.Query) ([]... type cancelBlockingGetAdapter (line 50) | type cancelBlockingGetAdapter struct method Type (line 62) | func (a *cancelBlockingGetAdapter) Type() string { method Name (line 66) | func (a *cancelBlockingGetAdapter) Name() string { method Scopes (line 70) | func (a *cancelBlockingGetAdapter) Scopes() []string { method Metadata (line 74) | func (a *cancelBlockingGetAdapter) Metadata() *sdp.AdapterMetadata { method Get (line 81) | func (a *cancelBlockingGetAdapter) Get(ctx context.Context, scope, que... function newCancelBlockingGetAdapter (line 56) | func newCancelBlockingGetAdapter() *cancelBlockingGetAdapter { function TestExecuteQuery_CancelledContextDoesNotPanicOnChannelClose (line 87) | func TestExecuteQuery_CancelledContextDoesNotPanicOnChannelClose(t *test... type foreverBlockingGetAdapter (line 140) | type foreverBlockingGetAdapter struct method Type (line 155) | func (a *foreverBlockingGetAdapter) Type() string { return ... method Name (line 156) | func (a *foreverBlockingGetAdapter) Name() string { return ... method Scopes (line 157) | func (a *foreverBlockingGetAdapter) Scopes() []string { return ... method Metadata (line 158) | func (a *foreverBlockingGetAdapter) Metadata() *sdp.AdapterMetadata { method Get (line 165) | func (a *foreverBlockingGetAdapter) Get(_ context.Context, _, _ string... function newForeverBlockingGetAdapter (line 148) | func newForeverBlockingGetAdapter() *foreverBlockingGetAdapter { function TestExecuteQuery_SafetyTimeoutClosesResponsesWithoutPanic (line 171) | func TestExecuteQuery_SafetyTimeoutClosesResponsesWithoutPanic(t *testin... function TestExecuteQuery (line 238) | func TestExecuteQuery(t *testing.T) { function TestHandleQuery (line 401) | func TestHandleQuery(t *testing.T) { function TestWildcardAdapterExpansion (line 481) | func TestWildcardAdapterExpansion(t *testing.T) { function TestSendQuerySync (line 526) | func TestSendQuerySync(t *testing.T) { function TestExpandQuery (line 585) | func TestExpandQuery(t *testing.T) { FILE: go/discovery/execute_query_trace_test.go function startEmbeddedNATSServer (line 22) | func startEmbeddedNATSServer(t *testing.T) string { function setupTestTracer (line 37) | func setupTestTracer(t *testing.T) *tracetest.InMemoryExporter { function countExceptionEvents (line 53) | func countExceptionEvents(spans []tracetest.SpanStub) int { type streamTwoSDPQueryErrorsAdapter (line 70) | type streamTwoSDPQueryErrorsAdapter struct method ListStream (line 74) | func (a *streamTwoSDPQueryErrorsAdapter) ListStream(ctx context.Contex... type plainErrOnGetAdapter (line 89) | type plainErrOnGetAdapter struct method Get (line 93) | func (a *plainErrOnGetAdapter) Get(ctx context.Context, scope string, ... function TestExecute_FirstSDPQueryErrorDoesNotRecordExceptionEvent (line 101) | func TestExecute_FirstSDPQueryErrorDoesNotRecordExceptionEvent(t *testin... function TestExecute_SecondSDPQueryErrorRecordsExceptionEvent (line 142) | func TestExecute_SecondSDPQueryErrorRecordsExceptionEvent(t *testing.T) { function TestExecute_PlainErrorStillRecordsExceptionEvent (line 183) | func TestExecute_PlainErrorStillRecordsExceptionEvent(t *testing.T) { FILE: go/discovery/getfindmutex.go type GetListMutex (line 16) | type GetListMutex struct method GetLock (line 25) | func (g *GetListMutex) GetLock(scope string, typ string) { method GetUnlock (line 31) | func (g *GetListMutex) GetUnlock(scope string, typ string) { method ListLock (line 39) | func (g *GetListMutex) ListLock(scope string, typ string) { method ListUnlock (line 44) | func (g *GetListMutex) ListUnlock(scope string, typ string) { method mutexFor (line 50) | func (g *GetListMutex) mutexFor(scope string, typ string) *sync.RWMutex { method keyName (line 78) | func (g *GetListMutex) keyName(scope string, typ string) string { FILE: go/discovery/getfindmutex_test.go function TestGetLock (line 10) | func TestGetLock(t *testing.T) { FILE: go/discovery/heartbeat.go constant DefaultHeartbeatFrequency (line 17) | DefaultHeartbeatFrequency = 5 * time.Minute method SendHeartbeat (line 27) | func (e *Engine) SendHeartbeat(ctx context.Context, customErr error) err... method StartSendingHeartbeats (line 138) | func (e *Engine) StartSendingHeartbeats(ctx context.Context) { FILE: go/discovery/heartbeat_test.go type testHeartbeatClient (line 14) | type testHeartbeatClient struct method SubmitSourceHeartbeat (line 21) | func (t testHeartbeatClient) SubmitSourceHeartbeat(ctx context.Context... function TestHeartbeats (line 26) | func TestHeartbeats(t *testing.T) { function TestSendHeartbeatNilManagementClient (line 188) | func TestSendHeartbeatNilManagementClient(t *testing.T) { FILE: go/discovery/item_tests.go function TestValidateItem (line 15) | func TestValidateItem(t *testing.T, i *sdp.Item) { function TestValidateItems (line 96) | func TestValidateItems(t *testing.T, is []*sdp.Item) { FILE: go/discovery/logs.go type LogAdapter (line 16) | type LogAdapter interface type LogRecordsStream (line 49) | type LogRecordsStream interface type LogRecordsStreamImpl (line 63) | type LogRecordsStreamImpl struct method Send (line 78) | func (s *LogRecordsStreamImpl) Send(ctx context.Context, r *sdp.GetLog... FILE: go/discovery/logs_test.go type testLogAdapter (line 12) | type testLogAdapter struct method Get (line 22) | func (t *testLogAdapter) Get(ctx context.Context, request *sdp.GetLogR... method Scopes (line 60) | func (t *testLogAdapter) Scopes() []string { function TestLogAdapter_HappyPath (line 64) | func TestLogAdapter_HappyPath(t *testing.T) { function TestLogAdapter_Validation_Scope (line 197) | func TestLogAdapter_Validation_Scope(t *testing.T) { function TestLogAdapter_Validation_Empty (line 266) | func TestLogAdapter_Validation_Empty(t *testing.T) { function TestLogAdapter_Validation_NoReplyTo (line 335) | func TestLogAdapter_Validation_NoReplyTo(t *testing.T) { FILE: go/discovery/main_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: go/discovery/nats_shared_test.go function SkipWithoutNats (line 28) | func SkipWithoutNats(t *testing.T) { function SkipWithoutNatsAuth (line 46) | func SkipWithoutNatsAuth(t *testing.T) { function SkipWithoutTokenExchange (line 64) | func SkipWithoutTokenExchange(t *testing.T) { function GetWorkingTokenExchange (line 81) | func GetWorkingTokenExchange() (string, error) { function testURL (line 93) | func testURL(testURL string) error { FILE: go/discovery/nats_watcher.go type WatchableConnection (line 14) | type WatchableConnection interface type NATSWatcher (line 20) | type NATSWatcher struct method Start (line 44) | func (w *NATSWatcher) Start(checkInterval time.Duration) { method Stop (line 116) | func (w *NATSWatcher) Stop() { FILE: go/discovery/nats_watcher_test.go type TestConnection (line 11) | type TestConnection struct method Status (line 18) | func (t *TestConnection) Status() nats.Status { method Stats (line 24) | func (t *TestConnection) Stats() nats.Statistics { method LastError (line 30) | func (t *TestConnection) LastError() error { function TestNATSWatcher (line 36) | func TestNATSWatcher(t *testing.T) { function TestFailureHandler (line 89) | func TestFailureHandler(t *testing.T) { function TestReconnectionTimeout (line 131) | func TestReconnectionTimeout(t *testing.T) { function TestReconnectionTimeoutNotTriggeredWhenConnected (line 172) | func TestReconnectionTimeoutNotTriggeredWhenConnected(t *testing.T) { function TestReconnectionTimeoutDisabled (line 217) | func TestReconnectionTimeoutDisabled(t *testing.T) { function TestFailureHandlerNotCalledRepeatedly (line 256) | func TestFailureHandlerNotCalledRepeatedly(t *testing.T) { function TestStartWithNilConnection (line 306) | func TestStartWithNilConnection(t *testing.T) { function TestStartWithNilWatcher (line 322) | func TestStartWithNilWatcher(t *testing.T) { function TestReconnectionTimeoutWithConnectingState (line 333) | func TestReconnectionTimeoutWithConnectingState(t *testing.T) { function TestMultipleDisconnectionCycles (line 374) | func TestMultipleDisconnectionCycles(t *testing.T) { function TestStopBeforeStart (line 435) | func TestStopBeforeStart(t *testing.T) { function TestStopMultipleTimes (line 447) | func TestStopMultipleTimes(t *testing.T) { function TestHandlerResetAfterReconnection (line 472) | func TestHandlerResetAfterReconnection(t *testing.T) { function TestCLOSEDStatusTriggersImmediately (line 533) | func TestCLOSEDStatusTriggersImmediately(t *testing.T) { FILE: go/discovery/nil_publisher.go type NilConnection (line 17) | type NilConnection struct method Publish (line 23) | func (n NilConnection) Publish(ctx context.Context, subj string, m pro... method PublishRequest (line 33) | func (n NilConnection) PublishRequest(ctx context.Context, subj, reply... method PublishMsg (line 44) | func (n NilConnection) PublishMsg(ctx context.Context, msg *nats.Msg) ... method Subscribe (line 54) | func (n NilConnection) Subscribe(subj string, cb nats.MsgHandler) (*na... method QueueSubscribe (line 63) | func (n NilConnection) QueueSubscribe(subj, queue string, cb nats.MsgH... method RequestMsg (line 73) | func (n NilConnection) RequestMsg(ctx context.Context, msg *nats.Msg) ... method Status (line 83) | func (n NilConnection) Status() nats.Status { method Stats (line 88) | func (n NilConnection) Stats() nats.Statistics { method LastError (line 93) | func (n NilConnection) LastError() error { method Drain (line 98) | func (n NilConnection) Drain() error { method Close (line 103) | func (n NilConnection) Close() {} method Underlying (line 106) | func (n NilConnection) Underlying() *nats.Conn { method Drop (line 111) | func (n NilConnection) Drop() {} FILE: go/discovery/performance_test.go type SlowAdapter (line 15) | type SlowAdapter struct method Type (line 19) | func (s *SlowAdapter) Type() string { method Name (line 23) | func (s *SlowAdapter) Name() string { method DefaultCacheDuration (line 27) | func (s *SlowAdapter) DefaultCacheDuration() time.Duration { method Metadata (line 31) | func (s *SlowAdapter) Metadata() *sdp.AdapterMetadata { method Scopes (line 35) | func (s *SlowAdapter) Scopes() []string { method Hidden (line 39) | func (s *SlowAdapter) Hidden() bool { method Get (line 43) | func (s *SlowAdapter) Get(ctx context.Context, scope string, query str... method List (line 73) | func (s *SlowAdapter) List(ctx context.Context, scope string, ignoreCa... method Weight (line 77) | func (s *SlowAdapter) Weight() int { function TestParallelQueryPerformance (line 81) | func TestParallelQueryPerformance(t *testing.T) { function RunLinearPerformanceTest (line 102) | func RunLinearPerformanceTest(t *testing.T, name string, numQueries int,... type TimedResults (line 118) | type TimedResults struct function TimeQueries (line 126) | func TimeQueries(t *testing.T, numQueries int, linkDepth int, numParalle... FILE: go/discovery/querytracker.go type QueryTracker (line 19) | type QueryTracker struct method Execute (line 36) | func (qt *QueryTracker) Execute(ctx context.Context) ([]*sdp.Item, []*... FILE: go/discovery/querytracker_test.go type SpeedTestAdapter (line 15) | type SpeedTestAdapter struct method Type (line 21) | func (s *SpeedTestAdapter) Type() string { method Name (line 29) | func (s *SpeedTestAdapter) Name() string { method Scopes (line 33) | func (s *SpeedTestAdapter) Scopes() []string { method Metadata (line 41) | func (s *SpeedTestAdapter) Metadata() *sdp.AdapterMetadata { method Get (line 45) | func (s *SpeedTestAdapter) Get(ctx context.Context, scope string, quer... method List (line 84) | func (s *SpeedTestAdapter) List(ctx context.Context, scope string, ign... method Weight (line 90) | func (s *SpeedTestAdapter) Weight() int { function TestExecute (line 94) | func TestExecute(t *testing.T) { function TestTimeout (line 176) | func TestTimeout(t *testing.T) { function TestCancel (line 248) | func TestCancel(t *testing.T) { FILE: go/discovery/shared_test.go constant charset (line 17) | charset = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" function randString (line 19) | func randString(length int) string { function RandomName (line 29) | func RandomName() string { type TestAdapter (line 68) | type TestAdapter struct method NewTestItem (line 39) | func (s *TestAdapter) NewTestItem(scope string, query string) *sdp.Item { method ClearCalls (line 91) | func (s *TestAdapter) ClearCalls() { method Type (line 103) | func (s *TestAdapter) Type() string { method Name (line 111) | func (s *TestAdapter) Name() string { method DefaultCacheDuration (line 115) | func (s *TestAdapter) DefaultCacheDuration() time.Duration { method Metadata (line 119) | func (s *TestAdapter) Metadata() *sdp.AdapterMetadata { method Scopes (line 126) | func (s *TestAdapter) Scopes() []string { method Hidden (line 134) | func (s *TestAdapter) Hidden() bool { method Get (line 138) | func (s *TestAdapter) Get(ctx context.Context, scope string, query str... method List (line 185) | func (s *TestAdapter) List(ctx context.Context, scope string, ignoreCa... method Search (line 229) | func (s *TestAdapter) Search(ctx context.Context, scope string, query ... method Weight (line 273) | func (s *TestAdapter) Weight() int { function NewTestAdapter (line 84) | func NewTestAdapter() *TestAdapter { FILE: go/discovery/tracing.go constant instrumentationName (line 10) | instrumentationName = "github.com/overmindtech/cli/go/discovery/disco... constant instrumentationVersion (line 11) | instrumentationVersion = "0.0.1" function getTracer (line 17) | func getTracer() trace.Tracer { FILE: go/logging/logging.go function ConfigureLogrusJSON (line 8) | func ConfigureLogrusJSON(logger *log.Logger) { type OtelSeverityHook (line 18) | type OtelSeverityHook struct method Levels (line 20) | func (OtelSeverityHook) Levels() []log.Level { method Fire (line 24) | func (OtelSeverityHook) Fire(entry *log.Entry) error { function severityForLevel (line 36) | func severityForLevel(level log.Level) string { FILE: go/logging/logging_test.go function TestSeverityForLevel (line 11) | func TestSeverityForLevel(t *testing.T) { function TestConfigureLogrusJSONAddsSeverity (line 40) | func TestConfigureLogrusJSONAddsSeverity(t *testing.T) { function TestConfigureLogrusJSONRespectsExistingSeverity (line 64) | func TestConfigureLogrusJSONRespectsExistingSeverity(t *testing.T) { FILE: go/sdp-go/account.go method GetUUIDParsed (line 5) | func (a *SourceMetadata) GetUUIDParsed() *uuid.UUID { method GetUUIDParsed (line 13) | func (a *SourceHealth) GetUUIDParsed() *uuid.UUID { FILE: go/sdp-go/account.pb.go constant _ (line 23) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 25) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type SourceStatus (line 28) | type SourceStatus method Enum (line 70) | func (x SourceStatus) Enum() *SourceStatus { method String (line 76) | func (x SourceStatus) String() string { method Descriptor (line 80) | func (SourceStatus) Descriptor() protoreflect.EnumDescriptor { method Type (line 84) | func (SourceStatus) Type() protoreflect.EnumType { method Number (line 88) | func (x SourceStatus) Number() protoreflect.EnumNumber { method EnumDescriptor (line 93) | func (SourceStatus) EnumDescriptor() ([]byte, []int) { constant SourceStatus_STATUS_UNSPECIFIED (line 31) | SourceStatus_STATUS_UNSPECIFIED SourceStatus = 0 constant SourceStatus_STATUS_PROGRESSING (line 34) | SourceStatus_STATUS_PROGRESSING SourceStatus = 1 constant SourceStatus_STATUS_HEALTHY (line 36) | SourceStatus_STATUS_HEALTHY SourceStatus = 2 constant SourceStatus_STATUS_UNHEALTHY (line 38) | SourceStatus_STATUS_UNHEALTHY SourceStatus = 3 constant SourceStatus_STATUS_SLEEPING (line 42) | SourceStatus_STATUS_SLEEPING SourceStatus = 4 constant SourceStatus_STATUS_DISCONNECTED (line 47) | SourceStatus_STATUS_DISCONNECTED SourceStatus = 5 type RepositoryStatus (line 97) | type RepositoryStatus method Enum (line 121) | func (x RepositoryStatus) Enum() *RepositoryStatus { method String (line 127) | func (x RepositoryStatus) String() string { method Descriptor (line 131) | func (RepositoryStatus) Descriptor() protoreflect.EnumDescriptor { method Type (line 135) | func (RepositoryStatus) Type() protoreflect.EnumType { method Number (line 139) | func (x RepositoryStatus) Number() protoreflect.EnumNumber { method EnumDescriptor (line 144) | func (RepositoryStatus) EnumDescriptor() ([]byte, []int) { constant RepositoryStatus_REPOSITORY_STATUS_UNSPECIFIED (line 100) | RepositoryStatus_REPOSITORY_STATUS_UNSPECIFIED RepositoryStatus = 0 constant RepositoryStatus_REPOSITORY_STATUS_ACTIVE (line 102) | RepositoryStatus_REPOSITORY_STATUS_ACTIVE RepositoryStatus = 1 constant RepositoryStatus_REPOSITORY_STATUS_INACTIVE (line 104) | RepositoryStatus_REPOSITORY_STATUS_INACTIVE RepositoryStatus = 2 type AccountPlan (line 148) | type AccountPlan method Enum (line 172) | func (x AccountPlan) Enum() *AccountPlan { method String (line 178) | func (x AccountPlan) String() string { method Descriptor (line 182) | func (AccountPlan) Descriptor() protoreflect.EnumDescriptor { method Type (line 186) | func (AccountPlan) Type() protoreflect.EnumType { method Number (line 190) | func (x AccountPlan) Number() protoreflect.EnumNumber { method EnumDescriptor (line 195) | func (AccountPlan) EnumDescriptor() ([]byte, []int) { constant AccountPlan_ACCOUNT_PLAN_UNSPECIFIED (line 151) | AccountPlan_ACCOUNT_PLAN_UNSPECIFIED AccountPlan = 0 constant AccountPlan_ACCOUNT_PLAN_FREE (line 153) | AccountPlan_ACCOUNT_PLAN_FREE AccountPlan = 1 constant AccountPlan_ACCOUNT_PLAN_ENTERPRISE (line 155) | AccountPlan_ACCOUNT_PLAN_ENTERPRISE AccountPlan = 2 type SourceManaged (line 200) | type SourceManaged method Enum (line 219) | func (x SourceManaged) Enum() *SourceManaged { method String (line 225) | func (x SourceManaged) String() string { method Descriptor (line 229) | func (SourceManaged) Descriptor() protoreflect.EnumDescriptor { method Type (line 233) | func (SourceManaged) Type() protoreflect.EnumType { method Number (line 237) | func (x SourceManaged) Number() protoreflect.EnumNumber { method EnumDescriptor (line 242) | func (SourceManaged) EnumDescriptor() ([]byte, []int) { constant SourceManaged_LOCAL (line 203) | SourceManaged_LOCAL SourceManaged = 0 constant SourceManaged_MANAGED (line 204) | SourceManaged_MANAGED SourceManaged = 1 type AdapterCategory (line 246) | type AdapterCategory method Enum (line 327) | func (x AdapterCategory) Enum() *AdapterCategory { method String (line 333) | func (x AdapterCategory) String() string { method Descriptor (line 337) | func (AdapterCategory) Descriptor() protoreflect.EnumDescriptor { method Type (line 341) | func (AdapterCategory) Type() protoreflect.EnumType { method Number (line 345) | func (x AdapterCategory) Number() protoreflect.EnumNumber { method EnumDescriptor (line 350) | func (AdapterCategory) EnumDescriptor() ([]byte, []int) { constant AdapterCategory_ADAPTER_CATEGORY_OTHER (line 250) | AdapterCategory_ADAPTER_CATEGORY_OTHER AdapterCategory = 0 constant AdapterCategory_ADAPTER_CATEGORY_COMPUTE_APPLICATION (line 256) | AdapterCategory_ADAPTER_CATEGORY_COMPUTE_APPLICATION AdapterCategory = 1 constant AdapterCategory_ADAPTER_CATEGORY_STORAGE (line 261) | AdapterCategory_ADAPTER_CATEGORY_STORAGE AdapterCategory = 2 constant AdapterCategory_ADAPTER_CATEGORY_NETWORK (line 267) | AdapterCategory_ADAPTER_CATEGORY_NETWORK AdapterCategory = 3 constant AdapterCategory_ADAPTER_CATEGORY_SECURITY (line 273) | AdapterCategory_ADAPTER_CATEGORY_SECURITY AdapterCategory = 4 constant AdapterCategory_ADAPTER_CATEGORY_OBSERVABILITY (line 279) | AdapterCategory_ADAPTER_CATEGORY_OBSERVABILITY AdapterCategory = 5 constant AdapterCategory_ADAPTER_CATEGORY_DATABASE (line 286) | AdapterCategory_ADAPTER_CATEGORY_DATABASE AdapterCategory = 6 constant AdapterCategory_ADAPTER_CATEGORY_CONFIGURATION (line 292) | AdapterCategory_ADAPTER_CATEGORY_CONFIGURATION AdapterCategory = 7 constant AdapterCategory_ADAPTER_CATEGORY_AI (line 298) | AdapterCategory_ADAPTER_CATEGORY_AI AdapterCategory = 8 type ListAccountsRequest (line 354) | type ListAccountsRequest struct method Reset (line 360) | func (x *ListAccountsRequest) Reset() { method String (line 367) | func (x *ListAccountsRequest) String() string { method ProtoMessage (line 371) | func (*ListAccountsRequest) ProtoMessage() {} method ProtoReflect (line 373) | func (x *ListAccountsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 386) | func (*ListAccountsRequest) Descriptor() ([]byte, []int) { type ListAccountsResponse (line 390) | type ListAccountsResponse struct method Reset (line 397) | func (x *ListAccountsResponse) Reset() { method String (line 404) | func (x *ListAccountsResponse) String() string { method ProtoMessage (line 408) | func (*ListAccountsResponse) ProtoMessage() {} method ProtoReflect (line 410) | func (x *ListAccountsResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 423) | func (*ListAccountsResponse) Descriptor() ([]byte, []int) { method GetAccounts (line 427) | func (x *ListAccountsResponse) GetAccounts() []*Account { type CreateAccountRequest (line 434) | type CreateAccountRequest struct method Reset (line 441) | func (x *CreateAccountRequest) Reset() { method String (line 448) | func (x *CreateAccountRequest) String() string { method ProtoMessage (line 452) | func (*CreateAccountRequest) ProtoMessage() {} method ProtoReflect (line 454) | func (x *CreateAccountRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 467) | func (*CreateAccountRequest) Descriptor() ([]byte, []int) { method GetProperties (line 471) | func (x *CreateAccountRequest) GetProperties() *AccountProperties { type CreateAccountResponse (line 478) | type CreateAccountResponse struct method Reset (line 485) | func (x *CreateAccountResponse) Reset() { method String (line 492) | func (x *CreateAccountResponse) String() string { method ProtoMessage (line 496) | func (*CreateAccountResponse) ProtoMessage() {} method ProtoReflect (line 498) | func (x *CreateAccountResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 511) | func (*CreateAccountResponse) Descriptor() ([]byte, []int) { method GetAccount (line 515) | func (x *CreateAccountResponse) GetAccount() *Account { type UpdateAccountRequest (line 522) | type UpdateAccountRequest struct method Reset (line 529) | func (x *UpdateAccountRequest) Reset() { method String (line 536) | func (x *UpdateAccountRequest) String() string { method ProtoMessage (line 540) | func (*UpdateAccountRequest) ProtoMessage() {} method ProtoReflect (line 542) | func (x *UpdateAccountRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 555) | func (*UpdateAccountRequest) Descriptor() ([]byte, []int) { method GetProperties (line 559) | func (x *UpdateAccountRequest) GetProperties() *AccountProperties { type UpdateAccountResponse (line 566) | type UpdateAccountResponse struct method Reset (line 573) | func (x *UpdateAccountResponse) Reset() { method String (line 580) | func (x *UpdateAccountResponse) String() string { method ProtoMessage (line 584) | func (*UpdateAccountResponse) ProtoMessage() {} method ProtoReflect (line 586) | func (x *UpdateAccountResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 599) | func (*UpdateAccountResponse) Descriptor() ([]byte, []int) { method GetAccount (line 603) | func (x *UpdateAccountResponse) GetAccount() *Account { type AdminUpdateAccountRequest (line 610) | type AdminUpdateAccountRequest struct method Reset (line 619) | func (x *AdminUpdateAccountRequest) Reset() { method String (line 626) | func (x *AdminUpdateAccountRequest) String() string { method ProtoMessage (line 630) | func (*AdminUpdateAccountRequest) ProtoMessage() {} method ProtoReflect (line 632) | func (x *AdminUpdateAccountRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 645) | func (*AdminUpdateAccountRequest) Descriptor() ([]byte, []int) { method GetName (line 649) | func (x *AdminUpdateAccountRequest) GetName() string { method GetRequest (line 656) | func (x *AdminUpdateAccountRequest) GetRequest() *UpdateAccountRequest { type AdminGetAccountRequest (line 663) | type AdminGetAccountRequest struct method Reset (line 671) | func (x *AdminGetAccountRequest) Reset() { method String (line 678) | func (x *AdminGetAccountRequest) String() string { method ProtoMessage (line 682) | func (*AdminGetAccountRequest) ProtoMessage() {} method ProtoReflect (line 684) | func (x *AdminGetAccountRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 697) | func (*AdminGetAccountRequest) Descriptor() ([]byte, []int) { method GetName (line 701) | func (x *AdminGetAccountRequest) GetName() string { type AdminDeleteAccountRequest (line 708) | type AdminDeleteAccountRequest struct method Reset (line 716) | func (x *AdminDeleteAccountRequest) Reset() { method String (line 723) | func (x *AdminDeleteAccountRequest) String() string { method ProtoMessage (line 727) | func (*AdminDeleteAccountRequest) ProtoMessage() {} method ProtoReflect (line 729) | func (x *AdminDeleteAccountRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 742) | func (*AdminDeleteAccountRequest) Descriptor() ([]byte, []int) { method GetName (line 746) | func (x *AdminDeleteAccountRequest) GetName() string { type AdminDeleteAccountResponse (line 753) | type AdminDeleteAccountResponse struct method Reset (line 759) | func (x *AdminDeleteAccountResponse) Reset() { method String (line 766) | func (x *AdminDeleteAccountResponse) String() string { method ProtoMessage (line 770) | func (*AdminDeleteAccountResponse) ProtoMessage() {} method ProtoReflect (line 772) | func (x *AdminDeleteAccountResponse) ProtoReflect() protoreflect.Messa... method Descriptor (line 785) | func (*AdminDeleteAccountResponse) Descriptor() ([]byte, []int) { type AdminListSourcesRequest (line 789) | type AdminListSourcesRequest struct method Reset (line 797) | func (x *AdminListSourcesRequest) Reset() { method String (line 804) | func (x *AdminListSourcesRequest) String() string { method ProtoMessage (line 808) | func (*AdminListSourcesRequest) ProtoMessage() {} method ProtoReflect (line 810) | func (x *AdminListSourcesRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 823) | func (*AdminListSourcesRequest) Descriptor() ([]byte, []int) { method GetAccount (line 827) | func (x *AdminListSourcesRequest) GetAccount() string { method GetRequest (line 834) | func (x *AdminListSourcesRequest) GetRequest() *ListSourcesRequest { type AdminCreateSourceRequest (line 841) | type AdminCreateSourceRequest struct method Reset (line 849) | func (x *AdminCreateSourceRequest) Reset() { method String (line 856) | func (x *AdminCreateSourceRequest) String() string { method ProtoMessage (line 860) | func (*AdminCreateSourceRequest) ProtoMessage() {} method ProtoReflect (line 862) | func (x *AdminCreateSourceRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 875) | func (*AdminCreateSourceRequest) Descriptor() ([]byte, []int) { method GetAccount (line 879) | func (x *AdminCreateSourceRequest) GetAccount() string { method GetRequest (line 886) | func (x *AdminCreateSourceRequest) GetRequest() *CreateSourceRequest { type AdminGetSourceRequest (line 893) | type AdminGetSourceRequest struct method Reset (line 901) | func (x *AdminGetSourceRequest) Reset() { method String (line 908) | func (x *AdminGetSourceRequest) String() string { method ProtoMessage (line 912) | func (*AdminGetSourceRequest) ProtoMessage() {} method ProtoReflect (line 914) | func (x *AdminGetSourceRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 927) | func (*AdminGetSourceRequest) Descriptor() ([]byte, []int) { method GetAccount (line 931) | func (x *AdminGetSourceRequest) GetAccount() string { method GetRequest (line 938) | func (x *AdminGetSourceRequest) GetRequest() *GetSourceRequest { type AdminUpdateSourceRequest (line 945) | type AdminUpdateSourceRequest struct method Reset (line 953) | func (x *AdminUpdateSourceRequest) Reset() { method String (line 960) | func (x *AdminUpdateSourceRequest) String() string { method ProtoMessage (line 964) | func (*AdminUpdateSourceRequest) ProtoMessage() {} method ProtoReflect (line 966) | func (x *AdminUpdateSourceRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 979) | func (*AdminUpdateSourceRequest) Descriptor() ([]byte, []int) { method GetAccount (line 983) | func (x *AdminUpdateSourceRequest) GetAccount() string { method GetRequest (line 990) | func (x *AdminUpdateSourceRequest) GetRequest() *UpdateSourceRequest { type AdminDeleteSourceRequest (line 997) | type AdminDeleteSourceRequest struct method Reset (line 1005) | func (x *AdminDeleteSourceRequest) Reset() { method String (line 1012) | func (x *AdminDeleteSourceRequest) String() string { method ProtoMessage (line 1016) | func (*AdminDeleteSourceRequest) ProtoMessage() {} method ProtoReflect (line 1018) | func (x *AdminDeleteSourceRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1031) | func (*AdminDeleteSourceRequest) Descriptor() ([]byte, []int) { method GetAccount (line 1035) | func (x *AdminDeleteSourceRequest) GetAccount() string { method GetRequest (line 1042) | func (x *AdminDeleteSourceRequest) GetRequest() *DeleteSourceRequest { type AdminKeepaliveSourcesRequest (line 1049) | type AdminKeepaliveSourcesRequest struct method Reset (line 1057) | func (x *AdminKeepaliveSourcesRequest) Reset() { method String (line 1064) | func (x *AdminKeepaliveSourcesRequest) String() string { method ProtoMessage (line 1068) | func (*AdminKeepaliveSourcesRequest) ProtoMessage() {} method ProtoReflect (line 1070) | func (x *AdminKeepaliveSourcesRequest) ProtoReflect() protoreflect.Mes... method Descriptor (line 1083) | func (*AdminKeepaliveSourcesRequest) Descriptor() ([]byte, []int) { method GetAccount (line 1087) | func (x *AdminKeepaliveSourcesRequest) GetAccount() string { method GetRequest (line 1094) | func (x *AdminKeepaliveSourcesRequest) GetRequest() *KeepaliveSourcesR... type AdminCreateTokenRequest (line 1101) | type AdminCreateTokenRequest struct method Reset (line 1109) | func (x *AdminCreateTokenRequest) Reset() { method String (line 1116) | func (x *AdminCreateTokenRequest) String() string { method ProtoMessage (line 1120) | func (*AdminCreateTokenRequest) ProtoMessage() {} method ProtoReflect (line 1122) | func (x *AdminCreateTokenRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1135) | func (*AdminCreateTokenRequest) Descriptor() ([]byte, []int) { method GetAccount (line 1139) | func (x *AdminCreateTokenRequest) GetAccount() string { method GetRequest (line 1146) | func (x *AdminCreateTokenRequest) GetRequest() *CreateTokenRequest { type Source (line 1153) | type Source struct method Reset (line 1161) | func (x *Source) Reset() { method String (line 1168) | func (x *Source) String() string { method ProtoMessage (line 1172) | func (*Source) ProtoMessage() {} method ProtoReflect (line 1174) | func (x *Source) ProtoReflect() protoreflect.Message { method Descriptor (line 1187) | func (*Source) Descriptor() ([]byte, []int) { method GetMetadata (line 1191) | func (x *Source) GetMetadata() *SourceMetadata { method GetProperties (line 1198) | func (x *Source) GetProperties() *SourceProperties { type SourceMetadata (line 1205) | type SourceMetadata struct method Reset (line 1222) | func (x *SourceMetadata) Reset() { method String (line 1229) | func (x *SourceMetadata) String() string { method ProtoMessage (line 1233) | func (*SourceMetadata) ProtoMessage() {} method ProtoReflect (line 1235) | func (x *SourceMetadata) ProtoReflect() protoreflect.Message { method Descriptor (line 1248) | func (*SourceMetadata) Descriptor() ([]byte, []int) { method GetUUID (line 1252) | func (x *SourceMetadata) GetUUID() []byte { method GetTokenName (line 1259) | func (x *SourceMetadata) GetTokenName() string { method GetTokenExpiry (line 1266) | func (x *SourceMetadata) GetTokenExpiry() *timestamppb.Timestamp { method GetPublicNkey (line 1273) | func (x *SourceMetadata) GetPublicNkey() string { method GetStatus (line 1280) | func (x *SourceMetadata) GetStatus() SourceStatus { method GetError (line 1287) | func (x *SourceMetadata) GetError() string { type SourceProperties (line 1295) | type SourceProperties struct method Reset (line 1314) | func (x *SourceProperties) Reset() { method String (line 1321) | func (x *SourceProperties) String() string { method ProtoMessage (line 1325) | func (*SourceProperties) ProtoMessage() {} method ProtoReflect (line 1327) | func (x *SourceProperties) ProtoReflect() protoreflect.Message { method Descriptor (line 1340) | func (*SourceProperties) Descriptor() ([]byte, []int) { method GetDescriptiveName (line 1344) | func (x *SourceProperties) GetDescriptiveName() string { method GetType (line 1351) | func (x *SourceProperties) GetType() string { method GetConfig (line 1358) | func (x *SourceProperties) GetConfig() *structpb.Struct { method GetAdditionalConfig (line 1365) | func (x *SourceProperties) GetAdditionalConfig() *structpb.Struct { type Account (line 1372) | type Account struct method Reset (line 1380) | func (x *Account) Reset() { method String (line 1387) | func (x *Account) String() string { method ProtoMessage (line 1391) | func (*Account) ProtoMessage() {} method ProtoReflect (line 1393) | func (x *Account) ProtoReflect() protoreflect.Message { method Descriptor (line 1406) | func (*Account) Descriptor() ([]byte, []int) { method GetMetadata (line 1410) | func (x *Account) GetMetadata() *AccountMetadata { method GetProperties (line 1417) | func (x *Account) GetProperties() *AccountProperties { type AccountMetadata (line 1424) | type AccountMetadata struct method Reset (line 1440) | func (x *AccountMetadata) Reset() { method String (line 1447) | func (x *AccountMetadata) String() string { method ProtoMessage (line 1451) | func (*AccountMetadata) ProtoMessage() {} method ProtoReflect (line 1453) | func (x *AccountMetadata) ProtoReflect() protoreflect.Message { method Descriptor (line 1466) | func (*AccountMetadata) Descriptor() ([]byte, []int) { method GetPublicNkey (line 1470) | func (x *AccountMetadata) GetPublicNkey() string { method GetRepositories (line 1477) | func (x *AccountMetadata) GetRepositories() []*Repository { method GetTotalRepositories (line 1484) | func (x *AccountMetadata) GetTotalRepositories() uint32 { method GetActiveRepositories (line 1491) | func (x *AccountMetadata) GetActiveRepositories() uint32 { method GetPlan (line 1498) | func (x *AccountMetadata) GetPlan() AccountPlan { type Repository (line 1505) | type Repository struct method Reset (line 1520) | func (x *Repository) Reset() { method String (line 1527) | func (x *Repository) String() string { method ProtoMessage (line 1531) | func (*Repository) ProtoMessage() {} method ProtoReflect (line 1533) | func (x *Repository) ProtoReflect() protoreflect.Message { method Descriptor (line 1546) | func (*Repository) Descriptor() ([]byte, []int) { method GetName (line 1550) | func (x *Repository) GetName() string { method GetNumChanges (line 1557) | func (x *Repository) GetNumChanges() int64 { method GetLastChangeAt (line 1564) | func (x *Repository) GetLastChangeAt() *timestamppb.Timestamp { method GetStatus (line 1571) | func (x *Repository) GetStatus() RepositoryStatus { type AccountProperties (line 1578) | type AccountProperties struct method Reset (line 1588) | func (x *AccountProperties) Reset() { method String (line 1595) | func (x *AccountProperties) String() string { method ProtoMessage (line 1599) | func (*AccountProperties) ProtoMessage() {} method ProtoReflect (line 1601) | func (x *AccountProperties) ProtoReflect() protoreflect.Message { method Descriptor (line 1614) | func (*AccountProperties) Descriptor() ([]byte, []int) { method GetName (line 1618) | func (x *AccountProperties) GetName() string { method GetStripeCustomerID (line 1625) | func (x *AccountProperties) GetStripeCustomerID() string { type GetAccountRequest (line 1632) | type GetAccountRequest struct method Reset (line 1638) | func (x *GetAccountRequest) Reset() { method String (line 1645) | func (x *GetAccountRequest) String() string { method ProtoMessage (line 1649) | func (*GetAccountRequest) ProtoMessage() {} method ProtoReflect (line 1651) | func (x *GetAccountRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1664) | func (*GetAccountRequest) Descriptor() ([]byte, []int) { type GetAccountResponse (line 1668) | type GetAccountResponse struct method Reset (line 1675) | func (x *GetAccountResponse) Reset() { method String (line 1682) | func (x *GetAccountResponse) String() string { method ProtoMessage (line 1686) | func (*GetAccountResponse) ProtoMessage() {} method ProtoReflect (line 1688) | func (x *GetAccountResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 1701) | func (*GetAccountResponse) Descriptor() ([]byte, []int) { method GetAccount (line 1705) | func (x *GetAccountResponse) GetAccount() *Account { type DeleteAccountRequest (line 1712) | type DeleteAccountRequest struct method Reset (line 1721) | func (x *DeleteAccountRequest) Reset() { method String (line 1728) | func (x *DeleteAccountRequest) String() string { method ProtoMessage (line 1732) | func (*DeleteAccountRequest) ProtoMessage() {} method ProtoReflect (line 1734) | func (x *DeleteAccountRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1747) | func (*DeleteAccountRequest) Descriptor() ([]byte, []int) { method GetIAmSure (line 1751) | func (x *DeleteAccountRequest) GetIAmSure() bool { type DeleteAccountResponse (line 1758) | type DeleteAccountResponse struct method Reset (line 1764) | func (x *DeleteAccountResponse) Reset() { method String (line 1771) | func (x *DeleteAccountResponse) String() string { method ProtoMessage (line 1775) | func (*DeleteAccountResponse) ProtoMessage() {} method ProtoReflect (line 1777) | func (x *DeleteAccountResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 1790) | func (*DeleteAccountResponse) Descriptor() ([]byte, []int) { type ListSourcesRequest (line 1794) | type ListSourcesRequest struct method Reset (line 1800) | func (x *ListSourcesRequest) Reset() { method String (line 1807) | func (x *ListSourcesRequest) String() string { method ProtoMessage (line 1811) | func (*ListSourcesRequest) ProtoMessage() {} method ProtoReflect (line 1813) | func (x *ListSourcesRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1826) | func (*ListSourcesRequest) Descriptor() ([]byte, []int) { type ListSourcesResponse (line 1830) | type ListSourcesResponse struct method Reset (line 1837) | func (x *ListSourcesResponse) Reset() { method String (line 1844) | func (x *ListSourcesResponse) String() string { method ProtoMessage (line 1848) | func (*ListSourcesResponse) ProtoMessage() {} method ProtoReflect (line 1850) | func (x *ListSourcesResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 1863) | func (*ListSourcesResponse) Descriptor() ([]byte, []int) { method GetSources (line 1867) | func (x *ListSourcesResponse) GetSources() []*Source { type CreateSourceRequest (line 1874) | type CreateSourceRequest struct method Reset (line 1881) | func (x *CreateSourceRequest) Reset() { method String (line 1888) | func (x *CreateSourceRequest) String() string { method ProtoMessage (line 1892) | func (*CreateSourceRequest) ProtoMessage() {} method ProtoReflect (line 1894) | func (x *CreateSourceRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1907) | func (*CreateSourceRequest) Descriptor() ([]byte, []int) { method GetProperties (line 1911) | func (x *CreateSourceRequest) GetProperties() *SourceProperties { type CreateSourceResponse (line 1918) | type CreateSourceResponse struct method Reset (line 1925) | func (x *CreateSourceResponse) Reset() { method String (line 1932) | func (x *CreateSourceResponse) String() string { method ProtoMessage (line 1936) | func (*CreateSourceResponse) ProtoMessage() {} method ProtoReflect (line 1938) | func (x *CreateSourceResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 1951) | func (*CreateSourceResponse) Descriptor() ([]byte, []int) { method GetSource (line 1955) | func (x *CreateSourceResponse) GetSource() *Source { type GetSourceRequest (line 1962) | type GetSourceRequest struct method Reset (line 1969) | func (x *GetSourceRequest) Reset() { method String (line 1976) | func (x *GetSourceRequest) String() string { method ProtoMessage (line 1980) | func (*GetSourceRequest) ProtoMessage() {} method ProtoReflect (line 1982) | func (x *GetSourceRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1995) | func (*GetSourceRequest) Descriptor() ([]byte, []int) { method GetUUID (line 1999) | func (x *GetSourceRequest) GetUUID() []byte { type GetSourceResponse (line 2006) | type GetSourceResponse struct method Reset (line 2013) | func (x *GetSourceResponse) Reset() { method String (line 2020) | func (x *GetSourceResponse) String() string { method ProtoMessage (line 2024) | func (*GetSourceResponse) ProtoMessage() {} method ProtoReflect (line 2026) | func (x *GetSourceResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2039) | func (*GetSourceResponse) Descriptor() ([]byte, []int) { method GetSource (line 2043) | func (x *GetSourceResponse) GetSource() *Source { type UpdateSourceRequest (line 2050) | type UpdateSourceRequest struct method Reset (line 2060) | func (x *UpdateSourceRequest) Reset() { method String (line 2067) | func (x *UpdateSourceRequest) String() string { method ProtoMessage (line 2071) | func (*UpdateSourceRequest) ProtoMessage() {} method ProtoReflect (line 2073) | func (x *UpdateSourceRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2086) | func (*UpdateSourceRequest) Descriptor() ([]byte, []int) { method GetUUID (line 2090) | func (x *UpdateSourceRequest) GetUUID() []byte { method GetProperties (line 2097) | func (x *UpdateSourceRequest) GetProperties() *SourceProperties { type UpdateSourceResponse (line 2104) | type UpdateSourceResponse struct method Reset (line 2111) | func (x *UpdateSourceResponse) Reset() { method String (line 2118) | func (x *UpdateSourceResponse) String() string { method ProtoMessage (line 2122) | func (*UpdateSourceResponse) ProtoMessage() {} method ProtoReflect (line 2124) | func (x *UpdateSourceResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2137) | func (*UpdateSourceResponse) Descriptor() ([]byte, []int) { method GetSource (line 2141) | func (x *UpdateSourceResponse) GetSource() *Source { type DeleteSourceRequest (line 2148) | type DeleteSourceRequest struct method Reset (line 2156) | func (x *DeleteSourceRequest) Reset() { method String (line 2163) | func (x *DeleteSourceRequest) String() string { method ProtoMessage (line 2167) | func (*DeleteSourceRequest) ProtoMessage() {} method ProtoReflect (line 2169) | func (x *DeleteSourceRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2182) | func (*DeleteSourceRequest) Descriptor() ([]byte, []int) { method GetUUID (line 2186) | func (x *DeleteSourceRequest) GetUUID() []byte { type DeleteSourceResponse (line 2193) | type DeleteSourceResponse struct method Reset (line 2199) | func (x *DeleteSourceResponse) Reset() { method String (line 2206) | func (x *DeleteSourceResponse) String() string { method ProtoMessage (line 2210) | func (*DeleteSourceResponse) ProtoMessage() {} method ProtoReflect (line 2212) | func (x *DeleteSourceResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2225) | func (*DeleteSourceResponse) Descriptor() ([]byte, []int) { type SourceKeepaliveResult (line 2229) | type SourceKeepaliveResult struct method Reset (line 2241) | func (x *SourceKeepaliveResult) Reset() { method String (line 2248) | func (x *SourceKeepaliveResult) String() string { method ProtoMessage (line 2252) | func (*SourceKeepaliveResult) ProtoMessage() {} method ProtoReflect (line 2254) | func (x *SourceKeepaliveResult) ProtoReflect() protoreflect.Message { method Descriptor (line 2267) | func (*SourceKeepaliveResult) Descriptor() ([]byte, []int) { method GetUUID (line 2271) | func (x *SourceKeepaliveResult) GetUUID() []byte { method GetStatus (line 2278) | func (x *SourceKeepaliveResult) GetStatus() SourceStatus { method GetError (line 2285) | func (x *SourceKeepaliveResult) GetError() string { type ListAllSourcesStatusRequest (line 2292) | type ListAllSourcesStatusRequest struct method Reset (line 2298) | func (x *ListAllSourcesStatusRequest) Reset() { method String (line 2305) | func (x *ListAllSourcesStatusRequest) String() string { method ProtoMessage (line 2309) | func (*ListAllSourcesStatusRequest) ProtoMessage() {} method ProtoReflect (line 2311) | func (x *ListAllSourcesStatusRequest) ProtoReflect() protoreflect.Mess... method Descriptor (line 2324) | func (*ListAllSourcesStatusRequest) Descriptor() ([]byte, []int) { type SourceHealth (line 2328) | type SourceHealth struct method Reset (line 2360) | func (x *SourceHealth) Reset() { method String (line 2367) | func (x *SourceHealth) String() string { method ProtoMessage (line 2371) | func (*SourceHealth) ProtoMessage() {} method ProtoReflect (line 2373) | func (x *SourceHealth) ProtoReflect() protoreflect.Message { method Descriptor (line 2386) | func (*SourceHealth) Descriptor() ([]byte, []int) { method GetUUID (line 2390) | func (x *SourceHealth) GetUUID() []byte { method GetVersion (line 2397) | func (x *SourceHealth) GetVersion() string { method GetName (line 2404) | func (x *SourceHealth) GetName() string { method GetError (line 2411) | func (x *SourceHealth) GetError() string { method GetStatus (line 2418) | func (x *SourceHealth) GetStatus() SourceStatus { method GetCreatedAt (line 2425) | func (x *SourceHealth) GetCreatedAt() *timestamppb.Timestamp { method GetLastHeartbeat (line 2432) | func (x *SourceHealth) GetLastHeartbeat() *timestamppb.Timestamp { method GetNextHeartbeat (line 2439) | func (x *SourceHealth) GetNextHeartbeat() *timestamppb.Timestamp { method GetType (line 2446) | func (x *SourceHealth) GetType() string { method GetManaged (line 2453) | func (x *SourceHealth) GetManaged() SourceManaged { method GetAvailableTypes (line 2460) | func (x *SourceHealth) GetAvailableTypes() []string { method GetAvailableScopes (line 2467) | func (x *SourceHealth) GetAvailableScopes() []string { method GetAdapterMetadata (line 2474) | func (x *SourceHealth) GetAdapterMetadata() []*AdapterMetadata { type ListAllSourcesStatusResponse (line 2481) | type ListAllSourcesStatusResponse struct method Reset (line 2488) | func (x *ListAllSourcesStatusResponse) Reset() { method String (line 2495) | func (x *ListAllSourcesStatusResponse) String() string { method ProtoMessage (line 2499) | func (*ListAllSourcesStatusResponse) ProtoMessage() {} method ProtoReflect (line 2501) | func (x *ListAllSourcesStatusResponse) ProtoReflect() protoreflect.Mes... method Descriptor (line 2514) | func (*ListAllSourcesStatusResponse) Descriptor() ([]byte, []int) { method GetSources (line 2518) | func (x *ListAllSourcesStatusResponse) GetSources() []*SourceHealth { type SubmitSourceHeartbeatRequest (line 2526) | type SubmitSourceHeartbeatRequest struct method Reset (line 2550) | func (x *SubmitSourceHeartbeatRequest) Reset() { method String (line 2557) | func (x *SubmitSourceHeartbeatRequest) String() string { method ProtoMessage (line 2561) | func (*SubmitSourceHeartbeatRequest) ProtoMessage() {} method ProtoReflect (line 2563) | func (x *SubmitSourceHeartbeatRequest) ProtoReflect() protoreflect.Mes... method Descriptor (line 2576) | func (*SubmitSourceHeartbeatRequest) Descriptor() ([]byte, []int) { method GetUUID (line 2580) | func (x *SubmitSourceHeartbeatRequest) GetUUID() []byte { method GetVersion (line 2587) | func (x *SubmitSourceHeartbeatRequest) GetVersion() string { method GetName (line 2594) | func (x *SubmitSourceHeartbeatRequest) GetName() string { method GetError (line 2601) | func (x *SubmitSourceHeartbeatRequest) GetError() string { method GetNextHeartbeatMax (line 2608) | func (x *SubmitSourceHeartbeatRequest) GetNextHeartbeatMax() *duration... method GetType (line 2615) | func (x *SubmitSourceHeartbeatRequest) GetType() string { method GetManaged (line 2622) | func (x *SubmitSourceHeartbeatRequest) GetManaged() SourceManaged { method GetAvailableScopes (line 2629) | func (x *SubmitSourceHeartbeatRequest) GetAvailableScopes() []string { method GetAdapterMetadata (line 2636) | func (x *SubmitSourceHeartbeatRequest) GetAdapterMetadata() []*Adapter... type AdapterMetadata (line 2643) | type AdapterMetadata struct method Reset (line 2663) | func (x *AdapterMetadata) Reset() { method String (line 2670) | func (x *AdapterMetadata) String() string { method ProtoMessage (line 2674) | func (*AdapterMetadata) ProtoMessage() {} method ProtoReflect (line 2676) | func (x *AdapterMetadata) ProtoReflect() protoreflect.Message { method Descriptor (line 2689) | func (*AdapterMetadata) Descriptor() ([]byte, []int) { method GetType (line 2693) | func (x *AdapterMetadata) GetType() string { method GetCategory (line 2700) | func (x *AdapterMetadata) GetCategory() AdapterCategory { method GetPotentialLinks (line 2707) | func (x *AdapterMetadata) GetPotentialLinks() []string { method GetDescriptiveName (line 2714) | func (x *AdapterMetadata) GetDescriptiveName() string { method GetSupportedQueryMethods (line 2721) | func (x *AdapterMetadata) GetSupportedQueryMethods() *AdapterSupported... method GetTerraformMappings (line 2728) | func (x *AdapterMetadata) GetTerraformMappings() []*TerraformMapping { type AdapterSupportedQueryMethods (line 2737) | type AdapterSupportedQueryMethods struct method Reset (line 2755) | func (x *AdapterSupportedQueryMethods) Reset() { method String (line 2762) | func (x *AdapterSupportedQueryMethods) String() string { method ProtoMessage (line 2766) | func (*AdapterSupportedQueryMethods) ProtoMessage() {} method ProtoReflect (line 2768) | func (x *AdapterSupportedQueryMethods) ProtoReflect() protoreflect.Mes... method Descriptor (line 2781) | func (*AdapterSupportedQueryMethods) Descriptor() ([]byte, []int) { method GetGet (line 2785) | func (x *AdapterSupportedQueryMethods) GetGet() bool { method GetGetDescription (line 2792) | func (x *AdapterSupportedQueryMethods) GetGetDescription() string { method GetList (line 2799) | func (x *AdapterSupportedQueryMethods) GetList() bool { method GetListDescription (line 2806) | func (x *AdapterSupportedQueryMethods) GetListDescription() string { method GetSearch (line 2813) | func (x *AdapterSupportedQueryMethods) GetSearch() bool { method GetSearchDescription (line 2820) | func (x *AdapterSupportedQueryMethods) GetSearchDescription() string { type TerraformMapping (line 2836) | type TerraformMapping struct method Reset (line 2852) | func (x *TerraformMapping) Reset() { method String (line 2859) | func (x *TerraformMapping) String() string { method ProtoMessage (line 2863) | func (*TerraformMapping) ProtoMessage() {} method ProtoReflect (line 2865) | func (x *TerraformMapping) ProtoReflect() protoreflect.Message { method Descriptor (line 2878) | func (*TerraformMapping) Descriptor() ([]byte, []int) { method GetTerraformMethod (line 2882) | func (x *TerraformMapping) GetTerraformMethod() QueryMethod { method GetTerraformQueryMap (line 2889) | func (x *TerraformMapping) GetTerraformQueryMap() string { type SubmitSourceHeartbeatResponse (line 2896) | type SubmitSourceHeartbeatResponse struct method Reset (line 2902) | func (x *SubmitSourceHeartbeatResponse) Reset() { method String (line 2909) | func (x *SubmitSourceHeartbeatResponse) String() string { method ProtoMessage (line 2913) | func (*SubmitSourceHeartbeatResponse) ProtoMessage() {} method ProtoReflect (line 2915) | func (x *SubmitSourceHeartbeatResponse) ProtoReflect() protoreflect.Me... method Descriptor (line 2928) | func (*SubmitSourceHeartbeatResponse) Descriptor() ([]byte, []int) { type KeepaliveSourcesRequest (line 2932) | type KeepaliveSourcesRequest struct method Reset (line 2945) | func (x *KeepaliveSourcesRequest) Reset() { method String (line 2952) | func (x *KeepaliveSourcesRequest) String() string { method ProtoMessage (line 2956) | func (*KeepaliveSourcesRequest) ProtoMessage() {} method ProtoReflect (line 2958) | func (x *KeepaliveSourcesRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2971) | func (*KeepaliveSourcesRequest) Descriptor() ([]byte, []int) { method GetWaitForHealthy (line 2975) | func (x *KeepaliveSourcesRequest) GetWaitForHealthy() bool { method GetTimeout (line 2982) | func (x *KeepaliveSourcesRequest) GetTimeout() *durationpb.Duration { type KeepaliveSourcesResponse (line 2989) | type KeepaliveSourcesResponse struct method Reset (line 3007) | func (x *KeepaliveSourcesResponse) Reset() { method String (line 3014) | func (x *KeepaliveSourcesResponse) String() string { method ProtoMessage (line 3018) | func (*KeepaliveSourcesResponse) ProtoMessage() {} method ProtoReflect (line 3020) | func (x *KeepaliveSourcesResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 3033) | func (*KeepaliveSourcesResponse) Descriptor() ([]byte, []int) { method GetSources (line 3037) | func (x *KeepaliveSourcesResponse) GetSources() []*SourceKeepaliveResu... method GetAllSourcesHealthy (line 3044) | func (x *KeepaliveSourcesResponse) GetAllSourcesHealthy() bool { method GetAnySourcesHealthy (line 3051) | func (x *KeepaliveSourcesResponse) GetAnySourcesHealthy() bool { type CreateTokenRequest (line 3058) | type CreateTokenRequest struct method Reset (line 3068) | func (x *CreateTokenRequest) Reset() { method String (line 3075) | func (x *CreateTokenRequest) String() string { method ProtoMessage (line 3079) | func (*CreateTokenRequest) ProtoMessage() {} method ProtoReflect (line 3081) | func (x *CreateTokenRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 3094) | func (*CreateTokenRequest) Descriptor() ([]byte, []int) { method GetUserPublicNkey (line 3098) | func (x *CreateTokenRequest) GetUserPublicNkey() string { method GetUserName (line 3105) | func (x *CreateTokenRequest) GetUserName() string { type CreateTokenResponse (line 3112) | type CreateTokenResponse struct method Reset (line 3120) | func (x *CreateTokenResponse) Reset() { method String (line 3127) | func (x *CreateTokenResponse) String() string { method ProtoMessage (line 3131) | func (*CreateTokenResponse) ProtoMessage() {} method ProtoReflect (line 3133) | func (x *CreateTokenResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 3146) | func (*CreateTokenResponse) Descriptor() ([]byte, []int) { method GetToken (line 3150) | func (x *CreateTokenResponse) GetToken() string { type RevlinkWarmupRequest (line 3157) | type RevlinkWarmupRequest struct method Reset (line 3163) | func (x *RevlinkWarmupRequest) Reset() { method String (line 3170) | func (x *RevlinkWarmupRequest) String() string { method ProtoMessage (line 3174) | func (*RevlinkWarmupRequest) ProtoMessage() {} method ProtoReflect (line 3176) | func (x *RevlinkWarmupRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 3189) | func (*RevlinkWarmupRequest) Descriptor() ([]byte, []int) { type RevlinkWarmupResponse (line 3193) | type RevlinkWarmupResponse struct method Reset (line 3202) | func (x *RevlinkWarmupResponse) Reset() { method String (line 3209) | func (x *RevlinkWarmupResponse) String() string { method ProtoMessage (line 3213) | func (*RevlinkWarmupResponse) ProtoMessage() {} method ProtoReflect (line 3215) | func (x *RevlinkWarmupResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 3228) | func (*RevlinkWarmupResponse) Descriptor() ([]byte, []int) { method GetStatus (line 3232) | func (x *RevlinkWarmupResponse) GetStatus() string { method GetItems (line 3239) | func (x *RevlinkWarmupResponse) GetItems() int32 { method GetEdges (line 3246) | func (x *RevlinkWarmupResponse) GetEdges() int32 { type AvailableItemType (line 3253) | type AvailableItemType struct method Reset (line 3268) | func (x *AvailableItemType) Reset() { method String (line 3275) | func (x *AvailableItemType) String() string { method ProtoMessage (line 3279) | func (*AvailableItemType) ProtoMessage() {} method ProtoReflect (line 3281) | func (x *AvailableItemType) ProtoReflect() protoreflect.Message { method Descriptor (line 3294) | func (*AvailableItemType) Descriptor() ([]byte, []int) { method GetType (line 3298) | func (x *AvailableItemType) GetType() string { method GetCategory (line 3305) | func (x *AvailableItemType) GetCategory() AdapterCategory { method GetDescriptiveName (line 3312) | func (x *AvailableItemType) GetDescriptiveName() string { method GetSupportedQueryMethods (line 3319) | func (x *AvailableItemType) GetSupportedQueryMethods() *AdapterSupport... type ListAvailableItemTypesRequest (line 3326) | type ListAvailableItemTypesRequest struct method Reset (line 3332) | func (x *ListAvailableItemTypesRequest) Reset() { method String (line 3339) | func (x *ListAvailableItemTypesRequest) String() string { method ProtoMessage (line 3343) | func (*ListAvailableItemTypesRequest) ProtoMessage() {} method ProtoReflect (line 3345) | func (x *ListAvailableItemTypesRequest) ProtoReflect() protoreflect.Me... method Descriptor (line 3358) | func (*ListAvailableItemTypesRequest) Descriptor() ([]byte, []int) { type ListAvailableItemTypesResponse (line 3362) | type ListAvailableItemTypesResponse struct method Reset (line 3369) | func (x *ListAvailableItemTypesResponse) Reset() { method String (line 3376) | func (x *ListAvailableItemTypesResponse) String() string { method ProtoMessage (line 3380) | func (*ListAvailableItemTypesResponse) ProtoMessage() {} method ProtoReflect (line 3382) | func (x *ListAvailableItemTypesResponse) ProtoReflect() protoreflect.M... method Descriptor (line 3395) | func (*ListAvailableItemTypesResponse) Descriptor() ([]byte, []int) { method GetTypes (line 3399) | func (x *ListAvailableItemTypesResponse) GetTypes() []*AvailableItemTy... type GetSourceStatusRequest (line 3406) | type GetSourceStatusRequest struct method Reset (line 3414) | func (x *GetSourceStatusRequest) Reset() { method String (line 3421) | func (x *GetSourceStatusRequest) String() string { method ProtoMessage (line 3425) | func (*GetSourceStatusRequest) ProtoMessage() {} method ProtoReflect (line 3427) | func (x *GetSourceStatusRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 3440) | func (*GetSourceStatusRequest) Descriptor() ([]byte, []int) { method GetSourceUuid (line 3444) | func (x *GetSourceStatusRequest) GetSourceUuid() []byte { type GetSourceStatusResponse (line 3451) | type GetSourceStatusResponse struct method Reset (line 3458) | func (x *GetSourceStatusResponse) Reset() { method String (line 3465) | func (x *GetSourceStatusResponse) String() string { method ProtoMessage (line 3469) | func (*GetSourceStatusResponse) ProtoMessage() {} method ProtoReflect (line 3471) | func (x *GetSourceStatusResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 3484) | func (*GetSourceStatusResponse) Descriptor() ([]byte, []int) { method GetSource (line 3488) | func (x *GetSourceStatusResponse) GetSource() *SourceHealth { type GetUserOnboardingStatusRequest (line 3495) | type GetUserOnboardingStatusRequest struct method Reset (line 3501) | func (x *GetUserOnboardingStatusRequest) Reset() { method String (line 3508) | func (x *GetUserOnboardingStatusRequest) String() string { method ProtoMessage (line 3512) | func (*GetUserOnboardingStatusRequest) ProtoMessage() {} method ProtoReflect (line 3514) | func (x *GetUserOnboardingStatusRequest) ProtoReflect() protoreflect.M... method Descriptor (line 3527) | func (*GetUserOnboardingStatusRequest) Descriptor() ([]byte, []int) { type GetUserOnboardingStatusResponse (line 3531) | type GetUserOnboardingStatusResponse struct method Reset (line 3538) | func (x *GetUserOnboardingStatusResponse) Reset() { method String (line 3545) | func (x *GetUserOnboardingStatusResponse) String() string { method ProtoMessage (line 3549) | func (*GetUserOnboardingStatusResponse) ProtoMessage() {} method ProtoReflect (line 3551) | func (x *GetUserOnboardingStatusResponse) ProtoReflect() protoreflect.... method Descriptor (line 3564) | func (*GetUserOnboardingStatusResponse) Descriptor() ([]byte, []int) { method GetOnboardingComplete (line 3568) | func (x *GetUserOnboardingStatusResponse) GetOnboardingComplete() bool { type SetUserOnboardingStatusRequest (line 3575) | type SetUserOnboardingStatusRequest struct method Reset (line 3582) | func (x *SetUserOnboardingStatusRequest) Reset() { method String (line 3589) | func (x *SetUserOnboardingStatusRequest) String() string { method ProtoMessage (line 3593) | func (*SetUserOnboardingStatusRequest) ProtoMessage() {} method ProtoReflect (line 3595) | func (x *SetUserOnboardingStatusRequest) ProtoReflect() protoreflect.M... method Descriptor (line 3608) | func (*SetUserOnboardingStatusRequest) Descriptor() ([]byte, []int) { method GetOnboardingComplete (line 3612) | func (x *SetUserOnboardingStatusRequest) GetOnboardingComplete() bool { type SetUserOnboardingStatusResponse (line 3619) | type SetUserOnboardingStatusResponse struct method Reset (line 3625) | func (x *SetUserOnboardingStatusResponse) Reset() { method String (line 3632) | func (x *SetUserOnboardingStatusResponse) String() string { method ProtoMessage (line 3636) | func (*SetUserOnboardingStatusResponse) ProtoMessage() {} method ProtoReflect (line 3638) | func (x *SetUserOnboardingStatusResponse) ProtoReflect() protoreflect.... method Descriptor (line 3651) | func (*SetUserOnboardingStatusResponse) Descriptor() ([]byte, []int) { type SetGithubInstallationIDRequest (line 3655) | type SetGithubInstallationIDRequest struct method Reset (line 3662) | func (x *SetGithubInstallationIDRequest) Reset() { method String (line 3669) | func (x *SetGithubInstallationIDRequest) String() string { method ProtoMessage (line 3673) | func (*SetGithubInstallationIDRequest) ProtoMessage() {} method ProtoReflect (line 3675) | func (x *SetGithubInstallationIDRequest) ProtoReflect() protoreflect.M... method Descriptor (line 3688) | func (*SetGithubInstallationIDRequest) Descriptor() ([]byte, []int) { method GetGithubInstallationId (line 3692) | func (x *SetGithubInstallationIDRequest) GetGithubInstallationId() int... type SetGithubInstallationIDResponse (line 3699) | type SetGithubInstallationIDResponse struct method Reset (line 3705) | func (x *SetGithubInstallationIDResponse) Reset() { method String (line 3712) | func (x *SetGithubInstallationIDResponse) String() string { method ProtoMessage (line 3716) | func (*SetGithubInstallationIDResponse) ProtoMessage() {} method ProtoReflect (line 3718) | func (x *SetGithubInstallationIDResponse) ProtoReflect() protoreflect.... method Descriptor (line 3731) | func (*SetGithubInstallationIDResponse) Descriptor() ([]byte, []int) { type UnsetGithubInstallationIDRequest (line 3735) | type UnsetGithubInstallationIDRequest struct method Reset (line 3741) | func (x *UnsetGithubInstallationIDRequest) Reset() { method String (line 3748) | func (x *UnsetGithubInstallationIDRequest) String() string { method ProtoMessage (line 3752) | func (*UnsetGithubInstallationIDRequest) ProtoMessage() {} method ProtoReflect (line 3754) | func (x *UnsetGithubInstallationIDRequest) ProtoReflect() protoreflect... method Descriptor (line 3767) | func (*UnsetGithubInstallationIDRequest) Descriptor() ([]byte, []int) { type UnsetGithubInstallationIDResponse (line 3771) | type UnsetGithubInstallationIDResponse struct method Reset (line 3777) | func (x *UnsetGithubInstallationIDResponse) Reset() { method String (line 3784) | func (x *UnsetGithubInstallationIDResponse) String() string { method ProtoMessage (line 3788) | func (*UnsetGithubInstallationIDResponse) ProtoMessage() {} method ProtoReflect (line 3790) | func (x *UnsetGithubInstallationIDResponse) ProtoReflect() protoreflec... method Descriptor (line 3803) | func (*UnsetGithubInstallationIDResponse) Descriptor() ([]byte, []int) { type GetOrCreateAWSExternalIdRequest (line 3807) | type GetOrCreateAWSExternalIdRequest struct method Reset (line 3813) | func (x *GetOrCreateAWSExternalIdRequest) Reset() { method String (line 3820) | func (x *GetOrCreateAWSExternalIdRequest) String() string { method ProtoMessage (line 3824) | func (*GetOrCreateAWSExternalIdRequest) ProtoMessage() {} method ProtoReflect (line 3826) | func (x *GetOrCreateAWSExternalIdRequest) ProtoReflect() protoreflect.... method Descriptor (line 3839) | func (*GetOrCreateAWSExternalIdRequest) Descriptor() ([]byte, []int) { type GetOrCreateAWSExternalIdResponse (line 3843) | type GetOrCreateAWSExternalIdResponse struct method Reset (line 3850) | func (x *GetOrCreateAWSExternalIdResponse) Reset() { method String (line 3857) | func (x *GetOrCreateAWSExternalIdResponse) String() string { method ProtoMessage (line 3861) | func (*GetOrCreateAWSExternalIdResponse) ProtoMessage() {} method ProtoReflect (line 3863) | func (x *GetOrCreateAWSExternalIdResponse) ProtoReflect() protoreflect... method Descriptor (line 3876) | func (*GetOrCreateAWSExternalIdResponse) Descriptor() ([]byte, []int) { method GetAwsExternalId (line 3880) | func (x *GetOrCreateAWSExternalIdResponse) GetAwsExternalId() string { type ListTeamMembersRequest (line 3888) | type ListTeamMembersRequest struct method Reset (line 3894) | func (x *ListTeamMembersRequest) Reset() { method String (line 3901) | func (x *ListTeamMembersRequest) String() string { method ProtoMessage (line 3905) | func (*ListTeamMembersRequest) ProtoMessage() {} method ProtoReflect (line 3907) | func (x *ListTeamMembersRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 3920) | func (*ListTeamMembersRequest) Descriptor() ([]byte, []int) { type ListTeamMembersResponse (line 3924) | type ListTeamMembersResponse struct method Reset (line 3931) | func (x *ListTeamMembersResponse) Reset() { method String (line 3938) | func (x *ListTeamMembersResponse) String() string { method ProtoMessage (line 3942) | func (*ListTeamMembersResponse) ProtoMessage() {} method ProtoReflect (line 3944) | func (x *ListTeamMembersResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 3957) | func (*ListTeamMembersResponse) Descriptor() ([]byte, []int) { method GetMembers (line 3961) | func (x *ListTeamMembersResponse) GetMembers() []*TeamMember { type TeamMember (line 3968) | type TeamMember struct method Reset (line 3980) | func (x *TeamMember) Reset() { method String (line 3987) | func (x *TeamMember) String() string { method ProtoMessage (line 3991) | func (*TeamMember) ProtoMessage() {} method ProtoReflect (line 3993) | func (x *TeamMember) ProtoReflect() protoreflect.Message { method Descriptor (line 4006) | func (*TeamMember) Descriptor() ([]byte, []int) { method GetUUID (line 4010) | func (x *TeamMember) GetUUID() []byte { method GetName (line 4017) | func (x *TeamMember) GetName() string { method GetPictureUrl (line 4024) | func (x *TeamMember) GetPictureUrl() string { type GetWelcomeScreenInformationRequest (line 4031) | type GetWelcomeScreenInformationRequest struct method Reset (line 4037) | func (x *GetWelcomeScreenInformationRequest) Reset() { method String (line 4044) | func (x *GetWelcomeScreenInformationRequest) String() string { method ProtoMessage (line 4048) | func (*GetWelcomeScreenInformationRequest) ProtoMessage() {} method ProtoReflect (line 4050) | func (x *GetWelcomeScreenInformationRequest) ProtoReflect() protorefle... method Descriptor (line 4063) | func (*GetWelcomeScreenInformationRequest) Descriptor() ([]byte, []int) { type InviterInformation (line 4067) | type InviterInformation struct method Reset (line 4076) | func (x *InviterInformation) Reset() { method String (line 4083) | func (x *InviterInformation) String() string { method ProtoMessage (line 4087) | func (*InviterInformation) ProtoMessage() {} method ProtoReflect (line 4089) | func (x *InviterInformation) ProtoReflect() protoreflect.Message { method Descriptor (line 4102) | func (*InviterInformation) Descriptor() ([]byte, []int) { method GetEmail (line 4106) | func (x *InviterInformation) GetEmail() string { method GetName (line 4113) | func (x *InviterInformation) GetName() string { method GetPictureUrl (line 4120) | func (x *InviterInformation) GetPictureUrl() string { type GetWelcomeScreenInformationResponse (line 4127) | type GetWelcomeScreenInformationResponse struct method Reset (line 4134) | func (x *GetWelcomeScreenInformationResponse) Reset() { method String (line 4141) | func (x *GetWelcomeScreenInformationResponse) String() string { method ProtoMessage (line 4145) | func (*GetWelcomeScreenInformationResponse) ProtoMessage() {} method ProtoReflect (line 4147) | func (x *GetWelcomeScreenInformationResponse) ProtoReflect() protorefl... method Descriptor (line 4160) | func (*GetWelcomeScreenInformationResponse) Descriptor() ([]byte, []in... method GetInviterInformation (line 4164) | func (x *GetWelcomeScreenInformationResponse) GetInviterInformation() ... constant file_account_proto_rawDesc (line 4173) | file_account_proto_rawDesc = "" + function file_account_proto_rawDescGZIP (line 4486) | func file_account_proto_rawDescGZIP() []byte { function init (line 4711) | func init() { file_account_proto_init() } function file_account_proto_init (line 4712) | func file_account_proto_init() { FILE: go/sdp-go/apikey.go method GetUUIDParsed (line 5) | func (a *APIKeyMetadata) GetUUIDParsed() *uuid.UUID { FILE: go/sdp-go/apikeys.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type KeyStatus (line 25) | type KeyStatus method Enum (line 58) | func (x KeyStatus) Enum() *KeyStatus { method String (line 64) | func (x KeyStatus) String() string { method Descriptor (line 68) | func (KeyStatus) Descriptor() protoreflect.EnumDescriptor { method Type (line 72) | func (KeyStatus) Type() protoreflect.EnumType { method Number (line 76) | func (x KeyStatus) Number() protoreflect.EnumNumber { method EnumDescriptor (line 81) | func (KeyStatus) EnumDescriptor() ([]byte, []int) { constant KeyStatus_KEY_STATUS_UNKNOWN (line 28) | KeyStatus_KEY_STATUS_UNKNOWN KeyStatus = 0 constant KeyStatus_KEY_STATUS_UNAUTHORIZED (line 31) | KeyStatus_KEY_STATUS_UNAUTHORIZED KeyStatus = 1 constant KeyStatus_KEY_STATUS_READY (line 33) | KeyStatus_KEY_STATUS_READY KeyStatus = 2 constant KeyStatus_KEY_STATUS_ERROR (line 35) | KeyStatus_KEY_STATUS_ERROR KeyStatus = 3 constant KeyStatus_KEY_STATUS_REVOKED (line 37) | KeyStatus_KEY_STATUS_REVOKED KeyStatus = 4 type APIKey (line 85) | type APIKey struct method Reset (line 93) | func (x *APIKey) Reset() { method String (line 100) | func (x *APIKey) String() string { method ProtoMessage (line 104) | func (*APIKey) ProtoMessage() {} method ProtoReflect (line 106) | func (x *APIKey) ProtoReflect() protoreflect.Message { method Descriptor (line 119) | func (*APIKey) Descriptor() ([]byte, []int) { method GetMetadata (line 123) | func (x *APIKey) GetMetadata() *APIKeyMetadata { method GetProperties (line 130) | func (x *APIKey) GetProperties() *APIKeyProperties { type APIKeyMetadata (line 137) | type APIKeyMetadata struct method Reset (line 158) | func (x *APIKeyMetadata) Reset() { method String (line 165) | func (x *APIKeyMetadata) String() string { method ProtoMessage (line 169) | func (*APIKeyMetadata) ProtoMessage() {} method ProtoReflect (line 171) | func (x *APIKeyMetadata) ProtoReflect() protoreflect.Message { method Descriptor (line 184) | func (*APIKeyMetadata) Descriptor() ([]byte, []int) { method GetUuid (line 188) | func (x *APIKeyMetadata) GetUuid() []byte { method GetCreated (line 195) | func (x *APIKeyMetadata) GetCreated() *timestamppb.Timestamp { method GetLastUsed (line 202) | func (x *APIKeyMetadata) GetLastUsed() *timestamppb.Timestamp { method GetKey (line 209) | func (x *APIKeyMetadata) GetKey() string { method GetScopes (line 216) | func (x *APIKeyMetadata) GetScopes() []string { method GetStatus (line 223) | func (x *APIKeyMetadata) GetStatus() KeyStatus { method GetError (line 230) | func (x *APIKeyMetadata) GetError() string { type APIKeyProperties (line 237) | type APIKeyProperties struct method Reset (line 245) | func (x *APIKeyProperties) Reset() { method String (line 252) | func (x *APIKeyProperties) String() string { method ProtoMessage (line 256) | func (*APIKeyProperties) ProtoMessage() {} method ProtoReflect (line 258) | func (x *APIKeyProperties) ProtoReflect() protoreflect.Message { method Descriptor (line 271) | func (*APIKeyProperties) Descriptor() ([]byte, []int) { method GetName (line 275) | func (x *APIKeyProperties) GetName() string { type CreateAPIKeyRequest (line 282) | type CreateAPIKeyRequest struct method Reset (line 296) | func (x *CreateAPIKeyRequest) Reset() { method String (line 303) | func (x *CreateAPIKeyRequest) String() string { method ProtoMessage (line 307) | func (*CreateAPIKeyRequest) ProtoMessage() {} method ProtoReflect (line 309) | func (x *CreateAPIKeyRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 322) | func (*CreateAPIKeyRequest) Descriptor() ([]byte, []int) { method GetName (line 326) | func (x *CreateAPIKeyRequest) GetName() string { method GetScopes (line 333) | func (x *CreateAPIKeyRequest) GetScopes() []string { method GetFinalFrontendRedirect (line 340) | func (x *CreateAPIKeyRequest) GetFinalFrontendRedirect() string { type CreateAPIKeyResponse (line 347) | type CreateAPIKeyResponse struct method Reset (line 365) | func (x *CreateAPIKeyResponse) Reset() { method String (line 372) | func (x *CreateAPIKeyResponse) String() string { method ProtoMessage (line 376) | func (*CreateAPIKeyResponse) ProtoMessage() {} method ProtoReflect (line 378) | func (x *CreateAPIKeyResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 391) | func (*CreateAPIKeyResponse) Descriptor() ([]byte, []int) { method GetKey (line 395) | func (x *CreateAPIKeyResponse) GetKey() *APIKey { method GetAuthorizeURL (line 402) | func (x *CreateAPIKeyResponse) GetAuthorizeURL() string { type RefreshAPIKeyRequest (line 409) | type RefreshAPIKeyRequest struct method Reset (line 421) | func (x *RefreshAPIKeyRequest) Reset() { method String (line 428) | func (x *RefreshAPIKeyRequest) String() string { method ProtoMessage (line 432) | func (*RefreshAPIKeyRequest) ProtoMessage() {} method ProtoReflect (line 434) | func (x *RefreshAPIKeyRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 447) | func (*RefreshAPIKeyRequest) Descriptor() ([]byte, []int) { method GetUuid (line 451) | func (x *RefreshAPIKeyRequest) GetUuid() []byte { method GetFinalFrontendRedirect (line 458) | func (x *RefreshAPIKeyRequest) GetFinalFrontendRedirect() string { type RefreshAPIKeyResponse (line 465) | type RefreshAPIKeyResponse struct method Reset (line 475) | func (x *RefreshAPIKeyResponse) Reset() { method String (line 482) | func (x *RefreshAPIKeyResponse) String() string { method ProtoMessage (line 486) | func (*RefreshAPIKeyResponse) ProtoMessage() {} method ProtoReflect (line 488) | func (x *RefreshAPIKeyResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 501) | func (*RefreshAPIKeyResponse) Descriptor() ([]byte, []int) { method GetResponse (line 505) | func (x *RefreshAPIKeyResponse) GetResponse() *CreateAPIKeyResponse { type GetAPIKeyRequest (line 512) | type GetAPIKeyRequest struct method Reset (line 520) | func (x *GetAPIKeyRequest) Reset() { method String (line 527) | func (x *GetAPIKeyRequest) String() string { method ProtoMessage (line 531) | func (*GetAPIKeyRequest) ProtoMessage() {} method ProtoReflect (line 533) | func (x *GetAPIKeyRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 546) | func (*GetAPIKeyRequest) Descriptor() ([]byte, []int) { method GetUuid (line 550) | func (x *GetAPIKeyRequest) GetUuid() []byte { type GetAPIKeyResponse (line 557) | type GetAPIKeyResponse struct method Reset (line 564) | func (x *GetAPIKeyResponse) Reset() { method String (line 571) | func (x *GetAPIKeyResponse) String() string { method ProtoMessage (line 575) | func (*GetAPIKeyResponse) ProtoMessage() {} method ProtoReflect (line 577) | func (x *GetAPIKeyResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 590) | func (*GetAPIKeyResponse) Descriptor() ([]byte, []int) { method GetKey (line 594) | func (x *GetAPIKeyResponse) GetKey() *APIKey { type UpdateAPIKeyRequest (line 601) | type UpdateAPIKeyRequest struct method Reset (line 611) | func (x *UpdateAPIKeyRequest) Reset() { method String (line 618) | func (x *UpdateAPIKeyRequest) String() string { method ProtoMessage (line 622) | func (*UpdateAPIKeyRequest) ProtoMessage() {} method ProtoReflect (line 624) | func (x *UpdateAPIKeyRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 637) | func (*UpdateAPIKeyRequest) Descriptor() ([]byte, []int) { method GetUuid (line 641) | func (x *UpdateAPIKeyRequest) GetUuid() []byte { method GetProperties (line 648) | func (x *UpdateAPIKeyRequest) GetProperties() *APIKeyProperties { type UpdateAPIKeyResponse (line 655) | type UpdateAPIKeyResponse struct method Reset (line 663) | func (x *UpdateAPIKeyResponse) Reset() { method String (line 670) | func (x *UpdateAPIKeyResponse) String() string { method ProtoMessage (line 674) | func (*UpdateAPIKeyResponse) ProtoMessage() {} method ProtoReflect (line 676) | func (x *UpdateAPIKeyResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 689) | func (*UpdateAPIKeyResponse) Descriptor() ([]byte, []int) { method GetKey (line 693) | func (x *UpdateAPIKeyResponse) GetKey() *APIKey { type ListAPIKeysRequest (line 700) | type ListAPIKeysRequest struct method Reset (line 706) | func (x *ListAPIKeysRequest) Reset() { method String (line 713) | func (x *ListAPIKeysRequest) String() string { method ProtoMessage (line 717) | func (*ListAPIKeysRequest) ProtoMessage() {} method ProtoReflect (line 719) | func (x *ListAPIKeysRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 732) | func (*ListAPIKeysRequest) Descriptor() ([]byte, []int) { type ListAPIKeysResponse (line 736) | type ListAPIKeysResponse struct method Reset (line 743) | func (x *ListAPIKeysResponse) Reset() { method String (line 750) | func (x *ListAPIKeysResponse) String() string { method ProtoMessage (line 754) | func (*ListAPIKeysResponse) ProtoMessage() {} method ProtoReflect (line 756) | func (x *ListAPIKeysResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 769) | func (*ListAPIKeysResponse) Descriptor() ([]byte, []int) { method GetKeys (line 773) | func (x *ListAPIKeysResponse) GetKeys() []*APIKey { type DeleteAPIKeyRequest (line 780) | type DeleteAPIKeyRequest struct method Reset (line 788) | func (x *DeleteAPIKeyRequest) Reset() { method String (line 795) | func (x *DeleteAPIKeyRequest) String() string { method ProtoMessage (line 799) | func (*DeleteAPIKeyRequest) ProtoMessage() {} method ProtoReflect (line 801) | func (x *DeleteAPIKeyRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 814) | func (*DeleteAPIKeyRequest) Descriptor() ([]byte, []int) { method GetUuid (line 818) | func (x *DeleteAPIKeyRequest) GetUuid() []byte { type DeleteAPIKeyResponse (line 825) | type DeleteAPIKeyResponse struct method Reset (line 831) | func (x *DeleteAPIKeyResponse) Reset() { method String (line 838) | func (x *DeleteAPIKeyResponse) String() string { method ProtoMessage (line 842) | func (*DeleteAPIKeyResponse) ProtoMessage() {} method ProtoReflect (line 844) | func (x *DeleteAPIKeyResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 857) | func (*DeleteAPIKeyResponse) Descriptor() ([]byte, []int) { type ExchangeKeyForTokenRequest (line 861) | type ExchangeKeyForTokenRequest struct method Reset (line 869) | func (x *ExchangeKeyForTokenRequest) Reset() { method String (line 876) | func (x *ExchangeKeyForTokenRequest) String() string { method ProtoMessage (line 880) | func (*ExchangeKeyForTokenRequest) ProtoMessage() {} method ProtoReflect (line 882) | func (x *ExchangeKeyForTokenRequest) ProtoReflect() protoreflect.Messa... method Descriptor (line 895) | func (*ExchangeKeyForTokenRequest) Descriptor() ([]byte, []int) { method GetApiKey (line 899) | func (x *ExchangeKeyForTokenRequest) GetApiKey() string { type ExchangeKeyForTokenResponse (line 906) | type ExchangeKeyForTokenResponse struct method Reset (line 915) | func (x *ExchangeKeyForTokenResponse) Reset() { method String (line 922) | func (x *ExchangeKeyForTokenResponse) String() string { method ProtoMessage (line 926) | func (*ExchangeKeyForTokenResponse) ProtoMessage() {} method ProtoReflect (line 928) | func (x *ExchangeKeyForTokenResponse) ProtoReflect() protoreflect.Mess... method Descriptor (line 941) | func (*ExchangeKeyForTokenResponse) Descriptor() ([]byte, []int) { method GetAccessToken (line 945) | func (x *ExchangeKeyForTokenResponse) GetAccessToken() string { constant file_apikeys_proto_rawDesc (line 954) | file_apikeys_proto_rawDesc = "" + function file_apikeys_proto_rawDescGZIP (line 1025) | func file_apikeys_proto_rawDescGZIP() []byte { function init (line 1088) | func init() { file_apikeys_proto_init() } function file_apikeys_proto_init (line 1089) | func file_apikeys_proto_init() { FILE: go/sdp-go/area51.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type ChangeArchive (line 24) | type ChangeArchive struct method Reset (line 40) | func (x *ChangeArchive) Reset() { method String (line 47) | func (x *ChangeArchive) String() string { method ProtoMessage (line 51) | func (*ChangeArchive) ProtoMessage() {} method ProtoReflect (line 53) | func (x *ChangeArchive) ProtoReflect() protoreflect.Message { method Descriptor (line 66) | func (*ChangeArchive) Descriptor() ([]byte, []int) { method GetChange (line 70) | func (x *ChangeArchive) GetChange() *Change { method GetChangingItemsBookmark (line 77) | func (x *ChangeArchive) GetChangingItemsBookmark() *Bookmark { method GetBlastRadiusSnapshot (line 84) | func (x *ChangeArchive) GetBlastRadiusSnapshot() *Snapshot { method GetSystemBeforeSnapshot (line 91) | func (x *ChangeArchive) GetSystemBeforeSnapshot() *Snapshot { method GetSystemAfterSnapshot (line 98) | func (x *ChangeArchive) GetSystemAfterSnapshot() *Snapshot { method GetChangeRiskMetadata (line 105) | func (x *ChangeArchive) GetChangeRiskMetadata() *ChangeRiskMetadata { method GetPlannedChanges (line 112) | func (x *ChangeArchive) GetPlannedChanges() []*MappedItemDiff { method GetTimelineV2 (line 119) | func (x *ChangeArchive) GetTimelineV2() []*ChangeTimelineEntryV2 { method GetSignals (line 126) | func (x *ChangeArchive) GetSignals() []*Signal { method GetHypotheses (line 133) | func (x *ChangeArchive) GetHypotheses() []*HypothesesDetails { type GetChangeArchiveRequest (line 140) | type GetChangeArchiveRequest struct method Reset (line 147) | func (x *GetChangeArchiveRequest) Reset() { method String (line 154) | func (x *GetChangeArchiveRequest) String() string { method ProtoMessage (line 158) | func (*GetChangeArchiveRequest) ProtoMessage() {} method ProtoReflect (line 160) | func (x *GetChangeArchiveRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 173) | func (*GetChangeArchiveRequest) Descriptor() ([]byte, []int) { method GetUUID (line 177) | func (x *GetChangeArchiveRequest) GetUUID() []byte { type GetChangeArchiveResponse (line 184) | type GetChangeArchiveResponse struct method Reset (line 191) | func (x *GetChangeArchiveResponse) Reset() { method String (line 198) | func (x *GetChangeArchiveResponse) String() string { method ProtoMessage (line 202) | func (*GetChangeArchiveResponse) ProtoMessage() {} method ProtoReflect (line 204) | func (x *GetChangeArchiveResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 217) | func (*GetChangeArchiveResponse) Descriptor() ([]byte, []int) { method GetChangeArchive (line 221) | func (x *GetChangeArchiveResponse) GetChangeArchive() *ChangeArchive { constant file_area51_proto_rawDesc (line 230) | file_area51_proto_rawDesc = "" + function file_area51_proto_rawDescGZIP (line 266) | func file_area51_proto_rawDescGZIP() []byte { function init (line 308) | func init() { file_area51_proto_init() } function file_area51_proto_init (line 309) | func file_area51_proto_init() { FILE: go/sdp-go/auth0support.pb.go constant _ (line 21) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 23) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Auth0CreateUserRequest (line 26) | type Auth0CreateUserRequest struct method Reset (line 51) | func (x *Auth0CreateUserRequest) Reset() { method String (line 58) | func (x *Auth0CreateUserRequest) String() string { method ProtoMessage (line 62) | func (*Auth0CreateUserRequest) ProtoMessage() {} method ProtoReflect (line 64) | func (x *Auth0CreateUserRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 77) | func (*Auth0CreateUserRequest) Descriptor() ([]byte, []int) { method GetUserId (line 81) | func (x *Auth0CreateUserRequest) GetUserId() string { method GetEmail (line 88) | func (x *Auth0CreateUserRequest) GetEmail() string { method GetName (line 95) | func (x *Auth0CreateUserRequest) GetName() string { method GetEmailVerified (line 102) | func (x *Auth0CreateUserRequest) GetEmailVerified() bool { method GetFirstName (line 109) | func (x *Auth0CreateUserRequest) GetFirstName() string { method GetLastName (line 116) | func (x *Auth0CreateUserRequest) GetLastName() string { method GetConnectionId (line 123) | func (x *Auth0CreateUserRequest) GetConnectionId() string { method GetPictureUrl (line 130) | func (x *Auth0CreateUserRequest) GetPictureUrl() string { type Auth0CreateUserResponse (line 137) | type Auth0CreateUserResponse struct method Reset (line 144) | func (x *Auth0CreateUserResponse) Reset() { method String (line 151) | func (x *Auth0CreateUserResponse) String() string { method ProtoMessage (line 155) | func (*Auth0CreateUserResponse) ProtoMessage() {} method ProtoReflect (line 157) | func (x *Auth0CreateUserResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 170) | func (*Auth0CreateUserResponse) Descriptor() ([]byte, []int) { method GetOrgId (line 174) | func (x *Auth0CreateUserResponse) GetOrgId() string { constant file_auth0support_proto_rawDesc (line 183) | file_auth0support_proto_rawDesc = "" + function file_auth0support_proto_rawDescGZIP (line 209) | func file_auth0support_proto_rawDescGZIP() []byte { function init (line 235) | func init() { file_auth0support_proto_init() } function file_auth0support_proto_init (line 236) | func file_auth0support_proto_init() { FILE: go/sdp-go/bookmarks.go method ToMap (line 3) | func (b *Bookmark) ToMap() map[string]any { method ToMap (line 10) | func (bm *BookmarkMetadata) ToMap() map[string]any { method ToMap (line 17) | func (bp *BookmarkProperties) ToMap() map[string]any { FILE: go/sdp-go/bookmarks.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Bookmark (line 26) | type Bookmark struct method Reset (line 34) | func (x *Bookmark) Reset() { method String (line 41) | func (x *Bookmark) String() string { method ProtoMessage (line 45) | func (*Bookmark) ProtoMessage() {} method ProtoReflect (line 47) | func (x *Bookmark) ProtoReflect() protoreflect.Message { method Descriptor (line 60) | func (*Bookmark) Descriptor() ([]byte, []int) { method GetMetadata (line 64) | func (x *Bookmark) GetMetadata() *BookmarkMetadata { method GetProperties (line 71) | func (x *Bookmark) GetProperties() *BookmarkProperties { type BookmarkProperties (line 79) | type BookmarkProperties struct method Reset (line 95) | func (x *BookmarkProperties) Reset() { method String (line 102) | func (x *BookmarkProperties) String() string { method ProtoMessage (line 106) | func (*BookmarkProperties) ProtoMessage() {} method ProtoReflect (line 108) | func (x *BookmarkProperties) ProtoReflect() protoreflect.Message { method Descriptor (line 121) | func (*BookmarkProperties) Descriptor() ([]byte, []int) { method GetName (line 125) | func (x *BookmarkProperties) GetName() string { method GetDescription (line 132) | func (x *BookmarkProperties) GetDescription() string { method GetQueries (line 139) | func (x *BookmarkProperties) GetQueries() []*Query { method GetIsSystem (line 146) | func (x *BookmarkProperties) GetIsSystem() bool { type BookmarkMetadata (line 154) | type BookmarkMetadata struct method Reset (line 164) | func (x *BookmarkMetadata) Reset() { method String (line 171) | func (x *BookmarkMetadata) String() string { method ProtoMessage (line 175) | func (*BookmarkMetadata) ProtoMessage() {} method ProtoReflect (line 177) | func (x *BookmarkMetadata) ProtoReflect() protoreflect.Message { method Descriptor (line 190) | func (*BookmarkMetadata) Descriptor() ([]byte, []int) { method GetUUID (line 194) | func (x *BookmarkMetadata) GetUUID() []byte { method GetCreated (line 201) | func (x *BookmarkMetadata) GetCreated() *timestamppb.Timestamp { type ListBookmarksRequest (line 209) | type ListBookmarksRequest struct method Reset (line 215) | func (x *ListBookmarksRequest) Reset() { method String (line 222) | func (x *ListBookmarksRequest) String() string { method ProtoMessage (line 226) | func (*ListBookmarksRequest) ProtoMessage() {} method ProtoReflect (line 228) | func (x *ListBookmarksRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 241) | func (*ListBookmarksRequest) Descriptor() ([]byte, []int) { type ListBookmarkResponse (line 245) | type ListBookmarkResponse struct method Reset (line 252) | func (x *ListBookmarkResponse) Reset() { method String (line 259) | func (x *ListBookmarkResponse) String() string { method ProtoMessage (line 263) | func (*ListBookmarkResponse) ProtoMessage() {} method ProtoReflect (line 265) | func (x *ListBookmarkResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 278) | func (*ListBookmarkResponse) Descriptor() ([]byte, []int) { method GetBookmarks (line 282) | func (x *ListBookmarkResponse) GetBookmarks() []*Bookmark { type CreateBookmarkRequest (line 290) | type CreateBookmarkRequest struct method Reset (line 297) | func (x *CreateBookmarkRequest) Reset() { method String (line 304) | func (x *CreateBookmarkRequest) String() string { method ProtoMessage (line 308) | func (*CreateBookmarkRequest) ProtoMessage() {} method ProtoReflect (line 310) | func (x *CreateBookmarkRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 323) | func (*CreateBookmarkRequest) Descriptor() ([]byte, []int) { method GetProperties (line 327) | func (x *CreateBookmarkRequest) GetProperties() *BookmarkProperties { type CreateBookmarkResponse (line 334) | type CreateBookmarkResponse struct method Reset (line 341) | func (x *CreateBookmarkResponse) Reset() { method String (line 348) | func (x *CreateBookmarkResponse) String() string { method ProtoMessage (line 352) | func (*CreateBookmarkResponse) ProtoMessage() {} method ProtoReflect (line 354) | func (x *CreateBookmarkResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 367) | func (*CreateBookmarkResponse) Descriptor() ([]byte, []int) { method GetBookmark (line 371) | func (x *CreateBookmarkResponse) GetBookmark() *Bookmark { type GetBookmarkRequest (line 379) | type GetBookmarkRequest struct method Reset (line 386) | func (x *GetBookmarkRequest) Reset() { method String (line 393) | func (x *GetBookmarkRequest) String() string { method ProtoMessage (line 397) | func (*GetBookmarkRequest) ProtoMessage() {} method ProtoReflect (line 399) | func (x *GetBookmarkRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 412) | func (*GetBookmarkRequest) Descriptor() ([]byte, []int) { method GetUUID (line 416) | func (x *GetBookmarkRequest) GetUUID() []byte { type GetBookmarkResponse (line 423) | type GetBookmarkResponse struct method Reset (line 430) | func (x *GetBookmarkResponse) Reset() { method String (line 437) | func (x *GetBookmarkResponse) String() string { method ProtoMessage (line 441) | func (*GetBookmarkResponse) ProtoMessage() {} method ProtoReflect (line 443) | func (x *GetBookmarkResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 456) | func (*GetBookmarkResponse) Descriptor() ([]byte, []int) { method GetBookmark (line 460) | func (x *GetBookmarkResponse) GetBookmark() *Bookmark { type UpdateBookmarkRequest (line 468) | type UpdateBookmarkRequest struct method Reset (line 478) | func (x *UpdateBookmarkRequest) Reset() { method String (line 485) | func (x *UpdateBookmarkRequest) String() string { method ProtoMessage (line 489) | func (*UpdateBookmarkRequest) ProtoMessage() {} method ProtoReflect (line 491) | func (x *UpdateBookmarkRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 504) | func (*UpdateBookmarkRequest) Descriptor() ([]byte, []int) { method GetUUID (line 508) | func (x *UpdateBookmarkRequest) GetUUID() []byte { method GetProperties (line 515) | func (x *UpdateBookmarkRequest) GetProperties() *BookmarkProperties { type UpdateBookmarkResponse (line 522) | type UpdateBookmarkResponse struct method Reset (line 529) | func (x *UpdateBookmarkResponse) Reset() { method String (line 536) | func (x *UpdateBookmarkResponse) String() string { method ProtoMessage (line 540) | func (*UpdateBookmarkResponse) ProtoMessage() {} method ProtoReflect (line 542) | func (x *UpdateBookmarkResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 555) | func (*UpdateBookmarkResponse) Descriptor() ([]byte, []int) { method GetBookmark (line 559) | func (x *UpdateBookmarkResponse) GetBookmark() *Bookmark { type DeleteBookmarkRequest (line 567) | type DeleteBookmarkRequest struct method Reset (line 575) | func (x *DeleteBookmarkRequest) Reset() { method String (line 582) | func (x *DeleteBookmarkRequest) String() string { method ProtoMessage (line 586) | func (*DeleteBookmarkRequest) ProtoMessage() {} method ProtoReflect (line 588) | func (x *DeleteBookmarkRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 601) | func (*DeleteBookmarkRequest) Descriptor() ([]byte, []int) { method GetUUID (line 605) | func (x *DeleteBookmarkRequest) GetUUID() []byte { type DeleteBookmarkResponse (line 612) | type DeleteBookmarkResponse struct method Reset (line 618) | func (x *DeleteBookmarkResponse) Reset() { method String (line 625) | func (x *DeleteBookmarkResponse) String() string { method ProtoMessage (line 629) | func (*DeleteBookmarkResponse) ProtoMessage() {} method ProtoReflect (line 631) | func (x *DeleteBookmarkResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 644) | func (*DeleteBookmarkResponse) Descriptor() ([]byte, []int) { type GetAffectedBookmarksRequest (line 648) | type GetAffectedBookmarksRequest struct method Reset (line 658) | func (x *GetAffectedBookmarksRequest) Reset() { method String (line 665) | func (x *GetAffectedBookmarksRequest) String() string { method ProtoMessage (line 669) | func (*GetAffectedBookmarksRequest) ProtoMessage() {} method ProtoReflect (line 671) | func (x *GetAffectedBookmarksRequest) ProtoReflect() protoreflect.Mess... method Descriptor (line 684) | func (*GetAffectedBookmarksRequest) Descriptor() ([]byte, []int) { method GetSnapshotUUID (line 688) | func (x *GetAffectedBookmarksRequest) GetSnapshotUUID() []byte { method GetBookmarkUUIDs (line 695) | func (x *GetAffectedBookmarksRequest) GetBookmarkUUIDs() [][]byte { type GetAffectedBookmarksResponse (line 702) | type GetAffectedBookmarksResponse struct method Reset (line 710) | func (x *GetAffectedBookmarksResponse) Reset() { method String (line 717) | func (x *GetAffectedBookmarksResponse) String() string { method ProtoMessage (line 721) | func (*GetAffectedBookmarksResponse) ProtoMessage() {} method ProtoReflect (line 723) | func (x *GetAffectedBookmarksResponse) ProtoReflect() protoreflect.Mes... method Descriptor (line 736) | func (*GetAffectedBookmarksResponse) Descriptor() ([]byte, []int) { method GetBookmarkUUIDs (line 740) | func (x *GetAffectedBookmarksResponse) GetBookmarkUUIDs() [][]byte { constant file_bookmarks_proto_rawDesc (line 749) | file_bookmarks_proto_rawDesc = "" + function file_bookmarks_proto_rawDescGZIP (line 806) | func file_bookmarks_proto_rawDescGZIP() []byte { function init (line 863) | func init() { file_bookmarks_proto_init() } function file_bookmarks_proto_init (line 864) | func file_bookmarks_proto_init() { FILE: go/sdp-go/cached_entry.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type CachedEntry (line 25) | type CachedEntry struct method Reset (line 42) | func (x *CachedEntry) Reset() { method String (line 49) | func (x *CachedEntry) String() string { method ProtoMessage (line 53) | func (*CachedEntry) ProtoMessage() {} method ProtoReflect (line 55) | func (x *CachedEntry) ProtoReflect() protoreflect.Message { method Descriptor (line 68) | func (*CachedEntry) Descriptor() ([]byte, []int) { method GetItem (line 72) | func (x *CachedEntry) GetItem() *Item { method GetError (line 79) | func (x *CachedEntry) GetError() *QueryError { method GetExpiryUnixNano (line 86) | func (x *CachedEntry) GetExpiryUnixNano() int64 { method GetUniqueAttributeValue (line 93) | func (x *CachedEntry) GetUniqueAttributeValue() string { method GetMethod (line 100) | func (x *CachedEntry) GetMethod() QueryMethod { method GetQuery (line 107) | func (x *CachedEntry) GetQuery() string { method GetSstHash (line 114) | func (x *CachedEntry) GetSstHash() string { constant file_cached_entry_proto_rawDesc (line 123) | file_cached_entry_proto_rawDesc = "" + function file_cached_entry_proto_rawDescGZIP (line 140) | func file_cached_entry_proto_rawDescGZIP() []byte { function init (line 165) | func init() { file_cached_entry_proto_init() } function file_cached_entry_proto_init (line 166) | func file_cached_entry_proto_init() { FILE: go/sdp-go/changes.go method GetUUIDParsed (line 12) | func (a *ChangeMetadata) GetUUIDParsed() *uuid.UUID { method GetNullUUID (line 21) | func (a *ChangeMetadata) GetNullUUID() uuid.NullUUID { method GetChangingItemsBookmarkUUIDParsed (line 31) | func (a *ChangeProperties) GetChangingItemsBookmarkUUIDParsed() *uuid.UU... method GetSystemBeforeSnapshotUUIDParsed (line 41) | func (a *ChangeProperties) GetSystemBeforeSnapshotUUIDParsed() *uuid.UUID { method GetSystemAfterSnapshotUUIDParsed (line 51) | func (a *ChangeProperties) GetSystemAfterSnapshotUUIDParsed() *uuid.UUID { method GetUUIDParsed (line 60) | func (a *GetChangeRequest) GetUUIDParsed() *uuid.UUID { method GetUUIDParsed (line 69) | func (a *UpdateChangeRequest) GetUUIDParsed() *uuid.UUID { method GetUUIDParsed (line 78) | func (a *DeleteChangeRequest) GetUUIDParsed() *uuid.UUID { method GetChangeUUIDParsed (line 87) | func (x *GetDiffRequest) GetChangeUUIDParsed() *uuid.UUID { method GetChangeUUIDParsed (line 96) | func (x *ListChangingItemsSummaryRequest) GetChangeUUIDParsed() *uuid.UU... method GetChangeUUIDParsed (line 105) | func (x *StartChangeRequest) GetChangeUUIDParsed() *uuid.UUID { method GetChangeUUIDParsed (line 114) | func (x *EndChangeRequest) GetChangeUUIDParsed() *uuid.UUID { method ToMap (line 123) | func (c *Change) ToMap() map[string]any { function stringFromUuidBytes (line 131) | func stringFromUuidBytes(b []byte) string { method ToMap (line 140) | func (r *Reference) ToMap() map[string]any { method ToMap (line 149) | func (r *Risk) ToMap() map[string]any { method ToMap (line 165) | func (r *GetChangeRisksResponse) ToMap() map[string]any { method ToMap (line 182) | func (cm *ChangeMetadata) ToMap() map[string]any { method ToMap (line 204) | func (i *Item) ToMap() map[string]any { method ToMap (line 214) | func (id *ItemDiff) ToMap() map[string]any { method GloballyUniqueName (line 232) | func (id *ItemDiff) GloballyUniqueName() string { method ToMap (line 245) | func (cp *ChangeProperties) ToMap() map[string]any { method ToMap (line 270) | func (rcs *ChangeAnalysisStatus) ToMap() map[string]any { method ToMessage (line 281) | func (s StartChangeResponse_State) ToMessage() string { method ToMessage (line 297) | func (s EndChangeResponse_State) ToMessage() string { type RoutineChangesYAML (line 317) | type RoutineChangesYAML struct type GithubOrganisationYAML (line 326) | type GithubOrganisationYAML struct type SignalConfigYAML (line 335) | type SignalConfigYAML struct type SignalConfigFile (line 343) | type SignalConfigFile struct function YamlStringToSignalConfig (line 359) | func YamlStringToSignalConfig(yamlString string) (*SignalConfigFile, err... function validateRoutineChangesConfig (line 410) | func validateRoutineChangesConfig(routineChangesConfigYAML *RoutineChang... function TimelineEntryContentDescription (line 425) | func TimelineEntryContentDescription(entry *ChangeTimelineEntryV2) string { function TimelineFindInProgressEntry (line 463) | func TimelineFindInProgressEntry(entries []*ChangeTimelineEntryV2) (stri... FILE: go/sdp-go/changes.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type MappedItemTimelineStatus (line 26) | type MappedItemTimelineStatus method Enum (line 54) | func (x MappedItemTimelineStatus) Enum() *MappedItemTimelineStatus { method String (line 60) | func (x MappedItemTimelineStatus) String() string { method Descriptor (line 64) | func (MappedItemTimelineStatus) Descriptor() protoreflect.EnumDescript... method Type (line 68) | func (MappedItemTimelineStatus) Type() protoreflect.EnumType { method Number (line 72) | func (x MappedItemTimelineStatus) Number() protoreflect.EnumNumber { method EnumDescriptor (line 77) | func (MappedItemTimelineStatus) EnumDescriptor() ([]byte, []int) { constant MappedItemTimelineStatus_MAPPED_ITEM_TIMELINE_STATUS_UNSPECIFIED (line 29) | MappedItemTimelineStatus_MAPPED_ITEM_TIMELINE_STATUS_UNSPECIFIED Ma... constant MappedItemTimelineStatus_MAPPED_ITEM_TIMELINE_STATUS_SUCCESS (line 30) | MappedItemTimelineStatus_MAPPED_ITEM_TIMELINE_STATUS_SUCCESS Ma... constant MappedItemTimelineStatus_MAPPED_ITEM_TIMELINE_STATUS_ERROR (line 31) | MappedItemTimelineStatus_MAPPED_ITEM_TIMELINE_STATUS_ERROR Ma... constant MappedItemTimelineStatus_MAPPED_ITEM_TIMELINE_STATUS_UNSUPPORTED (line 32) | MappedItemTimelineStatus_MAPPED_ITEM_TIMELINE_STATUS_UNSUPPORTED Ma... constant MappedItemTimelineStatus_MAPPED_ITEM_TIMELINE_STATUS_PENDING_CREATION (line 33) | MappedItemTimelineStatus_MAPPED_ITEM_TIMELINE_STATUS_PENDING_CREATION Ma... type MappedItemMappingStatus (line 82) | type MappedItemMappingStatus method Enum (line 110) | func (x MappedItemMappingStatus) Enum() *MappedItemMappingStatus { method String (line 116) | func (x MappedItemMappingStatus) String() string { method Descriptor (line 120) | func (MappedItemMappingStatus) Descriptor() protoreflect.EnumDescriptor { method Type (line 124) | func (MappedItemMappingStatus) Type() protoreflect.EnumType { method Number (line 128) | func (x MappedItemMappingStatus) Number() protoreflect.EnumNumber { method EnumDescriptor (line 133) | func (MappedItemMappingStatus) EnumDescriptor() ([]byte, []int) { constant MappedItemMappingStatus_MAPPED_ITEM_MAPPING_STATUS_UNSPECIFIED (line 85) | MappedItemMappingStatus_MAPPED_ITEM_MAPPING_STATUS_UNSPECIFIED Mapp... constant MappedItemMappingStatus_MAPPED_ITEM_MAPPING_STATUS_SUCCESS (line 86) | MappedItemMappingStatus_MAPPED_ITEM_MAPPING_STATUS_SUCCESS Mapp... constant MappedItemMappingStatus_MAPPED_ITEM_MAPPING_STATUS_UNSUPPORTED (line 87) | MappedItemMappingStatus_MAPPED_ITEM_MAPPING_STATUS_UNSUPPORTED Mapp... constant MappedItemMappingStatus_MAPPED_ITEM_MAPPING_STATUS_PENDING_CREATION (line 88) | MappedItemMappingStatus_MAPPED_ITEM_MAPPING_STATUS_PENDING_CREATION Mapp... constant MappedItemMappingStatus_MAPPED_ITEM_MAPPING_STATUS_ERROR (line 89) | MappedItemMappingStatus_MAPPED_ITEM_MAPPING_STATUS_ERROR Mapp... type HypothesisStatus (line 137) | type HypothesisStatus method Enum (line 175) | func (x HypothesisStatus) Enum() *HypothesisStatus { method String (line 181) | func (x HypothesisStatus) String() string { method Descriptor (line 185) | func (HypothesisStatus) Descriptor() protoreflect.EnumDescriptor { method Type (line 189) | func (HypothesisStatus) Type() protoreflect.EnumType { method Number (line 193) | func (x HypothesisStatus) Number() protoreflect.EnumNumber { method EnumDescriptor (line 198) | func (HypothesisStatus) EnumDescriptor() ([]byte, []int) { constant HypothesisStatus_INVESTIGATED_HYPOTHESIS_STATUS_UNSPECIFIED (line 140) | HypothesisStatus_INVESTIGATED_HYPOTHESIS_STATUS_UNSPECIFIED HypothesisSt... constant HypothesisStatus_INVESTIGATED_HYPOTHESIS_STATUS_FORMING (line 143) | HypothesisStatus_INVESTIGATED_HYPOTHESIS_STATUS_FORMING HypothesisStatus... constant HypothesisStatus_INVESTIGATED_HYPOTHESIS_STATUS_INVESTIGATING (line 146) | HypothesisStatus_INVESTIGATED_HYPOTHESIS_STATUS_INVESTIGATING Hypothesis... constant HypothesisStatus_INVESTIGATED_HYPOTHESIS_STATUS_PROVEN (line 148) | HypothesisStatus_INVESTIGATED_HYPOTHESIS_STATUS_PROVEN HypothesisStatus = 3 constant HypothesisStatus_INVESTIGATED_HYPOTHESIS_STATUS_DISPROVEN (line 150) | HypothesisStatus_INVESTIGATED_HYPOTHESIS_STATUS_DISPROVEN HypothesisStat... constant HypothesisStatus_INVESTIGATED_HYPOTHESIS_STATUS_SKIPPED (line 152) | HypothesisStatus_INVESTIGATED_HYPOTHESIS_STATUS_SKIPPED HypothesisStatus... type ChangeTimelineEntryStatus (line 202) | type ChangeTimelineEntryStatus method Enum (line 235) | func (x ChangeTimelineEntryStatus) Enum() *ChangeTimelineEntryStatus { method String (line 241) | func (x ChangeTimelineEntryStatus) String() string { method Descriptor (line 245) | func (ChangeTimelineEntryStatus) Descriptor() protoreflect.EnumDescrip... method Type (line 249) | func (ChangeTimelineEntryStatus) Type() protoreflect.EnumType { method Number (line 253) | func (x ChangeTimelineEntryStatus) Number() protoreflect.EnumNumber { method EnumDescriptor (line 258) | func (ChangeTimelineEntryStatus) EnumDescriptor() ([]byte, []int) { constant ChangeTimelineEntryStatus_UNSPECIFIED (line 206) | ChangeTimelineEntryStatus_UNSPECIFIED ChangeTimelineEntryStatus = 0 constant ChangeTimelineEntryStatus_PENDING (line 208) | ChangeTimelineEntryStatus_PENDING ChangeTimelineEntryStatus = 1 constant ChangeTimelineEntryStatus_IN_PROGRESS (line 210) | ChangeTimelineEntryStatus_IN_PROGRESS ChangeTimelineEntryStatus = 2 constant ChangeTimelineEntryStatus_DONE (line 212) | ChangeTimelineEntryStatus_DONE ChangeTimelineEntryStatus = 3 constant ChangeTimelineEntryStatus_ERROR (line 214) | ChangeTimelineEntryStatus_ERROR ChangeTimelineEntryStatus = 4 type ItemDiffStatus (line 262) | type ItemDiffStatus method Enum (line 293) | func (x ItemDiffStatus) Enum() *ItemDiffStatus { method String (line 299) | func (x ItemDiffStatus) String() string { method Descriptor (line 303) | func (ItemDiffStatus) Descriptor() protoreflect.EnumDescriptor { method Type (line 307) | func (ItemDiffStatus) Type() protoreflect.EnumType { method Number (line 311) | func (x ItemDiffStatus) Number() protoreflect.EnumNumber { method EnumDescriptor (line 316) | func (ItemDiffStatus) EnumDescriptor() ([]byte, []int) { constant ItemDiffStatus_ITEM_DIFF_STATUS_UNSPECIFIED (line 265) | ItemDiffStatus_ITEM_DIFF_STATUS_UNSPECIFIED ItemDiffStatus = 0 constant ItemDiffStatus_ITEM_DIFF_STATUS_UNCHANGED (line 266) | ItemDiffStatus_ITEM_DIFF_STATUS_UNCHANGED ItemDiffStatus = 1 constant ItemDiffStatus_ITEM_DIFF_STATUS_CREATED (line 267) | ItemDiffStatus_ITEM_DIFF_STATUS_CREATED ItemDiffStatus = 2 constant ItemDiffStatus_ITEM_DIFF_STATUS_UPDATED (line 268) | ItemDiffStatus_ITEM_DIFF_STATUS_UPDATED ItemDiffStatus = 3 constant ItemDiffStatus_ITEM_DIFF_STATUS_DELETED (line 269) | ItemDiffStatus_ITEM_DIFF_STATUS_DELETED ItemDiffStatus = 4 constant ItemDiffStatus_ITEM_DIFF_STATUS_REPLACED (line 270) | ItemDiffStatus_ITEM_DIFF_STATUS_REPLACED ItemDiffStatus = 5 type ChangeOutputFormat (line 320) | type ChangeOutputFormat method Enum (line 342) | func (x ChangeOutputFormat) Enum() *ChangeOutputFormat { method String (line 348) | func (x ChangeOutputFormat) String() string { method Descriptor (line 352) | func (ChangeOutputFormat) Descriptor() protoreflect.EnumDescriptor { method Type (line 356) | func (ChangeOutputFormat) Type() protoreflect.EnumType { method Number (line 360) | func (x ChangeOutputFormat) Number() protoreflect.EnumNumber { method EnumDescriptor (line 365) | func (ChangeOutputFormat) EnumDescriptor() ([]byte, []int) { constant ChangeOutputFormat_CHANGE_OUTPUT_FORMAT_UNSPECIFIED (line 323) | ChangeOutputFormat_CHANGE_OUTPUT_FORMAT_UNSPECIFIED ChangeOutputFormat = 0 constant ChangeOutputFormat_CHANGE_OUTPUT_FORMAT_JSON (line 324) | ChangeOutputFormat_CHANGE_OUTPUT_FORMAT_JSON ChangeOutputFormat = 1 constant ChangeOutputFormat_CHANGE_OUTPUT_FORMAT_MARKDOWN (line 325) | ChangeOutputFormat_CHANGE_OUTPUT_FORMAT_MARKDOWN ChangeOutputFormat = 2 type LabelType (line 369) | type LabelType method Enum (line 391) | func (x LabelType) Enum() *LabelType { method String (line 397) | func (x LabelType) String() string { method Descriptor (line 401) | func (LabelType) Descriptor() protoreflect.EnumDescriptor { method Type (line 405) | func (LabelType) Type() protoreflect.EnumType { method Number (line 409) | func (x LabelType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 414) | func (LabelType) EnumDescriptor() ([]byte, []int) { constant LabelType_LABEL_TYPE_UNSPECIFIED (line 372) | LabelType_LABEL_TYPE_UNSPECIFIED LabelType = 0 constant LabelType_LABEL_TYPE_AUTO (line 373) | LabelType_LABEL_TYPE_AUTO LabelType = 1 constant LabelType_LABEL_TYPE_USER (line 374) | LabelType_LABEL_TYPE_USER LabelType = 2 type ChangeStatus (line 418) | type ChangeStatus method Enum (line 458) | func (x ChangeStatus) Enum() *ChangeStatus { method String (line 464) | func (x ChangeStatus) String() string { method Descriptor (line 468) | func (ChangeStatus) Descriptor() protoreflect.EnumDescriptor { method Type (line 472) | func (ChangeStatus) Type() protoreflect.EnumType { method Number (line 476) | func (x ChangeStatus) Number() protoreflect.EnumNumber { method EnumDescriptor (line 481) | func (ChangeStatus) EnumDescriptor() ([]byte, []int) { constant ChangeStatus_CHANGE_STATUS_UNSPECIFIED (line 422) | ChangeStatus_CHANGE_STATUS_UNSPECIFIED ChangeStatus = 0 constant ChangeStatus_CHANGE_STATUS_DEFINING (line 426) | ChangeStatus_CHANGE_STATUS_DEFINING ChangeStatus = 1 constant ChangeStatus_CHANGE_STATUS_HAPPENING (line 429) | ChangeStatus_CHANGE_STATUS_HAPPENING ChangeStatus = 2 constant ChangeStatus_CHANGE_STATUS_PROCESSING (line 435) | ChangeStatus_CHANGE_STATUS_PROCESSING ChangeStatus = 3 constant ChangeStatus_CHANGE_STATUS_DONE (line 437) | ChangeStatus_CHANGE_STATUS_DONE ChangeStatus = 4 type RiskFeedbackSentiment (line 486) | type RiskFeedbackSentiment method Enum (line 508) | func (x RiskFeedbackSentiment) Enum() *RiskFeedbackSentiment { method String (line 514) | func (x RiskFeedbackSentiment) String() string { method Descriptor (line 518) | func (RiskFeedbackSentiment) Descriptor() protoreflect.EnumDescriptor { method Type (line 522) | func (RiskFeedbackSentiment) Type() protoreflect.EnumType { method Number (line 526) | func (x RiskFeedbackSentiment) Number() protoreflect.EnumNumber { method EnumDescriptor (line 531) | func (RiskFeedbackSentiment) EnumDescriptor() ([]byte, []int) { constant RiskFeedbackSentiment_RISK_FEEDBACK_SENTIMENT_UNSPECIFIED (line 489) | RiskFeedbackSentiment_RISK_FEEDBACK_SENTIMENT_UNSPECIFIED RiskFeedbackSe... constant RiskFeedbackSentiment_RISK_FEEDBACK_SENTIMENT_POSITIVE (line 490) | RiskFeedbackSentiment_RISK_FEEDBACK_SENTIMENT_POSITIVE RiskFeedbackSe... constant RiskFeedbackSentiment_RISK_FEEDBACK_SENTIMENT_NEGATIVE (line 491) | RiskFeedbackSentiment_RISK_FEEDBACK_SENTIMENT_NEGATIVE RiskFeedbackSe... type StartChangeResponse_State (line 535) | type StartChangeResponse_State method Enum (line 564) | func (x StartChangeResponse_State) Enum() *StartChangeResponse_State { method String (line 570) | func (x StartChangeResponse_State) String() string { method Descriptor (line 574) | func (StartChangeResponse_State) Descriptor() protoreflect.EnumDescrip... method Type (line 578) | func (StartChangeResponse_State) Type() protoreflect.EnumType { method Number (line 582) | func (x StartChangeResponse_State) Number() protoreflect.EnumNumber { method EnumDescriptor (line 587) | func (StartChangeResponse_State) EnumDescriptor() ([]byte, []int) { constant StartChangeResponse_STATE_UNSPECIFIED (line 539) | StartChangeResponse_STATE_UNSPECIFIED StartChangeResponse_State = 0 constant StartChangeResponse_STATE_TAKING_SNAPSHOT (line 541) | StartChangeResponse_STATE_TAKING_SNAPSHOT StartChangeResponse_State = 1 constant StartChangeResponse_STATE_SAVING_SNAPSHOT (line 543) | StartChangeResponse_STATE_SAVING_SNAPSHOT StartChangeResponse_State = 2 constant StartChangeResponse_STATE_DONE (line 545) | StartChangeResponse_STATE_DONE StartChangeResponse_State = 3 type EndChangeResponse_State (line 591) | type EndChangeResponse_State method Enum (line 620) | func (x EndChangeResponse_State) Enum() *EndChangeResponse_State { method String (line 626) | func (x EndChangeResponse_State) String() string { method Descriptor (line 630) | func (EndChangeResponse_State) Descriptor() protoreflect.EnumDescriptor { method Type (line 634) | func (EndChangeResponse_State) Type() protoreflect.EnumType { method Number (line 638) | func (x EndChangeResponse_State) Number() protoreflect.EnumNumber { method EnumDescriptor (line 643) | func (EndChangeResponse_State) EnumDescriptor() ([]byte, []int) { constant EndChangeResponse_STATE_UNSPECIFIED (line 595) | EndChangeResponse_STATE_UNSPECIFIED EndChangeResponse_State = 0 constant EndChangeResponse_STATE_TAKING_SNAPSHOT (line 597) | EndChangeResponse_STATE_TAKING_SNAPSHOT EndChangeResponse_State = 1 constant EndChangeResponse_STATE_SAVING_SNAPSHOT (line 599) | EndChangeResponse_STATE_SAVING_SNAPSHOT EndChangeResponse_State = 2 constant EndChangeResponse_STATE_DONE (line 601) | EndChangeResponse_STATE_DONE EndChangeResponse_State = 3 type Risk_Severity (line 647) | type Risk_Severity method Enum (line 672) | func (x Risk_Severity) Enum() *Risk_Severity { method String (line 678) | func (x Risk_Severity) String() string { method Descriptor (line 682) | func (Risk_Severity) Descriptor() protoreflect.EnumDescriptor { method Type (line 686) | func (Risk_Severity) Type() protoreflect.EnumType { method Number (line 690) | func (x Risk_Severity) Number() protoreflect.EnumNumber { method EnumDescriptor (line 695) | func (Risk_Severity) EnumDescriptor() ([]byte, []int) { constant Risk_SEVERITY_UNSPECIFIED (line 650) | Risk_SEVERITY_UNSPECIFIED Risk_Severity = 0 constant Risk_SEVERITY_LOW (line 651) | Risk_SEVERITY_LOW Risk_Severity = 1 constant Risk_SEVERITY_MEDIUM (line 652) | Risk_SEVERITY_MEDIUM Risk_Severity = 2 constant Risk_SEVERITY_HIGH (line 653) | Risk_SEVERITY_HIGH Risk_Severity = 3 type ChangeAnalysisStatus_Status (line 699) | type ChangeAnalysisStatus_Status method Enum (line 727) | func (x ChangeAnalysisStatus_Status) Enum() *ChangeAnalysisStatus_Stat... method String (line 733) | func (x ChangeAnalysisStatus_Status) String() string { method Descriptor (line 737) | func (ChangeAnalysisStatus_Status) Descriptor() protoreflect.EnumDescr... method Type (line 741) | func (ChangeAnalysisStatus_Status) Type() protoreflect.EnumType { method Number (line 745) | func (x ChangeAnalysisStatus_Status) Number() protoreflect.EnumNumber { method EnumDescriptor (line 750) | func (ChangeAnalysisStatus_Status) EnumDescriptor() ([]byte, []int) { constant ChangeAnalysisStatus_STATUS_UNSPECIFIED (line 702) | ChangeAnalysisStatus_STATUS_UNSPECIFIED ChangeAnalysisStatus_Status = 0 constant ChangeAnalysisStatus_STATUS_INPROGRESS (line 703) | ChangeAnalysisStatus_STATUS_INPROGRESS ChangeAnalysisStatus_Status = 1 constant ChangeAnalysisStatus_STATUS_SKIPPED (line 704) | ChangeAnalysisStatus_STATUS_SKIPPED ChangeAnalysisStatus_Status = 2 constant ChangeAnalysisStatus_STATUS_DONE (line 705) | ChangeAnalysisStatus_STATUS_DONE ChangeAnalysisStatus_Status = 3 constant ChangeAnalysisStatus_STATUS_ERROR (line 706) | ChangeAnalysisStatus_STATUS_ERROR ChangeAnalysisStatus_Status = 4 type LabelRule (line 754) | type LabelRule struct method Reset (line 762) | func (x *LabelRule) Reset() { method String (line 769) | func (x *LabelRule) String() string { method ProtoMessage (line 773) | func (*LabelRule) ProtoMessage() {} method ProtoReflect (line 775) | func (x *LabelRule) ProtoReflect() protoreflect.Message { method Descriptor (line 788) | func (*LabelRule) Descriptor() ([]byte, []int) { method GetMetadata (line 792) | func (x *LabelRule) GetMetadata() *LabelRuleMetadata { method GetProperties (line 799) | func (x *LabelRule) GetProperties() *LabelRuleProperties { type LabelRuleMetadata (line 806) | type LabelRuleMetadata struct method Reset (line 818) | func (x *LabelRuleMetadata) Reset() { method String (line 825) | func (x *LabelRuleMetadata) String() string { method ProtoMessage (line 829) | func (*LabelRuleMetadata) ProtoMessage() {} method ProtoReflect (line 831) | func (x *LabelRuleMetadata) ProtoReflect() protoreflect.Message { method Descriptor (line 844) | func (*LabelRuleMetadata) Descriptor() ([]byte, []int) { method GetLabelRuleUUID (line 848) | func (x *LabelRuleMetadata) GetLabelRuleUUID() []byte { method GetCreatedAt (line 855) | func (x *LabelRuleMetadata) GetCreatedAt() *timestamppb.Timestamp { method GetUpdatedAt (line 862) | func (x *LabelRuleMetadata) GetUpdatedAt() *timestamppb.Timestamp { type LabelRuleProperties (line 869) | type LabelRuleProperties struct method Reset (line 881) | func (x *LabelRuleProperties) Reset() { method String (line 888) | func (x *LabelRuleProperties) String() string { method ProtoMessage (line 892) | func (*LabelRuleProperties) ProtoMessage() {} method ProtoReflect (line 894) | func (x *LabelRuleProperties) ProtoReflect() protoreflect.Message { method Descriptor (line 907) | func (*LabelRuleProperties) Descriptor() ([]byte, []int) { method GetName (line 911) | func (x *LabelRuleProperties) GetName() string { method GetColour (line 918) | func (x *LabelRuleProperties) GetColour() string { method GetInstructions (line 925) | func (x *LabelRuleProperties) GetInstructions() string { type ListLabelRulesRequest (line 932) | type ListLabelRulesRequest struct method Reset (line 938) | func (x *ListLabelRulesRequest) Reset() { method String (line 945) | func (x *ListLabelRulesRequest) String() string { method ProtoMessage (line 949) | func (*ListLabelRulesRequest) ProtoMessage() {} method ProtoReflect (line 951) | func (x *ListLabelRulesRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 964) | func (*ListLabelRulesRequest) Descriptor() ([]byte, []int) { type ListLabelRulesResponse (line 968) | type ListLabelRulesResponse struct method Reset (line 975) | func (x *ListLabelRulesResponse) Reset() { method String (line 982) | func (x *ListLabelRulesResponse) String() string { method ProtoMessage (line 986) | func (*ListLabelRulesResponse) ProtoMessage() {} method ProtoReflect (line 988) | func (x *ListLabelRulesResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 1001) | func (*ListLabelRulesResponse) Descriptor() ([]byte, []int) { method GetRules (line 1005) | func (x *ListLabelRulesResponse) GetRules() []*LabelRule { type CreateLabelRuleRequest (line 1012) | type CreateLabelRuleRequest struct method Reset (line 1019) | func (x *CreateLabelRuleRequest) Reset() { method String (line 1026) | func (x *CreateLabelRuleRequest) String() string { method ProtoMessage (line 1030) | func (*CreateLabelRuleRequest) ProtoMessage() {} method ProtoReflect (line 1032) | func (x *CreateLabelRuleRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1045) | func (*CreateLabelRuleRequest) Descriptor() ([]byte, []int) { method GetProperties (line 1049) | func (x *CreateLabelRuleRequest) GetProperties() *LabelRuleProperties { type CreateLabelRuleResponse (line 1056) | type CreateLabelRuleResponse struct method Reset (line 1063) | func (x *CreateLabelRuleResponse) Reset() { method String (line 1070) | func (x *CreateLabelRuleResponse) String() string { method ProtoMessage (line 1074) | func (*CreateLabelRuleResponse) ProtoMessage() {} method ProtoReflect (line 1076) | func (x *CreateLabelRuleResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 1089) | func (*CreateLabelRuleResponse) Descriptor() ([]byte, []int) { method GetRule (line 1093) | func (x *CreateLabelRuleResponse) GetRule() *LabelRule { type GetLabelRuleRequest (line 1100) | type GetLabelRuleRequest struct method Reset (line 1107) | func (x *GetLabelRuleRequest) Reset() { method String (line 1114) | func (x *GetLabelRuleRequest) String() string { method ProtoMessage (line 1118) | func (*GetLabelRuleRequest) ProtoMessage() {} method ProtoReflect (line 1120) | func (x *GetLabelRuleRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1133) | func (*GetLabelRuleRequest) Descriptor() ([]byte, []int) { method GetUUID (line 1137) | func (x *GetLabelRuleRequest) GetUUID() []byte { type GetLabelRuleResponse (line 1144) | type GetLabelRuleResponse struct method Reset (line 1151) | func (x *GetLabelRuleResponse) Reset() { method String (line 1158) | func (x *GetLabelRuleResponse) String() string { method ProtoMessage (line 1162) | func (*GetLabelRuleResponse) ProtoMessage() {} method ProtoReflect (line 1164) | func (x *GetLabelRuleResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 1177) | func (*GetLabelRuleResponse) Descriptor() ([]byte, []int) { method GetRule (line 1181) | func (x *GetLabelRuleResponse) GetRule() *LabelRule { type UpdateLabelRuleRequest (line 1188) | type UpdateLabelRuleRequest struct method Reset (line 1196) | func (x *UpdateLabelRuleRequest) Reset() { method String (line 1203) | func (x *UpdateLabelRuleRequest) String() string { method ProtoMessage (line 1207) | func (*UpdateLabelRuleRequest) ProtoMessage() {} method ProtoReflect (line 1209) | func (x *UpdateLabelRuleRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1222) | func (*UpdateLabelRuleRequest) Descriptor() ([]byte, []int) { method GetUUID (line 1226) | func (x *UpdateLabelRuleRequest) GetUUID() []byte { method GetProperties (line 1233) | func (x *UpdateLabelRuleRequest) GetProperties() *LabelRuleProperties { type UpdateLabelRuleResponse (line 1240) | type UpdateLabelRuleResponse struct method Reset (line 1247) | func (x *UpdateLabelRuleResponse) Reset() { method String (line 1254) | func (x *UpdateLabelRuleResponse) String() string { method ProtoMessage (line 1258) | func (*UpdateLabelRuleResponse) ProtoMessage() {} method ProtoReflect (line 1260) | func (x *UpdateLabelRuleResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 1273) | func (*UpdateLabelRuleResponse) Descriptor() ([]byte, []int) { method GetRule (line 1277) | func (x *UpdateLabelRuleResponse) GetRule() *LabelRule { type DeleteLabelRuleRequest (line 1284) | type DeleteLabelRuleRequest struct method Reset (line 1291) | func (x *DeleteLabelRuleRequest) Reset() { method String (line 1298) | func (x *DeleteLabelRuleRequest) String() string { method ProtoMessage (line 1302) | func (*DeleteLabelRuleRequest) ProtoMessage() {} method ProtoReflect (line 1304) | func (x *DeleteLabelRuleRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1317) | func (*DeleteLabelRuleRequest) Descriptor() ([]byte, []int) { method GetUUID (line 1321) | func (x *DeleteLabelRuleRequest) GetUUID() []byte { type DeleteLabelRuleResponse (line 1328) | type DeleteLabelRuleResponse struct method Reset (line 1334) | func (x *DeleteLabelRuleResponse) Reset() { method String (line 1341) | func (x *DeleteLabelRuleResponse) String() string { method ProtoMessage (line 1345) | func (*DeleteLabelRuleResponse) ProtoMessage() {} method ProtoReflect (line 1347) | func (x *DeleteLabelRuleResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 1360) | func (*DeleteLabelRuleResponse) Descriptor() ([]byte, []int) { type TestLabelRuleRequest (line 1364) | type TestLabelRuleRequest struct method Reset (line 1372) | func (x *TestLabelRuleRequest) Reset() { method String (line 1379) | func (x *TestLabelRuleRequest) String() string { method ProtoMessage (line 1383) | func (*TestLabelRuleRequest) ProtoMessage() {} method ProtoReflect (line 1385) | func (x *TestLabelRuleRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1398) | func (*TestLabelRuleRequest) Descriptor() ([]byte, []int) { method GetProperties (line 1402) | func (x *TestLabelRuleRequest) GetProperties() *LabelRuleProperties { method GetChangeUUID (line 1409) | func (x *TestLabelRuleRequest) GetChangeUUID() [][]byte { type TestLabelRuleResponse (line 1416) | type TestLabelRuleResponse struct method Reset (line 1425) | func (x *TestLabelRuleResponse) Reset() { method String (line 1432) | func (x *TestLabelRuleResponse) String() string { method ProtoMessage (line 1436) | func (*TestLabelRuleResponse) ProtoMessage() {} method ProtoReflect (line 1438) | func (x *TestLabelRuleResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 1451) | func (*TestLabelRuleResponse) Descriptor() ([]byte, []int) { method GetChangeUUID (line 1455) | func (x *TestLabelRuleResponse) GetChangeUUID() []byte { method GetApplied (line 1462) | func (x *TestLabelRuleResponse) GetApplied() bool { method GetLabel (line 1469) | func (x *TestLabelRuleResponse) GetLabel() *Label { type ReapplyLabelRuleInTimeRangeRequest (line 1476) | type ReapplyLabelRuleInTimeRangeRequest struct method Reset (line 1485) | func (x *ReapplyLabelRuleInTimeRangeRequest) Reset() { method String (line 1492) | func (x *ReapplyLabelRuleInTimeRangeRequest) String() string { method ProtoMessage (line 1496) | func (*ReapplyLabelRuleInTimeRangeRequest) ProtoMessage() {} method ProtoReflect (line 1498) | func (x *ReapplyLabelRuleInTimeRangeRequest) ProtoReflect() protorefle... method Descriptor (line 1511) | func (*ReapplyLabelRuleInTimeRangeRequest) Descriptor() ([]byte, []int) { method GetUUID (line 1515) | func (x *ReapplyLabelRuleInTimeRangeRequest) GetUUID() []byte { method GetStartAt (line 1522) | func (x *ReapplyLabelRuleInTimeRangeRequest) GetStartAt() *timestamppb... method GetEndAt (line 1529) | func (x *ReapplyLabelRuleInTimeRangeRequest) GetEndAt() *timestamppb.T... type ReapplyLabelRuleInTimeRangeResponse (line 1536) | type ReapplyLabelRuleInTimeRangeResponse struct method Reset (line 1543) | func (x *ReapplyLabelRuleInTimeRangeResponse) Reset() { method String (line 1550) | func (x *ReapplyLabelRuleInTimeRangeResponse) String() string { method ProtoMessage (line 1554) | func (*ReapplyLabelRuleInTimeRangeResponse) ProtoMessage() {} method ProtoReflect (line 1556) | func (x *ReapplyLabelRuleInTimeRangeResponse) ProtoReflect() protorefl... method Descriptor (line 1569) | func (*ReapplyLabelRuleInTimeRangeResponse) Descriptor() ([]byte, []in... method GetChangeUUID (line 1573) | func (x *ReapplyLabelRuleInTimeRangeResponse) GetChangeUUID() [][]byte { type KnowledgeReference (line 1580) | type KnowledgeReference struct method Reset (line 1588) | func (x *KnowledgeReference) Reset() { method String (line 1595) | func (x *KnowledgeReference) String() string { method ProtoMessage (line 1599) | func (*KnowledgeReference) ProtoMessage() {} method ProtoReflect (line 1601) | func (x *KnowledgeReference) ProtoReflect() protoreflect.Message { method Descriptor (line 1614) | func (*KnowledgeReference) Descriptor() ([]byte, []int) { method GetName (line 1618) | func (x *KnowledgeReference) GetName() string { method GetFileName (line 1625) | func (x *KnowledgeReference) GetFileName() string { type Knowledge (line 1632) | type Knowledge struct method Reset (line 1642) | func (x *Knowledge) Reset() { method String (line 1649) | func (x *Knowledge) String() string { method ProtoMessage (line 1653) | func (*Knowledge) ProtoMessage() {} method ProtoReflect (line 1655) | func (x *Knowledge) ProtoReflect() protoreflect.Message { method Descriptor (line 1668) | func (*Knowledge) Descriptor() ([]byte, []int) { method GetName (line 1672) | func (x *Knowledge) GetName() string { method GetDescription (line 1679) | func (x *Knowledge) GetDescription() string { method GetContent (line 1686) | func (x *Knowledge) GetContent() string { method GetFileName (line 1693) | func (x *Knowledge) GetFileName() string { type GetHypothesesDetailsRequest (line 1700) | type GetHypothesesDetailsRequest struct method Reset (line 1707) | func (x *GetHypothesesDetailsRequest) Reset() { method String (line 1714) | func (x *GetHypothesesDetailsRequest) String() string { method ProtoMessage (line 1718) | func (*GetHypothesesDetailsRequest) ProtoMessage() {} method ProtoReflect (line 1720) | func (x *GetHypothesesDetailsRequest) ProtoReflect() protoreflect.Mess... method Descriptor (line 1733) | func (*GetHypothesesDetailsRequest) Descriptor() ([]byte, []int) { method GetChangeUUID (line 1737) | func (x *GetHypothesesDetailsRequest) GetChangeUUID() []byte { type GetHypothesesDetailsResponse (line 1744) | type GetHypothesesDetailsResponse struct method Reset (line 1751) | func (x *GetHypothesesDetailsResponse) Reset() { method String (line 1758) | func (x *GetHypothesesDetailsResponse) String() string { method ProtoMessage (line 1762) | func (*GetHypothesesDetailsResponse) ProtoMessage() {} method ProtoReflect (line 1764) | func (x *GetHypothesesDetailsResponse) ProtoReflect() protoreflect.Mes... method Descriptor (line 1777) | func (*GetHypothesesDetailsResponse) Descriptor() ([]byte, []int) { method GetHypotheses (line 1781) | func (x *GetHypothesesDetailsResponse) GetHypotheses() []*HypothesesDe... type HypothesesDetails (line 1788) | type HypothesesDetails struct method Reset (line 1806) | func (x *HypothesesDetails) Reset() { method String (line 1813) | func (x *HypothesesDetails) String() string { method ProtoMessage (line 1817) | func (*HypothesesDetails) ProtoMessage() {} method ProtoReflect (line 1819) | func (x *HypothesesDetails) ProtoReflect() protoreflect.Message { method Descriptor (line 1832) | func (*HypothesesDetails) Descriptor() ([]byte, []int) { method GetTitle (line 1836) | func (x *HypothesesDetails) GetTitle() string { method GetNumObservations (line 1843) | func (x *HypothesesDetails) GetNumObservations() uint32 { method GetDetail (line 1850) | func (x *HypothesesDetails) GetDetail() string { method GetStatus (line 1857) | func (x *HypothesesDetails) GetStatus() HypothesisStatus { method GetInvestigationResults (line 1864) | func (x *HypothesesDetails) GetInvestigationResults() string { method GetKnowledgeUsed (line 1871) | func (x *HypothesesDetails) GetKnowledgeUsed() []*KnowledgeReference { type GetChangeTimelineV2Request (line 1878) | type GetChangeTimelineV2Request struct method Reset (line 1885) | func (x *GetChangeTimelineV2Request) Reset() { method String (line 1892) | func (x *GetChangeTimelineV2Request) String() string { method ProtoMessage (line 1896) | func (*GetChangeTimelineV2Request) ProtoMessage() {} method ProtoReflect (line 1898) | func (x *GetChangeTimelineV2Request) ProtoReflect() protoreflect.Messa... method Descriptor (line 1911) | func (*GetChangeTimelineV2Request) Descriptor() ([]byte, []int) { method GetChangeUUID (line 1915) | func (x *GetChangeTimelineV2Request) GetChangeUUID() []byte { type GetChangeTimelineV2Response (line 1922) | type GetChangeTimelineV2Response struct method Reset (line 1930) | func (x *GetChangeTimelineV2Response) Reset() { method String (line 1937) | func (x *GetChangeTimelineV2Response) String() string { method ProtoMessage (line 1941) | func (*GetChangeTimelineV2Response) ProtoMessage() {} method ProtoReflect (line 1943) | func (x *GetChangeTimelineV2Response) ProtoReflect() protoreflect.Mess... method Descriptor (line 1956) | func (*GetChangeTimelineV2Response) Descriptor() ([]byte, []int) { method GetEntries (line 1960) | func (x *GetChangeTimelineV2Response) GetEntries() []*ChangeTimelineEn... type ChangeTimelineEntryV2 (line 1970) | type ChangeTimelineEntryV2 struct method Reset (line 2013) | func (x *ChangeTimelineEntryV2) Reset() { method String (line 2020) | func (x *ChangeTimelineEntryV2) String() string { method ProtoMessage (line 2024) | func (*ChangeTimelineEntryV2) ProtoMessage() {} method ProtoReflect (line 2026) | func (x *ChangeTimelineEntryV2) ProtoReflect() protoreflect.Message { method Descriptor (line 2039) | func (*ChangeTimelineEntryV2) Descriptor() ([]byte, []int) { method GetName (line 2043) | func (x *ChangeTimelineEntryV2) GetName() string { method GetStatus (line 2050) | func (x *ChangeTimelineEntryV2) GetStatus() ChangeTimelineEntryStatus { method GetStartedAt (line 2057) | func (x *ChangeTimelineEntryV2) GetStartedAt() *timestamppb.Timestamp { method GetEndedAt (line 2064) | func (x *ChangeTimelineEntryV2) GetEndedAt() *timestamppb.Timestamp { method GetActor (line 2071) | func (x *ChangeTimelineEntryV2) GetActor() string { method GetContent (line 2078) | func (x *ChangeTimelineEntryV2) GetContent() isChangeTimelineEntryV2_C... method GetMappedItems (line 2085) | func (x *ChangeTimelineEntryV2) GetMappedItems() *MappedItemsTimelineE... method GetCalculatedBlastRadius (line 2094) | func (x *ChangeTimelineEntryV2) GetCalculatedBlastRadius() *Calculated... method GetCalculatedRisks (line 2103) | func (x *ChangeTimelineEntryV2) GetCalculatedRisks() *CalculatedRisksT... method GetError (line 2112) | func (x *ChangeTimelineEntryV2) GetError() string { method GetStatusMessage (line 2121) | func (x *ChangeTimelineEntryV2) GetStatusMessage() string { method GetEmpty (line 2130) | func (x *ChangeTimelineEntryV2) GetEmpty() *EmptyContent { method GetChangeValidation (line 2139) | func (x *ChangeTimelineEntryV2) GetChangeValidation() *ChangeValidatio... method GetCalculatedLabels (line 2148) | func (x *ChangeTimelineEntryV2) GetCalculatedLabels() *CalculatedLabel... method GetFormHypotheses (line 2157) | func (x *ChangeTimelineEntryV2) GetFormHypotheses() *FormHypothesesTim... method GetInvestigateHypotheses (line 2166) | func (x *ChangeTimelineEntryV2) GetInvestigateHypotheses() *Investigat... method GetRecordObservations (line 2175) | func (x *ChangeTimelineEntryV2) GetRecordObservations() *RecordObserva... type isChangeTimelineEntryV2_Content (line 2184) | type isChangeTimelineEntryV2_Content interface type ChangeTimelineEntryV2_MappedItems (line 2188) | type ChangeTimelineEntryV2_MappedItems struct method isChangeTimelineEntryV2_Content (line 2247) | func (*ChangeTimelineEntryV2_MappedItems) isChangeTimelineEntryV2_Cont... type ChangeTimelineEntryV2_CalculatedBlastRadius (line 2194) | type ChangeTimelineEntryV2_CalculatedBlastRadius struct method isChangeTimelineEntryV2_Content (line 2249) | func (*ChangeTimelineEntryV2_CalculatedBlastRadius) isChangeTimelineEn... type ChangeTimelineEntryV2_CalculatedRisks (line 2199) | type ChangeTimelineEntryV2_CalculatedRisks struct method isChangeTimelineEntryV2_Content (line 2251) | func (*ChangeTimelineEntryV2_CalculatedRisks) isChangeTimelineEntryV2_... type ChangeTimelineEntryV2_Error (line 2204) | type ChangeTimelineEntryV2_Error struct method isChangeTimelineEntryV2_Content (line 2253) | func (*ChangeTimelineEntryV2_Error) isChangeTimelineEntryV2_Content() {} type ChangeTimelineEntryV2_StatusMessage (line 2209) | type ChangeTimelineEntryV2_StatusMessage struct method isChangeTimelineEntryV2_Content (line 2255) | func (*ChangeTimelineEntryV2_StatusMessage) isChangeTimelineEntryV2_Co... type ChangeTimelineEntryV2_Empty (line 2214) | type ChangeTimelineEntryV2_Empty struct method isChangeTimelineEntryV2_Content (line 2257) | func (*ChangeTimelineEntryV2_Empty) isChangeTimelineEntryV2_Content() {} type ChangeTimelineEntryV2_ChangeValidation (line 2221) | type ChangeTimelineEntryV2_ChangeValidation struct method isChangeTimelineEntryV2_Content (line 2259) | func (*ChangeTimelineEntryV2_ChangeValidation) isChangeTimelineEntryV2... type ChangeTimelineEntryV2_CalculatedLabels (line 2226) | type ChangeTimelineEntryV2_CalculatedLabels struct method isChangeTimelineEntryV2_Content (line 2261) | func (*ChangeTimelineEntryV2_CalculatedLabels) isChangeTimelineEntryV2... type ChangeTimelineEntryV2_FormHypotheses (line 2231) | type ChangeTimelineEntryV2_FormHypotheses struct method isChangeTimelineEntryV2_Content (line 2263) | func (*ChangeTimelineEntryV2_FormHypotheses) isChangeTimelineEntryV2_C... type ChangeTimelineEntryV2_InvestigateHypotheses (line 2236) | type ChangeTimelineEntryV2_InvestigateHypotheses struct method isChangeTimelineEntryV2_Content (line 2265) | func (*ChangeTimelineEntryV2_InvestigateHypotheses) isChangeTimelineEn... type ChangeTimelineEntryV2_RecordObservations (line 2241) | type ChangeTimelineEntryV2_RecordObservations struct method isChangeTimelineEntryV2_Content (line 2267) | func (*ChangeTimelineEntryV2_RecordObservations) isChangeTimelineEntry... type EmptyContent (line 2272) | type EmptyContent struct method Reset (line 2278) | func (x *EmptyContent) Reset() { method String (line 2285) | func (x *EmptyContent) String() string { method ProtoMessage (line 2289) | func (*EmptyContent) ProtoMessage() {} method ProtoReflect (line 2291) | func (x *EmptyContent) ProtoReflect() protoreflect.Message { method Descriptor (line 2304) | func (*EmptyContent) Descriptor() ([]byte, []int) { type MappedItemTimelineSummary (line 2309) | type MappedItemTimelineSummary struct method Reset (line 2321) | func (x *MappedItemTimelineSummary) Reset() { method String (line 2328) | func (x *MappedItemTimelineSummary) String() string { method ProtoMessage (line 2332) | func (*MappedItemTimelineSummary) ProtoMessage() {} method ProtoReflect (line 2334) | func (x *MappedItemTimelineSummary) ProtoReflect() protoreflect.Message { method Descriptor (line 2347) | func (*MappedItemTimelineSummary) Descriptor() ([]byte, []int) { method GetDisplayName (line 2351) | func (x *MappedItemTimelineSummary) GetDisplayName() string { method GetStatus (line 2358) | func (x *MappedItemTimelineSummary) GetStatus() MappedItemTimelineStat... method GetErrorMessage (line 2365) | func (x *MappedItemTimelineSummary) GetErrorMessage() string { type MappedItemsTimelineEntry (line 2372) | type MappedItemsTimelineEntry struct method Reset (line 2386) | func (x *MappedItemsTimelineEntry) Reset() { method String (line 2393) | func (x *MappedItemsTimelineEntry) String() string { method ProtoMessage (line 2397) | func (*MappedItemsTimelineEntry) ProtoMessage() {} method ProtoReflect (line 2399) | func (x *MappedItemsTimelineEntry) ProtoReflect() protoreflect.Message { method Descriptor (line 2412) | func (*MappedItemsTimelineEntry) Descriptor() ([]byte, []int) { method GetMappedItems (line 2417) | func (x *MappedItemsTimelineEntry) GetMappedItems() []*MappedItemDiff { method GetItems (line 2424) | func (x *MappedItemsTimelineEntry) GetItems() []*MappedItemTimelineSum... type CalculatedBlastRadiusTimelineEntry (line 2431) | type CalculatedBlastRadiusTimelineEntry struct method Reset (line 2439) | func (x *CalculatedBlastRadiusTimelineEntry) Reset() { method String (line 2446) | func (x *CalculatedBlastRadiusTimelineEntry) String() string { method ProtoMessage (line 2450) | func (*CalculatedBlastRadiusTimelineEntry) ProtoMessage() {} method ProtoReflect (line 2452) | func (x *CalculatedBlastRadiusTimelineEntry) ProtoReflect() protorefle... method Descriptor (line 2465) | func (*CalculatedBlastRadiusTimelineEntry) Descriptor() ([]byte, []int) { method GetNumItems (line 2469) | func (x *CalculatedBlastRadiusTimelineEntry) GetNumItems() uint32 { method GetNumEdges (line 2476) | func (x *CalculatedBlastRadiusTimelineEntry) GetNumEdges() uint32 { type RecordObservationsTimelineEntry (line 2483) | type RecordObservationsTimelineEntry struct method Reset (line 2492) | func (x *RecordObservationsTimelineEntry) Reset() { method String (line 2499) | func (x *RecordObservationsTimelineEntry) String() string { method ProtoMessage (line 2503) | func (*RecordObservationsTimelineEntry) ProtoMessage() {} method ProtoReflect (line 2505) | func (x *RecordObservationsTimelineEntry) ProtoReflect() protoreflect.... method Descriptor (line 2518) | func (*RecordObservationsTimelineEntry) Descriptor() ([]byte, []int) { method GetNumObservations (line 2522) | func (x *RecordObservationsTimelineEntry) GetNumObservations() uint32 { type FormHypothesesTimelineEntry (line 2530) | type FormHypothesesTimelineEntry struct method Reset (line 2540) | func (x *FormHypothesesTimelineEntry) Reset() { method String (line 2547) | func (x *FormHypothesesTimelineEntry) String() string { method ProtoMessage (line 2551) | func (*FormHypothesesTimelineEntry) ProtoMessage() {} method ProtoReflect (line 2553) | func (x *FormHypothesesTimelineEntry) ProtoReflect() protoreflect.Mess... method Descriptor (line 2566) | func (*FormHypothesesTimelineEntry) Descriptor() ([]byte, []int) { method GetNumHypotheses (line 2570) | func (x *FormHypothesesTimelineEntry) GetNumHypotheses() uint32 { method GetHypotheses (line 2577) | func (x *FormHypothesesTimelineEntry) GetHypotheses() []*HypothesisSum... type InvestigateHypothesesTimelineEntry (line 2584) | type InvestigateHypothesesTimelineEntry struct method Reset (line 2600) | func (x *InvestigateHypothesesTimelineEntry) Reset() { method String (line 2607) | func (x *InvestigateHypothesesTimelineEntry) String() string { method ProtoMessage (line 2611) | func (*InvestigateHypothesesTimelineEntry) ProtoMessage() {} method ProtoReflect (line 2613) | func (x *InvestigateHypothesesTimelineEntry) ProtoReflect() protorefle... method Descriptor (line 2626) | func (*InvestigateHypothesesTimelineEntry) Descriptor() ([]byte, []int) { method GetNumProven (line 2630) | func (x *InvestigateHypothesesTimelineEntry) GetNumProven() uint32 { method GetNumDisproven (line 2637) | func (x *InvestigateHypothesesTimelineEntry) GetNumDisproven() uint32 { method GetNumInvestigating (line 2644) | func (x *InvestigateHypothesesTimelineEntry) GetNumInvestigating() uin... method GetHypotheses (line 2651) | func (x *InvestigateHypothesesTimelineEntry) GetHypotheses() []*Hypoth... method GetNumSkipped (line 2658) | func (x *InvestigateHypothesesTimelineEntry) GetNumSkipped() uint32 { type HypothesisSummary (line 2665) | type HypothesisSummary struct method Reset (line 2681) | func (x *HypothesisSummary) Reset() { method String (line 2688) | func (x *HypothesisSummary) String() string { method ProtoMessage (line 2692) | func (*HypothesisSummary) ProtoMessage() {} method ProtoReflect (line 2694) | func (x *HypothesisSummary) ProtoReflect() protoreflect.Message { method Descriptor (line 2707) | func (*HypothesisSummary) Descriptor() ([]byte, []int) { method GetStatus (line 2711) | func (x *HypothesisSummary) GetStatus() HypothesisStatus { method GetTitle (line 2718) | func (x *HypothesisSummary) GetTitle() string { method GetDetail (line 2725) | func (x *HypothesisSummary) GetDetail() string { type CalculatedRisksTimelineEntry (line 2732) | type CalculatedRisksTimelineEntry struct method Reset (line 2739) | func (x *CalculatedRisksTimelineEntry) Reset() { method String (line 2746) | func (x *CalculatedRisksTimelineEntry) String() string { method ProtoMessage (line 2750) | func (*CalculatedRisksTimelineEntry) ProtoMessage() {} method ProtoReflect (line 2752) | func (x *CalculatedRisksTimelineEntry) ProtoReflect() protoreflect.Mes... method Descriptor (line 2765) | func (*CalculatedRisksTimelineEntry) Descriptor() ([]byte, []int) { method GetRisks (line 2769) | func (x *CalculatedRisksTimelineEntry) GetRisks() []*Risk { type CalculatedLabelsTimelineEntry (line 2777) | type CalculatedLabelsTimelineEntry struct method Reset (line 2784) | func (x *CalculatedLabelsTimelineEntry) Reset() { method String (line 2791) | func (x *CalculatedLabelsTimelineEntry) String() string { method ProtoMessage (line 2795) | func (*CalculatedLabelsTimelineEntry) ProtoMessage() {} method ProtoReflect (line 2797) | func (x *CalculatedLabelsTimelineEntry) ProtoReflect() protoreflect.Me... method Descriptor (line 2810) | func (*CalculatedLabelsTimelineEntry) Descriptor() ([]byte, []int) { method GetLabels (line 2814) | func (x *CalculatedLabelsTimelineEntry) GetLabels() []*Label { type ChangeValidationTimelineEntry (line 2822) | type ChangeValidationTimelineEntry struct method Reset (line 2832) | func (x *ChangeValidationTimelineEntry) Reset() { method String (line 2839) | func (x *ChangeValidationTimelineEntry) String() string { method ProtoMessage (line 2843) | func (*ChangeValidationTimelineEntry) ProtoMessage() {} method ProtoReflect (line 2845) | func (x *ChangeValidationTimelineEntry) ProtoReflect() protoreflect.Me... method Descriptor (line 2858) | func (*ChangeValidationTimelineEntry) Descriptor() ([]byte, []int) { method GetBriefAnalysis (line 2862) | func (x *ChangeValidationTimelineEntry) GetBriefAnalysis() string { method GetValidationChecklist (line 2869) | func (x *ChangeValidationTimelineEntry) GetValidationChecklist() []*Ch... type ChangeValidationCategory (line 2879) | type ChangeValidationCategory struct method Reset (line 2889) | func (x *ChangeValidationCategory) Reset() { method String (line 2896) | func (x *ChangeValidationCategory) String() string { method ProtoMessage (line 2900) | func (*ChangeValidationCategory) ProtoMessage() {} method ProtoReflect (line 2902) | func (x *ChangeValidationCategory) ProtoReflect() protoreflect.Message { method Descriptor (line 2915) | func (*ChangeValidationCategory) Descriptor() ([]byte, []int) { method GetTitle (line 2919) | func (x *ChangeValidationCategory) GetTitle() string { method GetDescription (line 2926) | func (x *ChangeValidationCategory) GetDescription() string { type GetDiffRequest (line 2933) | type GetDiffRequest struct method Reset (line 2940) | func (x *GetDiffRequest) Reset() { method String (line 2947) | func (x *GetDiffRequest) String() string { method ProtoMessage (line 2951) | func (*GetDiffRequest) ProtoMessage() {} method ProtoReflect (line 2953) | func (x *GetDiffRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2966) | func (*GetDiffRequest) Descriptor() ([]byte, []int) { method GetChangeUUID (line 2970) | func (x *GetDiffRequest) GetChangeUUID() []byte { type GetDiffResponse (line 2977) | type GetDiffResponse struct method Reset (line 2990) | func (x *GetDiffResponse) Reset() { method String (line 2997) | func (x *GetDiffResponse) String() string { method ProtoMessage (line 3001) | func (*GetDiffResponse) ProtoMessage() {} method ProtoReflect (line 3003) | func (x *GetDiffResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 3016) | func (*GetDiffResponse) Descriptor() ([]byte, []int) { method GetExpectedItems (line 3020) | func (x *GetDiffResponse) GetExpectedItems() []*ItemDiff { method GetUnexpectedItems (line 3027) | func (x *GetDiffResponse) GetUnexpectedItems() []*ItemDiff { method GetEdges (line 3034) | func (x *GetDiffResponse) GetEdges() []*Edge { method GetMissingItems (line 3041) | func (x *GetDiffResponse) GetMissingItems() []*ItemDiff { type ListChangingItemsSummaryRequest (line 3048) | type ListChangingItemsSummaryRequest struct method Reset (line 3055) | func (x *ListChangingItemsSummaryRequest) Reset() { method String (line 3062) | func (x *ListChangingItemsSummaryRequest) String() string { method ProtoMessage (line 3066) | func (*ListChangingItemsSummaryRequest) ProtoMessage() {} method ProtoReflect (line 3068) | func (x *ListChangingItemsSummaryRequest) ProtoReflect() protoreflect.... method Descriptor (line 3081) | func (*ListChangingItemsSummaryRequest) Descriptor() ([]byte, []int) { method GetChangeUUID (line 3085) | func (x *ListChangingItemsSummaryRequest) GetChangeUUID() []byte { type ListChangingItemsSummaryResponse (line 3092) | type ListChangingItemsSummaryResponse struct method Reset (line 3099) | func (x *ListChangingItemsSummaryResponse) Reset() { method String (line 3106) | func (x *ListChangingItemsSummaryResponse) String() string { method ProtoMessage (line 3110) | func (*ListChangingItemsSummaryResponse) ProtoMessage() {} method ProtoReflect (line 3112) | func (x *ListChangingItemsSummaryResponse) ProtoReflect() protoreflect... method Descriptor (line 3125) | func (*ListChangingItemsSummaryResponse) Descriptor() ([]byte, []int) { method GetItems (line 3129) | func (x *ListChangingItemsSummaryResponse) GetItems() []*ItemDiffSumma... type MappedItemDiff (line 3136) | type MappedItemDiff struct method Reset (line 3154) | func (x *MappedItemDiff) Reset() { method String (line 3161) | func (x *MappedItemDiff) String() string { method ProtoMessage (line 3165) | func (*MappedItemDiff) ProtoMessage() {} method ProtoReflect (line 3167) | func (x *MappedItemDiff) ProtoReflect() protoreflect.Message { method Descriptor (line 3180) | func (*MappedItemDiff) Descriptor() ([]byte, []int) { method GetItem (line 3184) | func (x *MappedItemDiff) GetItem() *ItemDiff { method GetMappingQuery (line 3191) | func (x *MappedItemDiff) GetMappingQuery() *Query { method GetMappingError (line 3198) | func (x *MappedItemDiff) GetMappingError() *QueryError { method GetMappingStatus (line 3205) | func (x *MappedItemDiff) GetMappingStatus() MappedItemMappingStatus { type StartChangeAnalysisRequest (line 3215) | type StartChangeAnalysisRequest struct method Reset (line 3238) | func (x *StartChangeAnalysisRequest) Reset() { method String (line 3245) | func (x *StartChangeAnalysisRequest) String() string { method ProtoMessage (line 3249) | func (*StartChangeAnalysisRequest) ProtoMessage() {} method ProtoReflect (line 3251) | func (x *StartChangeAnalysisRequest) ProtoReflect() protoreflect.Messa... method Descriptor (line 3264) | func (*StartChangeAnalysisRequest) Descriptor() ([]byte, []int) { method GetChangeUUID (line 3268) | func (x *StartChangeAnalysisRequest) GetChangeUUID() []byte { method GetChangingItems (line 3275) | func (x *StartChangeAnalysisRequest) GetChangingItems() []*MappedItemD... method GetBlastRadiusConfigOverride (line 3282) | func (x *StartChangeAnalysisRequest) GetBlastRadiusConfigOverride() *B... method GetRoutineChangesConfigOverride (line 3289) | func (x *StartChangeAnalysisRequest) GetRoutineChangesConfigOverride()... method GetGithubOrganisationProfileOverride (line 3296) | func (x *StartChangeAnalysisRequest) GetGithubOrganisationProfileOverr... method GetKnowledge (line 3303) | func (x *StartChangeAnalysisRequest) GetKnowledge() []*Knowledge { method GetPostGithubComment (line 3310) | func (x *StartChangeAnalysisRequest) GetPostGithubComment() bool { type StartChangeAnalysisResponse (line 3319) | type StartChangeAnalysisResponse struct method Reset (line 3329) | func (x *StartChangeAnalysisResponse) Reset() { method String (line 3336) | func (x *StartChangeAnalysisResponse) String() string { method ProtoMessage (line 3340) | func (*StartChangeAnalysisResponse) ProtoMessage() {} method ProtoReflect (line 3342) | func (x *StartChangeAnalysisResponse) ProtoReflect() protoreflect.Mess... method Descriptor (line 3355) | func (*StartChangeAnalysisResponse) Descriptor() ([]byte, []int) { method GetGithubAppActive (line 3359) | func (x *StartChangeAnalysisResponse) GetGithubAppActive() bool { type AddPlannedChangesRequest (line 3369) | type AddPlannedChangesRequest struct method Reset (line 3379) | func (x *AddPlannedChangesRequest) Reset() { method String (line 3386) | func (x *AddPlannedChangesRequest) String() string { method ProtoMessage (line 3390) | func (*AddPlannedChangesRequest) ProtoMessage() {} method ProtoReflect (line 3392) | func (x *AddPlannedChangesRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 3405) | func (*AddPlannedChangesRequest) Descriptor() ([]byte, []int) { method GetChangeUUID (line 3409) | func (x *AddPlannedChangesRequest) GetChangeUUID() []byte { method GetChangingItems (line 3416) | func (x *AddPlannedChangesRequest) GetChangingItems() []*MappedItemDiff { type AddPlannedChangesResponse (line 3424) | type AddPlannedChangesResponse struct method Reset (line 3430) | func (x *AddPlannedChangesResponse) Reset() { method String (line 3437) | func (x *AddPlannedChangesResponse) String() string { method ProtoMessage (line 3441) | func (*AddPlannedChangesResponse) ProtoMessage() {} method ProtoReflect (line 3443) | func (x *AddPlannedChangesResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 3456) | func (*AddPlannedChangesResponse) Descriptor() ([]byte, []int) { type ListHomeChangesRequest (line 3460) | type ListHomeChangesRequest struct method Reset (line 3468) | func (x *ListHomeChangesRequest) Reset() { method String (line 3475) | func (x *ListHomeChangesRequest) String() string { method ProtoMessage (line 3479) | func (*ListHomeChangesRequest) ProtoMessage() {} method ProtoReflect (line 3481) | func (x *ListHomeChangesRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 3494) | func (*ListHomeChangesRequest) Descriptor() ([]byte, []int) { method GetPagination (line 3498) | func (x *ListHomeChangesRequest) GetPagination() *PaginationRequest { method GetFilters (line 3505) | func (x *ListHomeChangesRequest) GetFilters() *ChangeFiltersRequest { type ChangeFiltersRequest (line 3515) | type ChangeFiltersRequest struct method Reset (line 3527) | func (x *ChangeFiltersRequest) Reset() { method String (line 3534) | func (x *ChangeFiltersRequest) String() string { method ProtoMessage (line 3538) | func (*ChangeFiltersRequest) ProtoMessage() {} method ProtoReflect (line 3540) | func (x *ChangeFiltersRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 3553) | func (*ChangeFiltersRequest) Descriptor() ([]byte, []int) { method GetRepos (line 3557) | func (x *ChangeFiltersRequest) GetRepos() []string { method GetRisks (line 3564) | func (x *ChangeFiltersRequest) GetRisks() []Risk_Severity { method GetAuthors (line 3571) | func (x *ChangeFiltersRequest) GetAuthors() []string { method GetStatuses (line 3578) | func (x *ChangeFiltersRequest) GetStatuses() []ChangeStatus { method GetSortOrder (line 3585) | func (x *ChangeFiltersRequest) GetSortOrder() SortOrder { method GetLabels (line 3592) | func (x *ChangeFiltersRequest) GetLabels() []string { type ListHomeChangesResponse (line 3599) | type ListHomeChangesResponse struct method Reset (line 3607) | func (x *ListHomeChangesResponse) Reset() { method String (line 3614) | func (x *ListHomeChangesResponse) String() string { method ProtoMessage (line 3618) | func (*ListHomeChangesResponse) ProtoMessage() {} method ProtoReflect (line 3620) | func (x *ListHomeChangesResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 3633) | func (*ListHomeChangesResponse) Descriptor() ([]byte, []int) { method GetChanges (line 3637) | func (x *ListHomeChangesResponse) GetChanges() []*ChangeSummary { method GetPagination (line 3644) | func (x *ListHomeChangesResponse) GetPagination() *PaginationResponse { type PopulateChangeFiltersRequest (line 3651) | type PopulateChangeFiltersRequest struct method Reset (line 3657) | func (x *PopulateChangeFiltersRequest) Reset() { method String (line 3664) | func (x *PopulateChangeFiltersRequest) String() string { method ProtoMessage (line 3668) | func (*PopulateChangeFiltersRequest) ProtoMessage() {} method ProtoReflect (line 3670) | func (x *PopulateChangeFiltersRequest) ProtoReflect() protoreflect.Mes... method Descriptor (line 3683) | func (*PopulateChangeFiltersRequest) Descriptor() ([]byte, []int) { type PopulateChangeFiltersResponse (line 3687) | type PopulateChangeFiltersResponse struct method Reset (line 3695) | func (x *PopulateChangeFiltersResponse) Reset() { method String (line 3702) | func (x *PopulateChangeFiltersResponse) String() string { method ProtoMessage (line 3706) | func (*PopulateChangeFiltersResponse) ProtoMessage() {} method ProtoReflect (line 3708) | func (x *PopulateChangeFiltersResponse) ProtoReflect() protoreflect.Me... method Descriptor (line 3721) | func (*PopulateChangeFiltersResponse) Descriptor() ([]byte, []int) { method GetRepos (line 3725) | func (x *PopulateChangeFiltersResponse) GetRepos() []string { method GetAuthors (line 3732) | func (x *PopulateChangeFiltersResponse) GetAuthors() []string { type ItemDiffSummary (line 3739) | type ItemDiffSummary struct method Reset (line 3751) | func (x *ItemDiffSummary) Reset() { method String (line 3758) | func (x *ItemDiffSummary) String() string { method ProtoMessage (line 3762) | func (*ItemDiffSummary) ProtoMessage() {} method ProtoReflect (line 3764) | func (x *ItemDiffSummary) ProtoReflect() protoreflect.Message { method Descriptor (line 3777) | func (*ItemDiffSummary) Descriptor() ([]byte, []int) { method GetItemRef (line 3781) | func (x *ItemDiffSummary) GetItemRef() *Reference { method GetStatus (line 3788) | func (x *ItemDiffSummary) GetStatus() ItemDiffStatus { method GetHealthAfter (line 3795) | func (x *ItemDiffSummary) GetHealthAfter() Health { type ItemDiff (line 3802) | type ItemDiff struct method Reset (line 3825) | func (x *ItemDiff) Reset() { method String (line 3832) | func (x *ItemDiff) String() string { method ProtoMessage (line 3836) | func (*ItemDiff) ProtoMessage() {} method ProtoReflect (line 3838) | func (x *ItemDiff) ProtoReflect() protoreflect.Message { method Descriptor (line 3851) | func (*ItemDiff) Descriptor() ([]byte, []int) { method GetItem (line 3855) | func (x *ItemDiff) GetItem() *Reference { method GetStatus (line 3862) | func (x *ItemDiff) GetStatus() ItemDiffStatus { method GetBefore (line 3869) | func (x *ItemDiff) GetBefore() *Item { method GetAfter (line 3876) | func (x *ItemDiff) GetAfter() *Item { method GetModificationSummary (line 3883) | func (x *ItemDiff) GetModificationSummary() string { method GetMappedItemRef (line 3890) | func (x *ItemDiff) GetMappedItemRef() *Reference { type EnrichedTags (line 3897) | type EnrichedTags struct method Reset (line 3904) | func (x *EnrichedTags) Reset() { method String (line 3911) | func (x *EnrichedTags) String() string { method ProtoMessage (line 3915) | func (*EnrichedTags) ProtoMessage() {} method ProtoReflect (line 3917) | func (x *EnrichedTags) ProtoReflect() protoreflect.Message { method Descriptor (line 3930) | func (*EnrichedTags) Descriptor() ([]byte, []int) { method GetTagValue (line 3934) | func (x *EnrichedTags) GetTagValue() map[string]*TagValue { type TagValue (line 3941) | type TagValue struct method Reset (line 3954) | func (x *TagValue) Reset() { method String (line 3961) | func (x *TagValue) String() string { method ProtoMessage (line 3965) | func (*TagValue) ProtoMessage() {} method ProtoReflect (line 3967) | func (x *TagValue) ProtoReflect() protoreflect.Message { method Descriptor (line 3980) | func (*TagValue) Descriptor() ([]byte, []int) { method GetValue (line 3984) | func (x *TagValue) GetValue() isTagValue_Value { method GetUserTagValue (line 3991) | func (x *TagValue) GetUserTagValue() *UserTagValue { method GetAutoTagValue (line 4000) | func (x *TagValue) GetAutoTagValue() *AutoTagValue { type isTagValue_Value (line 4009) | type isTagValue_Value interface type TagValue_UserTagValue (line 4013) | type TagValue_UserTagValue struct method isTagValue_Value (line 4021) | func (*TagValue_UserTagValue) isTagValue_Value() {} type TagValue_AutoTagValue (line 4017) | type TagValue_AutoTagValue struct method isTagValue_Value (line 4023) | func (*TagValue_AutoTagValue) isTagValue_Value() {} type UserTagValue (line 4025) | type UserTagValue struct method Reset (line 4033) | func (x *UserTagValue) Reset() { method String (line 4040) | func (x *UserTagValue) String() string { method ProtoMessage (line 4044) | func (*UserTagValue) ProtoMessage() {} method ProtoReflect (line 4046) | func (x *UserTagValue) ProtoReflect() protoreflect.Message { method Descriptor (line 4059) | func (*UserTagValue) Descriptor() ([]byte, []int) { method GetValue (line 4063) | func (x *UserTagValue) GetValue() string { type AutoTagValue (line 4070) | type AutoTagValue struct method Reset (line 4080) | func (x *AutoTagValue) Reset() { method String (line 4087) | func (x *AutoTagValue) String() string { method ProtoMessage (line 4091) | func (*AutoTagValue) ProtoMessage() {} method ProtoReflect (line 4093) | func (x *AutoTagValue) ProtoReflect() protoreflect.Message { method Descriptor (line 4106) | func (*AutoTagValue) Descriptor() ([]byte, []int) { method GetValue (line 4110) | func (x *AutoTagValue) GetValue() string { method GetReasoning (line 4117) | func (x *AutoTagValue) GetReasoning() string { type Label (line 4129) | type Label struct method Reset (line 4148) | func (x *Label) Reset() { method String (line 4155) | func (x *Label) String() string { method ProtoMessage (line 4159) | func (*Label) ProtoMessage() {} method ProtoReflect (line 4161) | func (x *Label) ProtoReflect() protoreflect.Message { method Descriptor (line 4174) | func (*Label) Descriptor() ([]byte, []int) { method GetType (line 4178) | func (x *Label) GetType() LabelType { method GetName (line 4185) | func (x *Label) GetName() string { method GetColour (line 4192) | func (x *Label) GetColour() string { method GetLabelRuleUUID (line 4199) | func (x *Label) GetLabelRuleUUID() []byte { method GetAutoLabelReasoning (line 4206) | func (x *Label) GetAutoLabelReasoning() string { method GetSkipped (line 4213) | func (x *Label) GetSkipped() bool { type ChangeSummary (line 4221) | type ChangeSummary struct method Reset (line 4272) | func (x *ChangeSummary) Reset() { method String (line 4279) | func (x *ChangeSummary) String() string { method ProtoMessage (line 4283) | func (*ChangeSummary) ProtoMessage() {} method ProtoReflect (line 4285) | func (x *ChangeSummary) ProtoReflect() protoreflect.Message { method Descriptor (line 4298) | func (*ChangeSummary) Descriptor() ([]byte, []int) { method GetUUID (line 4302) | func (x *ChangeSummary) GetUUID() []byte { method GetTitle (line 4309) | func (x *ChangeSummary) GetTitle() string { method GetStatus (line 4316) | func (x *ChangeSummary) GetStatus() ChangeStatus { method GetTicketLink (line 4323) | func (x *ChangeSummary) GetTicketLink() string { method GetCreatedAt (line 4330) | func (x *ChangeSummary) GetCreatedAt() *timestamppb.Timestamp { method GetCreatorName (line 4337) | func (x *ChangeSummary) GetCreatorName() string { method GetCreatorEmail (line 4344) | func (x *ChangeSummary) GetCreatorEmail() string { method GetNumAffectedItems (line 4351) | func (x *ChangeSummary) GetNumAffectedItems() int32 { method GetNumAffectedEdges (line 4358) | func (x *ChangeSummary) GetNumAffectedEdges() int32 { method GetNumLowRisk (line 4365) | func (x *ChangeSummary) GetNumLowRisk() int32 { method GetNumMediumRisk (line 4372) | func (x *ChangeSummary) GetNumMediumRisk() int32 { method GetNumHighRisk (line 4379) | func (x *ChangeSummary) GetNumHighRisk() int32 { method GetDescription (line 4386) | func (x *ChangeSummary) GetDescription() string { method GetRepo (line 4393) | func (x *ChangeSummary) GetRepo() string { method GetTags (line 4401) | func (x *ChangeSummary) GetTags() map[string]string { method GetEnrichedTags (line 4408) | func (x *ChangeSummary) GetEnrichedTags() *EnrichedTags { method GetLabels (line 4415) | func (x *ChangeSummary) GetLabels() []*Label { method GetGithubChangeInfo (line 4422) | func (x *ChangeSummary) GetGithubChangeInfo() *GithubChangeInfo { type Change (line 4430) | type Change struct method Reset (line 4440) | func (x *Change) Reset() { method String (line 4447) | func (x *Change) String() string { method ProtoMessage (line 4451) | func (*Change) ProtoMessage() {} method ProtoReflect (line 4453) | func (x *Change) ProtoReflect() protoreflect.Message { method Descriptor (line 4466) | func (*Change) Descriptor() ([]byte, []int) { method GetMetadata (line 4470) | func (x *Change) GetMetadata() *ChangeMetadata { method GetProperties (line 4477) | func (x *Change) GetProperties() *ChangeProperties { type ChangeMetadata (line 4485) | type ChangeMetadata struct method Reset (line 4533) | func (x *ChangeMetadata) Reset() { method String (line 4540) | func (x *ChangeMetadata) String() string { method ProtoMessage (line 4544) | func (*ChangeMetadata) ProtoMessage() {} method ProtoReflect (line 4546) | func (x *ChangeMetadata) ProtoReflect() protoreflect.Message { method Descriptor (line 4559) | func (*ChangeMetadata) Descriptor() ([]byte, []int) { method GetUUID (line 4563) | func (x *ChangeMetadata) GetUUID() []byte { method GetCreatedAt (line 4570) | func (x *ChangeMetadata) GetCreatedAt() *timestamppb.Timestamp { method GetUpdatedAt (line 4577) | func (x *ChangeMetadata) GetUpdatedAt() *timestamppb.Timestamp { method GetStatus (line 4584) | func (x *ChangeMetadata) GetStatus() ChangeStatus { method GetCreatorName (line 4591) | func (x *ChangeMetadata) GetCreatorName() string { method GetCreatorEmail (line 4598) | func (x *ChangeMetadata) GetCreatorEmail() string { method GetNumAffectedItems (line 4605) | func (x *ChangeMetadata) GetNumAffectedItems() int32 { method GetNumAffectedEdges (line 4612) | func (x *ChangeMetadata) GetNumAffectedEdges() int32 { method GetNumUnchangedItems (line 4619) | func (x *ChangeMetadata) GetNumUnchangedItems() int32 { method GetNumCreatedItems (line 4626) | func (x *ChangeMetadata) GetNumCreatedItems() int32 { method GetNumUpdatedItems (line 4633) | func (x *ChangeMetadata) GetNumUpdatedItems() int32 { method GetNumReplacedItems (line 4640) | func (x *ChangeMetadata) GetNumReplacedItems() int32 { method GetNumDeletedItems (line 4647) | func (x *ChangeMetadata) GetNumDeletedItems() int32 { method GetUnknownHealthChange (line 4654) | func (x *ChangeMetadata) GetUnknownHealthChange() *ChangeMetadata_Heal... method GetOkHealthChange (line 4661) | func (x *ChangeMetadata) GetOkHealthChange() *ChangeMetadata_HealthCha... method GetWarningHealthChange (line 4668) | func (x *ChangeMetadata) GetWarningHealthChange() *ChangeMetadata_Heal... method GetErrorHealthChange (line 4675) | func (x *ChangeMetadata) GetErrorHealthChange() *ChangeMetadata_Health... method GetPendingHealthChange (line 4682) | func (x *ChangeMetadata) GetPendingHealthChange() *ChangeMetadata_Heal... method GetGithubChangeInfo (line 4689) | func (x *ChangeMetadata) GetGithubChangeInfo() *GithubChangeInfo { method GetTotalObservations (line 4696) | func (x *ChangeMetadata) GetTotalObservations() uint32 { method GetChangeAnalysisStatus (line 4703) | func (x *ChangeMetadata) GetChangeAnalysisStatus() *ChangeAnalysisStat... type ChangeProperties (line 4711) | type ChangeProperties struct method Reset (line 4763) | func (x *ChangeProperties) Reset() { method String (line 4770) | func (x *ChangeProperties) String() string { method ProtoMessage (line 4774) | func (*ChangeProperties) ProtoMessage() {} method ProtoReflect (line 4776) | func (x *ChangeProperties) ProtoReflect() protoreflect.Message { method Descriptor (line 4789) | func (*ChangeProperties) Descriptor() ([]byte, []int) { method GetTitle (line 4793) | func (x *ChangeProperties) GetTitle() string { method GetDescription (line 4800) | func (x *ChangeProperties) GetDescription() string { method GetTicketLink (line 4807) | func (x *ChangeProperties) GetTicketLink() string { method GetOwner (line 4814) | func (x *ChangeProperties) GetOwner() string { method GetCcEmails (line 4821) | func (x *ChangeProperties) GetCcEmails() string { method GetChangingItemsBookmarkUUID (line 4828) | func (x *ChangeProperties) GetChangingItemsBookmarkUUID() []byte { method GetBlastRadiusSnapshotUUID (line 4835) | func (x *ChangeProperties) GetBlastRadiusSnapshotUUID() []byte { method GetSystemBeforeSnapshotUUID (line 4842) | func (x *ChangeProperties) GetSystemBeforeSnapshotUUID() []byte { method GetSystemAfterSnapshotUUID (line 4849) | func (x *ChangeProperties) GetSystemAfterSnapshotUUID() []byte { method GetPlannedChanges (line 4856) | func (x *ChangeProperties) GetPlannedChanges() []*ItemDiff { method GetRawPlan (line 4863) | func (x *ChangeProperties) GetRawPlan() string { method GetCodeChanges (line 4870) | func (x *ChangeProperties) GetCodeChanges() string { method GetRepo (line 4877) | func (x *ChangeProperties) GetRepo() string { method GetTags (line 4885) | func (x *ChangeProperties) GetTags() map[string]string { method GetEnrichedTags (line 4892) | func (x *ChangeProperties) GetEnrichedTags() *EnrichedTags { method GetLabels (line 4899) | func (x *ChangeProperties) GetLabels() []*Label { type GithubChangeInfo (line 4908) | type GithubChangeInfo struct method Reset (line 4922) | func (x *GithubChangeInfo) Reset() { method String (line 4929) | func (x *GithubChangeInfo) String() string { method ProtoMessage (line 4933) | func (*GithubChangeInfo) ProtoMessage() {} method ProtoReflect (line 4935) | func (x *GithubChangeInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 4948) | func (*GithubChangeInfo) Descriptor() ([]byte, []int) { method GetAuthorUsername (line 4952) | func (x *GithubChangeInfo) GetAuthorUsername() string { method GetAuthorFullName (line 4959) | func (x *GithubChangeInfo) GetAuthorFullName() string { method GetAuthorAvatarLink (line 4966) | func (x *GithubChangeInfo) GetAuthorAvatarLink() string { method GetAuthorEmail (line 4973) | func (x *GithubChangeInfo) GetAuthorEmail() string { type ListChangesRequest (line 4981) | type ListChangesRequest struct method Reset (line 4987) | func (x *ListChangesRequest) Reset() { method String (line 4994) | func (x *ListChangesRequest) String() string { method ProtoMessage (line 4998) | func (*ListChangesRequest) ProtoMessage() {} method ProtoReflect (line 5000) | func (x *ListChangesRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 5013) | func (*ListChangesRequest) Descriptor() ([]byte, []int) { type ListChangesResponse (line 5017) | type ListChangesResponse struct method Reset (line 5024) | func (x *ListChangesResponse) Reset() { method String (line 5031) | func (x *ListChangesResponse) String() string { method ProtoMessage (line 5035) | func (*ListChangesResponse) ProtoMessage() {} method ProtoReflect (line 5037) | func (x *ListChangesResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 5050) | func (*ListChangesResponse) Descriptor() ([]byte, []int) { method GetChanges (line 5054) | func (x *ListChangesResponse) GetChanges() []*Change { type ListChangesByStatusRequest (line 5062) | type ListChangesByStatusRequest struct method Reset (line 5069) | func (x *ListChangesByStatusRequest) Reset() { method String (line 5076) | func (x *ListChangesByStatusRequest) String() string { method ProtoMessage (line 5080) | func (*ListChangesByStatusRequest) ProtoMessage() {} method ProtoReflect (line 5082) | func (x *ListChangesByStatusRequest) ProtoReflect() protoreflect.Messa... method Descriptor (line 5095) | func (*ListChangesByStatusRequest) Descriptor() ([]byte, []int) { method GetStatus (line 5099) | func (x *ListChangesByStatusRequest) GetStatus() ChangeStatus { type ListChangesByStatusResponse (line 5106) | type ListChangesByStatusResponse struct method Reset (line 5113) | func (x *ListChangesByStatusResponse) Reset() { method String (line 5120) | func (x *ListChangesByStatusResponse) String() string { method ProtoMessage (line 5124) | func (*ListChangesByStatusResponse) ProtoMessage() {} method ProtoReflect (line 5126) | func (x *ListChangesByStatusResponse) ProtoReflect() protoreflect.Mess... method Descriptor (line 5139) | func (*ListChangesByStatusResponse) Descriptor() ([]byte, []int) { method GetChanges (line 5143) | func (x *ListChangesByStatusResponse) GetChanges() []*Change { type CreateChangeRequest (line 5151) | type CreateChangeRequest struct method Reset (line 5158) | func (x *CreateChangeRequest) Reset() { method String (line 5165) | func (x *CreateChangeRequest) String() string { method ProtoMessage (line 5169) | func (*CreateChangeRequest) ProtoMessage() {} method ProtoReflect (line 5171) | func (x *CreateChangeRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 5184) | func (*CreateChangeRequest) Descriptor() ([]byte, []int) { method GetProperties (line 5188) | func (x *CreateChangeRequest) GetProperties() *ChangeProperties { type CreateChangeResponse (line 5195) | type CreateChangeResponse struct method Reset (line 5202) | func (x *CreateChangeResponse) Reset() { method String (line 5209) | func (x *CreateChangeResponse) String() string { method ProtoMessage (line 5213) | func (*CreateChangeResponse) ProtoMessage() {} method ProtoReflect (line 5215) | func (x *CreateChangeResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 5228) | func (*CreateChangeResponse) Descriptor() ([]byte, []int) { method GetChange (line 5232) | func (x *CreateChangeResponse) GetChange() *Change { type GetChangeRequest (line 5240) | type GetChangeRequest struct method Reset (line 5252) | func (x *GetChangeRequest) Reset() { method String (line 5259) | func (x *GetChangeRequest) String() string { method ProtoMessage (line 5263) | func (*GetChangeRequest) ProtoMessage() {} method ProtoReflect (line 5265) | func (x *GetChangeRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 5278) | func (*GetChangeRequest) Descriptor() ([]byte, []int) { method GetUUID (line 5282) | func (x *GetChangeRequest) GetUUID() []byte { method GetSlim (line 5289) | func (x *GetChangeRequest) GetSlim() bool { type GetChangeByTicketLinkRequest (line 5296) | type GetChangeByTicketLinkRequest struct method Reset (line 5303) | func (x *GetChangeByTicketLinkRequest) Reset() { method String (line 5310) | func (x *GetChangeByTicketLinkRequest) String() string { method ProtoMessage (line 5314) | func (*GetChangeByTicketLinkRequest) ProtoMessage() {} method ProtoReflect (line 5316) | func (x *GetChangeByTicketLinkRequest) ProtoReflect() protoreflect.Mes... method Descriptor (line 5329) | func (*GetChangeByTicketLinkRequest) Descriptor() ([]byte, []int) { method GetTicketLink (line 5333) | func (x *GetChangeByTicketLinkRequest) GetTicketLink() string { type GetChangeSummaryRequest (line 5340) | type GetChangeSummaryRequest struct method Reset (line 5358) | func (x *GetChangeSummaryRequest) Reset() { method String (line 5365) | func (x *GetChangeSummaryRequest) String() string { method ProtoMessage (line 5369) | func (*GetChangeSummaryRequest) ProtoMessage() {} method ProtoReflect (line 5371) | func (x *GetChangeSummaryRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 5384) | func (*GetChangeSummaryRequest) Descriptor() ([]byte, []int) { method GetUUID (line 5388) | func (x *GetChangeSummaryRequest) GetUUID() []byte { method GetSlim (line 5395) | func (x *GetChangeSummaryRequest) GetSlim() bool { method GetChangeOutputFormat (line 5402) | func (x *GetChangeSummaryRequest) GetChangeOutputFormat() ChangeOutput... method GetRiskSeverityFilter (line 5409) | func (x *GetChangeSummaryRequest) GetRiskSeverityFilter() []Risk_Sever... method GetAppURL (line 5416) | func (x *GetChangeSummaryRequest) GetAppURL() string { type GetChangeSummaryResponse (line 5423) | type GetChangeSummaryResponse struct method Reset (line 5433) | func (x *GetChangeSummaryResponse) Reset() { method String (line 5440) | func (x *GetChangeSummaryResponse) String() string { method ProtoMessage (line 5444) | func (*GetChangeSummaryResponse) ProtoMessage() {} method ProtoReflect (line 5446) | func (x *GetChangeSummaryResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 5459) | func (*GetChangeSummaryResponse) Descriptor() ([]byte, []int) { method GetChange (line 5463) | func (x *GetChangeSummaryResponse) GetChange() string { method GetGithubAppCommentPosted (line 5470) | func (x *GetChangeSummaryResponse) GetGithubAppCommentPosted() bool { type GetChangeSignalsRequest (line 5477) | type GetChangeSignalsRequest struct method Reset (line 5486) | func (x *GetChangeSignalsRequest) Reset() { method String (line 5493) | func (x *GetChangeSignalsRequest) String() string { method ProtoMessage (line 5497) | func (*GetChangeSignalsRequest) ProtoMessage() {} method ProtoReflect (line 5499) | func (x *GetChangeSignalsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 5512) | func (*GetChangeSignalsRequest) Descriptor() ([]byte, []int) { method GetUUID (line 5516) | func (x *GetChangeSignalsRequest) GetUUID() []byte { method GetChangeOutputFormat (line 5523) | func (x *GetChangeSignalsRequest) GetChangeOutputFormat() ChangeOutput... type GetChangeSignalsResponse (line 5530) | type GetChangeSignalsResponse struct method Reset (line 5537) | func (x *GetChangeSignalsResponse) Reset() { method String (line 5544) | func (x *GetChangeSignalsResponse) String() string { method ProtoMessage (line 5548) | func (*GetChangeSignalsResponse) ProtoMessage() {} method ProtoReflect (line 5550) | func (x *GetChangeSignalsResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 5563) | func (*GetChangeSignalsResponse) Descriptor() ([]byte, []int) { method GetSignals (line 5567) | func (x *GetChangeSignalsResponse) GetSignals() string { type GetChangeResponse (line 5574) | type GetChangeResponse struct method Reset (line 5581) | func (x *GetChangeResponse) Reset() { method String (line 5588) | func (x *GetChangeResponse) String() string { method ProtoMessage (line 5592) | func (*GetChangeResponse) ProtoMessage() {} method ProtoReflect (line 5594) | func (x *GetChangeResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 5607) | func (*GetChangeResponse) Descriptor() ([]byte, []int) { method GetChange (line 5611) | func (x *GetChangeResponse) GetChange() *Change { type GetChangeRisksRequest (line 5619) | type GetChangeRisksRequest struct method Reset (line 5626) | func (x *GetChangeRisksRequest) Reset() { method String (line 5633) | func (x *GetChangeRisksRequest) String() string { method ProtoMessage (line 5637) | func (*GetChangeRisksRequest) ProtoMessage() {} method ProtoReflect (line 5639) | func (x *GetChangeRisksRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 5652) | func (*GetChangeRisksRequest) Descriptor() ([]byte, []int) { method GetUUID (line 5656) | func (x *GetChangeRisksRequest) GetUUID() []byte { type ChangeRiskMetadata (line 5663) | type ChangeRiskMetadata struct method Reset (line 5679) | func (x *ChangeRiskMetadata) Reset() { method String (line 5686) | func (x *ChangeRiskMetadata) String() string { method ProtoMessage (line 5690) | func (*ChangeRiskMetadata) ProtoMessage() {} method ProtoReflect (line 5692) | func (x *ChangeRiskMetadata) ProtoReflect() protoreflect.Message { method Descriptor (line 5705) | func (*ChangeRiskMetadata) Descriptor() ([]byte, []int) { method GetChangeAnalysisStatus (line 5709) | func (x *ChangeRiskMetadata) GetChangeAnalysisStatus() *ChangeAnalysis... method GetRisks (line 5716) | func (x *ChangeRiskMetadata) GetRisks() []*Risk { method GetNumLowRisk (line 5723) | func (x *ChangeRiskMetadata) GetNumLowRisk() int32 { method GetNumMediumRisk (line 5730) | func (x *ChangeRiskMetadata) GetNumMediumRisk() int32 { method GetNumHighRisk (line 5737) | func (x *ChangeRiskMetadata) GetNumHighRisk() int32 { type GetChangeRisksResponse (line 5744) | type GetChangeRisksResponse struct method Reset (line 5751) | func (x *GetChangeRisksResponse) Reset() { method String (line 5758) | func (x *GetChangeRisksResponse) String() string { method ProtoMessage (line 5762) | func (*GetChangeRisksResponse) ProtoMessage() {} method ProtoReflect (line 5764) | func (x *GetChangeRisksResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 5777) | func (*GetChangeRisksResponse) Descriptor() ([]byte, []int) { method GetChangeRiskMetadata (line 5781) | func (x *GetChangeRisksResponse) GetChangeRiskMetadata() *ChangeRiskMe... type UpdateChangeRequest (line 5789) | type UpdateChangeRequest struct method Reset (line 5797) | func (x *UpdateChangeRequest) Reset() { method String (line 5804) | func (x *UpdateChangeRequest) String() string { method ProtoMessage (line 5808) | func (*UpdateChangeRequest) ProtoMessage() {} method ProtoReflect (line 5810) | func (x *UpdateChangeRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 5823) | func (*UpdateChangeRequest) Descriptor() ([]byte, []int) { method GetUUID (line 5827) | func (x *UpdateChangeRequest) GetUUID() []byte { method GetProperties (line 5834) | func (x *UpdateChangeRequest) GetProperties() *ChangeProperties { type UpdateChangeResponse (line 5841) | type UpdateChangeResponse struct method Reset (line 5848) | func (x *UpdateChangeResponse) Reset() { method String (line 5855) | func (x *UpdateChangeResponse) String() string { method ProtoMessage (line 5859) | func (*UpdateChangeResponse) ProtoMessage() {} method ProtoReflect (line 5861) | func (x *UpdateChangeResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 5874) | func (*UpdateChangeResponse) Descriptor() ([]byte, []int) { method GetChange (line 5878) | func (x *UpdateChangeResponse) GetChange() *Change { type DeleteChangeRequest (line 5886) | type DeleteChangeRequest struct method Reset (line 5893) | func (x *DeleteChangeRequest) Reset() { method String (line 5900) | func (x *DeleteChangeRequest) String() string { method ProtoMessage (line 5904) | func (*DeleteChangeRequest) ProtoMessage() {} method ProtoReflect (line 5906) | func (x *DeleteChangeRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 5919) | func (*DeleteChangeRequest) Descriptor() ([]byte, []int) { method GetUUID (line 5923) | func (x *DeleteChangeRequest) GetUUID() []byte { type ListChangesBySnapshotUUIDRequest (line 5931) | type ListChangesBySnapshotUUIDRequest struct method Reset (line 5938) | func (x *ListChangesBySnapshotUUIDRequest) Reset() { method String (line 5945) | func (x *ListChangesBySnapshotUUIDRequest) String() string { method ProtoMessage (line 5949) | func (*ListChangesBySnapshotUUIDRequest) ProtoMessage() {} method ProtoReflect (line 5951) | func (x *ListChangesBySnapshotUUIDRequest) ProtoReflect() protoreflect... method Descriptor (line 5964) | func (*ListChangesBySnapshotUUIDRequest) Descriptor() ([]byte, []int) { method GetUUID (line 5968) | func (x *ListChangesBySnapshotUUIDRequest) GetUUID() []byte { type ListChangesBySnapshotUUIDResponse (line 5975) | type ListChangesBySnapshotUUIDResponse struct method Reset (line 5982) | func (x *ListChangesBySnapshotUUIDResponse) Reset() { method String (line 5989) | func (x *ListChangesBySnapshotUUIDResponse) String() string { method ProtoMessage (line 5993) | func (*ListChangesBySnapshotUUIDResponse) ProtoMessage() {} method ProtoReflect (line 5995) | func (x *ListChangesBySnapshotUUIDResponse) ProtoReflect() protoreflec... method Descriptor (line 6008) | func (*ListChangesBySnapshotUUIDResponse) Descriptor() ([]byte, []int) { method GetChanges (line 6012) | func (x *ListChangesBySnapshotUUIDResponse) GetChanges() []*Change { type DeleteChangeResponse (line 6019) | type DeleteChangeResponse struct method Reset (line 6025) | func (x *DeleteChangeResponse) Reset() { method String (line 6032) | func (x *DeleteChangeResponse) String() string { method ProtoMessage (line 6036) | func (*DeleteChangeResponse) ProtoMessage() {} method ProtoReflect (line 6038) | func (x *DeleteChangeResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 6051) | func (*DeleteChangeResponse) Descriptor() ([]byte, []int) { type RefreshStateRequest (line 6055) | type RefreshStateRequest struct method Reset (line 6061) | func (x *RefreshStateRequest) Reset() { method String (line 6068) | func (x *RefreshStateRequest) String() string { method ProtoMessage (line 6072) | func (*RefreshStateRequest) ProtoMessage() {} method ProtoReflect (line 6074) | func (x *RefreshStateRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 6087) | func (*RefreshStateRequest) Descriptor() ([]byte, []int) { type RefreshStateResponse (line 6091) | type RefreshStateResponse struct method Reset (line 6097) | func (x *RefreshStateResponse) Reset() { method String (line 6104) | func (x *RefreshStateResponse) String() string { method ProtoMessage (line 6108) | func (*RefreshStateResponse) ProtoMessage() {} method ProtoReflect (line 6110) | func (x *RefreshStateResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 6123) | func (*RefreshStateResponse) Descriptor() ([]byte, []int) { type StartChangeRequest (line 6127) | type StartChangeRequest struct method Reset (line 6134) | func (x *StartChangeRequest) Reset() { method String (line 6141) | func (x *StartChangeRequest) String() string { method ProtoMessage (line 6145) | func (*StartChangeRequest) ProtoMessage() {} method ProtoReflect (line 6147) | func (x *StartChangeRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 6160) | func (*StartChangeRequest) Descriptor() ([]byte, []int) { method GetChangeUUID (line 6164) | func (x *StartChangeRequest) GetChangeUUID() []byte { type StartChangeResponse (line 6171) | type StartChangeResponse struct method Reset (line 6180) | func (x *StartChangeResponse) Reset() { method String (line 6187) | func (x *StartChangeResponse) String() string { method ProtoMessage (line 6191) | func (*StartChangeResponse) ProtoMessage() {} method ProtoReflect (line 6193) | func (x *StartChangeResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 6206) | func (*StartChangeResponse) Descriptor() ([]byte, []int) { method GetState (line 6210) | func (x *StartChangeResponse) GetState() StartChangeResponse_State { method GetNumItems (line 6217) | func (x *StartChangeResponse) GetNumItems() uint32 { method GetNumEdges (line 6224) | func (x *StartChangeResponse) GetNumEdges() uint32 { type EndChangeRequest (line 6231) | type EndChangeRequest struct method Reset (line 6238) | func (x *EndChangeRequest) Reset() { method String (line 6245) | func (x *EndChangeRequest) String() string { method ProtoMessage (line 6249) | func (*EndChangeRequest) ProtoMessage() {} method ProtoReflect (line 6251) | func (x *EndChangeRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 6264) | func (*EndChangeRequest) Descriptor() ([]byte, []int) { method GetChangeUUID (line 6268) | func (x *EndChangeRequest) GetChangeUUID() []byte { type EndChangeResponse (line 6275) | type EndChangeResponse struct method Reset (line 6284) | func (x *EndChangeResponse) Reset() { method String (line 6291) | func (x *EndChangeResponse) String() string { method ProtoMessage (line 6295) | func (*EndChangeResponse) ProtoMessage() {} method ProtoReflect (line 6297) | func (x *EndChangeResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 6310) | func (*EndChangeResponse) Descriptor() ([]byte, []int) { method GetState (line 6314) | func (x *EndChangeResponse) GetState() EndChangeResponse_State { method GetNumItems (line 6321) | func (x *EndChangeResponse) GetNumItems() uint32 { method GetNumEdges (line 6328) | func (x *EndChangeResponse) GetNumEdges() uint32 { type StartChangeSimpleResponse (line 6335) | type StartChangeSimpleResponse struct method Reset (line 6341) | func (x *StartChangeSimpleResponse) Reset() { method String (line 6348) | func (x *StartChangeSimpleResponse) String() string { method ProtoMessage (line 6352) | func (*StartChangeSimpleResponse) ProtoMessage() {} method ProtoReflect (line 6354) | func (x *StartChangeSimpleResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 6367) | func (*StartChangeSimpleResponse) Descriptor() ([]byte, []int) { type EndChangeSimpleResponse (line 6371) | type EndChangeSimpleResponse struct method Reset (line 6381) | func (x *EndChangeSimpleResponse) Reset() { method String (line 6388) | func (x *EndChangeSimpleResponse) String() string { method ProtoMessage (line 6392) | func (*EndChangeSimpleResponse) ProtoMessage() {} method ProtoReflect (line 6394) | func (x *EndChangeSimpleResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 6407) | func (*EndChangeSimpleResponse) Descriptor() ([]byte, []int) { method GetQueued (line 6411) | func (x *EndChangeSimpleResponse) GetQueued() bool { method GetQueuedAfterStart (line 6418) | func (x *EndChangeSimpleResponse) GetQueuedAfterStart() bool { type Risk (line 6425) | type Risk struct method Reset (line 6436) | func (x *Risk) Reset() { method String (line 6443) | func (x *Risk) String() string { method ProtoMessage (line 6447) | func (*Risk) ProtoMessage() {} method ProtoReflect (line 6449) | func (x *Risk) ProtoReflect() protoreflect.Message { method Descriptor (line 6462) | func (*Risk) Descriptor() ([]byte, []int) { method GetUUID (line 6466) | func (x *Risk) GetUUID() []byte { method GetTitle (line 6473) | func (x *Risk) GetTitle() string { method GetSeverity (line 6480) | func (x *Risk) GetSeverity() Risk_Severity { method GetDescription (line 6487) | func (x *Risk) GetDescription() string { method GetRelatedItemRefs (line 6494) | func (x *Risk) GetRelatedItemRefs() []*Reference { type ChangeAnalysisStatus (line 6501) | type ChangeAnalysisStatus struct method Reset (line 6508) | func (x *ChangeAnalysisStatus) Reset() { method String (line 6515) | func (x *ChangeAnalysisStatus) String() string { method ProtoMessage (line 6519) | func (*ChangeAnalysisStatus) ProtoMessage() {} method ProtoReflect (line 6521) | func (x *ChangeAnalysisStatus) ProtoReflect() protoreflect.Message { method Descriptor (line 6534) | func (*ChangeAnalysisStatus) Descriptor() ([]byte, []int) { method GetStatus (line 6538) | func (x *ChangeAnalysisStatus) GetStatus() ChangeAnalysisStatus_Status { type GenerateRiskFixRequest (line 6546) | type GenerateRiskFixRequest struct method Reset (line 6554) | func (x *GenerateRiskFixRequest) Reset() { method String (line 6561) | func (x *GenerateRiskFixRequest) String() string { method ProtoMessage (line 6565) | func (*GenerateRiskFixRequest) ProtoMessage() {} method ProtoReflect (line 6567) | func (x *GenerateRiskFixRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 6580) | func (*GenerateRiskFixRequest) Descriptor() ([]byte, []int) { method GetRiskUUID (line 6584) | func (x *GenerateRiskFixRequest) GetRiskUUID() []byte { type GenerateRiskFixResponse (line 6591) | type GenerateRiskFixResponse struct method Reset (line 6599) | func (x *GenerateRiskFixResponse) Reset() { method String (line 6606) | func (x *GenerateRiskFixResponse) String() string { method ProtoMessage (line 6610) | func (*GenerateRiskFixResponse) ProtoMessage() {} method ProtoReflect (line 6612) | func (x *GenerateRiskFixResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 6625) | func (*GenerateRiskFixResponse) Descriptor() ([]byte, []int) { method GetFixSuggestion (line 6629) | func (x *GenerateRiskFixResponse) GetFixSuggestion() string { type SubmitRiskFeedbackRequest (line 6637) | type SubmitRiskFeedbackRequest struct method Reset (line 6647) | func (x *SubmitRiskFeedbackRequest) Reset() { method String (line 6654) | func (x *SubmitRiskFeedbackRequest) String() string { method ProtoMessage (line 6658) | func (*SubmitRiskFeedbackRequest) ProtoMessage() {} method ProtoReflect (line 6660) | func (x *SubmitRiskFeedbackRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 6673) | func (*SubmitRiskFeedbackRequest) Descriptor() ([]byte, []int) { method GetRiskUuid (line 6677) | func (x *SubmitRiskFeedbackRequest) GetRiskUuid() []byte { method GetSentiment (line 6684) | func (x *SubmitRiskFeedbackRequest) GetSentiment() RiskFeedbackSentime... method GetFeedbackText (line 6691) | func (x *SubmitRiskFeedbackRequest) GetFeedbackText() string { method GetMetadata (line 6698) | func (x *SubmitRiskFeedbackRequest) GetMetadata() map[string]string { type SubmitRiskFeedbackResponse (line 6705) | type SubmitRiskFeedbackResponse struct method Reset (line 6711) | func (x *SubmitRiskFeedbackResponse) Reset() { method String (line 6718) | func (x *SubmitRiskFeedbackResponse) String() string { method ProtoMessage (line 6722) | func (*SubmitRiskFeedbackResponse) ProtoMessage() {} method ProtoReflect (line 6724) | func (x *SubmitRiskFeedbackResponse) ProtoReflect() protoreflect.Messa... method Descriptor (line 6737) | func (*SubmitRiskFeedbackResponse) Descriptor() ([]byte, []int) { type ChangeMetadata_HealthChange (line 6745) | type ChangeMetadata_HealthChange struct method Reset (line 6759) | func (x *ChangeMetadata_HealthChange) Reset() { method String (line 6766) | func (x *ChangeMetadata_HealthChange) String() string { method ProtoMessage (line 6770) | func (*ChangeMetadata_HealthChange) ProtoMessage() {} method ProtoReflect (line 6772) | func (x *ChangeMetadata_HealthChange) ProtoReflect() protoreflect.Mess... method Descriptor (line 6785) | func (*ChangeMetadata_HealthChange) Descriptor() ([]byte, []int) { method GetAdded (line 6789) | func (x *ChangeMetadata_HealthChange) GetAdded() int32 { method GetRemoved (line 6796) | func (x *ChangeMetadata_HealthChange) GetRemoved() int32 { method GetFinalTotal (line 6803) | func (x *ChangeMetadata_HealthChange) GetFinalTotal() int32 { constant file_changes_proto_rawDesc (line 6812) | file_changes_proto_rawDesc = "" + function file_changes_proto_rawDescGZIP (line 7386) | func file_changes_proto_rawDescGZIP() []byte { function init (line 7719) | func init() { file_changes_proto_init() } function file_changes_proto_init (line 7720) | func file_changes_proto_init() { FILE: go/sdp-go/changes_test.go function TestFindInProgressEntry (line 8) | func TestFindInProgressEntry(t *testing.T) { function TestTimelineEntryContentDescription (line 133) | func TestTimelineEntryContentDescription(t *testing.T) { function TestValidateRoutineChangesConfig (line 278) | func TestValidateRoutineChangesConfig(t *testing.T) { function TestYamlStringToSignalConfig_NilCombinations (line 415) | func TestYamlStringToSignalConfig_NilCombinations(t *testing.T) { FILE: go/sdp-go/changetimeline.go type ChangeTimelineEntryV2ID (line 12) | type ChangeTimelineEntryV2ID struct function GetChangeTimelineEntryNameForStatus (line 131) | func GetChangeTimelineEntryNameForStatus(name string, status ChangeTimel... function GetChangeTimelineEntryLabelFromName (line 143) | func GetChangeTimelineEntryLabelFromName(name string) string { FILE: go/sdp-go/changetimeline_test.go function TestChangeTimelineEntryNameConversion (line 7) | func TestChangeTimelineEntryNameConversion(t *testing.T) { FILE: go/sdp-go/cli.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetConfigRequest (line 24) | type GetConfigRequest struct method Reset (line 31) | func (x *GetConfigRequest) Reset() { method String (line 38) | func (x *GetConfigRequest) String() string { method ProtoMessage (line 42) | func (*GetConfigRequest) ProtoMessage() {} method ProtoReflect (line 44) | func (x *GetConfigRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 57) | func (*GetConfigRequest) Descriptor() ([]byte, []int) { method GetKey (line 61) | func (x *GetConfigRequest) GetKey() string { type GetConfigResponse (line 68) | type GetConfigResponse struct method Reset (line 75) | func (x *GetConfigResponse) Reset() { method String (line 82) | func (x *GetConfigResponse) String() string { method ProtoMessage (line 86) | func (*GetConfigResponse) ProtoMessage() {} method ProtoReflect (line 88) | func (x *GetConfigResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 101) | func (*GetConfigResponse) Descriptor() ([]byte, []int) { method GetValue (line 105) | func (x *GetConfigResponse) GetValue() string { type SetConfigRequest (line 112) | type SetConfigRequest struct method Reset (line 120) | func (x *SetConfigRequest) Reset() { method String (line 127) | func (x *SetConfigRequest) String() string { method ProtoMessage (line 131) | func (*SetConfigRequest) ProtoMessage() {} method ProtoReflect (line 133) | func (x *SetConfigRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 146) | func (*SetConfigRequest) Descriptor() ([]byte, []int) { method GetKey (line 150) | func (x *SetConfigRequest) GetKey() string { method GetValue (line 157) | func (x *SetConfigRequest) GetValue() string { type SetConfigResponse (line 164) | type SetConfigResponse struct method Reset (line 170) | func (x *SetConfigResponse) Reset() { method String (line 177) | func (x *SetConfigResponse) String() string { method ProtoMessage (line 181) | func (*SetConfigResponse) ProtoMessage() {} method ProtoReflect (line 183) | func (x *SetConfigResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 196) | func (*SetConfigResponse) Descriptor() ([]byte, []int) { constant file_cli_proto_rawDesc (line 202) | file_cli_proto_rawDesc = "" + function file_cli_proto_rawDescGZIP (line 222) | func file_cli_proto_rawDescGZIP() []byte { function init (line 248) | func init() { file_cli_proto_init() } function file_cli_proto_init (line 249) | func file_cli_proto_init() { FILE: go/sdp-go/compare.go type Comparer (line 7) | type Comparer interface method Compare (line 13) | func (i *Item) Compare(r *Item) (int, error) { type CompareError (line 31) | type CompareError method Error (line 34) | func (c *CompareError) Error() string { FILE: go/sdp-go/config.pb.go constant _ (line 22) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 24) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type CheckRunMode (line 28) | type CheckRunMode method Enum (line 53) | func (x CheckRunMode) Enum() *CheckRunMode { method String (line 59) | func (x CheckRunMode) String() string { method Descriptor (line 63) | func (CheckRunMode) Descriptor() protoreflect.EnumDescriptor { method Type (line 67) | func (CheckRunMode) Type() protoreflect.EnumType { method Number (line 71) | func (x CheckRunMode) Number() protoreflect.EnumNumber { method EnumDescriptor (line 76) | func (CheckRunMode) EnumDescriptor() ([]byte, []int) { constant CheckRunMode_CHECK_RUN_MODE_REPORT_ONLY (line 32) | CheckRunMode_CHECK_RUN_MODE_REPORT_ONLY CheckRunMode = 0 constant CheckRunMode_CHECK_RUN_MODE_FAIL_HIGH_SEVERITY (line 34) | CheckRunMode_CHECK_RUN_MODE_FAIL_HIGH_SEVERITY CheckRunMode = 1 constant CheckRunMode_CHECK_RUN_MODE_FAIL_ANY_RISK (line 36) | CheckRunMode_CHECK_RUN_MODE_FAIL_ANY_RISK CheckRunMode = 2 type AccountConfig_BlastRadiusPreset (line 80) | type AccountConfig_BlastRadiusPreset method Enum (line 111) | func (x AccountConfig_BlastRadiusPreset) Enum() *AccountConfig_BlastRa... method String (line 117) | func (x AccountConfig_BlastRadiusPreset) String() string { method Descriptor (line 121) | func (AccountConfig_BlastRadiusPreset) Descriptor() protoreflect.EnumD... method Type (line 125) | func (AccountConfig_BlastRadiusPreset) Type() protoreflect.EnumType { method Number (line 129) | func (x AccountConfig_BlastRadiusPreset) Number() protoreflect.EnumNum... method EnumDescriptor (line 134) | func (AccountConfig_BlastRadiusPreset) EnumDescriptor() ([]byte, []int) { constant AccountConfig_UNSPECIFIED (line 84) | AccountConfig_UNSPECIFIED AccountConfig_BlastRadiusPreset = 0 constant AccountConfig_QUICK (line 87) | AccountConfig_QUICK AccountConfig_BlastRadiusPreset = 1 constant AccountConfig_DETAILED (line 89) | AccountConfig_DETAILED AccountConfig_BlastRadiusPreset = 2 constant AccountConfig_FULL (line 92) | AccountConfig_FULL AccountConfig_BlastRadiusPreset = 3 type GetHcpConfigResponse_Status (line 138) | type GetHcpConfigResponse_Status method Enum (line 161) | func (x GetHcpConfigResponse_Status) Enum() *GetHcpConfigResponse_Stat... method String (line 167) | func (x GetHcpConfigResponse_Status) String() string { method Descriptor (line 171) | func (GetHcpConfigResponse_Status) Descriptor() protoreflect.EnumDescr... method Type (line 175) | func (GetHcpConfigResponse_Status) Type() protoreflect.EnumType { method Number (line 179) | func (x GetHcpConfigResponse_Status) Number() protoreflect.EnumNumber { method EnumDescriptor (line 184) | func (GetHcpConfigResponse_Status) EnumDescriptor() ([]byte, []int) { constant GetHcpConfigResponse_CONFIGURED (line 142) | GetHcpConfigResponse_CONFIGURED GetHcpConfigResponse_Status = 0 constant GetHcpConfigResponse_ERROR (line 146) | GetHcpConfigResponse_ERROR GetHcpConfigResponse_Status = 1 type RoutineChangesConfig_DurationUnit (line 188) | type RoutineChangesConfig_DurationUnit method Enum (line 213) | func (x RoutineChangesConfig_DurationUnit) Enum() *RoutineChangesConfi... method String (line 219) | func (x RoutineChangesConfig_DurationUnit) String() string { method Descriptor (line 223) | func (RoutineChangesConfig_DurationUnit) Descriptor() protoreflect.Enu... method Type (line 227) | func (RoutineChangesConfig_DurationUnit) Type() protoreflect.EnumType { method Number (line 231) | func (x RoutineChangesConfig_DurationUnit) Number() protoreflect.EnumN... method EnumDescriptor (line 236) | func (RoutineChangesConfig_DurationUnit) EnumDescriptor() ([]byte, []i... constant RoutineChangesConfig_DAYS (line 192) | RoutineChangesConfig_DAYS RoutineChangesConfig_DurationUnit = 0 constant RoutineChangesConfig_WEEKS (line 194) | RoutineChangesConfig_WEEKS RoutineChangesConfig_DurationUnit = 1 constant RoutineChangesConfig_MONTHS (line 196) | RoutineChangesConfig_MONTHS RoutineChangesConfig_DurationUnit = 2 type BlastRadiusConfig (line 243) | type BlastRadiusConfig struct method Reset (line 264) | func (x *BlastRadiusConfig) Reset() { method String (line 271) | func (x *BlastRadiusConfig) String() string { method ProtoMessage (line 275) | func (*BlastRadiusConfig) ProtoMessage() {} method ProtoReflect (line 277) | func (x *BlastRadiusConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 290) | func (*BlastRadiusConfig) Descriptor() ([]byte, []int) { method GetMaxItems (line 294) | func (x *BlastRadiusConfig) GetMaxItems() int32 { method GetLinkDepth (line 301) | func (x *BlastRadiusConfig) GetLinkDepth() int32 { method GetChangeAnalysisTargetDuration (line 308) | func (x *BlastRadiusConfig) GetChangeAnalysisTargetDuration() *duratio... type AccountConfig (line 318) | type AccountConfig struct method Reset (line 337) | func (x *AccountConfig) Reset() { method String (line 344) | func (x *AccountConfig) String() string { method ProtoMessage (line 348) | func (*AccountConfig) ProtoMessage() {} method ProtoReflect (line 350) | func (x *AccountConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 363) | func (*AccountConfig) Descriptor() ([]byte, []int) { method GetBlastRadiusPreset (line 367) | func (x *AccountConfig) GetBlastRadiusPreset() AccountConfig_BlastRadi... method GetBlastRadius (line 374) | func (x *AccountConfig) GetBlastRadius() *BlastRadiusConfig { method GetSkipUnmappedChangesForRisks (line 381) | func (x *AccountConfig) GetSkipUnmappedChangesForRisks() bool { type GetAccountConfigRequest (line 388) | type GetAccountConfigRequest struct method Reset (line 394) | func (x *GetAccountConfigRequest) Reset() { method String (line 401) | func (x *GetAccountConfigRequest) String() string { method ProtoMessage (line 405) | func (*GetAccountConfigRequest) ProtoMessage() {} method ProtoReflect (line 407) | func (x *GetAccountConfigRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 420) | func (*GetAccountConfigRequest) Descriptor() ([]byte, []int) { type GetAccountConfigResponse (line 424) | type GetAccountConfigResponse struct method Reset (line 431) | func (x *GetAccountConfigResponse) Reset() { method String (line 438) | func (x *GetAccountConfigResponse) String() string { method ProtoMessage (line 442) | func (*GetAccountConfigResponse) ProtoMessage() {} method ProtoReflect (line 444) | func (x *GetAccountConfigResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 457) | func (*GetAccountConfigResponse) Descriptor() ([]byte, []int) { method GetConfig (line 461) | func (x *GetAccountConfigResponse) GetConfig() *AccountConfig { type UpdateAccountConfigRequest (line 469) | type UpdateAccountConfigRequest struct method Reset (line 476) | func (x *UpdateAccountConfigRequest) Reset() { method String (line 483) | func (x *UpdateAccountConfigRequest) String() string { method ProtoMessage (line 487) | func (*UpdateAccountConfigRequest) ProtoMessage() {} method ProtoReflect (line 489) | func (x *UpdateAccountConfigRequest) ProtoReflect() protoreflect.Messa... method Descriptor (line 502) | func (*UpdateAccountConfigRequest) Descriptor() ([]byte, []int) { method GetConfig (line 506) | func (x *UpdateAccountConfigRequest) GetConfig() *AccountConfig { type UpdateAccountConfigResponse (line 513) | type UpdateAccountConfigResponse struct method Reset (line 520) | func (x *UpdateAccountConfigResponse) Reset() { method String (line 527) | func (x *UpdateAccountConfigResponse) String() string { method ProtoMessage (line 531) | func (*UpdateAccountConfigResponse) ProtoMessage() {} method ProtoReflect (line 533) | func (x *UpdateAccountConfigResponse) ProtoReflect() protoreflect.Mess... method Descriptor (line 546) | func (*UpdateAccountConfigResponse) Descriptor() ([]byte, []int) { method GetConfig (line 550) | func (x *UpdateAccountConfigResponse) GetConfig() *AccountConfig { type CreateHcpConfigRequest (line 557) | type CreateHcpConfigRequest struct method Reset (line 567) | func (x *CreateHcpConfigRequest) Reset() { method String (line 574) | func (x *CreateHcpConfigRequest) String() string { method ProtoMessage (line 578) | func (*CreateHcpConfigRequest) ProtoMessage() {} method ProtoReflect (line 580) | func (x *CreateHcpConfigRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 593) | func (*CreateHcpConfigRequest) Descriptor() ([]byte, []int) { method GetFinalFrontendRedirect (line 597) | func (x *CreateHcpConfigRequest) GetFinalFrontendRedirect() string { type CreateHcpConfigResponse (line 604) | type CreateHcpConfigResponse struct method Reset (line 616) | func (x *CreateHcpConfigResponse) Reset() { method String (line 623) | func (x *CreateHcpConfigResponse) String() string { method ProtoMessage (line 627) | func (*CreateHcpConfigResponse) ProtoMessage() {} method ProtoReflect (line 629) | func (x *CreateHcpConfigResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 642) | func (*CreateHcpConfigResponse) Descriptor() ([]byte, []int) { method GetConfig (line 646) | func (x *CreateHcpConfigResponse) GetConfig() *HcpConfig { method GetApiKey (line 653) | func (x *CreateHcpConfigResponse) GetApiKey() *CreateAPIKeyResponse { type HcpConfig (line 660) | type HcpConfig struct method Reset (line 670) | func (x *HcpConfig) Reset() { method String (line 677) | func (x *HcpConfig) String() string { method ProtoMessage (line 681) | func (*HcpConfig) ProtoMessage() {} method ProtoReflect (line 683) | func (x *HcpConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 696) | func (*HcpConfig) Descriptor() ([]byte, []int) { method GetEndpoint (line 700) | func (x *HcpConfig) GetEndpoint() string { method GetSecret (line 707) | func (x *HcpConfig) GetSecret() string { type GetHcpConfigRequest (line 714) | type GetHcpConfigRequest struct method Reset (line 720) | func (x *GetHcpConfigRequest) Reset() { method String (line 727) | func (x *GetHcpConfigRequest) String() string { method ProtoMessage (line 731) | func (*GetHcpConfigRequest) ProtoMessage() {} method ProtoReflect (line 733) | func (x *GetHcpConfigRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 746) | func (*GetHcpConfigRequest) Descriptor() ([]byte, []int) { type GetHcpConfigResponse (line 750) | type GetHcpConfigResponse struct method Reset (line 758) | func (x *GetHcpConfigResponse) Reset() { method String (line 765) | func (x *GetHcpConfigResponse) String() string { method ProtoMessage (line 769) | func (*GetHcpConfigResponse) ProtoMessage() {} method ProtoReflect (line 771) | func (x *GetHcpConfigResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 784) | func (*GetHcpConfigResponse) Descriptor() ([]byte, []int) { method GetConfig (line 788) | func (x *GetHcpConfigResponse) GetConfig() *HcpConfig { method GetStatus (line 795) | func (x *GetHcpConfigResponse) GetStatus() GetHcpConfigResponse_Status { type DeleteHcpConfigRequest (line 802) | type DeleteHcpConfigRequest struct method Reset (line 808) | func (x *DeleteHcpConfigRequest) Reset() { method String (line 815) | func (x *DeleteHcpConfigRequest) String() string { method ProtoMessage (line 819) | func (*DeleteHcpConfigRequest) ProtoMessage() {} method ProtoReflect (line 821) | func (x *DeleteHcpConfigRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 834) | func (*DeleteHcpConfigRequest) Descriptor() ([]byte, []int) { type DeleteHcpConfigResponse (line 838) | type DeleteHcpConfigResponse struct method Reset (line 844) | func (x *DeleteHcpConfigResponse) Reset() { method String (line 851) | func (x *DeleteHcpConfigResponse) String() string { method ProtoMessage (line 855) | func (*DeleteHcpConfigResponse) ProtoMessage() {} method ProtoReflect (line 857) | func (x *DeleteHcpConfigResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 870) | func (*DeleteHcpConfigResponse) Descriptor() ([]byte, []int) { type ReplaceHcpApiKeyRequest (line 874) | type ReplaceHcpApiKeyRequest struct method Reset (line 884) | func (x *ReplaceHcpApiKeyRequest) Reset() { method String (line 891) | func (x *ReplaceHcpApiKeyRequest) String() string { method ProtoMessage (line 895) | func (*ReplaceHcpApiKeyRequest) ProtoMessage() {} method ProtoReflect (line 897) | func (x *ReplaceHcpApiKeyRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 910) | func (*ReplaceHcpApiKeyRequest) Descriptor() ([]byte, []int) { method GetFinalFrontendRedirect (line 914) | func (x *ReplaceHcpApiKeyRequest) GetFinalFrontendRedirect() string { type ReplaceHcpApiKeyResponse (line 921) | type ReplaceHcpApiKeyResponse struct method Reset (line 934) | func (x *ReplaceHcpApiKeyResponse) Reset() { method String (line 941) | func (x *ReplaceHcpApiKeyResponse) String() string { method ProtoMessage (line 945) | func (*ReplaceHcpApiKeyResponse) ProtoMessage() {} method ProtoReflect (line 947) | func (x *ReplaceHcpApiKeyResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 960) | func (*ReplaceHcpApiKeyResponse) Descriptor() ([]byte, []int) { method GetConfig (line 964) | func (x *ReplaceHcpApiKeyResponse) GetConfig() *HcpConfig { method GetApiKey (line 971) | func (x *ReplaceHcpApiKeyResponse) GetApiKey() *CreateAPIKeyResponse { type GetSignalConfigRequest (line 979) | type GetSignalConfigRequest struct method Reset (line 985) | func (x *GetSignalConfigRequest) Reset() { method String (line 992) | func (x *GetSignalConfigRequest) String() string { method ProtoMessage (line 996) | func (*GetSignalConfigRequest) ProtoMessage() {} method ProtoReflect (line 998) | func (x *GetSignalConfigRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1011) | func (*GetSignalConfigRequest) Descriptor() ([]byte, []int) { type GetSignalConfigResponse (line 1015) | type GetSignalConfigResponse struct method Reset (line 1022) | func (x *GetSignalConfigResponse) Reset() { method String (line 1029) | func (x *GetSignalConfigResponse) String() string { method ProtoMessage (line 1033) | func (*GetSignalConfigResponse) ProtoMessage() {} method ProtoReflect (line 1035) | func (x *GetSignalConfigResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 1048) | func (*GetSignalConfigResponse) Descriptor() ([]byte, []int) { method GetConfig (line 1052) | func (x *GetSignalConfigResponse) GetConfig() *SignalConfig { type UpdateSignalConfigRequest (line 1060) | type UpdateSignalConfigRequest struct method Reset (line 1067) | func (x *UpdateSignalConfigRequest) Reset() { method String (line 1074) | func (x *UpdateSignalConfigRequest) String() string { method ProtoMessage (line 1078) | func (*UpdateSignalConfigRequest) ProtoMessage() {} method ProtoReflect (line 1080) | func (x *UpdateSignalConfigRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1093) | func (*UpdateSignalConfigRequest) Descriptor() ([]byte, []int) { method GetConfig (line 1097) | func (x *UpdateSignalConfigRequest) GetConfig() *SignalConfig { type UpdateSignalConfigResponse (line 1104) | type UpdateSignalConfigResponse struct method Reset (line 1111) | func (x *UpdateSignalConfigResponse) Reset() { method String (line 1118) | func (x *UpdateSignalConfigResponse) String() string { method ProtoMessage (line 1122) | func (*UpdateSignalConfigResponse) ProtoMessage() {} method ProtoReflect (line 1124) | func (x *UpdateSignalConfigResponse) ProtoReflect() protoreflect.Messa... method Descriptor (line 1137) | func (*UpdateSignalConfigResponse) Descriptor() ([]byte, []int) { method GetConfig (line 1141) | func (x *UpdateSignalConfigResponse) GetConfig() *SignalConfig { type SignalConfig (line 1148) | type SignalConfig struct method Reset (line 1165) | func (x *SignalConfig) Reset() { method String (line 1172) | func (x *SignalConfig) String() string { method ProtoMessage (line 1176) | func (*SignalConfig) ProtoMessage() {} method ProtoReflect (line 1178) | func (x *SignalConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 1191) | func (*SignalConfig) Descriptor() ([]byte, []int) { method GetAggregationConfig (line 1195) | func (x *SignalConfig) GetAggregationConfig() *AggregationConfig { method GetRoutineChangesConfig (line 1202) | func (x *SignalConfig) GetRoutineChangesConfig() *RoutineChangesConfig { method GetGithubOrganisationProfile (line 1209) | func (x *SignalConfig) GetGithubOrganisationProfile() *GithubOrganisat... method GetCheckRunMode (line 1216) | func (x *SignalConfig) GetCheckRunMode() CheckRunMode { method GetCheckRunsEnabled (line 1223) | func (x *SignalConfig) GetCheckRunsEnabled() bool { type AggregationConfig (line 1230) | type AggregationConfig struct method Reset (line 1239) | func (x *AggregationConfig) Reset() { method String (line 1246) | func (x *AggregationConfig) String() string { method ProtoMessage (line 1250) | func (*AggregationConfig) ProtoMessage() {} method ProtoReflect (line 1252) | func (x *AggregationConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 1265) | func (*AggregationConfig) Descriptor() ([]byte, []int) { method GetAlpha (line 1269) | func (x *AggregationConfig) GetAlpha() float32 { type RoutineChangesConfig (line 1276) | type RoutineChangesConfig struct method Reset (line 1295) | func (x *RoutineChangesConfig) Reset() { method String (line 1302) | func (x *RoutineChangesConfig) String() string { method ProtoMessage (line 1306) | func (*RoutineChangesConfig) ProtoMessage() {} method ProtoReflect (line 1308) | func (x *RoutineChangesConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 1321) | func (*RoutineChangesConfig) Descriptor() ([]byte, []int) { method GetEventsPer (line 1325) | func (x *RoutineChangesConfig) GetEventsPer() float32 { method GetEventsPerUnit (line 1332) | func (x *RoutineChangesConfig) GetEventsPerUnit() RoutineChangesConfig... method GetDuration (line 1339) | func (x *RoutineChangesConfig) GetDuration() float32 { method GetDurationUnit (line 1346) | func (x *RoutineChangesConfig) GetDurationUnit() RoutineChangesConfig_... method GetSensitivity (line 1353) | func (x *RoutineChangesConfig) GetSensitivity() float32 { type GetGithubAppInformationRequest (line 1361) | type GetGithubAppInformationRequest struct method Reset (line 1367) | func (x *GetGithubAppInformationRequest) Reset() { method String (line 1374) | func (x *GetGithubAppInformationRequest) String() string { method ProtoMessage (line 1378) | func (*GetGithubAppInformationRequest) ProtoMessage() {} method ProtoReflect (line 1380) | func (x *GetGithubAppInformationRequest) ProtoReflect() protoreflect.M... method Descriptor (line 1393) | func (*GetGithubAppInformationRequest) Descriptor() ([]byte, []int) { type GithubAppInformation (line 1398) | type GithubAppInformation struct method Reset (line 1424) | func (x *GithubAppInformation) Reset() { method String (line 1431) | func (x *GithubAppInformation) String() string { method ProtoMessage (line 1435) | func (*GithubAppInformation) ProtoMessage() {} method ProtoReflect (line 1437) | func (x *GithubAppInformation) ProtoReflect() protoreflect.Message { method Descriptor (line 1450) | func (*GithubAppInformation) Descriptor() ([]byte, []int) { method GetInstallationID (line 1454) | func (x *GithubAppInformation) GetInstallationID() int64 { method GetInstalledBy (line 1461) | func (x *GithubAppInformation) GetInstalledBy() string { method GetInstalledAt (line 1468) | func (x *GithubAppInformation) GetInstalledAt() *timestamppb.Timestamp { method GetOrganisationName (line 1475) | func (x *GithubAppInformation) GetOrganisationName() string { method GetActiveRepositoryCount (line 1482) | func (x *GithubAppInformation) GetActiveRepositoryCount() int64 { method GetContributorCount (line 1489) | func (x *GithubAppInformation) GetContributorCount() int64 { method GetBotAutomationPercentage (line 1496) | func (x *GithubAppInformation) GetBotAutomationPercentage() int64 { method GetAverageMergeTime (line 1503) | func (x *GithubAppInformation) GetAverageMergeTime() string { method GetAverageCommitFrequency (line 1510) | func (x *GithubAppInformation) GetAverageCommitFrequency() string { method GetRequestedOrgName (line 1517) | func (x *GithubAppInformation) GetRequestedOrgName() string { method GetRequestedAt (line 1524) | func (x *GithubAppInformation) GetRequestedAt() *timestamppb.Timestamp { method GetRequestedBy (line 1531) | func (x *GithubAppInformation) GetRequestedBy() string { method GetSuspended (line 1538) | func (x *GithubAppInformation) GetSuspended() bool { method GetCanCreateChecks (line 1545) | func (x *GithubAppInformation) GetCanCreateChecks() bool { type GetGithubAppInformationResponse (line 1553) | type GetGithubAppInformationResponse struct method Reset (line 1560) | func (x *GetGithubAppInformationResponse) Reset() { method String (line 1567) | func (x *GetGithubAppInformationResponse) String() string { method ProtoMessage (line 1571) | func (*GetGithubAppInformationResponse) ProtoMessage() {} method ProtoReflect (line 1573) | func (x *GetGithubAppInformationResponse) ProtoReflect() protoreflect.... method Descriptor (line 1586) | func (*GetGithubAppInformationResponse) Descriptor() ([]byte, []int) { method GetGithubAppInformation (line 1590) | func (x *GetGithubAppInformationResponse) GetGithubAppInformation() *G... type RegenerateGithubAppProfileRequest (line 1598) | type RegenerateGithubAppProfileRequest struct method Reset (line 1604) | func (x *RegenerateGithubAppProfileRequest) Reset() { method String (line 1611) | func (x *RegenerateGithubAppProfileRequest) String() string { method ProtoMessage (line 1615) | func (*RegenerateGithubAppProfileRequest) ProtoMessage() {} method ProtoReflect (line 1617) | func (x *RegenerateGithubAppProfileRequest) ProtoReflect() protoreflec... method Descriptor (line 1630) | func (*RegenerateGithubAppProfileRequest) Descriptor() ([]byte, []int) { type GithubOrganisationProfile (line 1635) | type GithubOrganisationProfile struct method Reset (line 1644) | func (x *GithubOrganisationProfile) Reset() { method String (line 1651) | func (x *GithubOrganisationProfile) String() string { method ProtoMessage (line 1655) | func (*GithubOrganisationProfile) ProtoMessage() {} method ProtoReflect (line 1657) | func (x *GithubOrganisationProfile) ProtoReflect() protoreflect.Message { method Descriptor (line 1670) | func (*GithubOrganisationProfile) Descriptor() ([]byte, []int) { method GetPrimaryBranchName (line 1674) | func (x *GithubOrganisationProfile) GetPrimaryBranchName() string { method GetHourlyScores (line 1681) | func (x *GithubOrganisationProfile) GetHourlyScores() []float64 { type RegenerateGithubAppProfileResponse (line 1688) | type RegenerateGithubAppProfileResponse struct method Reset (line 1695) | func (x *RegenerateGithubAppProfileResponse) Reset() { method String (line 1702) | func (x *RegenerateGithubAppProfileResponse) String() string { method ProtoMessage (line 1706) | func (*RegenerateGithubAppProfileResponse) ProtoMessage() {} method ProtoReflect (line 1708) | func (x *RegenerateGithubAppProfileResponse) ProtoReflect() protorefle... method Descriptor (line 1721) | func (*RegenerateGithubAppProfileResponse) Descriptor() ([]byte, []int) { method GetGithubOrganisationProfile (line 1725) | func (x *RegenerateGithubAppProfileResponse) GetGithubOrganisationProf... type CreateGithubInstallURLRequest (line 1733) | type CreateGithubInstallURLRequest struct method Reset (line 1739) | func (x *CreateGithubInstallURLRequest) Reset() { method String (line 1746) | func (x *CreateGithubInstallURLRequest) String() string { method ProtoMessage (line 1750) | func (*CreateGithubInstallURLRequest) ProtoMessage() {} method ProtoReflect (line 1752) | func (x *CreateGithubInstallURLRequest) ProtoReflect() protoreflect.Me... method Descriptor (line 1765) | func (*CreateGithubInstallURLRequest) Descriptor() ([]byte, []int) { type CreateGithubInstallURLResponse (line 1769) | type CreateGithubInstallURLResponse struct method Reset (line 1781) | func (x *CreateGithubInstallURLResponse) Reset() { method String (line 1788) | func (x *CreateGithubInstallURLResponse) String() string { method ProtoMessage (line 1792) | func (*CreateGithubInstallURLResponse) ProtoMessage() {} method ProtoReflect (line 1794) | func (x *CreateGithubInstallURLResponse) ProtoReflect() protoreflect.M... method Descriptor (line 1807) | func (*CreateGithubInstallURLResponse) Descriptor() ([]byte, []int) { method GetInstallUrl (line 1811) | func (x *CreateGithubInstallURLResponse) GetInstallUrl() string { constant file_config_proto_rawDesc (line 1820) | file_config_proto_rawDesc = "" + function file_config_proto_rawDescGZIP (line 1954) | func file_config_proto_rawDescGZIP() []byte { function init (line 2057) | func init() { file_config_proto_init() } function file_config_proto_init (line 2058) | func file_config_proto_init() { FILE: go/sdp-go/connection.go type EncodedConnection (line 19) | type EncodedConnection interface type EncodedConnectionImpl (line 38) | type EncodedConnectionImpl struct method Publish (line 61) | func (ec *EncodedConnectionImpl) Publish(ctx context.Context, subj str... method PublishRequest (line 77) | func (ec *EncodedConnectionImpl) PublishRequest(ctx context.Context, s... method PublishMsg (line 94) | func (ec *EncodedConnectionImpl) PublishMsg(ctx context.Context, msg *... method Subscribe (line 102) | func (ec *EncodedConnectionImpl) Subscribe(subj string, cb nats.MsgHan... method QueueSubscribe (line 107) | func (ec *EncodedConnectionImpl) QueueSubscribe(subj, queue string, cb... method RequestMsg (line 111) | func (ec *EncodedConnectionImpl) RequestMsg(ctx context.Context, msg *... method Drain (line 124) | func (ec *EncodedConnectionImpl) Drain() error { method Close (line 127) | func (ec *EncodedConnectionImpl) Close() { method Status (line 131) | func (ec *EncodedConnectionImpl) Status() nats.Status { method Stats (line 135) | func (ec *EncodedConnectionImpl) Stats() nats.Statistics { method LastError (line 139) | func (ec *EncodedConnectionImpl) LastError() error { method Underlying (line 143) | func (ec *EncodedConnectionImpl) Underlying() *nats.Conn { method Drop (line 148) | func (ec *EncodedConnectionImpl) Drop() { function recordMessage (line 45) | func recordMessage(ctx context.Context, name, subj, typ, msg string) { function Unmarshal (line 157) | func Unmarshal(ctx context.Context, b []byte, m proto.Message) error { FILE: go/sdp-go/connection_test.go function TestUnmarshal (line 18) | func TestUnmarshal(t *testing.T) { FILE: go/sdp-go/encoder_test.go function TestEncode (line 112) | func TestEncode(t *testing.T) { function TestDecode (line 160) | func TestDecode(t *testing.T) { FILE: go/sdp-go/errors.go constant ErrorTemplate (line 10) | ErrorTemplate string = `%v method GetUUIDParsed (line 21) | func (e *QueryError) GetUUIDParsed() *uuid.UUID { method Error (line 30) | func (e *QueryError) Error() string { function NewQueryError (line 44) | func NewQueryError(err error) *QueryError { FILE: go/sdp-go/gateway.go method Equal (line 10) | func (x *GatewayRequestStatus) Equal(y *GatewayRequestStatus) bool { method Done (line 53) | func (x *GatewayRequestStatus) Done() bool { method GetMsgIDLogString (line 58) | func (x *StoreBookmark) GetMsgIDLogString() string { method GetMsgIDLogString (line 71) | func (x *BookmarkStoreResult) GetMsgIDLogString() string { method GetMsgIDLogString (line 86) | func (x *LoadBookmark) GetMsgIDLogString() string { method GetMsgIDLogString (line 101) | func (x *BookmarkLoadResult) GetMsgIDLogString() string { method GetMsgIDLogString (line 116) | func (x *StoreSnapshot) GetMsgIDLogString() string { method GetMsgIDLogString (line 131) | func (x *SnapshotStoreResult) GetMsgIDLogString() string { method GetMsgIDLogString (line 146) | func (x *LoadSnapshot) GetMsgIDLogString() string { method GetMsgIDLogString (line 161) | func (x *SnapshotLoadResult) GetMsgIDLogString() string { method GetUUIDParsed (line 176) | func (x *QueryStatus) GetUUIDParsed() *uuid.UUID { method GetUUIDParsed (line 184) | func (x *LoadSnapshot) GetUUIDParsed() *uuid.UUID { FILE: go/sdp-go/gateway.pb.go constant _ (line 21) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 23) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GatewayRequest (line 27) | type GatewayRequest struct method Reset (line 45) | func (x *GatewayRequest) Reset() { method String (line 52) | func (x *GatewayRequest) String() string { method ProtoMessage (line 56) | func (*GatewayRequest) ProtoMessage() {} method ProtoReflect (line 58) | func (x *GatewayRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 71) | func (*GatewayRequest) Descriptor() ([]byte, []int) { method GetRequestType (line 75) | func (x *GatewayRequest) GetRequestType() isGatewayRequest_RequestType { method GetQuery (line 82) | func (x *GatewayRequest) GetQuery() *Query { method GetCancelQuery (line 91) | func (x *GatewayRequest) GetCancelQuery() *CancelQuery { method GetExpand (line 100) | func (x *GatewayRequest) GetExpand() *Expand { method GetStoreSnapshot (line 109) | func (x *GatewayRequest) GetStoreSnapshot() *StoreSnapshot { method GetLoadSnapshot (line 118) | func (x *GatewayRequest) GetLoadSnapshot() *LoadSnapshot { method GetStoreBookmark (line 127) | func (x *GatewayRequest) GetStoreBookmark() *StoreBookmark { method GetLoadBookmark (line 136) | func (x *GatewayRequest) GetLoadBookmark() *LoadBookmark { method GetChatMessage (line 145) | func (x *GatewayRequest) GetChatMessage() *ChatMessage { method GetMinStatusInterval (line 154) | func (x *GatewayRequest) GetMinStatusInterval() *durationpb.Duration { type isGatewayRequest_RequestType (line 161) | type isGatewayRequest_RequestType interface type GatewayRequest_Query (line 165) | type GatewayRequest_Query struct method isGatewayRequest_RequestType (line 208) | func (*GatewayRequest_Query) isGatewayRequest_RequestType() {} type GatewayRequest_CancelQuery (line 170) | type GatewayRequest_CancelQuery struct method isGatewayRequest_RequestType (line 210) | func (*GatewayRequest_CancelQuery) isGatewayRequest_RequestType() {} type GatewayRequest_Expand (line 175) | type GatewayRequest_Expand struct method isGatewayRequest_RequestType (line 212) | func (*GatewayRequest_Expand) isGatewayRequest_RequestType() {} type GatewayRequest_StoreSnapshot (line 180) | type GatewayRequest_StoreSnapshot struct method isGatewayRequest_RequestType (line 214) | func (*GatewayRequest_StoreSnapshot) isGatewayRequest_RequestType() {} type GatewayRequest_LoadSnapshot (line 185) | type GatewayRequest_LoadSnapshot struct method isGatewayRequest_RequestType (line 216) | func (*GatewayRequest_LoadSnapshot) isGatewayRequest_RequestType() {} type GatewayRequest_StoreBookmark (line 190) | type GatewayRequest_StoreBookmark struct method isGatewayRequest_RequestType (line 218) | func (*GatewayRequest_StoreBookmark) isGatewayRequest_RequestType() {} type GatewayRequest_LoadBookmark (line 195) | type GatewayRequest_LoadBookmark struct method isGatewayRequest_RequestType (line 220) | func (*GatewayRequest_LoadBookmark) isGatewayRequest_RequestType() {} type GatewayRequest_ChatMessage (line 200) | type GatewayRequest_ChatMessage struct method isGatewayRequest_RequestType (line 222) | func (*GatewayRequest_ChatMessage) isGatewayRequest_RequestType() {} type GatewayResponse (line 227) | type GatewayResponse struct method Reset (line 252) | func (x *GatewayResponse) Reset() { method String (line 259) | func (x *GatewayResponse) String() string { method ProtoMessage (line 263) | func (*GatewayResponse) ProtoMessage() {} method ProtoReflect (line 265) | func (x *GatewayResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 278) | func (*GatewayResponse) Descriptor() ([]byte, []int) { method GetResponseType (line 282) | func (x *GatewayResponse) GetResponseType() isGatewayResponse_Response... method GetNewItem (line 289) | func (x *GatewayResponse) GetNewItem() *Item { method GetNewEdge (line 298) | func (x *GatewayResponse) GetNewEdge() *Edge { method GetStatus (line 307) | func (x *GatewayResponse) GetStatus() *GatewayRequestStatus { method GetError (line 316) | func (x *GatewayResponse) GetError() string { method GetQueryError (line 325) | func (x *GatewayResponse) GetQueryError() *QueryError { method GetDeleteItemRef (line 334) | func (x *GatewayResponse) GetDeleteItemRef() *Reference { method GetDeleteEdge (line 343) | func (x *GatewayResponse) GetDeleteEdge() *Edge { method GetUpdateItem (line 352) | func (x *GatewayResponse) GetUpdateItem() *Item { method GetSnapshotStoreResult (line 361) | func (x *GatewayResponse) GetSnapshotStoreResult() *SnapshotStoreResult { method GetSnapshotLoadResult (line 370) | func (x *GatewayResponse) GetSnapshotLoadResult() *SnapshotLoadResult { method GetBookmarkStoreResult (line 379) | func (x *GatewayResponse) GetBookmarkStoreResult() *BookmarkStoreResult { method GetBookmarkLoadResult (line 388) | func (x *GatewayResponse) GetBookmarkLoadResult() *BookmarkLoadResult { method GetQueryStatus (line 397) | func (x *GatewayResponse) GetQueryStatus() *QueryStatus { method GetChatResponse (line 406) | func (x *GatewayResponse) GetChatResponse() *ChatResponse { method GetToolStart (line 415) | func (x *GatewayResponse) GetToolStart() *ToolStart { method GetToolFinish (line 424) | func (x *GatewayResponse) GetToolFinish() *ToolFinish { type isGatewayResponse_ResponseType (line 433) | type isGatewayResponse_ResponseType interface type GatewayResponse_NewItem (line 437) | type GatewayResponse_NewItem struct method isGatewayResponse_ResponseType (line 501) | func (*GatewayResponse_NewItem) isGatewayResponse_ResponseType() {} type GatewayResponse_NewEdge (line 441) | type GatewayResponse_NewEdge struct method isGatewayResponse_ResponseType (line 503) | func (*GatewayResponse_NewEdge) isGatewayResponse_ResponseType() {} type GatewayResponse_Status (line 445) | type GatewayResponse_Status struct method isGatewayResponse_ResponseType (line 505) | func (*GatewayResponse_Status) isGatewayResponse_ResponseType() {} type GatewayResponse_Error (line 449) | type GatewayResponse_Error struct method isGatewayResponse_ResponseType (line 507) | func (*GatewayResponse_Error) isGatewayResponse_ResponseType() {} type GatewayResponse_QueryError (line 453) | type GatewayResponse_QueryError struct method isGatewayResponse_ResponseType (line 509) | func (*GatewayResponse_QueryError) isGatewayResponse_ResponseType() {} type GatewayResponse_DeleteItemRef (line 457) | type GatewayResponse_DeleteItemRef struct method isGatewayResponse_ResponseType (line 511) | func (*GatewayResponse_DeleteItemRef) isGatewayResponse_ResponseType() {} type GatewayResponse_DeleteEdge (line 461) | type GatewayResponse_DeleteEdge struct method isGatewayResponse_ResponseType (line 513) | func (*GatewayResponse_DeleteEdge) isGatewayResponse_ResponseType() {} type GatewayResponse_UpdateItem (line 465) | type GatewayResponse_UpdateItem struct method isGatewayResponse_ResponseType (line 515) | func (*GatewayResponse_UpdateItem) isGatewayResponse_ResponseType() {} type GatewayResponse_SnapshotStoreResult (line 469) | type GatewayResponse_SnapshotStoreResult struct method isGatewayResponse_ResponseType (line 517) | func (*GatewayResponse_SnapshotStoreResult) isGatewayResponse_Response... type GatewayResponse_SnapshotLoadResult (line 473) | type GatewayResponse_SnapshotLoadResult struct method isGatewayResponse_ResponseType (line 519) | func (*GatewayResponse_SnapshotLoadResult) isGatewayResponse_ResponseT... type GatewayResponse_BookmarkStoreResult (line 477) | type GatewayResponse_BookmarkStoreResult struct method isGatewayResponse_ResponseType (line 521) | func (*GatewayResponse_BookmarkStoreResult) isGatewayResponse_Response... type GatewayResponse_BookmarkLoadResult (line 481) | type GatewayResponse_BookmarkLoadResult struct method isGatewayResponse_ResponseType (line 523) | func (*GatewayResponse_BookmarkLoadResult) isGatewayResponse_ResponseT... type GatewayResponse_QueryStatus (line 485) | type GatewayResponse_QueryStatus struct method isGatewayResponse_ResponseType (line 525) | func (*GatewayResponse_QueryStatus) isGatewayResponse_ResponseType() {} type GatewayResponse_ChatResponse (line 489) | type GatewayResponse_ChatResponse struct method isGatewayResponse_ResponseType (line 527) | func (*GatewayResponse_ChatResponse) isGatewayResponse_ResponseType() {} type GatewayResponse_ToolStart (line 493) | type GatewayResponse_ToolStart struct method isGatewayResponse_ResponseType (line 529) | func (*GatewayResponse_ToolStart) isGatewayResponse_ResponseType() {} type GatewayResponse_ToolFinish (line 497) | type GatewayResponse_ToolFinish struct method isGatewayResponse_ResponseType (line 531) | func (*GatewayResponse_ToolFinish) isGatewayResponse_ResponseType() {} type GatewayRequestStatus (line 534) | type GatewayRequestStatus struct method Reset (line 546) | func (x *GatewayRequestStatus) Reset() { method String (line 553) | func (x *GatewayRequestStatus) String() string { method ProtoMessage (line 557) | func (*GatewayRequestStatus) ProtoMessage() {} method ProtoReflect (line 559) | func (x *GatewayRequestStatus) ProtoReflect() protoreflect.Message { method Descriptor (line 572) | func (*GatewayRequestStatus) Descriptor() ([]byte, []int) { method GetSummary (line 576) | func (x *GatewayRequestStatus) GetSummary() *GatewayRequestStatus_Summ... method GetPostProcessingComplete (line 583) | func (x *GatewayRequestStatus) GetPostProcessingComplete() bool { type StoreBookmark (line 592) | type StoreBookmark struct method Reset (line 608) | func (x *StoreBookmark) Reset() { method String (line 615) | func (x *StoreBookmark) String() string { method ProtoMessage (line 619) | func (*StoreBookmark) ProtoMessage() {} method ProtoReflect (line 621) | func (x *StoreBookmark) ProtoReflect() protoreflect.Message { method Descriptor (line 634) | func (*StoreBookmark) Descriptor() ([]byte, []int) { method GetName (line 638) | func (x *StoreBookmark) GetName() string { method GetDescription (line 645) | func (x *StoreBookmark) GetDescription() string { method GetMsgID (line 652) | func (x *StoreBookmark) GetMsgID() []byte { method GetIsSystem (line 659) | func (x *StoreBookmark) GetIsSystem() bool { type BookmarkStoreResult (line 667) | type BookmarkStoreResult struct method Reset (line 679) | func (x *BookmarkStoreResult) Reset() { method String (line 686) | func (x *BookmarkStoreResult) String() string { method ProtoMessage (line 690) | func (*BookmarkStoreResult) ProtoMessage() {} method ProtoReflect (line 692) | func (x *BookmarkStoreResult) ProtoReflect() protoreflect.Message { method Descriptor (line 705) | func (*BookmarkStoreResult) Descriptor() ([]byte, []int) { method GetSuccess (line 709) | func (x *BookmarkStoreResult) GetSuccess() bool { method GetErrorMessage (line 716) | func (x *BookmarkStoreResult) GetErrorMessage() string { method GetMsgID (line 723) | func (x *BookmarkStoreResult) GetMsgID() []byte { method GetBookmarkID (line 730) | func (x *BookmarkStoreResult) GetBookmarkID() []byte { type LoadBookmark (line 739) | type LoadBookmark struct method Reset (line 753) | func (x *LoadBookmark) Reset() { method String (line 760) | func (x *LoadBookmark) String() string { method ProtoMessage (line 764) | func (*LoadBookmark) ProtoMessage() {} method ProtoReflect (line 766) | func (x *LoadBookmark) ProtoReflect() protoreflect.Message { method Descriptor (line 779) | func (*LoadBookmark) Descriptor() ([]byte, []int) { method GetUUID (line 783) | func (x *LoadBookmark) GetUUID() []byte { method GetMsgID (line 790) | func (x *LoadBookmark) GetMsgID() []byte { method GetIgnoreCache (line 797) | func (x *LoadBookmark) GetIgnoreCache() bool { method GetDeadline (line 804) | func (x *LoadBookmark) GetDeadline() *timestamppb.Timestamp { type BookmarkLoadResult (line 811) | type BookmarkLoadResult struct method Reset (line 823) | func (x *BookmarkLoadResult) Reset() { method String (line 830) | func (x *BookmarkLoadResult) String() string { method ProtoMessage (line 834) | func (*BookmarkLoadResult) ProtoMessage() {} method ProtoReflect (line 836) | func (x *BookmarkLoadResult) ProtoReflect() protoreflect.Message { method Descriptor (line 849) | func (*BookmarkLoadResult) Descriptor() ([]byte, []int) { method GetSuccess (line 853) | func (x *BookmarkLoadResult) GetSuccess() bool { method GetErrorMessage (line 860) | func (x *BookmarkLoadResult) GetErrorMessage() string { method GetStartedQueryUUIDs (line 867) | func (x *BookmarkLoadResult) GetStartedQueryUUIDs() [][]byte { method GetMsgID (line 874) | func (x *BookmarkLoadResult) GetMsgID() []byte { type StoreSnapshot (line 883) | type StoreSnapshot struct method Reset (line 895) | func (x *StoreSnapshot) Reset() { method String (line 902) | func (x *StoreSnapshot) String() string { method ProtoMessage (line 906) | func (*StoreSnapshot) ProtoMessage() {} method ProtoReflect (line 908) | func (x *StoreSnapshot) ProtoReflect() protoreflect.Message { method Descriptor (line 921) | func (*StoreSnapshot) Descriptor() ([]byte, []int) { method GetName (line 925) | func (x *StoreSnapshot) GetName() string { method GetDescription (line 932) | func (x *StoreSnapshot) GetDescription() string { method GetMsgID (line 939) | func (x *StoreSnapshot) GetMsgID() []byte { type SnapshotStoreResult (line 947) | type SnapshotStoreResult struct method Reset (line 958) | func (x *SnapshotStoreResult) Reset() { method String (line 965) | func (x *SnapshotStoreResult) String() string { method ProtoMessage (line 969) | func (*SnapshotStoreResult) ProtoMessage() {} method ProtoReflect (line 971) | func (x *SnapshotStoreResult) ProtoReflect() protoreflect.Message { method Descriptor (line 984) | func (*SnapshotStoreResult) Descriptor() ([]byte, []int) { method GetSuccess (line 988) | func (x *SnapshotStoreResult) GetSuccess() bool { method GetErrorMessage (line 995) | func (x *SnapshotStoreResult) GetErrorMessage() string { method GetMsgID (line 1002) | func (x *SnapshotStoreResult) GetMsgID() []byte { method GetSnapshotID (line 1009) | func (x *SnapshotStoreResult) GetSnapshotID() []byte { type LoadSnapshot (line 1018) | type LoadSnapshot struct method Reset (line 1028) | func (x *LoadSnapshot) Reset() { method String (line 1035) | func (x *LoadSnapshot) String() string { method ProtoMessage (line 1039) | func (*LoadSnapshot) ProtoMessage() {} method ProtoReflect (line 1041) | func (x *LoadSnapshot) ProtoReflect() protoreflect.Message { method Descriptor (line 1054) | func (*LoadSnapshot) Descriptor() ([]byte, []int) { method GetUUID (line 1058) | func (x *LoadSnapshot) GetUUID() []byte { method GetMsgID (line 1065) | func (x *LoadSnapshot) GetMsgID() []byte { type SnapshotLoadResult (line 1072) | type SnapshotLoadResult struct method Reset (line 1082) | func (x *SnapshotLoadResult) Reset() { method String (line 1089) | func (x *SnapshotLoadResult) String() string { method ProtoMessage (line 1093) | func (*SnapshotLoadResult) ProtoMessage() {} method ProtoReflect (line 1095) | func (x *SnapshotLoadResult) ProtoReflect() protoreflect.Message { method Descriptor (line 1108) | func (*SnapshotLoadResult) Descriptor() ([]byte, []int) { method GetSuccess (line 1112) | func (x *SnapshotLoadResult) GetSuccess() bool { method GetErrorMessage (line 1119) | func (x *SnapshotLoadResult) GetErrorMessage() string { method GetMsgID (line 1126) | func (x *SnapshotLoadResult) GetMsgID() []byte { type ChatMessage (line 1133) | type ChatMessage struct method Reset (line 1146) | func (x *ChatMessage) Reset() { method String (line 1153) | func (x *ChatMessage) String() string { method ProtoMessage (line 1157) | func (*ChatMessage) ProtoMessage() {} method ProtoReflect (line 1159) | func (x *ChatMessage) ProtoReflect() protoreflect.Message { method Descriptor (line 1172) | func (*ChatMessage) Descriptor() ([]byte, []int) { method GetRequestType (line 1176) | func (x *ChatMessage) GetRequestType() isChatMessage_RequestType { method GetText (line 1183) | func (x *ChatMessage) GetText() string { method GetCancel (line 1192) | func (x *ChatMessage) GetCancel() bool { type isChatMessage_RequestType (line 1201) | type isChatMessage_RequestType interface type ChatMessage_Text (line 1205) | type ChatMessage_Text struct method isChatMessage_RequestType (line 1214) | func (*ChatMessage_Text) isChatMessage_RequestType() {} type ChatMessage_Cancel (line 1209) | type ChatMessage_Cancel struct method isChatMessage_RequestType (line 1216) | func (*ChatMessage_Cancel) isChatMessage_RequestType() {} type ToolMetadata (line 1218) | type ToolMetadata struct method Reset (line 1226) | func (x *ToolMetadata) Reset() { method String (line 1233) | func (x *ToolMetadata) String() string { method ProtoMessage (line 1237) | func (*ToolMetadata) ProtoMessage() {} method ProtoReflect (line 1239) | func (x *ToolMetadata) ProtoReflect() protoreflect.Message { method Descriptor (line 1252) | func (*ToolMetadata) Descriptor() ([]byte, []int) { method GetId (line 1256) | func (x *ToolMetadata) GetId() string { type QueryToolStart (line 1263) | type QueryToolStart struct method Reset (line 1273) | func (x *QueryToolStart) Reset() { method String (line 1280) | func (x *QueryToolStart) String() string { method ProtoMessage (line 1284) | func (*QueryToolStart) ProtoMessage() {} method ProtoReflect (line 1286) | func (x *QueryToolStart) ProtoReflect() protoreflect.Message { method Descriptor (line 1299) | func (*QueryToolStart) Descriptor() ([]byte, []int) { method GetType (line 1303) | func (x *QueryToolStart) GetType() string { method GetMethod (line 1310) | func (x *QueryToolStart) GetMethod() QueryMethod { method GetQuery (line 1317) | func (x *QueryToolStart) GetQuery() string { method GetScope (line 1324) | func (x *QueryToolStart) GetScope() string { type QueryToolFinish (line 1331) | type QueryToolFinish struct method Reset (line 1338) | func (x *QueryToolFinish) Reset() { method String (line 1345) | func (x *QueryToolFinish) String() string { method ProtoMessage (line 1349) | func (*QueryToolFinish) ProtoMessage() {} method ProtoReflect (line 1351) | func (x *QueryToolFinish) ProtoReflect() protoreflect.Message { method Descriptor (line 1364) | func (*QueryToolFinish) Descriptor() ([]byte, []int) { method GetNumItems (line 1368) | func (x *QueryToolFinish) GetNumItems() int32 { type RelationshipToolStart (line 1375) | type RelationshipToolStart struct method Reset (line 1384) | func (x *RelationshipToolStart) Reset() { method String (line 1391) | func (x *RelationshipToolStart) String() string { method ProtoMessage (line 1395) | func (*RelationshipToolStart) ProtoMessage() {} method ProtoReflect (line 1397) | func (x *RelationshipToolStart) ProtoReflect() protoreflect.Message { method Descriptor (line 1410) | func (*RelationshipToolStart) Descriptor() ([]byte, []int) { method GetType (line 1414) | func (x *RelationshipToolStart) GetType() string { method GetUniqueAttributeValue (line 1421) | func (x *RelationshipToolStart) GetUniqueAttributeValue() string { method GetScope (line 1428) | func (x *RelationshipToolStart) GetScope() string { type RelationshipToolFinish (line 1435) | type RelationshipToolFinish struct method Reset (line 1442) | func (x *RelationshipToolFinish) Reset() { method String (line 1449) | func (x *RelationshipToolFinish) String() string { method ProtoMessage (line 1453) | func (*RelationshipToolFinish) ProtoMessage() {} method ProtoReflect (line 1455) | func (x *RelationshipToolFinish) ProtoReflect() protoreflect.Message { method Descriptor (line 1468) | func (*RelationshipToolFinish) Descriptor() ([]byte, []int) { method GetNumItems (line 1472) | func (x *RelationshipToolFinish) GetNumItems() int32 { type ChangesByReferenceToolStart (line 1479) | type ChangesByReferenceToolStart struct method Reset (line 1488) | func (x *ChangesByReferenceToolStart) Reset() { method String (line 1495) | func (x *ChangesByReferenceToolStart) String() string { method ProtoMessage (line 1499) | func (*ChangesByReferenceToolStart) ProtoMessage() {} method ProtoReflect (line 1501) | func (x *ChangesByReferenceToolStart) ProtoReflect() protoreflect.Mess... method Descriptor (line 1514) | func (*ChangesByReferenceToolStart) Descriptor() ([]byte, []int) { method GetType (line 1518) | func (x *ChangesByReferenceToolStart) GetType() string { method GetUniqueAttributeValue (line 1525) | func (x *ChangesByReferenceToolStart) GetUniqueAttributeValue() string { method GetScope (line 1532) | func (x *ChangesByReferenceToolStart) GetScope() string { type ChangeByReferenceSummary (line 1539) | type ChangeByReferenceSummary struct method Reset (line 1551) | func (x *ChangeByReferenceSummary) Reset() { method String (line 1558) | func (x *ChangeByReferenceSummary) String() string { method ProtoMessage (line 1562) | func (*ChangeByReferenceSummary) ProtoMessage() {} method ProtoReflect (line 1564) | func (x *ChangeByReferenceSummary) ProtoReflect() protoreflect.Message { method Descriptor (line 1577) | func (*ChangeByReferenceSummary) Descriptor() ([]byte, []int) { method GetTitle (line 1581) | func (x *ChangeByReferenceSummary) GetTitle() string { method GetUUID (line 1588) | func (x *ChangeByReferenceSummary) GetUUID() []byte { method GetCreatedAt (line 1595) | func (x *ChangeByReferenceSummary) GetCreatedAt() *timestamppb.Timesta... method GetOwner (line 1602) | func (x *ChangeByReferenceSummary) GetOwner() string { method GetNumAffectedItems (line 1609) | func (x *ChangeByReferenceSummary) GetNumAffectedItems() int32 { method GetChangeStatus (line 1616) | func (x *ChangeByReferenceSummary) GetChangeStatus() ChangeStatus { type ChangesByReferenceToolFinish (line 1623) | type ChangesByReferenceToolFinish struct method Reset (line 1630) | func (x *ChangesByReferenceToolFinish) Reset() { method String (line 1637) | func (x *ChangesByReferenceToolFinish) String() string { method ProtoMessage (line 1641) | func (*ChangesByReferenceToolFinish) ProtoMessage() {} method ProtoReflect (line 1643) | func (x *ChangesByReferenceToolFinish) ProtoReflect() protoreflect.Mes... method Descriptor (line 1656) | func (*ChangesByReferenceToolFinish) Descriptor() ([]byte, []int) { method GetChangeSummaries (line 1660) | func (x *ChangesByReferenceToolFinish) GetChangeSummaries() []*ChangeB... type ToolStart (line 1667) | type ToolStart struct method Reset (line 1680) | func (x *ToolStart) Reset() { method String (line 1687) | func (x *ToolStart) String() string { method ProtoMessage (line 1691) | func (*ToolStart) ProtoMessage() {} method ProtoReflect (line 1693) | func (x *ToolStart) ProtoReflect() protoreflect.Message { method Descriptor (line 1706) | func (*ToolStart) Descriptor() ([]byte, []int) { method GetMetadata (line 1710) | func (x *ToolStart) GetMetadata() *ToolMetadata { method GetToolType (line 1717) | func (x *ToolStart) GetToolType() isToolStart_ToolType { method GetQuery (line 1724) | func (x *ToolStart) GetQuery() *QueryToolStart { method GetRelationship (line 1733) | func (x *ToolStart) GetRelationship() *RelationshipToolStart { method GetChangesByReference (line 1742) | func (x *ToolStart) GetChangesByReference() *ChangesByReferenceToolSta... type isToolStart_ToolType (line 1751) | type isToolStart_ToolType interface type ToolStart_Query (line 1755) | type ToolStart_Query struct method isToolStart_ToolType (line 1767) | func (*ToolStart_Query) isToolStart_ToolType() {} type ToolStart_Relationship (line 1759) | type ToolStart_Relationship struct method isToolStart_ToolType (line 1769) | func (*ToolStart_Relationship) isToolStart_ToolType() {} type ToolStart_ChangesByReference (line 1763) | type ToolStart_ChangesByReference struct method isToolStart_ToolType (line 1771) | func (*ToolStart_ChangesByReference) isToolStart_ToolType() {} type ToolFinish (line 1773) | type ToolFinish struct method Reset (line 1787) | func (x *ToolFinish) Reset() { method String (line 1794) | func (x *ToolFinish) String() string { method ProtoMessage (line 1798) | func (*ToolFinish) ProtoMessage() {} method ProtoReflect (line 1800) | func (x *ToolFinish) ProtoReflect() protoreflect.Message { method Descriptor (line 1813) | func (*ToolFinish) Descriptor() ([]byte, []int) { method GetMetadata (line 1817) | func (x *ToolFinish) GetMetadata() *ToolMetadata { method GetError (line 1824) | func (x *ToolFinish) GetError() string { method GetToolType (line 1831) | func (x *ToolFinish) GetToolType() isToolFinish_ToolType { method GetQuery (line 1838) | func (x *ToolFinish) GetQuery() *QueryToolFinish { method GetRelationship (line 1847) | func (x *ToolFinish) GetRelationship() *RelationshipToolFinish { method GetChangesByReference (line 1856) | func (x *ToolFinish) GetChangesByReference() *ChangesByReferenceToolFi... type isToolFinish_ToolType (line 1865) | type isToolFinish_ToolType interface type ToolFinish_Query (line 1869) | type ToolFinish_Query struct method isToolFinish_ToolType (line 1881) | func (*ToolFinish_Query) isToolFinish_ToolType() {} type ToolFinish_Relationship (line 1873) | type ToolFinish_Relationship struct method isToolFinish_ToolType (line 1883) | func (*ToolFinish_Relationship) isToolFinish_ToolType() {} type ToolFinish_ChangesByReference (line 1877) | type ToolFinish_ChangesByReference struct method isToolFinish_ToolType (line 1885) | func (*ToolFinish_ChangesByReference) isToolFinish_ToolType() {} type ChatResponse (line 1887) | type ChatResponse struct method Reset (line 1895) | func (x *ChatResponse) Reset() { method String (line 1902) | func (x *ChatResponse) String() string { method ProtoMessage (line 1906) | func (*ChatResponse) ProtoMessage() {} method ProtoReflect (line 1908) | func (x *ChatResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 1921) | func (*ChatResponse) Descriptor() ([]byte, []int) { method GetText (line 1925) | func (x *ChatResponse) GetText() string { method GetError (line 1932) | func (x *ChatResponse) GetError() string { type GatewayRequestStatus_Summary (line 1939) | type GatewayRequestStatus_Summary struct method Reset (line 1951) | func (x *GatewayRequestStatus_Summary) Reset() { method String (line 1958) | func (x *GatewayRequestStatus_Summary) String() string { method ProtoMessage (line 1962) | func (*GatewayRequestStatus_Summary) ProtoMessage() {} method ProtoReflect (line 1964) | func (x *GatewayRequestStatus_Summary) ProtoReflect() protoreflect.Mes... method Descriptor (line 1977) | func (*GatewayRequestStatus_Summary) Descriptor() ([]byte, []int) { method GetWorking (line 1981) | func (x *GatewayRequestStatus_Summary) GetWorking() int32 { method GetStalled (line 1988) | func (x *GatewayRequestStatus_Summary) GetStalled() int32 { method GetComplete (line 1995) | func (x *GatewayRequestStatus_Summary) GetComplete() int32 { method GetError (line 2002) | func (x *GatewayRequestStatus_Summary) GetError() int32 { method GetCancelled (line 2009) | func (x *GatewayRequestStatus_Summary) GetCancelled() int32 { method GetResponders (line 2016) | func (x *GatewayRequestStatus_Summary) GetResponders() int32 { constant file_gateway_proto_rawDesc (line 2025) | file_gateway_proto_rawDesc = "" + function file_gateway_proto_rawDescGZIP (line 2175) | func file_gateway_proto_rawDescGZIP() []byte { function init (line 2267) | func init() { file_gateway_proto_init() } function file_gateway_proto_init (line 2268) | func file_gateway_proto_init() { FILE: go/sdp-go/gateway_test.go function TestEqual (line 5) | func TestEqual(t *testing.T) { function TestDone (line 78) | func TestDone(t *testing.T) { FILE: go/sdp-go/genhandler.go type Args (line 12) | type Args struct function main (line 16) | func main() { FILE: go/sdp-go/graph/main.go type Node (line 21) | type Node struct method ID (line 28) | func (n *Node) ID() int64 { type Nodes (line 34) | type Nodes struct method Append (line 43) | func (n *Nodes) Append(node *Node) { method Next (line 54) | func (n *Nodes) Next() bool { method Len (line 66) | func (n *Nodes) Len() int { method Reset (line 71) | func (n *Nodes) Reset() { method Node (line 76) | func (n *Nodes) Node() graph.Node { type Edge (line 96) | type Edge struct method From (line 113) | func (e *Edge) From() graph.Node { method To (line 118) | func (e *Edge) To() graph.Node { method ReversedEdge (line 126) | func (e *Edge) ReversedEdge() graph.Edge { method Weight (line 130) | func (e *Edge) Weight() float64 { function NewEdge (line 104) | func NewEdge(from, to *Node) *Edge { type SDPGraph (line 141) | type SDPGraph struct method AddItem (line 172) | func (g *SDPGraph) AddItem(item *sdp.Item, weight float64) int64 { method HasEdgeFromTo (line 228) | func (g *SDPGraph) HasEdgeFromTo(uid, vid int64) bool { method To (line 241) | func (g *SDPGraph) To(id int64) graph.Nodes { method WeightedEdge (line 256) | func (g *SDPGraph) WeightedEdge(uid, vid int64) graph.WeightedEdge { method Weight (line 271) | func (g *SDPGraph) Weight(xid, yid int64) (w float64, ok bool) { method Node (line 283) | func (g *SDPGraph) Node(id int64) graph.Node { method NodeByGloballyUniqueName (line 294) | func (g *SDPGraph) NodeByGloballyUniqueName(globallyUniqueName string)... method Nodes (line 307) | func (g *SDPGraph) Nodes() graph.Nodes { method From (line 321) | func (g *SDPGraph) From(id int64) graph.Nodes { method HasEdgeBetween (line 335) | func (g *SDPGraph) HasEdgeBetween(xid, yid int64) bool { method Edge (line 354) | func (g *SDPGraph) Edge(uid, vid int64) graph.Edge { function NewSDPGraph (line 159) | func NewSDPGraph(undirected bool) *SDPGraph { FILE: go/sdp-go/graph/main_test.go function makeTestItem (line 11) | func makeTestItem(name string) *sdp.Item { function TestNode (line 30) | func TestNode(t *testing.T) { function TestNodes (line 42) | func TestNodes(t *testing.T) { function TestGraph (line 108) | func TestGraph(t *testing.T) { FILE: go/sdp-go/handler_cancelquery.go function NewCancelQueryHandler (line 13) | func NewCancelQueryHandler(spanName string, h func(ctx context.Context, ... function NewRawCancelQueryHandler (line 28) | func NewRawCancelQueryHandler(spanName string, h func(ctx context.Contex... function NewAsyncRawCancelQueryHandler (line 43) | func NewAsyncRawCancelQueryHandler(spanName string, h func(ctx context.C... FILE: go/sdp-go/handler_gatewayresponse.go function NewGatewayResponseHandler (line 13) | func NewGatewayResponseHandler(spanName string, h func(ctx context.Conte... function NewRawGatewayResponseHandler (line 28) | func NewRawGatewayResponseHandler(spanName string, h func(ctx context.Co... function NewAsyncRawGatewayResponseHandler (line 43) | func NewAsyncRawGatewayResponseHandler(spanName string, h func(ctx conte... FILE: go/sdp-go/handler_natsgetlogrecordsrequest.go function NewNATSGetLogRecordsRequestHandler (line 13) | func NewNATSGetLogRecordsRequestHandler(spanName string, h func(ctx cont... function NewRawNATSGetLogRecordsRequestHandler (line 28) | func NewRawNATSGetLogRecordsRequestHandler(spanName string, h func(ctx c... function NewAsyncRawNATSGetLogRecordsRequestHandler (line 43) | func NewAsyncRawNATSGetLogRecordsRequestHandler(spanName string, h func(... FILE: go/sdp-go/handler_natsgetlogrecordsresponse.go function NewNATSGetLogRecordsResponseHandler (line 13) | func NewNATSGetLogRecordsResponseHandler(spanName string, h func(ctx con... function NewRawNATSGetLogRecordsResponseHandler (line 28) | func NewRawNATSGetLogRecordsResponseHandler(spanName string, h func(ctx ... function NewAsyncRawNATSGetLogRecordsResponseHandler (line 43) | func NewAsyncRawNATSGetLogRecordsResponseHandler(spanName string, h func... FILE: go/sdp-go/handler_query.go function NewQueryHandler (line 13) | func NewQueryHandler(spanName string, h func(ctx context.Context, i *Que... function NewRawQueryHandler (line 28) | func NewRawQueryHandler(spanName string, h func(ctx context.Context, m *... function NewAsyncRawQueryHandler (line 43) | func NewAsyncRawQueryHandler(spanName string, h func(ctx context.Context... FILE: go/sdp-go/handler_queryresponse.go function NewQueryResponseHandler (line 13) | func NewQueryResponseHandler(spanName string, h func(ctx context.Context... function NewRawQueryResponseHandler (line 28) | func NewRawQueryResponseHandler(spanName string, h func(ctx context.Cont... function NewAsyncRawQueryResponseHandler (line 43) | func NewAsyncRawQueryResponseHandler(spanName string, h func(ctx context... FILE: go/sdp-go/host_trust.go function IsTrustedHost (line 25) | func IsTrustedHost(hostname string) bool { function IsLocalHost (line 47) | func IsLocalHost(hostname string) bool { function ValidateAppURL (line 57) | func ValidateAppURL(appURLString string) (*url.URL, error) { FILE: go/sdp-go/host_trust_test.go function TestIsTrustedHost (line 5) | func TestIsTrustedHost(t *testing.T) { function TestIsLocalHost (line 52) | func TestIsLocalHost(t *testing.T) { function TestValidateAppURL (line 76) | func TestValidateAppURL(t *testing.T) { FILE: go/sdp-go/instance_detect.go type OvermindInstance (line 15) | type OvermindInstance struct method GatewayUrl (line 25) | func (oi OvermindInstance) GatewayUrl() string { method String (line 29) | func (oi OvermindInstance) String() string { type instanceData (line 33) | type instanceData struct function NewOvermindInstance (line 48) | func NewOvermindInstance(ctx context.Context, app string) (OvermindInsta... FILE: go/sdp-go/invites.pb.go constant _ (line 21) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 23) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Invite_InviteStatus (line 26) | type Invite_InviteStatus method Enum (line 50) | func (x Invite_InviteStatus) Enum() *Invite_InviteStatus { method String (line 56) | func (x Invite_InviteStatus) String() string { method Descriptor (line 60) | func (Invite_InviteStatus) Descriptor() protoreflect.EnumDescriptor { method Type (line 64) | func (Invite_InviteStatus) Type() protoreflect.EnumType { method Number (line 68) | func (x Invite_InviteStatus) Number() protoreflect.EnumNumber { method EnumDescriptor (line 73) | func (Invite_InviteStatus) EnumDescriptor() ([]byte, []int) { constant Invite_INVITE_STATUS_UNSPECIFIED (line 29) | Invite_INVITE_STATUS_UNSPECIFIED Invite_InviteStatus = 0 constant Invite_INVITE_STATUS_INVITED (line 31) | Invite_INVITE_STATUS_INVITED Invite_InviteStatus = 1 constant Invite_INVITE_STATUS_ACCEPTED (line 33) | Invite_INVITE_STATUS_ACCEPTED Invite_InviteStatus = 2 type CreateInviteRequest (line 77) | type CreateInviteRequest struct method Reset (line 84) | func (x *CreateInviteRequest) Reset() { method String (line 91) | func (x *CreateInviteRequest) String() string { method ProtoMessage (line 95) | func (*CreateInviteRequest) ProtoMessage() {} method ProtoReflect (line 97) | func (x *CreateInviteRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 110) | func (*CreateInviteRequest) Descriptor() ([]byte, []int) { method GetEmails (line 114) | func (x *CreateInviteRequest) GetEmails() []string { type CreateInviteResponse (line 121) | type CreateInviteResponse struct method Reset (line 127) | func (x *CreateInviteResponse) Reset() { method String (line 134) | func (x *CreateInviteResponse) String() string { method ProtoMessage (line 138) | func (*CreateInviteResponse) ProtoMessage() {} method ProtoReflect (line 140) | func (x *CreateInviteResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 153) | func (*CreateInviteResponse) Descriptor() ([]byte, []int) { type Invite (line 157) | type Invite struct method Reset (line 165) | func (x *Invite) Reset() { method String (line 172) | func (x *Invite) String() string { method ProtoMessage (line 176) | func (*Invite) ProtoMessage() {} method ProtoReflect (line 178) | func (x *Invite) ProtoReflect() protoreflect.Message { method Descriptor (line 191) | func (*Invite) Descriptor() ([]byte, []int) { method GetEmail (line 195) | func (x *Invite) GetEmail() string { method GetStatus (line 202) | func (x *Invite) GetStatus() Invite_InviteStatus { type ListInvitesRequest (line 209) | type ListInvitesRequest struct method Reset (line 215) | func (x *ListInvitesRequest) Reset() { method String (line 222) | func (x *ListInvitesRequest) String() string { method ProtoMessage (line 226) | func (*ListInvitesRequest) ProtoMessage() {} method ProtoReflect (line 228) | func (x *ListInvitesRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 241) | func (*ListInvitesRequest) Descriptor() ([]byte, []int) { type ListInvitesResponse (line 245) | type ListInvitesResponse struct method Reset (line 252) | func (x *ListInvitesResponse) Reset() { method String (line 259) | func (x *ListInvitesResponse) String() string { method ProtoMessage (line 263) | func (*ListInvitesResponse) ProtoMessage() {} method ProtoReflect (line 265) | func (x *ListInvitesResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 278) | func (*ListInvitesResponse) Descriptor() ([]byte, []int) { method GetInvites (line 282) | func (x *ListInvitesResponse) GetInvites() []*Invite { type RevokeInviteRequest (line 289) | type RevokeInviteRequest struct method Reset (line 296) | func (x *RevokeInviteRequest) Reset() { method String (line 303) | func (x *RevokeInviteRequest) String() string { method ProtoMessage (line 307) | func (*RevokeInviteRequest) ProtoMessage() {} method ProtoReflect (line 309) | func (x *RevokeInviteRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 322) | func (*RevokeInviteRequest) Descriptor() ([]byte, []int) { method GetEmail (line 326) | func (x *RevokeInviteRequest) GetEmail() string { type RevokeInviteResponse (line 333) | type RevokeInviteResponse struct method Reset (line 339) | func (x *RevokeInviteResponse) Reset() { method String (line 346) | func (x *RevokeInviteResponse) String() string { method ProtoMessage (line 350) | func (*RevokeInviteResponse) ProtoMessage() {} method ProtoReflect (line 352) | func (x *RevokeInviteResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 365) | func (*RevokeInviteResponse) Descriptor() ([]byte, []int) { type ResendInviteRequest (line 369) | type ResendInviteRequest struct method Reset (line 376) | func (x *ResendInviteRequest) Reset() { method String (line 383) | func (x *ResendInviteRequest) String() string { method ProtoMessage (line 387) | func (*ResendInviteRequest) ProtoMessage() {} method ProtoReflect (line 389) | func (x *ResendInviteRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 402) | func (*ResendInviteRequest) Descriptor() ([]byte, []int) { method GetEmail (line 406) | func (x *ResendInviteRequest) GetEmail() string { type ResendInviteResponse (line 413) | type ResendInviteResponse struct method Reset (line 419) | func (x *ResendInviteResponse) Reset() { method String (line 426) | func (x *ResendInviteResponse) String() string { method ProtoMessage (line 430) | func (*ResendInviteResponse) ProtoMessage() {} method ProtoReflect (line 432) | func (x *ResendInviteResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 445) | func (*ResendInviteResponse) Descriptor() ([]byte, []int) { constant file_invites_proto_rawDesc (line 451) | file_invites_proto_rawDesc = "" + function file_invites_proto_rawDescGZIP (line 484) | func file_invites_proto_rawDescGZIP() []byte { function init (line 523) | func init() { file_invites_proto_init() } function file_invites_proto_init (line 524) | func file_invites_proto_init() { FILE: go/sdp-go/items.go constant WILDCARD (line 21) | WILDCARD = "*" method UniqueAttributeValue (line 25) | func (i *Item) UniqueAttributeValue() string { method Reference (line 39) | func (i *Item) Reference() *Reference { method GloballyUniqueName (line 55) | func (i *Item) GloballyUniqueName() string { method Hash (line 67) | func (i *Item) Hash() string { method IsEqual (line 73) | func (e *Edge) IsEqual(other *Edge) bool { method Hash (line 80) | func (r *Reference) Hash() string { method GloballyUniqueName (line 92) | func (r *Reference) GloballyUniqueName() string { method Key (line 111) | func (r *Reference) Key() string { method IsSingle (line 127) | func (r *Reference) IsSingle() bool { method IsEqual (line 142) | func (r *Reference) IsEqual(other *Reference) bool { method ToQuery (line 154) | func (r *Reference) ToQuery() *Query { method Get (line 175) | func (a *ItemAttributes) Get(name string) (any, error) { method Set (line 206) | func (a *ItemAttributes) Set(name string, value any) error { method IsSingle (line 227) | func (q *Query) IsSingle() bool { method Reference (line 232) | func (q *Query) Reference() *Reference { method Subject (line 250) | func (q *Query) Subject() string { method TimeoutContext (line 256) | func (q *Query) TimeoutContext(ctx context.Context) (context.Context, co... method GetUUIDParsed (line 267) | func (r *Query) GetUUIDParsed() uuid.UUID { method SetSpanAttributes (line 283) | func (q *Query) SetSpanAttributes(span trace.Span) { function NewQueryResponseFromItem (line 296) | func NewQueryResponseFromItem(item *Item) *QueryResponse { function NewQueryResponseFromEdge (line 305) | func NewQueryResponseFromEdge(edge *Edge) *QueryResponse { function NewQueryResponseFromError (line 314) | func NewQueryResponseFromError(qe *QueryError) *QueryResponse { function NewQueryResponseFromResponse (line 323) | func NewQueryResponseFromResponse(r *Response) *QueryResponse { method ToGatewayResponse (line 333) | func (qr *QueryResponse) ToGatewayResponse() *GatewayResponse { method GetUUIDParsed (line 365) | func (x *CancelQuery) GetUUIDParsed() *uuid.UUID { method GetUUIDParsed (line 374) | func (x *Expand) GetUUIDParsed() *uuid.UUID { function AddDefaultTransforms (line 383) | func AddDefaultTransforms(customTransforms TransformMap) TransformMap { function ToAttributesCustom (line 412) | func ToAttributesCustom(m map[string]any, sort bool, customTransforms Tr... function ToAttributesSorted (line 420) | func ToAttributesSorted(m map[string]any) (*ItemAttributes, error) { function ToAttributes (line 425) | func ToAttributes(m map[string]any) (*ItemAttributes, error) { function toAttributes (line 429) | func toAttributes(m map[string]any, sort bool, customTransforms Transfor... function ToAttributesViaJson (line 460) | func ToAttributesViaJson(v any) (*ItemAttributes, error) { type TransformFunc (line 478) | type TransformFunc type TransformMap (line 481) | type TransformMap function sanitizeInterface (line 518) | func sanitizeInterface(i any, sortArrays bool, customTransforms Transfor... function sortInterfaceArray (line 651) | func sortInterfaceArray(input []any) { function HashSum (line 658) | func HashSum(b []byte) string { FILE: go/sdp-go/items.pb.go constant _ (line 22) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 24) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Health (line 29) | type Health method Enum (line 57) | func (x Health) Enum() *Health { method String (line 63) | func (x Health) String() string { method Descriptor (line 67) | func (Health) Descriptor() protoreflect.EnumDescriptor { method Type (line 71) | func (Health) Type() protoreflect.EnumType { method Number (line 75) | func (x Health) Number() protoreflect.EnumNumber { method EnumDescriptor (line 80) | func (Health) EnumDescriptor() ([]byte, []int) { constant Health_HEALTH_UNKNOWN (line 32) | Health_HEALTH_UNKNOWN Health = 0 constant Health_HEALTH_OK (line 33) | Health_HEALTH_OK Health = 1 constant Health_HEALTH_WARNING (line 34) | Health_HEALTH_WARNING Health = 2 constant Health_HEALTH_ERROR (line 35) | Health_HEALTH_ERROR Health = 3 constant Health_HEALTH_PENDING (line 36) | Health_HEALTH_PENDING Health = 4 type QueryMethod (line 100) | type QueryMethod method Enum (line 122) | func (x QueryMethod) Enum() *QueryMethod { method String (line 128) | func (x QueryMethod) String() string { method Descriptor (line 132) | func (QueryMethod) Descriptor() protoreflect.EnumDescriptor { method Type (line 136) | func (QueryMethod) Type() protoreflect.EnumType { method Number (line 140) | func (x QueryMethod) Number() protoreflect.EnumNumber { method EnumDescriptor (line 145) | func (QueryMethod) EnumDescriptor() ([]byte, []int) { constant QueryMethod_GET (line 103) | QueryMethod_GET QueryMethod = 0 constant QueryMethod_LIST (line 104) | QueryMethod_LIST QueryMethod = 1 constant QueryMethod_SEARCH (line 105) | QueryMethod_SEARCH QueryMethod = 2 type QueryStatus_Status (line 151) | type QueryStatus_Status method Enum (line 188) | func (x QueryStatus_Status) Enum() *QueryStatus_Status { method String (line 194) | func (x QueryStatus_Status) String() string { method Descriptor (line 198) | func (QueryStatus_Status) Descriptor() protoreflect.EnumDescriptor { method Type (line 202) | func (QueryStatus_Status) Type() protoreflect.EnumType { method Number (line 206) | func (x QueryStatus_Status) Number() protoreflect.EnumNumber { method EnumDescriptor (line 211) | func (QueryStatus_Status) EnumDescriptor() ([]byte, []int) { constant QueryStatus_UNSPECIFIED (line 155) | QueryStatus_UNSPECIFIED QueryStatus_Status = 0 constant QueryStatus_STARTED (line 157) | QueryStatus_STARTED QueryStatus_Status = 1 constant QueryStatus_CANCELLED (line 160) | QueryStatus_CANCELLED QueryStatus_Status = 3 constant QueryStatus_ERRORED (line 164) | QueryStatus_ERRORED QueryStatus_Status = 4 constant QueryStatus_FINISHED (line 167) | QueryStatus_FINISHED QueryStatus_Status = 5 type QueryError_ErrorType (line 217) | type QueryError_ErrorType method Enum (line 254) | func (x QueryError_ErrorType) Enum() *QueryError_ErrorType { method String (line 260) | func (x QueryError_ErrorType) String() string { method Descriptor (line 264) | func (QueryError_ErrorType) Descriptor() protoreflect.EnumDescriptor { method Type (line 268) | func (QueryError_ErrorType) Type() protoreflect.EnumType { method Number (line 272) | func (x QueryError_ErrorType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 277) | func (QueryError_ErrorType) EnumDescriptor() ([]byte, []int) { constant QueryError_OTHER (line 223) | QueryError_OTHER QueryError_ErrorType = 0 constant QueryError_NOTFOUND (line 227) | QueryError_NOTFOUND QueryError_ErrorType = 1 constant QueryError_NOSCOPE (line 232) | QueryError_NOSCOPE QueryError_ErrorType = 2 constant QueryError_TIMEOUT (line 235) | QueryError_TIMEOUT QueryError_ErrorType = 3 type BlastPropagation (line 286) | type BlastPropagation struct method Reset (line 292) | func (x *BlastPropagation) Reset() { method String (line 299) | func (x *BlastPropagation) String() string { method ProtoMessage (line 303) | func (*BlastPropagation) ProtoMessage() {} method ProtoReflect (line 305) | func (x *BlastPropagation) ProtoReflect() protoreflect.Message { method Descriptor (line 318) | func (*BlastPropagation) Descriptor() ([]byte, []int) { type LinkedItemQuery (line 323) | type LinkedItemQuery struct method Reset (line 331) | func (x *LinkedItemQuery) Reset() { method String (line 338) | func (x *LinkedItemQuery) String() string { method ProtoMessage (line 342) | func (*LinkedItemQuery) ProtoMessage() {} method ProtoReflect (line 344) | func (x *LinkedItemQuery) ProtoReflect() protoreflect.Message { method Descriptor (line 357) | func (*LinkedItemQuery) Descriptor() ([]byte, []int) { method GetQuery (line 361) | func (x *LinkedItemQuery) GetQuery() *Query { type LinkedItem (line 369) | type LinkedItem struct method Reset (line 377) | func (x *LinkedItem) Reset() { method String (line 384) | func (x *LinkedItem) String() string { method ProtoMessage (line 388) | func (*LinkedItem) ProtoMessage() {} method ProtoReflect (line 390) | func (x *LinkedItem) ProtoReflect() protoreflect.Message { method Descriptor (line 403) | func (*LinkedItem) Descriptor() ([]byte, []int) { method GetItem (line 407) | func (x *LinkedItem) GetItem() *Reference { type Item (line 417) | type Item struct method Reset (line 448) | func (x *Item) Reset() { method String (line 455) | func (x *Item) String() string { method ProtoMessage (line 459) | func (*Item) ProtoMessage() {} method ProtoReflect (line 461) | func (x *Item) ProtoReflect() protoreflect.Message { method Descriptor (line 474) | func (*Item) Descriptor() ([]byte, []int) { method GetType (line 478) | func (x *Item) GetType() string { method GetUniqueAttribute (line 485) | func (x *Item) GetUniqueAttribute() string { method GetAttributes (line 492) | func (x *Item) GetAttributes() *ItemAttributes { method GetMetadata (line 499) | func (x *Item) GetMetadata() *Metadata { method GetScope (line 506) | func (x *Item) GetScope() string { method GetLinkedItemQueries (line 513) | func (x *Item) GetLinkedItemQueries() []*LinkedItemQuery { method GetLinkedItems (line 520) | func (x *Item) GetLinkedItems() []*LinkedItem { method GetHealth (line 527) | func (x *Item) GetHealth() Health { method GetTags (line 534) | func (x *Item) GetTags() map[string]string { method GetLogStreams (line 541) | func (x *Item) GetLogStreams() []*LogStreamDetails { type ItemAttributes (line 552) | type ItemAttributes struct method Reset (line 559) | func (x *ItemAttributes) Reset() { method String (line 566) | func (x *ItemAttributes) String() string { method ProtoMessage (line 570) | func (*ItemAttributes) ProtoMessage() {} method ProtoReflect (line 572) | func (x *ItemAttributes) ProtoReflect() protoreflect.Message { method Descriptor (line 585) | func (*ItemAttributes) Descriptor() ([]byte, []int) { method GetAttrStruct (line 589) | func (x *ItemAttributes) GetAttrStruct() *structpb.Struct { type Metadata (line 597) | type Metadata struct method Reset (line 632) | func (x *Metadata) Reset() { method String (line 639) | func (x *Metadata) String() string { method ProtoMessage (line 643) | func (*Metadata) ProtoMessage() {} method ProtoReflect (line 645) | func (x *Metadata) ProtoReflect() protoreflect.Message { method Descriptor (line 658) | func (*Metadata) Descriptor() ([]byte, []int) { method GetSourceName (line 662) | func (x *Metadata) GetSourceName() string { method GetSourceQuery (line 669) | func (x *Metadata) GetSourceQuery() *Query { method GetTimestamp (line 676) | func (x *Metadata) GetTimestamp() *timestamppb.Timestamp { method GetSourceDuration (line 684) | func (x *Metadata) GetSourceDuration() *durationpb.Duration { method GetSourceDurationPerItem (line 692) | func (x *Metadata) GetSourceDurationPerItem() *durationpb.Duration { method GetHidden (line 699) | func (x *Metadata) GetHidden() bool { type Items (line 707) | type Items struct method Reset (line 714) | func (x *Items) Reset() { method String (line 721) | func (x *Items) String() string { method ProtoMessage (line 725) | func (*Items) ProtoMessage() {} method ProtoReflect (line 727) | func (x *Items) ProtoReflect() protoreflect.Message { method Descriptor (line 740) | func (*Items) Descriptor() ([]byte, []int) { method GetItems (line 744) | func (x *Items) GetItems() []*Item { type LogStreamDetails (line 752) | type LogStreamDetails struct method Reset (line 766) | func (x *LogStreamDetails) Reset() { method String (line 773) | func (x *LogStreamDetails) String() string { method ProtoMessage (line 777) | func (*LogStreamDetails) ProtoMessage() {} method ProtoReflect (line 779) | func (x *LogStreamDetails) ProtoReflect() protoreflect.Message { method Descriptor (line 792) | func (*LogStreamDetails) Descriptor() ([]byte, []int) { method GetName (line 796) | func (x *LogStreamDetails) GetName() string { method GetScope (line 803) | func (x *LogStreamDetails) GetScope() string { method GetQuery (line 810) | func (x *LogStreamDetails) GetQuery() string { type Query (line 818) | type Query struct method Reset (line 854) | func (x *Query) Reset() { method String (line 861) | func (x *Query) String() string { method ProtoMessage (line 865) | func (*Query) ProtoMessage() {} method ProtoReflect (line 867) | func (x *Query) ProtoReflect() protoreflect.Message { method Descriptor (line 880) | func (*Query) Descriptor() ([]byte, []int) { method GetType (line 884) | func (x *Query) GetType() string { method GetMethod (line 891) | func (x *Query) GetMethod() QueryMethod { method GetQuery (line 898) | func (x *Query) GetQuery() string { method GetRecursionBehaviour (line 905) | func (x *Query) GetRecursionBehaviour() *Query_RecursionBehaviour { method GetScope (line 912) | func (x *Query) GetScope() string { method GetIgnoreCache (line 919) | func (x *Query) GetIgnoreCache() bool { method GetUUID (line 926) | func (x *Query) GetUUID() []byte { method GetDeadline (line 933) | func (x *Query) GetDeadline() *timestamppb.Timestamp { type QueryResponse (line 940) | type QueryResponse struct method Reset (line 953) | func (x *QueryResponse) Reset() { method String (line 960) | func (x *QueryResponse) String() string { method ProtoMessage (line 964) | func (*QueryResponse) ProtoMessage() {} method ProtoReflect (line 966) | func (x *QueryResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 979) | func (*QueryResponse) Descriptor() ([]byte, []int) { method GetResponseType (line 983) | func (x *QueryResponse) GetResponseType() isQueryResponse_ResponseType { method GetNewItem (line 990) | func (x *QueryResponse) GetNewItem() *Item { method GetResponse (line 999) | func (x *QueryResponse) GetResponse() *Response { method GetError (line 1008) | func (x *QueryResponse) GetError() *QueryError { method GetEdge (line 1017) | func (x *QueryResponse) GetEdge() *Edge { type isQueryResponse_ResponseType (line 1026) | type isQueryResponse_ResponseType interface type QueryResponse_NewItem (line 1030) | type QueryResponse_NewItem struct method isQueryResponse_ResponseType (line 1046) | func (*QueryResponse_NewItem) isQueryResponse_ResponseType() {} type QueryResponse_Response (line 1034) | type QueryResponse_Response struct method isQueryResponse_ResponseType (line 1048) | func (*QueryResponse_Response) isQueryResponse_ResponseType() {} type QueryResponse_Error (line 1038) | type QueryResponse_Error struct method isQueryResponse_ResponseType (line 1050) | func (*QueryResponse_Error) isQueryResponse_ResponseType() {} type QueryResponse_Edge (line 1042) | type QueryResponse_Edge struct method isQueryResponse_ResponseType (line 1052) | func (*QueryResponse_Edge) isQueryResponse_ResponseType() {} type QueryStatus (line 1055) | type QueryStatus struct method Reset (line 1064) | func (x *QueryStatus) Reset() { method String (line 1071) | func (x *QueryStatus) String() string { method ProtoMessage (line 1075) | func (*QueryStatus) ProtoMessage() {} method ProtoReflect (line 1077) | func (x *QueryStatus) ProtoReflect() protoreflect.Message { method Descriptor (line 1090) | func (*QueryStatus) Descriptor() ([]byte, []int) { method GetUUID (line 1094) | func (x *QueryStatus) GetUUID() []byte { method GetStatus (line 1101) | func (x *QueryStatus) GetStatus() QueryStatus_Status { type QueryError (line 1109) | type QueryError struct method Reset (line 1129) | func (x *QueryError) Reset() { method String (line 1136) | func (x *QueryError) String() string { method ProtoMessage (line 1140) | func (*QueryError) ProtoMessage() {} method ProtoReflect (line 1142) | func (x *QueryError) ProtoReflect() protoreflect.Message { method Descriptor (line 1155) | func (*QueryError) Descriptor() ([]byte, []int) { method GetUUID (line 1159) | func (x *QueryError) GetUUID() []byte { method GetErrorType (line 1166) | func (x *QueryError) GetErrorType() QueryError_ErrorType { method GetErrorString (line 1173) | func (x *QueryError) GetErrorString() string { method GetScope (line 1180) | func (x *QueryError) GetScope() string { method GetSourceName (line 1187) | func (x *QueryError) GetSourceName() string { method GetItemType (line 1194) | func (x *QueryError) GetItemType() string { method GetResponderName (line 1201) | func (x *QueryError) GetResponderName() string { type CancelQuery (line 1212) | type CancelQuery struct method Reset (line 1220) | func (x *CancelQuery) Reset() { method String (line 1227) | func (x *CancelQuery) String() string { method ProtoMessage (line 1231) | func (*CancelQuery) ProtoMessage() {} method ProtoReflect (line 1233) | func (x *CancelQuery) ProtoReflect() protoreflect.Message { method Descriptor (line 1246) | func (*CancelQuery) Descriptor() ([]byte, []int) { method GetUUID (line 1250) | func (x *CancelQuery) GetUUID() []byte { type Expand (line 1264) | type Expand struct method Reset (line 1281) | func (x *Expand) Reset() { method String (line 1288) | func (x *Expand) String() string { method ProtoMessage (line 1292) | func (*Expand) ProtoMessage() {} method ProtoReflect (line 1294) | func (x *Expand) ProtoReflect() protoreflect.Message { method Descriptor (line 1307) | func (*Expand) Descriptor() ([]byte, []int) { method GetItemRef (line 1311) | func (x *Expand) GetItemRef() *Reference { method GetLinkDepth (line 1318) | func (x *Expand) GetLinkDepth() uint32 { method GetUUID (line 1325) | func (x *Expand) GetUUID() []byte { method GetDeadline (line 1332) | func (x *Expand) GetDeadline() *timestamppb.Timestamp { type Reference (line 1346) | type Reference struct method Reset (line 1358) | func (x *Reference) Reset() { method String (line 1365) | func (x *Reference) String() string { method ProtoMessage (line 1369) | func (*Reference) ProtoMessage() {} method ProtoReflect (line 1371) | func (x *Reference) ProtoReflect() protoreflect.Message { method Descriptor (line 1384) | func (*Reference) Descriptor() ([]byte, []int) { method GetType (line 1388) | func (x *Reference) GetType() string { method GetUniqueAttributeValue (line 1395) | func (x *Reference) GetUniqueAttributeValue() string { method GetScope (line 1402) | func (x *Reference) GetScope() string { method GetIsQuery (line 1409) | func (x *Reference) GetIsQuery() bool { method GetQuery (line 1416) | func (x *Reference) GetQuery() string { method GetMethod (line 1423) | func (x *Reference) GetMethod() QueryMethod { type Edge (line 1433) | type Edge struct method Reset (line 1441) | func (x *Edge) Reset() { method String (line 1448) | func (x *Edge) String() string { method ProtoMessage (line 1452) | func (*Edge) ProtoMessage() {} method ProtoReflect (line 1454) | func (x *Edge) ProtoReflect() protoreflect.Message { method Descriptor (line 1467) | func (*Edge) Descriptor() ([]byte, []int) { method GetFrom (line 1471) | func (x *Edge) GetFrom() *Reference { method GetTo (line 1478) | func (x *Edge) GetTo() *Reference { type Query_RecursionBehaviour (line 1486) | type Query_RecursionBehaviour struct method Reset (line 1497) | func (x *Query_RecursionBehaviour) Reset() { method String (line 1504) | func (x *Query_RecursionBehaviour) String() string { method ProtoMessage (line 1508) | func (*Query_RecursionBehaviour) ProtoMessage() {} method ProtoReflect (line 1510) | func (x *Query_RecursionBehaviour) ProtoReflect() protoreflect.Message { method Descriptor (line 1523) | func (*Query_RecursionBehaviour) Descriptor() ([]byte, []int) { method GetLinkDepth (line 1527) | func (x *Query_RecursionBehaviour) GetLinkDepth() uint32 { constant file_items_proto_rawDesc (line 1536) | file_items_proto_rawDesc = "" + function file_items_proto_rawDescGZIP (line 1663) | func file_items_proto_rawDescGZIP() []byte { function init (line 1737) | func init() { file_items_proto_init() } function file_items_proto_init (line 1738) | func file_items_proto_init() { FILE: go/sdp-go/items_test.go type ToAttributesTest (line 17) | type ToAttributesTest struct type CustomString (line 22) | type CustomString type CustomBool (line 26) | type CustomBool type CustomStruct (line 31) | type CustomStruct struct function TestToAttributes (line 146) | func TestToAttributes(t *testing.T) { function TestDefaultTransformMap (line 210) | func TestDefaultTransformMap(t *testing.T) { function TestCustomTransforms (line 233) | func TestCustomTransforms(t *testing.T) { function TestCopy (line 351) | func TestCopy(t *testing.T) { function AssertItemsEqual (line 462) | func AssertItemsEqual(itemA *Item, itemB *Item, t *testing.T) { function TestTimeoutContext (line 584) | func TestTimeoutContext(t *testing.T) { function TestToAttributesViaJson (line 607) | func TestToAttributesViaJson(t *testing.T) { function TestAttributesGet (line 645) | func TestAttributesGet(t *testing.T) { function TestAttributesSet (line 670) | func TestAttributesSet(t *testing.T) { FILE: go/sdp-go/link_extract.go function ExtractLinksFromAttributes (line 23) | func ExtractLinksFromAttributes(attributes *ItemAttributes) []*LinkedIte... function ExtractLinksFrom (line 31) | func ExtractLinksFrom(anything any) ([]*LinkedItemQuery, error) { function extractLinksFromValue (line 42) | func extractLinksFromValue(value *structpb.Value) []*LinkedItemQuery { function extractLinksFromStructValue (line 61) | func extractLinksFromStructValue(structValue *structpb.Struct) []*Linked... function extractLinksFromListValue (line 71) | func extractLinksFromListValue(list *structpb.ListValue) []*LinkedItemQu... function extractLinksFromStringValue (line 89) | func extractLinksFromStringValue(val string) []*LinkedItemQuery { function isLikelyDNSName (line 215) | func isLikelyDNSName(name string) bool { FILE: go/sdp-go/link_extract_test.go function createTestData (line 10) | func createTestData() (*ItemAttributes, any) { function BenchmarkExtractLinksFromAttributes (line 427) | func BenchmarkExtractLinksFromAttributes(b *testing.B) { function BenchmarkExtractLinksFrom (line 437) | func BenchmarkExtractLinksFrom(b *testing.B) { function TestExtractLinksFromAttributes (line 445) | func TestExtractLinksFromAttributes(t *testing.T) { function TestExtractLinksFrom (line 616) | func TestExtractLinksFrom(t *testing.T) { function TestExtractLinksFromConfigMapData (line 678) | func TestExtractLinksFromConfigMapData(t *testing.T) { function TestS3BucketARNTypeDetection (line 717) | func TestS3BucketARNTypeDetection(t *testing.T) { FILE: go/sdp-go/logs.go method Validate (line 12) | func (req *GetLogRecordsRequest) Validate() error { function NewUpstreamSourceError (line 51) | func NewUpstreamSourceError(code connect.Code, message string) *SourceEr... function NewLocalSourceError (line 60) | func NewLocalSourceError(code connect.Code, message string) *SourceError { method Error (line 72) | func (e *SourceError) Error() string { FILE: go/sdp-go/logs.pb.go constant _ (line 21) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 23) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type LogSeverity (line 30) | type LogSeverity method Enum (line 118) | func (x LogSeverity) Enum() *LogSeverity { method String (line 124) | func (x LogSeverity) String() string { method Descriptor (line 128) | func (LogSeverity) Descriptor() protoreflect.EnumDescriptor { method Type (line 132) | func (LogSeverity) Type() protoreflect.EnumType { method Number (line 136) | func (x LogSeverity) Number() protoreflect.EnumNumber { method EnumDescriptor (line 141) | func (LogSeverity) EnumDescriptor() ([]byte, []int) { constant LogSeverity_UNSPECIFIED (line 33) | LogSeverity_UNSPECIFIED LogSeverity = 0 constant LogSeverity_TRACE (line 34) | LogSeverity_TRACE LogSeverity = 1 constant LogSeverity_TRACE2 (line 35) | LogSeverity_TRACE2 LogSeverity = 2 constant LogSeverity_TRACE3 (line 36) | LogSeverity_TRACE3 LogSeverity = 3 constant LogSeverity_TRACE4 (line 37) | LogSeverity_TRACE4 LogSeverity = 4 constant LogSeverity_DEBUG (line 38) | LogSeverity_DEBUG LogSeverity = 5 constant LogSeverity_DEBUG2 (line 39) | LogSeverity_DEBUG2 LogSeverity = 6 constant LogSeverity_DEBUG3 (line 40) | LogSeverity_DEBUG3 LogSeverity = 7 constant LogSeverity_DEBUG4 (line 41) | LogSeverity_DEBUG4 LogSeverity = 8 constant LogSeverity_INFO (line 42) | LogSeverity_INFO LogSeverity = 9 constant LogSeverity_INFO2 (line 43) | LogSeverity_INFO2 LogSeverity = 10 constant LogSeverity_INFO3 (line 44) | LogSeverity_INFO3 LogSeverity = 11 constant LogSeverity_INFO4 (line 45) | LogSeverity_INFO4 LogSeverity = 12 constant LogSeverity_WARN (line 46) | LogSeverity_WARN LogSeverity = 13 constant LogSeverity_WARN2 (line 47) | LogSeverity_WARN2 LogSeverity = 14 constant LogSeverity_WARN3 (line 48) | LogSeverity_WARN3 LogSeverity = 15 constant LogSeverity_WARN4 (line 49) | LogSeverity_WARN4 LogSeverity = 16 constant LogSeverity_ERROR (line 50) | LogSeverity_ERROR LogSeverity = 17 constant LogSeverity_ERROR2 (line 51) | LogSeverity_ERROR2 LogSeverity = 18 constant LogSeverity_ERROR3 (line 52) | LogSeverity_ERROR3 LogSeverity = 19 constant LogSeverity_ERROR4 (line 53) | LogSeverity_ERROR4 LogSeverity = 20 constant LogSeverity_FATAL (line 54) | LogSeverity_FATAL LogSeverity = 21 constant LogSeverity_FATAL2 (line 55) | LogSeverity_FATAL2 LogSeverity = 22 constant LogSeverity_FATAL3 (line 56) | LogSeverity_FATAL3 LogSeverity = 23 constant LogSeverity_FATAL4 (line 57) | LogSeverity_FATAL4 LogSeverity = 24 type NATSGetLogRecordsResponseStatus_Status (line 145) | type NATSGetLogRecordsResponseStatus_Status method Enum (line 175) | func (x NATSGetLogRecordsResponseStatus_Status) Enum() *NATSGetLogReco... method String (line 181) | func (x NATSGetLogRecordsResponseStatus_Status) String() string { method Descriptor (line 185) | func (NATSGetLogRecordsResponseStatus_Status) Descriptor() protoreflec... method Type (line 189) | func (NATSGetLogRecordsResponseStatus_Status) Type() protoreflect.Enum... method Number (line 193) | func (x NATSGetLogRecordsResponseStatus_Status) Number() protoreflect.... method EnumDescriptor (line 198) | func (NATSGetLogRecordsResponseStatus_Status) EnumDescriptor() ([]byte... constant NATSGetLogRecordsResponseStatus_UNSPECIFIED (line 148) | NATSGetLogRecordsResponseStatus_UNSPECIFIED NATSGetLogRecordsResponseSta... constant NATSGetLogRecordsResponseStatus_STARTED (line 150) | NATSGetLogRecordsResponseStatus_STARTED NATSGetLogRecordsResponseStatus_... constant NATSGetLogRecordsResponseStatus_FINISHED (line 153) | NATSGetLogRecordsResponseStatus_FINISHED NATSGetLogRecordsResponseStatus... constant NATSGetLogRecordsResponseStatus_ERRORED (line 156) | NATSGetLogRecordsResponseStatus_ERRORED NATSGetLogRecordsResponseStatus_... type SourceError_Code (line 204) | type SourceError_Code method Enum (line 335) | func (x SourceError_Code) Enum() *SourceError_Code { method String (line 341) | func (x SourceError_Code) String() string { method Descriptor (line 345) | func (SourceError_Code) Descriptor() protoreflect.EnumDescriptor { method Type (line 349) | func (SourceError_Code) Type() protoreflect.EnumType { method Number (line 353) | func (x SourceError_Code) Number() protoreflect.EnumNumber { method EnumDescriptor (line 358) | func (SourceError_Code) EnumDescriptor() ([]byte, []int) { constant SourceError_UNSPECIFIED (line 209) | SourceError_UNSPECIFIED SourceError_Code = 0 constant SourceError_CANCELED (line 214) | SourceError_CANCELED SourceError_Code = 1 constant SourceError_UNKNOWN (line 218) | SourceError_UNKNOWN SourceError_Code = 2 constant SourceError_INVALID_ARGUMENT (line 222) | SourceError_INVALID_ARGUMENT SourceError_Code = 3 constant SourceError_DEADLINE_EXCEEDED (line 227) | SourceError_DEADLINE_EXCEEDED SourceError_Code = 4 constant SourceError_NOT_FOUND (line 232) | SourceError_NOT_FOUND SourceError_Code = 5 constant SourceError_ALREADY_EXISTS (line 237) | SourceError_ALREADY_EXISTS SourceError_Code = 6 constant SourceError_PERMISSION_DENIED (line 242) | SourceError_PERMISSION_DENIED SourceError_Code = 7 constant SourceError_RESOURCE_EXHAUSTED (line 248) | SourceError_RESOURCE_EXHAUSTED SourceError_Code = 8 constant SourceError_FAILED_PRECONDITION (line 253) | SourceError_FAILED_PRECONDITION SourceError_Code = 9 constant SourceError_ABORTED (line 259) | SourceError_ABORTED SourceError_Code = 10 constant SourceError_OUT_OF_RANGE (line 264) | SourceError_OUT_OF_RANGE SourceError_Code = 11 constant SourceError_UNIMPLEMENTED (line 269) | SourceError_UNIMPLEMENTED SourceError_Code = 12 constant SourceError_INTERNAL (line 274) | SourceError_INTERNAL SourceError_Code = 13 constant SourceError_UNAVAILABLE (line 280) | SourceError_UNAVAILABLE SourceError_Code = 14 constant SourceError_DATA_LOSS (line 285) | SourceError_DATA_LOSS SourceError_Code = 15 constant SourceError_UNAUTHENTICATED (line 290) | SourceError_UNAUTHENTICATED SourceError_Code = 16 type GetLogRecordsRequest (line 363) | type GetLogRecordsRequest struct method Reset (line 387) | func (x *GetLogRecordsRequest) Reset() { method String (line 394) | func (x *GetLogRecordsRequest) String() string { method ProtoMessage (line 398) | func (*GetLogRecordsRequest) ProtoMessage() {} method ProtoReflect (line 400) | func (x *GetLogRecordsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 413) | func (*GetLogRecordsRequest) Descriptor() ([]byte, []int) { method GetScope (line 417) | func (x *GetLogRecordsRequest) GetScope() string { method GetQuery (line 424) | func (x *GetLogRecordsRequest) GetQuery() string { method GetFrom (line 431) | func (x *GetLogRecordsRequest) GetFrom() *timestamppb.Timestamp { method GetTo (line 438) | func (x *GetLogRecordsRequest) GetTo() *timestamppb.Timestamp { method GetMaxRecords (line 445) | func (x *GetLogRecordsRequest) GetMaxRecords() int32 { method GetStartFromOldest (line 452) | func (x *GetLogRecordsRequest) GetStartFromOldest() bool { type GetLogRecordsResponse (line 467) | type GetLogRecordsResponse struct method Reset (line 474) | func (x *GetLogRecordsResponse) Reset() { method String (line 481) | func (x *GetLogRecordsResponse) String() string { method ProtoMessage (line 485) | func (*GetLogRecordsResponse) ProtoMessage() {} method ProtoReflect (line 487) | func (x *GetLogRecordsResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 500) | func (*GetLogRecordsResponse) Descriptor() ([]byte, []int) { method GetRecords (line 504) | func (x *GetLogRecordsResponse) GetRecords() []*LogRecord { type LogRecord (line 516) | type LogRecord struct method Reset (line 561) | func (x *LogRecord) Reset() { method String (line 568) | func (x *LogRecord) String() string { method ProtoMessage (line 572) | func (*LogRecord) ProtoMessage() {} method ProtoReflect (line 574) | func (x *LogRecord) ProtoReflect() protoreflect.Message { method Descriptor (line 587) | func (*LogRecord) Descriptor() ([]byte, []int) { method GetCreatedAt (line 591) | func (x *LogRecord) GetCreatedAt() *timestamppb.Timestamp { method GetObservedAt (line 598) | func (x *LogRecord) GetObservedAt() *timestamppb.Timestamp { method GetSeverity (line 605) | func (x *LogRecord) GetSeverity() LogSeverity { method GetBody (line 612) | func (x *LogRecord) GetBody() string { method GetResource (line 619) | func (x *LogRecord) GetResource() *structpb.Struct { method GetAttributes (line 626) | func (x *LogRecord) GetAttributes() *structpb.Struct { type NATSGetLogRecordsRequest (line 634) | type NATSGetLogRecordsRequest struct method Reset (line 641) | func (x *NATSGetLogRecordsRequest) Reset() { method String (line 648) | func (x *NATSGetLogRecordsRequest) String() string { method ProtoMessage (line 652) | func (*NATSGetLogRecordsRequest) ProtoMessage() {} method ProtoReflect (line 654) | func (x *NATSGetLogRecordsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 667) | func (*NATSGetLogRecordsRequest) Descriptor() ([]byte, []int) { method GetRequest (line 671) | func (x *NATSGetLogRecordsRequest) GetRequest() *GetLogRecordsRequest { type NATSGetLogRecordsResponse (line 678) | type NATSGetLogRecordsResponse struct method Reset (line 689) | func (x *NATSGetLogRecordsResponse) Reset() { method String (line 696) | func (x *NATSGetLogRecordsResponse) String() string { method ProtoMessage (line 700) | func (*NATSGetLogRecordsResponse) ProtoMessage() {} method ProtoReflect (line 702) | func (x *NATSGetLogRecordsResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 715) | func (*NATSGetLogRecordsResponse) Descriptor() ([]byte, []int) { method GetContent (line 719) | func (x *NATSGetLogRecordsResponse) GetContent() isNATSGetLogRecordsRe... method GetStatus (line 726) | func (x *NATSGetLogRecordsResponse) GetStatus() *NATSGetLogRecordsResp... method GetResponse (line 735) | func (x *NATSGetLogRecordsResponse) GetResponse() *GetLogRecordsRespon... type isNATSGetLogRecordsResponse_Content (line 744) | type isNATSGetLogRecordsResponse_Content interface type NATSGetLogRecordsResponse_Status (line 748) | type NATSGetLogRecordsResponse_Status struct method isNATSGetLogRecordsResponse_Content (line 764) | func (*NATSGetLogRecordsResponse_Status) isNATSGetLogRecordsResponse_C... type NATSGetLogRecordsResponse_Response (line 755) | type NATSGetLogRecordsResponse_Response struct method isNATSGetLogRecordsResponse_Content (line 766) | func (*NATSGetLogRecordsResponse_Response) isNATSGetLogRecordsResponse... type NATSGetLogRecordsResponseStatus (line 768) | type NATSGetLogRecordsResponseStatus struct method Reset (line 777) | func (x *NATSGetLogRecordsResponseStatus) Reset() { method String (line 784) | func (x *NATSGetLogRecordsResponseStatus) String() string { method ProtoMessage (line 788) | func (*NATSGetLogRecordsResponseStatus) ProtoMessage() {} method ProtoReflect (line 790) | func (x *NATSGetLogRecordsResponseStatus) ProtoReflect() protoreflect.... method Descriptor (line 803) | func (*NATSGetLogRecordsResponseStatus) Descriptor() ([]byte, []int) { method GetStatus (line 807) | func (x *NATSGetLogRecordsResponseStatus) GetStatus() NATSGetLogRecord... method GetError (line 814) | func (x *NATSGetLogRecordsResponseStatus) GetError() *SourceError { type SourceError (line 821) | type SourceError struct method Reset (line 838) | func (x *SourceError) Reset() { method String (line 845) | func (x *SourceError) String() string { method ProtoMessage (line 849) | func (*SourceError) ProtoMessage() {} method ProtoReflect (line 851) | func (x *SourceError) ProtoReflect() protoreflect.Message { method Descriptor (line 864) | func (*SourceError) Descriptor() ([]byte, []int) { method GetCode (line 868) | func (x *SourceError) GetCode() SourceError_Code { method GetMessage (line 875) | func (x *SourceError) GetMessage() string { method GetUpstream (line 882) | func (x *SourceError) GetUpstream() bool { constant file_logs_proto_rawDesc (line 891) | file_logs_proto_rawDesc = "" + function file_logs_proto_rawDescGZIP (line 1007) | func file_logs_proto_rawDescGZIP() []byte { function init (line 1054) | func init() { file_logs_proto_init() } function file_logs_proto_init (line 1055) | func file_logs_proto_init() { FILE: go/sdp-go/logs_test.go function TestGetLogRecordsRequest_Validate (line 10) | func TestGetLogRecordsRequest_Validate(t *testing.T) { FILE: go/sdp-go/progress.go constant DefaultResponseInterval (line 24) | DefaultResponseInterval = (30 * time.Second) constant DefaultStartTimeout (line 29) | DefaultStartTimeout = 2000 * time.Millisecond type ResponseSender (line 34) | type ResponseSender struct method Start (line 55) | func (rs *ResponseSender) Start(ctx context.Context, ec EncodedConnect... method Kill (line 139) | func (rs *ResponseSender) Kill() { method KillWithContext (line 145) | func (rs *ResponseSender) KillWithContext(ctx context.Context) { method killWithResponse (line 149) | func (rs *ResponseSender) killWithResponse(ctx context.Context, r *Res... method Done (line 174) | func (rs *ResponseSender) Done() { method DoneWithContext (line 179) | func (rs *ResponseSender) DoneWithContext(ctx context.Context) { method Error (line 192) | func (rs *ResponseSender) Error() { method ErrorWithContext (line 198) | func (rs *ResponseSender) ErrorWithContext(ctx context.Context) { method Cancel (line 210) | func (rs *ResponseSender) Cancel() { method CancelWithContext (line 215) | func (rs *ResponseSender) CancelWithContext(ctx context.Context) { type lastResponse (line 224) | type lastResponse struct method checkStalled (line 232) | func (l *lastResponse) checkStalled() { type SourceQuery (line 257) | type SourceQuery struct method Cancel (line 492) | func (sq *SourceQuery) Cancel() { method handleQueryResponse (line 499) | func (sq *SourceQuery) handleQueryResponse(ctx context.Context, respon... method markWorkingRespondersCancelled (line 522) | func (sq *SourceQuery) markWorkingRespondersCancelled() { method finished (line 535) | func (sq *SourceQuery) finished() bool { method cleanup (line 541) | func (sq *SourceQuery) cleanup(ctx context.Context) { method handleItem (line 557) | func (sq *SourceQuery) handleItem(item *Item) { method handleEdge (line 576) | func (sq *SourceQuery) handleEdge(edge *Edge) { method handleError (line 587) | func (sq *SourceQuery) handleError(err *QueryError) { method handleResponse (line 600) | func (sq *SourceQuery) handleResponse(ctx context.Context, response *R... method allDone (line 643) | func (sq *SourceQuery) allDone() bool { method Progress (line 691) | func (sq *SourceQuery) Progress() SourceQueryProgress { method String (line 727) | func (sq *SourceQuery) String() string { type SourceQueryProgress (line 277) | type SourceQueryProgress struct function RunSourceQuery (line 308) | func RunSourceQuery(ctx context.Context, query *Query, startTimeout time... function RunSourceQuerySync (line 449) | func RunSourceQuerySync(ctx context.Context, query *Query, startTimeout ... function TranslateLinksToEdges (line 663) | func TranslateLinksToEdges(item *Item) (*Item, []*Edge) { FILE: go/sdp-go/progress_test.go function TestRunSourceQueryParams (line 21) | func TestRunSourceQueryParams(t *testing.T) { function TestResponseNilPublisher (line 45) | func TestResponseNilPublisher(t *testing.T) { function TestResponseSenderDone (line 63) | func TestResponseSenderDone(t *testing.T) { function TestResponseSenderError (line 108) | func TestResponseSenderError(t *testing.T) { function TestResponseSenderCancel (line 153) | func TestResponseSenderCancel(t *testing.T) { function TestDefaultResponseInterval (line 198) | func TestDefaultResponseInterval(t *testing.T) { method ExpectToMatch (line 212) | func (expected SourceQueryProgress) ExpectToMatch(qp *SourceQuery) error { function devNull (line 240) | func devNull() chan<- *QueryResponse { function TestQueryProgressNormal (line 249) | func TestQueryProgressNormal(t *testing.T) { function TestQueryProgressParallel (line 467) | func TestQueryProgressParallel(t *testing.T) { function TestQueryProgressStalled (line 529) | func TestQueryProgressStalled(t *testing.T) { function TestRogueResponder (line 624) | func TestRogueResponder(t *testing.T) { function TestQueryProgressError (line 701) | func TestQueryProgressError(t *testing.T) { function TestStart (line 787) | func TestStart(t *testing.T) { function TestExecute (line 839) | func TestExecute(t *testing.T) { function TestRealNats (line 988) | func TestRealNats(t *testing.T) { function TestFastFinisher (line 1073) | func TestFastFinisher(t *testing.T) { type SimpleSource (line 1205) | type SimpleSource struct method Start (line 1231) | func (s *SimpleSource) Start(ctx context.Context, t *testing.T) { function TestMassiveScale (line 1310) | func TestMassiveScale(t *testing.T) { FILE: go/sdp-go/proto_clone_test.go function TestProtoCloneReplacesCustomCopy (line 13) | func TestProtoCloneReplacesCustomCopy(t *testing.T) { FILE: go/sdp-go/responses.go method ToQueryStatus (line 4) | func (r *Response) ToQueryStatus() *QueryStatus { method ToQueryStatus (line 12) | func (r ResponderState) ToQueryStatus() QueryStatus_Status { FILE: go/sdp-go/responses.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type ResponderState (line 28) | type ResponderState method Enum (line 61) | func (x ResponderState) Enum() *ResponderState { method String (line 67) | func (x ResponderState) String() string { method Descriptor (line 71) | func (ResponderState) Descriptor() protoreflect.EnumDescriptor { method Type (line 75) | func (ResponderState) Type() protoreflect.EnumType { method Number (line 79) | func (x ResponderState) Number() protoreflect.EnumNumber { method EnumDescriptor (line 84) | func (ResponderState) EnumDescriptor() ([]byte, []int) { constant ResponderState_WORKING (line 32) | ResponderState_WORKING ResponderState = 0 constant ResponderState_COMPLETE (line 34) | ResponderState_COMPLETE ResponderState = 1 constant ResponderState_ERROR (line 36) | ResponderState_ERROR ResponderState = 2 constant ResponderState_CANCELLED (line 38) | ResponderState_CANCELLED ResponderState = 3 constant ResponderState_STALLED (line 40) | ResponderState_STALLED ResponderState = 4 type Response (line 89) | type Response struct method Reset (line 111) | func (x *Response) Reset() { method String (line 118) | func (x *Response) String() string { method ProtoMessage (line 122) | func (*Response) ProtoMessage() {} method ProtoReflect (line 124) | func (x *Response) ProtoReflect() protoreflect.Message { method Descriptor (line 137) | func (*Response) Descriptor() ([]byte, []int) { method GetResponder (line 141) | func (x *Response) GetResponder() string { method GetState (line 148) | func (x *Response) GetState() ResponderState { method GetNextUpdateIn (line 155) | func (x *Response) GetNextUpdateIn() *durationpb.Duration { method GetUUID (line 162) | func (x *Response) GetUUID() []byte { method GetResponderUUID (line 169) | func (x *Response) GetResponderUUID() []byte { constant file_responses_proto_rawDesc (line 178) | file_responses_proto_rawDesc = "" + function file_responses_proto_rawDescGZIP (line 199) | func file_responses_proto_rawDescGZIP() []byte { function init (line 223) | func init() { file_responses_proto_init() } function file_responses_proto_init (line 224) | func file_responses_proto_init() { FILE: go/sdp-go/revlink.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetReverseEdgesRequest (line 25) | type GetReverseEdgesRequest struct method Reset (line 35) | func (x *GetReverseEdgesRequest) Reset() { method String (line 42) | func (x *GetReverseEdgesRequest) String() string { method ProtoMessage (line 46) | func (*GetReverseEdgesRequest) ProtoMessage() {} method ProtoReflect (line 48) | func (x *GetReverseEdgesRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 61) | func (*GetReverseEdgesRequest) Descriptor() ([]byte, []int) { method GetAccount (line 65) | func (x *GetReverseEdgesRequest) GetAccount() string { method GetItemRef (line 72) | func (x *GetReverseEdgesRequest) GetItemRef() *Reference { type GetReverseEdgesResponse (line 79) | type GetReverseEdgesResponse struct method Reset (line 87) | func (x *GetReverseEdgesResponse) Reset() { method String (line 94) | func (x *GetReverseEdgesResponse) String() string { method ProtoMessage (line 98) | func (*GetReverseEdgesResponse) ProtoMessage() {} method ProtoReflect (line 100) | func (x *GetReverseEdgesResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 113) | func (*GetReverseEdgesResponse) Descriptor() ([]byte, []int) { method GetEdges (line 117) | func (x *GetReverseEdgesResponse) GetEdges() []*Edge { type IngestGatewayResponseRequest (line 124) | type IngestGatewayResponseRequest struct method Reset (line 139) | func (x *IngestGatewayResponseRequest) Reset() { method String (line 146) | func (x *IngestGatewayResponseRequest) String() string { method ProtoMessage (line 150) | func (*IngestGatewayResponseRequest) ProtoMessage() {} method ProtoReflect (line 152) | func (x *IngestGatewayResponseRequest) ProtoReflect() protoreflect.Mes... method Descriptor (line 165) | func (*IngestGatewayResponseRequest) Descriptor() ([]byte, []int) { method GetAccount (line 169) | func (x *IngestGatewayResponseRequest) GetAccount() string { method GetResponseType (line 176) | func (x *IngestGatewayResponseRequest) GetResponseType() isIngestGatew... method GetNewItem (line 183) | func (x *IngestGatewayResponseRequest) GetNewItem() *Item { method GetNewEdge (line 192) | func (x *IngestGatewayResponseRequest) GetNewEdge() *Edge { type isIngestGatewayResponseRequest_ResponseType (line 201) | type isIngestGatewayResponseRequest_ResponseType interface type IngestGatewayResponseRequest_NewItem (line 205) | type IngestGatewayResponseRequest_NewItem struct method isIngestGatewayResponseRequest_ResponseType (line 213) | func (*IngestGatewayResponseRequest_NewItem) isIngestGatewayResponseRe... type IngestGatewayResponseRequest_NewEdge (line 209) | type IngestGatewayResponseRequest_NewEdge struct method isIngestGatewayResponseRequest_ResponseType (line 215) | func (*IngestGatewayResponseRequest_NewEdge) isIngestGatewayResponseRe... type IngestGatewayResponsesResponse (line 217) | type IngestGatewayResponsesResponse struct method Reset (line 225) | func (x *IngestGatewayResponsesResponse) Reset() { method String (line 232) | func (x *IngestGatewayResponsesResponse) String() string { method ProtoMessage (line 236) | func (*IngestGatewayResponsesResponse) ProtoMessage() {} method ProtoReflect (line 238) | func (x *IngestGatewayResponsesResponse) ProtoReflect() protoreflect.M... method Descriptor (line 251) | func (*IngestGatewayResponsesResponse) Descriptor() ([]byte, []int) { method GetNumItemsReceived (line 255) | func (x *IngestGatewayResponsesResponse) GetNumItemsReceived() int32 { method GetNumEdgesReceived (line 262) | func (x *IngestGatewayResponsesResponse) GetNumEdgesReceived() int32 { type CheckpointRequest (line 269) | type CheckpointRequest struct method Reset (line 275) | func (x *CheckpointRequest) Reset() { method String (line 282) | func (x *CheckpointRequest) String() string { method ProtoMessage (line 286) | func (*CheckpointRequest) ProtoMessage() {} method ProtoReflect (line 288) | func (x *CheckpointRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 301) | func (*CheckpointRequest) Descriptor() ([]byte, []int) { type CheckpointResponse (line 305) | type CheckpointResponse struct method Reset (line 311) | func (x *CheckpointResponse) Reset() { method String (line 318) | func (x *CheckpointResponse) String() string { method ProtoMessage (line 322) | func (*CheckpointResponse) ProtoMessage() {} method ProtoReflect (line 324) | func (x *CheckpointResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 337) | func (*CheckpointResponse) Descriptor() ([]byte, []int) { constant file_revlink_proto_rawDesc (line 343) | file_revlink_proto_rawDesc = "" + function file_revlink_proto_rawDescGZIP (line 373) | func file_revlink_proto_rawDescGZIP() []byte { function init (line 410) | func init() { file_revlink_proto_init() } function file_revlink_proto_init (line 411) | func file_revlink_proto_init() { FILE: go/sdp-go/sdpconnect/account.connect.go constant _ (line 21) | _ = connect.IsAtLeastVersion1_13_0 constant AdminServiceName (line 25) | AdminServiceName = "account.AdminService" constant ManagementServiceName (line 27) | ManagementServiceName = "account.ManagementService" constant AdminServiceListAccountsProcedure (line 40) | AdminServiceListAccountsProcedure = "/account.AdminService/ListAccounts" constant AdminServiceCreateAccountProcedure (line 43) | AdminServiceCreateAccountProcedure = "/account.AdminService/CreateAccount" constant AdminServiceUpdateAccountProcedure (line 46) | AdminServiceUpdateAccountProcedure = "/account.AdminService/UpdateAccount" constant AdminServiceGetAccountProcedure (line 48) | AdminServiceGetAccountProcedure = "/account.AdminService/GetAccount" constant AdminServiceDeleteAccountProcedure (line 51) | AdminServiceDeleteAccountProcedure = "/account.AdminService/DeleteAccount" constant AdminServiceListSourcesProcedure (line 54) | AdminServiceListSourcesProcedure = "/account.AdminService/ListSources" constant AdminServiceCreateSourceProcedure (line 57) | AdminServiceCreateSourceProcedure = "/account.AdminService/CreateSource" constant AdminServiceGetSourceProcedure (line 59) | AdminServiceGetSourceProcedure = "/account.AdminService/GetSource" constant AdminServiceUpdateSourceProcedure (line 62) | AdminServiceUpdateSourceProcedure = "/account.AdminService/UpdateSource" constant AdminServiceDeleteSourceProcedure (line 65) | AdminServiceDeleteSourceProcedure = "/account.AdminService/DeleteSource" constant AdminServiceKeepaliveSourcesProcedure (line 68) | AdminServiceKeepaliveSourcesProcedure = "/account.AdminService/Keepalive... constant AdminServiceCreateTokenProcedure (line 71) | AdminServiceCreateTokenProcedure = "/account.AdminService/CreateToken" constant ManagementServiceGetAccountProcedure (line 74) | ManagementServiceGetAccountProcedure = "/account.ManagementService/GetAc... constant ManagementServiceDeleteAccountProcedure (line 77) | ManagementServiceDeleteAccountProcedure = "/account.ManagementService/De... constant ManagementServiceListSourcesProcedure (line 80) | ManagementServiceListSourcesProcedure = "/account.ManagementService/List... constant ManagementServiceCreateSourceProcedure (line 83) | ManagementServiceCreateSourceProcedure = "/account.ManagementService/Cre... constant ManagementServiceGetSourceProcedure (line 86) | ManagementServiceGetSourceProcedure = "/account.ManagementService/GetSou... constant ManagementServiceUpdateSourceProcedure (line 89) | ManagementServiceUpdateSourceProcedure = "/account.ManagementService/Upd... constant ManagementServiceDeleteSourceProcedure (line 92) | ManagementServiceDeleteSourceProcedure = "/account.ManagementService/Del... constant ManagementServiceListAllSourcesStatusProcedure (line 95) | ManagementServiceListAllSourcesStatusProcedure = "/account.ManagementSer... constant ManagementServiceListActiveSourcesStatusProcedure (line 98) | ManagementServiceListActiveSourcesStatusProcedure = "/account.Management... constant ManagementServiceSubmitSourceHeartbeatProcedure (line 101) | ManagementServiceSubmitSourceHeartbeatProcedure = "/account.ManagementSe... constant ManagementServiceKeepaliveSourcesProcedure (line 104) | ManagementServiceKeepaliveSourcesProcedure = "/account.ManagementService... constant ManagementServiceCreateTokenProcedure (line 107) | ManagementServiceCreateTokenProcedure = "/account.ManagementService/Crea... constant ManagementServiceRevlinkWarmupProcedure (line 110) | ManagementServiceRevlinkWarmupProcedure = "/account.ManagementService/Re... constant ManagementServiceListAvailableItemTypesProcedure (line 113) | ManagementServiceListAvailableItemTypesProcedure = "/account.ManagementS... constant ManagementServiceGetSourceStatusProcedure (line 116) | ManagementServiceGetSourceStatusProcedure = "/account.ManagementService/... constant ManagementServiceGetUserOnboardingStatusProcedure (line 119) | ManagementServiceGetUserOnboardingStatusProcedure = "/account.Management... constant ManagementServiceSetUserOnboardingStatusProcedure (line 122) | ManagementServiceSetUserOnboardingStatusProcedure = "/account.Management... constant ManagementServiceListTeamMembersProcedure (line 125) | ManagementServiceListTeamMembersProcedure = "/account.ManagementService/... constant ManagementServiceGetWelcomeScreenInformationProcedure (line 128) | ManagementServiceGetWelcomeScreenInformationProcedure = "/account.Manage... constant ManagementServiceSetGithubInstallationIDProcedure (line 131) | ManagementServiceSetGithubInstallationIDProcedure = "/account.Management... constant ManagementServiceUnsetGithubInstallationIDProcedure (line 134) | ManagementServiceUnsetGithubInstallationIDProcedure = "/account.Manageme... constant ManagementServiceGetOrCreateAWSExternalIdProcedure (line 137) | ManagementServiceGetOrCreateAWSExternalIdProcedure = "/account.Managemen... type AdminServiceClient (line 141) | type AdminServiceClient interface function NewAdminServiceClient (line 180) | func NewAdminServiceClient(httpClient connect.HTTPClient, baseURL string... type adminServiceClient (line 260) | type adminServiceClient struct method ListAccounts (line 276) | func (c *adminServiceClient) ListAccounts(ctx context.Context, req *co... method CreateAccount (line 281) | func (c *adminServiceClient) CreateAccount(ctx context.Context, req *c... method UpdateAccount (line 286) | func (c *adminServiceClient) UpdateAccount(ctx context.Context, req *c... method GetAccount (line 291) | func (c *adminServiceClient) GetAccount(ctx context.Context, req *conn... method DeleteAccount (line 296) | func (c *adminServiceClient) DeleteAccount(ctx context.Context, req *c... method ListSources (line 301) | func (c *adminServiceClient) ListSources(ctx context.Context, req *con... method CreateSource (line 306) | func (c *adminServiceClient) CreateSource(ctx context.Context, req *co... method GetSource (line 311) | func (c *adminServiceClient) GetSource(ctx context.Context, req *conne... method UpdateSource (line 316) | func (c *adminServiceClient) UpdateSource(ctx context.Context, req *co... method DeleteSource (line 321) | func (c *adminServiceClient) DeleteSource(ctx context.Context, req *co... method KeepaliveSources (line 326) | func (c *adminServiceClient) KeepaliveSources(ctx context.Context, req... method CreateToken (line 331) | func (c *adminServiceClient) CreateToken(ctx context.Context, req *con... type AdminServiceHandler (line 336) | type AdminServiceHandler interface function NewAdminServiceHandler (line 373) | func NewAdminServiceHandler(svc AdminServiceHandler, opts ...connect.Han... type UnimplementedAdminServiceHandler (line 480) | type UnimplementedAdminServiceHandler struct method ListAccounts (line 482) | func (UnimplementedAdminServiceHandler) ListAccounts(context.Context, ... method CreateAccount (line 486) | func (UnimplementedAdminServiceHandler) CreateAccount(context.Context,... method UpdateAccount (line 490) | func (UnimplementedAdminServiceHandler) UpdateAccount(context.Context,... method GetAccount (line 494) | func (UnimplementedAdminServiceHandler) GetAccount(context.Context, *c... method DeleteAccount (line 498) | func (UnimplementedAdminServiceHandler) DeleteAccount(context.Context,... method ListSources (line 502) | func (UnimplementedAdminServiceHandler) ListSources(context.Context, *... method CreateSource (line 506) | func (UnimplementedAdminServiceHandler) CreateSource(context.Context, ... method GetSource (line 510) | func (UnimplementedAdminServiceHandler) GetSource(context.Context, *co... method UpdateSource (line 514) | func (UnimplementedAdminServiceHandler) UpdateSource(context.Context, ... method DeleteSource (line 518) | func (UnimplementedAdminServiceHandler) DeleteSource(context.Context, ... method KeepaliveSources (line 522) | func (UnimplementedAdminServiceHandler) KeepaliveSources(context.Conte... method CreateToken (line 526) | func (UnimplementedAdminServiceHandler) CreateToken(context.Context, *... type ManagementServiceClient (line 531) | type ManagementServiceClient interface function NewManagementServiceClient (line 601) | func NewManagementServiceClient(httpClient connect.HTTPClient, baseURL s... type managementServiceClient (line 741) | type managementServiceClient struct method GetAccount (line 767) | func (c *managementServiceClient) GetAccount(ctx context.Context, req ... method DeleteAccount (line 772) | func (c *managementServiceClient) DeleteAccount(ctx context.Context, r... method ListSources (line 777) | func (c *managementServiceClient) ListSources(ctx context.Context, req... method CreateSource (line 782) | func (c *managementServiceClient) CreateSource(ctx context.Context, re... method GetSource (line 787) | func (c *managementServiceClient) GetSource(ctx context.Context, req *... method UpdateSource (line 792) | func (c *managementServiceClient) UpdateSource(ctx context.Context, re... method DeleteSource (line 797) | func (c *managementServiceClient) DeleteSource(ctx context.Context, re... method ListAllSourcesStatus (line 802) | func (c *managementServiceClient) ListAllSourcesStatus(ctx context.Con... method ListActiveSourcesStatus (line 807) | func (c *managementServiceClient) ListActiveSourcesStatus(ctx context.... method SubmitSourceHeartbeat (line 812) | func (c *managementServiceClient) SubmitSourceHeartbeat(ctx context.Co... method KeepaliveSources (line 817) | func (c *managementServiceClient) KeepaliveSources(ctx context.Context... method CreateToken (line 822) | func (c *managementServiceClient) CreateToken(ctx context.Context, req... method RevlinkWarmup (line 827) | func (c *managementServiceClient) RevlinkWarmup(ctx context.Context, r... method ListAvailableItemTypes (line 832) | func (c *managementServiceClient) ListAvailableItemTypes(ctx context.C... method GetSourceStatus (line 837) | func (c *managementServiceClient) GetSourceStatus(ctx context.Context,... method GetUserOnboardingStatus (line 842) | func (c *managementServiceClient) GetUserOnboardingStatus(ctx context.... method SetUserOnboardingStatus (line 847) | func (c *managementServiceClient) SetUserOnboardingStatus(ctx context.... method ListTeamMembers (line 852) | func (c *managementServiceClient) ListTeamMembers(ctx context.Context,... method GetWelcomeScreenInformation (line 857) | func (c *managementServiceClient) GetWelcomeScreenInformation(ctx cont... method SetGithubInstallationID (line 862) | func (c *managementServiceClient) SetGithubInstallationID(ctx context.... method UnsetGithubInstallationID (line 867) | func (c *managementServiceClient) UnsetGithubInstallationID(ctx contex... method GetOrCreateAWSExternalId (line 872) | func (c *managementServiceClient) GetOrCreateAWSExternalId(ctx context... type ManagementServiceHandler (line 877) | type ManagementServiceHandler interface function NewManagementServiceHandler (line 945) | func NewManagementServiceHandler(svc ManagementServiceHandler, opts ...c... type UnimplementedManagementServiceHandler (line 1132) | type UnimplementedManagementServiceHandler struct method GetAccount (line 1134) | func (UnimplementedManagementServiceHandler) GetAccount(context.Contex... method DeleteAccount (line 1138) | func (UnimplementedManagementServiceHandler) DeleteAccount(context.Con... method ListSources (line 1142) | func (UnimplementedManagementServiceHandler) ListSources(context.Conte... method CreateSource (line 1146) | func (UnimplementedManagementServiceHandler) CreateSource(context.Cont... method GetSource (line 1150) | func (UnimplementedManagementServiceHandler) GetSource(context.Context... method UpdateSource (line 1154) | func (UnimplementedManagementServiceHandler) UpdateSource(context.Cont... method DeleteSource (line 1158) | func (UnimplementedManagementServiceHandler) DeleteSource(context.Cont... method ListAllSourcesStatus (line 1162) | func (UnimplementedManagementServiceHandler) ListAllSourcesStatus(cont... method ListActiveSourcesStatus (line 1166) | func (UnimplementedManagementServiceHandler) ListActiveSourcesStatus(c... method SubmitSourceHeartbeat (line 1170) | func (UnimplementedManagementServiceHandler) SubmitSourceHeartbeat(con... method KeepaliveSources (line 1174) | func (UnimplementedManagementServiceHandler) KeepaliveSources(context.... method CreateToken (line 1178) | func (UnimplementedManagementServiceHandler) CreateToken(context.Conte... method RevlinkWarmup (line 1182) | func (UnimplementedManagementServiceHandler) RevlinkWarmup(context.Con... method ListAvailableItemTypes (line 1186) | func (UnimplementedManagementServiceHandler) ListAvailableItemTypes(co... method GetSourceStatus (line 1190) | func (UnimplementedManagementServiceHandler) GetSourceStatus(context.C... method GetUserOnboardingStatus (line 1194) | func (UnimplementedManagementServiceHandler) GetUserOnboardingStatus(c... method SetUserOnboardingStatus (line 1198) | func (UnimplementedManagementServiceHandler) SetUserOnboardingStatus(c... method ListTeamMembers (line 1202) | func (UnimplementedManagementServiceHandler) ListTeamMembers(context.C... method GetWelcomeScreenInformation (line 1206) | func (UnimplementedManagementServiceHandler) GetWelcomeScreenInformati... method SetGithubInstallationID (line 1210) | func (UnimplementedManagementServiceHandler) SetGithubInstallationID(c... method UnsetGithubInstallationID (line 1214) | func (UnimplementedManagementServiceHandler) UnsetGithubInstallationID... method GetOrCreateAWSExternalId (line 1218) | func (UnimplementedManagementServiceHandler) GetOrCreateAWSExternalId(... FILE: go/sdp-go/sdpconnect/apikeys.connect.go constant _ (line 21) | _ = connect.IsAtLeastVersion1_13_0 constant ApiKeyServiceName (line 25) | ApiKeyServiceName = "apikeys.ApiKeyService" constant ApiKeyServiceCreateAPIKeyProcedure (line 38) | ApiKeyServiceCreateAPIKeyProcedure = "/apikeys.ApiKeyService/CreateAPIKey" constant ApiKeyServiceRefreshAPIKeyProcedure (line 41) | ApiKeyServiceRefreshAPIKeyProcedure = "/apikeys.ApiKeyService/RefreshAPI... constant ApiKeyServiceGetAPIKeyProcedure (line 43) | ApiKeyServiceGetAPIKeyProcedure = "/apikeys.ApiKeyService/GetAPIKey" constant ApiKeyServiceUpdateAPIKeyProcedure (line 46) | ApiKeyServiceUpdateAPIKeyProcedure = "/apikeys.ApiKeyService/UpdateAPIKey" constant ApiKeyServiceListAPIKeysProcedure (line 49) | ApiKeyServiceListAPIKeysProcedure = "/apikeys.ApiKeyService/ListAPIKeys" constant ApiKeyServiceDeleteAPIKeyProcedure (line 52) | ApiKeyServiceDeleteAPIKeyProcedure = "/apikeys.ApiKeyService/DeleteAPIKey" constant ApiKeyServiceExchangeKeyForTokenProcedure (line 55) | ApiKeyServiceExchangeKeyForTokenProcedure = "/apikeys.ApiKeyService/Exch... type ApiKeyServiceClient (line 59) | type ApiKeyServiceClient interface function NewApiKeyServiceClient (line 84) | func NewApiKeyServiceClient(httpClient connect.HTTPClient, baseURL strin... type apiKeyServiceClient (line 134) | type apiKeyServiceClient struct method CreateAPIKey (line 145) | func (c *apiKeyServiceClient) CreateAPIKey(ctx context.Context, req *c... method RefreshAPIKey (line 150) | func (c *apiKeyServiceClient) RefreshAPIKey(ctx context.Context, req *... method GetAPIKey (line 155) | func (c *apiKeyServiceClient) GetAPIKey(ctx context.Context, req *conn... method UpdateAPIKey (line 160) | func (c *apiKeyServiceClient) UpdateAPIKey(ctx context.Context, req *c... method ListAPIKeys (line 165) | func (c *apiKeyServiceClient) ListAPIKeys(ctx context.Context, req *co... method DeleteAPIKey (line 170) | func (c *apiKeyServiceClient) DeleteAPIKey(ctx context.Context, req *c... method ExchangeKeyForToken (line 175) | func (c *apiKeyServiceClient) ExchangeKeyForToken(ctx context.Context,... type ApiKeyServiceHandler (line 180) | type ApiKeyServiceHandler interface function NewApiKeyServiceHandler (line 203) | func NewApiKeyServiceHandler(svc ApiKeyServiceHandler, opts ...connect.H... type UnimplementedApiKeyServiceHandler (line 270) | type UnimplementedApiKeyServiceHandler struct method CreateAPIKey (line 272) | func (UnimplementedApiKeyServiceHandler) CreateAPIKey(context.Context,... method RefreshAPIKey (line 276) | func (UnimplementedApiKeyServiceHandler) RefreshAPIKey(context.Context... method GetAPIKey (line 280) | func (UnimplementedApiKeyServiceHandler) GetAPIKey(context.Context, *c... method UpdateAPIKey (line 284) | func (UnimplementedApiKeyServiceHandler) UpdateAPIKey(context.Context,... method ListAPIKeys (line 288) | func (UnimplementedApiKeyServiceHandler) ListAPIKeys(context.Context, ... method DeleteAPIKey (line 292) | func (UnimplementedApiKeyServiceHandler) DeleteAPIKey(context.Context,... method ExchangeKeyForToken (line 296) | func (UnimplementedApiKeyServiceHandler) ExchangeKeyForToken(context.C... FILE: go/sdp-go/sdpconnect/area51.connect.go constant _ (line 21) | _ = connect.IsAtLeastVersion1_13_0 constant Area51ServiceName (line 25) | Area51ServiceName = "area51.Area51Service" constant Area51ServiceGetChangeArchiveProcedure (line 38) | Area51ServiceGetChangeArchiveProcedure = "/area51.Area51Service/GetChang... type Area51ServiceClient (line 42) | type Area51ServiceClient interface function NewArea51ServiceClient (line 55) | func NewArea51ServiceClient(httpClient connect.HTTPClient, baseURL strin... type area51ServiceClient (line 69) | type area51ServiceClient struct method GetChangeArchive (line 74) | func (c *area51ServiceClient) GetChangeArchive(ctx context.Context, re... type Area51ServiceHandler (line 79) | type Area51ServiceHandler interface function NewArea51ServiceHandler (line 90) | func NewArea51ServiceHandler(svc Area51ServiceHandler, opts ...connect.H... type UnimplementedArea51ServiceHandler (line 109) | type UnimplementedArea51ServiceHandler struct method GetChangeArchive (line 111) | func (UnimplementedArea51ServiceHandler) GetChangeArchive(context.Cont... FILE: go/sdp-go/sdpconnect/auth0support.connect.go constant _ (line 21) | _ = connect.IsAtLeastVersion1_13_0 constant Auth0SupportName (line 25) | Auth0SupportName = "auth0support.Auth0Support" constant Auth0SupportCreateUserProcedure (line 37) | Auth0SupportCreateUserProcedure = "/auth0support.Auth0Support/CreateUser" constant Auth0SupportKeepaliveSourcesProcedure (line 40) | Auth0SupportKeepaliveSourcesProcedure = "/auth0support.Auth0Support/Keep... type Auth0SupportClient (line 44) | type Auth0SupportClient interface function NewAuth0SupportClient (line 60) | func NewAuth0SupportClient(httpClient connect.HTTPClient, baseURL string... type auth0SupportClient (line 80) | type auth0SupportClient struct method CreateUser (line 86) | func (c *auth0SupportClient) CreateUser(ctx context.Context, req *conn... method KeepaliveSources (line 91) | func (c *auth0SupportClient) KeepaliveSources(ctx context.Context, req... type Auth0SupportHandler (line 96) | type Auth0SupportHandler interface function NewAuth0SupportHandler (line 110) | func NewAuth0SupportHandler(svc Auth0SupportHandler, opts ...connect.Han... type UnimplementedAuth0SupportHandler (line 137) | type UnimplementedAuth0SupportHandler struct method CreateUser (line 139) | func (UnimplementedAuth0SupportHandler) CreateUser(context.Context, *c... method KeepaliveSources (line 143) | func (UnimplementedAuth0SupportHandler) KeepaliveSources(context.Conte... FILE: go/sdp-go/sdpconnect/bookmarks.connect.go constant _ (line 21) | _ = connect.IsAtLeastVersion1_13_0 constant BookmarksServiceName (line 25) | BookmarksServiceName = "bookmarks.BookmarksService" constant BookmarksServiceListBookmarksProcedure (line 38) | BookmarksServiceListBookmarksProcedure = "/bookmarks.BookmarksService/Li... constant BookmarksServiceCreateBookmarkProcedure (line 41) | BookmarksServiceCreateBookmarkProcedure = "/bookmarks.BookmarksService/C... constant BookmarksServiceGetBookmarkProcedure (line 44) | BookmarksServiceGetBookmarkProcedure = "/bookmarks.BookmarksService/GetB... constant BookmarksServiceUpdateBookmarkProcedure (line 47) | BookmarksServiceUpdateBookmarkProcedure = "/bookmarks.BookmarksService/U... constant BookmarksServiceDeleteBookmarkProcedure (line 50) | BookmarksServiceDeleteBookmarkProcedure = "/bookmarks.BookmarksService/D... constant BookmarksServiceGetAffectedBookmarksProcedure (line 53) | BookmarksServiceGetAffectedBookmarksProcedure = "/bookmarks.BookmarksSer... type BookmarksServiceClient (line 57) | type BookmarksServiceClient interface function NewBookmarksServiceClient (line 77) | func NewBookmarksServiceClient(httpClient connect.HTTPClient, baseURL st... type bookmarksServiceClient (line 121) | type bookmarksServiceClient struct method ListBookmarks (line 131) | func (c *bookmarksServiceClient) ListBookmarks(ctx context.Context, re... method CreateBookmark (line 136) | func (c *bookmarksServiceClient) CreateBookmark(ctx context.Context, r... method GetBookmark (line 141) | func (c *bookmarksServiceClient) GetBookmark(ctx context.Context, req ... method UpdateBookmark (line 146) | func (c *bookmarksServiceClient) UpdateBookmark(ctx context.Context, r... method DeleteBookmark (line 151) | func (c *bookmarksServiceClient) DeleteBookmark(ctx context.Context, r... method GetAffectedBookmarks (line 156) | func (c *bookmarksServiceClient) GetAffectedBookmarks(ctx context.Cont... type BookmarksServiceHandler (line 161) | type BookmarksServiceHandler interface function NewBookmarksServiceHandler (line 179) | func NewBookmarksServiceHandler(svc BookmarksServiceHandler, opts ...con... type UnimplementedBookmarksServiceHandler (line 238) | type UnimplementedBookmarksServiceHandler struct method ListBookmarks (line 240) | func (UnimplementedBookmarksServiceHandler) ListBookmarks(context.Cont... method CreateBookmark (line 244) | func (UnimplementedBookmarksServiceHandler) CreateBookmark(context.Con... method GetBookmark (line 248) | func (UnimplementedBookmarksServiceHandler) GetBookmark(context.Contex... method UpdateBookmark (line 252) | func (UnimplementedBookmarksServiceHandler) UpdateBookmark(context.Con... method DeleteBookmark (line 256) | func (UnimplementedBookmarksServiceHandler) DeleteBookmark(context.Con... method GetAffectedBookmarks (line 260) | func (UnimplementedBookmarksServiceHandler) GetAffectedBookmarks(conte... FILE: go/sdp-go/sdpconnect/changes.connect.go constant _ (line 21) | _ = connect.IsAtLeastVersion1_13_0 constant ChangesServiceName (line 25) | ChangesServiceName = "changes.ChangesService" constant LabelServiceName (line 27) | LabelServiceName = "changes.LabelService" constant ChangesServiceListChangesProcedure (line 40) | ChangesServiceListChangesProcedure = "/changes.ChangesService/ListChanges" constant ChangesServiceListChangesByStatusProcedure (line 43) | ChangesServiceListChangesByStatusProcedure = "/changes.ChangesService/Li... constant ChangesServiceCreateChangeProcedure (line 46) | ChangesServiceCreateChangeProcedure = "/changes.ChangesService/CreateCha... constant ChangesServiceGetChangeProcedure (line 49) | ChangesServiceGetChangeProcedure = "/changes.ChangesService/GetChange" constant ChangesServiceGetChangeByTicketLinkProcedure (line 52) | ChangesServiceGetChangeByTicketLinkProcedure = "/changes.ChangesService/... constant ChangesServiceGetChangeSummaryProcedure (line 55) | ChangesServiceGetChangeSummaryProcedure = "/changes.ChangesService/GetCh... constant ChangesServiceGetChangeTimelineV2Procedure (line 58) | ChangesServiceGetChangeTimelineV2Procedure = "/changes.ChangesService/Ge... constant ChangesServiceGetChangeRisksProcedure (line 61) | ChangesServiceGetChangeRisksProcedure = "/changes.ChangesService/GetChan... constant ChangesServiceUpdateChangeProcedure (line 64) | ChangesServiceUpdateChangeProcedure = "/changes.ChangesService/UpdateCha... constant ChangesServiceDeleteChangeProcedure (line 67) | ChangesServiceDeleteChangeProcedure = "/changes.ChangesService/DeleteCha... constant ChangesServiceListChangesBySnapshotUUIDProcedure (line 70) | ChangesServiceListChangesBySnapshotUUIDProcedure = "/changes.ChangesServ... constant ChangesServiceRefreshStateProcedure (line 73) | ChangesServiceRefreshStateProcedure = "/changes.ChangesService/RefreshSt... constant ChangesServiceStartChangeProcedure (line 76) | ChangesServiceStartChangeProcedure = "/changes.ChangesService/StartChange" constant ChangesServiceEndChangeProcedure (line 79) | ChangesServiceEndChangeProcedure = "/changes.ChangesService/EndChange" constant ChangesServiceStartChangeSimpleProcedure (line 82) | ChangesServiceStartChangeSimpleProcedure = "/changes.ChangesService/Star... constant ChangesServiceEndChangeSimpleProcedure (line 85) | ChangesServiceEndChangeSimpleProcedure = "/changes.ChangesService/EndCha... constant ChangesServiceListHomeChangesProcedure (line 88) | ChangesServiceListHomeChangesProcedure = "/changes.ChangesService/ListHo... constant ChangesServiceStartChangeAnalysisProcedure (line 91) | ChangesServiceStartChangeAnalysisProcedure = "/changes.ChangesService/St... constant ChangesServiceListChangingItemsSummaryProcedure (line 94) | ChangesServiceListChangingItemsSummaryProcedure = "/changes.ChangesServi... constant ChangesServiceGetDiffProcedure (line 96) | ChangesServiceGetDiffProcedure = "/changes.ChangesService/GetDiff" constant ChangesServicePopulateChangeFiltersProcedure (line 99) | ChangesServicePopulateChangeFiltersProcedure = "/changes.ChangesService/... constant ChangesServiceGenerateRiskFixProcedure (line 102) | ChangesServiceGenerateRiskFixProcedure = "/changes.ChangesService/Genera... constant ChangesServiceSubmitRiskFeedbackProcedure (line 105) | ChangesServiceSubmitRiskFeedbackProcedure = "/changes.ChangesService/Sub... constant ChangesServiceGetHypothesesDetailsProcedure (line 108) | ChangesServiceGetHypothesesDetailsProcedure = "/changes.ChangesService/G... constant ChangesServiceGetChangeSignalsProcedure (line 111) | ChangesServiceGetChangeSignalsProcedure = "/changes.ChangesService/GetCh... constant ChangesServiceAddPlannedChangesProcedure (line 114) | ChangesServiceAddPlannedChangesProcedure = "/changes.ChangesService/AddP... constant LabelServiceListLabelRulesProcedure (line 117) | LabelServiceListLabelRulesProcedure = "/changes.LabelService/ListLabelRu... constant LabelServiceCreateLabelRuleProcedure (line 120) | LabelServiceCreateLabelRuleProcedure = "/changes.LabelService/CreateLabe... constant LabelServiceGetLabelRuleProcedure (line 123) | LabelServiceGetLabelRuleProcedure = "/changes.LabelService/GetLabelRule" constant LabelServiceUpdateLabelRuleProcedure (line 126) | LabelServiceUpdateLabelRuleProcedure = "/changes.LabelService/UpdateLabe... constant LabelServiceDeleteLabelRuleProcedure (line 129) | LabelServiceDeleteLabelRuleProcedure = "/changes.LabelService/DeleteLabe... constant LabelServiceTestLabelRuleProcedure (line 132) | LabelServiceTestLabelRuleProcedure = "/changes.LabelService/TestLabelRule" constant LabelServiceReapplyLabelRuleInTimeRangeProcedure (line 135) | LabelServiceReapplyLabelRuleInTimeRangeProcedure = "/changes.LabelServic... type ChangesServiceClient (line 139) | type ChangesServiceClient interface function NewChangesServiceClient (line 224) | func NewChangesServiceClient(httpClient connect.HTTPClient, baseURL stri... type changesServiceClient (line 388) | type changesServiceClient struct method ListChanges (line 418) | func (c *changesServiceClient) ListChanges(ctx context.Context, req *c... method ListChangesByStatus (line 423) | func (c *changesServiceClient) ListChangesByStatus(ctx context.Context... method CreateChange (line 428) | func (c *changesServiceClient) CreateChange(ctx context.Context, req *... method GetChange (line 433) | func (c *changesServiceClient) GetChange(ctx context.Context, req *con... method GetChangeByTicketLink (line 438) | func (c *changesServiceClient) GetChangeByTicketLink(ctx context.Conte... method GetChangeSummary (line 443) | func (c *changesServiceClient) GetChangeSummary(ctx context.Context, r... method GetChangeTimelineV2 (line 448) | func (c *changesServiceClient) GetChangeTimelineV2(ctx context.Context... method GetChangeRisks (line 453) | func (c *changesServiceClient) GetChangeRisks(ctx context.Context, req... method UpdateChange (line 458) | func (c *changesServiceClient) UpdateChange(ctx context.Context, req *... method DeleteChange (line 463) | func (c *changesServiceClient) DeleteChange(ctx context.Context, req *... method ListChangesBySnapshotUUID (line 468) | func (c *changesServiceClient) ListChangesBySnapshotUUID(ctx context.C... method RefreshState (line 473) | func (c *changesServiceClient) RefreshState(ctx context.Context, req *... method StartChange (line 478) | func (c *changesServiceClient) StartChange(ctx context.Context, req *c... method EndChange (line 483) | func (c *changesServiceClient) EndChange(ctx context.Context, req *con... method StartChangeSimple (line 488) | func (c *changesServiceClient) StartChangeSimple(ctx context.Context, ... method EndChangeSimple (line 493) | func (c *changesServiceClient) EndChangeSimple(ctx context.Context, re... method ListHomeChanges (line 498) | func (c *changesServiceClient) ListHomeChanges(ctx context.Context, re... method StartChangeAnalysis (line 503) | func (c *changesServiceClient) StartChangeAnalysis(ctx context.Context... method ListChangingItemsSummary (line 508) | func (c *changesServiceClient) ListChangingItemsSummary(ctx context.Co... method GetDiff (line 513) | func (c *changesServiceClient) GetDiff(ctx context.Context, req *conne... method PopulateChangeFilters (line 518) | func (c *changesServiceClient) PopulateChangeFilters(ctx context.Conte... method GenerateRiskFix (line 523) | func (c *changesServiceClient) GenerateRiskFix(ctx context.Context, re... method SubmitRiskFeedback (line 528) | func (c *changesServiceClient) SubmitRiskFeedback(ctx context.Context,... method GetHypothesesDetails (line 533) | func (c *changesServiceClient) GetHypothesesDetails(ctx context.Contex... method GetChangeSignals (line 538) | func (c *changesServiceClient) GetChangeSignals(ctx context.Context, r... method AddPlannedChanges (line 543) | func (c *changesServiceClient) AddPlannedChanges(ctx context.Context, ... type ChangesServiceHandler (line 548) | type ChangesServiceHandler interface function NewChangesServiceHandler (line 631) | func NewChangesServiceHandler(svc ChangesServiceHandler, opts ...connect... type UnimplementedChangesServiceHandler (line 850) | type UnimplementedChangesServiceHandler struct method ListChanges (line 852) | func (UnimplementedChangesServiceHandler) ListChanges(context.Context,... method ListChangesByStatus (line 856) | func (UnimplementedChangesServiceHandler) ListChangesByStatus(context.... method CreateChange (line 860) | func (UnimplementedChangesServiceHandler) CreateChange(context.Context... method GetChange (line 864) | func (UnimplementedChangesServiceHandler) GetChange(context.Context, *... method GetChangeByTicketLink (line 868) | func (UnimplementedChangesServiceHandler) GetChangeByTicketLink(contex... method GetChangeSummary (line 872) | func (UnimplementedChangesServiceHandler) GetChangeSummary(context.Con... method GetChangeTimelineV2 (line 876) | func (UnimplementedChangesServiceHandler) GetChangeTimelineV2(context.... method GetChangeRisks (line 880) | func (UnimplementedChangesServiceHandler) GetChangeRisks(context.Conte... method UpdateChange (line 884) | func (UnimplementedChangesServiceHandler) UpdateChange(context.Context... method DeleteChange (line 888) | func (UnimplementedChangesServiceHandler) DeleteChange(context.Context... method ListChangesBySnapshotUUID (line 892) | func (UnimplementedChangesServiceHandler) ListChangesBySnapshotUUID(co... method RefreshState (line 896) | func (UnimplementedChangesServiceHandler) RefreshState(context.Context... method StartChange (line 900) | func (UnimplementedChangesServiceHandler) StartChange(context.Context,... method EndChange (line 904) | func (UnimplementedChangesServiceHandler) EndChange(context.Context, *... method StartChangeSimple (line 908) | func (UnimplementedChangesServiceHandler) StartChangeSimple(context.Co... method EndChangeSimple (line 912) | func (UnimplementedChangesServiceHandler) EndChangeSimple(context.Cont... method ListHomeChanges (line 916) | func (UnimplementedChangesServiceHandler) ListHomeChanges(context.Cont... method StartChangeAnalysis (line 920) | func (UnimplementedChangesServiceHandler) StartChangeAnalysis(context.... method ListChangingItemsSummary (line 924) | func (UnimplementedChangesServiceHandler) ListChangingItemsSummary(con... method GetDiff (line 928) | func (UnimplementedChangesServiceHandler) GetDiff(context.Context, *co... method PopulateChangeFilters (line 932) | func (UnimplementedChangesServiceHandler) PopulateChangeFilters(contex... method GenerateRiskFix (line 936) | func (UnimplementedChangesServiceHandler) GenerateRiskFix(context.Cont... method SubmitRiskFeedback (line 940) | func (UnimplementedChangesServiceHandler) SubmitRiskFeedback(context.C... method GetHypothesesDetails (line 944) | func (UnimplementedChangesServiceHandler) GetHypothesesDetails(context... method GetChangeSignals (line 948) | func (UnimplementedChangesServiceHandler) GetChangeSignals(context.Con... method AddPlannedChanges (line 952) | func (UnimplementedChangesServiceHandler) AddPlannedChanges(context.Co... type LabelServiceClient (line 957) | type LabelServiceClient interface function NewLabelServiceClient (line 984) | func NewLabelServiceClient(httpClient connect.HTTPClient, baseURL string... type labelServiceClient (line 1034) | type labelServiceClient struct method ListLabelRules (line 1045) | func (c *labelServiceClient) ListLabelRules(ctx context.Context, req *... method CreateLabelRule (line 1050) | func (c *labelServiceClient) CreateLabelRule(ctx context.Context, req ... method GetLabelRule (line 1055) | func (c *labelServiceClient) GetLabelRule(ctx context.Context, req *co... method UpdateLabelRule (line 1060) | func (c *labelServiceClient) UpdateLabelRule(ctx context.Context, req ... method DeleteLabelRule (line 1065) | func (c *labelServiceClient) DeleteLabelRule(ctx context.Context, req ... method TestLabelRule (line 1070) | func (c *labelServiceClient) TestLabelRule(ctx context.Context, req *c... method ReapplyLabelRuleInTimeRange (line 1075) | func (c *labelServiceClient) ReapplyLabelRuleInTimeRange(ctx context.C... type LabelServiceHandler (line 1080) | type LabelServiceHandler interface function NewLabelServiceHandler (line 1105) | func NewLabelServiceHandler(svc LabelServiceHandler, opts ...connect.Han... type UnimplementedLabelServiceHandler (line 1172) | type UnimplementedLabelServiceHandler struct method ListLabelRules (line 1174) | func (UnimplementedLabelServiceHandler) ListLabelRules(context.Context... method CreateLabelRule (line 1178) | func (UnimplementedLabelServiceHandler) CreateLabelRule(context.Contex... method GetLabelRule (line 1182) | func (UnimplementedLabelServiceHandler) GetLabelRule(context.Context, ... method UpdateLabelRule (line 1186) | func (UnimplementedLabelServiceHandler) UpdateLabelRule(context.Contex... method DeleteLabelRule (line 1190) | func (UnimplementedLabelServiceHandler) DeleteLabelRule(context.Contex... method TestLabelRule (line 1194) | func (UnimplementedLabelServiceHandler) TestLabelRule(context.Context,... method ReapplyLabelRuleInTimeRange (line 1198) | func (UnimplementedLabelServiceHandler) ReapplyLabelRuleInTimeRange(co... FILE: go/sdp-go/sdpconnect/cli.connect.go constant _ (line 21) | _ = connect.IsAtLeastVersion1_13_0 constant ConfigServiceName (line 25) | ConfigServiceName = "cli.ConfigService" constant ConfigServiceGetConfigProcedure (line 37) | ConfigServiceGetConfigProcedure = "/cli.ConfigService/GetConfig" constant ConfigServiceSetConfigProcedure (line 39) | ConfigServiceSetConfigProcedure = "/cli.ConfigService/SetConfig" type ConfigServiceClient (line 43) | type ConfigServiceClient interface function NewConfigServiceClient (line 55) | func NewConfigServiceClient(httpClient connect.HTTPClient, baseURL strin... type configServiceClient (line 75) | type configServiceClient struct method GetConfig (line 81) | func (c *configServiceClient) GetConfig(ctx context.Context, req *conn... method SetConfig (line 86) | func (c *configServiceClient) SetConfig(ctx context.Context, req *conn... type ConfigServiceHandler (line 91) | type ConfigServiceHandler interface function NewConfigServiceHandler (line 101) | func NewConfigServiceHandler(svc ConfigServiceHandler, opts ...connect.H... type UnimplementedConfigServiceHandler (line 128) | type UnimplementedConfigServiceHandler struct method GetConfig (line 130) | func (UnimplementedConfigServiceHandler) GetConfig(context.Context, *c... method SetConfig (line 134) | func (UnimplementedConfigServiceHandler) SetConfig(context.Context, *c... FILE: go/sdp-go/sdpconnect/config.connect.go constant _ (line 21) | _ = connect.IsAtLeastVersion1_13_0 constant ConfigurationServiceName (line 25) | ConfigurationServiceName = "config.ConfigurationService" constant ConfigurationServiceGetAccountConfigProcedure (line 38) | ConfigurationServiceGetAccountConfigProcedure = "/config.ConfigurationSe... constant ConfigurationServiceUpdateAccountConfigProcedure (line 41) | ConfigurationServiceUpdateAccountConfigProcedure = "/config.Configuratio... constant ConfigurationServiceCreateHcpConfigProcedure (line 44) | ConfigurationServiceCreateHcpConfigProcedure = "/config.ConfigurationSer... constant ConfigurationServiceGetHcpConfigProcedure (line 47) | ConfigurationServiceGetHcpConfigProcedure = "/config.ConfigurationServic... constant ConfigurationServiceDeleteHcpConfigProcedure (line 50) | ConfigurationServiceDeleteHcpConfigProcedure = "/config.ConfigurationSer... constant ConfigurationServiceReplaceHcpApiKeyProcedure (line 53) | ConfigurationServiceReplaceHcpApiKeyProcedure = "/config.ConfigurationSe... constant ConfigurationServiceGetSignalConfigProcedure (line 56) | ConfigurationServiceGetSignalConfigProcedure = "/config.ConfigurationSer... constant ConfigurationServiceUpdateSignalConfigProcedure (line 59) | ConfigurationServiceUpdateSignalConfigProcedure = "/config.Configuration... constant ConfigurationServiceGetGithubAppInformationProcedure (line 62) | ConfigurationServiceGetGithubAppInformationProcedure = "/config.Configur... constant ConfigurationServiceRegenerateGithubAppProfileProcedure (line 65) | ConfigurationServiceRegenerateGithubAppProfileProcedure = "/config.Confi... constant ConfigurationServiceCreateGithubInstallURLProcedure (line 68) | ConfigurationServiceCreateGithubInstallURLProcedure = "/config.Configura... type ConfigurationServiceClient (line 72) | type ConfigurationServiceClient interface function NewConfigurationServiceClient (line 112) | func NewConfigurationServiceClient(httpClient connect.HTTPClient, baseUR... type configurationServiceClient (line 186) | type configurationServiceClient struct method GetAccountConfig (line 201) | func (c *configurationServiceClient) GetAccountConfig(ctx context.Cont... method UpdateAccountConfig (line 206) | func (c *configurationServiceClient) UpdateAccountConfig(ctx context.C... method CreateHcpConfig (line 211) | func (c *configurationServiceClient) CreateHcpConfig(ctx context.Conte... method GetHcpConfig (line 216) | func (c *configurationServiceClient) GetHcpConfig(ctx context.Context,... method DeleteHcpConfig (line 221) | func (c *configurationServiceClient) DeleteHcpConfig(ctx context.Conte... method ReplaceHcpApiKey (line 226) | func (c *configurationServiceClient) ReplaceHcpApiKey(ctx context.Cont... method GetSignalConfig (line 231) | func (c *configurationServiceClient) GetSignalConfig(ctx context.Conte... method UpdateSignalConfig (line 236) | func (c *configurationServiceClient) UpdateSignalConfig(ctx context.Co... method GetGithubAppInformation (line 241) | func (c *configurationServiceClient) GetGithubAppInformation(ctx conte... method RegenerateGithubAppProfile (line 246) | func (c *configurationServiceClient) RegenerateGithubAppProfile(ctx co... method CreateGithubInstallURL (line 251) | func (c *configurationServiceClient) CreateGithubInstallURL(ctx contex... type ConfigurationServiceHandler (line 256) | type ConfigurationServiceHandler interface function NewConfigurationServiceHandler (line 294) | func NewConfigurationServiceHandler(svc ConfigurationServiceHandler, opt... type UnimplementedConfigurationServiceHandler (line 393) | type UnimplementedConfigurationServiceHandler struct method GetAccountConfig (line 395) | func (UnimplementedConfigurationServiceHandler) GetAccountConfig(conte... method UpdateAccountConfig (line 399) | func (UnimplementedConfigurationServiceHandler) UpdateAccountConfig(co... method CreateHcpConfig (line 403) | func (UnimplementedConfigurationServiceHandler) CreateHcpConfig(contex... method GetHcpConfig (line 407) | func (UnimplementedConfigurationServiceHandler) GetHcpConfig(context.C... method DeleteHcpConfig (line 411) | func (UnimplementedConfigurationServiceHandler) DeleteHcpConfig(contex... method ReplaceHcpApiKey (line 415) | func (UnimplementedConfigurationServiceHandler) ReplaceHcpApiKey(conte... method GetSignalConfig (line 419) | func (UnimplementedConfigurationServiceHandler) GetSignalConfig(contex... method UpdateSignalConfig (line 423) | func (UnimplementedConfigurationServiceHandler) UpdateSignalConfig(con... method GetGithubAppInformation (line 427) | func (UnimplementedConfigurationServiceHandler) GetGithubAppInformatio... method RegenerateGithubAppProfile (line 431) | func (UnimplementedConfigurationServiceHandler) RegenerateGithubAppPro... method CreateGithubInstallURL (line 435) | func (UnimplementedConfigurationServiceHandler) CreateGithubInstallURL... FILE: go/sdp-go/sdpconnect/invites.connect.go constant _ (line 21) | _ = connect.IsAtLeastVersion1_13_0 constant InviteServiceName (line 25) | InviteServiceName = "invites.InviteService" constant InviteServiceCreateInviteProcedure (line 38) | InviteServiceCreateInviteProcedure = "/invites.InviteService/CreateInvite" constant InviteServiceListInvitesProcedure (line 41) | InviteServiceListInvitesProcedure = "/invites.InviteService/ListInvites" constant InviteServiceRevokeInviteProcedure (line 44) | InviteServiceRevokeInviteProcedure = "/invites.InviteService/RevokeInvite" constant InviteServiceResendInviteProcedure (line 47) | InviteServiceResendInviteProcedure = "/invites.InviteService/ResendInvite" type InviteServiceClient (line 51) | type InviteServiceClient interface function NewInviteServiceClient (line 65) | func NewInviteServiceClient(httpClient connect.HTTPClient, baseURL strin... type inviteServiceClient (line 97) | type inviteServiceClient struct method CreateInvite (line 105) | func (c *inviteServiceClient) CreateInvite(ctx context.Context, req *c... method ListInvites (line 110) | func (c *inviteServiceClient) ListInvites(ctx context.Context, req *co... method RevokeInvite (line 115) | func (c *inviteServiceClient) RevokeInvite(ctx context.Context, req *c... method ResendInvite (line 120) | func (c *inviteServiceClient) ResendInvite(ctx context.Context, req *c... type InviteServiceHandler (line 125) | type InviteServiceHandler interface function NewInviteServiceHandler (line 137) | func NewInviteServiceHandler(svc InviteServiceHandler, opts ...connect.H... type UnimplementedInviteServiceHandler (line 180) | type UnimplementedInviteServiceHandler struct method CreateInvite (line 182) | func (UnimplementedInviteServiceHandler) CreateInvite(context.Context,... method ListInvites (line 186) | func (UnimplementedInviteServiceHandler) ListInvites(context.Context, ... method RevokeInvite (line 190) | func (UnimplementedInviteServiceHandler) RevokeInvite(context.Context,... method ResendInvite (line 194) | func (UnimplementedInviteServiceHandler) ResendInvite(context.Context,... FILE: go/sdp-go/sdpconnect/logs.connect.go constant _ (line 21) | _ = connect.IsAtLeastVersion1_13_0 constant LogsServiceName (line 25) | LogsServiceName = "logs.LogsService" constant LogsServiceGetLogRecordsProcedure (line 38) | LogsServiceGetLogRecordsProcedure = "/logs.LogsService/GetLogRecords" type LogsServiceClient (line 42) | type LogsServiceClient interface function NewLogsServiceClient (line 57) | func NewLogsServiceClient(httpClient connect.HTTPClient, baseURL string,... type logsServiceClient (line 71) | type logsServiceClient struct method GetLogRecords (line 76) | func (c *logsServiceClient) GetLogRecords(ctx context.Context, req *co... type LogsServiceHandler (line 81) | type LogsServiceHandler interface function NewLogsServiceHandler (line 94) | func NewLogsServiceHandler(svc LogsServiceHandler, opts ...connect.Handl... type UnimplementedLogsServiceHandler (line 113) | type UnimplementedLogsServiceHandler struct method GetLogRecords (line 115) | func (UnimplementedLogsServiceHandler) GetLogRecords(context.Context, ... FILE: go/sdp-go/sdpconnect/revlink.connect.go constant _ (line 21) | _ = connect.IsAtLeastVersion1_13_0 constant RevlinkServiceName (line 25) | RevlinkServiceName = "revlink.RevlinkService" constant RevlinkServiceGetReverseEdgesProcedure (line 38) | RevlinkServiceGetReverseEdgesProcedure = "/revlink.RevlinkService/GetRev... constant RevlinkServiceIngestGatewayResponsesProcedure (line 41) | RevlinkServiceIngestGatewayResponsesProcedure = "/revlink.RevlinkService... constant RevlinkServiceCheckpointProcedure (line 44) | RevlinkServiceCheckpointProcedure = "/revlink.RevlinkService/Checkpoint" type RevlinkServiceClient (line 48) | type RevlinkServiceClient interface function NewRevlinkServiceClient (line 72) | func NewRevlinkServiceClient(httpClient connect.HTTPClient, baseURL stri... type revlinkServiceClient (line 98) | type revlinkServiceClient struct method GetReverseEdges (line 105) | func (c *revlinkServiceClient) GetReverseEdges(ctx context.Context, re... method IngestGatewayResponses (line 110) | func (c *revlinkServiceClient) IngestGatewayResponses(ctx context.Cont... method Checkpoint (line 115) | func (c *revlinkServiceClient) Checkpoint(ctx context.Context, req *co... type RevlinkServiceHandler (line 120) | type RevlinkServiceHandler interface function NewRevlinkServiceHandler (line 142) | func NewRevlinkServiceHandler(svc RevlinkServiceHandler, opts ...connect... type UnimplementedRevlinkServiceHandler (line 177) | type UnimplementedRevlinkServiceHandler struct method GetReverseEdges (line 179) | func (UnimplementedRevlinkServiceHandler) GetReverseEdges(context.Cont... method IngestGatewayResponses (line 183) | func (UnimplementedRevlinkServiceHandler) IngestGatewayResponses(conte... method Checkpoint (line 187) | func (UnimplementedRevlinkServiceHandler) Checkpoint(context.Context, ... FILE: go/sdp-go/sdpconnect/signal.connect.go constant _ (line 21) | _ = connect.IsAtLeastVersion1_13_0 constant SignalServiceName (line 25) | SignalServiceName = "signal.SignalService" constant SignalServiceAddSignalProcedure (line 37) | SignalServiceAddSignalProcedure = "/signal.SignalService/AddSignal" constant SignalServiceGetSignalsByChangeExternalIDProcedure (line 40) | SignalServiceGetSignalsByChangeExternalIDProcedure = "/signal.SignalServ... constant SignalServiceGetChangeOverviewSignalsProcedure (line 43) | SignalServiceGetChangeOverviewSignalsProcedure = "/signal.SignalService/... constant SignalServiceGetItemSignalsProcedure (line 46) | SignalServiceGetItemSignalsProcedure = "/signal.SignalService/GetItemSig... constant SignalServiceGetItemSignalsV2Procedure (line 49) | SignalServiceGetItemSignalsV2Procedure = "/signal.SignalService/GetItemS... constant SignalServiceGetCustomSignalsByCategoryProcedure (line 52) | SignalServiceGetCustomSignalsByCategoryProcedure = "/signal.SignalServic... constant SignalServiceGetItemSignalDetailsProcedure (line 55) | SignalServiceGetItemSignalDetailsProcedure = "/signal.SignalService/GetI... type SignalServiceClient (line 59) | type SignalServiceClient interface function NewSignalServiceClient (line 100) | func NewSignalServiceClient(httpClient connect.HTTPClient, baseURL strin... type signalServiceClient (line 150) | type signalServiceClient struct method AddSignal (line 161) | func (c *signalServiceClient) AddSignal(ctx context.Context, req *conn... method GetSignalsByChangeExternalID (line 166) | func (c *signalServiceClient) GetSignalsByChangeExternalID(ctx context... method GetChangeOverviewSignals (line 171) | func (c *signalServiceClient) GetChangeOverviewSignals(ctx context.Con... method GetItemSignals (line 176) | func (c *signalServiceClient) GetItemSignals(ctx context.Context, req ... method GetItemSignalsV2 (line 181) | func (c *signalServiceClient) GetItemSignalsV2(ctx context.Context, re... method GetCustomSignalsByCategory (line 186) | func (c *signalServiceClient) GetCustomSignalsByCategory(ctx context.C... method GetItemSignalDetails (line 191) | func (c *signalServiceClient) GetItemSignalDetails(ctx context.Context... type SignalServiceHandler (line 196) | type SignalServiceHandler interface function NewSignalServiceHandler (line 235) | func NewSignalServiceHandler(svc SignalServiceHandler, opts ...connect.H... type UnimplementedSignalServiceHandler (line 302) | type UnimplementedSignalServiceHandler struct method AddSignal (line 304) | func (UnimplementedSignalServiceHandler) AddSignal(context.Context, *c... method GetSignalsByChangeExternalID (line 308) | func (UnimplementedSignalServiceHandler) GetSignalsByChangeExternalID(... method GetChangeOverviewSignals (line 312) | func (UnimplementedSignalServiceHandler) GetChangeOverviewSignals(cont... method GetItemSignals (line 316) | func (UnimplementedSignalServiceHandler) GetItemSignals(context.Contex... method GetItemSignalsV2 (line 320) | func (UnimplementedSignalServiceHandler) GetItemSignalsV2(context.Cont... method GetCustomSignalsByCategory (line 324) | func (UnimplementedSignalServiceHandler) GetCustomSignalsByCategory(co... method GetItemSignalDetails (line 328) | func (UnimplementedSignalServiceHandler) GetItemSignalDetails(context.... FILE: go/sdp-go/sdpconnect/snapshots.connect.go constant _ (line 21) | _ = connect.IsAtLeastVersion1_13_0 constant SnapshotsServiceName (line 25) | SnapshotsServiceName = "snapshots.SnapshotsService" constant SnapshotsServiceListSnapshotsProcedure (line 38) | SnapshotsServiceListSnapshotsProcedure = "/snapshots.SnapshotsService/Li... constant SnapshotsServiceCreateSnapshotProcedure (line 41) | SnapshotsServiceCreateSnapshotProcedure = "/snapshots.SnapshotsService/C... constant SnapshotsServiceGetSnapshotProcedure (line 44) | SnapshotsServiceGetSnapshotProcedure = "/snapshots.SnapshotsService/GetS... constant SnapshotsServiceUpdateSnapshotProcedure (line 47) | SnapshotsServiceUpdateSnapshotProcedure = "/snapshots.SnapshotsService/U... constant SnapshotsServiceDeleteSnapshotProcedure (line 50) | SnapshotsServiceDeleteSnapshotProcedure = "/snapshots.SnapshotsService/D... constant SnapshotsServiceListSnapshotByGUNProcedure (line 53) | SnapshotsServiceListSnapshotByGUNProcedure = "/snapshots.SnapshotsServic... type SnapshotsServiceClient (line 57) | type SnapshotsServiceClient interface function NewSnapshotsServiceClient (line 73) | func NewSnapshotsServiceClient(httpClient connect.HTTPClient, baseURL st... type snapshotsServiceClient (line 117) | type snapshotsServiceClient struct method ListSnapshots (line 127) | func (c *snapshotsServiceClient) ListSnapshots(ctx context.Context, re... method CreateSnapshot (line 132) | func (c *snapshotsServiceClient) CreateSnapshot(ctx context.Context, r... method GetSnapshot (line 137) | func (c *snapshotsServiceClient) GetSnapshot(ctx context.Context, req ... method UpdateSnapshot (line 142) | func (c *snapshotsServiceClient) UpdateSnapshot(ctx context.Context, r... method DeleteSnapshot (line 147) | func (c *snapshotsServiceClient) DeleteSnapshot(ctx context.Context, r... method ListSnapshotByGUN (line 152) | func (c *snapshotsServiceClient) ListSnapshotByGUN(ctx context.Context... type SnapshotsServiceHandler (line 157) | type SnapshotsServiceHandler interface function NewSnapshotsServiceHandler (line 171) | func NewSnapshotsServiceHandler(svc SnapshotsServiceHandler, opts ...con... type UnimplementedSnapshotsServiceHandler (line 230) | type UnimplementedSnapshotsServiceHandler struct method ListSnapshots (line 232) | func (UnimplementedSnapshotsServiceHandler) ListSnapshots(context.Cont... method CreateSnapshot (line 236) | func (UnimplementedSnapshotsServiceHandler) CreateSnapshot(context.Con... method GetSnapshot (line 240) | func (UnimplementedSnapshotsServiceHandler) GetSnapshot(context.Contex... method UpdateSnapshot (line 244) | func (UnimplementedSnapshotsServiceHandler) UpdateSnapshot(context.Con... method DeleteSnapshot (line 248) | func (UnimplementedSnapshotsServiceHandler) DeleteSnapshot(context.Con... method ListSnapshotByGUN (line 252) | func (UnimplementedSnapshotsServiceHandler) ListSnapshotByGUN(context.... FILE: go/sdp-go/sdpws/client.go type Client (line 46) | type Client struct method receive (line 133) | func (c *Client) receive(ctx context.Context) { method send (line 335) | func (c *Client) send(ctx context.Context, msg *sdp.GatewayRequest) er... method Wait (line 354) | func (c *Client) Wait(ctx context.Context, reqIDs uuid.UUIDs) error { method abort (line 390) | func (c *Client) abort(ctx context.Context, err error) { method Close (line 434) | func (c *Client) Close(ctx context.Context) error { method Closed (line 454) | func (c *Client) Closed() bool { method createRequestChan (line 460) | func (c *Client) createRequestChan(u uuid.UUID) chan *sdp.GatewayRespo... method postRequestChan (line 468) | func (c *Client) postRequestChan(u uuid.UUID, msg *sdp.GatewayResponse) { method finishRequestChan (line 497) | func (c *Client) finishRequestChan(u uuid.UUID) { method closeAllRequestChans (line 509) | func (c *Client) closeAllRequestChans() { function Dial (line 82) | func Dial(ctx context.Context, u string, httpClient *http.Client, handle... function DialBatch (line 90) | func DialBatch(ctx context.Context, u string, httpClient *http.Client, h... function dialImpl (line 94) | func dialImpl(ctx context.Context, u string, httpClient *http.Client, ha... FILE: go/sdp-go/sdpws/client_test.go function contains (line 23) | func contains(slice []string, item string) bool { type testServer (line 29) | type testServer struct method inject (line 104) | func (ts *testServer) inject(ctx context.Context, msg *sdp.GatewayResp... function newTestServer (line 39) | func newTestServer(_ context.Context, t *testing.T) (*testServer, func()) { function TestClient (line 122) | func TestClient(t *testing.T) { function TestRaceConditionOnClose (line 848) | func TestRaceConditionOnClose(t *testing.T) { function TestNoMessageDroppingDuringNormalOperation (line 962) | func TestNoMessageDroppingDuringNormalOperation(t *testing.T) { FILE: go/sdp-go/sdpws/messagehandler.go type GatewayMessageHandler (line 16) | type GatewayMessageHandler interface type LoggingGatewayMessageHandler (line 35) | type LoggingGatewayMessageHandler struct method NewItem (line 42) | func (l *LoggingGatewayMessageHandler) NewItem(ctx context.Context, it... method NewEdge (line 53) | func (l *LoggingGatewayMessageHandler) NewEdge(ctx context.Context, ed... method Status (line 57) | func (l *LoggingGatewayMessageHandler) Status(ctx context.Context, sta... method Error (line 61) | func (l *LoggingGatewayMessageHandler) Error(ctx context.Context, erro... method QueryError (line 65) | func (l *LoggingGatewayMessageHandler) QueryError(ctx context.Context,... method DeleteItem (line 69) | func (l *LoggingGatewayMessageHandler) DeleteItem(ctx context.Context,... method DeleteEdge (line 73) | func (l *LoggingGatewayMessageHandler) DeleteEdge(ctx context.Context,... method UpdateItem (line 77) | func (l *LoggingGatewayMessageHandler) UpdateItem(ctx context.Context,... method SnapshotStoreResult (line 88) | func (l *LoggingGatewayMessageHandler) SnapshotStoreResult(ctx context... method SnapshotLoadResult (line 92) | func (l *LoggingGatewayMessageHandler) SnapshotLoadResult(ctx context.... method BookmarkStoreResult (line 96) | func (l *LoggingGatewayMessageHandler) BookmarkStoreResult(ctx context... method BookmarkLoadResult (line 100) | func (l *LoggingGatewayMessageHandler) BookmarkLoadResult(ctx context.... method QueryStatus (line 104) | func (l *LoggingGatewayMessageHandler) QueryStatus(ctx context.Context... method ChatResponse (line 108) | func (l *LoggingGatewayMessageHandler) ChatResponse(ctx context.Contex... method ToolStart (line 112) | func (l *LoggingGatewayMessageHandler) ToolStart(ctx context.Context, ... method ToolFinish (line 116) | func (l *LoggingGatewayMessageHandler) ToolFinish(ctx context.Context,... type NoopGatewayMessageHandler (line 120) | type NoopGatewayMessageHandler struct method NewItem (line 125) | func (l *NoopGatewayMessageHandler) NewItem(ctx context.Context, item ... method NewEdge (line 128) | func (l *NoopGatewayMessageHandler) NewEdge(ctx context.Context, edge ... method Status (line 131) | func (l *NoopGatewayMessageHandler) Status(ctx context.Context, status... method Error (line 134) | func (l *NoopGatewayMessageHandler) Error(ctx context.Context, errorMe... method QueryError (line 137) | func (l *NoopGatewayMessageHandler) QueryError(ctx context.Context, qu... method DeleteItem (line 140) | func (l *NoopGatewayMessageHandler) DeleteItem(ctx context.Context, re... method DeleteEdge (line 143) | func (l *NoopGatewayMessageHandler) DeleteEdge(ctx context.Context, ed... method UpdateItem (line 146) | func (l *NoopGatewayMessageHandler) UpdateItem(ctx context.Context, it... method SnapshotStoreResult (line 149) | func (l *NoopGatewayMessageHandler) SnapshotStoreResult(ctx context.Co... method SnapshotLoadResult (line 152) | func (l *NoopGatewayMessageHandler) SnapshotLoadResult(ctx context.Con... method BookmarkStoreResult (line 155) | func (l *NoopGatewayMessageHandler) BookmarkStoreResult(ctx context.Co... method BookmarkLoadResult (line 158) | func (l *NoopGatewayMessageHandler) BookmarkLoadResult(ctx context.Con... method QueryStatus (line 161) | func (l *NoopGatewayMessageHandler) QueryStatus(ctx context.Context, s... method ChatResponse (line 164) | func (l *NoopGatewayMessageHandler) ChatResponse(ctx context.Context, ... method ToolStart (line 167) | func (l *NoopGatewayMessageHandler) ToolStart(ctx context.Context, too... method ToolFinish (line 170) | func (l *NoopGatewayMessageHandler) ToolFinish(ctx context.Context, to... type StoreEverythingHandler (line 176) | type StoreEverythingHandler struct method NewItem (line 183) | func (s *StoreEverythingHandler) NewItem(ctx context.Context, item *sd... method NewEdge (line 187) | func (s *StoreEverythingHandler) NewEdge(ctx context.Context, edge *sd... type WaitForAllQueriesHandler (line 194) | type WaitForAllQueriesHandler struct method Status (line 201) | func (w *WaitForAllQueriesHandler) Status(ctx context.Context, status ... FILE: go/sdp-go/sdpws/utils.go method SendQuery (line 19) | func (c *Client) SendQuery(ctx context.Context, q *sdp.Query) error { method QueryOne (line 41) | func (c *Client) QueryOne(ctx context.Context, q *sdp.Query) ([]*sdp.Ite... method SendLoadSnapshot (line 122) | func (c *Client) SendLoadSnapshot(ctx context.Context, s *sdp.LoadSnapsh... method LoadSnapshot (line 143) | func (c *Client) LoadSnapshot(ctx context.Context, id uuid.UUID) (*sdp.S... method SendStoreSnapshot (line 183) | func (c *Client) SendStoreSnapshot(ctx context.Context, s *sdp.StoreSnap... method StoreSnapshot (line 202) | func (c *Client) StoreSnapshot(ctx context.Context, name, description st... method SendLoadBookmark (line 244) | func (c *Client) SendLoadBookmark(ctx context.Context, b *sdp.LoadBookma... method SendStoreBookmark (line 263) | func (c *Client) SendStoreBookmark(ctx context.Context, b *sdp.StoreBook... method StoreBookmark (line 282) | func (c *Client) StoreBookmark(ctx context.Context, name, description st... method SendChatMessage (line 328) | func (c *Client) SendChatMessage(ctx context.Context, m *sdp.ChatMessage... FILE: go/sdp-go/signal.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type AddSignalRequest (line 24) | type AddSignalRequest struct method Reset (line 34) | func (x *AddSignalRequest) Reset() { method String (line 41) | func (x *AddSignalRequest) String() string { method ProtoMessage (line 45) | func (*AddSignalRequest) ProtoMessage() {} method ProtoReflect (line 47) | func (x *AddSignalRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 60) | func (*AddSignalRequest) Descriptor() ([]byte, []int) { method GetProperties (line 64) | func (x *AddSignalRequest) GetProperties() *SignalProperties { method GetChangeUUID (line 71) | func (x *AddSignalRequest) GetChangeUUID() []byte { type AddSignalResponse (line 78) | type AddSignalResponse struct method Reset (line 85) | func (x *AddSignalResponse) Reset() { method String (line 92) | func (x *AddSignalResponse) String() string { method ProtoMessage (line 96) | func (*AddSignalResponse) ProtoMessage() {} method ProtoReflect (line 98) | func (x *AddSignalResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 111) | func (*AddSignalResponse) Descriptor() ([]byte, []int) { method GetSignal (line 115) | func (x *AddSignalResponse) GetSignal() *Signal { type GetSignalsByChangeExternalIDRequest (line 122) | type GetSignalsByChangeExternalIDRequest struct method Reset (line 129) | func (x *GetSignalsByChangeExternalIDRequest) Reset() { method String (line 136) | func (x *GetSignalsByChangeExternalIDRequest) String() string { method ProtoMessage (line 140) | func (*GetSignalsByChangeExternalIDRequest) ProtoMessage() {} method ProtoReflect (line 142) | func (x *GetSignalsByChangeExternalIDRequest) ProtoReflect() protorefl... method Descriptor (line 155) | func (*GetSignalsByChangeExternalIDRequest) Descriptor() ([]byte, []in... method GetChangeUUID (line 159) | func (x *GetSignalsByChangeExternalIDRequest) GetChangeUUID() []byte { type GetSignalsByChangeExternalIDResponse (line 166) | type GetSignalsByChangeExternalIDResponse struct method Reset (line 173) | func (x *GetSignalsByChangeExternalIDResponse) Reset() { method String (line 180) | func (x *GetSignalsByChangeExternalIDResponse) String() string { method ProtoMessage (line 184) | func (*GetSignalsByChangeExternalIDResponse) ProtoMessage() {} method ProtoReflect (line 186) | func (x *GetSignalsByChangeExternalIDResponse) ProtoReflect() protoref... method Descriptor (line 199) | func (*GetSignalsByChangeExternalIDResponse) Descriptor() ([]byte, []i... method GetSignals (line 203) | func (x *GetSignalsByChangeExternalIDResponse) GetSignals() []*Signal { type GetChangeOverviewSignalsRequest (line 210) | type GetChangeOverviewSignalsRequest struct method Reset (line 217) | func (x *GetChangeOverviewSignalsRequest) Reset() { method String (line 224) | func (x *GetChangeOverviewSignalsRequest) String() string { method ProtoMessage (line 228) | func (*GetChangeOverviewSignalsRequest) ProtoMessage() {} method ProtoReflect (line 230) | func (x *GetChangeOverviewSignalsRequest) ProtoReflect() protoreflect.... method Descriptor (line 243) | func (*GetChangeOverviewSignalsRequest) Descriptor() ([]byte, []int) { method GetChangeUUID (line 247) | func (x *GetChangeOverviewSignalsRequest) GetChangeUUID() []byte { type GetChangeOverviewSignalsResponse (line 254) | type GetChangeOverviewSignalsResponse struct method Reset (line 263) | func (x *GetChangeOverviewSignalsResponse) Reset() { method String (line 270) | func (x *GetChangeOverviewSignalsResponse) String() string { method ProtoMessage (line 274) | func (*GetChangeOverviewSignalsResponse) ProtoMessage() {} method ProtoReflect (line 276) | func (x *GetChangeOverviewSignalsResponse) ProtoReflect() protoreflect... method Descriptor (line 289) | func (*GetChangeOverviewSignalsResponse) Descriptor() ([]byte, []int) { method GetSignals (line 293) | func (x *GetChangeOverviewSignalsResponse) GetSignals() []*Signal { method GetValue (line 300) | func (x *GetChangeOverviewSignalsResponse) GetValue() float64 { type ItemAggregation (line 307) | type ItemAggregation struct method Reset (line 317) | func (x *ItemAggregation) Reset() { method String (line 324) | func (x *ItemAggregation) String() string { method ProtoMessage (line 328) | func (*ItemAggregation) ProtoMessage() {} method ProtoReflect (line 330) | func (x *ItemAggregation) ProtoReflect() protoreflect.Message { method Descriptor (line 343) | func (*ItemAggregation) Descriptor() ([]byte, []int) { method GetSignals (line 347) | func (x *ItemAggregation) GetSignals() []*Signal { method GetValue (line 354) | func (x *ItemAggregation) GetValue() float64 { type GetItemSignalsRequest (line 361) | type GetItemSignalsRequest struct method Reset (line 368) | func (x *GetItemSignalsRequest) Reset() { method String (line 375) | func (x *GetItemSignalsRequest) String() string { method ProtoMessage (line 379) | func (*GetItemSignalsRequest) ProtoMessage() {} method ProtoReflect (line 381) | func (x *GetItemSignalsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 394) | func (*GetItemSignalsRequest) Descriptor() ([]byte, []int) { method GetChangeUUID (line 398) | func (x *GetItemSignalsRequest) GetChangeUUID() []byte { type GetItemSignalsResponse (line 405) | type GetItemSignalsResponse struct method Reset (line 415) | func (x *GetItemSignalsResponse) Reset() { method String (line 422) | func (x *GetItemSignalsResponse) String() string { method ProtoMessage (line 426) | func (*GetItemSignalsResponse) ProtoMessage() {} method ProtoReflect (line 428) | func (x *GetItemSignalsResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 441) | func (*GetItemSignalsResponse) Descriptor() ([]byte, []int) { method GetItemAggregations (line 445) | func (x *GetItemSignalsResponse) GetItemAggregations() map[string]*Ite... type GetItemSignalsRequestV2 (line 452) | type GetItemSignalsRequestV2 struct method Reset (line 459) | func (x *GetItemSignalsRequestV2) Reset() { method String (line 466) | func (x *GetItemSignalsRequestV2) String() string { method ProtoMessage (line 470) | func (*GetItemSignalsRequestV2) ProtoMessage() {} method ProtoReflect (line 472) | func (x *GetItemSignalsRequestV2) ProtoReflect() protoreflect.Message { method Descriptor (line 485) | func (*GetItemSignalsRequestV2) Descriptor() ([]byte, []int) { method GetChangeUUID (line 489) | func (x *GetItemSignalsRequestV2) GetChangeUUID() []byte { type ItemAggregationV2 (line 496) | type ItemAggregationV2 struct method Reset (line 513) | func (x *ItemAggregationV2) Reset() { method String (line 520) | func (x *ItemAggregationV2) String() string { method ProtoMessage (line 524) | func (*ItemAggregationV2) ProtoMessage() {} method ProtoReflect (line 526) | func (x *ItemAggregationV2) ProtoReflect() protoreflect.Message { method Descriptor (line 539) | func (*ItemAggregationV2) Descriptor() ([]byte, []int) { method GetSignals (line 543) | func (x *ItemAggregationV2) GetSignals() []*Signal { method GetValue (line 550) | func (x *ItemAggregationV2) GetValue() float64 { method GetMappedRef (line 557) | func (x *ItemAggregationV2) GetMappedRef() *Reference { method GetAfterRef (line 564) | func (x *ItemAggregationV2) GetAfterRef() *Reference { method GetStatus (line 571) | func (x *ItemAggregationV2) GetStatus() ItemDiffStatus { type GetItemSignalsResponseV2 (line 578) | type GetItemSignalsResponseV2 struct method Reset (line 588) | func (x *GetItemSignalsResponseV2) Reset() { method String (line 595) | func (x *GetItemSignalsResponseV2) String() string { method ProtoMessage (line 599) | func (*GetItemSignalsResponseV2) ProtoMessage() {} method ProtoReflect (line 601) | func (x *GetItemSignalsResponseV2) ProtoReflect() protoreflect.Message { method Descriptor (line 614) | func (*GetItemSignalsResponseV2) Descriptor() ([]byte, []int) { method GetItemAggregations (line 618) | func (x *GetItemSignalsResponseV2) GetItemAggregations() []*ItemAggreg... type GetCustomSignalsByCategoryRequest (line 626) | type GetCustomSignalsByCategoryRequest struct method Reset (line 634) | func (x *GetCustomSignalsByCategoryRequest) Reset() { method String (line 641) | func (x *GetCustomSignalsByCategoryRequest) String() string { method ProtoMessage (line 645) | func (*GetCustomSignalsByCategoryRequest) ProtoMessage() {} method ProtoReflect (line 647) | func (x *GetCustomSignalsByCategoryRequest) ProtoReflect() protoreflec... method Descriptor (line 660) | func (*GetCustomSignalsByCategoryRequest) Descriptor() ([]byte, []int) { method GetChangeUUID (line 664) | func (x *GetCustomSignalsByCategoryRequest) GetChangeUUID() []byte { method GetCategory (line 671) | func (x *GetCustomSignalsByCategoryRequest) GetCategory() string { type GetCustomSignalsByCategoryResponse (line 679) | type GetCustomSignalsByCategoryResponse struct method Reset (line 686) | func (x *GetCustomSignalsByCategoryResponse) Reset() { method String (line 693) | func (x *GetCustomSignalsByCategoryResponse) String() string { method ProtoMessage (line 697) | func (*GetCustomSignalsByCategoryResponse) ProtoMessage() {} method ProtoReflect (line 699) | func (x *GetCustomSignalsByCategoryResponse) ProtoReflect() protorefle... method Descriptor (line 712) | func (*GetCustomSignalsByCategoryResponse) Descriptor() ([]byte, []int) { method GetSignals (line 716) | func (x *GetCustomSignalsByCategoryResponse) GetSignals() []*Signal { type GetItemSignalDetailsRequest (line 723) | type GetItemSignalDetailsRequest struct method Reset (line 737) | func (x *GetItemSignalDetailsRequest) Reset() { method String (line 744) | func (x *GetItemSignalDetailsRequest) String() string { method ProtoMessage (line 748) | func (*GetItemSignalDetailsRequest) ProtoMessage() {} method ProtoReflect (line 750) | func (x *GetItemSignalDetailsRequest) ProtoReflect() protoreflect.Mess... method Descriptor (line 763) | func (*GetItemSignalDetailsRequest) Descriptor() ([]byte, []int) { method GetItemRef (line 767) | func (x *GetItemSignalDetailsRequest) GetItemRef() *Reference { method GetChangeUUID (line 774) | func (x *GetItemSignalDetailsRequest) GetChangeUUID() []byte { method GetCategory (line 781) | func (x *GetItemSignalDetailsRequest) GetCategory() string { type GetItemSignalDetailsResponse (line 788) | type GetItemSignalDetailsResponse struct method Reset (line 795) | func (x *GetItemSignalDetailsResponse) Reset() { method String (line 802) | func (x *GetItemSignalDetailsResponse) String() string { method ProtoMessage (line 806) | func (*GetItemSignalDetailsResponse) ProtoMessage() {} method ProtoReflect (line 808) | func (x *GetItemSignalDetailsResponse) ProtoReflect() protoreflect.Mes... method Descriptor (line 821) | func (*GetItemSignalDetailsResponse) Descriptor() ([]byte, []int) { method GetSignals (line 825) | func (x *GetItemSignalDetailsResponse) GetSignals() []*Signal { type SignalMetadata (line 832) | type SignalMetadata struct method Reset (line 838) | func (x *SignalMetadata) Reset() { method String (line 845) | func (x *SignalMetadata) String() string { method ProtoMessage (line 849) | func (*SignalMetadata) ProtoMessage() {} method ProtoReflect (line 851) | func (x *SignalMetadata) ProtoReflect() protoreflect.Message { method Descriptor (line 864) | func (*SignalMetadata) Descriptor() ([]byte, []int) { type SignalProperties (line 868) | type SignalProperties struct method Reset (line 887) | func (x *SignalProperties) Reset() { method String (line 894) | func (x *SignalProperties) String() string { method ProtoMessage (line 898) | func (*SignalProperties) ProtoMessage() {} method ProtoReflect (line 900) | func (x *SignalProperties) ProtoReflect() protoreflect.Message { method Descriptor (line 913) | func (*SignalProperties) Descriptor() ([]byte, []int) { method GetName (line 917) | func (x *SignalProperties) GetName() string { method GetValue (line 924) | func (x *SignalProperties) GetValue() float64 { method GetDescription (line 931) | func (x *SignalProperties) GetDescription() string { method GetCategory (line 938) | func (x *SignalProperties) GetCategory() string { method GetItem (line 945) | func (x *SignalProperties) GetItem() *Reference { type Signal (line 954) | type Signal struct method Reset (line 964) | func (x *Signal) Reset() { method String (line 971) | func (x *Signal) String() string { method ProtoMessage (line 975) | func (*Signal) ProtoMessage() {} method ProtoReflect (line 977) | func (x *Signal) ProtoReflect() protoreflect.Message { method Descriptor (line 990) | func (*Signal) Descriptor() ([]byte, []int) { method GetMetadata (line 994) | func (x *Signal) GetMetadata() *SignalMetadata { method GetProperties (line 1001) | func (x *Signal) GetProperties() *SignalProperties { type ChangeSummaryJSONOutput (line 1009) | type ChangeSummaryJSONOutput struct method Reset (line 1019) | func (x *ChangeSummaryJSONOutput) Reset() { method String (line 1026) | func (x *ChangeSummaryJSONOutput) String() string { method ProtoMessage (line 1030) | func (*ChangeSummaryJSONOutput) ProtoMessage() {} method ProtoReflect (line 1032) | func (x *ChangeSummaryJSONOutput) ProtoReflect() protoreflect.Message { method Descriptor (line 1045) | func (*ChangeSummaryJSONOutput) Descriptor() ([]byte, []int) { method GetChange (line 1049) | func (x *ChangeSummaryJSONOutput) GetChange() *Change { method GetRisks (line 1056) | func (x *ChangeSummaryJSONOutput) GetRisks() []*Risk { method GetSignals (line 1063) | func (x *ChangeSummaryJSONOutput) GetSignals() *GetChangeOverviewSigna... method GetHypotheses (line 1070) | func (x *ChangeSummaryJSONOutput) GetHypotheses() []*HypothesesDetails { constant file_signal_proto_rawDesc (line 1079) | file_signal_proto_rawDesc = "" + function file_signal_proto_rawDescGZIP (line 1181) | func file_signal_proto_rawDescGZIP() []byte { function init (line 1261) | func init() { file_signal_proto_init() } function file_signal_proto_init (line 1262) | func file_signal_proto_init() { FILE: go/sdp-go/signals.go type SignalCategoryName (line 3) | type SignalCategoryName constant SignalCategoryNameCustom (line 8) | SignalCategoryNameCustom SignalCategoryName = "Custom" constant SignalCategoryNameRoutine (line 9) | SignalCategoryNameRoutine SignalCategoryName = "Routine" FILE: go/sdp-go/snapshots.go method ToMap (line 6) | func (s *Snapshot) ToMap() map[string]any { method ToMap (line 14) | func (sm *SnapshotMetadata) ToMap() map[string]any { method GetUUIDParsed (line 22) | func (sm *SnapshotMetadata) GetUUIDParsed() *uuid.UUID { method ToMap (line 34) | func (sp *SnapshotProperties) ToMap() map[string]any { FILE: go/sdp-go/snapshots.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Snapshot (line 25) | type Snapshot struct method Reset (line 33) | func (x *Snapshot) Reset() { method String (line 40) | func (x *Snapshot) String() string { method ProtoMessage (line 44) | func (*Snapshot) ProtoMessage() {} method ProtoReflect (line 46) | func (x *Snapshot) ProtoReflect() protoreflect.Message { method Descriptor (line 59) | func (*Snapshot) Descriptor() ([]byte, []int) { method GetMetadata (line 63) | func (x *Snapshot) GetMetadata() *SnapshotMetadata { method GetProperties (line 70) | func (x *Snapshot) GetProperties() *SnapshotProperties { type SnapshotProperties (line 77) | type SnapshotProperties struct method Reset (line 93) | func (x *SnapshotProperties) Reset() { method String (line 100) | func (x *SnapshotProperties) String() string { method ProtoMessage (line 104) | func (*SnapshotProperties) ProtoMessage() {} method ProtoReflect (line 106) | func (x *SnapshotProperties) ProtoReflect() protoreflect.Message { method Descriptor (line 119) | func (*SnapshotProperties) Descriptor() ([]byte, []int) { method GetName (line 123) | func (x *SnapshotProperties) GetName() string { method GetDescription (line 130) | func (x *SnapshotProperties) GetDescription() string { method GetQueries (line 137) | func (x *SnapshotProperties) GetQueries() []*Query { method GetItems (line 144) | func (x *SnapshotProperties) GetItems() []*Item { method GetEdges (line 151) | func (x *SnapshotProperties) GetEdges() []*Edge { type SnapshotMetadata (line 158) | type SnapshotMetadata struct method Reset (line 168) | func (x *SnapshotMetadata) Reset() { method String (line 175) | func (x *SnapshotMetadata) String() string { method ProtoMessage (line 179) | func (*SnapshotMetadata) ProtoMessage() {} method ProtoReflect (line 181) | func (x *SnapshotMetadata) ProtoReflect() protoreflect.Message { method Descriptor (line 194) | func (*SnapshotMetadata) Descriptor() ([]byte, []int) { method GetUUID (line 198) | func (x *SnapshotMetadata) GetUUID() []byte { method GetCreated (line 205) | func (x *SnapshotMetadata) GetCreated() *timestamppb.Timestamp { type ListSnapshotsRequest (line 213) | type ListSnapshotsRequest struct method Reset (line 219) | func (x *ListSnapshotsRequest) Reset() { method String (line 226) | func (x *ListSnapshotsRequest) String() string { method ProtoMessage (line 230) | func (*ListSnapshotsRequest) ProtoMessage() {} method ProtoReflect (line 232) | func (x *ListSnapshotsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 245) | func (*ListSnapshotsRequest) Descriptor() ([]byte, []int) { type ListSnapshotResponse (line 249) | type ListSnapshotResponse struct method Reset (line 257) | func (x *ListSnapshotResponse) Reset() { method String (line 264) | func (x *ListSnapshotResponse) String() string { method ProtoMessage (line 268) | func (*ListSnapshotResponse) ProtoMessage() {} method ProtoReflect (line 270) | func (x *ListSnapshotResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 283) | func (*ListSnapshotResponse) Descriptor() ([]byte, []int) { method GetSnapshots (line 287) | func (x *ListSnapshotResponse) GetSnapshots() []*Snapshot { type CreateSnapshotRequest (line 295) | type CreateSnapshotRequest struct method Reset (line 303) | func (x *CreateSnapshotRequest) Reset() { method String (line 310) | func (x *CreateSnapshotRequest) String() string { method ProtoMessage (line 314) | func (*CreateSnapshotRequest) ProtoMessage() {} method ProtoReflect (line 316) | func (x *CreateSnapshotRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 329) | func (*CreateSnapshotRequest) Descriptor() ([]byte, []int) { method GetProperties (line 333) | func (x *CreateSnapshotRequest) GetProperties() *SnapshotProperties { type CreateSnapshotResponse (line 340) | type CreateSnapshotResponse struct method Reset (line 348) | func (x *CreateSnapshotResponse) Reset() { method String (line 355) | func (x *CreateSnapshotResponse) String() string { method ProtoMessage (line 359) | func (*CreateSnapshotResponse) ProtoMessage() {} method ProtoReflect (line 361) | func (x *CreateSnapshotResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 374) | func (*CreateSnapshotResponse) Descriptor() ([]byte, []int) { method GetSnapshot (line 378) | func (x *CreateSnapshotResponse) GetSnapshot() *Snapshot { type GetSnapshotRequest (line 386) | type GetSnapshotRequest struct method Reset (line 393) | func (x *GetSnapshotRequest) Reset() { method String (line 400) | func (x *GetSnapshotRequest) String() string { method ProtoMessage (line 404) | func (*GetSnapshotRequest) ProtoMessage() {} method ProtoReflect (line 406) | func (x *GetSnapshotRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 419) | func (*GetSnapshotRequest) Descriptor() ([]byte, []int) { method GetUUID (line 423) | func (x *GetSnapshotRequest) GetUUID() []byte { type GetSnapshotResponse (line 430) | type GetSnapshotResponse struct method Reset (line 437) | func (x *GetSnapshotResponse) Reset() { method String (line 444) | func (x *GetSnapshotResponse) String() string { method ProtoMessage (line 448) | func (*GetSnapshotResponse) ProtoMessage() {} method ProtoReflect (line 450) | func (x *GetSnapshotResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 463) | func (*GetSnapshotResponse) Descriptor() ([]byte, []int) { method GetSnapshot (line 467) | func (x *GetSnapshotResponse) GetSnapshot() *Snapshot { type UpdateSnapshotRequest (line 475) | type UpdateSnapshotRequest struct method Reset (line 483) | func (x *UpdateSnapshotRequest) Reset() { method String (line 490) | func (x *UpdateSnapshotRequest) String() string { method ProtoMessage (line 494) | func (*UpdateSnapshotRequest) ProtoMessage() {} method ProtoReflect (line 496) | func (x *UpdateSnapshotRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 509) | func (*UpdateSnapshotRequest) Descriptor() ([]byte, []int) { method GetUUID (line 513) | func (x *UpdateSnapshotRequest) GetUUID() []byte { method GetProperties (line 520) | func (x *UpdateSnapshotRequest) GetProperties() *SnapshotProperties { type UpdateSnapshotResponse (line 527) | type UpdateSnapshotResponse struct method Reset (line 535) | func (x *UpdateSnapshotResponse) Reset() { method String (line 542) | func (x *UpdateSnapshotResponse) String() string { method ProtoMessage (line 546) | func (*UpdateSnapshotResponse) ProtoMessage() {} method ProtoReflect (line 548) | func (x *UpdateSnapshotResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 561) | func (*UpdateSnapshotResponse) Descriptor() ([]byte, []int) { method GetSnapshot (line 565) | func (x *UpdateSnapshotResponse) GetSnapshot() *Snapshot { type DeleteSnapshotRequest (line 573) | type DeleteSnapshotRequest struct method Reset (line 580) | func (x *DeleteSnapshotRequest) Reset() { method String (line 587) | func (x *DeleteSnapshotRequest) String() string { method ProtoMessage (line 591) | func (*DeleteSnapshotRequest) ProtoMessage() {} method ProtoReflect (line 593) | func (x *DeleteSnapshotRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 606) | func (*DeleteSnapshotRequest) Descriptor() ([]byte, []int) { method GetUUID (line 610) | func (x *DeleteSnapshotRequest) GetUUID() []byte { type DeleteSnapshotResponse (line 617) | type DeleteSnapshotResponse struct method Reset (line 623) | func (x *DeleteSnapshotResponse) Reset() { method String (line 630) | func (x *DeleteSnapshotResponse) String() string { method ProtoMessage (line 634) | func (*DeleteSnapshotResponse) ProtoMessage() {} method ProtoReflect (line 636) | func (x *DeleteSnapshotResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 649) | func (*DeleteSnapshotResponse) Descriptor() ([]byte, []int) { type GetInitialDataRequest (line 654) | type GetInitialDataRequest struct method Reset (line 660) | func (x *GetInitialDataRequest) Reset() { method String (line 667) | func (x *GetInitialDataRequest) String() string { method ProtoMessage (line 671) | func (*GetInitialDataRequest) ProtoMessage() {} method ProtoReflect (line 673) | func (x *GetInitialDataRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 686) | func (*GetInitialDataRequest) Descriptor() ([]byte, []int) { type GetInitialDataResponse (line 690) | type GetInitialDataResponse struct method Reset (line 698) | func (x *GetInitialDataResponse) Reset() { method String (line 705) | func (x *GetInitialDataResponse) String() string { method ProtoMessage (line 709) | func (*GetInitialDataResponse) ProtoMessage() {} method ProtoReflect (line 711) | func (x *GetInitialDataResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 724) | func (*GetInitialDataResponse) Descriptor() ([]byte, []int) { method GetBlastRadiusSnapshot (line 728) | func (x *GetInitialDataResponse) GetBlastRadiusSnapshot() *Snapshot { method GetChangingItemsBookmark (line 735) | func (x *GetInitialDataResponse) GetChangingItemsBookmark() *Bookmark { type ListSnapshotsByGUNRequest (line 742) | type ListSnapshotsByGUNRequest struct method Reset (line 750) | func (x *ListSnapshotsByGUNRequest) Reset() { method String (line 757) | func (x *ListSnapshotsByGUNRequest) String() string { method ProtoMessage (line 761) | func (*ListSnapshotsByGUNRequest) ProtoMessage() {} method ProtoReflect (line 763) | func (x *ListSnapshotsByGUNRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 776) | func (*ListSnapshotsByGUNRequest) Descriptor() ([]byte, []int) { method GetGloballyUniqueName (line 780) | func (x *ListSnapshotsByGUNRequest) GetGloballyUniqueName() string { method GetPagination (line 787) | func (x *ListSnapshotsByGUNRequest) GetPagination() *PaginationRequest { type ListSnapshotsByGUNResponse (line 794) | type ListSnapshotsByGUNResponse struct method Reset (line 802) | func (x *ListSnapshotsByGUNResponse) Reset() { method String (line 809) | func (x *ListSnapshotsByGUNResponse) String() string { method ProtoMessage (line 813) | func (*ListSnapshotsByGUNResponse) ProtoMessage() {} method ProtoReflect (line 815) | func (x *ListSnapshotsByGUNResponse) ProtoReflect() protoreflect.Messa... method Descriptor (line 828) | func (*ListSnapshotsByGUNResponse) Descriptor() ([]byte, []int) { method GetUUIDs (line 832) | func (x *ListSnapshotsByGUNResponse) GetUUIDs() [][]byte { method GetPagination (line 839) | func (x *ListSnapshotsByGUNResponse) GetPagination() *PaginationRespon... constant file_snapshots_proto_rawDesc (line 848) | file_snapshots_proto_rawDesc = "" + function file_snapshots_proto_rawDescGZIP (line 916) | func file_snapshots_proto_rawDescGZIP() []byte { function init (line 986) | func init() { file_snapshots_proto_init() } function file_snapshots_proto_init (line 987) | func file_snapshots_proto_init() { FILE: go/sdp-go/test_utils.go type ResponseMessage (line 16) | type ResponseMessage struct type TestConnection (line 22) | type TestConnection struct method Publish (line 38) | func (t *TestConnection) Publish(ctx context.Context, subj string, m p... method PublishRequest (line 58) | func (t *TestConnection) PublishRequest(ctx context.Context, subj, rep... method PublishMsg (line 80) | func (t *TestConnection) PublishMsg(ctx context.Context, msg *nats.Msg... method Subscribe (line 96) | func (t *TestConnection) Subscribe(subj string, cb nats.MsgHandler) (*... method QueueSubscribe (line 111) | func (t *TestConnection) QueueSubscribe(subj, queue string, cb nats.Ms... method subjectToRegexp (line 116) | func (r *TestConnection) subjectToRegexp(subject string) *regexp.Regexp { method RequestMsg (line 140) | func (t *TestConnection) RequestMsg(ctx context.Context, msg *nats.Msg... method Status (line 179) | func (n *TestConnection) Status() nats.Status { method Stats (line 184) | func (n *TestConnection) Stats() nats.Statistics { method LastError (line 189) | func (n *TestConnection) LastError() error { method Drain (line 194) | func (n *TestConnection) Drain() error { method Close (line 199) | func (n *TestConnection) Close() {} method Underlying (line 202) | func (n *TestConnection) Underlying() *nats.Conn { method Drop (line 207) | func (n *TestConnection) Drop() {} method runHandlers (line 210) | func (t *TestConnection) runHandlers(msg *nats.Msg) error { function randSeq (line 234) | func randSeq(n int) string { FILE: go/sdp-go/test_utils_test.go function TestRequest (line 11) | func TestRequest(t *testing.T) { FILE: go/sdp-go/tracing.go type CtxMsgHandler (line 14) | type CtxMsgHandler function NewOtelExtractingHandler (line 16) | func NewOtelExtractingHandler(spanName string, h CtxMsgHandler, t trace.... function NewAsyncOtelExtractingHandler (line 37) | func NewAsyncOtelExtractingHandler(spanName string, h CtxMsgHandler, t t... function InjectOtelTraceContext (line 61) | func InjectOtelTraceContext(ctx context.Context, msg *nats.Msg) { type sentryInterceptor (line 69) | type sentryInterceptor struct method WrapUnary (line 76) | func (i *sentryInterceptor) WrapUnary(next connect.UnaryFunc) connect.... method WrapStreamingClient (line 87) | func (*sentryInterceptor) WrapStreamingClient(next connect.StreamingCl... method WrapStreamingHandler (line 98) | func (i *sentryInterceptor) WrapStreamingHandler(next connect.Streamin... function NewSentryInterceptor (line 72) | func NewSentryInterceptor() connect.Interceptor { FILE: go/sdp-go/tracing_test.go function TestTraceContextPropagation (line 13) | func TestTraceContextPropagation(t *testing.T) { FILE: go/sdp-go/util.go function CalculatePaginationOffsetLimit (line 19) | func CalculatePaginationOffsetLimit(pagination *PaginationRequest, total... type AdapterMetadataProvider (line 56) | type AdapterMetadataProvider interface type AdapterMetadataList (line 63) | type AdapterMetadataList struct method AllAdapterMetadata (line 69) | func (a *AdapterMetadataList) AllAdapterMetadata() []*AdapterMetadata { method Register (line 75) | func (a *AdapterMetadataList) Register(metadata *AdapterMetadata) *Ada... type RoutineRollUp (line 85) | type RoutineRollUp struct method String (line 92) | func (rr RoutineRollUp) String() string { function WalkMapToRoutineRollUp (line 102) | func WalkMapToRoutineRollUp(gun string, key string, data map[string]any)... function GcpSANameFromAccountName (line 137) | func GcpSANameFromAccountName(accountName string) string { FILE: go/sdp-go/util.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type SortOrder (line 24) | type SortOrder method Enum (line 49) | func (x SortOrder) Enum() *SortOrder { method String (line 55) | func (x SortOrder) String() string { method Descriptor (line 59) | func (SortOrder) Descriptor() protoreflect.EnumDescriptor { method Type (line 63) | func (SortOrder) Type() protoreflect.EnumType { method Number (line 67) | func (x SortOrder) Number() protoreflect.EnumNumber { method EnumDescriptor (line 72) | func (SortOrder) EnumDescriptor() ([]byte, []int) { constant SortOrder_ALPHABETICAL_ASCENDING (line 27) | SortOrder_ALPHABETICAL_ASCENDING SortOrder = 0 constant SortOrder_ALPHABETICAL_DESCENDING (line 28) | SortOrder_ALPHABETICAL_DESCENDING SortOrder = 1 constant SortOrder_DATE_ASCENDING (line 29) | SortOrder_DATE_ASCENDING SortOrder = 2 constant SortOrder_DATE_DESCENDING (line 30) | SortOrder_DATE_DESCENDING SortOrder = 3 type PaginationRequest (line 76) | type PaginationRequest struct method Reset (line 89) | func (x *PaginationRequest) Reset() { method String (line 96) | func (x *PaginationRequest) String() string { method ProtoMessage (line 100) | func (*PaginationRequest) ProtoMessage() {} method ProtoReflect (line 102) | func (x *PaginationRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 115) | func (*PaginationRequest) Descriptor() ([]byte, []int) { method GetPageSize (line 119) | func (x *PaginationRequest) GetPageSize() int32 { method GetPage (line 126) | func (x *PaginationRequest) GetPage() int32 { type PaginationResponse (line 133) | type PaginationResponse struct method Reset (line 153) | func (x *PaginationResponse) Reset() { method String (line 160) | func (x *PaginationResponse) String() string { method ProtoMessage (line 164) | func (*PaginationResponse) ProtoMessage() {} method ProtoReflect (line 166) | func (x *PaginationResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 179) | func (*PaginationResponse) Descriptor() ([]byte, []int) { method GetPageSize (line 183) | func (x *PaginationResponse) GetPageSize() int32 { method GetTotalItems (line 190) | func (x *PaginationResponse) GetTotalItems() int32 { method GetPage (line 197) | func (x *PaginationResponse) GetPage() int32 { method GetTotalPages (line 204) | func (x *PaginationResponse) GetTotalPages() int32 { constant file_util_proto_rawDesc (line 213) | file_util_proto_rawDesc = "" + function file_util_proto_rawDescGZIP (line 240) | func file_util_proto_rawDescGZIP() []byte { function init (line 262) | func init() { file_util_proto_init() } function file_util_proto_init (line 263) | func file_util_proto_init() { FILE: go/sdp-go/util_test.go function TestCalculatePaginationOffsetLimit (line 9) | func TestCalculatePaginationOffsetLimit(t *testing.T) { function TestGcpSANameFromAccountName (line 67) | func TestGcpSANameFromAccountName(t *testing.T) { FILE: go/sdp-go/validation.go method Validate (line 14) | func (i *Item) Validate() error { method Validate (line 46) | func (r *Reference) Validate() error { method Validate (line 64) | func (e *Edge) Validate() error { method Validate (line 84) | func (r *Response) Validate() error { method Validate (line 107) | func (e *QueryError) Validate() error { method Validate (line 144) | func (q *Query) Validate() error { FILE: go/sdp-go/validation_test.go function TestValidateItem (line 16) | func TestValidateItem(t *testing.T) { function TestValidateReference (line 97) | func TestValidateReference(t *testing.T) { function TestValidateEdge (line 155) | func TestValidateEdge(t *testing.T) { function TestValidateResponse (line 215) | func TestValidateResponse(t *testing.T) { function TestValidateQueryError (line 259) | func TestValidateQueryError(t *testing.T) { function TestValidateQuery (line 335) | func TestValidateQuery(t *testing.T) { function newQuery (line 396) | func newQuery() *Query { function newQueryError (line 413) | func newQueryError() *QueryError { function newResponse (line 427) | func newResponse() *Response { function newEdge (line 441) | func newEdge() *Edge { function newReference (line 448) | func newReference() *Reference { function newItem (line 456) | func newItem() *Item { function TestAdapterMetadataValidation (line 499) | func TestAdapterMetadataValidation(t *testing.T) { FILE: go/sdpcache/bolt.go type BoltCache (line 16) | type BoltCache struct method Lookup (line 48) | func (c *BoltCache) Lookup(ctx context.Context, srcName string, method... method StoreItem (line 103) | func (c *BoltCache) StoreItem(ctx context.Context, item *sdp.Item, dur... method StoreUnavailableItem (line 112) | func (c *BoltCache) StoreUnavailableItem(ctx context.Context, err erro... function NewBoltCache (line 31) | func NewBoltCache(path string, opts ...BoltCacheOption) (*BoltCache, err... FILE: go/sdpcache/boltstore.go constant DefaultCompactThreshold (line 45) | DefaultCompactThreshold = 100 * 1024 * 1024 function isDiskFullError (line 48) | func isDiskFullError(err error) bool { function encodeCachedEntry (line 62) | func encodeCachedEntry(e *sdp.CachedEntry) ([]byte, error) { function decodeCachedEntry (line 67) | func decodeCachedEntry(data []byte) (*sdp.CachedEntry, error) { function cachedEntryToCachedResult (line 76) | func cachedEntryToCachedResult(e *sdp.CachedEntry) *CachedResult { function fromCachedResult (line 96) | func fromCachedResult(cr *CachedResult) (*sdp.CachedEntry, error) { function makeEntryKey (line 125) | func makeEntryKey(iv IndexValues, item *sdp.Item) []byte { function makeExpiryKey (line 136) | func makeExpiryKey(expiry time.Time, sstHash SSTHash, entryKey []byte) [... function parseExpiryKey (line 155) | func parseExpiryKey(key []byte) (time.Time, SSTHash, []byte, error) { type boltStore (line 184) | type boltStore struct method initBuckets (line 249) | func (c *boltStore) initBuckets() error { method loadDeletedBytes (line 265) | func (c *boltStore) loadDeletedBytes() error { method saveDeletedBytes (line 287) | func (c *boltStore) saveDeletedBytes(tx *bbolt.Tx) error { method addDeletedBytes (line 306) | func (c *boltStore) addDeletedBytes(n int64) { method getDeletedBytes (line 313) | func (c *boltStore) getDeletedBytes() int64 { method resetDeletedBytes (line 320) | func (c *boltStore) resetDeletedBytes() { method getFileSize (line 327) | func (c *boltStore) getFileSize() int64 { method setDiskUsageAttributes (line 346) | func (c *boltStore) setDiskUsageAttributes(span trace.Span) { method CloseAndDestroy (line 362) | func (c *boltStore) CloseAndDestroy() error { method deleteCacheFile (line 385) | func (c *boltStore) deleteCacheFile(ctx context.Context) error { method deleteCacheFileLocked (line 404) | func (c *boltStore) deleteCacheFileLocked(ctx context.Context, span tr... method Search (line 448) | func (c *boltStore) Search(ctx context.Context, ck CacheKey) ([]*sdp.I... method StoreItem (line 550) | func (c *boltStore) StoreItem(ctx context.Context, item *sdp.Item, dur... method StoreUnavailableItem (line 602) | func (c *boltStore) StoreUnavailableItem(ctx context.Context, err erro... method storeResult (line 642) | func (c *boltStore) storeResult(ctx context.Context, res CachedResult) { method Delete (line 800) | func (c *boltStore) Delete(ck CacheKey) { method Clear (line 867) | func (c *boltStore) Clear() { method Purge (line 898) | func (c *boltStore) Purge(ctx context.Context, before time.Time) Purge... method purgeLocked (line 943) | func (c *boltStore) purgeLocked(ctx context.Context, before time.Time)... method compact (line 1067) | func (c *boltStore) compact(ctx context.Context) error { type BoltCacheOption (line 201) | type BoltCacheOption function WithCompactThreshold (line 204) | func WithCompactThreshold(bytes int64) BoltCacheOption { function newBoltCacheStore (line 210) | func newBoltCacheStore(path string, opts ...BoltCacheOption) (*boltStore... FILE: go/sdpcache/boltstore_test.go function TestBoltStoreCloseAndDestroy (line 17) | func TestBoltStoreCloseAndDestroy(t *testing.T) { function TestBoltStoreOperationsAfterCloseAndDestroy (line 93) | func TestBoltStoreOperationsAfterCloseAndDestroy(t *testing.T) { function TestBoltStoreConcurrentCloseAndDestroy (line 151) | func TestBoltStoreConcurrentCloseAndDestroy(t *testing.T) { function TestIsDiskFullError (line 205) | func TestIsDiskFullError(t *testing.T) { function TestBoltStoreDeleteCacheFile (line 220) | func TestBoltStoreDeleteCacheFile(t *testing.T) { function TestBoltStoreCompactThresholdTriggeredByPurge (line 268) | func TestBoltStoreCompactThresholdTriggeredByPurge(t *testing.T) { function TestBoltCacheLookupDeduplicatesConcurrentMisses (line 313) | func TestBoltCacheLookupDeduplicatesConcurrentMisses(t *testing.T) { function TestBoltCacheLookupDeduplicationRespectsWaiterTimeout (line 407) | func TestBoltCacheLookupDeduplicationRespectsWaiterTimeout(t *testing.T) { function TestBoltCacheLookupDeduplicationPropagatesStoredError (line 476) | func TestBoltCacheLookupDeduplicationPropagatesStoredError(t *testing.T) { function TestBoltCacheLookupDeduplicationReturnsMissAfterCancel (line 565) | func TestBoltCacheLookupDeduplicationReturnsMissAfterCancel(t *testing.T) { function TestBoltCacheLookupDeduplicationReturnsMissWhenCompletedWithoutStore (line 637) | func TestBoltCacheLookupDeduplicationReturnsMissWhenCompletedWithoutStor... FILE: go/sdpcache/cache.go type IndexValues (line 17) | type IndexValues struct type CacheKey (line 24) | type CacheKey struct method String (line 63) | func (ck CacheKey) String() string { method ToIndexValues (line 86) | func (ck CacheKey) ToIndexValues() IndexValues { method Matches (line 110) | func (ck CacheKey) Matches(i IndexValues) bool { function CacheKeyFromParts (line 31) | func CacheKeyFromParts(srcName string, method sdp.QueryMethod, scope str... function CacheKeyFromQuery (line 59) | func CacheKeyFromQuery(q *sdp.Query, srcName string) CacheKey { type SST (line 137) | type SST struct method Hash (line 144) | func (s SST) Hash() SSTHash { type CachedResult (line 157) | type CachedResult struct type SSTHash (line 172) | type SSTHash type Cache (line 224) | type Cache interface type NoOpCache (line 265) | type NoOpCache struct method Lookup (line 276) | func (n *NoOpCache) Lookup(ctx context.Context, srcName string, method... method StoreItem (line 282) | func (n *NoOpCache) StoreItem(ctx context.Context, item *sdp.Item, dur... method StoreUnavailableItem (line 287) | func (n *NoOpCache) StoreUnavailableItem(ctx context.Context, err erro... method Delete (line 292) | func (n *NoOpCache) Delete(ck CacheKey) { method Clear (line 297) | func (n *NoOpCache) Clear() { method Purge (line 302) | func (n *NoOpCache) Purge(ctx context.Context, before time.Time) Purge... method GetMinWaitTime (line 307) | func (n *NoOpCache) GetMinWaitTime() time.Duration { method StartPurger (line 312) | func (n *NoOpCache) StartPurger(ctx context.Context) { function NewNoOpCache (line 271) | func NewNoOpCache() Cache { function NewCache (line 318) | func NewCache(ctx context.Context) Cache { FILE: go/sdpcache/cache_benchmark_test.go constant CacheDuration (line 16) | CacheDuration = 10 * time.Second function NewPopulatedCache (line 20) | func NewPopulatedCache(ctx context.Context, numberItems int) (Cache, Cac... function NewPopulatedCacheWithListItems (line 45) | func NewPopulatedCacheWithListItems(cache Cache, numberItems int, sst SS... function NewPopulatedCacheWithMultipleBuckets (line 69) | func NewPopulatedCacheWithMultipleBuckets(cache Cache, itemsPerBucket, n... function BenchmarkCache1SingleItem (line 97) | func BenchmarkCache1SingleItem(b *testing.B) { function BenchmarkCache10SingleItem (line 113) | func BenchmarkCache10SingleItem(b *testing.B) { function BenchmarkCache100SingleItem (line 129) | func BenchmarkCache100SingleItem(b *testing.B) { function BenchmarkCache1000SingleItem (line 145) | func BenchmarkCache1000SingleItem(b *testing.B) { function BenchmarkCache10_000SingleItem (line 161) | func BenchmarkCache10_000SingleItem(b *testing.B) { function BenchmarkListQueryLookup (line 180) | func BenchmarkListQueryLookup(b *testing.B) { function BenchmarkListQueryConcurrent (line 230) | func BenchmarkListQueryConcurrent(b *testing.B) { function BenchmarkListQueryConcurrentSameKey (line 292) | func BenchmarkListQueryConcurrentSameKey(b *testing.B) { function BenchmarkPendingWorkContention (line 353) | func BenchmarkPendingWorkContention(b *testing.B) { function benchmarkPendingWorkContentionScenario (line 386) | func benchmarkPendingWorkContentionScenario( function BenchmarkConcurrentMultiKeyWrites (line 562) | func BenchmarkConcurrentMultiKeyWrites(b *testing.B) { function benchmarkConcurrentMultiKeyWritesScenario (line 595) | func benchmarkConcurrentMultiKeyWritesScenario( FILE: go/sdpcache/cache_contract_test.go function TestCacheContract_LookupMiss (line 27) | func TestCacheContract_LookupMiss(t *testing.T) { function TestCacheContract_LookupItemHit (line 53) | func TestCacheContract_LookupItemHit(t *testing.T) { function TestCacheContract_LookupErrorHit (line 89) | func TestCacheContract_LookupErrorHit(t *testing.T) { function TestCacheContract_IgnoreCache (line 128) | func TestCacheContract_IgnoreCache(t *testing.T) { function TestCacheContract_DoneIdempotent (line 163) | func TestCacheContract_DoneIdempotent(t *testing.T) { function TestCacheContract_DoneIdempotentOnHit (line 177) | func TestCacheContract_DoneIdempotentOnHit(t *testing.T) { function TestCacheContract_GETMultipleItemsPurgesAndMisses (line 203) | func TestCacheContract_GETMultipleItemsPurgesAndMisses(t *testing.T) { function TestCacheContract_StoreItemCopies (line 255) | func TestCacheContract_StoreItemCopies(t *testing.T) { function TestCacheContract_LISTReturnsMultipleItems (line 290) | func TestCacheContract_LISTReturnsMultipleItems(t *testing.T) { function TestCacheContract_SEARCHIsolatesByQuery (line 324) | func TestCacheContract_SEARCHIsolatesByQuery(t *testing.T) { function TestCacheContract_SEARCHItemRetrievableViaGET (line 365) | func TestCacheContract_SEARCHItemRetrievableViaGET(t *testing.T) { function TestCacheContract_DeleteRemovesEntry (line 401) | func TestCacheContract_DeleteRemovesEntry(t *testing.T) { function TestCacheContract_DeleteWildcard (line 430) | func TestCacheContract_DeleteWildcard(t *testing.T) { function TestCacheContract_DeleteOnEmptyCacheIsIdempotent (line 461) | func TestCacheContract_DeleteOnEmptyCacheIsIdempotent(t *testing.T) { function TestCacheContract_Clear (line 472) | func TestCacheContract_Clear(t *testing.T) { function TestCacheContract_ClearThenStoreWorks (line 501) | func TestCacheContract_ClearThenStoreWorks(t *testing.T) { function TestCacheContract_ClearOnEmptyCacheIsIdempotent (line 530) | func TestCacheContract_ClearOnEmptyCacheIsIdempotent(t *testing.T) { function TestCacheContract_PurgeRemovesExpired (line 542) | func TestCacheContract_PurgeRemovesExpired(t *testing.T) { function TestCacheContract_PurgeStatsNextExpiry (line 575) | func TestCacheContract_PurgeStatsNextExpiry(t *testing.T) { function TestCacheContract_PurgeEmptyCache (line 601) | func TestCacheContract_PurgeEmptyCache(t *testing.T) { function TestCacheContract_GetMinWaitTimePositive (line 619) | func TestCacheContract_GetMinWaitTimePositive(t *testing.T) { function TestCacheContract_StartPurgerPurgesExpired (line 632) | func TestCacheContract_StartPurgerPurgesExpired(t *testing.T) { function TestCacheContract_LookupDeduplication (line 667) | func TestCacheContract_LookupDeduplication(t *testing.T) { function TestCacheContract_WaitersGetMissWhenWorkerStoresNothing (line 727) | func TestCacheContract_WaitersGetMissWhenWorkerStoresNothing(t *testing.... function TestCacheContract_ErrorTakesPrecedenceOverItems (line 782) | func TestCacheContract_ErrorTakesPrecedenceOverItems(t *testing.T) { function TestCacheContract_ZeroTTLPurgedImmediately (line 826) | func TestCacheContract_ZeroTTLPurgedImmediately(t *testing.T) { function TestCacheContract_StoreUnavailableItemTypes (line 863) | func TestCacheContract_StoreUnavailableItemTypes(t *testing.T) { FILE: go/sdpcache/cache_stuck_test.go function TestListErrorWithProperCleanup (line 29) | func TestListErrorWithProperCleanup(t *testing.T) { function TestListErrorWithProperDone (line 116) | func TestListErrorWithProperDone(t *testing.T) { function TestListErrorWithStoreUnavailableItem (line 194) | func TestListErrorWithStoreUnavailableItem(t *testing.T) { function TestListReturnsEmptyButNoStore (line 295) | func TestListReturnsEmptyButNoStore(t *testing.T) { FILE: go/sdpcache/cache_test.go type searchableCache (line 24) | type searchableCache interface function testSearch (line 30) | func testSearch(ctx context.Context, cache Cache, ck CacheKey) ([]*sdp.I... function cacheImplementations (line 41) | func cacheImplementations(tb testing.TB) []struct { function TestStoreItem (line 76) | func TestStoreItem(t *testing.T) { function TestStoreUnavailableItem (line 135) | func TestStoreUnavailableItem(t *testing.T) { function TestPurge (line 216) | func TestPurge(t *testing.T) { function TestDelete (line 309) | func TestDelete(t *testing.T) { function TestSearchWithListMethod (line 360) | func TestSearchWithListMethod(t *testing.T) { function TestSearchMethodWithDifferentQueries (line 394) | func TestSearchMethodWithDifferentQueries(t *testing.T) { function TestSearchWithPartialCacheKey (line 440) | func TestSearchWithPartialCacheKey(t *testing.T) { function TestDeleteWithPartialCacheKey (line 479) | func TestDeleteWithPartialCacheKey(t *testing.T) { function TestLookupWithCachedError (line 516) | func TestLookupWithCachedError(t *testing.T) { function TestGetMinWaitTime (line 578) | func TestGetMinWaitTime(t *testing.T) { function TestEmptyCacheOperations (line 600) | func TestEmptyCacheOperations(t *testing.T) { function TestMultipleItemsSameSST (line 637) | func TestMultipleItemsSameSST(t *testing.T) { function TestToIndexValues (line 698) | func TestToIndexValues(t *testing.T) { function TestUnexpiredOverwriteLogging (line 745) | func TestUnexpiredOverwriteLogging(t *testing.T) { function TestPendingWorkUnit (line 827) | func TestPendingWorkUnit(t *testing.T) { FILE: go/sdpcache/item_generator_test.go constant MaxAttributes (line 32) | MaxAttributes = 30 constant MaxTags (line 33) | MaxTags = 10 constant MaxTagKeyLength (line 34) | MaxTagKeyLength = 10 constant MaxTagValueLength (line 35) | MaxTagValueLength = 10 constant MaxAttributeKeyLength (line 36) | MaxAttributeKeyLength = 20 constant MaxAttributeValueLength (line 37) | MaxAttributeValueLength = 50 constant MaxLinkedItems (line 41) | MaxLinkedItems = 10 constant MaxLinkedItemQueries (line 44) | MaxLinkedItemQueries = 10 function GenerateRandomItem (line 48) | func GenerateRandomItem() *sdp.Item { function randSeq (line 130) | func randSeq(n int) string { FILE: go/sdpcache/lookup_coordinator.go type lookupBackend (line 17) | type lookupBackend interface type lookupCoordinator (line 25) | type lookupCoordinator struct method doneForMiss (line 39) | func (lc *lookupCoordinator) doneForMiss(ck CacheKey) func() { method Lookup (line 54) | func (lc *lookupCoordinator) Lookup( function newLookupCoordinator (line 29) | func newLookupCoordinator(pending *pendingWork) *lookupCoordinator { FILE: go/sdpcache/memory.go type MemoryCache (line 15) | type MemoryCache struct method Lookup (line 81) | func (c *MemoryCache) Lookup(ctx context.Context, srcName string, meth... method Search (line 123) | func (c *MemoryCache) Search(ctx context.Context, ck CacheKey) ([]*sdp... method search (line 128) | func (c *MemoryCache) search(ctx context.Context, ck CacheKey) ([]*sdp... method Delete (line 174) | func (c *MemoryCache) Delete(ck CacheKey) { method getResults (line 184) | func (c *MemoryCache) getResults(ck CacheKey) []*CachedResult { method StoreItem (line 277) | func (c *MemoryCache) StoreItem(ctx context.Context, item *sdp.Item, d... method StoreUnavailableItem (line 306) | func (c *MemoryCache) StoreUnavailableItem(ctx context.Context, err er... method Clear (line 322) | func (c *MemoryCache) Clear() { method storeResult (line 334) | func (c *MemoryCache) storeResult(ctx context.Context, res CachedResul... method deleteResults (line 415) | func (c *MemoryCache) deleteResults(results []*CachedResult) { method Purge (line 440) | func (c *MemoryCache) Purge(ctx context.Context, before time.Time) Pur... function NewMemoryCache (line 39) | func NewMemoryCache() *MemoryCache { function newExpiryIndex (line 51) | func newExpiryIndex() *btree.BTreeG[*CachedResult] { type indexSet (line 57) | type indexSet struct function newIndexSet (line 63) | func newIndexSet() *indexSet { function sortString (line 407) | func sortString(indexValue string, item *sdp.Item) string { FILE: go/sdpcache/memory_test.go function TestMemoryCacheStartPurge (line 14) | func TestMemoryCacheStartPurge(t *testing.T) { function TestMemoryCacheStopPurge (line 87) | func TestMemoryCacheStopPurge(t *testing.T) { function TestMemoryCacheConcurrent (line 126) | func TestMemoryCacheConcurrent(t *testing.T) { function TestMemoryCacheLookupDeduplication (line 158) | func TestMemoryCacheLookupDeduplication(t *testing.T) { function TestMemoryCacheLookupDeduplicationCompleteWithoutStore (line 230) | func TestMemoryCacheLookupDeduplicationCompleteWithoutStore(t *testing.T) { FILE: go/sdpcache/noop_cache_test.go function TestNoOpCacheLookupAlwaysMiss (line 10) | func TestNoOpCacheLookupAlwaysMiss(t *testing.T) { function TestNoOpCacheIgnoresAllMutations (line 43) | func TestNoOpCacheIgnoresAllMutations(t *testing.T) { function TestNoOpCachePurgeAndMinWaitDefaults (line 81) | func TestNoOpCachePurgeAndMinWaitDefaults(t *testing.T) { FILE: go/sdpcache/pending.go type pendingWork (line 12) | type pendingWork struct method StartWork (line 40) | func (p *pendingWork) StartWork(key string) (shouldWork bool, entry *w... method Wait (line 59) | func (p *pendingWork) Wait(ctx context.Context, entry *workEntry) (ok ... method Complete (line 89) | func (p *pendingWork) Complete(key string) { method Cancel (line 103) | func (p *pendingWork) Cancel(key string) { constant maxPendingWorkAge (line 18) | maxPendingWorkAge = 5 * time.Minute type workEntry (line 22) | type workEntry struct function newPendingWork (line 29) | func newPendingWork() *pendingWork { FILE: go/sdpcache/purger.go constant MinWaitDefault (line 12) | MinWaitDefault = 5 * time.Second type PurgeStats (line 15) | type PurgeStats struct type purger (line 28) | type purger struct method GetMinWaitTime (line 37) | func (p *purger) GetMinWaitTime() time.Duration { method StartPurger (line 47) | func (p *purger) StartPurger(ctx context.Context) { method setNextPurgeFromStats (line 78) | func (p *purger) setNextPurgeFromStats(stats PurgeStats) { method setNextPurgeIfEarlier (line 100) | func (p *purger) setNextPurgeIfEarlier(t time.Time) { FILE: go/sdpcache/sharded.go constant DefaultShardCount (line 24) | DefaultShardCount = 17 type ShardedCache (line 34) | type ShardedCache struct method shardFor (line 100) | func (sc *ShardedCache) shardFor(sstHash SSTHash, uav string) int { method Lookup (line 109) | func (sc *ShardedCache) Lookup(ctx context.Context, srcName string, me... method Search (line 149) | func (sc *ShardedCache) Search(ctx context.Context, ck CacheKey) ([]*s... method searchAll (line 165) | func (sc *ShardedCache) searchAll(ctx context.Context, ck CacheKey) ([... method StoreItem (line 232) | func (sc *ShardedCache) StoreItem(ctx context.Context, item *sdp.Item,... method StoreUnavailableItem (line 251) | func (sc *ShardedCache) StoreUnavailableItem(ctx context.Context, err ... method Delete (line 269) | func (sc *ShardedCache) Delete(ck CacheKey) { method Clear (line 280) | func (sc *ShardedCache) Clear() { method Purge (line 293) | func (sc *ShardedCache) Purge(ctx context.Context, before time.Time) P... method CloseAndDestroy (line 338) | func (sc *ShardedCache) CloseAndDestroy() error { function NewShardedCache (line 50) | func NewShardedCache(dir string, shardCount int, opts ...BoltCacheOption... function newShardedCacheForProduction (line 361) | func newShardedCacheForProduction(ctx context.Context) Cache { FILE: go/sdpcache/sharded_test.go function TestShardDistributionUniformity (line 16) | func TestShardDistributionUniformity(t *testing.T) { function TestShardedCacheGETRoutesToCorrectShard (line 86) | func TestShardedCacheGETRoutesToCorrectShard(t *testing.T) { function TestShardedCacheLISTFanOutMerge (line 131) | func TestShardedCacheLISTFanOutMerge(t *testing.T) { function TestShardedCacheCrossShardLIST (line 174) | func TestShardedCacheCrossShardLIST(t *testing.T) { function TestShardedCachePendingWorkDeduplication (line 229) | func TestShardedCachePendingWorkDeduplication(t *testing.T) { function TestShardedCacheCloseAndDestroy (line 301) | func TestShardedCacheCloseAndDestroy(t *testing.T) { function BenchmarkShardedCacheVsSingleBoltCache (line 333) | func BenchmarkShardedCacheVsSingleBoltCache(b *testing.B) { function TestShardedCacheShardForDeterminism (line 382) | func TestShardedCacheShardForDeterminism(t *testing.T) { function TestShardedCacheErrorRouting (line 413) | func TestShardedCacheErrorRouting(t *testing.T) { function TestShardedCacheNewCacheFallback (line 475) | func TestShardedCacheNewCacheFallback(t *testing.T) { function TestShardedCacheCompactThresholdScaling (line 513) | func TestShardedCacheCompactThresholdScaling(t *testing.T) { function TestShardedCacheInvalidShardCount (line 535) | func TestShardedCacheInvalidShardCount(t *testing.T) { function TestShardedCacheConcurrentWriteThroughput (line 549) | func TestShardedCacheConcurrentWriteThroughput(t *testing.T) { function TestShardedCachePurgeAggregation (line 592) | func TestShardedCachePurgeAggregation(t *testing.T) { function TestShardedCacheShardForBounds (line 626) | func TestShardedCacheShardForBounds(t *testing.T) { function TestShardedCacheFNV32aOverflow (line 644) | func TestShardedCacheFNV32aOverflow(t *testing.T) { FILE: go/tracing/deferlog.go function LogRecoverToReturn (line 17) | func LogRecoverToReturn(ctx context.Context, loc string) { function LogRecoverToError (line 30) | func LogRecoverToError(ctx context.Context, loc string) error { function LogRecoverToExit (line 44) | func LogRecoverToExit(ctx context.Context, loc string) { function HandleError (line 59) | func HandleError(ctx context.Context, loc string, err any, stack string) { FILE: go/tracing/header_carrier.go type HeaderCarrier (line 6) | type HeaderCarrier struct method Get (line 17) | func (c *HeaderCarrier) Get(key string) string { method Set (line 21) | func (c *HeaderCarrier) Set(key, value string) { method Keys (line 25) | func (c *HeaderCarrier) Keys() []string { function NewNatsHeaderCarrier (line 11) | func NewNatsHeaderCarrier(h nats.Header) *HeaderCarrier { FILE: go/tracing/main.go type logrusOtelErrorHandler (line 34) | type logrusOtelErrorHandler struct method Handle (line 36) | func (logrusOtelErrorHandler) Handle(err error) { constant instrumentationName (line 40) | instrumentationName = "github.com/overmindtech/workspace" function Tracer (line 66) | func Tracer() trace.Tracer { function hasGitDir (line 71) | func hasGitDir() bool { function tracingResource (line 101) | func tracingResource(component string) *resource.Resource { function InitTracerWithUpstreams (line 165) | func InitTracerWithUpstreams(component, honeycombApiKey, sentryDSN strin... function InitTracer (line 235) | func InitTracer(component string, opts ...otlptracehttp.Option) error { function ShutdownTracer (line 264) | func ShutdownTracer(ctx context.Context) { function Version (line 283) | func Version() string { function HTTPClient (line 290) | func HTTPClient() *http.Client { FILE: go/tracing/main_test.go function TestTracingResource (line 19) | func TestTracingResource(t *testing.T) { function TestShutdownProvider (line 26) | func TestShutdownProvider(t *testing.T) { function TestShutdownIdempotent (line 44) | func TestShutdownIdempotent(t *testing.T) { function TestErrorHandlerRegistered (line 53) | func TestErrorHandlerRegistered(t *testing.T) { function TestBatcherOpts (line 70) | func TestBatcherOpts(t *testing.T) { function TestInitTracerSetsErrorHandler (line 86) | func TestInitTracerSetsErrorHandler(t *testing.T) { function TestHTTPClient_ProducesSpans (line 109) | func TestHTTPClient_ProducesSpans(t *testing.T) { FILE: go/tracing/memory.go function safeUint64ToInt64 (line 12) | func safeUint64ToInt64(val uint64) int64 { type MemoryStats (line 35) | type MemoryStats struct function ReadMemoryStats (line 48) | func ReadMemoryStats() MemoryStats { function SetMemoryAttributes (line 65) | func SetMemoryAttributes(span trace.Span, prefix string, memStats Memory... function SetMemoryDeltaAttributes (line 81) | func SetMemoryDeltaAttributes(span trace.Span, prefix string, before, af... FILE: go/tracing/memory_test.go function TestSafeUint64ToInt64 (line 7) | func TestSafeUint64ToInt64(t *testing.T) { function TestReadMemoryStats (line 49) | func TestReadMemoryStats(t *testing.T) { FILE: k8s-source/adapters/clusterrole.go function newClusterRoleAdapter (line 12) | func newClusterRoleAdapter(cs *kubernetes.Clientset, cluster string, nam... function init (line 47) | func init() { FILE: k8s-source/adapters/clusterrole_test.go function TestClusterRoleAdapter (line 21) | func TestClusterRoleAdapter(t *testing.T) { FILE: k8s-source/adapters/clusterrolebinding.go function clusterRoleBindingExtractor (line 12) | func clusterRoleBindingExtractor(resource *v1.ClusterRoleBinding, scope ... function newClusterRoleBindingAdapter (line 64) | func newClusterRoleBindingAdapter(cs *kubernetes.Clientset, cluster stri... function init (line 87) | func init() { FILE: k8s-source/adapters/clusterrolebinding_test.go function TestClusterRoleBindingAdapter (line 25) | func TestClusterRoleBindingAdapter(t *testing.T) { FILE: k8s-source/adapters/configmap.go function newConfigMapAdapter (line 11) | func newConfigMapAdapter(cs *kubernetes.Clientset, cluster string, names... function init (line 51) | func init() { FILE: k8s-source/adapters/configmap_test.go function TestConfigMapAdapter (line 30) | func TestConfigMapAdapter(t *testing.T) { function TestConfigMapAdapterWithS3ARN (line 49) | func TestConfigMapAdapterWithS3ARN(t *testing.T) { FILE: k8s-source/adapters/cronjob.go function newCronJobAdapter (line 12) | func newCronJobAdapter(cs *kubernetes.Clientset, cluster string, namespa... function init (line 54) | func init() { FILE: k8s-source/adapters/cronjob_test.go function TestCronJobAdapter (line 31) | func TestCronJobAdapter(t *testing.T) { FILE: k8s-source/adapters/daemonset.go function newDaemonSetAdapter (line 12) | func newDaemonSetAdapter(cs *kubernetes.Clientset, cluster string, names... function init (line 53) | func init() { FILE: k8s-source/adapters/daemonset_test.go function TestDaemonSetSource (line 31) | func TestDaemonSetSource(t *testing.T) { FILE: k8s-source/adapters/deployment.go function newDeploymentAdapter (line 16) | func newDeploymentAdapter(cs *kubernetes.Clientset, cluster string, name... function init (line 118) | func init() { FILE: k8s-source/adapters/deployment_test.go function TestDeploymentSource (line 33) | func TestDeploymentSource(t *testing.T) { FILE: k8s-source/adapters/endpoints.go function EndpointsExtractor (line 20) | func EndpointsExtractor(resource *v1.Endpoints, scope string) ([]*sdp.Li... function newEndpointsAdapter (line 73) | func newEndpointsAdapter(cs *kubernetes.Clientset, cluster string, names... function init (line 114) | func init() { FILE: k8s-source/adapters/endpoints_test.go function TestEndpointsAdapter (line 48) | func TestEndpointsAdapter(t *testing.T) { FILE: k8s-source/adapters/endpointslice.go function endpointSliceExtractor (line 14) | func endpointSliceExtractor(resource *v1.EndpointSlice, scope string) ([... function newEndpointSliceAdapter (line 88) | func newEndpointSliceAdapter(cs *kubernetes.Clientset, cluster string, n... function init (line 130) | func init() { FILE: k8s-source/adapters/endpointslice_test.go function TestEndpointSliceAdapter (line 48) | func TestEndpointSliceAdapter(t *testing.T) { FILE: k8s-source/adapters/generic_source.go constant DefaultCacheDuration (line 17) | DefaultCacheDuration = 30 * time.Minute type NamespacedInterfaceBuilder (line 21) | type NamespacedInterfaceBuilder type ClusterInterfaceBuilder (line 25) | type ClusterInterfaceBuilder type ItemInterface (line 31) | type ItemInterface interface type KubeTypeAdapter (line 36) | type KubeTypeAdapter struct method cacheDuration (line 82) | func (s *KubeTypeAdapter[Resource, ResourceList]) cacheDuration() time.D... method Validate (line 91) | func (s *KubeTypeAdapter[Resource, ResourceList]) Validate() error { method namespaced (line 116) | func (s *KubeTypeAdapter[Resource, ResourceList]) namespaced() bool { method Type (line 120) | func (s *KubeTypeAdapter[Resource, ResourceList]) Type() string { method Metadata (line 124) | func (s *KubeTypeAdapter[Resource, ResourceList]) Metadata() *sdp.Adapte... method Name (line 128) | func (s *KubeTypeAdapter[Resource, ResourceList]) Name() string { method Weight (line 132) | func (s *KubeTypeAdapter[Resource, ResourceList]) Weight() int { method Scopes (line 136) | func (s *KubeTypeAdapter[Resource, ResourceList]) Scopes() []string { method Get (line 159) | func (s *KubeTypeAdapter[Resource, ResourceList]) Get(ctx context.Contex... method List (line 212) | func (s *KubeTypeAdapter[Resource, ResourceList]) List(ctx context.Conte... method listWithOptions (line 242) | func (s *KubeTypeAdapter[Resource, ResourceList]) listWithOptions(ctx co... method Search (line 269) | func (s *KubeTypeAdapter[Resource, ResourceList]) Search(ctx context.Con... method itemInterface (line 292) | func (s *KubeTypeAdapter[Resource, ResourceList]) itemInterface(scope st... function ignored (line 315) | func ignored(key string) bool { method resourcesToItems (line 320) | func (s *KubeTypeAdapter[Resource, ResourceList]) resourcesToItems(resou... method resourceToItem (line 338) | func (s *KubeTypeAdapter[Resource, ResourceList]) resourceToItem(resourc... function ObjectReferenceToQuery (line 421) | func ObjectReferenceToQuery(ref *corev1.ObjectReference, parentScope Sco... function DefaultSupportedQueryMethods (line 441) | func DefaultSupportedQueryMethods(name string) *sdp.AdapterSupportedQuer... FILE: k8s-source/adapters/generic_source_test.go type PodClient (line 20) | type PodClient struct method Get (line 25) | func (p PodClient) Get(ctx context.Context, name string, opts metav1.G... method List (line 70) | func (p PodClient) List(ctx context.Context, opts metav1.ListOptions) ... function createAdapter (line 135) | func createAdapter(namespaced bool) *KubeTypeAdapter[*v1.Pod, *v1.PodLis... function TestAdapterValidate (line 187) | func TestAdapterValidate(t *testing.T) { function TestType (line 290) | func TestType(t *testing.T) { function TestName (line 298) | func TestName(t *testing.T) { function TestScopes (line 306) | func TestScopes(t *testing.T) { function TestAdapterGet (line 324) | func TestAdapterGet(t *testing.T) { function TestFailingQueryExtractor (line 382) | func TestFailingQueryExtractor(t *testing.T) { function TestList (line 395) | func TestList(t *testing.T) { function TestSearch (line 455) | func TestSearch(t *testing.T) { function TestRedact (line 481) | func TestRedact(t *testing.T) { type QueryTest (line 506) | type QueryTest struct type QueryTests (line 517) | type QueryTests method Execute (line 519) | func (i QueryTests) Execute(t *testing.T, item *sdp.Item) { function lirMatches (line 538) | func lirMatches(test QueryTest, req *sdp.LinkedItemQuery) bool { type AdapterTests (line 566) | type AdapterTests struct method Execute (line 588) | func (s AdapterTests) Execute(t *testing.T) { function WaitFor (line 706) | func WaitFor(timeout time.Duration, run func() bool) error { function TestObjectReferenceToQuery (line 722) | func TestObjectReferenceToQuery(t *testing.T) { FILE: k8s-source/adapters/horizontalpodautoscaler.go function horizontalPodAutoscalerExtractor (line 12) | func horizontalPodAutoscalerExtractor(resource *v2.HorizontalPodAutoscal... function newHorizontalPodAutoscalerAdapter (line 27) | func newHorizontalPodAutoscalerAdapter(cs *kubernetes.Clientset, cluster... function init (line 63) | func init() { FILE: k8s-source/adapters/horizontalpodautoscaler_test.go function TestHorizontalPodAutoscalerAdapter (line 51) | func TestHorizontalPodAutoscalerAdapter(t *testing.T) { FILE: k8s-source/adapters/ingress.go function ingressExtractor (line 12) | func ingressExtractor(resource *v1.Ingress, scope string) ([]*sdp.Linked... function newIngressAdapter (line 92) | func newIngressAdapter(cs *kubernetes.Clientset, cluster string, namespa... function init (line 129) | func init() { FILE: k8s-source/adapters/ingress_test.go function TestIngressAdapter (line 62) | func TestIngressAdapter(t *testing.T) { FILE: k8s-source/adapters/job.go function jobExtractor (line 12) | func jobExtractor(resource *v1.Job, scope string) ([]*sdp.LinkedItemQuer... function newJobAdapter (line 29) | func newJobAdapter(cs *kubernetes.Clientset, cluster string, namespaces ... function init (line 71) | func init() { FILE: k8s-source/adapters/job_test.go function TestJobAdapter (line 45) | func TestJobAdapter(t *testing.T) { FILE: k8s-source/adapters/limitrange.go function newLimitRangeAdapter (line 11) | func newLimitRangeAdapter(cs *kubernetes.Clientset, cluster string, name... function init (line 50) | func init() { FILE: k8s-source/adapters/limitrange_test.go function TestLimitRangeAdapter (line 36) | func TestLimitRangeAdapter(t *testing.T) { FILE: k8s-source/adapters/main.go type AdapterLoader (line 9) | type AdapterLoader function registerAdapterLoader (line 13) | func registerAdapterLoader(loader AdapterLoader) { function LoadAllAdapters (line 17) | func LoadAllAdapters(cs *kubernetes.Clientset, cluster string, namespace... FILE: k8s-source/adapters/networkpolicy.go function NetworkPolicyExtractor (line 12) | func NetworkPolicyExtractor(resource *v1.NetworkPolicy, scope string) ([... function newNetworkPolicyAdapter (line 56) | func newNetworkPolicyAdapter(cs *kubernetes.Clientset, cluster string, n... function init (line 96) | func init() { FILE: k8s-source/adapters/networkpolicy_test.go function TestNetworkPolicyAdapter (line 32) | func TestNetworkPolicyAdapter(t *testing.T) { FILE: k8s-source/adapters/node.go function linkedItemExtractor (line 14) | func linkedItemExtractor(resource *v1.Node, scope string) ([]*sdp.Linked... function newNodeAdapter (line 63) | func newNodeAdapter(cs *kubernetes.Clientset, cluster string, namespaces... function init (line 100) | func init() { FILE: k8s-source/adapters/node_test.go function TestNodeAdapter (line 11) | func TestNodeAdapter(t *testing.T) { FILE: k8s-source/adapters/persistentvolume.go function PersistentVolumeExtractor (line 13) | func PersistentVolumeExtractor(resource *v1.PersistentVolume, scope stri... function newPersistentVolumeAdapter (line 72) | func newPersistentVolumeAdapter(cs *kubernetes.Clientset, cluster string... function init (line 113) | func init() { FILE: k8s-source/adapters/persistentvolume_test.go function TestPersistentVolumeAdapter (line 24) | func TestPersistentVolumeAdapter(t *testing.T) { FILE: k8s-source/adapters/persistentvolumeclaim.go function PersistentVolumeClaimExtractor (line 13) | func PersistentVolumeClaimExtractor(resource *v1.PersistentVolumeClaim, ... function newPersistentVolumeClaimAdapter (line 34) | func newPersistentVolumeClaimAdapter(cs *kubernetes.Clientset, cluster s... function init (line 75) | func init() { FILE: k8s-source/adapters/persistentvolumeclaim_test.go function TestPersistentVolumeClaimAdapter (line 52) | func TestPersistentVolumeClaimAdapter(t *testing.T) { FILE: k8s-source/adapters/poddisruptionbudget.go function podDisruptionBudgetExtractor (line 11) | func podDisruptionBudgetExtractor(resource *v1.PodDisruptionBudget, scop... function newPodDisruptionBudgetAdapter (line 28) | func newPodDisruptionBudgetAdapter(cs *kubernetes.Clientset, cluster str... function init (line 65) | func init() { FILE: k8s-source/adapters/poddisruptionbudget_test.go function TestPodDisruptionBudgetAdapter (line 23) | func TestPodDisruptionBudgetAdapter(t *testing.T) { FILE: k8s-source/adapters/pods.go function PodExtractor (line 15) | func PodExtractor(resource *v1.Pod, scope string) ([]*sdp.LinkedItemQuer... function newPodAdapter (line 231) | func newPodAdapter(cs *kubernetes.Clientset, cluster string, namespaces ... function hasWaitingContainerErrors (line 281) | func hasWaitingContainerErrors(containerStatuses []v1.ContainerStatus) b... function init (line 320) | func init() { FILE: k8s-source/adapters/pods_test.go function TestPodAdapter (line 130) | func TestPodAdapter(t *testing.T) { function TestHasWaitingContainerErrors (line 217) | func TestHasWaitingContainerErrors(t *testing.T) { FILE: k8s-source/adapters/priorityclass.go function newPriorityClassAdapter (line 12) | func newPriorityClassAdapter(cs *kubernetes.Clientset, cluster string, n... function init (line 51) | func init() { FILE: k8s-source/adapters/priorityclass_test.go function TestPriorityClassAdapter (line 19) | func TestPriorityClassAdapter(t *testing.T) { FILE: k8s-source/adapters/replicaset.go function replicaSetExtractor (line 12) | func replicaSetExtractor(resource *v1.ReplicaSet, scope string) ([]*sdp.... function newReplicaSetAdapter (line 29) | func newReplicaSetAdapter(cs *kubernetes.Clientset, cluster string, name... function init (line 61) | func init() { FILE: k8s-source/adapters/replicaset_test.go function TestReplicaSetAdapter (line 34) | func TestReplicaSetAdapter(t *testing.T) { FILE: k8s-source/adapters/replicationcontroller.go function replicationControllerExtractor (line 12) | func replicationControllerExtractor(resource *v1.ReplicationController, ... function newReplicationControllerAdapter (line 31) | func newReplicationControllerAdapter(cs *kubernetes.Clientset, cluster s... function init (line 73) | func init() { FILE: k8s-source/adapters/replicationcontroller_test.go function TestReplicationControllerAdapter (line 33) | func TestReplicationControllerAdapter(t *testing.T) { FILE: k8s-source/adapters/resourcequota.go function newResourceQuotaAdapter (line 11) | func newResourceQuotaAdapter(cs *kubernetes.Clientset, cluster string, n... function init (line 50) | func init() { FILE: k8s-source/adapters/resourcequota_test.go function TestResourceQuotaAdapter (line 23) | func TestResourceQuotaAdapter(t *testing.T) { FILE: k8s-source/adapters/role.go function newRoleAdapter (line 12) | func newRoleAdapter(cs *kubernetes.Clientset, cluster string, namespaces... function init (line 51) | func init() { FILE: k8s-source/adapters/role_test.go function TestRoleAdapter (line 36) | func TestRoleAdapter(t *testing.T) { FILE: k8s-source/adapters/rolebinding.go function roleBindingExtractor (line 12) | func roleBindingExtractor(resource *v1.RoleBinding, scope string) ([]*sd... function newRoleBindingAdapter (line 62) | func newRoleBindingAdapter(cs *kubernetes.Clientset, cluster string, nam... function init (line 103) | func init() { FILE: k8s-source/adapters/rolebinding_test.go function TestRoleBindingAdapter (line 70) | func TestRoleBindingAdapter(t *testing.T) { FILE: k8s-source/adapters/secret.go function newSecretAdapter (line 13) | func newSecretAdapter(cs *kubernetes.Clientset, cluster string, namespac... function init (line 70) | func init() { FILE: k8s-source/adapters/secret_test.go function TestSecretAdapter (line 21) | func TestSecretAdapter(t *testing.T) { FILE: k8s-source/adapters/service.go function serviceExtractor (line 12) | func serviceExtractor(resource *v1.Service, scope string) ([]*sdp.Linked... function newServiceAdapter (line 112) | func newServiceAdapter(cs *kubernetes.Clientset, cluster string, namespa... function init (line 153) | func init() { FILE: k8s-source/adapters/service_test.go function TestServiceAdapter (line 48) | func TestServiceAdapter(t *testing.T) { FILE: k8s-source/adapters/serviceaccount.go function serviceAccountExtractor (line 11) | func serviceAccountExtractor(resource *v1.ServiceAccount, scope string) ... function newServiceAccountAdapter (line 39) | func newServiceAccountAdapter(cs *kubernetes.Clientset, cluster string, ... function init (line 80) | func init() { FILE: k8s-source/adapters/serviceaccount_test.go function TestServiceAccountAdapter (line 38) | func TestServiceAccountAdapter(t *testing.T) { FILE: k8s-source/adapters/shared_test.go constant TestNamespace (line 23) | TestNamespace = "k8s-source-testing" constant TestNamespaceYAML (line 25) | TestNamespaceYAML = ` type TestCluster (line 32) | type TestCluster struct method ConnectExisting (line 48) | func (t *TestCluster) ConnectExisting(name string) error { method Start (line 81) | func (t *TestCluster) Start() error { method Apply (line 141) | func (t *TestCluster) Apply(yaml string) error { method Delete (line 146) | func (t *TestCluster) Delete(yaml string) error { method kubectl (line 150) | func (t *TestCluster) kubectl(method string, yaml string) error { method Stop (line 189) | func (t *TestCluster) Stop() error { function buildConfigWithContextFromFlags (line 40) | func buildConfigWithContextFromFlags(context string, kubeconfigPath stri... function TestMain (line 201) | func TestMain(m *testing.M) { FILE: k8s-source/adapters/shared_util.go type ScopeDetails (line 12) | type ScopeDetails struct method String (line 17) | func (sd ScopeDetails) String() string { function ParseScope (line 29) | func ParseScope(itemScope string, namespaced bool) (ScopeDetails, error) { type Selector (line 62) | type Selector method String (line 66) | func (l Selector) String() string { function ListOptionsToQuery (line 78) | func ListOptionsToQuery(lo *metav1.ListOptions) string { function LabelSelectorToQuery (line 90) | func LabelSelectorToQuery(labelSelector *metav1.LabelSelector) string { function QueryToListOptions (line 98) | func QueryToListOptions(query string) (metav1.ListOptions, error) { FILE: k8s-source/adapters/shared_util_test.go function TestParseScope (line 5) | func TestParseScope(t *testing.T) { FILE: k8s-source/adapters/statefulset.go function statefulSetExtractor (line 13) | func statefulSetExtractor(resource *v1.StatefulSet, scope string) ([]*sd... function newStatefulSetAdapter (line 58) | func newStatefulSetAdapter(cs *kubernetes.Clientset, cluster string, nam... function init (line 99) | func init() { FILE: k8s-source/adapters/statefulset_test.go function TestStatefulSetAdapter (line 46) | func TestStatefulSetAdapter(t *testing.T) { FILE: k8s-source/adapters/storageclass.go function newStorageClassAdapter (line 12) | func newStorageClassAdapter(cs *kubernetes.Clientset, cluster string, na... function init (line 51) | func init() { FILE: k8s-source/adapters/storageclass_test.go function TestStorageClassAdapter (line 20) | func TestStorageClassAdapter(t *testing.T) { FILE: k8s-source/adapters/volumeattachment.go function volumeAttachmentExtractor (line 11) | func volumeAttachmentExtractor(resource *v1.VolumeAttachment, scope stri... function newVolumeAttachmentAdapter (line 39) | func newVolumeAttachmentAdapter(cs *kubernetes.Clientset, cluster string... function init (line 77) | func init() { FILE: k8s-source/adapters/volumeattachment_test.go function TestVolumeAttachmentAdapter (line 64) | func TestVolumeAttachmentAdapter(t *testing.T) { FILE: k8s-source/cmd/root.go function Execute (line 294) | func Execute() { function loadRestConfig (line 303) | func loadRestConfig(kubeconfig string) (*rest.Config, error) { function createK8sClient (line 313) | func createK8sClient() (*proc.K8sConfig, *kubernetes.Clientset, string, ... function watchNamespaces (line 358) | func watchNamespaces(ctx context.Context, clientSet *kubernetes.Clientse... function init (line 376) | func init() { function initConfig (line 453) | func initConfig() { type TerminationLogHook (line 468) | type TerminationLogHook struct method Levels (line 470) | func (t TerminationLogHook) Levels() []log.Level { method Fire (line 474) | func (t TerminationLogHook) Fire(e *log.Entry) error { FILE: k8s-source/main.go function main (line 23) | func main() { FILE: k8s-source/proc/proc.go type K8sConfig (line 10) | type K8sConfig struct function ConfigFromViper (line 21) | func ConfigFromViper() (*K8sConfig, error) { FILE: knowledge/discover.go type KnowledgeFile (line 19) | type KnowledgeFile struct type Warning (line 28) | type Warning struct type frontmatter (line 34) | type frontmatter struct constant maxFileSize (line 46) | maxFileSize = 10 * 1024 * 1024 function FindKnowledgeDir (line 53) | func FindKnowledgeDir(startDir string) string { function ResolveKnowledgeDirs (line 79) | func ResolveKnowledgeDirs(startDir string, explicitDirs []string) []stri... function Discover (line 111) | func Discover(knowledgeDirs ...string) ([]KnowledgeFile, []Warning) { function discoverOne (line 169) | func discoverOne(knowledgeDir string) ([]KnowledgeFile, []Warning) { function processFile (line 269) | func processFile(path, relPath, sourceDir string) (*KnowledgeFile, *Warn... function parseFrontmatter (line 331) | func parseFrontmatter(content string) (string, string, string, error) { function validateName (line 408) | func validateName(name string) error { function validateDescription (line 427) | func validateDescription(description string) error { function DiscoverAndConvert (line 445) | func DiscoverAndConvert(ctx context.Context, knowledgeDirs ...string) []... FILE: knowledge/discover_test.go function TestDiscover_EmptyDirectory (line 10) | func TestDiscover_EmptyDirectory(t *testing.T) { function TestDiscover_DirectoryDoesNotExist (line 28) | func TestDiscover_DirectoryDoesNotExist(t *testing.T) { function TestDiscover_ValidFiles (line 42) | func TestDiscover_ValidFiles(t *testing.T) { function TestDiscover_NonMarkdownFilesSkipped (line 105) | func TestDiscover_NonMarkdownFilesSkipped(t *testing.T) { function TestDiscover_NestedSubfolders (line 136) | func TestDiscover_NestedSubfolders(t *testing.T) { function TestParseFrontmatter_Valid (line 168) | func TestParseFrontmatter_Valid(t *testing.T) { function TestParseFrontmatter_CRLF (line 192) | func TestParseFrontmatter_CRLF(t *testing.T) { function TestParseFrontmatter_CRLFAtEOF (line 212) | func TestParseFrontmatter_CRLFAtEOF(t *testing.T) { function TestParseFrontmatter_MixedLineEndings (line 228) | func TestParseFrontmatter_MixedLineEndings(t *testing.T) { function TestParseFrontmatter_Whitespace (line 247) | func TestParseFrontmatter_Whitespace(t *testing.T) { function TestParseFrontmatter_MissingFrontmatter (line 268) | func TestParseFrontmatter_MissingFrontmatter(t *testing.T) { function TestParseFrontmatter_EmptyFrontmatter (line 280) | func TestParseFrontmatter_EmptyFrontmatter(t *testing.T) { function TestParseFrontmatter_UnknownFields (line 296) | func TestParseFrontmatter_UnknownFields(t *testing.T) { function TestParseFrontmatter_InvalidYAML (line 316) | func TestParseFrontmatter_InvalidYAML(t *testing.T) { function TestParseFrontmatter_NoClosingDelimiter (line 331) | func TestParseFrontmatter_NoClosingDelimiter(t *testing.T) { function TestValidateName_Valid (line 344) | func TestValidateName_Valid(t *testing.T) { function TestValidateName_Invalid (line 362) | func TestValidateName_Invalid(t *testing.T) { function TestValidateDescription_Valid (line 389) | func TestValidateDescription_Valid(t *testing.T) { function TestValidateDescription_Invalid (line 404) | func TestValidateDescription_Invalid(t *testing.T) { function TestDiscover_Deduplication (line 424) | func TestDiscover_Deduplication(t *testing.T) { function TestDiscover_DuplicateInSubfolder (line 470) | func TestDiscover_DuplicateInSubfolder(t *testing.T) { function TestDiscover_InvalidFilesProduceWarnings (line 505) | func TestDiscover_InvalidFilesProduceWarnings(t *testing.T) { function TestDiscover_FileSizeLimit (line 560) | func TestDiscover_FileSizeLimit(t *testing.T) { function TestDiscover_LexicographicOrdering (line 597) | func TestDiscover_LexicographicOrdering(t *testing.T) { function TestFindKnowledgeDir_InCWD (line 650) | func TestFindKnowledgeDir_InCWD(t *testing.T) { function TestFindKnowledgeDir_InParent (line 664) | func TestFindKnowledgeDir_InParent(t *testing.T) { function TestFindKnowledgeDir_InGrandparent (line 682) | func TestFindKnowledgeDir_InGrandparent(t *testing.T) { function TestFindKnowledgeDir_StopsAtGitBoundary (line 700) | func TestFindKnowledgeDir_StopsAtGitBoundary(t *testing.T) { function TestFindKnowledgeDir_CWDTakesPriority (line 724) | func TestFindKnowledgeDir_CWDTakesPriority(t *testing.T) { function TestFindKnowledgeDir_NotFoundAnywhere (line 745) | func TestFindKnowledgeDir_NotFoundAnywhere(t *testing.T) { function TestFindKnowledgeDir_GitBoundaryWithKnowledge (line 763) | func TestFindKnowledgeDir_GitBoundaryWithKnowledge(t *testing.T) { function TestResolveKnowledgeDirs_EmptyExplicit (line 788) | func TestResolveKnowledgeDirs_EmptyExplicit(t *testing.T) { function TestResolveKnowledgeDirs_ExplicitDirs (line 807) | func TestResolveKnowledgeDirs_ExplicitDirs(t *testing.T) { function TestResolveKnowledgeDirs_MissingDirTolerated (line 827) | func TestResolveKnowledgeDirs_MissingDirTolerated(t *testing.T) { function TestResolveKnowledgeDirs_AllMissing (line 847) | func TestResolveKnowledgeDirs_AllMissing(t *testing.T) { function TestDiscover_MultipleDirectories (line 859) | func TestDiscover_MultipleDirectories(t *testing.T) { function TestDiscover_CrossDirOverride (line 910) | func TestDiscover_CrossDirOverride(t *testing.T) { function TestDiscover_WithinDirDuplicateStillWarns (line 966) | func TestDiscover_WithinDirDuplicateStillWarns(t *testing.T) { function TestDiscover_MixedExistingAndMissing (line 998) | func TestDiscover_MixedExistingAndMissing(t *testing.T) { function TestDiscover_DeterministicOrdering (line 1026) | func TestDiscover_DeterministicOrdering(t *testing.T) { function TestDiscover_EmptyList (line 1067) | func TestDiscover_EmptyList(t *testing.T) { function writeFile (line 1080) | func writeFile(t *testing.T, path, content string) { FILE: main.go function main (line 7) | func main() { FILE: sources/aws/apigateway-api-key.go type apiGatewayKeyWrapper (line 20) | type apiGatewayKeyWrapper struct method TerraformMappings (line 40) | func (d *apiGatewayKeyWrapper) TerraformMappings() []*sdp.TerraformMap... method GetLookups (line 50) | func (d *apiGatewayKeyWrapper) GetLookups() sources.ItemTypeLookups { method Get (line 57) | func (d *apiGatewayKeyWrapper) Get(ctx context.Context, scope string, ... method SearchLookups (line 69) | func (d *apiGatewayKeyWrapper) SearchLookups() []sources.ItemTypeLooku... method Search (line 78) | func (d *apiGatewayKeyWrapper) Search(ctx context.Context, scope strin... method List (line 90) | func (d *apiGatewayKeyWrapper) List(ctx context.Context, scope string)... method mapper (line 100) | func (d *apiGatewayKeyWrapper) mapper(apiKeys []types.ApiKey, scope st... method awsToSdpItem (line 115) | func (d *apiGatewayKeyWrapper) awsToSdpItem(apiKey types.ApiKey, scope... function NewApiGatewayAPIKey (line 27) | func NewApiGatewayAPIKey(client *apigateway.Client, accountID, region st... function convertGetApiKeyOutputToApiKey (line 154) | func convertGetApiKeyOutputToApiKey(output *apigateway.GetApiKeyOutput) ... FILE: sources/aws/apigateway-stage.go type apiGatewayStageWrapper (line 31) | type apiGatewayStageWrapper struct method PotentialLinks (line 49) | func (d *apiGatewayStageWrapper) PotentialLinks() map[shared.ItemType]... method TerraformMappings (line 54) | func (d *apiGatewayStageWrapper) TerraformMappings() []*sdp.TerraformM... method GetLookups (line 63) | func (d *apiGatewayStageWrapper) GetLookups() sources.ItemTypeLookups { method Get (line 70) | func (d *apiGatewayStageWrapper) Get(ctx context.Context, scope string... method SearchLookups (line 83) | func (d *apiGatewayStageWrapper) SearchLookups() []sources.ItemTypeLoo... method Search (line 96) | func (d *apiGatewayStageWrapper) Search(ctx context.Context, scope str... method mapper (line 120) | func (d *apiGatewayStageWrapper) mapper(stages []types.Stage, scope, q... method awsToSdpItem (line 135) | func (d *apiGatewayStageWrapper) awsToSdpItem(stage types.Stage, scope... function NewAPIGatewayStage (line 38) | func NewAPIGatewayStage(client *apigateway.Client, accountID, region str... function convertGetStageOutputToStage (line 187) | func convertGetStageOutputToStage(output *apigateway.GetStageOutput) typ... FILE: sources/aws/base.go type Base (line 10) | type Base struct method AccountID (line 34) | func (m *Base) AccountID() string { method Region (line 38) | func (m *Base) Region() string { function NewBase (line 17) | func NewBase( FILE: sources/aws/errors.go function queryError (line 13) | func queryError(err error, scope string, itemType string) *sdp.QueryError { FILE: sources/aws/shared/models.go constant AWS (line 8) | AWS shared.Source = "aws" constant APIGateway (line 13) | APIGateway shared.API = "api-gateway" constant WAFv2 (line 14) | WAFv2 shared.API = "wafv2" constant Kinesis (line 15) | Kinesis shared.API = "kinesis" constant IAM (line 16) | IAM shared.API = "iam" constant MSK (line 17) | MSK shared.API = "msk" constant APIKey (line 22) | APIKey shared.Resource = "api-key" constant Stage (line 23) | Stage shared.Resource = "stage" constant RESTAPI (line 24) | RESTAPI shared.Resource = "rest-api" constant Deployment (line 25) | Deployment shared.Resource = "deployment" constant WebACL (line 26) | WebACL shared.Resource = "web-acl" constant Stream (line 27) | Stream shared.Resource = "stream" constant StreamConsumer (line 28) | StreamConsumer shared.Resource = "stream-consumer" constant Role (line 29) | Role shared.Resource = "role" constant Cluster (line 30) | Cluster shared.Resource = "cluster" FILE: sources/aws/validation_test.go type Validate (line 14) | type Validate interface function TestAdaptersValidation (line 18) | func TestAdaptersValidation(t *testing.T) { FILE: sources/azure/clients/application-gateways-client.go type ApplicationGatewaysClient (line 16) | type ApplicationGatewaysClient interface type applicationGatewaysClient (line 21) | type applicationGatewaysClient struct method Get (line 25) | func (a *applicationGatewaysClient) Get(ctx context.Context, resourceG... method List (line 29) | func (a *applicationGatewaysClient) List(resourceGroupName string, opt... function NewApplicationGatewaysClient (line 34) | func NewApplicationGatewaysClient(client *armnetwork.ApplicationGateways... FILE: sources/azure/clients/application-security-groups-client.go type ApplicationSecurityGroupsClient (line 15) | type ApplicationSecurityGroupsClient interface type applicationSecurityGroupsClient (line 20) | type applicationSecurityGroupsClient struct method Get (line 24) | func (c *applicationSecurityGroupsClient) Get(ctx context.Context, res... method NewListPager (line 28) | func (c *applicationSecurityGroupsClient) NewListPager(resourceGroupNa... function NewApplicationSecurityGroupsClient (line 33) | func NewApplicationSecurityGroupsClient(client *armnetwork.ApplicationSe... FILE: sources/azure/clients/availability-sets-client.go type AvailabilitySetsClient (line 16) | type AvailabilitySetsClient interface type availabilitySetsClient (line 21) | type availabilitySetsClient struct method NewListPager (line 25) | func (a *availabilitySetsClient) NewListPager(resourceGroupName string... method Get (line 29) | func (a *availabilitySetsClient) Get(ctx context.Context, resourceGrou... function NewAvailabilitySetsClient (line 34) | func NewAvailabilitySetsClient(client *armcompute.AvailabilitySetsClient... FILE: sources/azure/clients/batch-accounts-client.go type BatchAccountsClient (line 16) | type BatchAccountsClient interface type batchAccountsClient (line 21) | type batchAccountsClient struct method ListByResourceGroup (line 25) | func (c *batchAccountsClient) ListByResourceGroup(ctx context.Context,... method Get (line 29) | func (c *batchAccountsClient) Get(ctx context.Context, resourceGroupNa... function NewBatchAccountsClient (line 34) | func NewBatchAccountsClient(client *armbatch.AccountClient) BatchAccount... FILE: sources/azure/clients/batch-application-client.go type BatchApplicationsClient (line 15) | type BatchApplicationsClient interface type batchApplicationsClient (line 20) | type batchApplicationsClient struct method Get (line 24) | func (c *batchApplicationsClient) Get(ctx context.Context, resourceGro... method List (line 28) | func (c *batchApplicationsClient) List(ctx context.Context, resourceGr... function NewBatchApplicationsClient (line 33) | func NewBatchApplicationsClient(client *armbatch.ApplicationClient) Batc... FILE: sources/azure/clients/batch-application-package-client.go type BatchApplicationPackagesClient (line 15) | type BatchApplicationPackagesClient interface type batchApplicationPackagesClient (line 20) | type batchApplicationPackagesClient struct method Get (line 24) | func (c *batchApplicationPackagesClient) Get(ctx context.Context, reso... method List (line 28) | func (c *batchApplicationPackagesClient) List(ctx context.Context, res... function NewBatchApplicationPackagesClient (line 33) | func NewBatchApplicationPackagesClient(client *armbatch.ApplicationPacka... FILE: sources/azure/clients/batch-pool-client.go type BatchPoolsClient (line 15) | type BatchPoolsClient interface type batchPoolsClient (line 20) | type batchPoolsClient struct method Get (line 24) | func (c *batchPoolsClient) Get(ctx context.Context, resourceGroupName ... method ListByBatchAccount (line 28) | func (c *batchPoolsClient) ListByBatchAccount(ctx context.Context, res... function NewBatchPoolsClient (line 33) | func NewBatchPoolsClient(client *armbatch.PoolClient) BatchPoolsClient { FILE: sources/azure/clients/batch-private-endpoint-connection-client.go type BatchPrivateEndpointConnectionClient (line 15) | type BatchPrivateEndpointConnectionClient interface type batchPrivateEndpointConnectionClient (line 20) | type batchPrivateEndpointConnectionClient struct method Get (line 24) | func (c *batchPrivateEndpointConnectionClient) Get(ctx context.Context... method ListByBatchAccount (line 28) | func (c *batchPrivateEndpointConnectionClient) ListByBatchAccount(ctx ... function NewBatchPrivateEndpointConnectionClient (line 33) | func NewBatchPrivateEndpointConnectionClient(client *armbatch.PrivateEnd... FILE: sources/azure/clients/blob-containers-client.go type BlobContainersClient (line 16) | type BlobContainersClient interface type blobContainersClient (line 21) | type blobContainersClient struct method Get (line 25) | func (a *blobContainersClient) Get(ctx context.Context, resourceGroupN... method List (line 29) | func (a *blobContainersClient) List(ctx context.Context, resourceGroup... function NewBlobContainersClient (line 34) | func NewBlobContainersClient(client *armstorage.BlobContainersClient) Bl... FILE: sources/azure/clients/capacity-reservation-groups-client.go type CapacityReservationGroupsClient (line 16) | type CapacityReservationGroupsClient interface type capacityReservationGroupsClient (line 21) | type capacityReservationGroupsClient struct method NewListByResourceGroupPager (line 25) | func (a *capacityReservationGroupsClient) NewListByResourceGroupPager(... method Get (line 29) | func (a *capacityReservationGroupsClient) Get(ctx context.Context, res... function NewCapacityReservationGroupsClient (line 34) | func NewCapacityReservationGroupsClient(client *armcompute.CapacityReser... FILE: sources/azure/clients/capacity-reservations-client.go type CapacityReservationsClient (line 15) | type CapacityReservationsClient interface type capacityReservationsClient (line 20) | type capacityReservationsClient struct method NewListByCapacityReservationGroupPager (line 24) | func (c *capacityReservationsClient) NewListByCapacityReservationGroup... method Get (line 28) | func (c *capacityReservationsClient) Get(ctx context.Context, resource... function NewCapacityReservationsClient (line 33) | func NewCapacityReservationsClient(client *armcompute.CapacityReservatio... FILE: sources/azure/clients/compute-disk-access-private-endpoint-connection-client.go type ComputeDiskAccessPrivateEndpointConnectionsClient (line 15) | type ComputeDiskAccessPrivateEndpointConnectionsClient interface type computeDiskAccessPrivateEndpointConnectionsClient (line 20) | type computeDiskAccessPrivateEndpointConnectionsClient struct method Get (line 24) | func (c *computeDiskAccessPrivateEndpointConnectionsClient) Get(ctx co... method NewListPrivateEndpointConnectionsPager (line 28) | func (c *computeDiskAccessPrivateEndpointConnectionsClient) NewListPri... function NewComputeDiskAccessPrivateEndpointConnectionsClient (line 33) | func NewComputeDiskAccessPrivateEndpointConnectionsClient(client *armcom... FILE: sources/azure/clients/dbforpostgresql-configurations-client.go type PostgreSQLConfigurationsClient (line 15) | type PostgreSQLConfigurationsClient interface type postgreSQLConfigurationsClient (line 20) | type postgreSQLConfigurationsClient struct method Get (line 24) | func (c *postgreSQLConfigurationsClient) Get(ctx context.Context, reso... method NewListByServerPager (line 28) | func (c *postgreSQLConfigurationsClient) NewListByServerPager(resource... function NewPostgreSQLConfigurationsClient (line 33) | func NewPostgreSQLConfigurationsClient(client *armpostgresqlflexibleserv... FILE: sources/azure/clients/dbforpostgresql-flexible-server-administrator-client.go type DBforPostgreSQLFlexibleServerAdministratorClient (line 15) | type DBforPostgreSQLFlexibleServerAdministratorClient interface type dbforPostgreSQLFlexibleServerAdministratorClient (line 20) | type dbforPostgreSQLFlexibleServerAdministratorClient struct method ListByServer (line 24) | func (a *dbforPostgreSQLFlexibleServerAdministratorClient) ListByServe... method Get (line 28) | func (a *dbforPostgreSQLFlexibleServerAdministratorClient) Get(ctx con... function NewDBforPostgreSQLFlexibleServerAdministratorClient (line 33) | func NewDBforPostgreSQLFlexibleServerAdministratorClient(client *armpost... FILE: sources/azure/clients/dbforpostgresql-flexible-server-backup-client.go type DBforPostgreSQLFlexibleServerBackupClient (line 13) | type DBforPostgreSQLFlexibleServerBackupClient interface type dbforPostgreSQLFlexibleServerBackupClient (line 18) | type dbforPostgreSQLFlexibleServerBackupClient struct method ListByServer (line 22) | func (a *dbforPostgreSQLFlexibleServerBackupClient) ListByServer(ctx c... method Get (line 26) | func (a *dbforPostgreSQLFlexibleServerBackupClient) Get(ctx context.Co... function NewDBforPostgreSQLFlexibleServerBackupClient (line 30) | func NewDBforPostgreSQLFlexibleServerBackupClient(client *armpostgresqlf... FILE: sources/azure/clients/dbforpostgresql-flexible-server-private-endpoint-connection-client.go type DBforPostgreSQLFlexibleServerPrivateEndpointConnectionsClient (line 15) | type DBforPostgreSQLFlexibleServerPrivateEndpointConnectionsClient inter... type dbforpostgresqlFlexibleServerPrivateEndpointConnectionsClient (line 20) | type dbforpostgresqlFlexibleServerPrivateEndpointConnectionsClient struct method Get (line 24) | func (c *dbforpostgresqlFlexibleServerPrivateEndpointConnectionsClient... method ListByServer (line 28) | func (c *dbforpostgresqlFlexibleServerPrivateEndpointConnectionsClient... function NewDBforPostgreSQLFlexibleServerPrivateEndpointConnectionsClient (line 33) | func NewDBforPostgreSQLFlexibleServerPrivateEndpointConnectionsClient(cl... FILE: sources/azure/clients/dbforpostgresql-flexible-server-replica-client.go type DBforPostgreSQLFlexibleServerReplicaClient (line 13) | type DBforPostgreSQLFlexibleServerReplicaClient interface type dbforPostgreSQLFlexibleServerReplicaClient (line 18) | type dbforPostgreSQLFlexibleServerReplicaClient struct method ListByServer (line 23) | func (a *dbforPostgreSQLFlexibleServerReplicaClient) ListByServer(ctx ... method Get (line 27) | func (a *dbforPostgreSQLFlexibleServerReplicaClient) Get(ctx context.C... function NewDBforPostgreSQLFlexibleServerReplicaClient (line 31) | func NewDBforPostgreSQLFlexibleServerReplicaClient(replicasClient *armpo... FILE: sources/azure/clients/dbforpostgresql-flexible-server-virtual-endpoint-client.go type DBforPostgreSQLFlexibleServerVirtualEndpointClient (line 13) | type DBforPostgreSQLFlexibleServerVirtualEndpointClient interface type dbforPostgreSQLFlexibleServerVirtualEndpointClient (line 18) | type dbforPostgreSQLFlexibleServerVirtualEndpointClient struct method ListByServer (line 22) | func (a *dbforPostgreSQLFlexibleServerVirtualEndpointClient) ListBySer... method Get (line 26) | func (a *dbforPostgreSQLFlexibleServerVirtualEndpointClient) Get(ctx c... function NewDBforPostgreSQLFlexibleServerVirtualEndpointClient (line 30) | func NewDBforPostgreSQLFlexibleServerVirtualEndpointClient(client *armpo... FILE: sources/azure/clients/ddos-protection-plans-client.go type DdosProtectionPlansClient (line 15) | type DdosProtectionPlansClient interface type ddosProtectionPlansClient (line 20) | type ddosProtectionPlansClient struct method Get (line 24) | func (c *ddosProtectionPlansClient) Get(ctx context.Context, resourceG... method NewListByResourceGroupPager (line 28) | func (c *ddosProtectionPlansClient) NewListByResourceGroupPager(resour... function NewDdosProtectionPlansClient (line 33) | func NewDdosProtectionPlansClient(client *armnetwork.DdosProtectionPlans... FILE: sources/azure/clients/dedicated-host-groups-client.go type DedicatedHostGroupsClient (line 16) | type DedicatedHostGroupsClient interface type dedicatedHostGroupsClient (line 21) | type dedicatedHostGroupsClient struct method NewListByResourceGroupPager (line 25) | func (a *dedicatedHostGroupsClient) NewListByResourceGroupPager(resour... method Get (line 29) | func (a *dedicatedHostGroupsClient) Get(ctx context.Context, resourceG... function NewDedicatedHostGroupsClient (line 34) | func NewDedicatedHostGroupsClient(client *armcompute.DedicatedHostGroups... FILE: sources/azure/clients/dedicated-hosts-client.go type DedicatedHostsClient (line 15) | type DedicatedHostsClient interface type dedicatedHostsClient (line 20) | type dedicatedHostsClient struct method NewListByHostGroupPager (line 24) | func (c *dedicatedHostsClient) NewListByHostGroupPager(resourceGroupNa... method Get (line 28) | func (c *dedicatedHostsClient) Get(ctx context.Context, resourceGroupN... function NewDedicatedHostsClient (line 33) | func NewDedicatedHostsClient(client *armcompute.DedicatedHostsClient) De... FILE: sources/azure/clients/default-security-rules-client.go type DefaultSecurityRulesClient (line 15) | type DefaultSecurityRulesClient interface type defaultSecurityRulesClient (line 20) | type defaultSecurityRulesClient struct method Get (line 24) | func (c *defaultSecurityRulesClient) Get(ctx context.Context, resource... method NewListPager (line 28) | func (c *defaultSecurityRulesClient) NewListPager(resourceGroupName st... function NewDefaultSecurityRulesClient (line 33) | func NewDefaultSecurityRulesClient(client *armnetwork.DefaultSecurityRul... FILE: sources/azure/clients/disk-accesses-client.go type DiskAccessesClient (line 16) | type DiskAccessesClient interface type diskAccessesClient (line 21) | type diskAccessesClient struct method NewListByResourceGroupPager (line 25) | func (a *diskAccessesClient) NewListByResourceGroupPager(resourceGroup... method Get (line 29) | func (a *diskAccessesClient) Get(ctx context.Context, resourceGroupNam... function NewDiskAccessesClient (line 34) | func NewDiskAccessesClient(client *armcompute.DiskAccessesClient) DiskAc... FILE: sources/azure/clients/disk-encryption-sets-client.go type DiskEncryptionSetsClient (line 16) | type DiskEncryptionSetsClient interface type diskEncryptionSetsClient (line 21) | type diskEncryptionSetsClient struct method NewListByResourceGroupPager (line 25) | func (a *diskEncryptionSetsClient) NewListByResourceGroupPager(resourc... method Get (line 29) | func (a *diskEncryptionSetsClient) Get(ctx context.Context, resourceGr... function NewDiskEncryptionSetsClient (line 34) | func NewDiskEncryptionSetsClient(client *armcompute.DiskEncryptionSetsCl... FILE: sources/azure/clients/disks-client.go type DisksClient (line 16) | type DisksClient interface type disksClient (line 21) | type disksClient struct method NewListByResourceGroupPager (line 25) | func (a *disksClient) NewListByResourceGroupPager(resourceGroupName st... method Get (line 29) | func (a *disksClient) Get(ctx context.Context, resourceGroupName strin... function NewDisksClient (line 34) | func NewDisksClient(client *armcompute.DisksClient) DisksClient { FILE: sources/azure/clients/documentdb-database-accounts-client.go type DocumentDBDatabaseAccountsClient (line 16) | type DocumentDBDatabaseAccountsClient interface type documentDBDatabaseAccountsClient (line 21) | type documentDBDatabaseAccountsClient struct method ListByResourceGroup (line 25) | func (a *documentDBDatabaseAccountsClient) ListByResourceGroup(resourc... method Get (line 29) | func (a *documentDBDatabaseAccountsClient) Get(ctx context.Context, re... function NewDocumentDBDatabaseAccountsClient (line 34) | func NewDocumentDBDatabaseAccountsClient(client *armcosmos.DatabaseAccou... FILE: sources/azure/clients/documentdb-private-endpoint-connection-client.go type DocumentDBPrivateEndpointConnectionsClient (line 15) | type DocumentDBPrivateEndpointConnectionsClient interface type documentDBPrivateEndpointConnectionsClient (line 20) | type documentDBPrivateEndpointConnectionsClient struct method Get (line 24) | func (c *documentDBPrivateEndpointConnectionsClient) Get(ctx context.C... method ListByDatabaseAccount (line 28) | func (c *documentDBPrivateEndpointConnectionsClient) ListByDatabaseAcc... function NewDocumentDBPrivateEndpointConnectionsClient (line 33) | func NewDocumentDBPrivateEndpointConnectionsClient(client *armcosmos.Pri... FILE: sources/azure/clients/elastic-san-client.go type ElasticSanClient (line 15) | type ElasticSanClient interface type elasticSanClient (line 20) | type elasticSanClient struct method Get (line 24) | func (c *elasticSanClient) Get(ctx context.Context, resourceGroupName ... method NewListByResourceGroupPager (line 28) | func (c *elasticSanClient) NewListByResourceGroupPager(resourceGroupNa... function NewElasticSanClient (line 33) | func NewElasticSanClient(client *armelasticsan.ElasticSansClient) Elasti... FILE: sources/azure/clients/elastic-san-volume-client.go type ElasticSanVolumeClient (line 15) | type ElasticSanVolumeClient interface type elasticSanVolumeClient (line 20) | type elasticSanVolumeClient struct method Get (line 24) | func (c *elasticSanVolumeClient) Get(ctx context.Context, resourceGrou... method NewListByVolumeGroupPager (line 28) | func (c *elasticSanVolumeClient) NewListByVolumeGroupPager(resourceGro... function NewElasticSanVolumeClient (line 33) | func NewElasticSanVolumeClient(client *armelasticsan.VolumesClient) Elas... FILE: sources/azure/clients/elastic-san-volume-group-client.go type ElasticSanVolumeGroupClient (line 15) | type ElasticSanVolumeGroupClient interface type elasticSanVolumeGroupClient (line 20) | type elasticSanVolumeGroupClient struct method Get (line 24) | func (c *elasticSanVolumeGroupClient) Get(ctx context.Context, resourc... method NewListByElasticSanPager (line 28) | func (c *elasticSanVolumeGroupClient) NewListByElasticSanPager(resourc... function NewElasticSanVolumeGroupClient (line 33) | func NewElasticSanVolumeGroupClient(client *armelasticsan.VolumeGroupsCl... FILE: sources/azure/clients/elastic-san-volume-snapshot-client.go type ElasticSanVolumeSnapshotClient (line 15) | type ElasticSanVolumeSnapshotClient interface type elasticSanVolumeSnapshotClient (line 20) | type elasticSanVolumeSnapshotClient struct method Get (line 24) | func (c *elasticSanVolumeSnapshotClient) Get(ctx context.Context, reso... method ListByVolumeGroup (line 28) | func (c *elasticSanVolumeSnapshotClient) ListByVolumeGroup(ctx context... function NewElasticSanVolumeSnapshotClient (line 33) | func NewElasticSanVolumeSnapshotClient(client *armelasticsan.VolumeSnaps... FILE: sources/azure/clients/encryption-scopes-client.go type EncryptionScopesClient (line 15) | type EncryptionScopesClient interface type encryptionScopesClient (line 20) | type encryptionScopesClient struct method Get (line 24) | func (c *encryptionScopesClient) Get(ctx context.Context, resourceGrou... method List (line 28) | func (c *encryptionScopesClient) List(ctx context.Context, resourceGro... function NewEncryptionScopesClient (line 33) | func NewEncryptionScopesClient(client *armstorage.EncryptionScopesClient... FILE: sources/azure/clients/federated-identity-credentials-client.go type FederatedIdentityCredentialsClient (line 15) | type FederatedIdentityCredentialsClient interface type federatedIdentityCredentialsClient (line 20) | type federatedIdentityCredentialsClient struct method NewListPager (line 24) | func (f *federatedIdentityCredentialsClient) NewListPager(resourceGrou... method Get (line 28) | func (f *federatedIdentityCredentialsClient) Get(ctx context.Context, ... function NewFederatedIdentityCredentialsClient (line 33) | func NewFederatedIdentityCredentialsClient(client *armmsi.FederatedIdent... FILE: sources/azure/clients/fileshares-client.go type FileSharesClient (line 16) | type FileSharesClient interface type fileSharesClient (line 21) | type fileSharesClient struct method Get (line 25) | func (a *fileSharesClient) Get(ctx context.Context, resourceGroupName ... method List (line 29) | func (a *fileSharesClient) List(ctx context.Context, resourceGroupName... function NewFileSharesClient (line 34) | func NewFileSharesClient(client *armstorage.FileSharesClient) FileShares... FILE: sources/azure/clients/flow-logs-client.go type FlowLogsClient (line 15) | type FlowLogsClient interface type flowLogsClient (line 20) | type flowLogsClient struct method Get (line 24) | func (a *flowLogsClient) Get(ctx context.Context, resourceGroupName st... method NewListPager (line 28) | func (a *flowLogsClient) NewListPager(resourceGroupName string, networ... function NewFlowLogsClient (line 33) | func NewFlowLogsClient(client *armnetwork.FlowLogsClient) FlowLogsClient { FILE: sources/azure/clients/galleries-client.go type GalleriesClient (line 15) | type GalleriesClient interface type galleriesClient (line 20) | type galleriesClient struct method NewListByResourceGroupPager (line 24) | func (c *galleriesClient) NewListByResourceGroupPager(resourceGroupNam... method Get (line 28) | func (c *galleriesClient) Get(ctx context.Context, resourceGroupName s... function NewGalleriesClient (line 33) | func NewGalleriesClient(client *armcompute.GalleriesClient) GalleriesCli... FILE: sources/azure/clients/gallery-application-versions-client.go type GalleryApplicationVersionsClient (line 16) | type GalleryApplicationVersionsClient interface type galleryApplicationVersionsClient (line 21) | type galleryApplicationVersionsClient struct method NewListByGalleryApplicationPager (line 25) | func (c *galleryApplicationVersionsClient) NewListByGalleryApplication... method Get (line 29) | func (c *galleryApplicationVersionsClient) Get(ctx context.Context, re... function NewGalleryApplicationVersionsClient (line 34) | func NewGalleryApplicationVersionsClient(client *armcompute.GalleryAppli... FILE: sources/azure/clients/gallery-applications-client.go type GalleryApplicationsClient (line 15) | type GalleryApplicationsClient interface type galleryApplicationsClient (line 20) | type galleryApplicationsClient struct method NewListByGalleryPager (line 24) | func (c *galleryApplicationsClient) NewListByGalleryPager(resourceGrou... method Get (line 28) | func (c *galleryApplicationsClient) Get(ctx context.Context, resourceG... function NewGalleryApplicationsClient (line 33) | func NewGalleryApplicationsClient(client *armcompute.GalleryApplications... FILE: sources/azure/clients/gallery-images-client.go type GalleryImagesClient (line 16) | type GalleryImagesClient interface type galleryImagesClient (line 21) | type galleryImagesClient struct method NewListByGalleryPager (line 25) | func (c *galleryImagesClient) NewListByGalleryPager(resourceGroupName ... method Get (line 29) | func (c *galleryImagesClient) Get(ctx context.Context, resourceGroupNa... function NewGalleryImagesClient (line 34) | func NewGalleryImagesClient(client *armcompute.GalleryImagesClient) Gall... FILE: sources/azure/clients/images-client.go type ImagesClient (line 16) | type ImagesClient interface type imagesClient (line 21) | type imagesClient struct method NewListByResourceGroupPager (line 25) | func (a *imagesClient) NewListByResourceGroupPager(resourceGroupName s... method Get (line 29) | func (a *imagesClient) Get(ctx context.Context, resourceGroupName stri... function NewImagesClient (line 34) | func NewImagesClient(client *armcompute.ImagesClient) ImagesClient { FILE: sources/azure/clients/interface-ip-configurations-client.go type InterfaceIPConfigurationsClient (line 15) | type InterfaceIPConfigurationsClient interface type interfaceIPConfigurationsClient (line 20) | type interfaceIPConfigurationsClient struct method Get (line 24) | func (a *interfaceIPConfigurationsClient) Get(ctx context.Context, res... method List (line 28) | func (a *interfaceIPConfigurationsClient) List(ctx context.Context, re... function NewInterfaceIPConfigurationsClient (line 33) | func NewInterfaceIPConfigurationsClient(client *armnetwork.InterfaceIPCo... FILE: sources/azure/clients/ip-groups-client.go type IPGroupsClient (line 15) | type IPGroupsClient interface type ipGroupsClient (line 20) | type ipGroupsClient struct method Get (line 24) | func (c *ipGroupsClient) Get(ctx context.Context, resourceGroupName st... method NewListByResourceGroupPager (line 28) | func (c *ipGroupsClient) NewListByResourceGroupPager(resourceGroupName... function NewIPGroupsClient (line 33) | func NewIPGroupsClient(client *armnetwork.IPGroupsClient) IPGroupsClient { FILE: sources/azure/clients/keyvault-key-client.go type KeysClient (line 15) | type KeysClient interface type keysClient (line 20) | type keysClient struct method NewListPager (line 24) | func (c *keysClient) NewListPager(resourceGroupName string, vaultName ... method Get (line 28) | func (c *keysClient) Get(ctx context.Context, resourceGroupName string... function NewKeysClient (line 33) | func NewKeysClient(client *armkeyvault.KeysClient) KeysClient { FILE: sources/azure/clients/keyvault-managed-hsm-private-endpoint-connection-client.go type KeyVaultManagedHSMPrivateEndpointConnectionsClient (line 15) | type KeyVaultManagedHSMPrivateEndpointConnectionsClient interface type keyvaultManagedHSMPrivateEndpointConnectionsClient (line 20) | type keyvaultManagedHSMPrivateEndpointConnectionsClient struct method Get (line 24) | func (c *keyvaultManagedHSMPrivateEndpointConnectionsClient) Get(ctx c... method ListByResource (line 28) | func (c *keyvaultManagedHSMPrivateEndpointConnectionsClient) ListByRes... function NewKeyVaultManagedHSMPrivateEndpointConnectionsClient (line 33) | func NewKeyVaultManagedHSMPrivateEndpointConnectionsClient(client *armke... FILE: sources/azure/clients/load-balancer-backend-address-pools-client.go type LoadBalancerBackendAddressPoolsClient (line 15) | type LoadBalancerBackendAddressPoolsClient interface type loadBalancerBackendAddressPoolsClient (line 20) | type loadBalancerBackendAddressPoolsClient struct method Get (line 24) | func (a *loadBalancerBackendAddressPoolsClient) Get(ctx context.Contex... method NewListPager (line 28) | func (a *loadBalancerBackendAddressPoolsClient) NewListPager(resourceG... function NewLoadBalancerBackendAddressPoolsClient (line 33) | func NewLoadBalancerBackendAddressPoolsClient(client *armnetwork.LoadBal... FILE: sources/azure/clients/load-balancer-frontend-ip-configurations-client.go type LoadBalancerFrontendIPConfigurationsClient (line 15) | type LoadBalancerFrontendIPConfigurationsClient interface type loadBalancerFrontendIPConfigurationsClient (line 20) | type loadBalancerFrontendIPConfigurationsClient struct method Get (line 24) | func (a *loadBalancerFrontendIPConfigurationsClient) Get(ctx context.C... method NewListPager (line 28) | func (a *loadBalancerFrontendIPConfigurationsClient) NewListPager(reso... function NewLoadBalancerFrontendIPConfigurationsClient (line 33) | func NewLoadBalancerFrontendIPConfigurationsClient(client *armnetwork.Lo... FILE: sources/azure/clients/load-balancer-probes-client.go type LoadBalancerProbesClient (line 13) | type LoadBalancerProbesClient interface type loadBalancerProbesClient (line 18) | type loadBalancerProbesClient struct method Get (line 22) | func (a *loadBalancerProbesClient) Get(ctx context.Context, resourceGr... method NewListPager (line 26) | func (a *loadBalancerProbesClient) NewListPager(resourceGroupName stri... function NewLoadBalancerProbesClient (line 30) | func NewLoadBalancerProbesClient(client *armnetwork.LoadBalancerProbesCl... FILE: sources/azure/clients/load-balancers-client.go type LoadBalancersClient (line 16) | type LoadBalancersClient interface type loadBalancersClient (line 21) | type loadBalancersClient struct method Get (line 25) | func (a *loadBalancersClient) Get(ctx context.Context, resourceGroupNa... method List (line 29) | func (a *loadBalancersClient) List(resourceGroupName string) LoadBalan... function NewLoadBalancersClient (line 34) | func NewLoadBalancersClient(client *armnetwork.LoadBalancersClient) Load... FILE: sources/azure/clients/local-network-gateways-client.go type LocalNetworkGatewaysClient (line 15) | type LocalNetworkGatewaysClient interface type localNetworkGatewaysClient (line 20) | type localNetworkGatewaysClient struct method Get (line 24) | func (c *localNetworkGatewaysClient) Get(ctx context.Context, resource... method NewListPager (line 28) | func (c *localNetworkGatewaysClient) NewListPager(resourceGroupName st... function NewLocalNetworkGatewaysClient (line 33) | func NewLocalNetworkGatewaysClient(client *armnetwork.LocalNetworkGatewa... FILE: sources/azure/clients/maintenance-configuration-client.go type MaintenanceConfigurationClient (line 15) | type MaintenanceConfigurationClient interface type maintenanceConfigurationClient (line 20) | type maintenanceConfigurationClient struct method NewListPager (line 25) | func (c *maintenanceConfigurationClient) NewListPager(resourceGroupNam... method Get (line 29) | func (c *maintenanceConfigurationClient) Get(ctx context.Context, reso... function NewMaintenanceConfigurationClient (line 34) | func NewMaintenanceConfigurationClient(configurationsClient *armmaintena... FILE: sources/azure/clients/managed-hsms-client.go type ManagedHSMsClient (line 16) | type ManagedHSMsClient interface type managedHSMsClient (line 21) | type managedHSMsClient struct method Get (line 25) | func (c *managedHSMsClient) Get(ctx context.Context, resourceGroupName... method NewListByResourceGroupPager (line 29) | func (c *managedHSMsClient) NewListByResourceGroupPager(resourceGroupN... function NewManagedHSMsClient (line 34) | func NewManagedHSMsClient(client *armkeyvault.ManagedHsmsClient) Managed... FILE: sources/azure/clients/nat-gateways-client.go type NatGatewaysClient (line 15) | type NatGatewaysClient interface type natGatewaysClient (line 20) | type natGatewaysClient struct method Get (line 24) | func (c *natGatewaysClient) Get(ctx context.Context, resourceGroupName... method NewListPager (line 28) | func (c *natGatewaysClient) NewListPager(resourceGroupName string, opt... function NewNatGatewaysClient (line 33) | func NewNatGatewaysClient(client *armnetwork.NatGatewaysClient) NatGatew... FILE: sources/azure/clients/network-interfaces-client.go type NetworkInterfacesClient (line 16) | type NetworkInterfacesClient interface type networkInterfacesClient (line 21) | type networkInterfacesClient struct method Get (line 25) | func (a *networkInterfacesClient) Get(ctx context.Context, resourceGro... method List (line 29) | func (a *networkInterfacesClient) List(ctx context.Context, resourceGr... function NewNetworkInterfacesClient (line 34) | func NewNetworkInterfacesClient(client *armnetwork.InterfacesClient) Net... FILE: sources/azure/clients/network-private-endpoint-client.go type PrivateEndpointsClient (line 15) | type PrivateEndpointsClient interface type privateEndpointsClient (line 20) | type privateEndpointsClient struct method Get (line 24) | func (c *privateEndpointsClient) Get(ctx context.Context, resourceGrou... method List (line 28) | func (c *privateEndpointsClient) List(resourceGroupName string) Privat... function NewPrivateEndpointsClient (line 33) | func NewPrivateEndpointsClient(client *armnetwork.PrivateEndpointsClient... FILE: sources/azure/clients/network-security-groups-client.go type NetworkSecurityGroupsClient (line 16) | type NetworkSecurityGroupsClient interface type networkSecurityGroupsClient (line 21) | type networkSecurityGroupsClient struct method Get (line 25) | func (a *networkSecurityGroupsClient) Get(ctx context.Context, resourc... method List (line 29) | func (a *networkSecurityGroupsClient) List(ctx context.Context, resour... function NewNetworkSecurityGroupsClient (line 34) | func NewNetworkSecurityGroupsClient(client *armnetwork.SecurityGroupsCli... FILE: sources/azure/clients/network-watchers-client.go type NetworkWatchersClient (line 15) | type NetworkWatchersClient interface type networkWatchersClient (line 20) | type networkWatchersClient struct method NewListPager (line 24) | func (c *networkWatchersClient) NewListPager(resourceGroupName string,... method Get (line 28) | func (c *networkWatchersClient) Get(ctx context.Context, resourceGroup... function NewNetworkWatchersClient (line 33) | func NewNetworkWatchersClient(client *armnetwork.WatchersClient) Network... FILE: sources/azure/clients/operational-insights-workspace-client.go type OperationalInsightsWorkspaceClient (line 16) | type OperationalInsightsWorkspaceClient interface type operationalInsightsWorkspaceClient (line 21) | type operationalInsightsWorkspaceClient struct method NewListByResourceGroupPager (line 25) | func (o *operationalInsightsWorkspaceClient) NewListByResourceGroupPag... method Get (line 29) | func (o *operationalInsightsWorkspaceClient) Get(ctx context.Context, ... function NewOperationalInsightsWorkspaceClient (line 34) | func NewOperationalInsightsWorkspaceClient(client *armoperationalinsight... FILE: sources/azure/clients/pager.go type Pager (line 9) | type Pager interface FILE: sources/azure/clients/pager_mocks.go type VirtualMachinesPagerInterface (line 18) | type VirtualMachinesPagerInterface interface type StorageAccountsPagerInterface (line 26) | type StorageAccountsPagerInterface interface FILE: sources/azure/clients/postgresql-databases-client.go type PostgreSQLDatabasesClient (line 16) | type PostgreSQLDatabasesClient interface type postgresqlDatabasesClient (line 21) | type postgresqlDatabasesClient struct method ListByServer (line 25) | func (a *postgresqlDatabasesClient) ListByServer(ctx context.Context, ... method Get (line 29) | func (a *postgresqlDatabasesClient) Get(ctx context.Context, resourceG... function NewPostgreSQLDatabasesClient (line 34) | func NewPostgreSQLDatabasesClient(client *armpostgresqlflexibleservers.D... FILE: sources/azure/clients/postgresql-flexible-server-firewall-rule-client.go type PostgreSQLFlexibleServerFirewallRuleClient (line 15) | type PostgreSQLFlexibleServerFirewallRuleClient interface type postgresqlFlexibleServerFirewallRuleClient (line 20) | type postgresqlFlexibleServerFirewallRuleClient struct method ListByServer (line 24) | func (a *postgresqlFlexibleServerFirewallRuleClient) ListByServer(ctx ... method Get (line 28) | func (a *postgresqlFlexibleServerFirewallRuleClient) Get(ctx context.C... function NewPostgreSQLFlexibleServerFirewallRuleClient (line 33) | func NewPostgreSQLFlexibleServerFirewallRuleClient(client *armpostgresql... FILE: sources/azure/clients/postgresql-flexible-servers-client.go type PostgreSQLFlexibleServersClient (line 16) | type PostgreSQLFlexibleServersClient interface type postgresqlFlexibleServersClient (line 21) | type postgresqlFlexibleServersClient struct method ListByResourceGroup (line 25) | func (a *postgresqlFlexibleServersClient) ListByResourceGroup(ctx cont... method Get (line 29) | func (a *postgresqlFlexibleServersClient) Get(ctx context.Context, res... function NewPostgreSQLFlexibleServersClient (line 34) | func NewPostgreSQLFlexibleServersClient(client *armpostgresqlflexibleser... FILE: sources/azure/clients/private-dns-zones-client.go type PrivateDNSZonesClient (line 15) | type PrivateDNSZonesClient interface type privateDNSZonesClient (line 20) | type privateDNSZonesClient struct method NewListByResourceGroupPager (line 24) | func (c *privateDNSZonesClient) NewListByResourceGroupPager(resourceGr... method Get (line 28) | func (c *privateDNSZonesClient) Get(ctx context.Context, resourceGroup... function NewPrivateDNSZonesClient (line 33) | func NewPrivateDNSZonesClient(client *armprivatedns.PrivateZonesClient) ... FILE: sources/azure/clients/private-link-services-client.go type PrivateLinkServicesClient (line 15) | type PrivateLinkServicesClient interface type privateLinkServicesClient (line 20) | type privateLinkServicesClient struct method Get (line 24) | func (c *privateLinkServicesClient) Get(ctx context.Context, resourceG... method List (line 28) | func (c *privateLinkServicesClient) List(resourceGroupName string) Pri... function NewPrivateLinkServicesClient (line 33) | func NewPrivateLinkServicesClient(client *armnetwork.PrivateLinkServices... FILE: sources/azure/clients/proximity-placement-groups-client.go type ProximityPlacementGroupsClient (line 16) | type ProximityPlacementGroupsClient interface type proximityPlacementGroupsClient (line 21) | type proximityPlacementGroupsClient struct method ListByResourceGroup (line 25) | func (a *proximityPlacementGroupsClient) ListByResourceGroup(ctx conte... method Get (line 29) | func (a *proximityPlacementGroupsClient) Get(ctx context.Context, reso... function NewProximityPlacementGroupsClient (line 34) | func NewProximityPlacementGroupsClient(client *armcompute.ProximityPlace... FILE: sources/azure/clients/public-ip-addresses.go type PublicIPAddressesClient (line 16) | type PublicIPAddressesClient interface type publicIPAddressesClient (line 21) | type publicIPAddressesClient struct method Get (line 25) | func (a *publicIPAddressesClient) Get(ctx context.Context, resourceGro... method List (line 29) | func (a *publicIPAddressesClient) List(ctx context.Context, resourceGr... function NewPublicIPAddressesClient (line 34) | func NewPublicIPAddressesClient(client *armnetwork.PublicIPAddressesClie... FILE: sources/azure/clients/public-ip-prefixes-client.go type PublicIPPrefixesClient (line 15) | type PublicIPPrefixesClient interface type publicIPPrefixesClient (line 20) | type publicIPPrefixesClient struct method Get (line 24) | func (c *publicIPPrefixesClient) Get(ctx context.Context, resourceGrou... method NewListPager (line 28) | func (c *publicIPPrefixesClient) NewListPager(resourceGroupName string... function NewPublicIPPrefixesClient (line 33) | func NewPublicIPPrefixesClient(client *armnetwork.PublicIPPrefixesClient... FILE: sources/azure/clients/queues-client.go type QueuesClient (line 16) | type QueuesClient interface type queuesClient (line 21) | type queuesClient struct method Get (line 25) | func (a *queuesClient) Get(ctx context.Context, resourceGroupName stri... method List (line 29) | func (a *queuesClient) List(ctx context.Context, resourceGroupName str... function NewQueuesClient (line 34) | func NewQueuesClient(client *armstorage.QueueClient) QueuesClient { FILE: sources/azure/clients/record-sets-client.go type RecordSetsClient (line 15) | type RecordSetsClient interface type recordSetsClient (line 20) | type recordSetsClient struct method Get (line 24) | func (c *recordSetsClient) Get(ctx context.Context, resourceGroupName ... method NewListAllByDNSZonePager (line 28) | func (c *recordSetsClient) NewListAllByDNSZonePager(resourceGroupName ... function NewRecordSetsClient (line 33) | func NewRecordSetsClient(client *armdns.RecordSetsClient) RecordSetsClie... FILE: sources/azure/clients/role-assignments-client.go type RoleAssignmentsClient (line 16) | type RoleAssignmentsClient interface type roleAssignmentsClient (line 21) | type roleAssignmentsClient struct method ListForResourceGroup (line 25) | func (c *roleAssignmentsClient) ListForResourceGroup(resourceGroupName... method Get (line 29) | func (c *roleAssignmentsClient) Get(ctx context.Context, scope string,... function NewRoleAssignmentsClient (line 34) | func NewRoleAssignmentsClient(client *armauthorization.RoleAssignmentsCl... FILE: sources/azure/clients/role-definitions-client.go type RoleDefinitionsClient (line 15) | type RoleDefinitionsClient interface type roleDefinitionsClient (line 20) | type roleDefinitionsClient struct method NewListPager (line 24) | func (c *roleDefinitionsClient) NewListPager(scope string, options *ar... method Get (line 28) | func (c *roleDefinitionsClient) Get(ctx context.Context, scope string,... function NewRoleDefinitionsClient (line 33) | func NewRoleDefinitionsClient(client *armauthorization.RoleDefinitionsCl... FILE: sources/azure/clients/route-tables-client.go type RouteTablesClient (line 16) | type RouteTablesClient interface type routeTablesClient (line 21) | type routeTablesClient struct method Get (line 25) | func (a *routeTablesClient) Get(ctx context.Context, resourceGroupName... method List (line 29) | func (a *routeTablesClient) List(resourceGroupName string, options *ar... function NewRouteTablesClient (line 34) | func NewRouteTablesClient(client *armnetwork.RouteTablesClient) RouteTab... FILE: sources/azure/clients/routes-client.go type RoutesClient (line 15) | type RoutesClient interface type routesClient (line 20) | type routesClient struct method Get (line 24) | func (a *routesClient) Get(ctx context.Context, resourceGroupName stri... method NewListPager (line 28) | func (a *routesClient) NewListPager(resourceGroupName string, routeTab... function NewRoutesClient (line 33) | func NewRoutesClient(client *armnetwork.RoutesClient) RoutesClient { FILE: sources/azure/clients/secrets-client.go type SecretsClient (line 16) | type SecretsClient interface type secretsClient (line 21) | type secretsClient struct method NewListPager (line 25) | func (c *secretsClient) NewListPager(resourceGroupName string, vaultNa... method Get (line 29) | func (c *secretsClient) Get(ctx context.Context, resourceGroupName str... function NewSecretsClient (line 34) | func NewSecretsClient(client *armkeyvault.SecretsClient) SecretsClient { FILE: sources/azure/clients/security-rules-client.go type SecurityRulesClient (line 15) | type SecurityRulesClient interface type securityRulesClient (line 20) | type securityRulesClient struct method Get (line 24) | func (a *securityRulesClient) Get(ctx context.Context, resourceGroupNa... method NewListPager (line 28) | func (a *securityRulesClient) NewListPager(resourceGroupName string, n... function NewSecurityRulesClient (line 33) | func NewSecurityRulesClient(client *armnetwork.SecurityRulesClient) Secu... FILE: sources/azure/clients/shared-gallery-images-client.go type SharedGalleryImagesClient (line 13) | type SharedGalleryImagesClient interface type sharedGalleryImagesClient (line 18) | type sharedGalleryImagesClient struct method NewListPager (line 22) | func (c *sharedGalleryImagesClient) NewListPager(location string, gall... method Get (line 26) | func (c *sharedGalleryImagesClient) Get(ctx context.Context, location ... function NewSharedGalleryImagesClient (line 30) | func NewSharedGalleryImagesClient(client *armcompute.SharedGalleryImages... FILE: sources/azure/clients/snapshots-client.go type SnapshotsClient (line 16) | type SnapshotsClient interface type snapshotsClient (line 21) | type snapshotsClient struct method NewListByResourceGroupPager (line 25) | func (a *snapshotsClient) NewListByResourceGroupPager(resourceGroupNam... method Get (line 29) | func (a *snapshotsClient) Get(ctx context.Context, resourceGroupName s... function NewSnapshotsClient (line 34) | func NewSnapshotsClient(client *armcompute.SnapshotsClient) SnapshotsCli... FILE: sources/azure/clients/sql-database-schemas-client.go type SqlDatabaseSchemasClient (line 15) | type SqlDatabaseSchemasClient interface type sqlDatabaseSchemasClient (line 20) | type sqlDatabaseSchemasClient struct method Get (line 24) | func (c *sqlDatabaseSchemasClient) Get(ctx context.Context, resourceGr... method ListByDatabase (line 28) | func (c *sqlDatabaseSchemasClient) ListByDatabase(ctx context.Context,... function NewSqlDatabaseSchemasClient (line 33) | func NewSqlDatabaseSchemasClient(client *armsql.DatabaseSchemasClient) S... FILE: sources/azure/clients/sql-databases-client.go type SqlDatabasesClient (line 16) | type SqlDatabasesClient interface type sqlDatabasesClient (line 21) | type sqlDatabasesClient struct method ListByServer (line 25) | func (a *sqlDatabasesClient) ListByServer(ctx context.Context, resourc... method Get (line 29) | func (a *sqlDatabasesClient) Get(ctx context.Context, resourceGroupNam... function NewSqlDatabasesClient (line 34) | func NewSqlDatabasesClient(client *armsql.DatabasesClient) SqlDatabasesC... FILE: sources/azure/clients/sql-elastic-pool-client.go type SqlElasticPoolClient (line 15) | type SqlElasticPoolClient interface type sqlElasticPoolClient (line 20) | type sqlElasticPoolClient struct method ListByServer (line 24) | func (a *sqlElasticPoolClient) ListByServer(ctx context.Context, resou... method Get (line 28) | func (a *sqlElasticPoolClient) Get(ctx context.Context, resourceGroupN... function NewSqlElasticPoolClient (line 33) | func NewSqlElasticPoolClient(client *armsql.ElasticPoolsClient) SqlElast... FILE: sources/azure/clients/sql-failover-groups-client.go type SqlFailoverGroupsClient (line 15) | type SqlFailoverGroupsClient interface type sqlFailoverGroupsClient (line 20) | type sqlFailoverGroupsClient struct method ListByServer (line 24) | func (a *sqlFailoverGroupsClient) ListByServer(ctx context.Context, re... method Get (line 28) | func (a *sqlFailoverGroupsClient) Get(ctx context.Context, resourceGro... function NewSqlFailoverGroupsClient (line 33) | func NewSqlFailoverGroupsClient(client *armsql.FailoverGroupsClient) Sql... FILE: sources/azure/clients/sql-server-firewall-rule-client.go type SqlServerFirewallRuleClient (line 15) | type SqlServerFirewallRuleClient interface type sqlServerFirewallRuleClient (line 20) | type sqlServerFirewallRuleClient struct method ListByServer (line 24) | func (a *sqlServerFirewallRuleClient) ListByServer(ctx context.Context... method Get (line 28) | func (a *sqlServerFirewallRuleClient) Get(ctx context.Context, resourc... function NewSqlServerFirewallRuleClient (line 33) | func NewSqlServerFirewallRuleClient(client *armsql.FirewallRulesClient) ... FILE: sources/azure/clients/sql-server-keys-client.go type SqlServerKeysClient (line 15) | type SqlServerKeysClient interface type sqlServerKeysClient (line 20) | type sqlServerKeysClient struct method NewListByServerPager (line 24) | func (a *sqlServerKeysClient) NewListByServerPager(resourceGroupName s... method Get (line 28) | func (a *sqlServerKeysClient) Get(ctx context.Context, resourceGroupNa... function NewSqlServerKeysClient (line 33) | func NewSqlServerKeysClient(client *armsql.ServerKeysClient) SqlServerKe... FILE: sources/azure/clients/sql-server-private-endpoint-connection-client.go type SQLServerPrivateEndpointConnectionsClient (line 15) | type SQLServerPrivateEndpointConnectionsClient interface type sqlServerPrivateEndpointConnectionsClient (line 20) | type sqlServerPrivateEndpointConnectionsClient struct method Get (line 24) | func (c *sqlServerPrivateEndpointConnectionsClient) Get(ctx context.Co... method ListByServer (line 28) | func (c *sqlServerPrivateEndpointConnectionsClient) ListByServer(ctx c... function NewSQLServerPrivateEndpointConnectionsClient (line 33) | func NewSQLServerPrivateEndpointConnectionsClient(client *armsql.Private... FILE: sources/azure/clients/sql-server-virtual-network-rule-client.go type SqlServerVirtualNetworkRuleClient (line 15) | type SqlServerVirtualNetworkRuleClient interface type sqlServerVirtualNetworkRuleClient (line 20) | type sqlServerVirtualNetworkRuleClient struct method ListByServer (line 24) | func (a *sqlServerVirtualNetworkRuleClient) ListByServer(ctx context.C... method Get (line 28) | func (a *sqlServerVirtualNetworkRuleClient) Get(ctx context.Context, r... function NewSqlServerVirtualNetworkRuleClient (line 33) | func NewSqlServerVirtualNetworkRuleClient(client *armsql.VirtualNetworkR... FILE: sources/azure/clients/sql-servers-client.go type SqlServersClient (line 16) | type SqlServersClient interface type sqlServersClient (line 21) | type sqlServersClient struct method ListByResourceGroup (line 25) | func (a *sqlServersClient) ListByResourceGroup(ctx context.Context, re... method Get (line 29) | func (a *sqlServersClient) Get(ctx context.Context, resourceGroupName ... function NewSqlServersClient (line 34) | func NewSqlServersClient(client *armsql.ServersClient) SqlServersClient { FILE: sources/azure/clients/storage-accounts-client.go type StorageAccountsClient (line 16) | type StorageAccountsClient interface type storageAccountsClient (line 21) | type storageAccountsClient struct method Get (line 25) | func (a *storageAccountsClient) Get(ctx context.Context, resourceGroup... method NewListByResourceGroupPager (line 29) | func (a *storageAccountsClient) NewListByResourceGroupPager(resourceGr... function NewStorageAccountsClient (line 34) | func NewStorageAccountsClient(client *armstorage.AccountsClient) Storage... FILE: sources/azure/clients/storage-private-endpoint-connection-client.go type StoragePrivateEndpointConnectionsClient (line 15) | type StoragePrivateEndpointConnectionsClient interface type storagePrivateEndpointConnectionsClient (line 20) | type storagePrivateEndpointConnectionsClient struct method Get (line 24) | func (c *storagePrivateEndpointConnectionsClient) Get(ctx context.Cont... method List (line 28) | func (c *storagePrivateEndpointConnectionsClient) List(ctx context.Con... function NewStoragePrivateEndpointConnectionsClient (line 33) | func NewStoragePrivateEndpointConnectionsClient(client *armstorage.Priva... FILE: sources/azure/clients/subnets-client.go type SubnetsClient (line 15) | type SubnetsClient interface type subnetsClientAdapter (line 20) | type subnetsClientAdapter struct method Get (line 24) | func (a *subnetsClientAdapter) Get(ctx context.Context, resourceGroupN... method NewListPager (line 28) | func (a *subnetsClientAdapter) NewListPager(resourceGroupName string, ... function NewSubnetsClient (line 33) | func NewSubnetsClient(client *armnetwork.SubnetsClient) SubnetsClient { FILE: sources/azure/clients/tables-client.go type TablesClient (line 16) | type TablesClient interface type tablesClient (line 21) | type tablesClient struct method Get (line 25) | func (a *tablesClient) Get(ctx context.Context, resourceGroupName stri... method List (line 29) | func (a *tablesClient) List(ctx context.Context, resourceGroupName str... function NewTablesClient (line 34) | func NewTablesClient(client *armstorage.TableClient) TablesClient { FILE: sources/azure/clients/user-assigned-identities-client.go type UserAssignedIdentitiesClient (line 16) | type UserAssignedIdentitiesClient interface type userAssignedIdentitiesClient (line 21) | type userAssignedIdentitiesClient struct method Get (line 25) | func (c *userAssignedIdentitiesClient) Get(ctx context.Context, resour... method ListByResourceGroup (line 29) | func (c *userAssignedIdentitiesClient) ListByResourceGroup(resourceGro... function NewUserAssignedIdentitiesClient (line 34) | func NewUserAssignedIdentitiesClient(client *armmsi.UserAssignedIdentiti... FILE: sources/azure/clients/vaults-client.go type VaultsClient (line 16) | type VaultsClient interface type vaultsClient (line 21) | type vaultsClient struct method Get (line 25) | func (c *vaultsClient) Get(ctx context.Context, resourceGroupName stri... method NewListByResourceGroupPager (line 29) | func (c *vaultsClient) NewListByResourceGroupPager(resourceGroupName s... function NewVaultsClient (line 34) | func NewVaultsClient(client *armkeyvault.VaultsClient) VaultsClient { FILE: sources/azure/clients/virtual-machine-extensions-client.go type VirtualMachineExtensionsClient (line 12) | type VirtualMachineExtensionsClient interface type virtualMachineExtensionsClientAdapter (line 18) | type virtualMachineExtensionsClientAdapter struct method List (line 22) | func (a *virtualMachineExtensionsClientAdapter) List(ctx context.Conte... method Get (line 26) | func (a *virtualMachineExtensionsClientAdapter) Get(ctx context.Contex... function NewVirtualMachineExtensionsClient (line 31) | func NewVirtualMachineExtensionsClient(client *armcompute.VirtualMachine... FILE: sources/azure/clients/virtual-machine-run-commands-client.go type VirtualMachineRunCommandsClient (line 15) | type VirtualMachineRunCommandsClient interface type virtualMachineRunCommandsClient (line 20) | type virtualMachineRunCommandsClient struct method NewListByVirtualMachinePager (line 24) | func (a *virtualMachineRunCommandsClient) NewListByVirtualMachinePager... method GetByVirtualMachine (line 28) | func (a *virtualMachineRunCommandsClient) GetByVirtualMachine( function NewVirtualMachineRunCommandsClient (line 45) | func NewVirtualMachineRunCommandsClient(client *armcompute.VirtualMachin... FILE: sources/azure/clients/virtual-machine-scale-sets-client.go type VirtualMachineScaleSetsClient (line 16) | type VirtualMachineScaleSetsClient interface type virtualMachineScaleSetsClient (line 21) | type virtualMachineScaleSetsClient struct method NewListPager (line 25) | func (a *virtualMachineScaleSetsClient) NewListPager(resourceGroupName... method Get (line 29) | func (a *virtualMachineScaleSetsClient) Get(ctx context.Context, resou... function NewVirtualMachineScaleSetsClient (line 34) | func NewVirtualMachineScaleSetsClient(client *armcompute.VirtualMachineS... FILE: sources/azure/clients/virtual-machines-client.go type VirtualMachinesClient (line 16) | type VirtualMachinesClient interface type virtualMachinesClientAdapter (line 22) | type virtualMachinesClientAdapter struct method Get (line 26) | func (a *virtualMachinesClientAdapter) Get(ctx context.Context, resour... method NewListPager (line 30) | func (a *virtualMachinesClientAdapter) NewListPager(resourceGroupName ... function NewVirtualMachinesClient (line 35) | func NewVirtualMachinesClient(client *armcompute.VirtualMachinesClient) ... FILE: sources/azure/clients/virtual-network-gateway-connections-client.go type VirtualNetworkGatewayConnectionsClient (line 15) | type VirtualNetworkGatewayConnectionsClient interface type virtualNetworkGatewayConnectionsClient (line 20) | type virtualNetworkGatewayConnectionsClient struct method Get (line 24) | func (c *virtualNetworkGatewayConnectionsClient) Get(ctx context.Conte... method NewListPager (line 28) | func (c *virtualNetworkGatewayConnectionsClient) NewListPager(resource... function NewVirtualNetworkGatewayConnectionsClient (line 33) | func NewVirtualNetworkGatewayConnectionsClient(client *armnetwork.Virtua... FILE: sources/azure/clients/virtual-network-gateways-client.go type VirtualNetworkGatewaysClient (line 15) | type VirtualNetworkGatewaysClient interface type virtualNetworkGatewaysClient (line 20) | type virtualNetworkGatewaysClient struct method Get (line 24) | func (c *virtualNetworkGatewaysClient) Get(ctx context.Context, resour... method NewListPager (line 28) | func (c *virtualNetworkGatewaysClient) NewListPager(resourceGroupName ... function NewVirtualNetworkGatewaysClient (line 33) | func NewVirtualNetworkGatewaysClient(client *armnetwork.VirtualNetworkGa... FILE: sources/azure/clients/virtual-network-links-client.go type VirtualNetworkLinksClient (line 13) | type VirtualNetworkLinksClient interface type virtualNetworkLinksClient (line 18) | type virtualNetworkLinksClient struct method NewListPager (line 22) | func (c *virtualNetworkLinksClient) NewListPager(resourceGroupName str... method Get (line 26) | func (c *virtualNetworkLinksClient) Get(ctx context.Context, resourceG... function NewVirtualNetworkLinksClient (line 30) | func NewVirtualNetworkLinksClient(client *armprivatedns.VirtualNetworkLi... FILE: sources/azure/clients/virtual-network-peerings-client.go type VirtualNetworkPeeringsClient (line 15) | type VirtualNetworkPeeringsClient interface type virtualNetworkPeeringsClientAdapter (line 20) | type virtualNetworkPeeringsClientAdapter struct method Get (line 24) | func (a *virtualNetworkPeeringsClientAdapter) Get(ctx context.Context,... method NewListPager (line 28) | func (a *virtualNetworkPeeringsClientAdapter) NewListPager(resourceGro... function NewVirtualNetworkPeeringsClient (line 33) | func NewVirtualNetworkPeeringsClient(client *armnetwork.VirtualNetworkPe... FILE: sources/azure/clients/virtual-networks-client.go type VirtualNetworksClient (line 16) | type VirtualNetworksClient interface type virtualNetworksClientAdapter (line 22) | type virtualNetworksClientAdapter struct method Get (line 26) | func (a *virtualNetworksClientAdapter) Get(ctx context.Context, resour... method NewListPager (line 30) | func (a *virtualNetworksClientAdapter) NewListPager(resourceGroupName ... function NewVirtualNetworksClient (line 35) | func NewVirtualNetworksClient(client *armnetwork.VirtualNetworksClient) ... FILE: sources/azure/clients/zones-client.go type ZonesClient (line 16) | type ZonesClient interface type zonesClient (line 21) | type zonesClient struct method NewListByResourceGroupPager (line 25) | func (a *zonesClient) NewListByResourceGroupPager(resourceGroupName st... method Get (line 29) | func (a *zonesClient) Get(ctx context.Context, resourceGroupName strin... function NewZonesClient (line 34) | func NewZonesClient(client *armdns.ZonesClient) ZonesClient { FILE: sources/azure/cmd/root.go function Execute (line 93) | func Execute() { function init (line 100) | func init() { function initConfig (line 177) | func initConfig() { type TerminationLogHook (line 192) | type TerminationLogHook struct method Levels (line 194) | func (t TerminationLogHook) Levels() []log.Level { method Fire (line 198) | func (t TerminationLogHook) Fire(e *log.Entry) error { FILE: sources/azure/cmd/root_test.go function TestRootCommand_ShowsUsageWithoutOptions (line 9) | func TestRootCommand_ShowsUsageWithoutOptions(t *testing.T) { FILE: sources/azure/integration-tests/authorization-role-assignment_test.go function TestAuthorizationRoleAssignmentIntegration (line 30) | func TestAuthorizationRoleAssignmentIntegration(t *testing.T) { function getCurrentUserPrincipalID (line 319) | func getCurrentUserPrincipalID(ctx context.Context, cred azcore.TokenCre... function getReaderRoleDefinitionID (line 344) | func getReaderRoleDefinitionID(ctx context.Context, client *armauthoriza... function createRoleAssignment (line 373) | func createRoleAssignment(ctx context.Context, client *armauthorization.... function createRoleAssignmentWithRemediation (line 377) | func createRoleAssignmentWithRemediation(ctx context.Context, client *ar... function extractExistingRoleAssignmentID (line 446) | func extractExistingRoleAssignmentID(errMsg string) string { function deleteRoleAssignment (line 465) | func deleteRoleAssignment(ctx context.Context, client *armauthorization.... function waitForRoleAssignmentAvailable (line 480) | func waitForRoleAssignmentAvailable(ctx context.Context, client *armauth... FILE: sources/azure/integration-tests/authorization-role-definition_test.go function TestAuthorizationRoleDefinitionIntegration (line 20) | func TestAuthorizationRoleDefinitionIntegration(t *testing.T) { FILE: sources/azure/integration-tests/batch-batch-accounts_test.go constant integrationTestBatchAccountName (line 30) | integrationTestBatchAccountName = "ovm-integ-test-batch" constant integrationTestSANameForBatch (line 31) | integrationTestSANameForBatch = "ovm-integ-test-sa-batch" function TestBatchAccountIntegration (line 36) | func TestBatchAccountIntegration(t *testing.T) { function generateBatchAccountName (line 300) | func generateBatchAccountName(baseName string) string { function createBatchAccount (line 323) | func createBatchAccount(ctx context.Context, client *armbatch.AccountCli... function waitForBatchAccountAvailable (line 384) | func waitForBatchAccountAvailable(ctx context.Context, client *armbatch.... function deleteBatchAccount (line 427) | func deleteBatchAccount(ctx context.Context, client *armbatch.AccountCli... FILE: sources/azure/integration-tests/batch-batch-application-package_test.go constant integrationTestBatchAppPkgAccountName (line 29) | integrationTestBatchAppPkgAccountName = "ovm-integ-test-sa-pkg" constant integrationTestBatchAppPkgBatchName (line 30) | integrationTestBatchAppPkgBatchName = "ovm-integ-test-pkg" constant integrationTestBatchAppName (line 31) | integrationTestBatchAppName = "ovm-integ-test-app" constant integrationTestBatchAppPkgVersion (line 32) | integrationTestBatchAppPkgVersion = "1.0" function TestBatchApplicationPackageIntegration (line 35) | func TestBatchApplicationPackageIntegration(t *testing.T) { function createBatchApplication (line 329) | func createBatchApplication(ctx context.Context, client *armbatch.Applic... function createBatchApplicationPackage (line 356) | func createBatchApplicationPackage(ctx context.Context, client *armbatch... function deleteBatchApplicationPackage (line 388) | func deleteBatchApplicationPackage(ctx context.Context, client *armbatch... function deleteBatchApplication (line 403) | func deleteBatchApplication(ctx context.Context, client *armbatch.Applic... FILE: sources/azure/integration-tests/batch-private-endpoint-connection_test.go constant integrationTestBatchPECAccountName (line 30) | integrationTestBatchPECAccountName = "ovm-integ-test-bpec" constant integrationTestBatchPECSAName (line 31) | integrationTestBatchPECSAName = "ovm-integ-test-sa-bpec" constant integrationTestBatchPECVNetName (line 32) | integrationTestBatchPECVNetName = "ovm-integ-test-vnet-bpec" constant integrationTestBatchPECSubnetName (line 33) | integrationTestBatchPECSubnetName = "ovm-integ-test-subnet-bpec" constant integrationTestBatchPECPEName (line 34) | integrationTestBatchPECPEName = "ovm-integ-test-pe-bpec" function TestBatchPrivateEndpointConnectionIntegration (line 37) | func TestBatchPrivateEndpointConnectionIntegration(t *testing.T) { function createBatchAccountWithPrivateEndpointPolicy (line 362) | func createBatchAccountWithPrivateEndpointPolicy(ctx context.Context, cl... function createVNetForBatchPEC (line 421) | func createVNetForBatchPEC(ctx context.Context, client *armnetwork.Virtu... function createSubnetForBatchPEC (line 457) | func createSubnetForBatchPEC(ctx context.Context, client *armnetwork.Sub... function createPrivateEndpointForBatch (line 487) | func createPrivateEndpointForBatch(ctx context.Context, client *armnetwo... function waitForBatchPrivateEndpointConnection (line 535) | func waitForBatchPrivateEndpointConnection(ctx context.Context, client *... function deletePrivateEndpointForBatch (line 563) | func deletePrivateEndpointForBatch(ctx context.Context, client *armnetwo... function deleteSubnetForBatchPEC (line 585) | func deleteSubnetForBatchPEC(ctx context.Context, client *armnetwork.Sub... function deleteVNetForBatchPEC (line 607) | func deleteVNetForBatchPEC(ctx context.Context, client *armnetwork.Virtu... FILE: sources/azure/integration-tests/compute-availability-set_test.go constant integrationTestAvailabilitySetName (line 28) | integrationTestAvailabilitySetName = "ovm-integ-test-avset" constant integrationTestVMForAVSetName (line 29) | integrationTestVMForAVSetName = "ovm-integ-test-vm-avset" constant integrationTestNICForAVSetName (line 30) | integrationTestNICForAVSetName = "ovm-integ-test-nic-avset" constant integrationTestVNetForAVSetName (line 31) | integrationTestVNetForAVSetName = "ovm-integ-test-vnet-avset" constant integrationTestSubnetForAVSetName (line 32) | integrationTestSubnetForAVSetName = "default" function TestComputeAvailabilitySetIntegration (line 35) | func TestComputeAvailabilitySetIntegration(t *testing.T) { function createAvailabilitySet (line 377) | func createAvailabilitySet(ctx context.Context, client *armcompute.Avail... function waitForAvailabilitySetAvailable (line 420) | func waitForAvailabilitySetAvailable(ctx context.Context, client *armcom... function deleteAvailabilitySet (line 456) | func deleteAvailabilitySet(ctx context.Context, client *armcompute.Avail... function createVirtualNetworkForAVSet (line 472) | func createVirtualNetworkForAVSet(ctx context.Context, client *armnetwor... function createNetworkInterfaceForAVSet (line 514) | func createNetworkInterfaceForAVSet(ctx context.Context, client *armnetw... function createVirtualMachineWithAvailabilitySet (line 556) | func createVirtualMachineWithAvailabilitySet(ctx context.Context, client... function createVirtualMachineWithAvailabilitySetWithRemediation (line 560) | func createVirtualMachineWithAvailabilitySetWithRemediation(ctx context.... FILE: sources/azure/integration-tests/compute-capacity-reservation-group_test.go constant integrationTestCapacityReservationGroupName (line 26) | integrationTestCapacityReservationGroupName = "ovm-integ-test-capacity-r... function TestComputeCapacityReservationGroupIntegration (line 29) | func TestComputeCapacityReservationGroupIntegration(t *testing.T) { function createCapacityReservationGroup (line 236) | func createCapacityReservationGroup(ctx context.Context, client *armcomp... function deleteCapacityReservationGroup (line 269) | func deleteCapacityReservationGroup(ctx context.Context, client *armcomp... FILE: sources/azure/integration-tests/compute-dedicated-host-group_test.go constant integrationTestDedicatedHostGroupName (line 26) | integrationTestDedicatedHostGroupName = "ovm-integ-test-dedicated-host-g... function TestComputeDedicatedHostGroupIntegration (line 29) | func TestComputeDedicatedHostGroupIntegration(t *testing.T) { function createDedicatedHostGroup (line 236) | func createDedicatedHostGroup(ctx context.Context, client *armcompute.De... function deleteDedicatedHostGroup (line 271) | func deleteDedicatedHostGroup(ctx context.Context, client *armcompute.De... FILE: sources/azure/integration-tests/compute-disk-access_test.go constant integrationTestDiskAccessName (line 27) | integrationTestDiskAccessName = "ovm-integ-test-disk-access" function TestComputeDiskAccessIntegration (line 30) | func TestComputeDiskAccessIntegration(t *testing.T) { function createDiskAccess (line 246) | func createDiskAccess(ctx context.Context, client *armcompute.DiskAccess... function waitForDiskAccessAvailable (line 297) | func waitForDiskAccessAvailable(ctx context.Context, client *armcompute.... function deleteDiskAccess (line 337) | func deleteDiskAccess(ctx context.Context, client *armcompute.DiskAccess... FILE: sources/azure/integration-tests/compute-disk-encryption-set_test.go constant integrationTestDiskEncryptionSetName (line 30) | integrationTestDiskEncryptionSetName = "ovm-integ-test-des" constant integrationTestKeyVaultKeyName (line 31) | integrationTestKeyVaultKeyName = "ovm-integ-test-des-key" function TestComputeDiskEncryptionSetIntegration (line 34) | func TestComputeDiskEncryptionSetIntegration(t *testing.T) { function createDiskEncryptionSet (line 361) | func createDiskEncryptionSet(ctx context.Context, client *armcompute.Dis... function waitForDiskEncryptionSetAvailable (line 420) | func waitForDiskEncryptionSetAvailable(ctx context.Context, client *armc... function deleteDiskEncryptionSet (line 453) | func deleteDiskEncryptionSet(ctx context.Context, client *armcompute.Dis... FILE: sources/azure/integration-tests/compute-disk_test.go constant integrationTestDiskName (line 27) | integrationTestDiskName = "ovm-integ-test-disk" function TestComputeDiskIntegration (line 30) | func TestComputeDiskIntegration(t *testing.T) { function createDisk (line 270) | func createDisk(ctx context.Context, client *armcompute.DisksClient, res... function waitForDiskAvailable (line 337) | func waitForDiskAvailable(ctx context.Context, client *armcompute.DisksC... function deleteDisk (line 380) | func deleteDisk(ctx context.Context, client *armcompute.DisksClient, res... FILE: sources/azure/integration-tests/compute-gallery-application-version_test.go function getGalleryApplicationVersionTestConfig (line 34) | func getGalleryApplicationVersionTestConfig(t *testing.T) (resourceGroup... function TestComputeGalleryApplicationVersionIntegration (line 49) | func TestComputeGalleryApplicationVersionIntegration(t *testing.T) { FILE: sources/azure/integration-tests/compute-image_test.go constant integrationTestImageName (line 27) | integrationTestImageName = "ovm-integ-test-image" constant integrationTestImageDiskName (line 28) | integrationTestImageDiskName = "ovm-integ-test-image-disk" function TestComputeImageIntegration (line 31) | func TestComputeImageIntegration(t *testing.T) { function createImage (line 318) | func createImage(ctx context.Context, client *armcompute.ImagesClient, r... function waitForImageAvailable (line 387) | func waitForImageAvailable(ctx context.Context, client *armcompute.Image... function deleteImage (line 430) | func deleteImage(ctx context.Context, client *armcompute.ImagesClient, r... FILE: sources/azure/integration-tests/compute-proximity-placement-group_test.go constant integrationTestProximityPlacementGroupName (line 27) | integrationTestProximityPlacementGroupName = "ovm-integ-test-ppg" function TestComputeProximityPlacementGroupIntegration (line 30) | func TestComputeProximityPlacementGroupIntegration(t *testing.T) { function createProximityPlacementGroup (line 255) | func createProximityPlacementGroup(ctx context.Context, client *armcompu... function waitForProximityPlacementGroupAvailable (line 289) | func waitForProximityPlacementGroupAvailable(ctx context.Context, client... function deleteProximityPlacementGroup (line 322) | func deleteProximityPlacementGroup(ctx context.Context, client *armcompu... FILE: sources/azure/integration-tests/compute-snapshot_test.go constant integrationTestSnapshotName (line 27) | integrationTestSnapshotName = "ovm-integ-test-snapshot" constant integrationTestDiskForSnapName (line 28) | integrationTestDiskForSnapName = "ovm-integ-test-disk-for-snap" function TestComputeSnapshotIntegration (line 31) | func TestComputeSnapshotIntegration(t *testing.T) { function createSnapshot (line 313) | func createSnapshot(ctx context.Context, client *armcompute.SnapshotsCli... function waitForSnapshotAvailable (line 370) | func waitForSnapshotAvailable(ctx context.Context, client *armcompute.Sn... function deleteSnapshot (line 410) | func deleteSnapshot(ctx context.Context, client *armcompute.SnapshotsCli... FILE: sources/azure/integration-tests/compute-virtual-machine-extension_test.go constant integrationTestExtensionVMName (line 30) | integrationTestExtensionVMName = "ovm-integ-test-ext-vm" constant integrationTestExtensionNICName (line 31) | integrationTestExtensionNICName = "ovm-integ-test-ext-nic" constant integrationTestExtensionVNetName (line 32) | integrationTestExtensionVNetName = "ovm-integ-test-ext-vnet" constant integrationTestExtensionSubnetName (line 33) | integrationTestExtensionSubnetName = "default" constant integrationTestExtensionName (line 34) | integrationTestExtensionName = "ovm-integ-test-extension" function TestComputeVirtualMachineExtensionIntegration (line 37) | func TestComputeVirtualMachineExtensionIntegration(t *testing.T) { function createVirtualNetworkForExtension (line 334) | func createVirtualNetworkForExtension(ctx context.Context, client *armne... function createNetworkInterfaceForExtension (line 377) | func createNetworkInterfaceForExtension(ctx context.Context, client *arm... function createVirtualMachineForExtension (line 420) | func createVirtualMachineForExtension(ctx context.Context, client *armco... function createVirtualMachineForExtensionWithRemediation (line 424) | func createVirtualMachineForExtensionWithRemediation(ctx context.Context... function waitForVMAvailableForExtension (line 540) | func waitForVMAvailableForExtension(ctx context.Context, client *armcomp... function createVirtualMachineExtension (line 590) | func createVirtualMachineExtension(ctx context.Context, client *armcompu... function waitForExtensionAvailable (line 634) | func waitForExtensionAvailable(ctx context.Context, client *armcompute.V... function deleteVirtualMachineExtension (line 677) | func deleteVirtualMachineExtension(ctx context.Context, client *armcompu... function deleteVirtualMachineForExtension (line 698) | func deleteVirtualMachineForExtension(ctx context.Context, client *armco... function deleteNetworkInterfaceForExtension (line 727) | func deleteNetworkInterfaceForExtension(ctx context.Context, client *arm... function deleteVirtualNetworkForExtension (line 763) | func deleteVirtualNetworkForExtension(ctx context.Context, client *armne... FILE: sources/azure/integration-tests/compute-virtual-machine-run-command_test.go constant integrationTestRunCommandVMName (line 30) | integrationTestRunCommandVMName = "ovm-integ-test-rc-vm" constant integrationTestRunCommandNICName (line 31) | integrationTestRunCommandNICName = "ovm-integ-test-rc-nic" constant integrationTestRunCommandVNetName (line 32) | integrationTestRunCommandVNetName = "ovm-integ-test-rc-vnet" constant integrationTestRunCommandSubnetName (line 33) | integrationTestRunCommandSubnetName = "default" constant integrationTestRunCommandName (line 34) | integrationTestRunCommandName = "ovm-integ-test-run-command" constant integrationTestRunCommandPIPName (line 35) | integrationTestRunCommandPIPName = "ovm-integ-test-rc-pip" function TestComputeVirtualMachineRunCommandIntegration (line 38) | func TestComputeVirtualMachineRunCommandIntegration(t *testing.T) { function createVirtualNetworkForRunCommand (line 362) | func createVirtualNetworkForRunCommand(ctx context.Context, client *armn... function createNetworkInterfaceForRunCommand (line 405) | func createNetworkInterfaceForRunCommand(ctx context.Context, client *ar... function createVirtualMachineForRunCommand (line 466) | func createVirtualMachineForRunCommand(ctx context.Context, client *armc... function createVirtualMachineForRunCommandWithRemediation (line 470) | func createVirtualMachineForRunCommandWithRemediation(ctx context.Contex... function waitForVMAvailableForRunCommand (line 586) | func waitForVMAvailableForRunCommand(ctx context.Context, client *armcom... function createVirtualMachineRunCommand (line 636) | func createVirtualMachineRunCommand(ctx context.Context, client *armcomp... function waitForRunCommandAvailable (line 694) | func waitForRunCommandAvailable(ctx context.Context, client *armcompute.... function deleteVirtualMachineRunCommand (line 737) | func deleteVirtualMachineRunCommand(ctx context.Context, client *armcomp... function deleteVirtualMachineForRunCommand (line 763) | func deleteVirtualMachineForRunCommand(ctx context.Context, client *armc... function deleteNetworkInterfaceForRunCommand (line 792) | func deleteNetworkInterfaceForRunCommand(ctx context.Context, client *ar... function deleteVirtualNetworkForRunCommand (line 828) | func deleteVirtualNetworkForRunCommand(ctx context.Context, client *armn... function createPublicIPForRunCommand (line 849) | func createPublicIPForRunCommand(ctx context.Context, client *armnetwork... function deletePublicIPForRunCommand (line 889) | func deletePublicIPForRunCommand(ctx context.Context, client *armnetwork... FILE: sources/azure/integration-tests/compute-virtual-machine-scale-set_test.go constant integrationTestVMSSName (line 29) | integrationTestVMSSName = "ovm-integ-test-vmss" constant integrationTestVMSSVNetName (line 30) | integrationTestVMSSVNetName = "ovm-integ-test-vmss-vnet" constant integrationTestVMSSSubnetName (line 31) | integrationTestVMSSSubnetName = "default" function TestComputeVirtualMachineScaleSetIntegration (line 34) | func TestComputeVirtualMachineScaleSetIntegration(t *testing.T) { function createVirtualNetworkForVMSS (line 334) | func createVirtualNetworkForVMSS(ctx context.Context, client *armnetwork... function createVirtualMachineScaleSet (line 376) | func createVirtualMachineScaleSet(ctx context.Context, client *armcomput... function waitForVMSSAvailable (line 611) | func waitForVMSSAvailable(ctx context.Context, client *armcompute.Virtua... function deleteVirtualMachineScaleSet (line 682) | func deleteVirtualMachineScaleSet(ctx context.Context, client *armcomput... function deleteVirtualNetworkForVMSS (line 711) | func deleteVirtualNetworkForVMSS(ctx context.Context, client *armnetwork... FILE: sources/azure/integration-tests/compute-virtual-machine_test.go constant integrationTestVMName (line 28) | integrationTestVMName = "ovm-integ-test-vm" constant integrationTestNICName (line 29) | integrationTestNICName = "ovm-integ-test-nic" constant integrationTestVNetName (line 30) | integrationTestVNetName = "ovm-integ-test-vnet" constant integrationTestSubnetName (line 31) | integrationTestSubnetName = "default" constant defaultMaxPollAttempts (line 33) | defaultMaxPollAttempts = 20 constant defaultPollInterval (line 34) | defaultPollInterval = 15 * time.Second function TestComputeVirtualMachineIntegration (line 37) | func TestComputeVirtualMachineIntegration(t *testing.T) { function createVirtualNetwork (line 305) | func createVirtualNetwork(ctx context.Context, client *armnetwork.Virtua... function createNetworkInterface (line 347) | func createNetworkInterface(ctx context.Context, client *armnetwork.Inte... function createVirtualMachine (line 389) | func createVirtualMachine(ctx context.Context, client *armcompute.Virtua... function createVirtualMachineWithRemediation (line 393) | func createVirtualMachineWithRemediation(ctx context.Context, client *ar... function waitForVMAvailable (line 512) | func waitForVMAvailable(ctx context.Context, client *armcompute.VirtualM... function deleteVirtualMachine (line 562) | func deleteVirtualMachine(ctx context.Context, client *armcompute.Virtua... function deleteNetworkInterface (line 592) | func deleteNetworkInterface(ctx context.Context, client *armnetwork.Inte... function deleteVirtualNetwork (line 628) | func deleteVirtualNetwork(ctx context.Context, client *armnetwork.Virtua... FILE: sources/azure/integration-tests/dbforpostgresql-database_test.go constant integrationTestPostgreSQLServerName (line 30) | integrationTestPostgreSQLServerName = "ovm-integ-test-pg-server" constant integrationTestPostgreSQLDatabaseName (line 31) | integrationTestPostgreSQLDatabaseName = "ovm-integ-test-database" function TestDBforPostgreSQLDatabaseIntegration (line 34) | func TestDBforPostgreSQLDatabaseIntegration(t *testing.T) { function generatePostgreSQLServerName (line 285) | func generatePostgreSQLServerName(baseName string) string { function createPostgreSQLFlexibleServer (line 298) | func createPostgreSQLFlexibleServer(ctx context.Context, client *armpost... function waitForPostgreSQLServerAvailable (line 366) | func waitForPostgreSQLServerAvailable(ctx context.Context, client *armpo... function createPostgreSQLDatabase (line 409) | func createPostgreSQLDatabase(ctx context.Context, client *armpostgresql... function waitForPostgreSQLDatabaseAvailable (line 444) | func waitForPostgreSQLDatabaseAvailable(ctx context.Context, client *arm... function deletePostgreSQLDatabase (line 471) | func deletePostgreSQLDatabase(ctx context.Context, client *armpostgresql... function deletePostgreSQLFlexibleServer (line 499) | func deletePostgreSQLFlexibleServer(ctx context.Context, client *armpost... FILE: sources/azure/integration-tests/dbforpostgresql-flexible-server-administrator_test.go constant integrationTestPGAdminServerName (line 28) | integrationTestPGAdminServerName = "ovm-integ-test-pg-admin" function TestDBforPostgreSQLFlexibleServerAdministratorIntegration (line 31) | func TestDBforPostgreSQLFlexibleServerAdministratorIntegration(t *testin... function createPostgreSQLFlexibleServerWithMicrosoftEntraAuth (line 319) | func createPostgreSQLFlexibleServerWithMicrosoftEntraAuth(ctx context.Co... function createPostgreSQLAdministrator (line 383) | func createPostgreSQLAdministrator(ctx context.Context, client *armpostg... function waitForPostgreSQLAdministratorAvailable (line 421) | func waitForPostgreSQLAdministratorAvailable(ctx context.Context, client... function deletePostgreSQLAdministrator (line 448) | func deletePostgreSQLAdministrator(ctx context.Context, client *armpostg... FILE: sources/azure/integration-tests/dbforpostgresql-flexible-server-backup_test.go constant integrationTestPGBackupServerName (line 28) | integrationTestPGBackupServerName = "ovm-integ-test-pg-backup" constant integrationTestPGBackupName (line 29) | integrationTestPGBackupName = "ovm-integ-test-backup" function TestDBforPostgreSQLFlexibleServerBackupIntegration (line 32) | func TestDBforPostgreSQLFlexibleServerBackupIntegration(t *testing.T) { function createPostgreSQLFlexibleServerForBackup (line 289) | func createPostgreSQLFlexibleServerForBackup(ctx context.Context, client... function createOnDemandBackup (line 342) | func createOnDemandBackup(ctx context.Context, client *armpostgresqlflex... function waitForBackupAvailable (line 368) | func waitForBackupAvailable(ctx context.Context, client *armpostgresqlfl... function deleteOnDemandBackup (line 391) | func deleteOnDemandBackup(ctx context.Context, client *armpostgresqlflex... FILE: sources/azure/integration-tests/dbforpostgresql-flexible-server-configuration_test.go constant integrationTestPGConfigServerName (line 23) | integrationTestPGConfigServerName = "ovm-integ-test-pg-config" function TestDBforPostgreSQLFlexibleServerConfigurationIntegration (line 26) | func TestDBforPostgreSQLFlexibleServerConfigurationIntegration(t *testin... FILE: sources/azure/integration-tests/dbforpostgresql-flexible-server-replica_test.go constant integrationTestPgServerName (line 27) | integrationTestPgServerName = "ovm-integ-test-pg-server" constant integrationTestPgReplicaName (line 28) | integrationTestPgReplicaName = "ovm-integ-test-pg-replica" function TestDBforPostgreSQLFlexibleServerReplicaIntegration (line 31) | func TestDBforPostgreSQLFlexibleServerReplicaIntegration(t *testing.T) { function createPostgreSQLServerForReplica (line 267) | func createPostgreSQLServerForReplica(ctx context.Context, client *armpo... function createPostgreSQLReplica (line 319) | func createPostgreSQLReplica(ctx context.Context, client *armpostgresqlf... function waitForPostgreSQLServerReady (line 359) | func waitForPostgreSQLServerReady(ctx context.Context, client *armpostgr... function deletePostgreSQLServer (line 396) | func deletePostgreSQLServer(ctx context.Context, client *armpostgresqlfl... FILE: sources/azure/integration-tests/dbforpostgresql-flexible-server-virtual-endpoint_test.go constant integrationTestPGVirtualEndpointServerName (line 28) | integrationTestPGVirtualEndpointServerName = "ovm-integ-test-pg-vep" constant integrationTestPGVirtualEndpointName (line 29) | integrationTestPGVirtualEndpointName = "ovm-integ-test-vep" function TestDBforPostgreSQLFlexibleServerVirtualEndpointIntegration (line 32) | func TestDBforPostgreSQLFlexibleServerVirtualEndpointIntegration(t *test... function createPostgreSQLFlexibleServerForVirtualEndpoint (line 291) | func createPostgreSQLFlexibleServerForVirtualEndpoint(ctx context.Contex... function createVirtualEndpoint (line 344) | func createVirtualEndpoint(ctx context.Context, client *armpostgresqlfle... function waitForVirtualEndpointAvailable (line 382) | func waitForVirtualEndpointAvailable(ctx context.Context, client *armpos... function deleteVirtualEndpoint (line 405) | func deleteVirtualEndpoint(ctx context.Context, client *armpostgresqlfle... FILE: sources/azure/integration-tests/dbforpostgresql-flexible-server_test.go constant integrationTestPostgreSQLFlexibleServerName (line 23) | integrationTestPostgreSQLFlexibleServerName = "ovm-integ-test-pg-server" function TestDBforPostgreSQLFlexibleServerIntegration (line 26) | func TestDBforPostgreSQLFlexibleServerIntegration(t *testing.T) { FILE: sources/azure/integration-tests/documentdb-database-accounts_test.go constant integrationTestCosmosDBAccountName (line 26) | integrationTestCosmosDBAccountName = "ovm-integ-test-cosmos" function TestDocumentDBDatabaseAccountsIntegration (line 29) | func TestDocumentDBDatabaseAccountsIntegration(t *testing.T) { function createCosmosDBAccount (line 180) | func createCosmosDBAccount(ctx context.Context, client *armcosmos.Databa... function waitForCosmosDBAccountAvailable (line 241) | func waitForCosmosDBAccountAvailable(ctx context.Context, client *armcos... function deleteCosmosDBAccount (line 267) | func deleteCosmosDBAccount(ctx context.Context, client *armcosmos.Databa... FILE: sources/azure/integration-tests/elastic-san-volume_test.go constant integrationTestElasticSanName (line 27) | integrationTestElasticSanName = "ovm-integ-test-esan" constant integrationTestVolumeGroupName (line 28) | integrationTestVolumeGroupName = "ovm-integ-test-vg" constant integrationTestVolumeName (line 29) | integrationTestVolumeName = "ovm-integ-test-vol" constant integrationTestElasticSanBaseTiB (line 30) | integrationTestElasticSanBaseTiB = int64(1) constant integrationTestVolumeSizeGiB (line 31) | integrationTestVolumeSizeGiB = int64(1) function TestElasticSanVolumeIntegration (line 34) | func TestElasticSanVolumeIntegration(t *testing.T) { function createElasticSan (line 332) | func createElasticSan(ctx context.Context, client *armelasticsan.Elastic... function waitForElasticSanAvailable (line 372) | func waitForElasticSanAvailable(ctx context.Context, client *armelastics... function createVolumeGroup (line 402) | func createVolumeGroup(ctx context.Context, client *armelasticsan.Volume... function waitForVolumeGroupAvailable (line 436) | func waitForVolumeGroupAvailable(ctx context.Context, client *armelastic... function createVolume (line 466) | func createVolume(ctx context.Context, client *armelasticsan.VolumesClie... function waitForVolumeAvailable (line 500) | func waitForVolumeAvailable(ctx context.Context, client *armelasticsan.V... function deleteVolume (line 530) | func deleteVolume(ctx context.Context, client *armelasticsan.VolumesClie... function deleteVolumeGroup (line 551) | func deleteVolumeGroup(ctx context.Context, client *armelasticsan.Volume... function deleteElasticSan (line 572) | func deleteElasticSan(ctx context.Context, client *armelasticsan.Elastic... FILE: sources/azure/integration-tests/helpers_test.go constant integrationTestResourceGroupBase (line 16) | integrationTestResourceGroupBase = "overmind-integration-tests" constant integrationTestLocation (line 17) | integrationTestLocation = "westus2" function resolveIntegrationTestResourceGroup (line 31) | func resolveIntegrationTestResourceGroup() string { function normalizeIntegrationTestRunID (line 45) | func normalizeIntegrationTestRunID(runID string) string { function createResourceGroup (line 59) | func createResourceGroup(ctx context.Context, client *armresources.Resou... FILE: sources/azure/integration-tests/keyvault-managed-hsm_test.go constant integrationTestManagedHSMName (line 27) | integrationTestManagedHSMName = "ovm-integ-test-hsm" function TestKeyVaultManagedHSMIntegration (line 30) | func TestKeyVaultManagedHSMIntegration(t *testing.T) { function waitForManagedHSMAvailable (line 317) | func waitForManagedHSMAvailable(ctx context.Context, client *armkeyvault... function deleteManagedHSM (line 363) | func deleteManagedHSM(ctx context.Context, client *armkeyvault.ManagedHs... FILE: sources/azure/integration-tests/keyvault-secret_test.go constant integrationTestSecretName (line 29) | integrationTestSecretName = "ovm-integ-test-secret" function TestKeyVaultSecretIntegration (line 32) | func TestKeyVaultSecretIntegration(t *testing.T) { function createKeyVaultSecret (line 319) | func createKeyVaultSecret(ctx context.Context, vaultName, secretName str... function deleteKeyVaultSecret (line 367) | func deleteKeyVaultSecret(ctx context.Context, vaultName, secretName str... function waitForKeyVaultSecretAvailable (line 393) | func waitForKeyVaultSecretAvailable(ctx context.Context, client *armkeyv... FILE: sources/azure/integration-tests/keyvault-vault_test.go constant integrationTestKeyVaultName (line 26) | integrationTestKeyVaultName = "ovm-integ-test-kv" function TestKeyVaultVaultIntegration (line 29) | func TestKeyVaultVaultIntegration(t *testing.T) { function createKeyVault (line 191) | func createKeyVault(ctx context.Context, client *armkeyvault.VaultsClien... function waitForKeyVaultAvailable (line 281) | func waitForKeyVaultAvailable(ctx context.Context, client *armkeyvault.V... function purgeSoftDeletedKeyVault (line 311) | func purgeSoftDeletedKeyVault(ctx context.Context, client *armkeyvault.V... function deleteKeyVault (line 362) | func deleteKeyVault(ctx context.Context, client *armkeyvault.VaultsClien... FILE: sources/azure/integration-tests/keyvault_helpers_test.go function ensureKeyVaultKey (line 15) | func ensureKeyVaultKey(ctx context.Context, vaultName, keyName string) (... function grantKeyVaultCryptoAccess (line 54) | func grantKeyVaultCryptoAccess(ctx context.Context, vaultName, vaultReso... FILE: sources/azure/integration-tests/main_test.go function TestMain (line 10) | func TestMain(m *testing.M) { function shouldRunIntegrationTests (line 20) | func shouldRunIntegrationTests() bool { FILE: sources/azure/integration-tests/maintenance-maintenance-configuration_test.go constant integrationTestMaintenanceConfigName (line 27) | integrationTestMaintenanceConfigName = "ovm-integ-test-maint-config" function TestMaintenanceMaintenanceConfigurationIntegration (line 30) | func TestMaintenanceMaintenanceConfigurationIntegration(t *testing.T) { function createMaintenanceConfig (line 258) | func createMaintenanceConfig(ctx context.Context, client *armmaintenance... function waitForMaintenanceConfigAvailable (line 298) | func waitForMaintenanceConfigAvailable(ctx context.Context, client *armm... function deleteMaintenanceConfig (line 323) | func deleteMaintenanceConfig(ctx context.Context, client *armmaintenance... FILE: sources/azure/integration-tests/managedidentity-federated-identity-credential_test.go constant integrationTestIdentityName (line 26) | integrationTestIdentityName = "ovm-integ-test-identity" constant integrationTestFedCredName (line 27) | integrationTestFedCredName = "ovm-integ-test-fed-cred" constant integrationTestFedCredIssuer (line 28) | integrationTestFedCredIssuer = "https://token.actions.githubuserconten... constant integrationTestFedCredSubject (line 29) | integrationTestFedCredSubject = "repo:overmindtech/test-repo:ref:refs/h... constant integrationTestFedCredAudience (line 30) | integrationTestFedCredAudience = "api://AzureADTokenExchange" function TestManagedIdentityFederatedIdentityCredentialIntegration (line 33) | func TestManagedIdentityFederatedIdentityCredentialIntegration(t *testin... function createFederatedIdentityCredential (line 291) | func createFederatedIdentityCredential(ctx context.Context, client *armm... function deleteFederatedIdentityCredential (line 321) | func deleteFederatedIdentityCredential(ctx context.Context, client *armm... FILE: sources/azure/integration-tests/managedidentity-user-assigned-identity_test.go constant integrationTestUserAssignedIdentityName (line 27) | integrationTestUserAssignedIdentityName = "ovm-integ-test-uai" function TestManagedIdentityUserAssignedIdentityIntegration (line 30) | func TestManagedIdentityUserAssignedIdentityIntegration(t *testing.T) { function createUserAssignedIdentity (line 247) | func createUserAssignedIdentity(ctx context.Context, client *armmsi.User... function waitForUserAssignedIdentityAvailable (line 283) | func waitForUserAssignedIdentityAvailable(ctx context.Context, client *a... function deleteUserAssignedIdentity (line 316) | func deleteUserAssignedIdentity(ctx context.Context, client *armmsi.User... FILE: sources/azure/integration-tests/network-application-gateway_test.go constant integrationTestAGName (line 27) | integrationTestAGName = "ovm-integ-test-ag" constant integrationTestVNetNameForAG (line 28) | integrationTestVNetNameForAG = "ovm-integ-test-vnet-for-ag" constant integrationTestAGSubnetName (line 29) | integrationTestAGSubnetName = "ag-subnet" constant integrationTestPublicIPNameForAG (line 30) | integrationTestPublicIPNameForAG = "ovm-integ-test-public-ip-for-ag" function TestNetworkApplicationGatewayIntegration (line 33) | func TestNetworkApplicationGatewayIntegration(t *testing.T) { function createVirtualNetworkForAG (line 376) | func createVirtualNetworkForAG(ctx context.Context, client *armnetwork.V... function createAGSubnet (line 411) | func createAGSubnet(ctx context.Context, client *armnetwork.SubnetsClien... function deleteVirtualNetworkForAG (line 444) | func deleteVirtualNetworkForAG(ctx context.Context, client *armnetwork.V... function createPublicIPForAG (line 465) | func createPublicIPForAG(ctx context.Context, client *armnetwork.PublicI... function deletePublicIPForAG (line 501) | func deletePublicIPForAG(ctx context.Context, client *armnetwork.PublicI... function waitForApplicationGatewayAvailable (line 522) | func waitForApplicationGatewayAvailable(ctx context.Context, client *arm... function deleteApplicationGateway (line 565) | func deleteApplicationGateway(ctx context.Context, client *armnetwork.Ap... FILE: sources/azure/integration-tests/network-dns-virtual-network-link_test.go constant integrationTestDNSVNetLinkName (line 28) | integrationTestDNSVNetLinkName = "ovm-integ-test-dns-vnet-link" constant integrationTestPrivateZoneName (line 29) | integrationTestPrivateZoneName = "ovm-integ-test.private.zone" constant integrationTestVNetForDNSName (line 30) | integrationTestVNetForDNSName = "ovm-integ-test-vnet-dns" function TestNetworkDNSVirtualNetworkLinkIntegration (line 33) | func TestNetworkDNSVirtualNetworkLinkIntegration(t *testing.T) { function createVNetForDNS (line 276) | func createVNetForDNS(ctx context.Context, client *armnetwork.VirtualNet... function createPrivateDNSZoneForLink (line 307) | func createPrivateDNSZoneForLink(ctx context.Context, client *armprivate... function waitForPrivateDNSZoneAvailable (line 333) | func waitForPrivateDNSZoneAvailable(ctx context.Context, client *armpriv... function createVirtualNetworkLink (line 354) | func createVirtualNetworkLink(ctx context.Context, client *armprivatedns... function waitForVirtualNetworkLinkAvailable (line 386) | func waitForVirtualNetworkLinkAvailable(ctx context.Context, client *arm... function deleteVirtualNetworkLink (line 407) | func deleteVirtualNetworkLink(ctx context.Context, client *armprivatedns... function deletePrivateDNSZoneForLink (line 425) | func deletePrivateDNSZoneForLink(ctx context.Context, client *armprivate... function deleteVNetForDNS (line 443) | func deleteVNetForDNS(ctx context.Context, client *armnetwork.VirtualNet... FILE: sources/azure/integration-tests/network-flow-log_test.go constant integrationTestFlowLogName (line 29) | integrationTestFlowLogName = "ovm-integ-test-flow-log" constant integrationTestFlowLogNSGName (line 30) | integrationTestFlowLogNSGName = "ovm-integ-test-flow-log-nsg" constant integrationTestFlowLogStorageName (line 31) | integrationTestFlowLogStorageName = "ovmintegflowlogstor" constant integrationTestNetworkWatcherName (line 32) | integrationTestNetworkWatcherName = "NetworkWatcher_westus2" constant integrationTestNetworkWatcherRG (line 33) | integrationTestNetworkWatcherRG = "NetworkWatcherRG" function TestNetworkFlowLogIntegration (line 36) | func TestNetworkFlowLogIntegration(t *testing.T) { function createFlowLogNSG (line 293) | func createFlowLogNSG(ctx context.Context, client *armnetwork.SecurityGr... function createFlowLogStorageAccount (line 319) | func createFlowLogStorageAccount(ctx context.Context, client *armstorage... function waitForFlowLogStorageAccountAvailable (line 349) | func waitForFlowLogStorageAccountAvailable(ctx context.Context, client *... function createFlowLog (line 370) | func createFlowLog(ctx context.Context, client *armnetwork.FlowLogsClien... function waitForFlowLogAvailable (line 406) | func waitForFlowLogAvailable(ctx context.Context, client *armnetwork.Flo... function deleteFlowLog (line 427) | func deleteFlowLog(ctx context.Context, client *armnetwork.FlowLogsClien... function deleteFlowLogStorageAccount (line 445) | func deleteFlowLogStorageAccount(ctx context.Context, client *armstorage... function deleteFlowLogNSG (line 459) | func deleteFlowLogNSG(ctx context.Context, client *armnetwork.SecurityGr... FILE: sources/azure/integration-tests/network-ip-group_test.go constant integrationTestIPGroupName (line 27) | integrationTestIPGroupName = "ovm-integ-test-ip-group" function TestNetworkIPGroupIntegration (line 30) | func TestNetworkIPGroupIntegration(t *testing.T) { function createIPGroup (line 251) | func createIPGroup(ctx context.Context, client *armnetwork.IPGroupsClien... function waitForIPGroupAvailable (line 307) | func waitForIPGroupAvailable(ctx context.Context, client *armnetwork.IPG... function deleteIPGroup (line 346) | func deleteIPGroup(ctx context.Context, client *armnetwork.IPGroupsClien... FILE: sources/azure/integration-tests/network-load-balancer-backend-address-pool_test.go constant integrationTestBackendPoolLBName (line 23) | integrationTestBackendPoolLBName = "ovm-integ-test-lb-for-pool" constant integrationTestBackendPoolName (line 24) | integrationTestBackendPoolName = "test-backend-pool" constant integrationTestVNetNameForBackendPool (line 25) | integrationTestVNetNameForBackendPool = "ovm-integ-test-vnet-for-pool" constant integrationTestSubnetNameForBackendPool (line 26) | integrationTestSubnetNameForBackendPool = "default" constant integrationTestPublicIPNameForBackendPool (line 27) | integrationTestPublicIPNameForBackendPool = "ovm-integ-test-pip-for-pool" function TestNetworkLoadBalancerBackendAddressPoolIntegration (line 30) | func TestNetworkLoadBalancerBackendAddressPoolIntegration(t *testing.T) { function createVirtualNetworkForBackendPool (line 301) | func createVirtualNetworkForBackendPool(ctx context.Context, client *arm... function deleteVirtualNetworkForBackendPool (line 340) | func deleteVirtualNetworkForBackendPool(ctx context.Context, client *arm... function createPublicIPForBackendPool (line 356) | func createPublicIPForBackendPool(ctx context.Context, client *armnetwor... function deletePublicIPForBackendPool (line 389) | func deletePublicIPForBackendPool(ctx context.Context, client *armnetwor... function createLoadBalancerWithBackendPool (line 405) | func createLoadBalancerWithBackendPool(ctx context.Context, client *armn... FILE: sources/azure/integration-tests/network-load-balancer-frontend-ip-configuration_test.go constant integrationTestFrontendIPLBName (line 22) | integrationTestFrontendIPLBName = "ovm-integ-test-lb-fip" constant integrationTestFrontendIPPublicIPName (line 23) | integrationTestFrontendIPPublicIPName = "ovm-integ-test-pip-fip" constant integrationTestFrontendIPConfigName (line 24) | integrationTestFrontendIPConfigName = "frontend-ip-config" constant integrationTestFrontendIPVNetName (line 25) | integrationTestFrontendIPVNetName = "ovm-integ-test-vnet-fip" constant integrationTestFrontendIPSubnetName (line 26) | integrationTestFrontendIPSubnetName = "default" constant integrationTestFrontendIPInternalLBName (line 27) | integrationTestFrontendIPInternalLBName = "ovm-integ-test-lb-fip-internal" constant integrationTestFrontendIPInternalName (line 28) | integrationTestFrontendIPInternalName = "frontend-ip-internal" function TestNetworkLoadBalancerFrontendIPConfigurationIntegration (line 31) | func TestNetworkLoadBalancerFrontendIPConfigurationIntegration(t *testin... FILE: sources/azure/integration-tests/network-load-balancer-probe_test.go constant integrationTestLBForProbeName (line 27) | integrationTestLBForProbeName = "ovm-integ-test-lb-probe" constant integrationTestVNetForProbeName (line 28) | integrationTestVNetForProbeName = "ovm-integ-test-vnet-for-probe" constant integrationTestSubnetForProbeName (line 29) | integrationTestSubnetForProbeName = "default" constant integrationTestPublicIPForProbeLB (line 30) | integrationTestPublicIPForProbeLB = "ovm-integ-test-pip-for-probe-lb" constant integrationTestProbeName (line 31) | integrationTestProbeName = "ovm-integ-test-health-probe" constant integrationTestProbeHTTPName (line 32) | integrationTestProbeHTTPName = "ovm-integ-test-http-probe" function TestNetworkLoadBalancerProbeIntegration (line 35) | func TestNetworkLoadBalancerProbeIntegration(t *testing.T) { function createVNetForProbeTest (line 295) | func createVNetForProbeTest(ctx context.Context, client *armnetwork.Virt... function deleteVNetForProbeTest (line 339) | func deleteVNetForProbeTest(ctx context.Context, client *armnetwork.Virt... function createPublicIPForProbeTest (line 357) | func createPublicIPForProbeTest(ctx context.Context, client *armnetwork.... function deletePublicIPForProbeTest (line 395) | func deletePublicIPForProbeTest(ctx context.Context, client *armnetwork.... function createLBWithProbes (line 413) | func createLBWithProbes(ctx context.Context, client *armnetwork.LoadBala... function deleteLBForProbeTest (line 507) | func deleteLBForProbeTest(ctx context.Context, client *armnetwork.LoadBa... FILE: sources/azure/integration-tests/network-load-balancer_test.go constant integrationTestLBName (line 25) | integrationTestLBName = "ovm-integ-test-lb" constant integrationTestLBInternalName (line 26) | integrationTestLBInternalName = "ovm-integ-test-lb-internal" constant integrationTestVNetNameForLB (line 27) | integrationTestVNetNameForLB = "ovm-integ-test-vnet-for-lb" constant integrationTestSubnetNameForLB (line 28) | integrationTestSubnetNameForLB = "default" constant integrationTestPublicIPNameForLB (line 29) | integrationTestPublicIPNameForLB = "ovm-integ-test-public-ip-for-lb" function TestNetworkLoadBalancerIntegration (line 32) | func TestNetworkLoadBalancerIntegration(t *testing.T) { function createVirtualNetworkForLB (line 361) | func createVirtualNetworkForLB(ctx context.Context, client *armnetwork.V... function deleteVirtualNetworkForLB (line 403) | func deleteVirtualNetworkForLB(ctx context.Context, client *armnetwork.V... function createPublicIPForLB (line 424) | func createPublicIPForLB(ctx context.Context, client *armnetwork.PublicI... function deletePublicIPForLB (line 460) | func deletePublicIPForLB(ctx context.Context, client *armnetwork.PublicI... function createPublicLoadBalancer (line 481) | func createPublicLoadBalancer(ctx context.Context, client *armnetwork.Lo... function createInternalLoadBalancer (line 548) | func createInternalLoadBalancer(ctx context.Context, client *armnetwork.... function deleteLoadBalancer (line 617) | func deleteLoadBalancer(ctx context.Context, client *armnetwork.LoadBala... FILE: sources/azure/integration-tests/network-local-network-gateway_test.go constant integrationTestLocalNetworkGatewayName (line 27) | integrationTestLocalNetworkGatewayName = "ovm-integ-test-lng" function TestNetworkLocalNetworkGatewayIntegration (line 30) | func TestNetworkLocalNetworkGatewayIntegration(t *testing.T) { function createLocalNetworkGateway (line 251) | func createLocalNetworkGateway(ctx context.Context, client *armnetwork.L... function waitForLocalNetworkGatewayAvailable (line 313) | func waitForLocalNetworkGatewayAvailable(ctx context.Context, client *ar... function deleteLocalNetworkGateway (line 352) | func deleteLocalNetworkGateway(ctx context.Context, client *armnetwork.L... FILE: sources/azure/integration-tests/network-network-interface-ip-configuration_test.go constant integrationTestIPConfigNICName (line 26) | integrationTestIPConfigNICName = "ovm-integ-test-nic-for-ipconfig" constant integrationTestIPConfigVNetName (line 27) | integrationTestIPConfigVNetName = "ovm-integ-test-vnet-for-ipconfig" constant integrationTestIPConfigSubnetName (line 28) | integrationTestIPConfigSubnetName = "default" constant integrationTestIPConfigIPConfigName (line 29) | integrationTestIPConfigIPConfigName = "ipconfig1" function TestNetworkNetworkInterfaceIPConfigurationIntegration (line 32) | func TestNetworkNetworkInterfaceIPConfigurationIntegration(t *testing.T) { function createVirtualNetworkForIPConfig (line 293) | func createVirtualNetworkForIPConfig(ctx context.Context, client *armnet... function deleteVirtualNetworkForIPConfig (line 332) | func deleteVirtualNetworkForIPConfig(ctx context.Context, client *armnet... function createNetworkInterfaceForIPConfig (line 352) | func createNetworkInterfaceForIPConfig(ctx context.Context, client *armn... function deleteNetworkInterfaceForIPConfig (line 392) | func deleteNetworkInterfaceForIPConfig(ctx context.Context, client *armn... FILE: sources/azure/integration-tests/network-network-interface_test.go constant integrationTestNICNameForTest (line 25) | integrationTestNICNameForTest = "ovm-integ-test-nic-standalone" constant integrationTestVNetNameForNIC (line 26) | integrationTestVNetNameForNIC = "ovm-integ-test-vnet-for-nic" constant integrationTestSubnetNameForNIC (line 27) | integrationTestSubnetNameForNIC = "default" function TestNetworkNetworkInterfaceIntegration (line 30) | func TestNetworkNetworkInterfaceIntegration(t *testing.T) { function createVirtualNetworkForNIC (line 245) | func createVirtualNetworkForNIC(ctx context.Context, client *armnetwork.... function deleteVirtualNetworkForNIC (line 287) | func deleteVirtualNetworkForNIC(ctx context.Context, client *armnetwork.... FILE: sources/azure/integration-tests/network-network-security-group_test.go constant integrationTestNSGName (line 27) | integrationTestNSGName = "ovm-integ-test-nsg" function TestNetworkNetworkSecurityGroupIntegration (line 30) | func TestNetworkNetworkSecurityGroupIntegration(t *testing.T) { function createNetworkSecurityGroup (line 299) | func createNetworkSecurityGroup(ctx context.Context, client *armnetwork.... function waitForNSGAvailable (line 374) | func waitForNSGAvailable(ctx context.Context, client *armnetwork.Securit... function deleteNetworkSecurityGroup (line 417) | func deleteNetworkSecurityGroup(ctx context.Context, client *armnetwork.... FILE: sources/azure/integration-tests/network-network-watcher_test.go constant integrationTestNetworkWatcherTestName (line 30) | integrationTestNetworkWatcherTestName = "ovm-integ-test-nw" function TestNetworkNetworkWatcherIntegration (line 33) | func TestNetworkNetworkWatcherIntegration(t *testing.T) { function createNetworkWatcher (line 262) | func createNetworkWatcher(ctx context.Context, client *armnetwork.Watche... function waitForNetworkWatcherAvailable (line 291) | func waitForNetworkWatcherAvailable(ctx context.Context, client *armnetw... function deleteNetworkWatcher (line 321) | func deleteNetworkWatcher(ctx context.Context, client *armnetwork.Watche... FILE: sources/azure/integration-tests/network-private-link-service_test.go constant integrationTestPLSName (line 25) | integrationTestPLSName = "ovm-integ-test-pls" constant integrationTestVNetNameForPLS (line 26) | integrationTestVNetNameForPLS = "ovm-integ-test-vnet-for-pls" constant integrationTestSubnetNameForPLS (line 27) | integrationTestSubnetNameForPLS = "pls-subnet" constant integrationTestLBNameForPLS (line 28) | integrationTestLBNameForPLS = "ovm-integ-test-lb-for-pls" constant integrationTestFrontendIPForPLS (line 29) | integrationTestFrontendIPForPLS = "frontend-ip-config" constant integrationTestBackendPoolForPLS (line 30) | integrationTestBackendPoolForPLS = "backend-pool" function TestNetworkPrivateLinkServiceIntegration (line 33) | func TestNetworkPrivateLinkServiceIntegration(t *testing.T) { function createVirtualNetworkForPLS (line 341) | func createVirtualNetworkForPLS(ctx context.Context, client *armnetwork.... function deleteVirtualNetworkForPLS (line 385) | func deleteVirtualNetworkForPLS(ctx context.Context, client *armnetwork.... function createInternalLoadBalancerForPLS (line 406) | func createInternalLoadBalancerForPLS(ctx context.Context, client *armne... function createPrivateLinkService (line 476) | func createPrivateLinkService(ctx context.Context, client *armnetwork.Pr... function deletePrivateLinkService (line 537) | func deletePrivateLinkService(ctx context.Context, client *armnetwork.Pr... FILE: sources/azure/integration-tests/network-public-ip-address_test.go constant integrationTestPublicIPName (line 27) | integrationTestPublicIPName = "ovm-integ-test-public-ip" constant integrationTestNICNameForPIP (line 28) | integrationTestNICNameForPIP = "ovm-integ-test-nic-for-pip" constant integrationTestVNetNameForPIP (line 29) | integrationTestVNetNameForPIP = "ovm-integ-test-vnet-for-pip" constant integrationTestSubnetNameForPIP (line 30) | integrationTestSubnetNameForPIP = "default" function TestNetworkPublicIPAddressIntegration (line 33) | func TestNetworkPublicIPAddressIntegration(t *testing.T) { function createVirtualNetworkForPIP (line 288) | func createVirtualNetworkForPIP(ctx context.Context, client *armnetwork.... function deleteVirtualNetworkForPIP (line 330) | func deleteVirtualNetworkForPIP(ctx context.Context, client *armnetwork.... function createPublicIPAddress (line 351) | func createPublicIPAddress(ctx context.Context, client *armnetwork.Publi... function waitForPublicIPAvailable (line 394) | func waitForPublicIPAvailable(ctx context.Context, client *armnetwork.Pu... function deletePublicIPAddress (line 427) | func deletePublicIPAddress(ctx context.Context, client *armnetwork.Publi... function createNetworkInterfaceWithPublicIP (line 455) | func createNetworkInterfaceWithPublicIP(ctx context.Context, client *arm... FILE: sources/azure/integration-tests/network-route-table_test.go constant integrationTestRouteTableName (line 27) | integrationTestRouteTableName = "ovm-integ-test-route-table" constant integrationTestRouteName (line 28) | integrationTestRouteName = "ovm-integ-test-route" function TestNetworkRouteTableIntegration (line 31) | func TestNetworkRouteTableIntegration(t *testing.T) { function createRouteTable (line 310) | func createRouteTable(ctx context.Context, client *armnetwork.RouteTable... function waitForRouteTableAvailable (line 370) | func waitForRouteTableAvailable(ctx context.Context, client *armnetwork.... function createRoute (line 413) | func createRoute(ctx context.Context, client *armnetwork.RoutesClient, r... function waitForRouteAvailable (line 470) | func waitForRouteAvailable(ctx context.Context, client *armnetwork.Route... function deleteRoute (line 513) | func deleteRoute(ctx context.Context, client *armnetwork.RoutesClient, r... function deleteRouteTable (line 534) | func deleteRouteTable(ctx context.Context, client *armnetwork.RouteTable... FILE: sources/azure/integration-tests/network-virtual-network-gateway-connection_test.go constant integrationTestVPNConnectionName (line 27) | integrationTestVPNConnectionName = "ovm-integ-test-vpn-conn" constant integrationTestVPNVNetName (line 28) | integrationTestVPNVNetName = "ovm-integ-test-vpn-vnet" constant integrationTestVPNSubnetName (line 29) | integrationTestVPNSubnetName = "GatewaySubnet" constant integrationTestVPNGatewayName (line 30) | integrationTestVPNGatewayName = "ovm-integ-test-vpn-gw" constant integrationTestVPNPublicIPName (line 31) | integrationTestVPNPublicIPName = "ovm-integ-test-vpn-pip" constant integrationTestVPNLocalGWName (line 32) | integrationTestVPNLocalGWName = "ovm-integ-test-vpn-lgw" function TestNetworkVirtualNetworkGatewayConnectionIntegration (line 35) | func TestNetworkVirtualNetworkGatewayConnectionIntegration(t *testing.T) { function createVPNTestVNet (line 362) | func createVPNTestVNet(ctx context.Context, client *armnetwork.VirtualNe... function createVPNGatewaySubnet (line 399) | func createVPNGatewaySubnet(ctx context.Context, client *armnetwork.Subn... function createVPNPublicIP (line 429) | func createVPNPublicIP(ctx context.Context, client *armnetwork.PublicIPA... function waitForVPNPublicIPAvailable (line 470) | func waitForVPNPublicIPAvailable(ctx context.Context, client *armnetwork... function createVPNLocalGateway (line 496) | func createVPNLocalGateway(ctx context.Context, client *armnetwork.Local... function waitForVPNLocalGatewayAvailable (line 534) | func waitForVPNLocalGatewayAvailable(ctx context.Context, client *armnet... function createVPNGateway (line 560) | func createVPNGateway(ctx context.Context, client *armnetwork.VirtualNet... function waitForVPNGatewayAvailable (line 625) | func waitForVPNGatewayAvailable(ctx context.Context, client *armnetwork.... function createVPNConnection (line 660) | func createVPNConnection(ctx context.Context, client *armnetwork.Virtual... function waitForVPNConnectionAvailable (line 708) | func waitForVPNConnectionAvailable(ctx context.Context, client *armnetwo... function deleteVPNConnection (line 741) | func deleteVPNConnection(ctx context.Context, client *armnetwork.Virtual... function deleteVPNGateway (line 761) | func deleteVPNGateway(ctx context.Context, client *armnetwork.VirtualNet... function deleteVPNLocalGateway (line 782) | func deleteVPNLocalGateway(ctx context.Context, client *armnetwork.Local... function deleteVPNPublicIP (line 802) | func deleteVPNPublicIP(ctx context.Context, client *armnetwork.PublicIPA... function deleteVPNVNet (line 822) | func deleteVPNVNet(ctx context.Context, client *armnetwork.VirtualNetwor... FILE: sources/azure/integration-tests/network-virtual-network_test.go function TestNetworkVirtualNetworkIntegration (line 21) | func TestNetworkVirtualNetworkIntegration(t *testing.T) { FILE: sources/azure/integration-tests/network-zone_test.go constant integrationTestZoneName (line 27) | integrationTestZoneName = "ovm-integ-test-zone.com" function TestNetworkZoneIntegration (line 30) | func TestNetworkZoneIntegration(t *testing.T) { function generateZoneName (line 331) | func generateZoneName(baseName string) string { function createDNSZone (line 336) | func createDNSZone(ctx context.Context, client *armdns.ZonesClient, reso... function waitForDNSZoneAvailable (line 375) | func waitForDNSZoneAvailable(ctx context.Context, client *armdns.ZonesCl... function deleteDNSZone (line 398) | func deleteDNSZone(ctx context.Context, client *armdns.ZonesClient, reso... FILE: sources/azure/integration-tests/operational-insights-workspace_test.go constant integrationTestWorkspaceName (line 28) | integrationTestWorkspaceName = "ovm-integ-test-workspace" function TestOperationalInsightsWorkspaceIntegration (line 34) | func TestOperationalInsightsWorkspaceIntegration(t *testing.T) { function createOperationalInsightsWorkspace (line 279) | func createOperationalInsightsWorkspace(ctx context.Context, client *arm... function waitForOperationalInsightsWorkspaceAvailable (line 353) | func waitForOperationalInsightsWorkspaceAvailable(ctx context.Context, c... function deleteOperationalInsightsWorkspace (line 403) | func deleteOperationalInsightsWorkspace(ctx context.Context, client *arm... FILE: sources/azure/integration-tests/sql-database-schema_test.go constant integrationTestSQLSchemaServerName (line 30) | integrationTestSQLSchemaServerName = "ovm-integ-test-schema-svr" constant integrationTestSQLSchemaDatabaseName (line 31) | integrationTestSQLSchemaDatabaseName = "ovm-integ-test-schema-db" function TestSQLDatabaseSchemaIntegration (line 34) | func TestSQLDatabaseSchemaIntegration(t *testing.T) { function createSQLServerForSchemaTest (line 363) | func createSQLServerForSchemaTest(ctx context.Context, client *armsql.Se... function waitForSQLServerAvailableForSchemaTest (line 413) | func waitForSQLServerAvailableForSchemaTest(ctx context.Context, client ... function createSQLDatabaseForSchemaTest (line 428) | func createSQLDatabaseForSchemaTest(ctx context.Context, client *armsql.... function waitForSQLDatabaseAvailableForSchemaTest (line 468) | func waitForSQLDatabaseAvailableForSchemaTest(ctx context.Context, clien... function deleteSQLDatabaseForSchemaTest (line 483) | func deleteSQLDatabaseForSchemaTest(ctx context.Context, client *armsql.... function deleteSQLServerForSchemaTest (line 509) | func deleteSQLServerForSchemaTest(ctx context.Context, client *armsql.Se... function generateSQLServerNameForSchemaTest (line 536) | func generateSQLServerNameForSchemaTest(baseName string) string { FILE: sources/azure/integration-tests/sql-database_test.go constant integrationTestSQLServerName (line 30) | integrationTestSQLServerName = "ovm-integ-test-sql-server" constant integrationTestSQLDatabaseName (line 31) | integrationTestSQLDatabaseName = "ovm-integ-test-database" function TestSQLDatabaseIntegration (line 34) | func TestSQLDatabaseIntegration(t *testing.T) { function generateSQLServerName (line 283) | func generateSQLServerName(baseName string) string { function createSQLServer (line 298) | func createSQLServer(ctx context.Context, client *armsql.ServersClient, ... function waitForSQLServerAvailable (line 354) | func waitForSQLServerAvailable(ctx context.Context, client *armsql.Serve... function createSQLDatabase (line 371) | func createSQLDatabase(ctx context.Context, client *armsql.DatabasesClie... function waitForSQLDatabaseAvailable (line 417) | func waitForSQLDatabaseAvailable(ctx context.Context, client *armsql.Dat... function deleteSQLDatabase (line 434) | func deleteSQLDatabase(ctx context.Context, client *armsql.DatabasesClie... function deleteSQLServer (line 461) | func deleteSQLServer(ctx context.Context, client *armsql.ServersClient, ... FILE: sources/azure/integration-tests/sql-server-failover-group_test.go constant integrationTestFailoverGroupName (line 30) | integrationTestFailoverGroupName = "ovm-integ-test-failover-group" constant integrationTestPrimaryServerName (line 31) | integrationTestPrimaryServerName = "ovm-integ-test-primary-server" constant integrationTestSecondaryServerName (line 32) | integrationTestSecondaryServerName = "ovm-integ-test-secondary-server" constant integrationTestPrimaryLocation (line 33) | integrationTestPrimaryLocation = "westus2" constant integrationTestSecondaryLocation (line 34) | integrationTestSecondaryLocation = "centralus" constant integrationTestFailoverGroupDBName (line 35) | integrationTestFailoverGroupDBName = "ovm-integ-test-fg-database" function TestSQLServerFailoverGroupIntegration (line 38) | func TestSQLServerFailoverGroupIntegration(t *testing.T) { function generateFailoverGroupServerName (line 374) | func generateFailoverGroupServerName(baseName string) string { function createFailoverGroupSQLServer (line 385) | func createFailoverGroupSQLServer(ctx context.Context, client *armsql.Se... function waitForFailoverGroupSQLServerAvailable (line 433) | func waitForFailoverGroupSQLServerAvailable(ctx context.Context, client ... function createFailoverGroupDatabase (line 448) | func createFailoverGroupDatabase(ctx context.Context, client *armsql.Dat... function waitForFailoverGroupDatabaseAvailable (line 487) | func waitForFailoverGroupDatabaseAvailable(ctx context.Context, client *... function createFailoverGroup (line 502) | func createFailoverGroup(ctx context.Context, client *armsql.FailoverGro... function waitForFailoverGroupAvailable (line 555) | func waitForFailoverGroupAvailable(ctx context.Context, client *armsql.F... function deleteFailoverGroup (line 578) | func deleteFailoverGroup(ctx context.Context, client *armsql.FailoverGro... function deleteFailoverGroupDatabase (line 604) | func deleteFailoverGroupDatabase(ctx context.Context, client *armsql.Dat... function deleteFailoverGroupSQLServer (line 630) | func deleteFailoverGroupSQLServer(ctx context.Context, client *armsql.Se... FILE: sources/azure/integration-tests/sql-server-key_test.go function findExistingSQLServer (line 25) | func findExistingSQLServer(ctx context.Context, client *armsql.ServersCl... function TestSQLServerKeyIntegration (line 43) | func TestSQLServerKeyIntegration(t *testing.T) { FILE: sources/azure/integration-tests/sql-server_test.go function TestSQLServerIntegration (line 21) | func TestSQLServerIntegration(t *testing.T) { FILE: sources/azure/integration-tests/storage-account_test.go function TestStorageAccountIntegration (line 23) | func TestStorageAccountIntegration(t *testing.T) { FILE: sources/azure/integration-tests/storage-blob-container_test.go constant integrationTestSAName (line 29) | integrationTestSAName = "ovm-integ-test-sa" constant integrationTestContainerName (line 30) | integrationTestContainerName = "ovm-integ-test-container" function TestStorageBlobContainerIntegration (line 33) | func TestStorageBlobContainerIntegration(t *testing.T) { function generateStorageAccountName (line 246) | func generateStorageAccountName(baseName string) string { function createStorageAccount (line 269) | func createStorageAccount(ctx context.Context, client *armstorage.Accoun... function waitForStorageAccountAvailable (line 322) | func waitForStorageAccountAvailable(ctx context.Context, client *armstor... function createBlobContainer (line 365) | func createBlobContainer(ctx context.Context, client *armstorage.BlobCon... function deleteBlobContainer (line 399) | func deleteBlobContainer(ctx context.Context, client *armstorage.BlobCon... function deleteStorageAccount (line 415) | func deleteStorageAccount(ctx context.Context, client *armstorage.Accoun... function waitForStorageAccountDeleted (line 446) | func waitForStorageAccountDeleted(ctx context.Context, client *armstorag... FILE: sources/azure/integration-tests/storage-fileshare_test.go constant integrationTestShareName (line 26) | integrationTestShareName = "ovm-integ-test-share" function TestStorageFileShareIntegration (line 29) | func TestStorageFileShareIntegration(t *testing.T) { function createFileShare (line 239) | func createFileShare(ctx context.Context, client *armstorage.FileSharesC... function deleteFileShare (line 274) | func deleteFileShare(ctx context.Context, client *armstorage.FileSharesC... FILE: sources/azure/integration-tests/storage-queues_test.go constant integrationTestQueueName (line 26) | integrationTestQueueName = "ovm-integ-test-queue" function TestStorageQueuesIntegration (line 29) | func TestStorageQueuesIntegration(t *testing.T) { function createQueue (line 283) | func createQueue(ctx context.Context, client *armstorage.QueueClient, re... function deleteQueue (line 318) | func deleteQueue(ctx context.Context, client *armstorage.QueueClient, re... FILE: sources/azure/integration-tests/storage-table_test.go constant integrationTestTableName (line 26) | integrationTestTableName = "ovmintegtesttable" function TestStorageTableIntegration (line 29) | func TestStorageTableIntegration(t *testing.T) { function createTable (line 283) | func createTable(ctx context.Context, client *armstorage.TableClient, re... function deleteTable (line 318) | func deleteTable(ctx context.Context, client *armstorage.TableClient, re... FILE: sources/azure/main.go function main (line 9) | func main() { FILE: sources/azure/manual/adapters.go function Adapters (line 36) | func Adapters(ctx context.Context, subscriptionID string, regions []stri... FILE: sources/azure/manual/authorization-role-assignment.go type authorizationRoleAssignmentWrapper (line 20) | type authorizationRoleAssignmentWrapper struct method List (line 37) | func (a authorizationRoleAssignmentWrapper) List(ctx context.Context, ... method ListStream (line 65) | func (a authorizationRoleAssignmentWrapper) ListStream(ctx context.Con... method Get (line 91) | func (a authorizationRoleAssignmentWrapper) Get(ctx context.Context, s... method azureRoleAssignmentToSDPItem (line 122) | func (a authorizationRoleAssignmentWrapper) azureRoleAssignmentToSDPIt... method GetLookups (line 212) | func (a authorizationRoleAssignmentWrapper) GetLookups() sources.ItemT... method SearchLookups (line 220) | func (a authorizationRoleAssignmentWrapper) SearchLookups() []sources.... method Search (line 230) | func (a authorizationRoleAssignmentWrapper) Search(ctx context.Context... method TerraformMappings (line 246) | func (a authorizationRoleAssignmentWrapper) TerraformMappings() []*sdp... method PotentialLinks (line 258) | func (a authorizationRoleAssignmentWrapper) PotentialLinks() map[share... method IAMPermissions (line 266) | func (a authorizationRoleAssignmentWrapper) IAMPermissions() []string { method PredefinedRole (line 272) | func (a authorizationRoleAssignmentWrapper) PredefinedRole() string { function NewAuthorizationRoleAssignment (line 26) | func NewAuthorizationRoleAssignment(client clients.RoleAssignmentsClient... FILE: sources/azure/manual/authorization-role-assignment_test.go function TestAuthorizationRoleAssignment (line 22) | func TestAuthorizationRoleAssignment(t *testing.T) { type MockRoleAssignmentsPager (line 516) | type MockRoleAssignmentsPager struct method EXPECT (line 531) | func (m *MockRoleAssignmentsPager) EXPECT() *MockRoleAssignmentsPagerM... method More (line 535) | func (m *MockRoleAssignmentsPager) More() bool { method NextPage (line 547) | func (m *MockRoleAssignmentsPager) NextPage(ctx context.Context) (arma... type MockRoleAssignmentsPagerMockRecorder (line 521) | type MockRoleAssignmentsPagerMockRecorder struct method More (line 542) | func (mr *MockRoleAssignmentsPagerMockRecorder) More() *gomock.Call { method NextPage (line 555) | func (mr *MockRoleAssignmentsPagerMockRecorder) NextPage(ctx any) *gom... function NewMockRoleAssignmentsPager (line 525) | func NewMockRoleAssignmentsPager(ctrl *gomock.Controller) *MockRoleAssig... function createAzureRoleAssignment (line 561) | func createAzureRoleAssignment(roleAssignmentName, scope string) *armaut... FILE: sources/azure/manual/authorization-role-definition.go type authorizationRoleDefinitionWrapper (line 20) | type authorizationRoleDefinitionWrapper struct method List (line 39) | func (c authorizationRoleDefinitionWrapper) List(ctx context.Context, ... method ListStream (line 69) | func (c authorizationRoleDefinitionWrapper) ListStream(ctx context.Con... method Get (line 101) | func (c authorizationRoleDefinitionWrapper) Get(ctx context.Context, s... method azureRoleDefinitionToSDPItem (line 123) | func (c authorizationRoleDefinitionWrapper) azureRoleDefinitionToSDPIt... method GetLookups (line 180) | func (c authorizationRoleDefinitionWrapper) GetLookups() sources.ItemT... method PotentialLinks (line 187) | func (c authorizationRoleDefinitionWrapper) PotentialLinks() map[share... method IAMPermissions (line 195) | func (c authorizationRoleDefinitionWrapper) IAMPermissions() []string { method PredefinedRole (line 201) | func (c authorizationRoleDefinitionWrapper) PredefinedRole() string { function NewAuthorizationRoleDefinition (line 26) | func NewAuthorizationRoleDefinition(client clients.RoleDefinitionsClient... FILE: sources/azure/manual/authorization-role-definition_test.go function TestAuthorizationRoleDefinition (line 23) | func TestAuthorizationRoleDefinition(t *testing.T) { type MockRoleDefinitionsPager (line 412) | type MockRoleDefinitionsPager struct method EXPECT (line 427) | func (m *MockRoleDefinitionsPager) EXPECT() *MockRoleDefinitionsPagerM... method More (line 431) | func (m *MockRoleDefinitionsPager) More() bool { method NextPage (line 443) | func (m *MockRoleDefinitionsPager) NextPage(ctx context.Context) (arma... type MockRoleDefinitionsPagerMockRecorder (line 417) | type MockRoleDefinitionsPagerMockRecorder struct method More (line 438) | func (mr *MockRoleDefinitionsPagerMockRecorder) More() *gomock.Call { method NextPage (line 451) | func (mr *MockRoleDefinitionsPagerMockRecorder) NextPage(ctx any) *gom... function NewMockRoleDefinitionsPager (line 421) | func NewMockRoleDefinitionsPager(ctrl *gomock.Controller) *MockRoleDefin... function createAzureRoleDefinition (line 457) | func createAzureRoleDefinition(roleDefinitionID, roleName string) *armau... FILE: sources/azure/manual/batch-batch-accounts.go type batchAccountWrapper (line 20) | type batchAccountWrapper struct method List (line 37) | func (b batchAccountWrapper) List(ctx context.Context, scope string) (... method ListStream (line 67) | func (b batchAccountWrapper) ListStream(ctx context.Context, stream di... method azureBatchAccountToSDPItem (line 95) | func (b batchAccountWrapper) azureBatchAccountToSDPItem(account *armba... method Get (line 379) | func (b batchAccountWrapper) Get(ctx context.Context, scope string, qu... method GetLookups (line 406) | func (b batchAccountWrapper) GetLookups() sources.ItemTypeLookups { method PotentialLinks (line 412) | func (b batchAccountWrapper) PotentialLinks() map[shared.ItemType]bool { method TerraformMappings (line 433) | func (b batchAccountWrapper) TerraformMappings() []*sdp.TerraformMappi... method IAMPermissions (line 444) | func (b batchAccountWrapper) IAMPermissions() []string { method PredefinedRole (line 451) | func (b batchAccountWrapper) PredefinedRole() string { function NewBatchAccount (line 26) | func NewBatchAccount(client clients.BatchAccountsClient, resourceGroupSc... FILE: sources/azure/manual/batch-batch-accounts_test.go type mockBatchAccountsPager (line 23) | type mockBatchAccountsPager struct method More (line 30) | func (m *mockBatchAccountsPager) More() bool { method NextPage (line 34) | func (m *mockBatchAccountsPager) NextPage(ctx context.Context) (armbat... function TestBatchAccount (line 39) | func TestBatchAccount(t *testing.T) { function createAzureBatchAccount (line 441) | func createAzureBatchAccount(accountName, provisioningState, subscriptio... function createAzureBatchAccountWithCrossRGResources (line 488) | func createAzureBatchAccountWithCrossRGResources( FILE: sources/azure/manual/batch-batch-application-package.go type batchBatchApplicationPackageWrapper (line 21) | type batchBatchApplicationPackageWrapper struct method Get (line 39) | func (c batchBatchApplicationPackageWrapper) Get(ctx context.Context, ... method GetLookups (line 64) | func (c batchBatchApplicationPackageWrapper) GetLookups() sources.Item... method Search (line 72) | func (c batchBatchApplicationPackageWrapper) Search(ctx context.Contex... method SearchStream (line 112) | func (c batchBatchApplicationPackageWrapper) SearchStream(ctx context.... method SearchLookups (line 147) | func (c batchBatchApplicationPackageWrapper) SearchLookups() []sources... method azureApplicationPackageToSDPItem (line 156) | func (c batchBatchApplicationPackageWrapper) azureApplicationPackageTo... method PotentialLinks (line 228) | func (c batchBatchApplicationPackageWrapper) PotentialLinks() map[shar... method IAMPermissions (line 237) | func (c batchBatchApplicationPackageWrapper) IAMPermissions() []string { method PredefinedRole (line 243) | func (c batchBatchApplicationPackageWrapper) PredefinedRole() string { function NewBatchBatchApplicationPackage (line 28) | func NewBatchBatchApplicationPackage(client clients.BatchApplicationPack... FILE: sources/azure/manual/batch-batch-application-package_test.go type mockBatchApplicationPackagesPager (line 23) | type mockBatchApplicationPackagesPager struct method More (line 28) | func (m *mockBatchApplicationPackagesPager) More() bool { method NextPage (line 32) | func (m *mockBatchApplicationPackagesPager) NextPage(ctx context.Conte... type errorBatchApplicationPackagesPager (line 41) | type errorBatchApplicationPackagesPager struct method More (line 43) | func (e *errorBatchApplicationPackagesPager) More() bool { method NextPage (line 47) | func (e *errorBatchApplicationPackagesPager) NextPage(ctx context.Cont... type testBatchApplicationPackagesClient (line 51) | type testBatchApplicationPackagesClient struct method List (line 56) | func (t *testBatchApplicationPackagesClient) List(ctx context.Context,... function createAzureBatchApplicationPackage (line 63) | func createAzureBatchApplicationPackage(versionName string) *armbatch.Ap... function TestBatchBatchApplicationPackage (line 78) | func TestBatchBatchApplicationPackage(t *testing.T) { FILE: sources/azure/manual/batch-batch-application.go type batchBatchApplicationWrapper (line 19) | type batchBatchApplicationWrapper struct method Get (line 36) | func (b batchBatchApplicationWrapper) Get(ctx context.Context, scope s... method GetLookups (line 60) | func (b batchBatchApplicationWrapper) GetLookups() sources.ItemTypeLoo... method Search (line 67) | func (b batchBatchApplicationWrapper) Search(ctx context.Context, scop... method SearchStream (line 106) | func (b batchBatchApplicationWrapper) SearchStream(ctx context.Context... method SearchLookups (line 140) | func (b batchBatchApplicationWrapper) SearchLookups() []sources.ItemTy... method azureApplicationToSDPItem (line 148) | func (b batchBatchApplicationWrapper) azureApplicationToSDPItem(app *a... method PotentialLinks (line 206) | func (b batchBatchApplicationWrapper) PotentialLinks() map[shared.Item... method TerraformMappings (line 214) | func (b batchBatchApplicationWrapper) TerraformMappings() []*sdp.Terra... method IAMPermissions (line 224) | func (b batchBatchApplicationWrapper) IAMPermissions() []string { method PredefinedRole (line 230) | func (b batchBatchApplicationWrapper) PredefinedRole() string { function NewBatchBatchApplication (line 25) | func NewBatchBatchApplication(client clients.BatchApplicationsClient, re... FILE: sources/azure/manual/batch-batch-application_test.go type mockBatchApplicationsPager (line 23) | type mockBatchApplicationsPager struct method More (line 28) | func (m *mockBatchApplicationsPager) More() bool { method NextPage (line 32) | func (m *mockBatchApplicationsPager) NextPage(ctx context.Context) (ar... type errorBatchApplicationsPager (line 42) | type errorBatchApplicationsPager struct method More (line 44) | func (e *errorBatchApplicationsPager) More() bool { method NextPage (line 48) | func (e *errorBatchApplicationsPager) NextPage(ctx context.Context) (a... type testBatchApplicationsClient (line 53) | type testBatchApplicationsClient struct method List (line 58) | func (t *testBatchApplicationsClient) List(ctx context.Context, resour... function createAzureBatchApplication (line 65) | func createAzureBatchApplication(name string) *armbatch.Application { function TestBatchBatchApplication (line 79) | func TestBatchBatchApplication(t *testing.T) { FILE: sources/azure/manual/batch-batch-pool.go type batchBatchPoolWrapper (line 24) | type batchBatchPoolWrapper struct method Get (line 41) | func (b batchBatchPoolWrapper) Get(ctx context.Context, scope string, ... method GetLookups (line 65) | func (b batchBatchPoolWrapper) GetLookups() sources.ItemTypeLookups { method Search (line 72) | func (b batchBatchPoolWrapper) Search(ctx context.Context, scope strin... method SearchStream (line 111) | func (b batchBatchPoolWrapper) SearchStream(ctx context.Context, strea... method SearchLookups (line 145) | func (b batchBatchPoolWrapper) SearchLookups() []sources.ItemTypeLooku... method azurePoolToSDPItem (line 153) | func (b batchBatchPoolWrapper) azurePoolToSDPItem(pool *armbatch.Pool,... method PotentialLinks (line 608) | func (b batchBatchPoolWrapper) PotentialLinks() map[shared.ItemType]bo... method TerraformMappings (line 627) | func (b batchBatchPoolWrapper) TerraformMappings() []*sdp.TerraformMap... method IAMPermissions (line 637) | func (b batchBatchPoolWrapper) IAMPermissions() []string { method PredefinedRole (line 643) | func (b batchBatchPoolWrapper) PredefinedRole() string { function NewBatchBatchPool (line 30) | func NewBatchBatchPool(client clients.BatchPoolsClient, resourceGroupSco... function appendMountSourceHostLink (line 648) | func appendMountSourceHostLink(queries *[]*sdp.LinkedItemQuery, source s... FILE: sources/azure/manual/batch-batch-pool_test.go type mockBatchPoolsPager (line 23) | type mockBatchPoolsPager struct method More (line 28) | func (m *mockBatchPoolsPager) More() bool { method NextPage (line 32) | func (m *mockBatchPoolsPager) NextPage(ctx context.Context) (armbatch.... type errorBatchPoolsPager (line 41) | type errorBatchPoolsPager struct method More (line 43) | func (e *errorBatchPoolsPager) More() bool { method NextPage (line 47) | func (e *errorBatchPoolsPager) NextPage(ctx context.Context) (armbatch... type testBatchPoolsClient (line 51) | type testBatchPoolsClient struct method ListByBatchAccount (line 56) | func (t *testBatchPoolsClient) ListByBatchAccount(ctx context.Context,... function createAzureBatchPool (line 63) | func createAzureBatchPool(name string) *armbatch.Pool { function TestBatchBatchPool (line 77) | func TestBatchBatchPool(t *testing.T) { FILE: sources/azure/manual/batch-private-endpoint-connection.go type batchPrivateEndpointConnectionWrapper (line 19) | type batchPrivateEndpointConnectionWrapper struct method Get (line 37) | func (b batchPrivateEndpointConnectionWrapper) Get(ctx context.Context... method GetLookups (line 72) | func (b batchPrivateEndpointConnectionWrapper) GetLookups() sources.It... method Search (line 79) | func (b batchPrivateEndpointConnectionWrapper) Search(ctx context.Cont... method SearchStream (line 123) | func (b batchPrivateEndpointConnectionWrapper) SearchStream(ctx contex... method SearchLookups (line 162) | func (b batchPrivateEndpointConnectionWrapper) SearchLookups() []sourc... method PotentialLinks (line 170) | func (b batchPrivateEndpointConnectionWrapper) PotentialLinks() map[sh... method azurePrivateEndpointConnectionToSDPItem (line 177) | func (b batchPrivateEndpointConnectionWrapper) azurePrivateEndpointCon... method IAMPermissions (line 247) | func (b batchPrivateEndpointConnectionWrapper) IAMPermissions() []stri... method PredefinedRole (line 254) | func (b batchPrivateEndpointConnectionWrapper) PredefinedRole() string { function NewBatchPrivateEndpointConnection (line 26) | func NewBatchPrivateEndpointConnection(client clients.BatchPrivateEndpoi... FILE: sources/azure/manual/batch-private-endpoint-connection_test.go type mockBatchPrivateEndpointConnectionPager (line 22) | type mockBatchPrivateEndpointConnectionPager struct method More (line 27) | func (m *mockBatchPrivateEndpointConnectionPager) More() bool { method NextPage (line 31) | func (m *mockBatchPrivateEndpointConnectionPager) NextPage(ctx context... type testBatchPrivateEndpointConnectionClient (line 40) | type testBatchPrivateEndpointConnectionClient struct method ListByBatchAccount (line 45) | func (t *testBatchPrivateEndpointConnectionClient) ListByBatchAccount(... function TestBatchPrivateEndpointConnection (line 49) | func TestBatchPrivateEndpointConnection(t *testing.T) { function createAzureBatchPrivateEndpointConnection (line 434) | func createAzureBatchPrivateEndpointConnection(connectionName, privateEn... function createAzureBatchPrivateEndpointConnectionWithState (line 458) | func createAzureBatchPrivateEndpointConnectionWithState(connectionName s... FILE: sources/azure/manual/compute-availability-set.go type computeAvailabilitySetWrapper (line 19) | type computeAvailabilitySetWrapper struct method List (line 37) | func (c computeAvailabilitySetWrapper) List(ctx context.Context, scope... method ListStream (line 65) | func (c computeAvailabilitySetWrapper) ListStream(ctx context.Context,... method Get (line 98) | func (c computeAvailabilitySetWrapper) Get(ctx context.Context, scope ... method azureAvailabilitySetToSDPItem (line 118) | func (c computeAvailabilitySetWrapper) azureAvailabilitySetToSDPItem(a... method GetLookups (line 184) | func (c computeAvailabilitySetWrapper) GetLookups() sources.ItemTypeLo... method PotentialLinks (line 190) | func (c computeAvailabilitySetWrapper) PotentialLinks() map[shared.Ite... method TerraformMappings (line 198) | func (c computeAvailabilitySetWrapper) TerraformMappings() []*sdp.Terr... method IAMPermissions (line 208) | func (c computeAvailabilitySetWrapper) IAMPermissions() []string { method PredefinedRole (line 215) | func (c computeAvailabilitySetWrapper) PredefinedRole() string { function NewComputeAvailabilitySet (line 25) | func NewComputeAvailabilitySet(client clients.AvailabilitySetsClient, re... FILE: sources/azure/manual/compute-availability-set_test.go function TestComputeAvailabilitySet (line 23) | func TestComputeAvailabilitySet(t *testing.T) { function createAzureAvailabilitySet (line 325) | func createAzureAvailabilitySet(avSetName string) *armcompute.Availabili... function createAzureAvailabilitySetWithCrossResourceGroupLinks (line 353) | func createAzureAvailabilitySetWithCrossResourceGroupLinks(avSetName, su... function createAzureAvailabilitySetWithoutLinks (line 376) | func createAzureAvailabilitySetWithoutLinks(avSetName string) *armcomput... type mockAvailabilitySetsPager (line 393) | type mockAvailabilitySetsPager struct method More (line 409) | func (m *mockAvailabilitySetsPager) More() bool { method NextPage (line 413) | func (m *mockAvailabilitySetsPager) NextPage(ctx context.Context) (arm... function newMockAvailabilitySetsPager (line 400) | func newMockAvailabilitySetsPager(ctrl *gomock.Controller, items []*armc... FILE: sources/azure/manual/compute-capacity-reservation-group.go type computeCapacityReservationGroupWrapper (line 19) | type computeCapacityReservationGroupWrapper struct method Get (line 48) | func (c *computeCapacityReservationGroupWrapper) Get(ctx context.Conte... method List (line 68) | func (c *computeCapacityReservationGroupWrapper) List(ctx context.Cont... method ListStream (line 95) | func (c *computeCapacityReservationGroupWrapper) ListStream(ctx contex... method azureCapacityReservationGroupToSDPItem (line 123) | func (c *computeCapacityReservationGroupWrapper) azureCapacityReservat... method GetLookups (line 196) | func (c *computeCapacityReservationGroupWrapper) GetLookups() sources.... method PotentialLinks (line 202) | func (c *computeCapacityReservationGroupWrapper) PotentialLinks() map[... method TerraformMappings (line 210) | func (c *computeCapacityReservationGroupWrapper) TerraformMappings() [... method IAMPermissions (line 219) | func (c *computeCapacityReservationGroupWrapper) IAMPermissions() []st... method PredefinedRole (line 225) | func (c *computeCapacityReservationGroupWrapper) PredefinedRole() stri... function NewComputeCapacityReservationGroup (line 25) | func NewComputeCapacityReservationGroup(client clients.CapacityReservati... function capacityReservationGroupGetOptions (line 36) | func capacityReservationGroupGetOptions() *armcompute.CapacityReservatio... function capacityReservationGroupListOptions (line 40) | func capacityReservationGroupListOptions() *armcompute.CapacityReservati... FILE: sources/azure/manual/compute-capacity-reservation-group_test.go function TestComputeCapacityReservationGroup (line 23) | func TestComputeCapacityReservationGroup(t *testing.T) { function capacityReservationGroupGetOptions (line 317) | func capacityReservationGroupGetOptions() *armcompute.CapacityReservatio... function capacityReservationGroupListOptions (line 321) | func capacityReservationGroupListOptions() *armcompute.CapacityReservati... function createAzureCapacityReservationGroup (line 329) | func createAzureCapacityReservationGroup(groupName string) *armcompute.C... function createAzureCapacityReservationGroupWithLinks (line 342) | func createAzureCapacityReservationGroupWithLinks(groupName, subscriptio... type mockCapacityReservationGroupsPager (line 369) | type mockCapacityReservationGroupsPager struct method More (line 385) | func (m *mockCapacityReservationGroupsPager) More() bool { method NextPage (line 389) | func (m *mockCapacityReservationGroupsPager) NextPage(ctx context.Cont... function newMockCapacityReservationGroupsPager (line 376) | func newMockCapacityReservationGroupsPager(ctrl *gomock.Controller, item... type errorCapacityReservationGroupsPager (line 411) | type errorCapacityReservationGroupsPager struct method More (line 419) | func (e *errorCapacityReservationGroupsPager) More() bool { method NextPage (line 423) | func (e *errorCapacityReservationGroupsPager) NextPage(ctx context.Con... function newErrorCapacityReservationGroupsPager (line 415) | func newErrorCapacityReservationGroupsPager(ctrl *gomock.Controller) cli... FILE: sources/azure/manual/compute-capacity-reservation.go type computeCapacityReservationWrapper (line 20) | type computeCapacityReservationWrapper struct method Get (line 44) | func (c *computeCapacityReservationWrapper) Get(ctx context.Context, s... method Search (line 69) | func (c *computeCapacityReservationWrapper) Search(ctx context.Context... method SearchStream (line 104) | func (c *computeCapacityReservationWrapper) SearchStream(ctx context.C... method azureCapacityReservationToSDPItem (line 143) | func (c *computeCapacityReservationWrapper) azureCapacityReservationTo... method GetLookups (line 247) | func (c *computeCapacityReservationWrapper) GetLookups() sources.ItemT... method SearchLookups (line 254) | func (c *computeCapacityReservationWrapper) SearchLookups() []sources.... method PotentialLinks (line 262) | func (c *computeCapacityReservationWrapper) PotentialLinks() map[share... method TerraformMappings (line 270) | func (c *computeCapacityReservationWrapper) TerraformMappings() []*sdp... method IAMPermissions (line 279) | func (c *computeCapacityReservationWrapper) IAMPermissions() []string { method PredefinedRole (line 285) | func (c *computeCapacityReservationWrapper) PredefinedRole() string { function NewComputeCapacityReservation (line 25) | func NewComputeCapacityReservation(client clients.CapacityReservationsCl... function capacityReservationGetOptions (line 36) | func capacityReservationGetOptions() *armcompute.CapacityReservationsCli... FILE: sources/azure/manual/compute-capacity-reservation_test.go function createAzureCapacityReservation (line 21) | func createAzureCapacityReservation(reservationName, groupName string) *... function createAzureCapacityReservationWithVMs (line 38) | func createAzureCapacityReservationWithVMs(reservationName, groupName, s... type mockCapacityReservationsPager (line 62) | type mockCapacityReservationsPager struct method More (line 67) | func (m *mockCapacityReservationsPager) More() bool { method NextPage (line 71) | func (m *mockCapacityReservationsPager) NextPage(ctx context.Context) ... type errorCapacityReservationsPager (line 88) | type errorCapacityReservationsPager struct method More (line 90) | func (e *errorCapacityReservationsPager) More() bool { method NextPage (line 94) | func (e *errorCapacityReservationsPager) NextPage(ctx context.Context)... type testCapacityReservationsClient (line 98) | type testCapacityReservationsClient struct method NewListByCapacityReservationGroupPager (line 103) | func (t *testCapacityReservationsClient) NewListByCapacityReservationG... function TestComputeCapacityReservation (line 110) | func TestComputeCapacityReservation(t *testing.T) { FILE: sources/azure/manual/compute-dedicated-host-group.go type computeDedicatedHostGroupWrapper (line 19) | type computeDedicatedHostGroupWrapper struct method Get (line 36) | func (c *computeDedicatedHostGroupWrapper) Get(ctx context.Context, sc... method List (line 56) | func (c *computeDedicatedHostGroupWrapper) List(ctx context.Context, s... method ListStream (line 83) | func (c *computeDedicatedHostGroupWrapper) ListStream(ctx context.Cont... method azureDedicatedHostGroupToSDPItem (line 111) | func (c *computeDedicatedHostGroupWrapper) azureDedicatedHostGroupToSD... method GetLookups (line 150) | func (c *computeDedicatedHostGroupWrapper) GetLookups() sources.ItemTy... method PotentialLinks (line 156) | func (c *computeDedicatedHostGroupWrapper) PotentialLinks() map[shared... method TerraformMappings (line 163) | func (c *computeDedicatedHostGroupWrapper) TerraformMappings() []*sdp.... method IAMPermissions (line 172) | func (c *computeDedicatedHostGroupWrapper) IAMPermissions() []string { method PredefinedRole (line 178) | func (c *computeDedicatedHostGroupWrapper) PredefinedRole() string { function NewComputeDedicatedHostGroup (line 24) | func NewComputeDedicatedHostGroup(client clients.DedicatedHostGroupsClie... FILE: sources/azure/manual/compute-dedicated-host-group_test.go function TestComputeDedicatedHostGroup (line 23) | func TestComputeDedicatedHostGroup(t *testing.T) { function createAzureDedicatedHostGroup (line 307) | func createAzureDedicatedHostGroup(hostGroupName string) *armcompute.Ded... function createAzureDedicatedHostGroupWithHosts (line 326) | func createAzureDedicatedHostGroupWithHosts(hostGroupName, subscriptionI... type mockDedicatedHostGroupsPager (line 347) | type mockDedicatedHostGroupsPager struct method More (line 363) | func (m *mockDedicatedHostGroupsPager) More() bool { method NextPage (line 367) | func (m *mockDedicatedHostGroupsPager) NextPage(ctx context.Context) (... function newMockDedicatedHostGroupsPager (line 354) | func newMockDedicatedHostGroupsPager(ctrl *gomock.Controller, items []*a... type errorDedicatedHostGroupsPager (line 389) | type errorDedicatedHostGroupsPager struct method More (line 397) | func (e *errorDedicatedHostGroupsPager) More() bool { method NextPage (line 401) | func (e *errorDedicatedHostGroupsPager) NextPage(ctx context.Context) ... function newErrorDedicatedHostGroupsPager (line 393) | func newErrorDedicatedHostGroupsPager(ctrl *gomock.Controller) clients.D... FILE: sources/azure/manual/compute-dedicated-host.go type computeDedicatedHostWrapper (line 20) | type computeDedicatedHostWrapper struct method Get (line 37) | func (c *computeDedicatedHostWrapper) Get(ctx context.Context, scope s... method Search (line 62) | func (c *computeDedicatedHostWrapper) Search(ctx context.Context, scop... method SearchStream (line 97) | func (c *computeDedicatedHostWrapper) SearchStream(ctx context.Context... method azureDedicatedHostToSDPItem (line 136) | func (c *computeDedicatedHostWrapper) azureDedicatedHostToSDPItem(host... method GetLookups (line 215) | func (c *computeDedicatedHostWrapper) GetLookups() sources.ItemTypeLoo... method SearchLookups (line 222) | func (c *computeDedicatedHostWrapper) SearchLookups() []sources.ItemTy... method PotentialLinks (line 230) | func (c *computeDedicatedHostWrapper) PotentialLinks() map[shared.Item... method TerraformMappings (line 238) | func (c *computeDedicatedHostWrapper) TerraformMappings() []*sdp.Terra... method IAMPermissions (line 247) | func (c *computeDedicatedHostWrapper) IAMPermissions() []string { method PredefinedRole (line 253) | func (c *computeDedicatedHostWrapper) PredefinedRole() string { function NewComputeDedicatedHost (line 25) | func NewComputeDedicatedHost(client clients.DedicatedHostsClient, resour... FILE: sources/azure/manual/compute-dedicated-host_test.go function createAzureDedicatedHost (line 21) | func createAzureDedicatedHost(hostName, hostGroupName string) *armcomput... function createAzureDedicatedHostWithVMs (line 38) | func createAzureDedicatedHostWithVMs(hostName, hostGroupName, subscripti... type mockDedicatedHostsPager (line 62) | type mockDedicatedHostsPager struct method More (line 67) | func (m *mockDedicatedHostsPager) More() bool { method NextPage (line 71) | func (m *mockDedicatedHostsPager) NextPage(ctx context.Context) (armco... type errorDedicatedHostsPager (line 88) | type errorDedicatedHostsPager struct method More (line 90) | func (e *errorDedicatedHostsPager) More() bool { method NextPage (line 94) | func (e *errorDedicatedHostsPager) NextPage(ctx context.Context) (armc... type testDedicatedHostsClient (line 98) | type testDedicatedHostsClient struct method NewListByHostGroupPager (line 103) | func (t *testDedicatedHostsClient) NewListByHostGroupPager(resourceGro... function TestComputeDedicatedHost (line 110) | func TestComputeDedicatedHost(t *testing.T) { FILE: sources/azure/manual/compute-disk-access-private-endpoint-connection.go type computeDiskAccessPrivateEndpointConnectionWrapper (line 19) | type computeDiskAccessPrivateEndpointConnectionWrapper struct method Get (line 37) | func (s computeDiskAccessPrivateEndpointConnectionWrapper) Get(ctx con... method GetLookups (line 65) | func (s computeDiskAccessPrivateEndpointConnectionWrapper) GetLookups(... method Search (line 72) | func (s computeDiskAccessPrivateEndpointConnectionWrapper) Search(ctx ... method SearchStream (line 112) | func (s computeDiskAccessPrivateEndpointConnectionWrapper) SearchStrea... method SearchLookups (line 146) | func (s computeDiskAccessPrivateEndpointConnectionWrapper) SearchLooku... method PotentialLinks (line 154) | func (s computeDiskAccessPrivateEndpointConnectionWrapper) PotentialLi... method azurePrivateEndpointConnectionToSDPItem (line 161) | func (s computeDiskAccessPrivateEndpointConnectionWrapper) azurePrivat... method IAMPermissions (line 227) | func (s computeDiskAccessPrivateEndpointConnectionWrapper) IAMPermissi... method PredefinedRole (line 233) | func (s computeDiskAccessPrivateEndpointConnectionWrapper) PredefinedR... function NewComputeDiskAccessPrivateEndpointConnection (line 26) | func NewComputeDiskAccessPrivateEndpointConnection(client clients.Comput... FILE: sources/azure/manual/compute-disk-access-private-endpoint-connection_test.go type mockComputeDiskAccessPrivateEndpointConnectionsPager (line 22) | type mockComputeDiskAccessPrivateEndpointConnectionsPager struct method More (line 27) | func (m *mockComputeDiskAccessPrivateEndpointConnectionsPager) More() ... method NextPage (line 31) | func (m *mockComputeDiskAccessPrivateEndpointConnectionsPager) NextPag... type testComputeDiskAccessPrivateEndpointConnectionsClient (line 40) | type testComputeDiskAccessPrivateEndpointConnectionsClient struct method NewListPrivateEndpointConnectionsPager (line 45) | func (t *testComputeDiskAccessPrivateEndpointConnectionsClient) NewLis... function TestComputeDiskAccessPrivateEndpointConnection (line 49) | func TestComputeDiskAccessPrivateEndpointConnection(t *testing.T) { function createAzureComputeDiskAccessPrivateEndpointConnection (line 302) | func createAzureComputeDiskAccessPrivateEndpointConnection(connectionNam... FILE: sources/azure/manual/compute-disk-access.go type computeDiskAccessWrapper (line 19) | type computeDiskAccessWrapper struct method Get (line 35) | func (c *computeDiskAccessWrapper) Get(ctx context.Context, scope stri... method List (line 54) | func (c *computeDiskAccessWrapper) List(ctx context.Context, scope str... method ListStream (line 81) | func (c *computeDiskAccessWrapper) ListStream(ctx context.Context, str... method azureDiskAccessToSDPItem (line 109) | func (c *computeDiskAccessWrapper) azureDiskAccessToSDPItem(diskAccess... method GetLookups (line 166) | func (c *computeDiskAccessWrapper) GetLookups() sources.ItemTypeLookups { method PotentialLinks (line 172) | func (c *computeDiskAccessWrapper) PotentialLinks() map[shared.ItemTyp... method TerraformMappings (line 179) | func (c *computeDiskAccessWrapper) TerraformMappings() []*sdp.Terrafor... function NewComputeDiskAccess (line 24) | func NewComputeDiskAccess(client clients.DiskAccessesClient, resourceGro... FILE: sources/azure/manual/compute-disk-access_test.go function TestComputeDiskAccess (line 23) | func TestComputeDiskAccess(t *testing.T) { function createAzureDiskAccess (line 319) | func createAzureDiskAccess(diskAccessName string) *armcompute.DiskAccess { function createAzureDiskAccessWithPrivateEndpointConnections (line 334) | func createAzureDiskAccessWithPrivateEndpointConnections(diskAccessName,... type mockDiskAccessesPager (line 366) | type mockDiskAccessesPager struct method More (line 382) | func (m *mockDiskAccessesPager) More() bool { method NextPage (line 386) | func (m *mockDiskAccessesPager) NextPage(ctx context.Context) (armcomp... function newMockDiskAccessesPager (line 373) | func newMockDiskAccessesPager(ctrl *gomock.Controller, items []*armcompu... type errorDiskAccessesPager (line 408) | type errorDiskAccessesPager struct method More (line 416) | func (e *errorDiskAccessesPager) More() bool { method NextPage (line 420) | func (e *errorDiskAccessesPager) NextPage(ctx context.Context) (armcom... function newErrorDiskAccessesPager (line 412) | func newErrorDiskAccessesPager(ctrl *gomock.Controller) clients.DiskAcce... FILE: sources/azure/manual/compute-disk-encryption-set.go type computeDiskEncryptionSetWrapper (line 20) | type computeDiskEncryptionSetWrapper struct method List (line 36) | func (c computeDiskEncryptionSetWrapper) List(ctx context.Context, sco... method ListStream (line 63) | func (c computeDiskEncryptionSetWrapper) ListStream(ctx context.Contex... method Get (line 91) | func (c computeDiskEncryptionSetWrapper) Get(ctx context.Context, scop... method azureDiskEncryptionSetToSDPItem (line 110) | func (c computeDiskEncryptionSetWrapper) azureDiskEncryptionSetToSDPIt... method GetLookups (line 299) | func (c computeDiskEncryptionSetWrapper) GetLookups() sources.ItemType... method PotentialLinks (line 305) | func (c computeDiskEncryptionSetWrapper) PotentialLinks() map[shared.I... method TerraformMappings (line 316) | func (c computeDiskEncryptionSetWrapper) TerraformMappings() []*sdp.Te... function NewComputeDiskEncryptionSet (line 25) | func NewComputeDiskEncryptionSet(client clients.DiskEncryptionSetsClient... FILE: sources/azure/manual/compute-disk-encryption-set_test.go function TestComputeDiskEncryptionSet (line 24) | func TestComputeDiskEncryptionSet(t *testing.T) { function createAzureDiskEncryptionSet (line 430) | func createAzureDiskEncryptionSet(name string) *armcompute.DiskEncryptio... function createAzureDiskEncryptionSetWithAllLinks (line 443) | func createAzureDiskEncryptionSetWithAllLinks(name, subscriptionID, reso... function createAzureDiskEncryptionSetWithPreviousKeys (line 467) | func createAzureDiskEncryptionSetWithPreviousKeys(name, subscriptionID, ... function createAzureDiskEncryptionSetWithPreviousKeysSameVault (line 480) | func createAzureDiskEncryptionSetWithPreviousKeysSameVault(name, subscri... type mockDiskEncryptionSetsPager (line 494) | type mockDiskEncryptionSetsPager struct method More (line 510) | func (m *mockDiskEncryptionSetsPager) More() bool { method NextPage (line 514) | func (m *mockDiskEncryptionSetsPager) NextPage(ctx context.Context) (a... function newMockDiskEncryptionSetsPager (line 501) | func newMockDiskEncryptionSetsPager(ctrl *gomock.Controller, items []*ar... type errorDiskEncryptionSetsPager (line 531) | type errorDiskEncryptionSetsPager struct method More (line 539) | func (e *errorDiskEncryptionSetsPager) More() bool { return true } method NextPage (line 541) | func (e *errorDiskEncryptionSetsPager) NextPage(ctx context.Context) (... function newErrorDiskEncryptionSetsPager (line 535) | func newErrorDiskEncryptionSetsPager(ctrl *gomock.Controller) clients.Di... FILE: sources/azure/manual/compute-disk.go type computeDiskWrapper (line 21) | type computeDiskWrapper struct method List (line 37) | func (c computeDiskWrapper) List(ctx context.Context, scope string) ([... method ListStream (line 64) | func (c computeDiskWrapper) ListStream(ctx context.Context, stream dis... method Get (line 92) | func (c computeDiskWrapper) Get(ctx context.Context, scope string, que... method azureDiskToSDPItem (line 108) | func (c computeDiskWrapper) azureDiskToSDPItem(disk *armcompute.Disk, ... method GetLookups (line 572) | func (c computeDiskWrapper) GetLookups() sources.ItemTypeLookups { method PotentialLinks (line 578) | func (c computeDiskWrapper) PotentialLinks() map[shared.ItemType]bool { method TerraformMappings (line 598) | func (c computeDiskWrapper) TerraformMappings() []*sdp.TerraformMapping { function NewComputeDisk (line 26) | func NewComputeDisk(client clients.DisksClient, resourceGroupScopes []az... FILE: sources/azure/manual/compute-disk_test.go function TestComputeDisk (line 23) | func TestComputeDisk(t *testing.T) { function createAzureDisk (line 490) | func createAzureDisk(diskName, provisioningState string) *armcompute.Disk { function createAzureDiskWithAllLinks (line 509) | func createAzureDiskWithAllLinks(diskName, subscriptionID, resourceGroup... function createAzureDiskFromSnapshot (line 573) | func createAzureDiskFromSnapshot(diskName, subscriptionID, resourceGroup... function createAzureDiskWithCrossResourceGroupLinks (line 592) | func createAzureDiskWithCrossResourceGroupLinks(diskName, subscriptionID... type mockDisksPager (line 611) | type mockDisksPager struct method More (line 627) | func (m *mockDisksPager) More() bool { method NextPage (line 631) | func (m *mockDisksPager) NextPage(ctx context.Context) (armcompute.Dis... function newMockDisksPager (line 618) | func newMockDisksPager(ctrl *gomock.Controller, items []*armcompute.Disk... type errorDisksPager (line 653) | type errorDisksPager struct method More (line 661) | func (e *errorDisksPager) More() bool { method NextPage (line 665) | func (e *errorDisksPager) NextPage(ctx context.Context) (armcompute.Di... function newErrorDisksPager (line 657) | func newErrorDisksPager(ctrl *gomock.Controller) clients.DisksPager { FILE: sources/azure/manual/compute-gallery-application-version.go type computeGalleryApplicationVersionWrapper (line 21) | type computeGalleryApplicationVersionWrapper struct method Get (line 37) | func (c computeGalleryApplicationVersionWrapper) Get(ctx context.Conte... method Search (line 65) | func (c computeGalleryApplicationVersionWrapper) Search(ctx context.Co... method SearchStream (line 104) | func (c computeGalleryApplicationVersionWrapper) SearchStream(ctx cont... method azureGalleryApplicationVersionToSDPItem (line 147) | func (c computeGalleryApplicationVersionWrapper) azureGalleryApplicati... method GetLookups (line 336) | func (c computeGalleryApplicationVersionWrapper) GetLookups() sources.... method SearchLookups (line 344) | func (c computeGalleryApplicationVersionWrapper) SearchLookups() []sou... method PotentialLinks (line 353) | func (c computeGalleryApplicationVersionWrapper) PotentialLinks() map[... method TerraformMappings (line 367) | func (c computeGalleryApplicationVersionWrapper) TerraformMappings() [... method IAMPermissions (line 378) | func (c computeGalleryApplicationVersionWrapper) IAMPermissions() []st... method PredefinedRole (line 384) | func (c computeGalleryApplicationVersionWrapper) PredefinedRole() stri... function NewComputeGalleryApplicationVersion (line 26) | func NewComputeGalleryApplicationVersion(client clients.GalleryApplicati... FILE: sources/azure/manual/compute-gallery-application-version_test.go type mockGalleryApplicationVersionsPager (line 23) | type mockGalleryApplicationVersionsPager struct method More (line 28) | func (m *mockGalleryApplicationVersionsPager) More() bool { method NextPage (line 32) | func (m *mockGalleryApplicationVersionsPager) NextPage(ctx context.Con... type errorGalleryApplicationVersionsPager (line 42) | type errorGalleryApplicationVersionsPager struct method More (line 44) | func (e *errorGalleryApplicationVersionsPager) More() bool { method NextPage (line 48) | func (e *errorGalleryApplicationVersionsPager) NextPage(ctx context.Co... type testGalleryApplicationVersionsClient (line 53) | type testGalleryApplicationVersionsClient struct method NewListByGalleryApplicationPager (line 59) | func (t *testGalleryApplicationVersionsClient) NewListByGalleryApplica... function createAzureGalleryApplicationVersion (line 66) | func createAzureGalleryApplicationVersion(versionName string) *armcomput... function createAzureGalleryApplicationVersionWithLinks (line 83) | func createAzureGalleryApplicationVersionWithLinks(versionName, subscrip... function TestComputeGalleryApplicationVersion (line 100) | func TestComputeGalleryApplicationVersion(t *testing.T) { FILE: sources/azure/manual/compute-gallery-application.go type computeGalleryApplicationWrapper (line 20) | type computeGalleryApplicationWrapper struct method Get (line 36) | func (c computeGalleryApplicationWrapper) Get(ctx context.Context, sco... method Search (line 60) | func (c computeGalleryApplicationWrapper) Search(ctx context.Context, ... method SearchStream (line 95) | func (c computeGalleryApplicationWrapper) SearchStream(ctx context.Con... method azureGalleryApplicationToSDPItem (line 134) | func (c computeGalleryApplicationWrapper) azureGalleryApplicationToSDP... method GetLookups (line 204) | func (c computeGalleryApplicationWrapper) GetLookups() sources.ItemTyp... method SearchLookups (line 211) | func (c computeGalleryApplicationWrapper) SearchLookups() []sources.It... method PotentialLinks (line 219) | func (c computeGalleryApplicationWrapper) PotentialLinks() map[shared.... method TerraformMappings (line 230) | func (c computeGalleryApplicationWrapper) TerraformMappings() []*sdp.T... method IAMPermissions (line 240) | func (c computeGalleryApplicationWrapper) IAMPermissions() []string { method PredefinedRole (line 246) | func (c computeGalleryApplicationWrapper) PredefinedRole() string { function NewComputeGalleryApplication (line 25) | func NewComputeGalleryApplication(client clients.GalleryApplicationsClie... FILE: sources/azure/manual/compute-gallery-application_test.go type mockGalleryApplicationsPager (line 24) | type mockGalleryApplicationsPager struct method More (line 29) | func (m *mockGalleryApplicationsPager) More() bool { method NextPage (line 33) | func (m *mockGalleryApplicationsPager) NextPage(ctx context.Context) (... type errorGalleryApplicationsPager (line 43) | type errorGalleryApplicationsPager struct method More (line 45) | func (e *errorGalleryApplicationsPager) More() bool { method NextPage (line 49) | func (e *errorGalleryApplicationsPager) NextPage(ctx context.Context) ... type testGalleryApplicationsClient (line 54) | type testGalleryApplicationsClient struct method NewListByGalleryPager (line 59) | func (t *testGalleryApplicationsClient) NewListByGalleryPager(resource... function createAzureGalleryApplication (line 66) | func createAzureGalleryApplication(applicationName string) *armcompute.G... function TestComputeGalleryApplication (line 80) | func TestComputeGalleryApplication(t *testing.T) { FILE: sources/azure/manual/compute-gallery-image.go type computeGalleryImageWrapper (line 20) | type computeGalleryImageWrapper struct method Get (line 36) | func (c computeGalleryImageWrapper) Get(ctx context.Context, scope str... method Search (line 60) | func (c computeGalleryImageWrapper) Search(ctx context.Context, scope ... method SearchStream (line 95) | func (c computeGalleryImageWrapper) SearchStream(ctx context.Context, ... method azureGalleryImageToSDPItem (line 135) | func (c computeGalleryImageWrapper) azureGalleryImageToSDPItem( method GetLookups (line 195) | func (c computeGalleryImageWrapper) GetLookups() sources.ItemTypeLooku... method SearchLookups (line 202) | func (c computeGalleryImageWrapper) SearchLookups() []sources.ItemType... method PotentialLinks (line 210) | func (c computeGalleryImageWrapper) PotentialLinks() map[shared.ItemTy... method TerraformMappings (line 220) | func (c computeGalleryImageWrapper) TerraformMappings() []*sdp.Terrafo... method IAMPermissions (line 231) | func (c computeGalleryImageWrapper) IAMPermissions() []string { method PredefinedRole (line 237) | func (c computeGalleryImageWrapper) PredefinedRole() string { function NewComputeGalleryImage (line 25) | func NewComputeGalleryImage(client clients.GalleryImagesClient, resource... FILE: sources/azure/manual/compute-gallery-image_test.go type mockGalleryImagesPager (line 23) | type mockGalleryImagesPager struct method More (line 28) | func (m *mockGalleryImagesPager) More() bool { method NextPage (line 32) | func (m *mockGalleryImagesPager) NextPage(ctx context.Context) (armcom... type errorGalleryImagesPager (line 42) | type errorGalleryImagesPager struct method More (line 44) | func (e *errorGalleryImagesPager) More() bool { method NextPage (line 48) | func (e *errorGalleryImagesPager) NextPage(ctx context.Context) (armco... type testGalleryImagesClient (line 53) | type testGalleryImagesClient struct method NewListByGalleryPager (line 59) | func (t *testGalleryImagesClient) NewListByGalleryPager(resourceGroupN... function createAzureGalleryImage (line 66) | func createAzureGalleryImage(imageName string) *armcompute.GalleryImage { function createAzureGalleryImageWithURIs (line 85) | func createAzureGalleryImageWithURIs(imageName string) *armcompute.Galle... function TestComputeGalleryImage (line 93) | func TestComputeGalleryImage(t *testing.T) { FILE: sources/azure/manual/compute-gallery.go type computeGalleryWrapper (line 20) | type computeGalleryWrapper struct method List (line 37) | func (c computeGalleryWrapper) List(ctx context.Context, scope string)... method ListStream (line 64) | func (c computeGalleryWrapper) ListStream(ctx context.Context, stream ... method Get (line 94) | func (c computeGalleryWrapper) Get(ctx context.Context, scope string, ... method azureGalleryToSDPItem (line 114) | func (c computeGalleryWrapper) azureGalleryToSDPItem(gallery *armcompu... method GetLookups (line 186) | func (c computeGalleryWrapper) GetLookups() sources.ItemTypeLookups { method PotentialLinks (line 192) | func (c computeGalleryWrapper) PotentialLinks() map[shared.ItemType]bo... method TerraformMappings (line 203) | func (c computeGalleryWrapper) TerraformMappings() []*sdp.TerraformMap... method IAMPermissions (line 213) | func (c computeGalleryWrapper) IAMPermissions() []string { method PredefinedRole (line 219) | func (c computeGalleryWrapper) PredefinedRole() string { function NewComputeGallery (line 25) | func NewComputeGallery(client clients.GalleriesClient, resourceGroupScop... FILE: sources/azure/manual/compute-gallery_test.go function TestComputeGallery (line 23) | func TestComputeGallery(t *testing.T) { function createAzureGallery (line 235) | func createAzureGallery(galleryName string) *armcompute.Gallery { type mockGalleriesPager (line 253) | type mockGalleriesPager struct method More (line 269) | func (m *mockGalleriesPager) More() bool { method NextPage (line 273) | func (m *mockGalleriesPager) NextPage(ctx context.Context) (armcompute... function newMockGalleriesPager (line 260) | func newMockGalleriesPager(ctrl *gomock.Controller, items []*armcompute.... FILE: sources/azure/manual/compute-image.go type computeImageWrapper (line 21) | type computeImageWrapper struct method List (line 37) | func (c computeImageWrapper) List(ctx context.Context, scope string) (... method ListStream (line 64) | func (c computeImageWrapper) ListStream(ctx context.Context, stream di... method Get (line 92) | func (c computeImageWrapper) Get(ctx context.Context, scope string, qu... method azureImageToSDPItem (line 108) | func (c computeImageWrapper) azureImageToSDPItem(image *armcompute.Ima... method GetLookups (line 370) | func (c computeImageWrapper) GetLookups() sources.ItemTypeLookups { method PotentialLinks (line 376) | func (c computeImageWrapper) PotentialLinks() map[shared.ItemType]bool { method TerraformMappings (line 389) | func (c computeImageWrapper) TerraformMappings() []*sdp.TerraformMappi... method IAMPermissions (line 399) | func (c computeImageWrapper) IAMPermissions() []string { method PredefinedRole (line 405) | func (c computeImageWrapper) PredefinedRole() string { function NewComputeImage (line 26) | func NewComputeImage(client clients.ImagesClient, resourceGroupScopes []... FILE: sources/azure/manual/compute-image_test.go function TestComputeImage (line 24) | func TestComputeImage(t *testing.T) { function createAzureImage (line 498) | func createAzureImage(imageName string) *armcompute.Image { function createAzureImageWithAllLinks (line 513) | func createAzureImageWithAllLinks(imageName, subscriptionID, resourceGro... function createAzureImageWithCrossResourceGroupLinks (line 564) | func createAzureImageWithCrossResourceGroupLinks(imageName, subscription... type mockImagesPager (line 587) | type mockImagesPager struct method More (line 601) | func (m *mockImagesPager) More() bool { method NextPage (line 605) | func (m *mockImagesPager) NextPage(ctx context.Context) (armcompute.Im... function newMockImagesPager (line 593) | func newMockImagesPager(ctrl *gomock.Controller, items []*armcompute.Ima... type errorImagesPager (line 627) | type errorImagesPager struct method More (line 633) | func (e *errorImagesPager) More() bool { method NextPage (line 637) | func (e *errorImagesPager) NextPage(ctx context.Context) (armcompute.I... function newErrorImagesPager (line 629) | func newErrorImagesPager(ctrl *gomock.Controller) clients.ImagesPager { FILE: sources/azure/manual/compute-proximity-placement-group.go type computeProximityPlacementGroupWrapper (line 19) | type computeProximityPlacementGroupWrapper struct method List (line 37) | func (c computeProximityPlacementGroupWrapper) List(ctx context.Contex... method ListStream (line 63) | func (c computeProximityPlacementGroupWrapper) ListStream(ctx context.... method Get (line 92) | func (c computeProximityPlacementGroupWrapper) Get(ctx context.Context... method azureProximityPlacementGroupToSDPItem (line 108) | func (c computeProximityPlacementGroupWrapper) azureProximityPlacement... method PotentialLinks (line 199) | func (c computeProximityPlacementGroupWrapper) PotentialLinks() map[sh... method TerraformMappings (line 208) | func (c computeProximityPlacementGroupWrapper) TerraformMappings() []*... method GetLookups (line 217) | func (c computeProximityPlacementGroupWrapper) GetLookups() sources.It... function NewComputeProximityPlacementGroup (line 25) | func NewComputeProximityPlacementGroup(client clients.ProximityPlacement... FILE: sources/azure/manual/compute-proximity-placement-group_test.go function TestComputeProximityPlacementGroup (line 22) | func TestComputeProximityPlacementGroup(t *testing.T) { function createAzureProximityPlacementGroup (line 257) | func createAzureProximityPlacementGroup(ppgName, subscriptionID, resourc... function createAzureProximityPlacementGroupWithCrossResourceGroupLinks (line 282) | func createAzureProximityPlacementGroupWithCrossResourceGroupLinks(ppgNa... function createAzureProximityPlacementGroupWithoutLinks (line 304) | func createAzureProximityPlacementGroupWithoutLinks(ppgName string) *arm... type mockProximityPlacementGroupsPager (line 317) | type mockProximityPlacementGroupsPager struct method More (line 333) | func (m *mockProximityPlacementGroupsPager) More() bool { method NextPage (line 337) | func (m *mockProximityPlacementGroupsPager) NextPage(ctx context.Conte... function newMockProximityPlacementGroupsPager (line 324) | func newMockProximityPlacementGroupsPager(ctrl *gomock.Controller, items... FILE: sources/azure/manual/compute-shared-gallery-image.go type computeSharedGalleryImageWrapper (line 24) | type computeSharedGalleryImageWrapper struct method Get (line 41) | func (c computeSharedGalleryImageWrapper) Get(ctx context.Context, sco... method Search (line 66) | func (c computeSharedGalleryImageWrapper) Search(ctx context.Context, ... method SearchStream (line 101) | func (c computeSharedGalleryImageWrapper) SearchStream(ctx context.Con... method azureSharedGalleryImageToSDPItem (line 139) | func (c computeSharedGalleryImageWrapper) azureSharedGalleryImageToSDP... method GetLookups (line 194) | func (c computeSharedGalleryImageWrapper) GetLookups() sources.ItemTyp... method SearchLookups (line 202) | func (c computeSharedGalleryImageWrapper) SearchLookups() []sources.It... method PotentialLinks (line 211) | func (c computeSharedGalleryImageWrapper) PotentialLinks() map[shared.... method TerraformMappings (line 221) | func (c computeSharedGalleryImageWrapper) TerraformMappings() []*sdp.T... method IAMPermissions (line 226) | func (c computeSharedGalleryImageWrapper) IAMPermissions() []string { method PredefinedRole (line 232) | func (c computeSharedGalleryImageWrapper) PredefinedRole() string { function NewComputeSharedGalleryImage (line 29) | func NewComputeSharedGalleryImage(client clients.SharedGalleryImagesClie... FILE: sources/azure/manual/compute-shared-gallery-image_test.go function TestComputeSharedGalleryImage (line 23) | func TestComputeSharedGalleryImage(t *testing.T) { function createSharedGalleryImage (line 398) | func createSharedGalleryImage(name string) *armcompute.SharedGalleryImage { function createSharedGalleryImageWithURIs (line 417) | func createSharedGalleryImageWithURIs(name string) *armcompute.SharedGal... type mockSharedGalleryImagesPager (line 424) | type mockSharedGalleryImagesPager struct method More (line 442) | func (m *mockSharedGalleryImagesPager) More() bool { method NextPage (line 446) | func (m *mockSharedGalleryImagesPager) NextPage(ctx context.Context) (... function newMockSharedGalleryImagesPager (line 429) | func newMockSharedGalleryImagesPager(items []*armcompute.SharedGalleryIm... type errorSharedGalleryImagesPager (line 455) | type errorSharedGalleryImagesPager struct method More (line 457) | func (e *errorSharedGalleryImagesPager) More() bool { method NextPage (line 461) | func (e *errorSharedGalleryImagesPager) NextPage(ctx context.Context) ... FILE: sources/azure/manual/compute-snapshot.go type computeSnapshotWrapper (line 22) | type computeSnapshotWrapper struct method List (line 39) | func (c computeSnapshotWrapper) List(ctx context.Context, scope string... method ListStream (line 66) | func (c computeSnapshotWrapper) ListStream(ctx context.Context, stream... method Get (line 95) | func (c computeSnapshotWrapper) Get(ctx context.Context, scope string,... method azureSnapshotToSDPItem (line 115) | func (c computeSnapshotWrapper) azureSnapshotToSDPItem(snapshot *armco... method GetLookups (line 608) | func (c computeSnapshotWrapper) GetLookups() sources.ItemTypeLookups { method PotentialLinks (line 614) | func (c computeSnapshotWrapper) PotentialLinks() map[shared.ItemType]b... method TerraformMappings (line 636) | func (c computeSnapshotWrapper) TerraformMappings() []*sdp.TerraformMa... method IAMPermissions (line 646) | func (c computeSnapshotWrapper) IAMPermissions() []string { method PredefinedRole (line 653) | func (c computeSnapshotWrapper) PredefinedRole() string { function NewComputeSnapshot (line 27) | func NewComputeSnapshot(client clients.SnapshotsClient, resourceGroupSco... FILE: sources/azure/manual/compute-snapshot_test.go function TestComputeSnapshot (line 24) | func TestComputeSnapshot(t *testing.T) { function createAzureSnapshot (line 510) | func createAzureSnapshot(name, subscriptionID, resourceGroup string) *ar... function createAzureSnapshotFromSnapshot (line 533) | func createAzureSnapshotFromSnapshot(name, subscriptionID, resourceGroup... function createAzureSnapshotFromBlobURI (line 551) | func createAzureSnapshotFromBlobURI(name string) *armcompute.Snapshot { function createAzureSnapshotFromIPBlobURI (line 569) | func createAzureSnapshotFromIPBlobURI(name string) *armcompute.Snapshot { function createAzureSnapshotWithEncryptionIPHosts (line 587) | func createAzureSnapshotWithEncryptionIPHosts(name, subscriptionID, reso... function createAzureSnapshotWithCrossResourceGroupLinks (line 623) | func createAzureSnapshotWithCrossResourceGroupLinks(name, subscriptionID... function createAzureSnapshotWithoutLinks (line 642) | func createAzureSnapshotWithoutLinks(name string) *armcompute.Snapshot { type mockSnapshotsPager (line 659) | type mockSnapshotsPager struct method More (line 675) | func (m *mockSnapshotsPager) More() bool { method NextPage (line 679) | func (m *mockSnapshotsPager) NextPage(ctx context.Context) (armcompute... function newMockSnapshotsPager (line 666) | func newMockSnapshotsPager(ctrl *gomock.Controller, items []*armcompute.... FILE: sources/azure/manual/compute-virtual-machine-extension.go type computeVirtualMachineExtensionWrapper (line 20) | type computeVirtualMachineExtensionWrapper struct method Get (line 37) | func (c computeVirtualMachineExtensionWrapper) Get(ctx context.Context... method azureVirtualMachineExtensionToSDPItem (line 62) | func (c computeVirtualMachineExtensionWrapper) azureVirtualMachineExte... method GetLookups (line 193) | func (c computeVirtualMachineExtensionWrapper) GetLookups() sources.It... method Search (line 200) | func (c computeVirtualMachineExtensionWrapper) Search(ctx context.Cont... method SearchStream (line 233) | func (c computeVirtualMachineExtensionWrapper) SearchStream(ctx contex... method SearchLookups (line 268) | func (c computeVirtualMachineExtensionWrapper) SearchLookups() []sourc... method PotentialLinks (line 276) | func (c computeVirtualMachineExtensionWrapper) PotentialLinks() map[sh... method TerraformMappings (line 286) | func (c computeVirtualMachineExtensionWrapper) TerraformMappings() []*... method IAMPermissions (line 295) | func (c computeVirtualMachineExtensionWrapper) IAMPermissions() []stri... method PredefinedRole (line 301) | func (c computeVirtualMachineExtensionWrapper) PredefinedRole() string { function NewComputeVirtualMachineExtension (line 26) | func NewComputeVirtualMachineExtension(client clients.VirtualMachineExte... FILE: sources/azure/manual/compute-virtual-machine-extension_test.go function TestComputeVirtualMachineExtension (line 22) | func TestComputeVirtualMachineExtension(t *testing.T) { function createAzureVirtualMachineExtension (line 674) | func createAzureVirtualMachineExtension(extensionName, vmName string) *a... function createAzureVirtualMachineExtensionWithKeyVault (line 692) | func createAzureVirtualMachineExtensionWithKeyVault(extensionName, vmNam... function createAzureVirtualMachineExtensionWithSettingsURL (line 702) | func createAzureVirtualMachineExtensionWithSettingsURL(extensionName, vm... function createAzureVirtualMachineExtensionWithSettingsIP (line 713) | func createAzureVirtualMachineExtensionWithSettingsIP(extensionName, vmN... function createAzureVirtualMachineExtensionWithProtectedSettings (line 722) | func createAzureVirtualMachineExtensionWithProtectedSettings(extensionNa... function createAzureVirtualMachineExtensionWithAllLinks (line 732) | func createAzureVirtualMachineExtensionWithAllLinks(extensionName, vmNam... FILE: sources/azure/manual/compute-virtual-machine-run-command.go type computeVirtualMachineRunCommandWrapper (line 21) | type computeVirtualMachineRunCommandWrapper struct method Get (line 39) | func (s computeVirtualMachineRunCommandWrapper) Get(ctx context.Contex... method azureVirtualMachineRunCommandToSDPItem (line 73) | func (s computeVirtualMachineRunCommandWrapper) azureVirtualMachineRun... method GetLookups (line 243) | func (s computeVirtualMachineRunCommandWrapper) GetLookups() sources.I... method Search (line 251) | func (s computeVirtualMachineRunCommandWrapper) Search(ctx context.Con... method SearchStream (line 286) | func (s computeVirtualMachineRunCommandWrapper) SearchStream(ctx conte... method SearchLookups (line 324) | func (s computeVirtualMachineRunCommandWrapper) SearchLookups() []sour... method PotentialLinks (line 332) | func (s computeVirtualMachineRunCommandWrapper) PotentialLinks() map[s... method TerraformMappings (line 344) | func (s computeVirtualMachineRunCommandWrapper) TerraformMappings() []... method IAMPermissions (line 354) | func (s computeVirtualMachineRunCommandWrapper) IAMPermissions() []str... method PredefinedRole (line 360) | func (s computeVirtualMachineRunCommandWrapper) PredefinedRole() string { function NewComputeVirtualMachineRunCommand (line 27) | func NewComputeVirtualMachineRunCommand(client clients.VirtualMachineRun... FILE: sources/azure/manual/compute-virtual-machine-run-command_test.go type mockVirtualMachineRunCommandsPager (line 24) | type mockVirtualMachineRunCommandsPager struct method More (line 29) | func (m *mockVirtualMachineRunCommandsPager) More() bool { method NextPage (line 33) | func (m *mockVirtualMachineRunCommandsPager) NextPage(ctx context.Cont... type errorVirtualMachineRunCommandsPager (line 43) | type errorVirtualMachineRunCommandsPager struct method More (line 45) | func (e *errorVirtualMachineRunCommandsPager) More() bool { method NextPage (line 49) | func (e *errorVirtualMachineRunCommandsPager) NextPage(ctx context.Con... type testVirtualMachineRunCommandsClient (line 54) | type testVirtualMachineRunCommandsClient struct method NewListByVirtualMachinePager (line 59) | func (t *testVirtualMachineRunCommandsClient) NewListByVirtualMachineP... function createAzureVirtualMachineRunCommand (line 63) | func createAzureVirtualMachineRunCommand(runCommandName, vmName string) ... function createAzureVirtualMachineRunCommandWithBlobURIs (line 77) | func createAzureVirtualMachineRunCommandWithBlobURIs(runCommandName, vmN... function createAzureVirtualMachineRunCommandWithHTTPScriptURI (line 84) | func createAzureVirtualMachineRunCommandWithHTTPScriptURI(runCommandName... function createAzureVirtualMachineRunCommandWithAllLinks (line 92) | func createAzureVirtualMachineRunCommandWithAllLinks(runCommandName, vmN... function TestComputeVirtualMachineRunCommand (line 102) | func TestComputeVirtualMachineRunCommand(t *testing.T) { FILE: sources/azure/manual/compute-virtual-machine-scale-set.go type computeVirtualMachineScaleSetWrapper (line 21) | type computeVirtualMachineScaleSetWrapper struct method List (line 39) | func (c computeVirtualMachineScaleSetWrapper) List(ctx context.Context... method ListStream (line 64) | func (c computeVirtualMachineScaleSetWrapper) ListStream(ctx context.C... method Get (line 90) | func (c computeVirtualMachineScaleSetWrapper) Get(ctx context.Context,... method azureVirtualMachineScaleSetToSDPItem (line 110) | func (c computeVirtualMachineScaleSetWrapper) azureVirtualMachineScale... method GetLookups (line 845) | func (c computeVirtualMachineScaleSetWrapper) GetLookups() sources.Ite... method PotentialLinks (line 851) | func (c computeVirtualMachineScaleSetWrapper) PotentialLinks() map[sha... method TerraformMappings (line 889) | func (c computeVirtualMachineScaleSetWrapper) TerraformMappings() []*s... function NewComputeVirtualMachineScaleSet (line 27) | func NewComputeVirtualMachineScaleSet(client clients.VirtualMachineScale... FILE: sources/azure/manual/compute-virtual-machine-scale-set_test.go function TestComputeVirtualMachineScaleSet (line 23) | func TestComputeVirtualMachineScaleSet(t *testing.T) { type MockVirtualMachineScaleSetsPager (line 479) | type MockVirtualMachineScaleSetsPager struct method EXPECT (line 494) | func (m *MockVirtualMachineScaleSetsPager) EXPECT() *MockVirtualMachin... method More (line 498) | func (m *MockVirtualMachineScaleSetsPager) More() bool { method NextPage (line 510) | func (m *MockVirtualMachineScaleSetsPager) NextPage(ctx context.Contex... type MockVirtualMachineScaleSetsPagerMockRecorder (line 484) | type MockVirtualMachineScaleSetsPagerMockRecorder struct method More (line 505) | func (mr *MockVirtualMachineScaleSetsPagerMockRecorder) More() *gomock... method NextPage (line 518) | func (mr *MockVirtualMachineScaleSetsPagerMockRecorder) NextPage(ctx a... function NewMockVirtualMachineScaleSetsPager (line 488) | func NewMockVirtualMachineScaleSetsPager(ctrl *gomock.Controller) *MockV... function createAzureVirtualMachineScaleSet (line 524) | func createAzureVirtualMachineScaleSet(scaleSetName, provisioningState s... FILE: sources/azure/manual/compute-virtual-machine.go type computeVirtualMachineWrapper (line 21) | type computeVirtualMachineWrapper struct method IAMPermissions (line 41) | func (c computeVirtualMachineWrapper) IAMPermissions() []string { method PotentialLinks (line 48) | func (c computeVirtualMachineWrapper) PotentialLinks() map[shared.Item... method TerraformMappings (line 73) | func (c computeVirtualMachineWrapper) TerraformMappings() []*sdp.Terra... method GetLookups (line 96) | func (c computeVirtualMachineWrapper) GetLookups() sources.ItemTypeLoo... method Get (line 104) | func (c computeVirtualMachineWrapper) Get(ctx context.Context, scope s... method List (line 128) | func (c computeVirtualMachineWrapper) List(ctx context.Context, scope ... method ListStream (line 157) | func (c computeVirtualMachineWrapper) ListStream(ctx context.Context, ... method azureVirtualMachineToSDPItem (line 187) | func (c computeVirtualMachineWrapper) azureVirtualMachineToSDPItem(vm ... function NewComputeVirtualMachine (line 28) | func NewComputeVirtualMachine(client clients.VirtualMachinesClient, reso... FILE: sources/azure/manual/compute-virtual-machine_test.go function TestComputeVirtualMachine (line 22) | func TestComputeVirtualMachine(t *testing.T) { function createAzureVirtualMachine (line 315) | func createAzureVirtualMachine(vmName, provisioningState string) *armcom... FILE: sources/azure/manual/dbforpostgresql-database.go type dbforPostgreSQLDatabaseWrapper (line 19) | type dbforPostgreSQLDatabaseWrapper struct method Get (line 38) | func (s dbforPostgreSQLDatabaseWrapper) Get(ctx context.Context, scope... method azureDBforPostgreSQLDatabaseToSDPItem (line 62) | func (s dbforPostgreSQLDatabaseWrapper) azureDBforPostgreSQLDatabaseTo... method Search (line 103) | func (s dbforPostgreSQLDatabaseWrapper) Search(ctx context.Context, sc... method SearchStream (line 141) | func (s dbforPostgreSQLDatabaseWrapper) SearchStream(ctx context.Conte... method GetLookups (line 176) | func (s dbforPostgreSQLDatabaseWrapper) GetLookups() sources.ItemTypeL... method SearchLookups (line 184) | func (s dbforPostgreSQLDatabaseWrapper) SearchLookups() []sources.Item... method PotentialLinks (line 192) | func (s dbforPostgreSQLDatabaseWrapper) PotentialLinks() map[shared.It... method TerraformMappings (line 199) | func (s dbforPostgreSQLDatabaseWrapper) TerraformMappings() []*sdp.Ter... method IAMPermissions (line 209) | func (s dbforPostgreSQLDatabaseWrapper) IAMPermissions() []string { method PredefinedRole (line 215) | func (s dbforPostgreSQLDatabaseWrapper) PredefinedRole() string { function NewDBforPostgreSQLDatabase (line 25) | func NewDBforPostgreSQLDatabase(client clients.PostgreSQLDatabasesClient... FILE: sources/azure/manual/dbforpostgresql-database_test.go type mockPostgreSQLDatabasesPager (line 23) | type mockPostgreSQLDatabasesPager struct method More (line 28) | func (m *mockPostgreSQLDatabasesPager) More() bool { method NextPage (line 32) | func (m *mockPostgreSQLDatabasesPager) NextPage(ctx context.Context) (... type errorPostgreSQLDatabasesPager (line 42) | type errorPostgreSQLDatabasesPager struct method More (line 44) | func (e *errorPostgreSQLDatabasesPager) More() bool { method NextPage (line 48) | func (e *errorPostgreSQLDatabasesPager) NextPage(ctx context.Context) ... type testPostgreSQLDatabasesClient (line 53) | type testPostgreSQLDatabasesClient struct method ListByServer (line 58) | func (t *testPostgreSQLDatabasesClient) ListByServer(ctx context.Conte... function TestDBforPostgreSQLDatabase (line 62) | func TestDBforPostgreSQLDatabase(t *testing.T) { function createAzurePostgreSQLDatabase (line 298) | func createAzurePostgreSQLDatabase(serverName, databaseName string) *arm... FILE: sources/azure/manual/dbforpostgresql-flexible-server-administrator.go type dbforPostgreSQLFlexibleServerAdministratorWrapper (line 19) | type dbforPostgreSQLFlexibleServerAdministratorWrapper struct method Get (line 38) | func (s dbforPostgreSQLFlexibleServerAdministratorWrapper) Get(ctx con... method Search (line 81) | func (s dbforPostgreSQLFlexibleServerAdministratorWrapper) Search(ctx ... method SearchStream (line 124) | func (s dbforPostgreSQLFlexibleServerAdministratorWrapper) SearchStrea... method GetLookups (line 162) | func (s dbforPostgreSQLFlexibleServerAdministratorWrapper) GetLookups(... method SearchLookups (line 169) | func (s dbforPostgreSQLFlexibleServerAdministratorWrapper) SearchLooku... method azureAdministratorToSDPItem (line 177) | func (s dbforPostgreSQLFlexibleServerAdministratorWrapper) azureAdmini... method PotentialLinks (line 214) | func (s dbforPostgreSQLFlexibleServerAdministratorWrapper) PotentialLi... method IAMPermissions (line 221) | func (s dbforPostgreSQLFlexibleServerAdministratorWrapper) IAMPermissi... method PredefinedRole (line 227) | func (s dbforPostgreSQLFlexibleServerAdministratorWrapper) PredefinedR... function NewDBforPostgreSQLFlexibleServerAdministrator (line 25) | func NewDBforPostgreSQLFlexibleServerAdministrator(client clients.DBforP... FILE: sources/azure/manual/dbforpostgresql-flexible-server-administrator_test.go type mockAdministratorPager (line 24) | type mockAdministratorPager struct method More (line 29) | func (m *mockAdministratorPager) More() bool { method NextPage (line 33) | func (m *mockAdministratorPager) NextPage(ctx context.Context) (armpos... type errorAdministratorPager (line 43) | type errorAdministratorPager struct method More (line 45) | func (e *errorAdministratorPager) More() bool { method NextPage (line 49) | func (e *errorAdministratorPager) NextPage(ctx context.Context) (armpo... type testAdministratorClient (line 54) | type testAdministratorClient struct method ListByServer (line 59) | func (t *testAdministratorClient) ListByServer(ctx context.Context, re... function TestDBforPostgreSQLFlexibleServerAdministrator (line 63) | func TestDBforPostgreSQLFlexibleServerAdministrator(t *testing.T) { function createAzureAdministrator (line 389) | func createAzureAdministrator(objectID string) *armpostgresqlflexibleser... FILE: sources/azure/manual/dbforpostgresql-flexible-server-backup.go type dbforPostgreSQLFlexibleServerBackupWrapper (line 19) | type dbforPostgreSQLFlexibleServerBackupWrapper struct method Get (line 37) | func (s dbforPostgreSQLFlexibleServerBackupWrapper) Get(ctx context.Co... method azureBackupToSDPItem (line 77) | func (s dbforPostgreSQLFlexibleServerBackupWrapper) azureBackupToSDPIt... method GetLookups (line 127) | func (s dbforPostgreSQLFlexibleServerBackupWrapper) GetLookups() sourc... method Search (line 135) | func (s dbforPostgreSQLFlexibleServerBackupWrapper) Search(ctx context... method SearchStream (line 173) | func (s dbforPostgreSQLFlexibleServerBackupWrapper) SearchStream(ctx c... method SearchLookups (line 207) | func (s dbforPostgreSQLFlexibleServerBackupWrapper) SearchLookups() []... method PotentialLinks (line 215) | func (s dbforPostgreSQLFlexibleServerBackupWrapper) PotentialLinks() m... method IAMPermissions (line 222) | func (s dbforPostgreSQLFlexibleServerBackupWrapper) IAMPermissions() [... method PredefinedRole (line 228) | func (s dbforPostgreSQLFlexibleServerBackupWrapper) PredefinedRole() s... function NewDBforPostgreSQLFlexibleServerBackup (line 25) | func NewDBforPostgreSQLFlexibleServerBackup(client clients.DBforPostgreS... FILE: sources/azure/manual/dbforpostgresql-flexible-server-backup_test.go type mockDBforPostgreSQLFlexibleServerBackupPager (line 22) | type mockDBforPostgreSQLFlexibleServerBackupPager struct method More (line 27) | func (m *mockDBforPostgreSQLFlexibleServerBackupPager) More() bool { method NextPage (line 31) | func (m *mockDBforPostgreSQLFlexibleServerBackupPager) NextPage(ctx co... type errorDBforPostgreSQLFlexibleServerBackupPager (line 40) | type errorDBforPostgreSQLFlexibleServerBackupPager struct method More (line 42) | func (e *errorDBforPostgreSQLFlexibleServerBackupPager) More() bool { method NextPage (line 46) | func (e *errorDBforPostgreSQLFlexibleServerBackupPager) NextPage(ctx c... type testDBforPostgreSQLFlexibleServerBackupClient (line 50) | type testDBforPostgreSQLFlexibleServerBackupClient struct method ListByServer (line 55) | func (t *testDBforPostgreSQLFlexibleServerBackupClient) ListByServer(c... function TestDBforPostgreSQLFlexibleServerBackup (line 59) | func TestDBforPostgreSQLFlexibleServerBackup(t *testing.T) { function createAzurePostgreSQLFlexibleServerBackup (line 283) | func createAzurePostgreSQLFlexibleServerBackup(serverName, backupName st... FILE: sources/azure/manual/dbforpostgresql-flexible-server-configuration.go type dbforPostgreSQLFlexibleServerConfigurationWrapper (line 19) | type dbforPostgreSQLFlexibleServerConfigurationWrapper struct method Get (line 38) | func (c dbforPostgreSQLFlexibleServerConfigurationWrapper) Get(ctx con... method Search (line 82) | func (c dbforPostgreSQLFlexibleServerConfigurationWrapper) Search(ctx ... method SearchStream (line 128) | func (c dbforPostgreSQLFlexibleServerConfigurationWrapper) SearchStrea... method azureConfigurationToSDPItem (line 170) | func (c dbforPostgreSQLFlexibleServerConfigurationWrapper) azureConfig... method GetLookups (line 207) | func (c dbforPostgreSQLFlexibleServerConfigurationWrapper) GetLookups(... method SearchLookups (line 214) | func (c dbforPostgreSQLFlexibleServerConfigurationWrapper) SearchLooku... method PotentialLinks (line 222) | func (c dbforPostgreSQLFlexibleServerConfigurationWrapper) PotentialLi... method IAMPermissions (line 229) | func (c dbforPostgreSQLFlexibleServerConfigurationWrapper) IAMPermissi... method PredefinedRole (line 235) | func (c dbforPostgreSQLFlexibleServerConfigurationWrapper) PredefinedR... function NewDBforPostgreSQLFlexibleServerConfiguration (line 25) | func NewDBforPostgreSQLFlexibleServerConfiguration(client clients.Postgr... FILE: sources/azure/manual/dbforpostgresql-flexible-server-configuration_test.go type mockConfigurationsPager (line 24) | type mockConfigurationsPager struct method More (line 29) | func (m *mockConfigurationsPager) More() bool { method NextPage (line 33) | func (m *mockConfigurationsPager) NextPage(ctx context.Context) (armpo... type errorConfigurationsPager (line 43) | type errorConfigurationsPager struct method More (line 45) | func (e *errorConfigurationsPager) More() bool { method NextPage (line 49) | func (e *errorConfigurationsPager) NextPage(ctx context.Context) (armp... type testConfigurationsClient (line 54) | type testConfigurationsClient struct method NewListByServerPager (line 59) | func (t *testConfigurationsClient) NewListByServerPager(resourceGroupN... function TestDBforPostgreSQLFlexibleServerConfiguration (line 63) | func TestDBforPostgreSQLFlexibleServerConfiguration(t *testing.T) { function createAzureConfiguration (line 388) | func createAzureConfiguration(name string) *armpostgresqlflexibleservers... FILE: sources/azure/manual/dbforpostgresql-flexible-server-firewall-rule.go type dbforPostgreSQLFlexibleServerFirewallRuleWrapper (line 20) | type dbforPostgreSQLFlexibleServerFirewallRuleWrapper struct method Get (line 37) | func (s dbforPostgreSQLFlexibleServerFirewallRuleWrapper) Get(ctx cont... method azureDBforPostgreSQLFlexibleServerFirewallRuleToSDPItem (line 69) | func (s dbforPostgreSQLFlexibleServerFirewallRuleWrapper) azureDBforPo... method GetLookups (line 139) | func (s dbforPostgreSQLFlexibleServerFirewallRuleWrapper) GetLookups()... method Search (line 146) | func (s dbforPostgreSQLFlexibleServerFirewallRuleWrapper) Search(ctx c... method SearchStream (line 184) | func (s dbforPostgreSQLFlexibleServerFirewallRuleWrapper) SearchStream... method SearchLookups (line 218) | func (s dbforPostgreSQLFlexibleServerFirewallRuleWrapper) SearchLookup... method PotentialLinks (line 226) | func (s dbforPostgreSQLFlexibleServerFirewallRuleWrapper) PotentialLin... method TerraformMappings (line 233) | func (s dbforPostgreSQLFlexibleServerFirewallRuleWrapper) TerraformMap... method IAMPermissions (line 242) | func (s dbforPostgreSQLFlexibleServerFirewallRuleWrapper) IAMPermissio... method PredefinedRole (line 248) | func (s dbforPostgreSQLFlexibleServerFirewallRuleWrapper) PredefinedRo... function NewDBforPostgreSQLFlexibleServerFirewallRule (line 26) | func NewDBforPostgreSQLFlexibleServerFirewallRule(client clients.Postgre... FILE: sources/azure/manual/dbforpostgresql-flexible-server-firewall-rule_test.go type mockPostgreSQLFlexibleServerFirewallRulePager (line 24) | type mockPostgreSQLFlexibleServerFirewallRulePager struct method More (line 29) | func (m *mockPostgreSQLFlexibleServerFirewallRulePager) More() bool { method NextPage (line 33) | func (m *mockPostgreSQLFlexibleServerFirewallRulePager) NextPage(ctx c... type errorPostgreSQLFlexibleServerFirewallRulePager (line 42) | type errorPostgreSQLFlexibleServerFirewallRulePager struct method More (line 44) | func (e *errorPostgreSQLFlexibleServerFirewallRulePager) More() bool { method NextPage (line 48) | func (e *errorPostgreSQLFlexibleServerFirewallRulePager) NextPage(ctx ... type testPostgreSQLFlexibleServerFirewallRuleClient (line 52) | type testPostgreSQLFlexibleServerFirewallRuleClient struct method ListByServer (line 57) | func (t *testPostgreSQLFlexibleServerFirewallRuleClient) ListByServer(... function TestDBforPostgreSQLFlexibleServerFirewallRule (line 61) | func TestDBforPostgreSQLFlexibleServerFirewallRule(t *testing.T) { function createAzurePostgreSQLFlexibleServerFirewallRule (line 314) | func createAzurePostgreSQLFlexibleServerFirewallRule(serverName, firewal... FILE: sources/azure/manual/dbforpostgresql-flexible-server-private-endpoint-connection.go type dbforpostgresqlFlexibleServerPrivateEndpointConnectionWrapper (line 20) | type dbforpostgresqlFlexibleServerPrivateEndpointConnectionWrapper struct method Get (line 38) | func (s dbforpostgresqlFlexibleServerPrivateEndpointConnectionWrapper)... method GetLookups (line 66) | func (s dbforpostgresqlFlexibleServerPrivateEndpointConnectionWrapper)... method Search (line 73) | func (s dbforpostgresqlFlexibleServerPrivateEndpointConnectionWrapper)... method SearchStream (line 113) | func (s dbforpostgresqlFlexibleServerPrivateEndpointConnectionWrapper)... method SearchLookups (line 147) | func (s dbforpostgresqlFlexibleServerPrivateEndpointConnectionWrapper)... method PotentialLinks (line 155) | func (s dbforpostgresqlFlexibleServerPrivateEndpointConnectionWrapper)... method azurePrivateEndpointConnectionToSDPItem (line 162) | func (s dbforpostgresqlFlexibleServerPrivateEndpointConnectionWrapper)... method IAMPermissions (line 228) | func (s dbforpostgresqlFlexibleServerPrivateEndpointConnectionWrapper)... method PredefinedRole (line 234) | func (s dbforpostgresqlFlexibleServerPrivateEndpointConnectionWrapper)... function NewDBforPostgreSQLFlexibleServerPrivateEndpointConnection (line 27) | func NewDBforPostgreSQLFlexibleServerPrivateEndpointConnection(client cl... FILE: sources/azure/manual/dbforpostgresql-flexible-server-private-endpoint-connection_test.go type mockDBforPostgreSQLFlexibleServerPrivateEndpointConnectionsPager (line 21) | type mockDBforPostgreSQLFlexibleServerPrivateEndpointConnectionsPager st... method More (line 26) | func (m *mockDBforPostgreSQLFlexibleServerPrivateEndpointConnectionsPa... method NextPage (line 30) | func (m *mockDBforPostgreSQLFlexibleServerPrivateEndpointConnectionsPa... type testDBforPostgreSQLFlexibleServerPrivateEndpointConnectionsClient (line 39) | type testDBforPostgreSQLFlexibleServerPrivateEndpointConnectionsClient s... method ListByServer (line 44) | func (t *testDBforPostgreSQLFlexibleServerPrivateEndpointConnectionsCl... function TestDBforPostgreSQLFlexibleServerPrivateEndpointConnection (line 48) | func TestDBforPostgreSQLFlexibleServerPrivateEndpointConnection(t *testi... function createAzureDBforPostgreSQLFlexibleServerPrivateEndpointConnection (line 262) | func createAzureDBforPostgreSQLFlexibleServerPrivateEndpointConnection(c... FILE: sources/azure/manual/dbforpostgresql-flexible-server-replica.go type dbforPostgreSQLFlexibleServerReplicaWrapper (line 20) | type dbforPostgreSQLFlexibleServerReplicaWrapper struct method Get (line 38) | func (s dbforPostgreSQLFlexibleServerReplicaWrapper) Get(ctx context.C... method azureReplicaToSDPItem (line 78) | func (s dbforPostgreSQLFlexibleServerReplicaWrapper) azureReplicaToSDP... method GetLookups (line 359) | func (s dbforPostgreSQLFlexibleServerReplicaWrapper) GetLookups() sour... method Search (line 367) | func (s dbforPostgreSQLFlexibleServerReplicaWrapper) Search(ctx contex... method SearchStream (line 413) | func (s dbforPostgreSQLFlexibleServerReplicaWrapper) SearchStream(ctx ... method SearchLookups (line 451) | func (s dbforPostgreSQLFlexibleServerReplicaWrapper) SearchLookups() [... method PotentialLinks (line 459) | func (s dbforPostgreSQLFlexibleServerReplicaWrapper) PotentialLinks() ... method IAMPermissions (line 474) | func (s dbforPostgreSQLFlexibleServerReplicaWrapper) IAMPermissions() ... method PredefinedRole (line 481) | func (s dbforPostgreSQLFlexibleServerReplicaWrapper) PredefinedRole() ... function NewDBforPostgreSQLFlexibleServerReplica (line 26) | func NewDBforPostgreSQLFlexibleServerReplica(client clients.DBforPostgre... FILE: sources/azure/manual/dbforpostgresql-flexible-server-replica_test.go type mockDBforPostgreSQLFlexibleServerReplicaPager (line 23) | type mockDBforPostgreSQLFlexibleServerReplicaPager struct method More (line 28) | func (m *mockDBforPostgreSQLFlexibleServerReplicaPager) More() bool { method NextPage (line 32) | func (m *mockDBforPostgreSQLFlexibleServerReplicaPager) NextPage(ctx c... type errorDBforPostgreSQLFlexibleServerReplicaPager (line 41) | type errorDBforPostgreSQLFlexibleServerReplicaPager struct method More (line 43) | func (e *errorDBforPostgreSQLFlexibleServerReplicaPager) More() bool { method NextPage (line 47) | func (e *errorDBforPostgreSQLFlexibleServerReplicaPager) NextPage(ctx ... type testDBforPostgreSQLFlexibleServerReplicaClient (line 51) | type testDBforPostgreSQLFlexibleServerReplicaClient struct method ListByServer (line 56) | func (t *testDBforPostgreSQLFlexibleServerReplicaClient) ListByServer(... function TestDBforPostgreSQLFlexibleServerReplica (line 60) | func TestDBforPostgreSQLFlexibleServerReplica(t *testing.T) { function createAzurePostgreSQLFlexibleServerReplica (line 371) | func createAzurePostgreSQLFlexibleServerReplica(serverName, replicaName ... function createAzurePostgreSQLFlexibleServerReplicaWithState (line 375) | func createAzurePostgreSQLFlexibleServerReplicaWithState(serverName, rep... FILE: sources/azure/manual/dbforpostgresql-flexible-server-virtual-endpoint.go type dbforPostgreSQLFlexibleServerVirtualEndpointWrapper (line 20) | type dbforPostgreSQLFlexibleServerVirtualEndpointWrapper struct method Get (line 38) | func (s dbforPostgreSQLFlexibleServerVirtualEndpointWrapper) Get(ctx c... method azureVirtualEndpointToSDPItem (line 78) | func (s dbforPostgreSQLFlexibleServerVirtualEndpointWrapper) azureVirt... method GetLookups (line 160) | func (s dbforPostgreSQLFlexibleServerVirtualEndpointWrapper) GetLookup... method Search (line 168) | func (s dbforPostgreSQLFlexibleServerVirtualEndpointWrapper) Search(ct... method SearchStream (line 214) | func (s dbforPostgreSQLFlexibleServerVirtualEndpointWrapper) SearchStr... method SearchLookups (line 252) | func (s dbforPostgreSQLFlexibleServerVirtualEndpointWrapper) SearchLoo... method PotentialLinks (line 260) | func (s dbforPostgreSQLFlexibleServerVirtualEndpointWrapper) Potential... method IAMPermissions (line 268) | func (s dbforPostgreSQLFlexibleServerVirtualEndpointWrapper) IAMPermis... method PredefinedRole (line 274) | func (s dbforPostgreSQLFlexibleServerVirtualEndpointWrapper) Predefine... function NewDBforPostgreSQLFlexibleServerVirtualEndpoint (line 26) | func NewDBforPostgreSQLFlexibleServerVirtualEndpoint(client clients.DBfo... FILE: sources/azure/manual/dbforpostgresql-flexible-server-virtual-endpoint_test.go type mockDBforPostgreSQLFlexibleServerVirtualEndpointPager (line 23) | type mockDBforPostgreSQLFlexibleServerVirtualEndpointPager struct method More (line 28) | func (m *mockDBforPostgreSQLFlexibleServerVirtualEndpointPager) More()... method NextPage (line 32) | func (m *mockDBforPostgreSQLFlexibleServerVirtualEndpointPager) NextPa... type errorDBforPostgreSQLFlexibleServerVirtualEndpointPager (line 41) | type errorDBforPostgreSQLFlexibleServerVirtualEndpointPager struct method More (line 43) | func (e *errorDBforPostgreSQLFlexibleServerVirtualEndpointPager) More(... method NextPage (line 47) | func (e *errorDBforPostgreSQLFlexibleServerVirtualEndpointPager) NextP... type testDBforPostgreSQLFlexibleServerVirtualEndpointClient (line 51) | type testDBforPostgreSQLFlexibleServerVirtualEndpointClient struct method ListByServer (line 56) | func (t *testDBforPostgreSQLFlexibleServerVirtualEndpointClient) ListB... function TestDBforPostgreSQLFlexibleServerVirtualEndpoint (line 60) | func TestDBforPostgreSQLFlexibleServerVirtualEndpoint(t *testing.T) { function createAzurePostgreSQLFlexibleServerVirtualEndpoint (line 313) | func createAzurePostgreSQLFlexibleServerVirtualEndpoint(serverName, virt... FILE: sources/azure/manual/dbforpostgresql-flexible-server.go type dbforPostgreSQLFlexibleServerWrapper (line 21) | type dbforPostgreSQLFlexibleServerWrapper struct method Get (line 39) | func (s dbforPostgreSQLFlexibleServerWrapper) Get(ctx context.Context,... method List (line 61) | func (s dbforPostgreSQLFlexibleServerWrapper) List(ctx context.Context... method ListStream (line 87) | func (s dbforPostgreSQLFlexibleServerWrapper) ListStream(ctx context.C... method azureDBforPostgreSQLFlexibleServerToSDPItem (line 115) | func (s dbforPostgreSQLFlexibleServerWrapper) azureDBforPostgreSQLFlex... method GetLookups (line 550) | func (s dbforPostgreSQLFlexibleServerWrapper) GetLookups() sources.Ite... method PotentialLinks (line 556) | func (s dbforPostgreSQLFlexibleServerWrapper) PotentialLinks() map[sha... method TerraformMappings (line 581) | func (s dbforPostgreSQLFlexibleServerWrapper) TerraformMappings() []*s... method IAMPermissions (line 591) | func (s dbforPostgreSQLFlexibleServerWrapper) IAMPermissions() []string { method PredefinedRole (line 597) | func (s dbforPostgreSQLFlexibleServerWrapper) PredefinedRole() string { function NewDBforPostgreSQLFlexibleServer (line 27) | func NewDBforPostgreSQLFlexibleServer(client clients.PostgreSQLFlexibleS... FILE: sources/azure/manual/dbforpostgresql-flexible-server_test.go type mockPostgreSQLFlexibleServersPager (line 24) | type mockPostgreSQLFlexibleServersPager struct method More (line 29) | func (m *mockPostgreSQLFlexibleServersPager) More() bool { method NextPage (line 33) | func (m *mockPostgreSQLFlexibleServersPager) NextPage(ctx context.Cont... type errorPostgreSQLFlexibleServersPager (line 43) | type errorPostgreSQLFlexibleServersPager struct method More (line 45) | func (e *errorPostgreSQLFlexibleServersPager) More() bool { method NextPage (line 49) | func (e *errorPostgreSQLFlexibleServersPager) NextPage(ctx context.Con... type testPostgreSQLFlexibleServersClient (line 54) | type testPostgreSQLFlexibleServersClient struct method ListByResourceGroup (line 59) | func (t *testPostgreSQLFlexibleServersClient) ListByResourceGroup(ctx ... function TestDBforPostgreSQLFlexibleServer (line 63) | func TestDBforPostgreSQLFlexibleServer(t *testing.T) { function createAzurePostgreSQLFlexibleServer (line 607) | func createAzurePostgreSQLFlexibleServer(serverName, subnetID, fqdn stri... FILE: sources/azure/manual/dns_links.go function appendDNSServerLinkIfValid (line 13) | func appendDNSServerLinkIfValid(queries *[]*sdp.LinkedItemQuery, server ... FILE: sources/azure/manual/documentdb-database-accounts.go type documentDBDatabaseAccountsWrapper (line 21) | type documentDBDatabaseAccountsWrapper struct method List (line 38) | func (s documentDBDatabaseAccountsWrapper) List(ctx context.Context, s... method ListStream (line 64) | func (s documentDBDatabaseAccountsWrapper) ListStream(ctx context.Cont... method Get (line 90) | func (s documentDBDatabaseAccountsWrapper) Get(ctx context.Context, sc... method azureDocumentDBDatabaseAccountToSDPItem (line 121) | func (s documentDBDatabaseAccountsWrapper) azureDocumentDBDatabaseAcco... method GetLookups (line 339) | func (s documentDBDatabaseAccountsWrapper) GetLookups() sources.ItemTy... method PotentialLinks (line 345) | func (s documentDBDatabaseAccountsWrapper) PotentialLinks() map[shared... method TerraformMappings (line 358) | func (s documentDBDatabaseAccountsWrapper) TerraformMappings() []*sdp.... function NewDocumentDBDatabaseAccounts (line 27) | func NewDocumentDBDatabaseAccounts(client clients.DocumentDBDatabaseAcco... FILE: sources/azure/manual/documentdb-database-accounts_test.go type mockDocumentDBDatabaseAccountsPager (line 23) | type mockDocumentDBDatabaseAccountsPager struct method More (line 28) | func (m *mockDocumentDBDatabaseAccountsPager) More() bool { method NextPage (line 32) | func (m *mockDocumentDBDatabaseAccountsPager) NextPage(ctx context.Con... type errorDocumentDBDatabaseAccountsPager (line 42) | type errorDocumentDBDatabaseAccountsPager struct method More (line 44) | func (e *errorDocumentDBDatabaseAccountsPager) More() bool { method NextPage (line 48) | func (e *errorDocumentDBDatabaseAccountsPager) NextPage(ctx context.Co... type testDocumentDBDatabaseAccountsClient (line 53) | type testDocumentDBDatabaseAccountsClient struct method ListByResourceGroup (line 58) | func (t *testDocumentDBDatabaseAccountsClient) ListByResourceGroup(res... function TestDocumentDBDatabaseAccounts (line 64) | func TestDocumentDBDatabaseAccounts(t *testing.T) { function createAzureCosmosDBAccount (line 351) | func createAzureCosmosDBAccount(accountName, provisioningState, subscrip... function createAzureCosmosDBAccountMinimal (line 401) | func createAzureCosmosDBAccountMinimal(accountName, provisioningState st... function createAzureCosmosDBAccountCrossRG (line 415) | func createAzureCosmosDBAccountCrossRG(accountName, provisioningState, s... FILE: sources/azure/manual/documentdb-private-endpoint-connection.go type documentDBPrivateEndpointConnectionWrapper (line 20) | type documentDBPrivateEndpointConnectionWrapper struct method Get (line 38) | func (s documentDBPrivateEndpointConnectionWrapper) Get(ctx context.Co... method GetLookups (line 66) | func (s documentDBPrivateEndpointConnectionWrapper) GetLookups() sourc... method Search (line 73) | func (s documentDBPrivateEndpointConnectionWrapper) Search(ctx context... method SearchStream (line 113) | func (s documentDBPrivateEndpointConnectionWrapper) SearchStream(ctx c... method SearchLookups (line 147) | func (s documentDBPrivateEndpointConnectionWrapper) SearchLookups() []... method PotentialLinks (line 155) | func (s documentDBPrivateEndpointConnectionWrapper) PotentialLinks() m... method azurePrivateEndpointConnectionToSDPItem (line 162) | func (s documentDBPrivateEndpointConnectionWrapper) azurePrivateEndpoi... method IAMPermissions (line 228) | func (s documentDBPrivateEndpointConnectionWrapper) IAMPermissions() [... method PredefinedRole (line 234) | func (s documentDBPrivateEndpointConnectionWrapper) PredefinedRole() s... function NewDocumentDBPrivateEndpointConnection (line 27) | func NewDocumentDBPrivateEndpointConnection(client clients.DocumentDBPri... FILE: sources/azure/manual/documentdb-private-endpoint-connection_test.go type mockDocumentDBPrivateEndpointConnectionsPager (line 22) | type mockDocumentDBPrivateEndpointConnectionsPager struct method More (line 27) | func (m *mockDocumentDBPrivateEndpointConnectionsPager) More() bool { method NextPage (line 31) | func (m *mockDocumentDBPrivateEndpointConnectionsPager) NextPage(ctx c... type testDocumentDBPrivateEndpointConnectionsClient (line 40) | type testDocumentDBPrivateEndpointConnectionsClient struct method ListByDatabaseAccount (line 45) | func (t *testDocumentDBPrivateEndpointConnectionsClient) ListByDatabas... function TestDocumentDBPrivateEndpointConnection (line 49) | func TestDocumentDBPrivateEndpointConnection(t *testing.T) { function createAzureDocumentDBPrivateEndpointConnection (line 302) | func createAzureDocumentDBPrivateEndpointConnection(connectionName, priv... FILE: sources/azure/manual/elastic-san-volume-group.go type elasticSanVolumeGroupWrapper (line 18) | type elasticSanVolumeGroupWrapper struct method Get (line 34) | func (e elasticSanVolumeGroupWrapper) Get(ctx context.Context, scope s... method GetLookups (line 58) | func (e elasticSanVolumeGroupWrapper) GetLookups() sources.ItemTypeLoo... method Search (line 65) | func (e elasticSanVolumeGroupWrapper) Search(ctx context.Context, scop... method SearchStream (line 100) | func (e elasticSanVolumeGroupWrapper) SearchStream(ctx context.Context... method SearchLookups (line 139) | func (e elasticSanVolumeGroupWrapper) SearchLookups() []sources.ItemTy... method azureVolumeGroupToSDPItem (line 145) | func (e elasticSanVolumeGroupWrapper) azureVolumeGroupToSDPItem(vg *ar... method PotentialLinks (line 335) | func (e elasticSanVolumeGroupWrapper) PotentialLinks() map[shared.Item... method TerraformMappings (line 349) | func (e elasticSanVolumeGroupWrapper) TerraformMappings() []*sdp.Terra... method IAMPermissions (line 358) | func (e elasticSanVolumeGroupWrapper) IAMPermissions() []string { method PredefinedRole (line 364) | func (e elasticSanVolumeGroupWrapper) PredefinedRole() string { function NewElasticSanVolumeGroup (line 23) | func NewElasticSanVolumeGroup(client clients.ElasticSanVolumeGroupClient... FILE: sources/azure/manual/elastic-san-volume-group_test.go type mockElasticSanVolumeGroupPager (line 22) | type mockElasticSanVolumeGroupPager struct method More (line 27) | func (m *mockElasticSanVolumeGroupPager) More() bool { method NextPage (line 31) | func (m *mockElasticSanVolumeGroupPager) NextPage(ctx context.Context)... function createAzureElasticSanVolumeGroup (line 40) | func createAzureElasticSanVolumeGroup(name string) *armelasticsan.Volume... function TestElasticSanVolumeGroup (line 52) | func TestElasticSanVolumeGroup(t *testing.T) { FILE: sources/azure/manual/elastic-san-volume-snapshot.go type elasticSanVolumeSnapshotWrapper (line 23) | type elasticSanVolumeSnapshotWrapper struct method Get (line 39) | func (s elasticSanVolumeSnapshotWrapper) Get(ctx context.Context, scop... method GetLookups (line 68) | func (s elasticSanVolumeSnapshotWrapper) GetLookups() sources.ItemType... method Search (line 76) | func (s elasticSanVolumeSnapshotWrapper) Search(ctx context.Context, s... method SearchStream (line 115) | func (s elasticSanVolumeSnapshotWrapper) SearchStream(ctx context.Cont... method SearchLookups (line 158) | func (s elasticSanVolumeSnapshotWrapper) SearchLookups() []sources.Ite... method azureSnapshotToSDPItem (line 167) | func (s elasticSanVolumeSnapshotWrapper) azureSnapshotToSDPItem(snapsh... method PotentialLinks (line 246) | func (s elasticSanVolumeSnapshotWrapper) PotentialLinks() map[shared.I... method TerraformMappings (line 254) | func (s elasticSanVolumeSnapshotWrapper) TerraformMappings() []*sdp.Te... method IAMPermissions (line 263) | func (s elasticSanVolumeSnapshotWrapper) IAMPermissions() []string { method PredefinedRole (line 269) | func (s elasticSanVolumeSnapshotWrapper) PredefinedRole() string { function NewElasticSanVolumeSnapshot (line 28) | func NewElasticSanVolumeSnapshot(client clients.ElasticSanVolumeSnapshot... FILE: sources/azure/manual/elastic-san-volume-snapshot_test.go type mockElasticSanVolumeSnapshotPager (line 22) | type mockElasticSanVolumeSnapshotPager struct method More (line 27) | func (m *mockElasticSanVolumeSnapshotPager) More() bool { method NextPage (line 31) | func (m *mockElasticSanVolumeSnapshotPager) NextPage(ctx context.Conte... function createAzureElasticSanSnapshot (line 40) | func createAzureElasticSanSnapshot(name string) *armelasticsan.Snapshot { function TestElasticSanVolumeSnapshot (line 53) | func TestElasticSanVolumeSnapshot(t *testing.T) { FILE: sources/azure/manual/elastic-san-volume.go type elasticSanVolumeWrapper (line 21) | type elasticSanVolumeWrapper struct method Get (line 37) | func (e elasticSanVolumeWrapper) Get(ctx context.Context, scope string... method GetLookups (line 65) | func (e elasticSanVolumeWrapper) GetLookups() sources.ItemTypeLookups { method Search (line 73) | func (e elasticSanVolumeWrapper) Search(ctx context.Context, scope str... method SearchStream (line 112) | func (e elasticSanVolumeWrapper) SearchStream(ctx context.Context, str... method SearchLookups (line 156) | func (e elasticSanVolumeWrapper) SearchLookups() []sources.ItemTypeLoo... method azureVolumeToSDPItem (line 162) | func (e elasticSanVolumeWrapper) azureVolumeToSDPItem(vol *armelastics... method PotentialLinks (line 307) | func (e elasticSanVolumeWrapper) PotentialLinks() map[shared.ItemType]... method IAMPermissions (line 319) | func (e elasticSanVolumeWrapper) IAMPermissions() []string { method PredefinedRole (line 325) | func (e elasticSanVolumeWrapper) PredefinedRole() string { function NewElasticSanVolume (line 26) | func NewElasticSanVolume(client clients.ElasticSanVolumeClient, resource... FILE: sources/azure/manual/elastic-san-volume_test.go type mockElasticSanVolumePager (line 23) | type mockElasticSanVolumePager struct method More (line 28) | func (m *mockElasticSanVolumePager) More() bool { method NextPage (line 32) | func (m *mockElasticSanVolumePager) NextPage(ctx context.Context) (arm... function createAzureElasticSanVolume (line 41) | func createAzureElasticSanVolume(name string) *armelasticsan.Volume { function createAzureElasticSanVolumeWithLinks (line 55) | func createAzureElasticSanVolumeWithLinks(name string) *armelasticsan.Vo... function TestElasticSanVolume (line 69) | func TestElasticSanVolume(t *testing.T) { FILE: sources/azure/manual/elastic-san.go type elasticSanWrapper (line 17) | type elasticSanWrapper struct method List (line 35) | func (e elasticSanWrapper) List(ctx context.Context, scope string) ([]... method ListStream (line 63) | func (e elasticSanWrapper) ListStream(ctx context.Context, stream disc... method Get (line 94) | func (e elasticSanWrapper) Get(ctx context.Context, scope string, quer... method azureElasticSanToSDPItem (line 114) | func (e elasticSanWrapper) azureElasticSanToSDPItem(elasticSan *armela... method GetLookups (line 186) | func (e elasticSanWrapper) GetLookups() sources.ItemTypeLookups { method PotentialLinks (line 192) | func (e elasticSanWrapper) PotentialLinks() map[shared.ItemType]bool { method TerraformMappings (line 200) | func (e elasticSanWrapper) TerraformMappings() []*sdp.TerraformMapping { method IAMPermissions (line 209) | func (e elasticSanWrapper) IAMPermissions() []string { method PredefinedRole (line 215) | func (e elasticSanWrapper) PredefinedRole() string { function NewElasticSan (line 23) | func NewElasticSan(client clients.ElasticSanClient, resourceGroupScopes ... FILE: sources/azure/manual/elastic-san_test.go function createAzureElasticSan (line 22) | func createAzureElasticSan(name string) *armelasticsan.ElasticSan { function createAzureElasticSanWithPrivateEndpoint (line 41) | func createAzureElasticSanWithPrivateEndpoint(name, subscriptionID, reso... type mockElasticSanPager (line 57) | type mockElasticSanPager struct method More (line 62) | func (m *mockElasticSanPager) More() bool { method NextPage (line 66) | func (m *mockElasticSanPager) NextPage(ctx context.Context) (armelasti... function TestElasticSan (line 75) | func TestElasticSan(t *testing.T) { FILE: sources/azure/manual/keyvault-key.go type keyvaultKeyWrapper (line 20) | type keyvaultKeyWrapper struct method Get (line 37) | func (k keyvaultKeyWrapper) Get(ctx context.Context, scope string, que... method Search (line 64) | func (k keyvaultKeyWrapper) Search(ctx context.Context, scope string, ... method SearchStream (line 111) | func (k keyvaultKeyWrapper) SearchStream(ctx context.Context, stream d... method azureKeyToSDPItem (line 159) | func (k keyvaultKeyWrapper) azureKeyToSDPItem(key *armkeyvault.Key, va... method GetLookups (line 254) | func (k keyvaultKeyWrapper) GetLookups() sources.ItemTypeLookups { method SearchLookups (line 261) | func (k keyvaultKeyWrapper) SearchLookups() []sources.ItemTypeLookups { method TerraformMappings (line 269) | func (k keyvaultKeyWrapper) TerraformMappings() []*sdp.TerraformMapping { method PotentialLinks (line 278) | func (k keyvaultKeyWrapper) PotentialLinks() map[shared.ItemType]bool { method IAMPermissions (line 286) | func (k keyvaultKeyWrapper) IAMPermissions() []string { method PredefinedRole (line 292) | func (k keyvaultKeyWrapper) PredefinedRole() string { function NewKeyVaultKey (line 26) | func NewKeyVaultKey(client clients.KeysClient, resourceGroupScopes []azu... FILE: sources/azure/manual/keyvault-key_test.go type mockKeysPager (line 25) | type mockKeysPager struct method More (line 30) | func (m *mockKeysPager) More() bool { method NextPage (line 34) | func (m *mockKeysPager) NextPage(ctx context.Context) (armkeyvault.Key... type errorKeysPager (line 43) | type errorKeysPager struct method More (line 45) | func (e *errorKeysPager) More() bool { return true } method NextPage (line 47) | func (e *errorKeysPager) NextPage(ctx context.Context) (armkeyvault.Ke... type testKeysClient (line 51) | type testKeysClient struct method NewListPager (line 56) | func (t *testKeysClient) NewListPager(resourceGroupName, vaultName str... function TestKeyVaultKey (line 61) | func TestKeyVaultKey(t *testing.T) { function createAzureKey (line 477) | func createAzureKey(keyName, subscriptionID, resourceGroup, vaultName st... function createAzureKeyMinimal (line 492) | func createAzureKeyMinimal(keyName string) *armkeyvault.Key { FILE: sources/azure/manual/keyvault-managed-hsm-private-endpoint-connection.go type keyvaultManagedHSMPrivateEndpointConnectionWrapper (line 20) | type keyvaultManagedHSMPrivateEndpointConnectionWrapper struct method Get (line 38) | func (s keyvaultManagedHSMPrivateEndpointConnectionWrapper) Get(ctx co... method GetLookups (line 66) | func (s keyvaultManagedHSMPrivateEndpointConnectionWrapper) GetLookups... method Search (line 73) | func (s keyvaultManagedHSMPrivateEndpointConnectionWrapper) Search(ctx... method SearchStream (line 113) | func (s keyvaultManagedHSMPrivateEndpointConnectionWrapper) SearchStre... method SearchLookups (line 147) | func (s keyvaultManagedHSMPrivateEndpointConnectionWrapper) SearchLook... method PotentialLinks (line 155) | func (s keyvaultManagedHSMPrivateEndpointConnectionWrapper) PotentialL... method azureMHSMPrivateEndpointConnectionToSDPItem (line 163) | func (s keyvaultManagedHSMPrivateEndpointConnectionWrapper) azureMHSMP... method IAMPermissions (line 252) | func (s keyvaultManagedHSMPrivateEndpointConnectionWrapper) IAMPermiss... method PredefinedRole (line 258) | func (s keyvaultManagedHSMPrivateEndpointConnectionWrapper) Predefined... function NewKeyVaultManagedHSMPrivateEndpointConnection (line 27) | func NewKeyVaultManagedHSMPrivateEndpointConnection(client clients.KeyVa... FILE: sources/azure/manual/keyvault-managed-hsm-private-endpoint-connection_test.go type mockKeyVaultManagedHSMPrivateEndpointConnectionsPager (line 22) | type mockKeyVaultManagedHSMPrivateEndpointConnectionsPager struct method More (line 27) | func (m *mockKeyVaultManagedHSMPrivateEndpointConnectionsPager) More()... method NextPage (line 31) | func (m *mockKeyVaultManagedHSMPrivateEndpointConnectionsPager) NextPa... type testKeyVaultManagedHSMPrivateEndpointConnectionsClient (line 40) | type testKeyVaultManagedHSMPrivateEndpointConnectionsClient struct method ListByResource (line 45) | func (t *testKeyVaultManagedHSMPrivateEndpointConnectionsClient) ListB... function TestKeyVaultManagedHSMPrivateEndpointConnection (line 49) | func TestKeyVaultManagedHSMPrivateEndpointConnection(t *testing.T) { function createAzureMHSMPrivateEndpointConnection (line 342) | func createAzureMHSMPrivateEndpointConnection(connectionName, privateEnd... function createAzureMHSMPrivateEndpointConnectionWithIdentity (line 346) | func createAzureMHSMPrivateEndpointConnectionWithIdentity(connectionName... FILE: sources/azure/manual/keyvault-managed-hsm.go type keyvaultManagedHSMsWrapper (line 21) | type keyvaultManagedHSMsWrapper struct method List (line 39) | func (k keyvaultManagedHSMsWrapper) List(ctx context.Context, scope st... method ListStream (line 69) | func (k keyvaultManagedHSMsWrapper) ListStream(ctx context.Context, st... method azureManagedHSMToSDPItem (line 99) | func (k keyvaultManagedHSMsWrapper) azureManagedHSMToSDPItem(hsm *armk... method Get (line 287) | func (k keyvaultManagedHSMsWrapper) Get(ctx context.Context, scope str... method GetLookups (line 309) | func (k keyvaultManagedHSMsWrapper) GetLookups() sources.ItemTypeLooku... method TerraformMappings (line 316) | func (k keyvaultManagedHSMsWrapper) TerraformMappings() []*sdp.Terrafo... method PotentialLinks (line 325) | func (k keyvaultManagedHSMsWrapper) PotentialLinks() map[shared.ItemTy... method IAMPermissions (line 337) | func (k keyvaultManagedHSMsWrapper) IAMPermissions() []string { method PredefinedRole (line 343) | func (k keyvaultManagedHSMsWrapper) PredefinedRole() string { function NewKeyVaultManagedHSM (line 27) | func NewKeyVaultManagedHSM(client clients.ManagedHSMsClient, resourceGro... FILE: sources/azure/manual/keyvault-managed-hsm_test.go type mockManagedHSMsPager (line 25) | type mockManagedHSMsPager struct method More (line 30) | func (m *mockManagedHSMsPager) More() bool { method NextPage (line 34) | func (m *mockManagedHSMsPager) NextPage(ctx context.Context) (armkeyva... type errorManagedHSMsPager (line 44) | type errorManagedHSMsPager struct method More (line 46) | func (e *errorManagedHSMsPager) More() bool { method NextPage (line 50) | func (e *errorManagedHSMsPager) NextPage(ctx context.Context) (armkeyv... type testManagedHSMsClient (line 55) | type testManagedHSMsClient struct method NewListByResourceGroupPager (line 60) | func (t *testManagedHSMsClient) NewListByResourceGroupPager(resourceGr... function TestKeyVaultManagedHSM (line 66) | func TestKeyVaultManagedHSM(t *testing.T) { function createAzureManagedHSM (line 605) | func createAzureManagedHSM(hsmName, subscriptionID, resourceGroup string... function createAzureManagedHSMMinimal (line 667) | func createAzureManagedHSMMinimal(hsmName string) *armkeyvault.ManagedHsm { function createAzureManagedHSMCrossRG (line 681) | func createAzureManagedHSMCrossRG(hsmName, subscriptionID, resourceGroup... FILE: sources/azure/manual/keyvault-secret.go type keyvaultSecretWrapper (line 20) | type keyvaultSecretWrapper struct method Get (line 37) | func (k keyvaultSecretWrapper) Get(ctx context.Context, scope string, ... method Search (line 65) | func (k keyvaultSecretWrapper) Search(ctx context.Context, scope strin... method SearchStream (line 115) | func (k keyvaultSecretWrapper) SearchStream(ctx context.Context, strea... method azureSecretToSDPItem (line 163) | func (k keyvaultSecretWrapper) azureSecretToSDPItem(secret *armkeyvaul... method GetLookups (line 273) | func (k keyvaultSecretWrapper) GetLookups() sources.ItemTypeLookups { method SearchLookups (line 280) | func (k keyvaultSecretWrapper) SearchLookups() []sources.ItemTypeLooku... method TerraformMappings (line 289) | func (k keyvaultSecretWrapper) TerraformMappings() []*sdp.TerraformMap... method PotentialLinks (line 298) | func (k keyvaultSecretWrapper) PotentialLinks() map[shared.ItemType]bo... method IAMPermissions (line 306) | func (k keyvaultSecretWrapper) IAMPermissions() []string { method PredefinedRole (line 312) | func (k keyvaultSecretWrapper) PredefinedRole() string { function NewKeyVaultSecret (line 26) | func NewKeyVaultSecret(client clients.SecretsClient, resourceGroupScopes... FILE: sources/azure/manual/keyvault-secret_test.go type mockSecretsPager (line 26) | type mockSecretsPager struct method More (line 31) | func (m *mockSecretsPager) More() bool { method NextPage (line 35) | func (m *mockSecretsPager) NextPage(ctx context.Context) (armkeyvault.... type errorSecretsPager (line 45) | type errorSecretsPager struct method More (line 47) | func (e *errorSecretsPager) More() bool { method NextPage (line 51) | func (e *errorSecretsPager) NextPage(ctx context.Context) (armkeyvault... type testSecretsClient (line 56) | type testSecretsClient struct method NewListPager (line 61) | func (t *testSecretsClient) NewListPager(resourceGroupName, vaultName ... function TestKeyVaultSecret (line 67) | func TestKeyVaultSecret(t *testing.T) { function createAzureSecret (line 574) | func createAzureSecret(secretName, subscriptionID, resourceGroup, vaultN... function createAzureSecretMinimal (line 591) | func createAzureSecretMinimal(secretName string) *armkeyvault.Secret { function createAzureSecretCrossRG (line 605) | func createAzureSecretCrossRG(secretName, subscriptionID, vaultResourceG... FILE: sources/azure/manual/keyvault-vault.go type keyvaultVaultWrapper (line 21) | type keyvaultVaultWrapper struct method List (line 38) | func (k keyvaultVaultWrapper) List(ctx context.Context, scope string) ... method ListStream (line 68) | func (k keyvaultVaultWrapper) ListStream(ctx context.Context, stream d... method Get (line 98) | func (k keyvaultVaultWrapper) Get(ctx context.Context, scope string, q... method azureKeyVaultToSDPItem (line 120) | func (k keyvaultVaultWrapper) azureKeyVaultToSDPItem(vault *armkeyvaul... method GetLookups (line 295) | func (k keyvaultVaultWrapper) GetLookups() sources.ItemTypeLookups { method TerraformMappings (line 301) | func (k keyvaultVaultWrapper) TerraformMappings() []*sdp.TerraformMapp... method PotentialLinks (line 310) | func (k keyvaultVaultWrapper) PotentialLinks() map[shared.ItemType]bool { method IAMPermissions (line 322) | func (k keyvaultVaultWrapper) IAMPermissions() []string { method PredefinedRole (line 329) | func (k keyvaultVaultWrapper) PredefinedRole() string { function NewKeyVaultVault (line 27) | func NewKeyVaultVault(client clients.VaultsClient, resourceGroupScopes [... FILE: sources/azure/manual/keyvault-vault_test.go type mockVaultsPager (line 24) | type mockVaultsPager struct method More (line 29) | func (m *mockVaultsPager) More() bool { method NextPage (line 33) | func (m *mockVaultsPager) NextPage(ctx context.Context) (armkeyvault.V... type errorVaultsPager (line 43) | type errorVaultsPager struct method More (line 45) | func (e *errorVaultsPager) More() bool { method NextPage (line 49) | func (e *errorVaultsPager) NextPage(ctx context.Context) (armkeyvault.... type testVaultsClient (line 54) | type testVaultsClient struct method NewListByResourceGroupPager (line 59) | func (t *testVaultsClient) NewListByResourceGroupPager(resourceGroupNa... function TestKeyVaultVault (line 65) | func TestKeyVaultVault(t *testing.T) { function createAzureKeyVault (line 388) | func createAzureKeyVault(vaultName, subscriptionID, resourceGroup string... function createAzureKeyVaultMinimal (line 439) | func createAzureKeyVaultMinimal(vaultName string) *armkeyvault.Vault { function createAzureKeyVaultCrossRG (line 453) | func createAzureKeyVaultCrossRG(vaultName, subscriptionID, resourceGroup... FILE: sources/azure/manual/links_helpers.go function appendLinkIfValid (line 16) | func appendLinkIfValid( function AppendURILinks (line 35) | func AppendURILinks( function networkIPQuery (line 87) | func networkIPQuery(query string) *sdp.LinkedItemQuery { FILE: sources/azure/manual/maintenance-maintenance-configuration.go type maintenanceMaintenanceConfigurationWrapper (line 19) | type maintenanceMaintenanceConfigurationWrapper struct method List (line 37) | func (c maintenanceMaintenanceConfigurationWrapper) List(ctx context.C... method ListStream (line 65) | func (c maintenanceMaintenanceConfigurationWrapper) ListStream(ctx con... method Get (line 98) | func (c maintenanceMaintenanceConfigurationWrapper) Get(ctx context.Co... method azureMaintenanceConfigurationToSDPItem (line 118) | func (c maintenanceMaintenanceConfigurationWrapper) azureMaintenanceCo... method GetLookups (line 139) | func (c maintenanceMaintenanceConfigurationWrapper) GetLookups() sourc... method PotentialLinks (line 145) | func (c maintenanceMaintenanceConfigurationWrapper) PotentialLinks() m... method IAMPermissions (line 150) | func (c maintenanceMaintenanceConfigurationWrapper) IAMPermissions() [... method PredefinedRole (line 157) | func (c maintenanceMaintenanceConfigurationWrapper) PredefinedRole() s... function NewMaintenanceMaintenanceConfiguration (line 25) | func NewMaintenanceMaintenanceConfiguration(client clients.MaintenanceCo... FILE: sources/azure/manual/maintenance-maintenance-configuration_test.go function TestMaintenanceMaintenanceConfiguration (line 23) | func TestMaintenanceMaintenanceConfiguration(t *testing.T) { function createMaintenanceConfiguration (line 206) | func createMaintenanceConfiguration(name string) *armmaintenance.Configu... type mockMaintenanceConfigurationPager (line 234) | type mockMaintenanceConfigurationPager struct method More (line 250) | func (m *mockMaintenanceConfigurationPager) More() bool { method NextPage (line 254) | func (m *mockMaintenanceConfigurationPager) NextPage(ctx context.Conte... function newMockMaintenanceConfigurationPager (line 241) | func newMockMaintenanceConfigurationPager(ctrl *gomock.Controller, items... FILE: sources/azure/manual/managedidentity-federated-identity-credential.go type managedIdentityFederatedIdentityCredentialWrapper (line 20) | type managedIdentityFederatedIdentityCredentialWrapper struct method Get (line 37) | func (m managedIdentityFederatedIdentityCredentialWrapper) Get(ctx con... method GetLookups (line 78) | func (m managedIdentityFederatedIdentityCredentialWrapper) GetLookups(... method Search (line 85) | func (m managedIdentityFederatedIdentityCredentialWrapper) Search(ctx ... method SearchStream (line 129) | func (m managedIdentityFederatedIdentityCredentialWrapper) SearchStrea... method SearchLookups (line 168) | func (m managedIdentityFederatedIdentityCredentialWrapper) SearchLooku... method azureFederatedIdentityCredentialToSDPItem (line 176) | func (m managedIdentityFederatedIdentityCredentialWrapper) azureFedera... method PotentialLinks (line 227) | func (m managedIdentityFederatedIdentityCredentialWrapper) PotentialLi... method IAMPermissions (line 235) | func (m managedIdentityFederatedIdentityCredentialWrapper) IAMPermissi... method PredefinedRole (line 241) | func (m managedIdentityFederatedIdentityCredentialWrapper) PredefinedR... function NewManagedIdentityFederatedIdentityCredential (line 26) | func NewManagedIdentityFederatedIdentityCredential(client clients.Federa... FILE: sources/azure/manual/managedidentity-federated-identity-credential_test.go type mockFederatedIdentityCredentialsPager (line 25) | type mockFederatedIdentityCredentialsPager struct method More (line 30) | func (m *mockFederatedIdentityCredentialsPager) More() bool { method NextPage (line 34) | func (m *mockFederatedIdentityCredentialsPager) NextPage(ctx context.C... type errorFederatedIdentityCredentialsPager (line 44) | type errorFederatedIdentityCredentialsPager struct method More (line 46) | func (e *errorFederatedIdentityCredentialsPager) More() bool { method NextPage (line 50) | func (e *errorFederatedIdentityCredentialsPager) NextPage(ctx context.... type testFederatedIdentityCredentialsClient (line 55) | type testFederatedIdentityCredentialsClient struct method NewListPager (line 60) | func (t *testFederatedIdentityCredentialsClient) NewListPager(resource... function TestManagedIdentityFederatedIdentityCredential (line 64) | func TestManagedIdentityFederatedIdentityCredential(t *testing.T) { function createAzureFederatedIdentityCredential (line 391) | func createAzureFederatedIdentityCredential(name string) *armmsi.Federat... FILE: sources/azure/manual/managedidentity-user-assigned-identity.go type managedIdentityUserAssignedIdentityWrapper (line 19) | type managedIdentityUserAssignedIdentityWrapper struct method List (line 36) | func (m managedIdentityUserAssignedIdentityWrapper) List(ctx context.C... method ListStream (line 63) | func (m managedIdentityUserAssignedIdentityWrapper) ListStream(ctx con... method azureManagedIdentityUserAssignedIdentityToSDPItem (line 91) | func (m managedIdentityUserAssignedIdentityWrapper) azureManagedIdenti... method Get (line 125) | func (m managedIdentityUserAssignedIdentityWrapper) Get(ctx context.Co... method GetLookups (line 144) | func (m managedIdentityUserAssignedIdentityWrapper) GetLookups() sourc... method TerraformMappings (line 151) | func (m managedIdentityUserAssignedIdentityWrapper) TerraformMappings(... method PotentialLinks (line 160) | func (m managedIdentityUserAssignedIdentityWrapper) PotentialLinks() m... method IAMPermissions (line 167) | func (m managedIdentityUserAssignedIdentityWrapper) IAMPermissions() [... method PredefinedRole (line 173) | func (m managedIdentityUserAssignedIdentityWrapper) PredefinedRole() s... function NewManagedIdentityUserAssignedIdentity (line 25) | func NewManagedIdentityUserAssignedIdentity(client clients.UserAssignedI... FILE: sources/azure/manual/managedidentity-user-assigned-identity_test.go function TestManagedIdentityUserAssignedIdentity (line 23) | func TestManagedIdentityUserAssignedIdentity(t *testing.T) { function createAzureUserAssignedIdentity (line 300) | func createAzureUserAssignedIdentity(identityName string) *armmsi.Identi... type mockUserAssignedIdentitiesPager (line 317) | type mockUserAssignedIdentitiesPager struct method More (line 333) | func (m *mockUserAssignedIdentitiesPager) More() bool { method NextPage (line 337) | func (m *mockUserAssignedIdentitiesPager) NextPage(ctx context.Context... function newMockUserAssignedIdentitiesPager (line 324) | func newMockUserAssignedIdentitiesPager(ctrl *gomock.Controller, items [... type errorUserAssignedIdentitiesPager (line 359) | type errorUserAssignedIdentitiesPager struct method More (line 373) | func (e *errorUserAssignedIdentitiesPager) More() bool { method NextPage (line 377) | func (e *errorUserAssignedIdentitiesPager) NextPage(ctx context.Contex... function newErrorUserAssignedIdentitiesPager (line 365) | func newErrorUserAssignedIdentitiesPager(ctrl *gomock.Controller, err er... FILE: sources/azure/manual/network-application-gateway.go type networkApplicationGatewayWrapper (line 20) | type networkApplicationGatewayWrapper struct method List (line 37) | func (n networkApplicationGatewayWrapper) List(ctx context.Context, sc... method ListStream (line 64) | func (n networkApplicationGatewayWrapper) ListStream(ctx context.Conte... method azureApplicationGatewayToSDPItem (line 92) | func (n networkApplicationGatewayWrapper) azureApplicationGatewayToSDP... method Get (line 643) | func (n networkApplicationGatewayWrapper) Get(ctx context.Context, sco... method GetLookups (line 662) | func (n networkApplicationGatewayWrapper) GetLookups() sources.ItemTyp... method PotentialLinks (line 668) | func (n networkApplicationGatewayWrapper) PotentialLinks() map[shared.... method TerraformMappings (line 697) | func (n networkApplicationGatewayWrapper) TerraformMappings() []*sdp.T... method IAMPermissions (line 706) | func (n networkApplicationGatewayWrapper) IAMPermissions() []string { method PredefinedRole (line 712) | func (n networkApplicationGatewayWrapper) PredefinedRole() string { function NewNetworkApplicationGateway (line 26) | func NewNetworkApplicationGateway(client clients.ApplicationGatewaysClie... FILE: sources/azure/manual/network-application-gateway_test.go function TestNetworkApplicationGateway (line 24) | func TestNetworkApplicationGateway(t *testing.T) { type MockApplicationGatewaysPager (line 520) | type MockApplicationGatewaysPager struct method EXPECT (line 535) | func (m *MockApplicationGatewaysPager) EXPECT() *MockApplicationGatewa... method More (line 539) | func (m *MockApplicationGatewaysPager) More() bool { method NextPage (line 551) | func (m *MockApplicationGatewaysPager) NextPage(ctx context.Context) (... type MockApplicationGatewaysPagerMockRecorder (line 525) | type MockApplicationGatewaysPagerMockRecorder struct method More (line 546) | func (mr *MockApplicationGatewaysPagerMockRecorder) More() *gomock.Call { method NextPage (line 559) | func (mr *MockApplicationGatewaysPagerMockRecorder) NextPage(ctx any) ... function NewMockApplicationGatewaysPager (line 529) | func NewMockApplicationGatewaysPager(ctrl *gomock.Controller) *MockAppli... function createAzureApplicationGateway (line 565) | func createAzureApplicationGateway(agName, subscriptionID, resourceGroup... function createAzureApplicationGatewayWithDifferentScopePublicIP (line 691) | func createAzureApplicationGatewayWithDifferentScopePublicIP(agName, sub... FILE: sources/azure/manual/network-application-security-group.go type networkApplicationSecurityGroupWrapper (line 19) | type networkApplicationSecurityGroupWrapper struct method List (line 36) | func (n networkApplicationSecurityGroupWrapper) List(ctx context.Conte... method ListStream (line 63) | func (n networkApplicationSecurityGroupWrapper) ListStream(ctx context... method azureApplicationSecurityGroupToSDPItem (line 91) | func (n networkApplicationSecurityGroupWrapper) azureApplicationSecuri... method Get (line 129) | func (n networkApplicationSecurityGroupWrapper) Get(ctx context.Contex... method GetLookups (line 149) | func (n networkApplicationSecurityGroupWrapper) GetLookups() sources.I... method PotentialLinks (line 155) | func (n networkApplicationSecurityGroupWrapper) PotentialLinks() map[s... method TerraformMappings (line 160) | func (n networkApplicationSecurityGroupWrapper) TerraformMappings() []... method IAMPermissions (line 170) | func (n networkApplicationSecurityGroupWrapper) IAMPermissions() []str... method PredefinedRole (line 176) | func (n networkApplicationSecurityGroupWrapper) PredefinedRole() string { function NewNetworkApplicationSecurityGroup (line 25) | func NewNetworkApplicationSecurityGroup(client clients.ApplicationSecuri... FILE: sources/azure/manual/network-application-security-group_test.go function TestNetworkApplicationSecurityGroup (line 24) | func TestNetworkApplicationSecurityGroup(t *testing.T) { type mockApplicationSecurityGroupsPager (line 286) | type mockApplicationSecurityGroupsPager struct method More (line 302) | func (m *mockApplicationSecurityGroupsPager) More() bool { method NextPage (line 306) | func (m *mockApplicationSecurityGroupsPager) NextPage(ctx context.Cont... function newMockApplicationSecurityGroupsPager (line 293) | func newMockApplicationSecurityGroupsPager(ctrl *gomock.Controller, item... function createAzureApplicationSecurityGroup (line 325) | func createAzureApplicationSecurityGroup(name string) *armnetwork.Applic... FILE: sources/azure/manual/network-ddos-protection-plan.go type networkDdosProtectionPlanWrapper (line 19) | type networkDdosProtectionPlanWrapper struct method List (line 37) | func (n networkDdosProtectionPlanWrapper) List(ctx context.Context, sc... method ListStream (line 64) | func (n networkDdosProtectionPlanWrapper) ListStream(ctx context.Conte... method Get (line 93) | func (n networkDdosProtectionPlanWrapper) Get(ctx context.Context, sco... method azureDdosProtectionPlanToSDPItem (line 113) | func (n networkDdosProtectionPlanWrapper) azureDdosProtectionPlanToSDP... method GetLookups (line 194) | func (n networkDdosProtectionPlanWrapper) GetLookups() sources.ItemTyp... method PotentialLinks (line 200) | func (n networkDdosProtectionPlanWrapper) PotentialLinks() map[shared.... method TerraformMappings (line 207) | func (n networkDdosProtectionPlanWrapper) TerraformMappings() []*sdp.T... method IAMPermissions (line 217) | func (n networkDdosProtectionPlanWrapper) IAMPermissions() []string { method PredefinedRole (line 223) | func (n networkDdosProtectionPlanWrapper) PredefinedRole() string { function NewNetworkDdosProtectionPlan (line 25) | func NewNetworkDdosProtectionPlan(client clients.DdosProtectionPlansClie... FILE: sources/azure/manual/network-ddos-protection-plan_test.go function TestNetworkDdosProtectionPlan (line 24) | func TestNetworkDdosProtectionPlan(t *testing.T) { type mockDdosProtectionPlansPager (line 330) | type mockDdosProtectionPlansPager struct method More (line 346) | func (m *mockDdosProtectionPlansPager) More() bool { method NextPage (line 350) | func (m *mockDdosProtectionPlansPager) NextPage(ctx context.Context) (... function newMockDdosProtectionPlansPager (line 337) | func newMockDdosProtectionPlansPager(ctrl *gomock.Controller, items []*a... function createAzureDdosProtectionPlan (line 369) | func createAzureDdosProtectionPlan(name string) *armnetwork.DdosProtecti... function createAzureDdosProtectionPlanWithLinks (line 386) | func createAzureDdosProtectionPlanWithLinks(name, subscriptionID, resour... FILE: sources/azure/manual/network-default-security-rule.go type networkDefaultSecurityRuleWrapper (line 20) | type networkDefaultSecurityRuleWrapper struct method Get (line 37) | func (n networkDefaultSecurityRuleWrapper) Get(ctx context.Context, sc... method GetLookups (line 64) | func (n networkDefaultSecurityRuleWrapper) GetLookups() sources.ItemTy... method Search (line 71) | func (n networkDefaultSecurityRuleWrapper) Search(ctx context.Context,... method SearchStream (line 108) | func (n networkDefaultSecurityRuleWrapper) SearchStream(ctx context.Co... method SearchLookups (line 142) | func (n networkDefaultSecurityRuleWrapper) SearchLookups() []sources.I... method azureDefaultSecurityRuleToSDPItem (line 148) | func (n networkDefaultSecurityRuleWrapper) azureDefaultSecurityRuleToS... method PotentialLinks (line 245) | func (n networkDefaultSecurityRuleWrapper) PotentialLinks() map[shared... method IAMPermissions (line 254) | func (n networkDefaultSecurityRuleWrapper) IAMPermissions() []string { method PredefinedRole (line 260) | func (n networkDefaultSecurityRuleWrapper) PredefinedRole() string { function NewNetworkDefaultSecurityRule (line 26) | func NewNetworkDefaultSecurityRule(client clients.DefaultSecurityRulesCl... FILE: sources/azure/manual/network-default-security-rule_test.go type mockDefaultSecurityRulesPager (line 22) | type mockDefaultSecurityRulesPager struct method More (line 27) | func (m *mockDefaultSecurityRulesPager) More() bool { method NextPage (line 31) | func (m *mockDefaultSecurityRulesPager) NextPage(ctx context.Context) ... type errorDefaultSecurityRulesPager (line 40) | type errorDefaultSecurityRulesPager struct method More (line 42) | func (e *errorDefaultSecurityRulesPager) More() bool { method NextPage (line 46) | func (e *errorDefaultSecurityRulesPager) NextPage(ctx context.Context)... type testDefaultSecurityRulesClient (line 50) | type testDefaultSecurityRulesClient struct method NewListPager (line 55) | func (t *testDefaultSecurityRulesClient) NewListPager(resourceGroupNam... function TestNetworkDefaultSecurityRule (line 59) | func TestNetworkDefaultSecurityRule(t *testing.T) { function createAzureDefaultSecurityRule (line 282) | func createAzureDefaultSecurityRule(ruleName, nsgName string) armnetwork... FILE: sources/azure/manual/network-dns-record-set.go type networkDNSRecordSetWrapper (line 24) | type networkDNSRecordSetWrapper struct method Get (line 54) | func (n networkDNSRecordSetWrapper) Get(ctx context.Context, scope str... method GetLookups (line 77) | func (n networkDNSRecordSetWrapper) GetLookups() sources.ItemTypeLooku... method Search (line 85) | func (n networkDNSRecordSetWrapper) Search(ctx context.Context, scope ... method SearchStream (line 120) | func (n networkDNSRecordSetWrapper) SearchStream(ctx context.Context, ... method SearchLookups (line 158) | func (n networkDNSRecordSetWrapper) SearchLookups() []sources.ItemType... method azureRecordSetToSDPItem (line 164) | func (n networkDNSRecordSetWrapper) azureRecordSetToSDPItem(rs *armdns... method PotentialLinks (line 367) | func (n networkDNSRecordSetWrapper) PotentialLinks() map[shared.ItemTy... method TerraformMappings (line 375) | func (n networkDNSRecordSetWrapper) TerraformMappings() []*sdp.Terrafo... method IAMPermissions (line 379) | func (n networkDNSRecordSetWrapper) IAMPermissions() []string { method PredefinedRole (line 385) | func (n networkDNSRecordSetWrapper) PredefinedRole() string { function NewNetworkDNSRecordSet (line 30) | func NewNetworkDNSRecordSet(client clients.RecordSetsClient, resourceGro... function recordTypeFromResourceType (line 42) | func recordTypeFromResourceType(resourceType string) string { FILE: sources/azure/manual/network-dns-record-set_test.go function createAzureRecordSet (line 23) | func createAzureRecordSet(relativeName, recordType, zoneName, subscripti... type mockRecordSetsPager (line 51) | type mockRecordSetsPager struct method More (line 56) | func (m *mockRecordSetsPager) More() bool { method NextPage (line 60) | func (m *mockRecordSetsPager) NextPage(ctx context.Context) (armdns.Re... function TestNetworkDNSRecordSet (line 69) | func TestNetworkDNSRecordSet(t *testing.T) { FILE: sources/azure/manual/network-dns-virtual-network-link.go type networkDNSVirtualNetworkLinkWrapper (line 19) | type networkDNSVirtualNetworkLinkWrapper struct method Get (line 37) | func (c networkDNSVirtualNetworkLinkWrapper) Get(ctx context.Context, ... method GetLookups (line 58) | func (c networkDNSVirtualNetworkLinkWrapper) GetLookups() sources.Item... method Search (line 66) | func (c networkDNSVirtualNetworkLinkWrapper) Search(ctx context.Contex... method SearchStream (line 101) | func (c networkDNSVirtualNetworkLinkWrapper) SearchStream(ctx context.... method SearchLookups (line 139) | func (c networkDNSVirtualNetworkLinkWrapper) SearchLookups() []sources... method azureVirtualNetworkLinkToSDPItem (line 145) | func (c networkDNSVirtualNetworkLinkWrapper) azureVirtualNetworkLinkTo... method PotentialLinks (line 214) | func (c networkDNSVirtualNetworkLinkWrapper) PotentialLinks() map[shar... method TerraformMappings (line 222) | func (c networkDNSVirtualNetworkLinkWrapper) TerraformMappings() []*sd... method IAMPermissions (line 232) | func (c networkDNSVirtualNetworkLinkWrapper) IAMPermissions() []string { method PredefinedRole (line 238) | func (c networkDNSVirtualNetworkLinkWrapper) PredefinedRole() string { function NewNetworkDNSVirtualNetworkLink (line 25) | func NewNetworkDNSVirtualNetworkLink(client clients.VirtualNetworkLinksC... FILE: sources/azure/manual/network-dns-virtual-network-link_test.go function createAzureVirtualNetworkLink (line 22) | func createAzureVirtualNetworkLink(name, privateZoneName, subscriptionID... type mockVirtualNetworkLinksPager (line 43) | type mockVirtualNetworkLinksPager struct method More (line 48) | func (m *mockVirtualNetworkLinksPager) More() bool { method NextPage (line 52) | func (m *mockVirtualNetworkLinksPager) NextPage(_ context.Context) (ar... function newMockVirtualNetworkLinksPager (line 61) | func newMockVirtualNetworkLinksPager(_ *gomock.Controller, items []*armp... function TestNetworkDNSVirtualNetworkLink (line 73) | func TestNetworkDNSVirtualNetworkLink(t *testing.T) { FILE: sources/azure/manual/network-flow-log.go type networkFlowLogWrapper (line 23) | type networkFlowLogWrapper struct method Get (line 41) | func (c networkFlowLogWrapper) Get(ctx context.Context, scope string, ... method GetLookups (line 71) | func (c networkFlowLogWrapper) GetLookups() sources.ItemTypeLookups { method Search (line 79) | func (c networkFlowLogWrapper) Search(ctx context.Context, scope strin... method SearchStream (line 116) | func (c networkFlowLogWrapper) SearchStream(ctx context.Context, strea... method SearchLookups (line 150) | func (c networkFlowLogWrapper) SearchLookups() []sources.ItemTypeLooku... method azureFlowLogToSDPItem (line 156) | func (c networkFlowLogWrapper) azureFlowLogToSDPItem(flowLog *armnetwo... method PotentialLinks (line 318) | func (c networkFlowLogWrapper) PotentialLinks() map[shared.ItemType]bo... method IAMPermissions (line 331) | func (c networkFlowLogWrapper) IAMPermissions() []string { method PredefinedRole (line 337) | func (c networkFlowLogWrapper) PredefinedRole() string { function NewNetworkFlowLog (line 29) | func NewNetworkFlowLog(client clients.FlowLogsClient, resourceGroupScope... FILE: sources/azure/manual/network-flow-log_test.go type mockFlowLogsPager (line 22) | type mockFlowLogsPager struct method More (line 27) | func (m *mockFlowLogsPager) More() bool { method NextPage (line 31) | func (m *mockFlowLogsPager) NextPage(ctx context.Context) (armnetwork.... type errorFlowLogsPager (line 40) | type errorFlowLogsPager struct method More (line 42) | func (e *errorFlowLogsPager) More() bool { method NextPage (line 46) | func (e *errorFlowLogsPager) NextPage(ctx context.Context) (armnetwork... type testFlowLogsClient (line 50) | type testFlowLogsClient struct method NewListPager (line 55) | func (t *testFlowLogsClient) NewListPager(resourceGroupName, networkWa... function TestNetworkFlowLog (line 59) | func TestNetworkFlowLog(t *testing.T) { function createAzureFlowLog (line 455) | func createAzureFlowLog(name, networkWatcherName, subscriptionID, resour... function createAzureFlowLogWithVNetTarget (line 495) | func createAzureFlowLogWithVNetTarget(name, networkWatcherName, subscrip... function createAzureFlowLogWithSubnetTarget (line 515) | func createAzureFlowLogWithSubnetTarget(name, networkWatcherName, subscr... function createAzureFlowLogWithoutLinks (line 535) | func createAzureFlowLogWithoutLinks(name, networkWatcherName, subscripti... FILE: sources/azure/manual/network-ip-group.go type networkIPGroupWrapper (line 20) | type networkIPGroupWrapper struct method List (line 40) | func (c networkIPGroupWrapper) List(ctx context.Context, scope string)... method ListStream (line 68) | func (c networkIPGroupWrapper) ListStream(ctx context.Context, stream ... method Get (line 98) | func (c networkIPGroupWrapper) Get(ctx context.Context, scope string, ... method azureIPGroupToSDPItem (line 118) | func (c networkIPGroupWrapper) azureIPGroupToSDPItem(ipGroup *armnetwo... method GetLookups (line 213) | func (c networkIPGroupWrapper) GetLookups() sources.ItemTypeLookups { method PotentialLinks (line 219) | func (c networkIPGroupWrapper) PotentialLinks() map[shared.ItemType]bo... method IAMPermissions (line 228) | func (c networkIPGroupWrapper) IAMPermissions() []string { method PredefinedRole (line 234) | func (c networkIPGroupWrapper) PredefinedRole() string { function NewNetworkIPGroup (line 27) | func NewNetworkIPGroup(client clients.IPGroupsClient, resourceGroupScope... FILE: sources/azure/manual/network-ip-group_test.go function TestNetworkIPGroup (line 25) | func TestNetworkIPGroup(t *testing.T) { type mockIPGroupsPager (line 353) | type mockIPGroupsPager struct method More (line 369) | func (m *mockIPGroupsPager) More() bool { method NextPage (line 373) | func (m *mockIPGroupsPager) NextPage(ctx context.Context) (armnetwork.... function newMockIPGroupsPager (line 360) | func newMockIPGroupsPager(ctrl *gomock.Controller, items []*armnetwork.I... function createAzureIPGroup (line 392) | func createAzureIPGroup(name string) *armnetwork.IPGroup { FILE: sources/azure/manual/network-load-balancer-backend-address-pool.go type networkLoadBalancerBackendAddressPoolWrapper (line 20) | type networkLoadBalancerBackendAddressPoolWrapper struct method Get (line 37) | func (c networkLoadBalancerBackendAddressPoolWrapper) Get(ctx context.... method Search (line 78) | func (c networkLoadBalancerBackendAddressPoolWrapper) Search(ctx conte... method SearchStream (line 121) | func (c networkLoadBalancerBackendAddressPoolWrapper) SearchStream(ctx... method GetLookups (line 160) | func (c networkLoadBalancerBackendAddressPoolWrapper) GetLookups() sou... method SearchLookups (line 167) | func (c networkLoadBalancerBackendAddressPoolWrapper) SearchLookups() ... method azureBackendAddressPoolToSDPItem (line 175) | func (c networkLoadBalancerBackendAddressPoolWrapper) azureBackendAddr... method PotentialLinks (line 445) | func (c networkLoadBalancerBackendAddressPoolWrapper) PotentialLinks()... method IAMPermissions (line 460) | func (c networkLoadBalancerBackendAddressPoolWrapper) IAMPermissions()... method PredefinedRole (line 466) | func (c networkLoadBalancerBackendAddressPoolWrapper) PredefinedRole()... function NewNetworkLoadBalancerBackendAddressPool (line 26) | func NewNetworkLoadBalancerBackendAddressPool(client clients.LoadBalance... FILE: sources/azure/manual/network-load-balancer-backend-address-pool_test.go type mockBackendAddressPoolPager (line 23) | type mockBackendAddressPoolPager struct method More (line 28) | func (m *mockBackendAddressPoolPager) More() bool { method NextPage (line 32) | func (m *mockBackendAddressPoolPager) NextPage(ctx context.Context) (a... type errorBackendAddressPoolPager (line 41) | type errorBackendAddressPoolPager struct method More (line 43) | func (e *errorBackendAddressPoolPager) More() bool { method NextPage (line 47) | func (e *errorBackendAddressPoolPager) NextPage(ctx context.Context) (... type testBackendAddressPoolClient (line 51) | type testBackendAddressPoolClient struct method NewListPager (line 56) | func (t *testBackendAddressPoolClient) NewListPager(resourceGroupName,... function TestNetworkLoadBalancerBackendAddressPool (line 60) | func TestNetworkLoadBalancerBackendAddressPool(t *testing.T) { function createAzureBackendAddressPool (line 437) | func createAzureBackendAddressPool(name, lbName, subscriptionID, resourc... function createAzureBackendAddressPoolMinimal (line 490) | func createAzureBackendAddressPoolMinimal(name, lbName, subscriptionID, ... function createAzureBackendAddressPoolCrossRG (line 502) | func createAzureBackendAddressPoolCrossRG(name, lbName, otherSub, otherR... FILE: sources/azure/manual/network-load-balancer-frontend-ip-configuration.go type networkLoadBalancerFrontendIPConfigurationWrapper (line 20) | type networkLoadBalancerFrontendIPConfigurationWrapper struct method Get (line 37) | func (c networkLoadBalancerFrontendIPConfigurationWrapper) Get(ctx con... method Search (line 78) | func (c networkLoadBalancerFrontendIPConfigurationWrapper) Search(ctx ... method SearchStream (line 117) | func (c networkLoadBalancerFrontendIPConfigurationWrapper) SearchStrea... method GetLookups (line 151) | func (c networkLoadBalancerFrontendIPConfigurationWrapper) GetLookups(... method SearchLookups (line 158) | func (c networkLoadBalancerFrontendIPConfigurationWrapper) SearchLooku... method azureFrontendIPConfigToSDPItem (line 166) | func (c networkLoadBalancerFrontendIPConfigurationWrapper) azureFronte... method PotentialLinks (line 392) | func (c networkLoadBalancerFrontendIPConfigurationWrapper) PotentialLi... method IAMPermissions (line 408) | func (c networkLoadBalancerFrontendIPConfigurationWrapper) IAMPermissi... method PredefinedRole (line 414) | func (c networkLoadBalancerFrontendIPConfigurationWrapper) PredefinedR... function NewNetworkLoadBalancerFrontendIPConfiguration (line 26) | func NewNetworkLoadBalancerFrontendIPConfiguration(client clients.LoadBa... FILE: sources/azure/manual/network-load-balancer-frontend-ip-configuration_test.go type mockFrontendIPConfigPager (line 23) | type mockFrontendIPConfigPager struct method More (line 28) | func (m *mockFrontendIPConfigPager) More() bool { method NextPage (line 32) | func (m *mockFrontendIPConfigPager) NextPage(ctx context.Context) (arm... type errorFrontendIPConfigPager (line 41) | type errorFrontendIPConfigPager struct method More (line 43) | func (e *errorFrontendIPConfigPager) More() bool { method NextPage (line 47) | func (e *errorFrontendIPConfigPager) NextPage(ctx context.Context) (ar... type testFrontendIPConfigClient (line 51) | type testFrontendIPConfigClient struct method NewListPager (line 56) | func (t *testFrontendIPConfigClient) NewListPager(resourceGroupName, l... function TestNetworkLoadBalancerFrontendIPConfiguration (line 60) | func TestNetworkLoadBalancerFrontendIPConfiguration(t *testing.T) { function createAzureFrontendIPConfiguration (line 425) | func createAzureFrontendIPConfiguration(name, lbName, subscriptionID, re... function createAzureFrontendIPConfigurationMinimal (line 471) | func createAzureFrontendIPConfigurationMinimal(name, lbName, subscriptio... function createAzureFrontendIPConfigCrossRG (line 483) | func createAzureFrontendIPConfigCrossRG(name, lbName, otherSub, otherRG ... FILE: sources/azure/manual/network-load-balancer-probe.go type networkLoadBalancerProbeWrapper (line 19) | type networkLoadBalancerProbeWrapper struct method Get (line 36) | func (c networkLoadBalancerProbeWrapper) Get(ctx context.Context, scop... method Search (line 77) | func (c networkLoadBalancerProbeWrapper) Search(ctx context.Context, s... method SearchStream (line 120) | func (c networkLoadBalancerProbeWrapper) SearchStream(ctx context.Cont... method GetLookups (line 159) | func (c networkLoadBalancerProbeWrapper) GetLookups() sources.ItemType... method SearchLookups (line 166) | func (c networkLoadBalancerProbeWrapper) SearchLookups() []sources.Ite... method azureProbeToSDPItem (line 174) | func (c networkLoadBalancerProbeWrapper) azureProbeToSDPItem(probe *ar... method PotentialLinks (line 247) | func (c networkLoadBalancerProbeWrapper) PotentialLinks() map[shared.I... method IAMPermissions (line 255) | func (c networkLoadBalancerProbeWrapper) IAMPermissions() []string { method PredefinedRole (line 261) | func (c networkLoadBalancerProbeWrapper) PredefinedRole() string { function NewNetworkLoadBalancerProbe (line 25) | func NewNetworkLoadBalancerProbe(client clients.LoadBalancerProbesClient... FILE: sources/azure/manual/network-load-balancer-probe_test.go type mockLoadBalancerProbePager (line 23) | type mockLoadBalancerProbePager struct method More (line 28) | func (m *mockLoadBalancerProbePager) More() bool { method NextPage (line 32) | func (m *mockLoadBalancerProbePager) NextPage(ctx context.Context) (ar... type errorLoadBalancerProbePager (line 41) | type errorLoadBalancerProbePager struct method More (line 43) | func (e *errorLoadBalancerProbePager) More() bool { method NextPage (line 47) | func (e *errorLoadBalancerProbePager) NextPage(ctx context.Context) (a... type testLoadBalancerProbeClient (line 51) | type testLoadBalancerProbeClient struct method NewListPager (line 56) | func (t *testLoadBalancerProbeClient) NewListPager(resourceGroupName, ... function TestNetworkLoadBalancerProbe (line 60) | func TestNetworkLoadBalancerProbe(t *testing.T) { function createAzureLoadBalancerProbe (line 353) | func createAzureLoadBalancerProbe(name, lbName, subscriptionID, resource... function createAzureLoadBalancerProbeMinimal (line 379) | func createAzureLoadBalancerProbeMinimal(name, lbName, subscriptionID, r... FILE: sources/azure/manual/network-load-balancer.go type networkLoadBalancerWrapper (line 22) | type networkLoadBalancerWrapper struct method List (line 39) | func (n networkLoadBalancerWrapper) List(ctx context.Context, scope st... method ListStream (line 69) | func (n networkLoadBalancerWrapper) ListStream(ctx context.Context, st... method Get (line 97) | func (n networkLoadBalancerWrapper) Get(ctx context.Context, scope str... method azureLoadBalancerToSDPItem (line 124) | func (n networkLoadBalancerWrapper) azureLoadBalancerToSDPItem(loadBal... method GetLookups (line 493) | func (n networkLoadBalancerWrapper) GetLookups() sources.ItemTypeLooku... method PotentialLinks (line 499) | func (n networkLoadBalancerWrapper) PotentialLinks() map[shared.ItemTy... method TerraformMappings (line 521) | func (n networkLoadBalancerWrapper) TerraformMappings() []*sdp.Terrafo... method IAMPermissions (line 531) | func (n networkLoadBalancerWrapper) IAMPermissions() []string { method PredefinedRole (line 537) | func (n networkLoadBalancerWrapper) PredefinedRole() string { function NewNetworkLoadBalancer (line 28) | func NewNetworkLoadBalancer(client clients.LoadBalancersClient, resource... FILE: sources/azure/manual/network-load-balancer_test.go function TestNetworkLoadBalancer (line 24) | func TestNetworkLoadBalancer(t *testing.T) { type MockLoadBalancersPager (line 463) | type MockLoadBalancersPager struct method EXPECT (line 478) | func (m *MockLoadBalancersPager) EXPECT() *MockLoadBalancersPagerMockR... method More (line 482) | func (m *MockLoadBalancersPager) More() bool { method NextPage (line 494) | func (m *MockLoadBalancersPager) NextPage(ctx context.Context) (armnet... type MockLoadBalancersPagerMockRecorder (line 468) | type MockLoadBalancersPagerMockRecorder struct method More (line 489) | func (mr *MockLoadBalancersPagerMockRecorder) More() *gomock.Call { method NextPage (line 502) | func (mr *MockLoadBalancersPagerMockRecorder) NextPage(ctx any) *gomoc... function NewMockLoadBalancersPager (line 472) | func NewMockLoadBalancersPager(ctrl *gomock.Controller) *MockLoadBalance... function createAzureLoadBalancer (line 508) | func createAzureLoadBalancer(lbName, subscriptionID, resourceGroup strin... function createAzureLoadBalancerWithDifferentScopePublicIP (line 576) | func createAzureLoadBalancerWithDifferentScopePublicIP(lbName, subscript... function createAzureLoadBalancerWithDifferentScopeSubnet (line 601) | func createAzureLoadBalancerWithDifferentScopeSubnet(lbName, subscriptio... FILE: sources/azure/manual/network-local-network-gateway.go type networkLocalNetworkGatewayWrapper (line 21) | type networkLocalNetworkGatewayWrapper struct method List (line 41) | func (c networkLocalNetworkGatewayWrapper) List(ctx context.Context, s... method ListStream (line 70) | func (c networkLocalNetworkGatewayWrapper) ListStream(ctx context.Cont... method Get (line 102) | func (c networkLocalNetworkGatewayWrapper) Get(ctx context.Context, sc... method azureLocalNetworkGatewayToSDPItem (line 124) | func (c networkLocalNetworkGatewayWrapper) azureLocalNetworkGatewayToS... method GetLookups (line 260) | func (c networkLocalNetworkGatewayWrapper) GetLookups() sources.ItemTy... method PotentialLinks (line 266) | func (c networkLocalNetworkGatewayWrapper) PotentialLinks() map[shared... method IAMPermissions (line 275) | func (c networkLocalNetworkGatewayWrapper) IAMPermissions() []string { method PredefinedRole (line 282) | func (c networkLocalNetworkGatewayWrapper) PredefinedRole() string { function NewNetworkLocalNetworkGateway (line 28) | func NewNetworkLocalNetworkGateway(client clients.LocalNetworkGatewaysCl... FILE: sources/azure/manual/network-local-network-gateway_test.go function TestNetworkLocalNetworkGateway (line 22) | func TestNetworkLocalNetworkGateway(t *testing.T) { type localNetworkGatewayCollectingStream (line 300) | type localNetworkGatewayCollectingStream struct method SendItem (line 304) | func (c *localNetworkGatewayCollectingStream) SendItem(item *sdp.Item) { method SendError (line 308) | func (c *localNetworkGatewayCollectingStream) SendError(err error) {} type mockLocalNetworkGatewaysPager (line 310) | type mockLocalNetworkGatewaysPager struct method More (line 326) | func (m *mockLocalNetworkGatewaysPager) More() bool { method NextPage (line 330) | func (m *mockLocalNetworkGatewaysPager) NextPage(ctx context.Context) ... function newMockLocalNetworkGatewaysPager (line 317) | func newMockLocalNetworkGatewaysPager(ctrl *gomock.Controller, items []*... function createAzureLocalNetworkGateway (line 349) | func createAzureLocalNetworkGateway(name string) *armnetwork.LocalNetwor... function createAzureLocalNetworkGatewayWithFqdn (line 374) | func createAzureLocalNetworkGatewayWithFqdn(name string) *armnetwork.Loc... function createAzureLocalNetworkGatewayWithBgp (line 397) | func createAzureLocalNetworkGatewayWithBgp(name string) *armnetwork.Loca... FILE: sources/azure/manual/network-nat-gateway.go type networkNatGatewayWrapper (line 19) | type networkNatGatewayWrapper struct method List (line 37) | func (n networkNatGatewayWrapper) List(ctx context.Context, scope stri... method ListStream (line 66) | func (n networkNatGatewayWrapper) ListStream(ctx context.Context, stre... method Get (line 95) | func (n networkNatGatewayWrapper) Get(ctx context.Context, scope strin... method azureNatGatewayToSDPItem (line 119) | func (n networkNatGatewayWrapper) azureNatGatewayToSDPItem(ng *armnetw... method GetLookups (line 251) | func (n networkNatGatewayWrapper) GetLookups() sources.ItemTypeLookups { method PotentialLinks (line 257) | func (n networkNatGatewayWrapper) PotentialLinks() map[shared.ItemType... method TerraformMappings (line 266) | func (n networkNatGatewayWrapper) TerraformMappings() []*sdp.Terraform... method IAMPermissions (line 275) | func (n networkNatGatewayWrapper) IAMPermissions() []string { method PredefinedRole (line 281) | func (n networkNatGatewayWrapper) PredefinedRole() string { function NewNetworkNatGateway (line 26) | func NewNetworkNatGateway(client clients.NatGatewaysClient, resourceGrou... FILE: sources/azure/manual/network-nat-gateway_test.go function TestNetworkNatGateway (line 21) | func TestNetworkNatGateway(t *testing.T) { type mockNatGatewaysPager (line 277) | type mockNatGatewaysPager struct method More (line 293) | func (m *mockNatGatewaysPager) More() bool { method NextPage (line 297) | func (m *mockNatGatewaysPager) NextPage(ctx context.Context) (armnetwo... function newMockNatGatewaysPager (line 284) | func newMockNatGatewaysPager(ctrl *gomock.Controller, items []*armnetwor... function createAzureNatGateway (line 316) | func createAzureNatGateway(name string) *armnetwork.NatGateway { function createAzureNatGatewayWithLinks (line 333) | func createAzureNatGatewayWithLinks(name, subscriptionID, resourceGroup ... FILE: sources/azure/manual/network-network-interface-ip-configuration.go type networkNetworkInterfaceIPConfigurationWrapper (line 20) | type networkNetworkInterfaceIPConfigurationWrapper struct method Get (line 37) | func (n networkNetworkInterfaceIPConfigurationWrapper) Get(ctx context... method GetLookups (line 79) | func (n networkNetworkInterfaceIPConfigurationWrapper) GetLookups() so... method Search (line 86) | func (n networkNetworkInterfaceIPConfigurationWrapper) Search(ctx cont... method SearchStream (line 131) | func (n networkNetworkInterfaceIPConfigurationWrapper) SearchStream(ct... method SearchLookups (line 171) | func (n networkNetworkInterfaceIPConfigurationWrapper) SearchLookups()... method azureIPConfigurationToSDPItem (line 180) | func (n networkNetworkInterfaceIPConfigurationWrapper) azureIPConfigur... method PotentialLinks (line 434) | func (n networkNetworkInterfaceIPConfigurationWrapper) PotentialLinks(... method IAMPermissions (line 451) | func (n networkNetworkInterfaceIPConfigurationWrapper) IAMPermissions(... method PredefinedRole (line 457) | func (n networkNetworkInterfaceIPConfigurationWrapper) PredefinedRole(... function NewNetworkNetworkInterfaceIPConfiguration (line 26) | func NewNetworkNetworkInterfaceIPConfiguration(client clients.InterfaceI... FILE: sources/azure/manual/network-network-interface-ip-configuration_test.go type MockInterfaceIPConfigurationsPager (line 26) | type MockInterfaceIPConfigurationsPager struct method EXPECT (line 41) | func (m *MockInterfaceIPConfigurationsPager) EXPECT() *MockInterfaceIP... method More (line 45) | func (m *MockInterfaceIPConfigurationsPager) More() bool { method NextPage (line 57) | func (m *MockInterfaceIPConfigurationsPager) NextPage(ctx context.Cont... type MockInterfaceIPConfigurationsPagerMockRecorder (line 31) | type MockInterfaceIPConfigurationsPagerMockRecorder struct method More (line 52) | func (mr *MockInterfaceIPConfigurationsPagerMockRecorder) More() *gomo... method NextPage (line 65) | func (mr *MockInterfaceIPConfigurationsPagerMockRecorder) NextPage(ctx... function NewMockInterfaceIPConfigurationsPager (line 35) | func NewMockInterfaceIPConfigurationsPager(ctrl *gomock.Controller) *Moc... type testInterfaceIPConfigurationsClient (line 71) | type testInterfaceIPConfigurationsClient struct method List (line 76) | func (t *testInterfaceIPConfigurationsClient) List(ctx context.Context... function TestNetworkNetworkInterfaceIPConfiguration (line 80) | func TestNetworkNetworkInterfaceIPConfiguration(t *testing.T) { function createAzureIPConfiguration (line 551) | func createAzureIPConfiguration(subscriptionID, resourceGroup, nicName, ... function createAzureIPConfigurationWithProvisioningState (line 576) | func createAzureIPConfigurationWithProvisioningState(subscriptionID, res... function createAzureIPConfigurationWithASG (line 583) | func createAzureIPConfigurationWithASG(subscriptionID, resourceGroup, ni... function createAzureIPConfigurationWithFQDNs (line 595) | func createAzureIPConfigurationWithFQDNs(subscriptionID, resourceGroup, ... FILE: sources/azure/manual/network-network-interface.go type networkNetworkInterfaceWrapper (line 20) | type networkNetworkInterfaceWrapper struct method List (line 37) | func (n networkNetworkInterfaceWrapper) List(ctx context.Context, scop... method ListStream (line 63) | func (n networkNetworkInterfaceWrapper) ListStream(ctx context.Context... method azureNetworkInterfaceToSDPItem (line 92) | func (n networkNetworkInterfaceWrapper) azureNetworkInterfaceToSDPItem... method Get (line 454) | func (n networkNetworkInterfaceWrapper) Get(ctx context.Context, scope... method GetLookups (line 472) | func (n networkNetworkInterfaceWrapper) GetLookups() sources.ItemTypeL... method PotentialLinks (line 478) | func (n networkNetworkInterfaceWrapper) PotentialLinks() map[shared.It... method TerraformMappings (line 501) | func (n networkNetworkInterfaceWrapper) TerraformMappings() []*sdp.Ter... method IAMPermissions (line 510) | func (n networkNetworkInterfaceWrapper) IAMPermissions() []string { method PredefinedRole (line 516) | func (n networkNetworkInterfaceWrapper) PredefinedRole() string { function NewNetworkNetworkInterface (line 26) | func NewNetworkNetworkInterface(client clients.NetworkInterfacesClient, ... FILE: sources/azure/manual/network-network-interface_test.go function TestNetworkNetworkInterface (line 24) | func TestNetworkNetworkInterface(t *testing.T) { type MockNetworkInterfacesPager (line 370) | type MockNetworkInterfacesPager struct method EXPECT (line 385) | func (m *MockNetworkInterfacesPager) EXPECT() *MockNetworkInterfacesPa... method More (line 389) | func (m *MockNetworkInterfacesPager) More() bool { method NextPage (line 401) | func (m *MockNetworkInterfacesPager) NextPage(ctx context.Context) (ar... type MockNetworkInterfacesPagerMockRecorder (line 375) | type MockNetworkInterfacesPagerMockRecorder struct method More (line 396) | func (mr *MockNetworkInterfacesPagerMockRecorder) More() *gomock.Call { method NextPage (line 409) | func (mr *MockNetworkInterfacesPagerMockRecorder) NextPage(ctx any) *g... function NewMockNetworkInterfacesPager (line 379) | func NewMockNetworkInterfacesPager(ctrl *gomock.Controller) *MockNetwork... function createAzureNetworkInterface (line 415) | func createAzureNetworkInterface(nicName, vmName, nsgName string) *armne... function createAzureNetworkInterfaceWithDNSServers (line 446) | func createAzureNetworkInterfaceWithDNSServers(nicName, vmName, nsgName ... FILE: sources/azure/manual/network-network-security-group.go function appendIPOrCIDRLinkIfValid (line 23) | func appendIPOrCIDRLinkIfValid(queries *[]*sdp.LinkedItemQuery, prefix s... type networkNetworkSecurityGroupWrapper (line 35) | type networkNetworkSecurityGroupWrapper struct method List (line 53) | func (n networkNetworkSecurityGroupWrapper) List(ctx context.Context, ... method ListStream (line 80) | func (n networkNetworkSecurityGroupWrapper) ListStream(ctx context.Con... method Get (line 109) | func (n networkNetworkSecurityGroupWrapper) Get(ctx context.Context, s... method azureNetworkSecurityGroupToSDPItem (line 126) | func (n networkNetworkSecurityGroupWrapper) azureNetworkSecurityGroupT... method GetLookups (line 424) | func (n networkNetworkSecurityGroupWrapper) GetLookups() sources.ItemT... method PotentialLinks (line 430) | func (n networkNetworkSecurityGroupWrapper) PotentialLinks() map[share... method TerraformMappings (line 444) | func (n networkNetworkSecurityGroupWrapper) TerraformMappings() []*sdp... method IAMPermissions (line 454) | func (n networkNetworkSecurityGroupWrapper) IAMPermissions() []string { method PredefinedRole (line 460) | func (n networkNetworkSecurityGroupWrapper) PredefinedRole() string { function NewNetworkNetworkSecurityGroup (line 41) | func NewNetworkNetworkSecurityGroup(client clients.NetworkSecurityGroups... FILE: sources/azure/manual/network-network-security-group_test.go function TestNetworkNetworkSecurityGroup (line 24) | func TestNetworkNetworkSecurityGroup(t *testing.T) { type MockNetworkSecurityGroupsPager (line 442) | type MockNetworkSecurityGroupsPager struct method EXPECT (line 457) | func (m *MockNetworkSecurityGroupsPager) EXPECT() *MockNetworkSecurity... method More (line 461) | func (m *MockNetworkSecurityGroupsPager) More() bool { method NextPage (line 473) | func (m *MockNetworkSecurityGroupsPager) NextPage(ctx context.Context)... type MockNetworkSecurityGroupsPagerMockRecorder (line 447) | type MockNetworkSecurityGroupsPagerMockRecorder struct method More (line 468) | func (mr *MockNetworkSecurityGroupsPagerMockRecorder) More() *gomock.C... method NextPage (line 481) | func (mr *MockNetworkSecurityGroupsPagerMockRecorder) NextPage(ctx any... function NewMockNetworkSecurityGroupsPager (line 451) | func NewMockNetworkSecurityGroupsPager(ctrl *gomock.Controller) *MockNet... function createAzureNetworkSecurityGroup (line 487) | func createAzureNetworkSecurityGroup(nsgName string) *armnetwork.Securit... FILE: sources/azure/manual/network-network-watcher.go type networkNetworkWatcherWrapper (line 19) | type networkNetworkWatcherWrapper struct method List (line 38) | func (c networkNetworkWatcherWrapper) List(ctx context.Context, scope ... method ListStream (line 66) | func (c networkNetworkWatcherWrapper) ListStream(ctx context.Context, ... method Get (line 99) | func (c networkNetworkWatcherWrapper) Get(ctx context.Context, scope s... method azureNetworkWatcherToSDPItem (line 119) | func (c networkNetworkWatcherWrapper) azureNetworkWatcherToSDPItem(wat... method GetLookups (line 164) | func (c networkNetworkWatcherWrapper) GetLookups() sources.ItemTypeLoo... method PotentialLinks (line 170) | func (c networkNetworkWatcherWrapper) PotentialLinks() map[shared.Item... method IAMPermissions (line 177) | func (c networkNetworkWatcherWrapper) IAMPermissions() []string { method PredefinedRole (line 183) | func (c networkNetworkWatcherWrapper) PredefinedRole() string { function NewNetworkNetworkWatcher (line 26) | func NewNetworkNetworkWatcher(client clients.NetworkWatchersClient, reso... FILE: sources/azure/manual/network-network-watcher_test.go function TestNetworkNetworkWatcher (line 23) | func TestNetworkNetworkWatcher(t *testing.T) { function createNetworkWatcher (line 257) | func createNetworkWatcher(name string) *armnetwork.Watcher { function createNetworkWatcherWithProvisioningState (line 273) | func createNetworkWatcherWithProvisioningState(name string, state armnet... type mockNetworkWatchersPager (line 288) | type mockNetworkWatchersPager struct method More (line 304) | func (m *mockNetworkWatchersPager) More() bool { method NextPage (line 308) | func (m *mockNetworkWatchersPager) NextPage(ctx context.Context) (armn... function newMockNetworkWatchersPager (line 295) | func newMockNetworkWatchersPager(ctrl *gomock.Controller, items []*armne... FILE: sources/azure/manual/network-private-dns-zone.go type networkPrivateDNSZoneWrapper (line 20) | type networkPrivateDNSZoneWrapper struct method List (line 37) | func (n networkPrivateDNSZoneWrapper) List(ctx context.Context, scope ... method ListStream (line 64) | func (n networkPrivateDNSZoneWrapper) ListStream(ctx context.Context, ... method azurePrivateZoneToSDPItem (line 92) | func (n networkPrivateDNSZoneWrapper) azurePrivateZoneToSDPItem(zone *... method Get (line 169) | func (n networkPrivateDNSZoneWrapper) Get(ctx context.Context, scope s... method GetLookups (line 189) | func (n networkPrivateDNSZoneWrapper) GetLookups() sources.ItemTypeLoo... method PotentialLinks (line 195) | func (n networkPrivateDNSZoneWrapper) PotentialLinks() map[shared.Item... method TerraformMappings (line 204) | func (n networkPrivateDNSZoneWrapper) TerraformMappings() []*sdp.Terra... method IAMPermissions (line 214) | func (n networkPrivateDNSZoneWrapper) IAMPermissions() []string { method PredefinedRole (line 220) | func (n networkPrivateDNSZoneWrapper) PredefinedRole() string { function NewNetworkPrivateDNSZone (line 26) | func NewNetworkPrivateDNSZone(client clients.PrivateDNSZonesClient, reso... FILE: sources/azure/manual/network-private-dns-zone_test.go function TestNetworkPrivateDNSZone (line 25) | func TestNetworkPrivateDNSZone(t *testing.T) { type mockPrivateDNSZonesPager (line 317) | type mockPrivateDNSZonesPager struct method More (line 333) | func (m *mockPrivateDNSZonesPager) More() bool { method NextPage (line 337) | func (m *mockPrivateDNSZonesPager) NextPage(ctx context.Context) (armp... function newMockPrivateDNSZonesPager (line 324) | func newMockPrivateDNSZonesPager(ctrl *gomock.Controller, items []*armpr... function createAzurePrivateZone (line 356) | func createAzurePrivateZone(zoneName string) *armprivatedns.PrivateZone { FILE: sources/azure/manual/network-private-endpoint.go type networkPrivateEndpointWrapper (line 20) | type networkPrivateEndpointWrapper struct method List (line 37) | func (n networkPrivateEndpointWrapper) List(ctx context.Context, scope... method ListStream (line 64) | func (n networkPrivateEndpointWrapper) ListStream(ctx context.Context,... method Get (line 92) | func (n networkPrivateEndpointWrapper) Get(ctx context.Context, scope ... method azurePrivateEndpointToSDPItem (line 112) | func (n networkPrivateEndpointWrapper) azurePrivateEndpointToSDPItem(p... method GetLookups (line 309) | func (n networkPrivateEndpointWrapper) GetLookups() sources.ItemTypeLo... method PotentialLinks (line 315) | func (n networkPrivateEndpointWrapper) PotentialLinks() map[shared.Ite... method TerraformMappings (line 328) | func (n networkPrivateEndpointWrapper) TerraformMappings() []*sdp.Terr... method IAMPermissions (line 338) | func (n networkPrivateEndpointWrapper) IAMPermissions() []string { method PredefinedRole (line 344) | func (n networkPrivateEndpointWrapper) PredefinedRole() string { function NewNetworkPrivateEndpoint (line 26) | func NewNetworkPrivateEndpoint(client clients.PrivateEndpointsClient, re... FILE: sources/azure/manual/network-private-endpoint_test.go function TestNetworkPrivateEndpoint (line 25) | func TestNetworkPrivateEndpoint(t *testing.T) { type MockPrivateEndpointsPager (line 252) | type MockPrivateEndpointsPager struct method EXPECT (line 267) | func (m *MockPrivateEndpointsPager) EXPECT() *MockPrivateEndpointsPage... method More (line 271) | func (m *MockPrivateEndpointsPager) More() bool { method NextPage (line 283) | func (m *MockPrivateEndpointsPager) NextPage(ctx context.Context) (arm... type MockPrivateEndpointsPagerMockRecorder (line 257) | type MockPrivateEndpointsPagerMockRecorder struct method More (line 278) | func (mr *MockPrivateEndpointsPagerMockRecorder) More() *gomock.Call { method NextPage (line 291) | func (mr *MockPrivateEndpointsPagerMockRecorder) NextPage(ctx any) *go... function NewMockPrivateEndpointsPager (line 261) | func NewMockPrivateEndpointsPager(ctrl *gomock.Controller) *MockPrivateE... function createAzurePrivateEndpoint (line 296) | func createAzurePrivateEndpoint(peName, subscriptionID, resourceGroup st... FILE: sources/azure/manual/network-private-link-service.go type networkPrivateLinkServiceWrapper (line 21) | type networkPrivateLinkServiceWrapper struct method List (line 38) | func (n networkPrivateLinkServiceWrapper) List(ctx context.Context, sc... method ListStream (line 65) | func (n networkPrivateLinkServiceWrapper) ListStream(ctx context.Conte... method Get (line 93) | func (n networkPrivateLinkServiceWrapper) Get(ctx context.Context, sco... method azurePrivateLinkServiceToSDPItem (line 113) | func (n networkPrivateLinkServiceWrapper) azurePrivateLinkServiceToSDP... method GetLookups (line 340) | func (n networkPrivateLinkServiceWrapper) GetLookups() sources.ItemTyp... method PotentialLinks (line 346) | func (n networkPrivateLinkServiceWrapper) PotentialLinks() map[shared.... method IAMPermissions (line 361) | func (n networkPrivateLinkServiceWrapper) IAMPermissions() []string { method PredefinedRole (line 367) | func (n networkPrivateLinkServiceWrapper) PredefinedRole() string { function NewNetworkPrivateLinkService (line 27) | func NewNetworkPrivateLinkService(client clients.PrivateLinkServicesClie... FILE: sources/azure/manual/network-private-link-service_test.go function TestNetworkPrivateLinkService (line 26) | func TestNetworkPrivateLinkService(t *testing.T) { type MockPrivateLinkServicesPager (line 357) | type MockPrivateLinkServicesPager struct method EXPECT (line 372) | func (m *MockPrivateLinkServicesPager) EXPECT() *MockPrivateLinkServic... method More (line 376) | func (m *MockPrivateLinkServicesPager) More() bool { method NextPage (line 388) | func (m *MockPrivateLinkServicesPager) NextPage(ctx context.Context) (... type MockPrivateLinkServicesPagerMockRecorder (line 362) | type MockPrivateLinkServicesPagerMockRecorder struct method More (line 383) | func (mr *MockPrivateLinkServicesPagerMockRecorder) More() *gomock.Call { method NextPage (line 396) | func (mr *MockPrivateLinkServicesPagerMockRecorder) NextPage(ctx any) ... function NewMockPrivateLinkServicesPager (line 366) | func NewMockPrivateLinkServicesPager(ctrl *gomock.Controller) *MockPriva... function createAzurePrivateLinkService (line 401) | func createAzurePrivateLinkService(plsName, subscriptionID, resourceGrou... FILE: sources/azure/manual/network-public-ip-address.go type networkPublicIPAddressWrapper (line 21) | type networkPublicIPAddressWrapper struct method List (line 40) | func (n networkPublicIPAddressWrapper) List(ctx context.Context, scope... method ListStream (line 70) | func (n networkPublicIPAddressWrapper) ListStream(ctx context.Context,... method Get (line 100) | func (n networkPublicIPAddressWrapper) Get(ctx context.Context, scope ... method azurePublicIPAddressToSDPItem (line 119) | func (n networkPublicIPAddressWrapper) azurePublicIPAddressToSDPItem(p... method GetLookups (line 335) | func (n networkPublicIPAddressWrapper) GetLookups() sources.ItemTypeLo... method PotentialLinks (line 341) | func (n networkPublicIPAddressWrapper) PotentialLinks() map[shared.Ite... method TerraformMappings (line 354) | func (n networkPublicIPAddressWrapper) TerraformMappings() []*sdp.Terr... method IAMPermissions (line 364) | func (n networkPublicIPAddressWrapper) IAMPermissions() []string { method PredefinedRole (line 370) | func (n networkPublicIPAddressWrapper) PredefinedRole() string { function NewNetworkPublicIPAddress (line 27) | func NewNetworkPublicIPAddress(client clients.PublicIPAddressesClient, r... FILE: sources/azure/manual/network-public-ip-address_test.go function TestNetworkPublicIPAddress (line 23) | func TestNetworkPublicIPAddress(t *testing.T) { type MockPublicIPAddressesPager (line 424) | type MockPublicIPAddressesPager struct method EXPECT (line 439) | func (m *MockPublicIPAddressesPager) EXPECT() *MockPublicIPAddressesPa... method More (line 443) | func (m *MockPublicIPAddressesPager) More() bool { method NextPage (line 455) | func (m *MockPublicIPAddressesPager) NextPage(ctx context.Context) (ar... type MockPublicIPAddressesPagerMockRecorder (line 429) | type MockPublicIPAddressesPagerMockRecorder struct method More (line 450) | func (mr *MockPublicIPAddressesPagerMockRecorder) More() *gomock.Call { method NextPage (line 463) | func (mr *MockPublicIPAddressesPagerMockRecorder) NextPage(ctx any) *g... function NewMockPublicIPAddressesPager (line 433) | func NewMockPublicIPAddressesPager(ctrl *gomock.Controller) *MockPublicI... function createAzurePublicIPAddress (line 469) | func createAzurePublicIPAddress(name, nicName, prefixName, natGatewayNam... function createAzurePublicIPAddressWithLinkedIP (line 530) | func createAzurePublicIPAddressWithLinkedIP(name, linkedIPName, subscrip... function createAzurePublicIPAddressWithServiceIP (line 550) | func createAzurePublicIPAddressWithServiceIP(name, serviceIPName, subscr... FILE: sources/azure/manual/network-public-ip-prefix.go type networkPublicIPPrefixWrapper (line 21) | type networkPublicIPPrefixWrapper struct method List (line 39) | func (n networkPublicIPPrefixWrapper) List(ctx context.Context, scope ... method ListStream (line 66) | func (n networkPublicIPPrefixWrapper) ListStream(ctx context.Context, ... method Get (line 95) | func (n networkPublicIPPrefixWrapper) Get(ctx context.Context, scope s... method azurePublicIPPrefixToSDPItem (line 115) | func (n networkPublicIPPrefixWrapper) azurePublicIPPrefixToSDPItem(pre... method GetLookups (line 278) | func (n networkPublicIPPrefixWrapper) GetLookups() sources.ItemTypeLoo... method PotentialLinks (line 284) | func (n networkPublicIPPrefixWrapper) PotentialLinks() map[shared.Item... method TerraformMappings (line 296) | func (n networkPublicIPPrefixWrapper) TerraformMappings() []*sdp.Terra... method IAMPermissions (line 306) | func (n networkPublicIPPrefixWrapper) IAMPermissions() []string { method PredefinedRole (line 312) | func (n networkPublicIPPrefixWrapper) PredefinedRole() string { function NewNetworkPublicIPPrefix (line 27) | func NewNetworkPublicIPPrefix(client clients.PublicIPPrefixesClient, res... FILE: sources/azure/manual/network-public-ip-prefix_test.go function TestNetworkPublicIPPrefix (line 25) | func TestNetworkPublicIPPrefix(t *testing.T) { type mockPublicIPPrefixesPager (line 362) | type mockPublicIPPrefixesPager struct method More (line 378) | func (m *mockPublicIPPrefixesPager) More() bool { method NextPage (line 382) | func (m *mockPublicIPPrefixesPager) NextPage(ctx context.Context) (arm... function newMockPublicIPPrefixesPager (line 369) | func newMockPublicIPPrefixesPager(ctrl *gomock.Controller, items []*armn... function createAzurePublicIPPrefix (line 401) | func createAzurePublicIPPrefix(name string) *armnetwork.PublicIPPrefix { function createAzurePublicIPPrefixWithLinks (line 420) | func createAzurePublicIPPrefixWithLinks(name, subscriptionID, resourceGr... FILE: sources/azure/manual/network-route-table.go type networkRouteTableWrapper (line 20) | type networkRouteTableWrapper struct method List (line 37) | func (n networkRouteTableWrapper) List(ctx context.Context, scope stri... method ListStream (line 64) | func (n networkRouteTableWrapper) ListStream(ctx context.Context, stre... method azureRouteTableToSDPItem (line 92) | func (n networkRouteTableWrapper) azureRouteTableToSDPItem(routeTable ... method Get (line 183) | func (n networkRouteTableWrapper) Get(ctx context.Context, scope strin... method GetLookups (line 202) | func (n networkRouteTableWrapper) GetLookups() sources.ItemTypeLookups { method PotentialLinks (line 208) | func (n networkRouteTableWrapper) PotentialLinks() map[shared.ItemType... method TerraformMappings (line 217) | func (n networkRouteTableWrapper) TerraformMappings() []*sdp.Terraform... method IAMPermissions (line 227) | func (n networkRouteTableWrapper) IAMPermissions() []string { method PredefinedRole (line 233) | func (n networkRouteTableWrapper) PredefinedRole() string { function NewNetworkRouteTable (line 26) | func NewNetworkRouteTable(client clients.RouteTablesClient, resourceGrou... FILE: sources/azure/manual/network-route-table_test.go function TestNetworkRouteTable (line 24) | func TestNetworkRouteTable(t *testing.T) { type MockRouteTablesPager (line 494) | type MockRouteTablesPager struct method EXPECT (line 509) | func (m *MockRouteTablesPager) EXPECT() *MockRouteTablesPagerMockRecor... method More (line 513) | func (m *MockRouteTablesPager) More() bool { method NextPage (line 525) | func (m *MockRouteTablesPager) NextPage(ctx context.Context) (armnetwo... type MockRouteTablesPagerMockRecorder (line 499) | type MockRouteTablesPagerMockRecorder struct method More (line 520) | func (mr *MockRouteTablesPagerMockRecorder) More() *gomock.Call { method NextPage (line 533) | func (mr *MockRouteTablesPagerMockRecorder) NextPage(ctx any) *gomock.... function NewMockRouteTablesPager (line 503) | func NewMockRouteTablesPager(ctrl *gomock.Controller) *MockRouteTablesPa... function createAzureRouteTable (line 539) | func createAzureRouteTable(routeTableName string) *armnetwork.RouteTable { FILE: sources/azure/manual/network-route.go type networkRouteWrapper (line 20) | type networkRouteWrapper struct method Get (line 37) | func (n networkRouteWrapper) Get(ctx context.Context, scope string, qu... method GetLookups (line 64) | func (n networkRouteWrapper) GetLookups() sources.ItemTypeLookups { method Search (line 71) | func (n networkRouteWrapper) Search(ctx context.Context, scope string,... method SearchStream (line 108) | func (n networkRouteWrapper) SearchStream(ctx context.Context, stream ... method SearchLookups (line 142) | func (n networkRouteWrapper) SearchLookups() []sources.ItemTypeLookups { method azureRouteToSDPItem (line 148) | func (n networkRouteWrapper) azureRouteToSDPItem(route *armnetwork.Rou... method PotentialLinks (line 203) | func (n networkRouteWrapper) PotentialLinks() map[shared.ItemType]bool { method TerraformMappings (line 211) | func (n networkRouteWrapper) TerraformMappings() []*sdp.TerraformMappi... method IAMPermissions (line 218) | func (n networkRouteWrapper) IAMPermissions() []string { method PredefinedRole (line 222) | func (n networkRouteWrapper) PredefinedRole() string { function NewNetworkRoute (line 26) | func NewNetworkRoute(client clients.RoutesClient, resourceGroupScopes []... FILE: sources/azure/manual/network-route_test.go type mockRoutesPager (line 23) | type mockRoutesPager struct method More (line 28) | func (m *mockRoutesPager) More() bool { method NextPage (line 32) | func (m *mockRoutesPager) NextPage(ctx context.Context) (armnetwork.Ro... type errorRoutesPager (line 41) | type errorRoutesPager struct method More (line 43) | func (e *errorRoutesPager) More() bool { method NextPage (line 47) | func (e *errorRoutesPager) NextPage(ctx context.Context) (armnetwork.R... type testRoutesClient (line 51) | type testRoutesClient struct method NewListPager (line 56) | func (t *testRoutesClient) NewListPager(resourceGroupName, routeTableN... function TestNetworkRoute (line 60) | func TestNetworkRoute(t *testing.T) { function createAzureRoute (line 289) | func createAzureRoute(routeName, routeTableName string) *armnetwork.Route { FILE: sources/azure/manual/network-security-rule.go type networkSecurityRuleWrapper (line 20) | type networkSecurityRuleWrapper struct method Get (line 37) | func (n networkSecurityRuleWrapper) Get(ctx context.Context, scope str... method GetLookups (line 64) | func (n networkSecurityRuleWrapper) GetLookups() sources.ItemTypeLooku... method Search (line 71) | func (n networkSecurityRuleWrapper) Search(ctx context.Context, scope ... method SearchStream (line 108) | func (n networkSecurityRuleWrapper) SearchStream(ctx context.Context, ... method SearchLookups (line 142) | func (n networkSecurityRuleWrapper) SearchLookups() []sources.ItemType... method azureSecurityRuleToSDPItem (line 148) | func (n networkSecurityRuleWrapper) azureSecurityRuleToSDPItem(rule *a... method PotentialLinks (line 245) | func (n networkSecurityRuleWrapper) PotentialLinks() map[shared.ItemTy... method TerraformMappings (line 254) | func (n networkSecurityRuleWrapper) TerraformMappings() []*sdp.Terrafo... method IAMPermissions (line 264) | func (n networkSecurityRuleWrapper) IAMPermissions() []string { method PredefinedRole (line 270) | func (n networkSecurityRuleWrapper) PredefinedRole() string { function NewNetworkSecurityRule (line 26) | func NewNetworkSecurityRule(client clients.SecurityRulesClient, resource... FILE: sources/azure/manual/network-security-rule_test.go type mockSecurityRulesPager (line 22) | type mockSecurityRulesPager struct method More (line 27) | func (m *mockSecurityRulesPager) More() bool { method NextPage (line 31) | func (m *mockSecurityRulesPager) NextPage(ctx context.Context) (armnet... type errorSecurityRulesPager (line 40) | type errorSecurityRulesPager struct method More (line 42) | func (e *errorSecurityRulesPager) More() bool { method NextPage (line 46) | func (e *errorSecurityRulesPager) NextPage(ctx context.Context) (armne... type testSecurityRulesClient (line 50) | type testSecurityRulesClient struct method NewListPager (line 55) | func (t *testSecurityRulesClient) NewListPager(resourceGroupName, netw... function TestNetworkSecurityRule (line 59) | func TestNetworkSecurityRule(t *testing.T) { function createAzureSecurityRule (line 282) | func createAzureSecurityRule(ruleName, nsgName string) *armnetwork.Secur... FILE: sources/azure/manual/network-subnet.go type networkSubnetWrapper (line 20) | type networkSubnetWrapper struct method Get (line 38) | func (n networkSubnetWrapper) Get(ctx context.Context, scope string, q... method GetLookups (line 62) | func (n networkSubnetWrapper) GetLookups() sources.ItemTypeLookups { method Search (line 69) | func (n networkSubnetWrapper) Search(ctx context.Context, scope string... method SearchStream (line 108) | func (n networkSubnetWrapper) SearchStream(ctx context.Context, stream... method SearchLookups (line 142) | func (n networkSubnetWrapper) SearchLookups() []sources.ItemTypeLookups { method PotentialLinks (line 150) | func (n networkSubnetWrapper) PotentialLinks() map[shared.ItemType]bool { method azureSubnetToSDPItem (line 164) | func (n networkSubnetWrapper) azureSubnetToSDPItem(subnet *armnetwork.... method TerraformMappings (line 435) | func (n networkSubnetWrapper) TerraformMappings() []*sdp.TerraformMapp... method IAMPermissions (line 444) | func (n networkSubnetWrapper) IAMPermissions() []string { method PredefinedRole (line 450) | func (n networkSubnetWrapper) PredefinedRole() string { function NewNetworkSubnet (line 27) | func NewNetworkSubnet(client clients.SubnetsClient, resourceGroupScopes ... FILE: sources/azure/manual/network-subnet_test.go type mockSubnetsPager (line 22) | type mockSubnetsPager struct method More (line 27) | func (m *mockSubnetsPager) More() bool { method NextPage (line 31) | func (m *mockSubnetsPager) NextPage(ctx context.Context) (armnetwork.S... type errorSubnetsPager (line 40) | type errorSubnetsPager struct method More (line 42) | func (e *errorSubnetsPager) More() bool { method NextPage (line 46) | func (e *errorSubnetsPager) NextPage(ctx context.Context) (armnetwork.... type testSubnetsClient (line 50) | type testSubnetsClient struct method NewListPager (line 55) | func (t *testSubnetsClient) NewListPager(resourceGroupName, virtualNet... function TestNetworkSubnet (line 59) | func TestNetworkSubnet(t *testing.T) { function createAzureSubnet (line 268) | func createAzureSubnet(subnetName, vnetName string) *armnetwork.Subnet { FILE: sources/azure/manual/network-virtual-network-gateway-connection.go type networkVirtualNetworkGatewayConnectionWrapper (line 20) | type networkVirtualNetworkGatewayConnectionWrapper struct method List (line 39) | func (c networkVirtualNetworkGatewayConnectionWrapper) List(ctx contex... method ListStream (line 67) | func (c networkVirtualNetworkGatewayConnectionWrapper) ListStream(ctx ... method Get (line 98) | func (c networkVirtualNetworkGatewayConnectionWrapper) Get(ctx context... method azureVirtualNetworkGatewayConnectionToSDPItem (line 118) | func (c networkVirtualNetworkGatewayConnectionWrapper) azureVirtualNet... method GetLookups (line 359) | func (c networkVirtualNetworkGatewayConnectionWrapper) GetLookups() so... method PotentialLinks (line 365) | func (c networkVirtualNetworkGatewayConnectionWrapper) PotentialLinks(... method IAMPermissions (line 377) | func (c networkVirtualNetworkGatewayConnectionWrapper) IAMPermissions(... method PredefinedRole (line 383) | func (c networkVirtualNetworkGatewayConnectionWrapper) PredefinedRole(... function NewNetworkVirtualNetworkGatewayConnection (line 27) | func NewNetworkVirtualNetworkGatewayConnection(client clients.VirtualNet... FILE: sources/azure/manual/network-virtual-network-gateway-connection_test.go function TestNetworkVirtualNetworkGatewayConnection (line 24) | func TestNetworkVirtualNetworkGatewayConnection(t *testing.T) { function createVirtualNetworkGatewayConnection (line 335) | func createVirtualNetworkGatewayConnection(name, subscriptionID, resourc... function createVirtualNetworkGatewayConnectionMinimal (line 391) | func createVirtualNetworkGatewayConnectionMinimal(name, subscriptionID, ... type mockVirtualNetworkGatewayConnectionsPager (line 409) | type mockVirtualNetworkGatewayConnectionsPager struct method More (line 425) | func (m *mockVirtualNetworkGatewayConnectionsPager) More() bool { method NextPage (line 429) | func (m *mockVirtualNetworkGatewayConnectionsPager) NextPage(ctx conte... function newMockVirtualNetworkGatewayConnectionsPager (line 416) | func newMockVirtualNetworkGatewayConnectionsPager(ctrl *gomock.Controlle... FILE: sources/azure/manual/network-virtual-network-gateway.go type networkVirtualNetworkGatewayWrapper (line 23) | type networkVirtualNetworkGatewayWrapper struct method List (line 41) | func (n networkVirtualNetworkGatewayWrapper) List(ctx context.Context,... method ListStream (line 70) | func (n networkVirtualNetworkGatewayWrapper) ListStream(ctx context.Co... method Get (line 99) | func (n networkVirtualNetworkGatewayWrapper) Get(ctx context.Context, ... method azureVirtualNetworkGatewayToSDPItem (line 123) | func (n networkVirtualNetworkGatewayWrapper) azureVirtualNetworkGatewa... method GetLookups (line 436) | func (n networkVirtualNetworkGatewayWrapper) GetLookups() sources.Item... method PotentialLinks (line 442) | func (n networkVirtualNetworkGatewayWrapper) PotentialLinks() map[shar... method TerraformMappings (line 456) | func (n networkVirtualNetworkGatewayWrapper) TerraformMappings() []*sd... method IAMPermissions (line 465) | func (n networkVirtualNetworkGatewayWrapper) IAMPermissions() []string { method PredefinedRole (line 486) | func (n networkVirtualNetworkGatewayWrapper) PredefinedRole() string { function NewNetworkVirtualNetworkGateway (line 30) | func NewNetworkVirtualNetworkGateway(client clients.VirtualNetworkGatewa... function extractHostFromURLOrHostname (line 471) | func extractHostFromURLOrHostname(s string) string { FILE: sources/azure/manual/network-virtual-network-gateway_test.go function TestNetworkVirtualNetworkGateway (line 22) | func TestNetworkVirtualNetworkGateway(t *testing.T) { type collectingStream (line 296) | type collectingStream struct method SendItem (line 300) | func (c *collectingStream) SendItem(item *sdp.Item) { method SendError (line 304) | func (c *collectingStream) SendError(err error) {} type mockVirtualNetworkGatewaysPager (line 306) | type mockVirtualNetworkGatewaysPager struct method More (line 322) | func (m *mockVirtualNetworkGatewaysPager) More() bool { method NextPage (line 326) | func (m *mockVirtualNetworkGatewaysPager) NextPage(ctx context.Context... function newMockVirtualNetworkGatewaysPager (line 313) | func newMockVirtualNetworkGatewaysPager(ctrl *gomock.Controller, items [... function createAzureVirtualNetworkGateway (line 345) | func createAzureVirtualNetworkGateway(name string) *armnetwork.VirtualNe... function createAzureVirtualNetworkGatewayWithLinks (line 366) | func createAzureVirtualNetworkGatewayWithLinks(name, subscriptionID, res... FILE: sources/azure/manual/network-virtual-network-peering.go type networkVirtualNetworkPeeringWrapper (line 19) | type networkVirtualNetworkPeeringWrapper struct method Get (line 37) | func (n networkVirtualNetworkPeeringWrapper) Get(ctx context.Context, ... method GetLookups (line 64) | func (n networkVirtualNetworkPeeringWrapper) GetLookups() sources.Item... method Search (line 71) | func (n networkVirtualNetworkPeeringWrapper) Search(ctx context.Contex... method SearchStream (line 108) | func (n networkVirtualNetworkPeeringWrapper) SearchStream(ctx context.... method SearchLookups (line 142) | func (n networkVirtualNetworkPeeringWrapper) SearchLookups() []sources... method azureVirtualNetworkPeeringToSDPItem (line 150) | func (n networkVirtualNetworkPeeringWrapper) azureVirtualNetworkPeerin... method PotentialLinks (line 244) | func (n networkVirtualNetworkPeeringWrapper) PotentialLinks() map[shar... method TerraformMappings (line 252) | func (n networkVirtualNetworkPeeringWrapper) TerraformMappings() []*sd... method IAMPermissions (line 262) | func (n networkVirtualNetworkPeeringWrapper) IAMPermissions() []string { method PredefinedRole (line 268) | func (n networkVirtualNetworkPeeringWrapper) PredefinedRole() string { function NewNetworkVirtualNetworkPeering (line 26) | func NewNetworkVirtualNetworkPeering(client clients.VirtualNetworkPeerin... FILE: sources/azure/manual/network-virtual-network-peering_test.go type mockVirtualNetworkPeeringsPager (line 22) | type mockVirtualNetworkPeeringsPager struct method More (line 27) | func (m *mockVirtualNetworkPeeringsPager) More() bool { method NextPage (line 31) | func (m *mockVirtualNetworkPeeringsPager) NextPage(ctx context.Context... type errorVirtualNetworkPeeringsPager (line 40) | type errorVirtualNetworkPeeringsPager struct method More (line 42) | func (e *errorVirtualNetworkPeeringsPager) More() bool { method NextPage (line 46) | func (e *errorVirtualNetworkPeeringsPager) NextPage(ctx context.Contex... type testVirtualNetworkPeeringsClient (line 50) | type testVirtualNetworkPeeringsClient struct method NewListPager (line 55) | func (t *testVirtualNetworkPeeringsClient) NewListPager(resourceGroupN... function TestNetworkVirtualNetworkPeering (line 59) | func TestNetworkVirtualNetworkPeering(t *testing.T) { function createAzureVirtualNetworkPeering (line 282) | func createAzureVirtualNetworkPeering(peeringName, vnetName string) *arm... FILE: sources/azure/manual/network-virtual-network.go type networkVirtualNetworkWrapper (line 20) | type networkVirtualNetworkWrapper struct method List (line 38) | func (n networkVirtualNetworkWrapper) List(ctx context.Context, scope ... method ListStream (line 65) | func (n networkVirtualNetworkWrapper) ListStream(ctx context.Context, ... method Get (line 94) | func (n networkVirtualNetworkWrapper) Get(ctx context.Context, scope s... method azureVirtualNetworkToSDPItem (line 118) | func (n networkVirtualNetworkWrapper) azureVirtualNetworkToSDPItem(net... method GetLookups (line 338) | func (n networkVirtualNetworkWrapper) GetLookups() sources.ItemTypeLoo... method PotentialLinks (line 344) | func (n networkVirtualNetworkWrapper) PotentialLinks() map[shared.Item... method TerraformMappings (line 359) | func (n networkVirtualNetworkWrapper) TerraformMappings() []*sdp.Terra... method IAMPermissions (line 369) | func (n networkVirtualNetworkWrapper) IAMPermissions() []string { method PredefinedRole (line 375) | func (n networkVirtualNetworkWrapper) PredefinedRole() string { function NewNetworkVirtualNetwork (line 27) | func NewNetworkVirtualNetwork(client clients.VirtualNetworksClient, reso... FILE: sources/azure/manual/network-virtual-network_test.go function TestNetworkVirtualNetwork (line 24) | func TestNetworkVirtualNetwork(t *testing.T) { type MockVirtualNetworksPager (line 362) | type MockVirtualNetworksPager struct method EXPECT (line 377) | func (m *MockVirtualNetworksPager) EXPECT() *MockVirtualNetworksPagerM... method More (line 381) | func (m *MockVirtualNetworksPager) More() bool { method NextPage (line 393) | func (m *MockVirtualNetworksPager) NextPage(ctx context.Context) (armn... type MockVirtualNetworksPagerMockRecorder (line 367) | type MockVirtualNetworksPagerMockRecorder struct method More (line 388) | func (mr *MockVirtualNetworksPagerMockRecorder) More() *gomock.Call { method NextPage (line 401) | func (mr *MockVirtualNetworksPagerMockRecorder) NextPage(ctx any) *gom... function NewMockVirtualNetworksPager (line 371) | func NewMockVirtualNetworksPager(ctrl *gomock.Controller) *MockVirtualNe... function createAzureVirtualNetwork (line 407) | func createAzureVirtualNetwork(vnetName string) *armnetwork.VirtualNetwo... function createAzureVirtualNetworkWithDefaultNatGatewayAndDhcpOptions (line 433) | func createAzureVirtualNetworkWithDefaultNatGatewayAndDhcpOptions(vnetNa... FILE: sources/azure/manual/network-zone.go type networkZoneWrapper (line 20) | type networkZoneWrapper struct method List (line 37) | func (n networkZoneWrapper) List(ctx context.Context, scope string) ([... method ListStream (line 67) | func (n networkZoneWrapper) ListStream(ctx context.Context, stream dis... method azureZoneToSDPItem (line 95) | func (n networkZoneWrapper) azureZoneToSDPItem(zone *armdns.Zone, scop... method Get (line 214) | func (n networkZoneWrapper) Get(ctx context.Context, scope string, que... method GetLookups (line 232) | func (n networkZoneWrapper) GetLookups() sources.ItemTypeLookups { method TerraformMappings (line 239) | func (n networkZoneWrapper) TerraformMappings() []*sdp.TerraformMapping { method PotentialLinks (line 248) | func (n networkZoneWrapper) PotentialLinks() map[shared.ItemType]bool { method IAMPermissions (line 257) | func (n networkZoneWrapper) IAMPermissions() []string { method PredefinedRole (line 263) | func (n networkZoneWrapper) PredefinedRole() string { function NewNetworkZone (line 26) | func NewNetworkZone(client clients.ZonesClient, resourceGroupScopes []az... FILE: sources/azure/manual/network-zone_test.go function TestNetworkZone (line 25) | func TestNetworkZone(t *testing.T) { type MockZonesPager (line 451) | type MockZonesPager struct method EXPECT (line 466) | func (m *MockZonesPager) EXPECT() *MockZonesPagerMockRecorder { method More (line 470) | func (m *MockZonesPager) More() bool { method NextPage (line 482) | func (m *MockZonesPager) NextPage(ctx context.Context) (armdns.ZonesCl... type MockZonesPagerMockRecorder (line 456) | type MockZonesPagerMockRecorder struct method More (line 477) | func (mr *MockZonesPagerMockRecorder) More() *gomock.Call { method NextPage (line 490) | func (mr *MockZonesPagerMockRecorder) NextPage(ctx any) *gomock.Call { function NewMockZonesPager (line 460) | func NewMockZonesPager(ctrl *gomock.Controller) *MockZonesPager { function createAzureZone (line 496) | func createAzureZone(zoneName, subscriptionID, resourceGroup string) *ar... function createAzureZoneWithDifferentScopeVNet (line 529) | func createAzureZoneWithDifferentScopeVNet(zoneName, subscriptionID, res... FILE: sources/azure/manual/operational-insights-workspace.go type operationalInsightsWorkspaceWrapper (line 19) | type operationalInsightsWorkspaceWrapper struct method List (line 37) | func (c operationalInsightsWorkspaceWrapper) List(ctx context.Context,... method ListStream (line 65) | func (c operationalInsightsWorkspaceWrapper) ListStream(ctx context.Co... method Get (line 98) | func (c operationalInsightsWorkspaceWrapper) Get(ctx context.Context, ... method azureWorkspaceToSDPItem (line 118) | func (c operationalInsightsWorkspaceWrapper) azureWorkspaceToSDPItem(w... method GetLookups (line 201) | func (c operationalInsightsWorkspaceWrapper) GetLookups() sources.Item... method PotentialLinks (line 207) | func (c operationalInsightsWorkspaceWrapper) PotentialLinks() map[shar... method IAMPermissions (line 215) | func (c operationalInsightsWorkspaceWrapper) IAMPermissions() []string { method PredefinedRole (line 222) | func (c operationalInsightsWorkspaceWrapper) PredefinedRole() string { function NewOperationalInsightsWorkspace (line 25) | func NewOperationalInsightsWorkspace(client clients.OperationalInsightsW... FILE: sources/azure/manual/operational-insights-workspace_test.go function TestOperationalInsightsWorkspace (line 23) | func TestOperationalInsightsWorkspace(t *testing.T) { function createAzureWorkspace (line 368) | func createAzureWorkspace(workspaceName, subscriptionID, resourceGroup s... function createAzureWorkspaceWithCrossResourceGroupLinks (line 398) | func createAzureWorkspaceWithCrossResourceGroupLinks(workspaceName, subs... function createAzureWorkspaceWithoutLinks (line 422) | func createAzureWorkspaceWithoutLinks(workspaceName string) *armoperatio... function createAzureWorkspaceWithProvisioningState (line 438) | func createAzureWorkspaceWithProvisioningState(workspaceName string, sta... type mockOperationalInsightsWorkspacePager (line 452) | type mockOperationalInsightsWorkspacePager struct method More (line 468) | func (m *mockOperationalInsightsWorkspacePager) More() bool { method NextPage (line 472) | func (m *mockOperationalInsightsWorkspacePager) NextPage(ctx context.C... function newMockOperationalInsightsWorkspacePager (line 459) | func newMockOperationalInsightsWorkspacePager(ctrl *gomock.Controller, i... FILE: sources/azure/manual/sql-database-schema.go type sqlDatabaseSchemaWrapper (line 19) | type sqlDatabaseSchemaWrapper struct method Get (line 38) | func (s sqlDatabaseSchemaWrapper) Get(ctx context.Context, scope strin... method azureDatabaseSchemaToSDPItem (line 88) | func (s sqlDatabaseSchemaWrapper) azureDatabaseSchemaToSDPItem(schema ... method GetLookups (line 119) | func (s sqlDatabaseSchemaWrapper) GetLookups() sources.ItemTypeLookups { method Search (line 129) | func (s sqlDatabaseSchemaWrapper) Search(ctx context.Context, scope st... method SearchStream (line 175) | func (s sqlDatabaseSchemaWrapper) SearchStream(ctx context.Context, st... method SearchLookups (line 219) | func (s sqlDatabaseSchemaWrapper) SearchLookups() []sources.ItemTypeLo... method PotentialLinks (line 228) | func (s sqlDatabaseSchemaWrapper) PotentialLinks() map[shared.ItemType... method IAMPermissions (line 235) | func (s sqlDatabaseSchemaWrapper) IAMPermissions() []string { method PredefinedRole (line 241) | func (s sqlDatabaseSchemaWrapper) PredefinedRole() string { function NewSqlDatabaseSchema (line 25) | func NewSqlDatabaseSchema(client clients.SqlDatabaseSchemasClient, resou... FILE: sources/azure/manual/sql-database-schema_test.go type mockSqlDatabaseSchemasPager (line 24) | type mockSqlDatabaseSchemasPager struct method More (line 29) | func (m *mockSqlDatabaseSchemasPager) More() bool { method NextPage (line 33) | func (m *mockSqlDatabaseSchemasPager) NextPage(ctx context.Context) (a... type errorSqlDatabaseSchemasPager (line 43) | type errorSqlDatabaseSchemasPager struct method More (line 45) | func (e *errorSqlDatabaseSchemasPager) More() bool { method NextPage (line 49) | func (e *errorSqlDatabaseSchemasPager) NextPage(ctx context.Context) (... type testSqlDatabaseSchemasClient (line 54) | type testSqlDatabaseSchemasClient struct method ListByDatabase (line 59) | func (t *testSqlDatabaseSchemasClient) ListByDatabase(ctx context.Cont... function TestSqlDatabaseSchema (line 63) | func TestSqlDatabaseSchema(t *testing.T) { function createAzureDatabaseSchema (line 393) | func createAzureDatabaseSchema(serverName, databaseName, schemaName stri... FILE: sources/azure/manual/sql-database.go type sqlDatabaseWrapper (line 20) | type sqlDatabaseWrapper struct method Get (line 37) | func (s sqlDatabaseWrapper) Get(ctx context.Context, scope string, que... method azureSqlDatabaseToSDPItem (line 61) | func (s sqlDatabaseWrapper) azureSqlDatabaseToSDPItem(database *armsql... method GetLookups (line 339) | func (s sqlDatabaseWrapper) GetLookups() sources.ItemTypeLookups { method Search (line 346) | func (s sqlDatabaseWrapper) Search(ctx context.Context, scope string, ... method SearchStream (line 384) | func (s sqlDatabaseWrapper) SearchStream(ctx context.Context, stream d... method SearchLookups (line 418) | func (s sqlDatabaseWrapper) SearchLookups() []sources.ItemTypeLookups { method PotentialLinks (line 426) | func (s sqlDatabaseWrapper) PotentialLinks() map[shared.ItemType]bool { method TerraformMappings (line 443) | func (s sqlDatabaseWrapper) TerraformMappings() []*sdp.TerraformMapping { method IAMPermissions (line 452) | func (s sqlDatabaseWrapper) IAMPermissions() []string { method PredefinedRole (line 458) | func (s sqlDatabaseWrapper) PredefinedRole() string { function NewSqlDatabase (line 26) | func NewSqlDatabase(client clients.SqlDatabasesClient, resourceGroupScop... FILE: sources/azure/manual/sql-database_test.go type mockSqlDatabasesPager (line 24) | type mockSqlDatabasesPager struct method More (line 29) | func (m *mockSqlDatabasesPager) More() bool { method NextPage (line 33) | func (m *mockSqlDatabasesPager) NextPage(ctx context.Context) (armsql.... type errorSqlDatabasesPager (line 43) | type errorSqlDatabasesPager struct method More (line 45) | func (e *errorSqlDatabasesPager) More() bool { method NextPage (line 49) | func (e *errorSqlDatabasesPager) NextPage(ctx context.Context) (armsql... type testSqlDatabasesClient (line 54) | type testSqlDatabasesClient struct method ListByServer (line 59) | func (t *testSqlDatabasesClient) ListByServer(ctx context.Context, res... function TestSqlDatabase (line 63) | func TestSqlDatabase(t *testing.T) { function createAzureSqlDatabase (line 405) | func createAzureSqlDatabase(serverName, databaseName, elasticPoolID stri... FILE: sources/azure/manual/sql-elastic-pool.go type sqlElasticPoolWrapper (line 20) | type sqlElasticPoolWrapper struct method Get (line 37) | func (s sqlElasticPoolWrapper) Get(ctx context.Context, scope string, ... method azureSqlElasticPoolToSDPItem (line 69) | func (s sqlElasticPoolWrapper) azureSqlElasticPoolToSDPItem(pool *arms... method GetLookups (line 148) | func (s sqlElasticPoolWrapper) GetLookups() sources.ItemTypeLookups { method Search (line 155) | func (s sqlElasticPoolWrapper) Search(ctx context.Context, scope strin... method SearchStream (line 193) | func (s sqlElasticPoolWrapper) SearchStream(ctx context.Context, strea... method SearchLookups (line 227) | func (s sqlElasticPoolWrapper) SearchLookups() []sources.ItemTypeLooku... method PotentialLinks (line 235) | func (s sqlElasticPoolWrapper) PotentialLinks() map[shared.ItemType]bo... method TerraformMappings (line 243) | func (s sqlElasticPoolWrapper) TerraformMappings() []*sdp.TerraformMap... method IAMPermissions (line 252) | func (s sqlElasticPoolWrapper) IAMPermissions() []string { method PredefinedRole (line 258) | func (s sqlElasticPoolWrapper) PredefinedRole() string { function NewSqlElasticPool (line 26) | func NewSqlElasticPool(client clients.SqlElasticPoolClient, resourceGrou... FILE: sources/azure/manual/sql-elastic-pool_test.go type mockSqlElasticPoolPager (line 23) | type mockSqlElasticPoolPager struct method More (line 28) | func (m *mockSqlElasticPoolPager) More() bool { method NextPage (line 32) | func (m *mockSqlElasticPoolPager) NextPage(ctx context.Context) (armsq... type errorSqlElasticPoolPager (line 41) | type errorSqlElasticPoolPager struct method More (line 43) | func (e *errorSqlElasticPoolPager) More() bool { method NextPage (line 47) | func (e *errorSqlElasticPoolPager) NextPage(ctx context.Context) (arms... type testSqlElasticPoolClient (line 51) | type testSqlElasticPoolClient struct method ListByServer (line 56) | func (t *testSqlElasticPoolClient) ListByServer(ctx context.Context, r... function TestSqlElasticPool (line 60) | func TestSqlElasticPool(t *testing.T) { function createAzureSqlElasticPool (line 310) | func createAzureSqlElasticPool(serverName, elasticPoolName string) *arms... FILE: sources/azure/manual/sql-server-failover-group.go type sqlServerFailoverGroupWrapper (line 19) | type sqlServerFailoverGroupWrapper struct method Get (line 38) | func (c sqlServerFailoverGroupWrapper) Get(ctx context.Context, scope ... method Search (line 80) | func (c sqlServerFailoverGroupWrapper) Search(ctx context.Context, sco... method SearchStream (line 122) | func (c sqlServerFailoverGroupWrapper) SearchStream(ctx context.Contex... method azureFailoverGroupToSDPItem (line 160) | func (c sqlServerFailoverGroupWrapper) azureFailoverGroupToSDPItem(fai... method GetLookups (line 282) | func (c sqlServerFailoverGroupWrapper) GetLookups() sources.ItemTypeLo... method SearchLookups (line 289) | func (c sqlServerFailoverGroupWrapper) SearchLookups() []sources.ItemT... method PotentialLinks (line 297) | func (c sqlServerFailoverGroupWrapper) PotentialLinks() map[shared.Ite... method IAMPermissions (line 305) | func (c sqlServerFailoverGroupWrapper) IAMPermissions() []string { method PredefinedRole (line 311) | func (c sqlServerFailoverGroupWrapper) PredefinedRole() string { function NewSqlServerFailoverGroup (line 25) | func NewSqlServerFailoverGroup(client clients.SqlFailoverGroupsClient, r... FILE: sources/azure/manual/sql-server-failover-group_test.go type mockSqlFailoverGroupsPager (line 25) | type mockSqlFailoverGroupsPager struct method More (line 30) | func (m *mockSqlFailoverGroupsPager) More() bool { method NextPage (line 34) | func (m *mockSqlFailoverGroupsPager) NextPage(ctx context.Context) (ar... type errorSqlFailoverGroupsPager (line 44) | type errorSqlFailoverGroupsPager struct method More (line 46) | func (e *errorSqlFailoverGroupsPager) More() bool { method NextPage (line 50) | func (e *errorSqlFailoverGroupsPager) NextPage(ctx context.Context) (a... type testSqlFailoverGroupsClient (line 55) | type testSqlFailoverGroupsClient struct method ListByServer (line 60) | func (t *testSqlFailoverGroupsClient) ListByServer(ctx context.Context... function TestSqlServerFailoverGroup (line 64) | func TestSqlServerFailoverGroup(t *testing.T) { function createAzureSqlServerFailoverGroup (line 440) | func createAzureSqlServerFailoverGroup(subscriptionID, resourceGroup, se... FILE: sources/azure/manual/sql-server-firewall-rule.go type sqlServerFirewallRuleWrapper (line 20) | type sqlServerFirewallRuleWrapper struct method Get (line 37) | func (s sqlServerFirewallRuleWrapper) Get(ctx context.Context, scope s... method azureSqlServerFirewallRuleToSDPItem (line 69) | func (s sqlServerFirewallRuleWrapper) azureSqlServerFirewallRuleToSDPI... method GetLookups (line 139) | func (s sqlServerFirewallRuleWrapper) GetLookups() sources.ItemTypeLoo... method Search (line 146) | func (s sqlServerFirewallRuleWrapper) Search(ctx context.Context, scop... method SearchStream (line 184) | func (s sqlServerFirewallRuleWrapper) SearchStream(ctx context.Context... method SearchLookups (line 218) | func (s sqlServerFirewallRuleWrapper) SearchLookups() []sources.ItemTy... method PotentialLinks (line 226) | func (s sqlServerFirewallRuleWrapper) PotentialLinks() map[shared.Item... method TerraformMappings (line 233) | func (s sqlServerFirewallRuleWrapper) TerraformMappings() []*sdp.Terra... method IAMPermissions (line 242) | func (s sqlServerFirewallRuleWrapper) IAMPermissions() []string { method PredefinedRole (line 248) | func (s sqlServerFirewallRuleWrapper) PredefinedRole() string { function NewSqlServerFirewallRule (line 26) | func NewSqlServerFirewallRule(client clients.SqlServerFirewallRuleClient... FILE: sources/azure/manual/sql-server-firewall-rule_test.go type mockSqlServerFirewallRulePager (line 24) | type mockSqlServerFirewallRulePager struct method More (line 29) | func (m *mockSqlServerFirewallRulePager) More() bool { method NextPage (line 33) | func (m *mockSqlServerFirewallRulePager) NextPage(ctx context.Context)... type errorSqlServerFirewallRulePager (line 42) | type errorSqlServerFirewallRulePager struct method More (line 44) | func (e *errorSqlServerFirewallRulePager) More() bool { method NextPage (line 48) | func (e *errorSqlServerFirewallRulePager) NextPage(ctx context.Context... type testSqlServerFirewallRuleClient (line 52) | type testSqlServerFirewallRuleClient struct method ListByServer (line 57) | func (t *testSqlServerFirewallRuleClient) ListByServer(ctx context.Con... function TestSqlServerFirewallRule (line 61) | func TestSqlServerFirewallRule(t *testing.T) { function createAzureSqlServerFirewallRule (line 314) | func createAzureSqlServerFirewallRule(serverName, firewallRuleName strin... FILE: sources/azure/manual/sql-server-key.go type sqlServerKeyWrapper (line 19) | type sqlServerKeyWrapper struct method Get (line 38) | func (c sqlServerKeyWrapper) Get(ctx context.Context, scope string, qu... method azureSqlServerKeyToSDPItem (line 79) | func (c sqlServerKeyWrapper) azureSqlServerKeyToSDPItem(serverKey *arm... method Search (line 138) | func (c sqlServerKeyWrapper) Search(ctx context.Context, scope string,... method SearchStream (line 179) | func (c sqlServerKeyWrapper) SearchStream(ctx context.Context, stream ... method GetLookups (line 217) | func (c sqlServerKeyWrapper) GetLookups() sources.ItemTypeLookups { method SearchLookups (line 224) | func (c sqlServerKeyWrapper) SearchLookups() []sources.ItemTypeLookups { method PotentialLinks (line 232) | func (c sqlServerKeyWrapper) PotentialLinks() map[shared.ItemType]bool { method IAMPermissions (line 241) | func (c sqlServerKeyWrapper) IAMPermissions() []string { method PredefinedRole (line 247) | func (c sqlServerKeyWrapper) PredefinedRole() string { function NewSqlServerKey (line 25) | func NewSqlServerKey(client clients.SqlServerKeysClient, resourceGroupSc... FILE: sources/azure/manual/sql-server-key_test.go type mockSqlServerKeysPager (line 25) | type mockSqlServerKeysPager struct method More (line 30) | func (m *mockSqlServerKeysPager) More() bool { method NextPage (line 34) | func (m *mockSqlServerKeysPager) NextPage(ctx context.Context) (armsql... type errorSqlServerKeysPager (line 44) | type errorSqlServerKeysPager struct method More (line 46) | func (e *errorSqlServerKeysPager) More() bool { method NextPage (line 50) | func (e *errorSqlServerKeysPager) NextPage(ctx context.Context) (armsq... type testSqlServerKeysClient (line 55) | type testSqlServerKeysClient struct method NewListByServerPager (line 60) | func (t *testSqlServerKeysClient) NewListByServerPager(resourceGroupNa... function TestSqlServerKey (line 64) | func TestSqlServerKey(t *testing.T) { function createAzureSqlServerKey (line 482) | func createAzureSqlServerKey(serverName, keyName, keyVaultKeyURI string)... FILE: sources/azure/manual/sql-server-private-endpoint-connection.go type sqlServerPrivateEndpointConnectionWrapper (line 20) | type sqlServerPrivateEndpointConnectionWrapper struct method Get (line 38) | func (s sqlServerPrivateEndpointConnectionWrapper) Get(ctx context.Con... method GetLookups (line 66) | func (s sqlServerPrivateEndpointConnectionWrapper) GetLookups() source... method Search (line 73) | func (s sqlServerPrivateEndpointConnectionWrapper) Search(ctx context.... method SearchStream (line 113) | func (s sqlServerPrivateEndpointConnectionWrapper) SearchStream(ctx co... method SearchLookups (line 147) | func (s sqlServerPrivateEndpointConnectionWrapper) SearchLookups() []s... method PotentialLinks (line 155) | func (s sqlServerPrivateEndpointConnectionWrapper) PotentialLinks() ma... method azurePrivateEndpointConnectionToSDPItem (line 162) | func (s sqlServerPrivateEndpointConnectionWrapper) azurePrivateEndpoin... method IAMPermissions (line 228) | func (s sqlServerPrivateEndpointConnectionWrapper) IAMPermissions() []... method PredefinedRole (line 234) | func (s sqlServerPrivateEndpointConnectionWrapper) PredefinedRole() st... function NewSQLServerPrivateEndpointConnection (line 27) | func NewSQLServerPrivateEndpointConnection(client clients.SQLServerPriva... FILE: sources/azure/manual/sql-server-private-endpoint-connection_test.go type mockSQLServerPrivateEndpointConnectionsPager (line 22) | type mockSQLServerPrivateEndpointConnectionsPager struct method More (line 27) | func (m *mockSQLServerPrivateEndpointConnectionsPager) More() bool { method NextPage (line 31) | func (m *mockSQLServerPrivateEndpointConnectionsPager) NextPage(ctx co... type testSQLServerPrivateEndpointConnectionsClient (line 40) | type testSQLServerPrivateEndpointConnectionsClient struct method ListByServer (line 45) | func (t *testSQLServerPrivateEndpointConnectionsClient) ListByServer(c... function TestSQLServerPrivateEndpointConnection (line 49) | func TestSQLServerPrivateEndpointConnection(t *testing.T) { function createAzureSQLServerPrivateEndpointConnection (line 302) | func createAzureSQLServerPrivateEndpointConnection(connectionName, priva... FILE: sources/azure/manual/sql-server-virtual-network-rule.go type sqlServerVirtualNetworkRuleWrapper (line 20) | type sqlServerVirtualNetworkRuleWrapper struct method Get (line 37) | func (s sqlServerVirtualNetworkRuleWrapper) Get(ctx context.Context, s... method azureSqlServerVirtualNetworkRuleToSDPItem (line 69) | func (s sqlServerVirtualNetworkRuleWrapper) azureSqlServerVirtualNetwo... method GetLookups (line 148) | func (s sqlServerVirtualNetworkRuleWrapper) GetLookups() sources.ItemT... method Search (line 155) | func (s sqlServerVirtualNetworkRuleWrapper) Search(ctx context.Context... method SearchStream (line 193) | func (s sqlServerVirtualNetworkRuleWrapper) SearchStream(ctx context.C... method SearchLookups (line 227) | func (s sqlServerVirtualNetworkRuleWrapper) SearchLookups() []sources.... method PotentialLinks (line 235) | func (s sqlServerVirtualNetworkRuleWrapper) PotentialLinks() map[share... method TerraformMappings (line 243) | func (s sqlServerVirtualNetworkRuleWrapper) TerraformMappings() []*sdp... method IAMPermissions (line 252) | func (s sqlServerVirtualNetworkRuleWrapper) IAMPermissions() []string { method PredefinedRole (line 258) | func (s sqlServerVirtualNetworkRuleWrapper) PredefinedRole() string { function NewSqlServerVirtualNetworkRule (line 26) | func NewSqlServerVirtualNetworkRule(client clients.SqlServerVirtualNetwo... FILE: sources/azure/manual/sql-server-virtual-network-rule_test.go type mockSqlServerVirtualNetworkRulePager (line 23) | type mockSqlServerVirtualNetworkRulePager struct method More (line 28) | func (m *mockSqlServerVirtualNetworkRulePager) More() bool { method NextPage (line 32) | func (m *mockSqlServerVirtualNetworkRulePager) NextPage(ctx context.Co... type errorSqlServerVirtualNetworkRulePager (line 41) | type errorSqlServerVirtualNetworkRulePager struct method More (line 43) | func (e *errorSqlServerVirtualNetworkRulePager) More() bool { method NextPage (line 47) | func (e *errorSqlServerVirtualNetworkRulePager) NextPage(ctx context.C... type testSqlServerVirtualNetworkRuleClient (line 51) | type testSqlServerVirtualNetworkRuleClient struct method ListByServer (line 56) | func (t *testSqlServerVirtualNetworkRuleClient) ListByServer(ctx conte... function TestSqlServerVirtualNetworkRule (line 60) | func TestSqlServerVirtualNetworkRule(t *testing.T) { function createAzureSqlServerVirtualNetworkRule (line 348) | func createAzureSqlServerVirtualNetworkRule(serverName, ruleName, subnet... FILE: sources/azure/manual/sql-server.go function NewSqlServer (line 20) | func NewSqlServer(client clients.SqlServersClient, resourceGroupScopes [... type sqlServerWrapper (line 31) | type sqlServerWrapper struct method List (line 37) | func (s sqlServerWrapper) List(ctx context.Context, scope string) ([]*... method ListStream (line 65) | func (s sqlServerWrapper) ListStream(ctx context.Context, stream disco... method Get (line 94) | func (s sqlServerWrapper) Get(ctx context.Context, scope string, query... method azureSqlServerToSDPItem (line 115) | func (s sqlServerWrapper) azureSqlServerToSDPItem(server *armsql.Serve... method GetLookups (line 586) | func (s sqlServerWrapper) GetLookups() sources.ItemTypeLookups { method PotentialLinks (line 592) | func (s sqlServerWrapper) PotentialLinks() map[shared.ItemType]bool { method TerraformMappings (line 631) | func (s sqlServerWrapper) TerraformMappings() []*sdp.TerraformMapping { method IAMPermissions (line 640) | func (s sqlServerWrapper) IAMPermissions() []string { method PredefinedRole (line 646) | func (s sqlServerWrapper) PredefinedRole() string { FILE: sources/azure/manual/sql-server_test.go type mockSqlServersPager (line 26) | type mockSqlServersPager struct method More (line 31) | func (m *mockSqlServersPager) More() bool { method NextPage (line 35) | func (m *mockSqlServersPager) NextPage(ctx context.Context) (armsql.Se... type errorSqlServersPager (line 45) | type errorSqlServersPager struct method More (line 47) | func (e *errorSqlServersPager) More() bool { method NextPage (line 51) | func (e *errorSqlServersPager) NextPage(ctx context.Context) (armsql.S... type testSqlServersClient (line 56) | type testSqlServersClient struct method ListByResourceGroup (line 61) | func (t *testSqlServersClient) ListByResourceGroup(ctx context.Context... function TestSqlServer (line 65) | func TestSqlServer(t *testing.T) { function createAzureSqlServer (line 896) | func createAzureSqlServer(serverName, primaryUserAssignedIdentityID, ful... function createAzureSqlServerWithUserAssignedIdentities (line 927) | func createAzureSqlServerWithUserAssignedIdentities(serverName, primaryU... function createAzureSqlServerWithPrivateEndpointConnections (line 939) | func createAzureSqlServerWithPrivateEndpointConnections(serverName, prim... function createAzureSqlServerWithKeyId (line 948) | func createAzureSqlServerWithKeyId(serverName, primaryUserAssignedIdenti... FILE: sources/azure/manual/storage-account.go type storageAccountWrapper (line 20) | type storageAccountWrapper struct method List (line 37) | func (s storageAccountWrapper) List(ctx context.Context, scope string)... method ListStream (line 67) | func (s storageAccountWrapper) ListStream(ctx context.Context, stream ... method Get (line 95) | func (s storageAccountWrapper) Get(ctx context.Context, scope string, ... method azureStorageAccountToSDPItem (line 126) | func (s storageAccountWrapper) azureStorageAccountToSDPItem(account *a... method GetLookups (line 442) | func (s storageAccountWrapper) GetLookups() sources.ItemTypeLookups { method PotentialLinks (line 449) | func (s storageAccountWrapper) PotentialLinks() map[shared.ItemType]bo... method TerraformMappings (line 469) | func (s storageAccountWrapper) TerraformMappings() []*sdp.TerraformMap... method IAMPermissions (line 479) | func (s storageAccountWrapper) IAMPermissions() []string { method PredefinedRole (line 485) | func (s storageAccountWrapper) PredefinedRole() string { function NewStorageAccount (line 26) | func NewStorageAccount(client clients.StorageAccountsClient, resourceGro... FILE: sources/azure/manual/storage-account_test.go function TestStorageAccount (line 21) | func TestStorageAccount(t *testing.T) { function createAzureStorageAccount (line 303) | func createAzureStorageAccount(accountName, provisioningState string) *a... FILE: sources/azure/manual/storage-blob-container.go type storageBlobContainerWrapper (line 21) | type storageBlobContainerWrapper struct method Get (line 38) | func (s storageBlobContainerWrapper) Get(ctx context.Context, scope st... method Search (line 69) | func (s storageBlobContainerWrapper) Search(ctx context.Context, scope... method SearchStream (line 112) | func (s storageBlobContainerWrapper) SearchStream(ctx context.Context,... method GetLookups (line 155) | func (s storageBlobContainerWrapper) GetLookups() sources.ItemTypeLook... method SearchLookups (line 162) | func (s storageBlobContainerWrapper) SearchLookups() []sources.ItemTyp... method PotentialLinks (line 171) | func (s storageBlobContainerWrapper) PotentialLinks() map[shared.ItemT... method azureBlobContainerToSDPItem (line 180) | func (s storageBlobContainerWrapper) azureBlobContainerToSDPItem(conta... method TerraformMappings (line 250) | func (s storageBlobContainerWrapper) TerraformMappings() []*sdp.Terraf... method IAMPermissions (line 261) | func (s storageBlobContainerWrapper) IAMPermissions() []string { method PredefinedRole (line 267) | func (s storageBlobContainerWrapper) PredefinedRole() string { function NewStorageBlobContainer (line 27) | func NewStorageBlobContainer(client clients.BlobContainersClient, resour... FILE: sources/azure/manual/storage-blob-container_test.go type mockBlobContainersPager (line 24) | type mockBlobContainersPager struct method More (line 29) | func (m *mockBlobContainersPager) More() bool { method NextPage (line 33) | func (m *mockBlobContainersPager) NextPage(ctx context.Context) (armst... type errorBlobContainersPager (line 43) | type errorBlobContainersPager struct method More (line 45) | func (e *errorBlobContainersPager) More() bool { method NextPage (line 49) | func (e *errorBlobContainersPager) NextPage(ctx context.Context) (arms... type testBlobContainersClient (line 54) | type testBlobContainersClient struct method List (line 59) | func (t *testBlobContainersClient) List(ctx context.Context, resourceG... function TestStorageBlobContainer (line 63) | func TestStorageBlobContainer(t *testing.T) { function createAzureBlobContainer (line 411) | func createAzureBlobContainer(containerName string) *armstorage.BlobCont... function createAzureBlobContainerWithEncryptionScope (line 424) | func createAzureBlobContainerWithEncryptionScope(containerName, encrypti... FILE: sources/azure/manual/storage-encryption-scope.go type storageEncryptionScopeWrapper (line 20) | type storageEncryptionScopeWrapper struct method Get (line 37) | func (s storageEncryptionScopeWrapper) Get(ctx context.Context, scope ... method GetLookups (line 66) | func (s storageEncryptionScopeWrapper) GetLookups() sources.ItemTypeLo... method Search (line 73) | func (s storageEncryptionScopeWrapper) Search(ctx context.Context, sco... method SearchStream (line 113) | func (s storageEncryptionScopeWrapper) SearchStream(ctx context.Contex... method SearchLookups (line 147) | func (s storageEncryptionScopeWrapper) SearchLookups() []sources.ItemT... method PotentialLinks (line 155) | func (s storageEncryptionScopeWrapper) PotentialLinks() map[shared.Ite... method azureEncryptionScopeToSDPItem (line 164) | func (s storageEncryptionScopeWrapper) azureEncryptionScopeToSDPItem(e... method TerraformMappings (line 242) | func (s storageEncryptionScopeWrapper) TerraformMappings() []*sdp.Terr... method IAMPermissions (line 251) | func (s storageEncryptionScopeWrapper) IAMPermissions() []string { method PredefinedRole (line 257) | func (s storageEncryptionScopeWrapper) PredefinedRole() string { function NewStorageEncryptionScope (line 26) | func NewStorageEncryptionScope(client clients.EncryptionScopesClient, re... FILE: sources/azure/manual/storage-encryption-scope_test.go type mockEncryptionScopesPager (line 23) | type mockEncryptionScopesPager struct method More (line 28) | func (m *mockEncryptionScopesPager) More() bool { method NextPage (line 32) | func (m *mockEncryptionScopesPager) NextPage(ctx context.Context) (arm... type errorEncryptionScopesPager (line 41) | type errorEncryptionScopesPager struct method More (line 43) | func (e *errorEncryptionScopesPager) More() bool { method NextPage (line 47) | func (e *errorEncryptionScopesPager) NextPage(ctx context.Context) (ar... type testEncryptionScopesClient (line 51) | type testEncryptionScopesClient struct method List (line 56) | func (t *testEncryptionScopesClient) List(ctx context.Context, resourc... function TestStorageEncryptionScope (line 60) | func TestStorageEncryptionScope(t *testing.T) { function createAzureEncryptionScope (line 285) | func createAzureEncryptionScope(scopeName string) *armstorage.Encryption... FILE: sources/azure/manual/storage-fileshare.go type storageFileShareWrapper (line 19) | type storageFileShareWrapper struct method Get (line 36) | func (s storageFileShareWrapper) Get(ctx context.Context, scope string... method GetLookups (line 67) | func (s storageFileShareWrapper) GetLookups() sources.ItemTypeLookups { method Search (line 74) | func (s storageFileShareWrapper) Search(ctx context.Context, scope str... method SearchStream (line 121) | func (s storageFileShareWrapper) SearchStream(ctx context.Context, str... method SearchLookups (line 161) | func (s storageFileShareWrapper) SearchLookups() []sources.ItemTypeLoo... method PotentialLinks (line 169) | func (s storageFileShareWrapper) PotentialLinks() map[shared.ItemType]... method azureFileShareToSDPItem (line 175) | func (s storageFileShareWrapper) azureFileShareToSDPItem(fileShare *ar... method TerraformMappings (line 205) | func (s storageFileShareWrapper) TerraformMappings() []*sdp.TerraformM... method IAMPermissions (line 216) | func (s storageFileShareWrapper) IAMPermissions() []string { method PredefinedRole (line 222) | func (s storageFileShareWrapper) PredefinedRole() string { function NewStorageFileShare (line 25) | func NewStorageFileShare(client clients.FileSharesClient, resourceGroupS... FILE: sources/azure/manual/storage-fileshare_test.go type mockFileSharesPager (line 23) | type mockFileSharesPager struct method More (line 28) | func (m *mockFileSharesPager) More() bool { method NextPage (line 32) | func (m *mockFileSharesPager) NextPage(ctx context.Context) (armstorag... type errorFileSharesPager (line 42) | type errorFileSharesPager struct method More (line 44) | func (e *errorFileSharesPager) More() bool { method NextPage (line 48) | func (e *errorFileSharesPager) NextPage(ctx context.Context) (armstora... type testFileSharesClient (line 53) | type testFileSharesClient struct method List (line 58) | func (t *testFileSharesClient) List(ctx context.Context, resourceGroup... function TestStorageFileShare (line 62) | func TestStorageFileShare(t *testing.T) { function createAzureFileShare (line 327) | func createAzureFileShare(shareName string) *armstorage.FileShare { FILE: sources/azure/manual/storage-private-endpoint-connection.go type storagePrivateEndpointConnectionWrapper (line 19) | type storagePrivateEndpointConnectionWrapper struct method Get (line 37) | func (s storagePrivateEndpointConnectionWrapper) Get(ctx context.Conte... method GetLookups (line 65) | func (s storagePrivateEndpointConnectionWrapper) GetLookups() sources.... method Search (line 72) | func (s storagePrivateEndpointConnectionWrapper) Search(ctx context.Co... method SearchStream (line 112) | func (s storagePrivateEndpointConnectionWrapper) SearchStream(ctx cont... method SearchLookups (line 146) | func (s storagePrivateEndpointConnectionWrapper) SearchLookups() []sou... method PotentialLinks (line 154) | func (s storagePrivateEndpointConnectionWrapper) PotentialLinks() map[... method azurePrivateEndpointConnectionToSDPItem (line 161) | func (s storagePrivateEndpointConnectionWrapper) azurePrivateEndpointC... method IAMPermissions (line 227) | func (s storagePrivateEndpointConnectionWrapper) IAMPermissions() []st... method PredefinedRole (line 233) | func (s storagePrivateEndpointConnectionWrapper) PredefinedRole() stri... function NewStoragePrivateEndpointConnection (line 26) | func NewStoragePrivateEndpointConnection(client clients.StoragePrivateEn... FILE: sources/azure/manual/storage-private-endpoint-connection_test.go type mockPrivateEndpointConnectionsPager (line 23) | type mockPrivateEndpointConnectionsPager struct method More (line 28) | func (m *mockPrivateEndpointConnectionsPager) More() bool { method NextPage (line 32) | func (m *mockPrivateEndpointConnectionsPager) NextPage(ctx context.Con... type testStoragePrivateEndpointConnectionsClient (line 41) | type testStoragePrivateEndpointConnectionsClient struct method List (line 46) | func (t *testStoragePrivateEndpointConnectionsClient) List(ctx context... function TestStoragePrivateEndpointConnection (line 50) | func TestStoragePrivateEndpointConnection(t *testing.T) { function createAzureStoragePrivateEndpointConnection (line 303) | func createAzureStoragePrivateEndpointConnection(connectionName, private... FILE: sources/azure/manual/storage-queues.go type storageQueuesWrapper (line 19) | type storageQueuesWrapper struct method Get (line 36) | func (s storageQueuesWrapper) Get(ctx context.Context, scope string, q... method azureQueueToSDPItem (line 60) | func (s storageQueuesWrapper) azureQueueToSDPItem(queue *armstorage.Qu... method TerraformMappings (line 91) | func (s storageQueuesWrapper) TerraformMappings() []*sdp.TerraformMapp... method GetLookups (line 102) | func (s storageQueuesWrapper) GetLookups() sources.ItemTypeLookups { method Search (line 109) | func (s storageQueuesWrapper) Search(ctx context.Context, scope string... method SearchStream (line 156) | func (s storageQueuesWrapper) SearchStream(ctx context.Context, stream... method SearchLookups (line 197) | func (s storageQueuesWrapper) SearchLookups() []sources.ItemTypeLookups { method PotentialLinks (line 205) | func (s storageQueuesWrapper) PotentialLinks() map[shared.ItemType]bool { method IAMPermissions (line 211) | func (s storageQueuesWrapper) IAMPermissions() []string { method PredefinedRole (line 218) | func (s storageQueuesWrapper) PredefinedRole() string { function NewStorageQueues (line 25) | func NewStorageQueues(client clients.QueuesClient, resourceGroupScopes [... FILE: sources/azure/manual/storage-queues_test.go type mockQueuesPager (line 23) | type mockQueuesPager struct method More (line 28) | func (m *mockQueuesPager) More() bool { method NextPage (line 32) | func (m *mockQueuesPager) NextPage(ctx context.Context) (armstorage.Qu... type errorQueuesPager (line 42) | type errorQueuesPager struct method More (line 44) | func (e *errorQueuesPager) More() bool { method NextPage (line 48) | func (e *errorQueuesPager) NextPage(ctx context.Context) (armstorage.Q... type testQueuesClient (line 53) | type testQueuesClient struct method List (line 58) | func (t *testQueuesClient) List(ctx context.Context, resourceGroupName... function TestStorageQueues (line 62) | func TestStorageQueues(t *testing.T) { function createAzureQueue (line 393) | func createAzureQueue(queueName string) *armstorage.Queue { FILE: sources/azure/manual/storage-table.go type storageTablesWrapper (line 19) | type storageTablesWrapper struct method Get (line 36) | func (s storageTablesWrapper) Get(ctx context.Context, scope string, q... method azureTableToSDPItem (line 65) | func (s storageTablesWrapper) azureTableToSDPItem(table *armstorage.Ta... method TerraformMappings (line 96) | func (s storageTablesWrapper) TerraformMappings() []*sdp.TerraformMapp... method GetLookups (line 107) | func (s storageTablesWrapper) GetLookups() sources.ItemTypeLookups { method Search (line 114) | func (s storageTablesWrapper) Search(ctx context.Context, scope string... method SearchStream (line 158) | func (s storageTablesWrapper) SearchStream(ctx context.Context, stream... method SearchLookups (line 201) | func (s storageTablesWrapper) SearchLookups() []sources.ItemTypeLookups { method PotentialLinks (line 209) | func (s storageTablesWrapper) PotentialLinks() map[shared.ItemType]bool { method IAMPermissions (line 215) | func (s storageTablesWrapper) IAMPermissions() []string { method PredefinedRole (line 222) | func (s storageTablesWrapper) PredefinedRole() string { function NewStorageTable (line 25) | func NewStorageTable(client clients.TablesClient, resourceGroupScopes []... FILE: sources/azure/manual/storage-table_test.go type mockTablesPager (line 24) | type mockTablesPager struct method More (line 29) | func (m *mockTablesPager) More() bool { method NextPage (line 33) | func (m *mockTablesPager) NextPage(ctx context.Context) (armstorage.Ta... type errorTablesPager (line 43) | type errorTablesPager struct method More (line 45) | func (e *errorTablesPager) More() bool { method NextPage (line 49) | func (e *errorTablesPager) NextPage(ctx context.Context) (armstorage.T... type testTablesClient (line 54) | type testTablesClient struct method List (line 59) | func (t *testTablesClient) List(ctx context.Context, resourceGroupName... function TestStorageTables (line 63) | func TestStorageTables(t *testing.T) { function createAzureTable (line 405) | func createAzureTable(tableName string) *armstorage.Table { FILE: sources/azure/proc/proc.go type AzureConfig (line 29) | type AzureConfig struct function init (line 36) | func init() { function InitializeAdapters (line 69) | func InitializeAdapters(ctx context.Context, engine *discovery.Engine, c... function ConfigFromViper (line 169) | func ConfigFromViper() (*AzureConfig, error) { function adapters (line 202) | func adapters( function checkSubscriptionAccess (line 257) | func checkSubscriptionAccess(ctx context.Context, subscriptionID string,... FILE: sources/azure/proc/proc_test.go function Test_adapters (line 13) | func Test_adapters(t *testing.T) { function Test_ensureMandatoryFieldsInDynamicAdapters (line 57) | func Test_ensureMandatoryFieldsInDynamicAdapters(t *testing.T) { FILE: sources/azure/shared/adapter-meta.go type LocationLevel (line 12) | type LocationLevel constant SubscriptionLevel (line 15) | SubscriptionLevel LocationLevel = "subscription" constant ResourceGroupLevel (line 16) | ResourceGroupLevel LocationLevel = "resource-group" constant RegionalLevel (line 17) | RegionalLevel LocationLevel = "regional" type EndpointFunc (line 20) | type EndpointFunc type AdapterMeta (line 23) | type AdapterMeta struct function SubscriptionLevelEndpointFuncWithSingleQuery (line 44) | func SubscriptionLevelEndpointFuncWithSingleQuery(format string) func(qu... function ResourceGroupLevelEndpointFuncWithSingleQuery (line 64) | func ResourceGroupLevelEndpointFuncWithSingleQuery(format string) func(q... FILE: sources/azure/shared/azure-http-client.go function AzureHTTPClientWithOtel (line 19) | func AzureHTTPClientWithOtel(ctx context.Context) *http.Client { FILE: sources/azure/shared/base.go type ResourceGroupBase (line 14) | type ResourceGroupBase struct method ResourceGroup (line 43) | func (m *ResourceGroupBase) ResourceGroup() string { method DefaultScope (line 49) | func (m *ResourceGroupBase) DefaultScope() string { function NewResourceGroupBase (line 22) | func NewResourceGroupBase( function ResourceGroupFromScope (line 55) | func ResourceGroupFromScope(scope string) string { function SubscriptionIDFromScope (line 68) | func SubscriptionIDFromScope(scope string) string { type SubscriptionBase (line 82) | type SubscriptionBase struct method DefaultScope (line 109) | func (m *SubscriptionBase) DefaultScope() string { function NewSubscriptionBase (line 89) | func NewSubscriptionBase( type AzureBase (line 115) | type AzureBase struct method SubscriptionID (line 120) | func (a *AzureBase) SubscriptionID() string { FILE: sources/azure/shared/credentials.go function NewAzureCredential (line 19) | func NewAzureCredential(ctx context.Context) (*azidentity.DefaultAzureCr... FILE: sources/azure/shared/errors.go function QueryError (line 12) | func QueryError(err error, scope string, itemType string) *sdp.QueryError { FILE: sources/azure/shared/mocks/mock_application_gateways_client.go type MockApplicationGatewaysClient (line 22) | type MockApplicationGatewaysClient struct method EXPECT (line 41) | func (m *MockApplicationGatewaysClient) EXPECT() *MockApplicationGatew... method Get (line 46) | func (m *MockApplicationGatewaysClient) Get(ctx context.Context, resou... method List (line 61) | func (m *MockApplicationGatewaysClient) List(resourceGroupName string,... type MockApplicationGatewaysClientMockRecorder (line 29) | type MockApplicationGatewaysClientMockRecorder struct method Get (line 55) | func (mr *MockApplicationGatewaysClientMockRecorder) Get(ctx, resource... method List (line 69) | func (mr *MockApplicationGatewaysClientMockRecorder) List(resourceGrou... function NewMockApplicationGatewaysClient (line 34) | func NewMockApplicationGatewaysClient(ctrl *gomock.Controller) *MockAppl... FILE: sources/azure/shared/mocks/mock_application_security_groups_client.go type MockApplicationSecurityGroupsClient (line 22) | type MockApplicationSecurityGroupsClient struct method EXPECT (line 41) | func (m *MockApplicationSecurityGroupsClient) EXPECT() *MockApplicatio... method Get (line 46) | func (m *MockApplicationSecurityGroupsClient) Get(ctx context.Context,... method NewListPager (line 61) | func (m *MockApplicationSecurityGroupsClient) NewListPager(resourceGro... type MockApplicationSecurityGroupsClientMockRecorder (line 29) | type MockApplicationSecurityGroupsClientMockRecorder struct method Get (line 55) | func (mr *MockApplicationSecurityGroupsClientMockRecorder) Get(ctx, re... method NewListPager (line 69) | func (mr *MockApplicationSecurityGroupsClientMockRecorder) NewListPage... function NewMockApplicationSecurityGroupsClient (line 34) | func NewMockApplicationSecurityGroupsClient(ctrl *gomock.Controller) *Mo... FILE: sources/azure/shared/mocks/mock_availability_sets_client.go type MockAvailabilitySetsClient (line 22) | type MockAvailabilitySetsClient struct method EXPECT (line 41) | func (m *MockAvailabilitySetsClient) EXPECT() *MockAvailabilitySetsCli... method Get (line 46) | func (m *MockAvailabilitySetsClient) Get(ctx context.Context, resource... method NewListPager (line 61) | func (m *MockAvailabilitySetsClient) NewListPager(resourceGroupName st... type MockAvailabilitySetsClientMockRecorder (line 29) | type MockAvailabilitySetsClientMockRecorder struct method Get (line 55) | func (mr *MockAvailabilitySetsClientMockRecorder) Get(ctx, resourceGro... method NewListPager (line 69) | func (mr *MockAvailabilitySetsClientMockRecorder) NewListPager(resourc... function NewMockAvailabilitySetsClient (line 34) | func NewMockAvailabilitySetsClient(ctrl *gomock.Controller) *MockAvailab... FILE: sources/azure/shared/mocks/mock_batch_accounts_client.go type MockBatchAccountsClient (line 22) | type MockBatchAccountsClient struct method EXPECT (line 41) | func (m *MockBatchAccountsClient) EXPECT() *MockBatchAccountsClientMoc... method Get (line 46) | func (m *MockBatchAccountsClient) Get(ctx context.Context, resourceGro... method ListByResourceGroup (line 61) | func (m *MockBatchAccountsClient) ListByResourceGroup(ctx context.Cont... type MockBatchAccountsClientMockRecorder (line 29) | type MockBatchAccountsClientMockRecorder struct method Get (line 55) | func (mr *MockBatchAccountsClientMockRecorder) Get(ctx, resourceGroupN... method ListByResourceGroup (line 69) | func (mr *MockBatchAccountsClientMockRecorder) ListByResourceGroup(ctx... function NewMockBatchAccountsClient (line 34) | func NewMockBatchAccountsClient(ctrl *gomock.Controller) *MockBatchAccou... FILE: sources/azure/shared/mocks/mock_batch_application_client.go type MockBatchApplicationsClient (line 22) | type MockBatchApplicationsClient struct method EXPECT (line 41) | func (m *MockBatchApplicationsClient) EXPECT() *MockBatchApplicationsC... method Get (line 46) | func (m *MockBatchApplicationsClient) Get(ctx context.Context, resourc... method List (line 61) | func (m *MockBatchApplicationsClient) List(ctx context.Context, resour... type MockBatchApplicationsClientMockRecorder (line 29) | type MockBatchApplicationsClientMockRecorder struct method Get (line 55) | func (mr *MockBatchApplicationsClientMockRecorder) Get(ctx, resourceGr... method List (line 69) | func (mr *MockBatchApplicationsClientMockRecorder) List(ctx, resourceG... function NewMockBatchApplicationsClient (line 34) | func NewMockBatchApplicationsClient(ctrl *gomock.Controller) *MockBatchA... FILE: sources/azure/shared/mocks/mock_batch_application_package_client.go type MockBatchApplicationPackagesClient (line 22) | type MockBatchApplicationPackagesClient struct method EXPECT (line 41) | func (m *MockBatchApplicationPackagesClient) EXPECT() *MockBatchApplic... method Get (line 46) | func (m *MockBatchApplicationPackagesClient) Get(ctx context.Context, ... method List (line 61) | func (m *MockBatchApplicationPackagesClient) List(ctx context.Context,... type MockBatchApplicationPackagesClientMockRecorder (line 29) | type MockBatchApplicationPackagesClientMockRecorder struct method Get (line 55) | func (mr *MockBatchApplicationPackagesClientMockRecorder) Get(ctx, res... method List (line 69) | func (mr *MockBatchApplicationPackagesClientMockRecorder) List(ctx, re... function NewMockBatchApplicationPackagesClient (line 34) | func NewMockBatchApplicationPackagesClient(ctrl *gomock.Controller) *Moc... FILE: sources/azure/shared/mocks/mock_batch_pool_client.go type MockBatchPoolsClient (line 22) | type MockBatchPoolsClient struct method EXPECT (line 41) | func (m *MockBatchPoolsClient) EXPECT() *MockBatchPoolsClientMockRecor... method Get (line 46) | func (m *MockBatchPoolsClient) Get(ctx context.Context, resourceGroupN... method ListByBatchAccount (line 61) | func (m *MockBatchPoolsClient) ListByBatchAccount(ctx context.Context,... type MockBatchPoolsClientMockRecorder (line 29) | type MockBatchPoolsClientMockRecorder struct method Get (line 55) | func (mr *MockBatchPoolsClientMockRecorder) Get(ctx, resourceGroupName... method ListByBatchAccount (line 69) | func (mr *MockBatchPoolsClientMockRecorder) ListByBatchAccount(ctx, re... function NewMockBatchPoolsClient (line 34) | func NewMockBatchPoolsClient(ctrl *gomock.Controller) *MockBatchPoolsCli... FILE: sources/azure/shared/mocks/mock_batch_private_endpoint_connection_client.go type MockBatchPrivateEndpointConnectionClient (line 22) | type MockBatchPrivateEndpointConnectionClient struct method EXPECT (line 41) | func (m *MockBatchPrivateEndpointConnectionClient) EXPECT() *MockBatch... method Get (line 46) | func (m *MockBatchPrivateEndpointConnectionClient) Get(ctx context.Con... method ListByBatchAccount (line 61) | func (m *MockBatchPrivateEndpointConnectionClient) ListByBatchAccount(... type MockBatchPrivateEndpointConnectionClientMockRecorder (line 29) | type MockBatchPrivateEndpointConnectionClientMockRecorder struct method Get (line 55) | func (mr *MockBatchPrivateEndpointConnectionClientMockRecorder) Get(ct... method ListByBatchAccount (line 69) | func (mr *MockBatchPrivateEndpointConnectionClientMockRecorder) ListBy... function NewMockBatchPrivateEndpointConnectionClient (line 34) | func NewMockBatchPrivateEndpointConnectionClient(ctrl *gomock.Controller... FILE: sources/azure/shared/mocks/mock_blob_containers_client.go type MockBlobContainersClient (line 22) | type MockBlobContainersClient struct method EXPECT (line 41) | func (m *MockBlobContainersClient) EXPECT() *MockBlobContainersClientM... method Get (line 46) | func (m *MockBlobContainersClient) Get(ctx context.Context, resourceGr... method List (line 61) | func (m *MockBlobContainersClient) List(ctx context.Context, resourceG... type MockBlobContainersClientMockRecorder (line 29) | type MockBlobContainersClientMockRecorder struct method Get (line 55) | func (mr *MockBlobContainersClientMockRecorder) Get(ctx, resourceGroup... method List (line 69) | func (mr *MockBlobContainersClientMockRecorder) List(ctx, resourceGrou... function NewMockBlobContainersClient (line 34) | func NewMockBlobContainersClient(ctrl *gomock.Controller) *MockBlobConta... FILE: sources/azure/shared/mocks/mock_capacity_reservation_groups_client.go type MockCapacityReservationGroupsClient (line 22) | type MockCapacityReservationGroupsClient struct method EXPECT (line 41) | func (m *MockCapacityReservationGroupsClient) EXPECT() *MockCapacityRe... method Get (line 46) | func (m *MockCapacityReservationGroupsClient) Get(ctx context.Context,... method NewListByResourceGroupPager (line 61) | func (m *MockCapacityReservationGroupsClient) NewListByResourceGroupPa... type MockCapacityReservationGroupsClientMockRecorder (line 29) | type MockCapacityReservationGroupsClientMockRecorder struct method Get (line 55) | func (mr *MockCapacityReservationGroupsClientMockRecorder) Get(ctx, re... method NewListByResourceGroupPager (line 69) | func (mr *MockCapacityReservationGroupsClientMockRecorder) NewListByRe... function NewMockCapacityReservationGroupsClient (line 34) | func NewMockCapacityReservationGroupsClient(ctrl *gomock.Controller) *Mo... FILE: sources/azure/shared/mocks/mock_capacity_reservations_client.go type MockCapacityReservationsClient (line 22) | type MockCapacityReservationsClient struct method EXPECT (line 41) | func (m *MockCapacityReservationsClient) EXPECT() *MockCapacityReserva... method Get (line 46) | func (m *MockCapacityReservationsClient) Get(ctx context.Context, reso... method NewListByCapacityReservationGroupPager (line 61) | func (m *MockCapacityReservationsClient) NewListByCapacityReservationG... type MockCapacityReservationsClientMockRecorder (line 29) | type MockCapacityReservationsClientMockRecorder struct method Get (line 55) | func (mr *MockCapacityReservationsClientMockRecorder) Get(ctx, resourc... method NewListByCapacityReservationGroupPager (line 69) | func (mr *MockCapacityReservationsClientMockRecorder) NewListByCapacit... function NewMockCapacityReservationsClient (line 34) | func NewMockCapacityReservationsClient(ctrl *gomock.Controller) *MockCap... FILE: sources/azure/shared/mocks/mock_compute_disk_access_private_endpoint_connection_client.go type MockComputeDiskAccessPrivateEndpointConnectionsClient (line 22) | type MockComputeDiskAccessPrivateEndpointConnectionsClient struct method EXPECT (line 41) | func (m *MockComputeDiskAccessPrivateEndpointConnectionsClient) EXPECT... method Get (line 46) | func (m *MockComputeDiskAccessPrivateEndpointConnectionsClient) Get(ct... method NewListPrivateEndpointConnectionsPager (line 61) | func (m *MockComputeDiskAccessPrivateEndpointConnectionsClient) NewLis... type MockComputeDiskAccessPrivateEndpointConnectionsClientMockRecorder (line 29) | type MockComputeDiskAccessPrivateEndpointConnectionsClientMockRecorder s... method Get (line 55) | func (mr *MockComputeDiskAccessPrivateEndpointConnectionsClientMockRec... method NewListPrivateEndpointConnectionsPager (line 69) | func (mr *MockComputeDiskAccessPrivateEndpointConnectionsClientMockRec... function NewMockComputeDiskAccessPrivateEndpointConnectionsClient (line 34) | func NewMockComputeDiskAccessPrivateEndpointConnectionsClient(ctrl *gomo... FILE: sources/azure/shared/mocks/mock_dbforpostgresql_configurations_client.go type MockPostgreSQLConfigurationsClient (line 22) | type MockPostgreSQLConfigurationsClient struct method EXPECT (line 41) | func (m *MockPostgreSQLConfigurationsClient) EXPECT() *MockPostgreSQLC... method Get (line 46) | func (m *MockPostgreSQLConfigurationsClient) Get(ctx context.Context, ... method NewListByServerPager (line 61) | func (m *MockPostgreSQLConfigurationsClient) NewListByServerPager(reso... type MockPostgreSQLConfigurationsClientMockRecorder (line 29) | type MockPostgreSQLConfigurationsClientMockRecorder struct method Get (line 55) | func (mr *MockPostgreSQLConfigurationsClientMockRecorder) Get(ctx, res... method NewListByServerPager (line 69) | func (mr *MockPostgreSQLConfigurationsClientMockRecorder) NewListBySer... function NewMockPostgreSQLConfigurationsClient (line 34) | func NewMockPostgreSQLConfigurationsClient(ctrl *gomock.Controller) *Moc... FILE: sources/azure/shared/mocks/mock_dbforpostgresql_flexible_server_administrator_client.go type MockDBforPostgreSQLFlexibleServerAdministratorClient (line 22) | type MockDBforPostgreSQLFlexibleServerAdministratorClient struct method EXPECT (line 41) | func (m *MockDBforPostgreSQLFlexibleServerAdministratorClient) EXPECT(... method Get (line 46) | func (m *MockDBforPostgreSQLFlexibleServerAdministratorClient) Get(ctx... method ListByServer (line 61) | func (m *MockDBforPostgreSQLFlexibleServerAdministratorClient) ListByS... type MockDBforPostgreSQLFlexibleServerAdministratorClientMockRecorder (line 29) | type MockDBforPostgreSQLFlexibleServerAdministratorClientMockRecorder st... method Get (line 55) | func (mr *MockDBforPostgreSQLFlexibleServerAdministratorClientMockReco... method ListByServer (line 69) | func (mr *MockDBforPostgreSQLFlexibleServerAdministratorClientMockReco... function NewMockDBforPostgreSQLFlexibleServerAdministratorClient (line 34) | func NewMockDBforPostgreSQLFlexibleServerAdministratorClient(ctrl *gomoc... FILE: sources/azure/shared/mocks/mock_dbforpostgresql_flexible_server_backup_client.go type MockDBforPostgreSQLFlexibleServerBackupClient (line 22) | type MockDBforPostgreSQLFlexibleServerBackupClient struct method EXPECT (line 41) | func (m *MockDBforPostgreSQLFlexibleServerBackupClient) EXPECT() *Mock... method Get (line 46) | func (m *MockDBforPostgreSQLFlexibleServerBackupClient) Get(ctx contex... method ListByServer (line 61) | func (m *MockDBforPostgreSQLFlexibleServerBackupClient) ListByServer(c... type MockDBforPostgreSQLFlexibleServerBackupClientMockRecorder (line 29) | type MockDBforPostgreSQLFlexibleServerBackupClientMockRecorder struct method Get (line 55) | func (mr *MockDBforPostgreSQLFlexibleServerBackupClientMockRecorder) G... method ListByServer (line 69) | func (mr *MockDBforPostgreSQLFlexibleServerBackupClientMockRecorder) L... function NewMockDBforPostgreSQLFlexibleServerBackupClient (line 34) | func NewMockDBforPostgreSQLFlexibleServerBackupClient(ctrl *gomock.Contr... FILE: sources/azure/shared/mocks/mock_dbforpostgresql_flexible_server_private_endpoint_connection_client.go type MockDBforPostgreSQLFlexibleServerPrivateEndpointConnectionsClient (line 22) | type MockDBforPostgreSQLFlexibleServerPrivateEndpointConnectionsClient s... method EXPECT (line 41) | func (m *MockDBforPostgreSQLFlexibleServerPrivateEndpointConnectionsCl... method Get (line 46) | func (m *MockDBforPostgreSQLFlexibleServerPrivateEndpointConnectionsCl... method ListByServer (line 61) | func (m *MockDBforPostgreSQLFlexibleServerPrivateEndpointConnectionsCl... type MockDBforPostgreSQLFlexibleServerPrivateEndpointConnectionsClientMockRecorder (line 29) | type MockDBforPostgreSQLFlexibleServerPrivateEndpointConnectionsClientMo... method Get (line 55) | func (mr *MockDBforPostgreSQLFlexibleServerPrivateEndpointConnectionsC... method ListByServer (line 69) | func (mr *MockDBforPostgreSQLFlexibleServerPrivateEndpointConnectionsC... function NewMockDBforPostgreSQLFlexibleServerPrivateEndpointConnectionsClient (line 34) | func NewMockDBforPostgreSQLFlexibleServerPrivateEndpointConnectionsClien... FILE: sources/azure/shared/mocks/mock_dbforpostgresql_flexible_server_replica_client.go type MockDBforPostgreSQLFlexibleServerReplicaClient (line 22) | type MockDBforPostgreSQLFlexibleServerReplicaClient struct method EXPECT (line 41) | func (m *MockDBforPostgreSQLFlexibleServerReplicaClient) EXPECT() *Moc... method Get (line 46) | func (m *MockDBforPostgreSQLFlexibleServerReplicaClient) Get(ctx conte... method ListByServer (line 61) | func (m *MockDBforPostgreSQLFlexibleServerReplicaClient) ListByServer(... type MockDBforPostgreSQLFlexibleServerReplicaClientMockRecorder (line 29) | type MockDBforPostgreSQLFlexibleServerReplicaClientMockRecorder struct method Get (line 55) | func (mr *MockDBforPostgreSQLFlexibleServerReplicaClientMockRecorder) ... method ListByServer (line 69) | func (mr *MockDBforPostgreSQLFlexibleServerReplicaClientMockRecorder) ... function NewMockDBforPostgreSQLFlexibleServerReplicaClient (line 34) | func NewMockDBforPostgreSQLFlexibleServerReplicaClient(ctrl *gomock.Cont... FILE: sources/azure/shared/mocks/mock_dbforpostgresql_flexible_server_virtual_endpoint_client.go type MockDBforPostgreSQLFlexibleServerVirtualEndpointClient (line 22) | type MockDBforPostgreSQLFlexibleServerVirtualEndpointClient struct method EXPECT (line 41) | func (m *MockDBforPostgreSQLFlexibleServerVirtualEndpointClient) EXPEC... method Get (line 46) | func (m *MockDBforPostgreSQLFlexibleServerVirtualEndpointClient) Get(c... method ListByServer (line 61) | func (m *MockDBforPostgreSQLFlexibleServerVirtualEndpointClient) ListB... type MockDBforPostgreSQLFlexibleServerVirtualEndpointClientMockRecorder (line 29) | type MockDBforPostgreSQLFlexibleServerVirtualEndpointClientMockRecorder ... method Get (line 55) | func (mr *MockDBforPostgreSQLFlexibleServerVirtualEndpointClientMockRe... method ListByServer (line 69) | func (mr *MockDBforPostgreSQLFlexibleServerVirtualEndpointClientMockRe... function NewMockDBforPostgreSQLFlexibleServerVirtualEndpointClient (line 34) | func NewMockDBforPostgreSQLFlexibleServerVirtualEndpointClient(ctrl *gom... FILE: sources/azure/shared/mocks/mock_ddos_protection_plans_client.go type MockDdosProtectionPlansClient (line 22) | type MockDdosProtectionPlansClient struct method EXPECT (line 41) | func (m *MockDdosProtectionPlansClient) EXPECT() *MockDdosProtectionPl... method Get (line 46) | func (m *MockDdosProtectionPlansClient) Get(ctx context.Context, resou... method NewListByResourceGroupPager (line 61) | func (m *MockDdosProtectionPlansClient) NewListByResourceGroupPager(re... type MockDdosProtectionPlansClientMockRecorder (line 29) | type MockDdosProtectionPlansClientMockRecorder struct method Get (line 55) | func (mr *MockDdosProtectionPlansClientMockRecorder) Get(ctx, resource... method NewListByResourceGroupPager (line 69) | func (mr *MockDdosProtectionPlansClientMockRecorder) NewListByResource... function NewMockDdosProtectionPlansClient (line 34) | func NewMockDdosProtectionPlansClient(ctrl *gomock.Controller) *MockDdos... FILE: sources/azure/shared/mocks/mock_dedicated_host_groups_client.go type MockDedicatedHostGroupsClient (line 22) | type MockDedicatedHostGroupsClient struct method EXPECT (line 41) | func (m *MockDedicatedHostGroupsClient) EXPECT() *MockDedicatedHostGro... method Get (line 46) | func (m *MockDedicatedHostGroupsClient) Get(ctx context.Context, resou... method NewListByResourceGroupPager (line 61) | func (m *MockDedicatedHostGroupsClient) NewListByResourceGroupPager(re... type MockDedicatedHostGroupsClientMockRecorder (line 29) | type MockDedicatedHostGroupsClientMockRecorder struct method Get (line 55) | func (mr *MockDedicatedHostGroupsClientMockRecorder) Get(ctx, resource... method NewListByResourceGroupPager (line 69) | func (mr *MockDedicatedHostGroupsClientMockRecorder) NewListByResource... function NewMockDedicatedHostGroupsClient (line 34) | func NewMockDedicatedHostGroupsClient(ctrl *gomock.Controller) *MockDedi... FILE: sources/azure/shared/mocks/mock_dedicated_hosts_client.go type MockDedicatedHostsClient (line 22) | type MockDedicatedHostsClient struct method EXPECT (line 41) | func (m *MockDedicatedHostsClient) EXPECT() *MockDedicatedHostsClientM... method Get (line 46) | func (m *MockDedicatedHostsClient) Get(ctx context.Context, resourceGr... method NewListByHostGroupPager (line 61) | func (m *MockDedicatedHostsClient) NewListByHostGroupPager(resourceGro... type MockDedicatedHostsClientMockRecorder (line 29) | type MockDedicatedHostsClientMockRecorder struct method Get (line 55) | func (mr *MockDedicatedHostsClientMockRecorder) Get(ctx, resourceGroup... method NewListByHostGroupPager (line 69) | func (mr *MockDedicatedHostsClientMockRecorder) NewListByHostGroupPage... function NewMockDedicatedHostsClient (line 34) | func NewMockDedicatedHostsClient(ctrl *gomock.Controller) *MockDedicated... FILE: sources/azure/shared/mocks/mock_default_security_rules_client.go type MockDefaultSecurityRulesClient (line 22) | type MockDefaultSecurityRulesClient struct method EXPECT (line 41) | func (m *MockDefaultSecurityRulesClient) EXPECT() *MockDefaultSecurity... method Get (line 46) | func (m *MockDefaultSecurityRulesClient) Get(ctx context.Context, reso... method NewListPager (line 61) | func (m *MockDefaultSecurityRulesClient) NewListPager(resourceGroupNam... type MockDefaultSecurityRulesClientMockRecorder (line 29) | type MockDefaultSecurityRulesClientMockRecorder struct method Get (line 55) | func (mr *MockDefaultSecurityRulesClientMockRecorder) Get(ctx, resourc... method NewListPager (line 69) | func (mr *MockDefaultSecurityRulesClientMockRecorder) NewListPager(res... function NewMockDefaultSecurityRulesClient (line 34) | func NewMockDefaultSecurityRulesClient(ctrl *gomock.Controller) *MockDef... FILE: sources/azure/shared/mocks/mock_disk_accesses_client.go type MockDiskAccessesClient (line 22) | type MockDiskAccessesClient struct method EXPECT (line 41) | func (m *MockDiskAccessesClient) EXPECT() *MockDiskAccessesClientMockR... method Get (line 46) | func (m *MockDiskAccessesClient) Get(ctx context.Context, resourceGrou... method NewListByResourceGroupPager (line 61) | func (m *MockDiskAccessesClient) NewListByResourceGroupPager(resourceG... type MockDiskAccessesClientMockRecorder (line 29) | type MockDiskAccessesClientMockRecorder struct method Get (line 55) | func (mr *MockDiskAccessesClientMockRecorder) Get(ctx, resourceGroupNa... method NewListByResourceGroupPager (line 69) | func (mr *MockDiskAccessesClientMockRecorder) NewListByResourceGroupPa... function NewMockDiskAccessesClient (line 34) | func NewMockDiskAccessesClient(ctrl *gomock.Controller) *MockDiskAccesse... FILE: sources/azure/shared/mocks/mock_disk_encryption_sets_client.go type MockDiskEncryptionSetsClient (line 22) | type MockDiskEncryptionSetsClient struct method EXPECT (line 41) | func (m *MockDiskEncryptionSetsClient) EXPECT() *MockDiskEncryptionSet... method Get (line 46) | func (m *MockDiskEncryptionSetsClient) Get(ctx context.Context, resour... method NewListByResourceGroupPager (line 61) | func (m *MockDiskEncryptionSetsClient) NewListByResourceGroupPager(res... type MockDiskEncryptionSetsClientMockRecorder (line 29) | type MockDiskEncryptionSetsClientMockRecorder struct method Get (line 55) | func (mr *MockDiskEncryptionSetsClientMockRecorder) Get(ctx, resourceG... method NewListByResourceGroupPager (line 69) | func (mr *MockDiskEncryptionSetsClientMockRecorder) NewListByResourceG... function NewMockDiskEncryptionSetsClient (line 34) | func NewMockDiskEncryptionSetsClient(ctrl *gomock.Controller) *MockDiskE... FILE: sources/azure/shared/mocks/mock_disks_client.go type MockDisksClient (line 22) | type MockDisksClient struct method EXPECT (line 41) | func (m *MockDisksClient) EXPECT() *MockDisksClientMockRecorder { method Get (line 46) | func (m *MockDisksClient) Get(ctx context.Context, resourceGroupName, ... method NewListByResourceGroupPager (line 61) | func (m *MockDisksClient) NewListByResourceGroupPager(resourceGroupNam... type MockDisksClientMockRecorder (line 29) | type MockDisksClientMockRecorder struct method Get (line 55) | func (mr *MockDisksClientMockRecorder) Get(ctx, resourceGroupName, dis... method NewListByResourceGroupPager (line 69) | func (mr *MockDisksClientMockRecorder) NewListByResourceGroupPager(res... function NewMockDisksClient (line 34) | func NewMockDisksClient(ctrl *gomock.Controller) *MockDisksClient { FILE: sources/azure/shared/mocks/mock_documentdb_database_accounts_client.go type MockDocumentDBDatabaseAccountsClient (line 22) | type MockDocumentDBDatabaseAccountsClient struct method EXPECT (line 41) | func (m *MockDocumentDBDatabaseAccountsClient) EXPECT() *MockDocumentD... method Get (line 46) | func (m *MockDocumentDBDatabaseAccountsClient) Get(ctx context.Context... method ListByResourceGroup (line 61) | func (m *MockDocumentDBDatabaseAccountsClient) ListByResourceGroup(res... type MockDocumentDBDatabaseAccountsClientMockRecorder (line 29) | type MockDocumentDBDatabaseAccountsClientMockRecorder struct method Get (line 55) | func (mr *MockDocumentDBDatabaseAccountsClientMockRecorder) Get(ctx, r... method ListByResourceGroup (line 69) | func (mr *MockDocumentDBDatabaseAccountsClientMockRecorder) ListByReso... function NewMockDocumentDBDatabaseAccountsClient (line 34) | func NewMockDocumentDBDatabaseAccountsClient(ctrl *gomock.Controller) *M... FILE: sources/azure/shared/mocks/mock_documentdb_private_endpoint_connection_client.go type MockDocumentDBPrivateEndpointConnectionsClient (line 22) | type MockDocumentDBPrivateEndpointConnectionsClient struct method EXPECT (line 41) | func (m *MockDocumentDBPrivateEndpointConnectionsClient) EXPECT() *Moc... method Get (line 46) | func (m *MockDocumentDBPrivateEndpointConnectionsClient) Get(ctx conte... method ListByDatabaseAccount (line 61) | func (m *MockDocumentDBPrivateEndpointConnectionsClient) ListByDatabas... type MockDocumentDBPrivateEndpointConnectionsClientMockRecorder (line 29) | type MockDocumentDBPrivateEndpointConnectionsClientMockRecorder struct method Get (line 55) | func (mr *MockDocumentDBPrivateEndpointConnectionsClientMockRecorder) ... method ListByDatabaseAccount (line 69) | func (mr *MockDocumentDBPrivateEndpointConnectionsClientMockRecorder) ... function NewMockDocumentDBPrivateEndpointConnectionsClient (line 34) | func NewMockDocumentDBPrivateEndpointConnectionsClient(ctrl *gomock.Cont... FILE: sources/azure/shared/mocks/mock_elastic_san_client.go type MockElasticSanClient (line 22) | type MockElasticSanClient struct method EXPECT (line 41) | func (m *MockElasticSanClient) EXPECT() *MockElasticSanClientMockRecor... method Get (line 46) | func (m *MockElasticSanClient) Get(ctx context.Context, resourceGroupN... method NewListByResourceGroupPager (line 61) | func (m *MockElasticSanClient) NewListByResourceGroupPager(resourceGro... type MockElasticSanClientMockRecorder (line 29) | type MockElasticSanClientMockRecorder struct method Get (line 55) | func (mr *MockElasticSanClientMockRecorder) Get(ctx, resourceGroupName... method NewListByResourceGroupPager (line 69) | func (mr *MockElasticSanClientMockRecorder) NewListByResourceGroupPage... function NewMockElasticSanClient (line 34) | func NewMockElasticSanClient(ctrl *gomock.Controller) *MockElasticSanCli... FILE: sources/azure/shared/mocks/mock_elastic_san_volume_client.go type MockElasticSanVolumeClient (line 22) | type MockElasticSanVolumeClient struct method EXPECT (line 41) | func (m *MockElasticSanVolumeClient) EXPECT() *MockElasticSanVolumeCli... method Get (line 46) | func (m *MockElasticSanVolumeClient) Get(ctx context.Context, resource... method NewListByVolumeGroupPager (line 61) | func (m *MockElasticSanVolumeClient) NewListByVolumeGroupPager(resourc... type MockElasticSanVolumeClientMockRecorder (line 29) | type MockElasticSanVolumeClientMockRecorder struct method Get (line 55) | func (mr *MockElasticSanVolumeClientMockRecorder) Get(ctx, resourceGro... method NewListByVolumeGroupPager (line 69) | func (mr *MockElasticSanVolumeClientMockRecorder) NewListByVolumeGroup... function NewMockElasticSanVolumeClient (line 34) | func NewMockElasticSanVolumeClient(ctrl *gomock.Controller) *MockElastic... FILE: sources/azure/shared/mocks/mock_elastic_san_volume_group_client.go type MockElasticSanVolumeGroupClient (line 22) | type MockElasticSanVolumeGroupClient struct method EXPECT (line 41) | func (m *MockElasticSanVolumeGroupClient) EXPECT() *MockElasticSanVolu... method Get (line 46) | func (m *MockElasticSanVolumeGroupClient) Get(ctx context.Context, res... method NewListByElasticSanPager (line 61) | func (m *MockElasticSanVolumeGroupClient) NewListByElasticSanPager(res... type MockElasticSanVolumeGroupClientMockRecorder (line 29) | type MockElasticSanVolumeGroupClientMockRecorder struct method Get (line 55) | func (mr *MockElasticSanVolumeGroupClientMockRecorder) Get(ctx, resour... method NewListByElasticSanPager (line 69) | func (mr *MockElasticSanVolumeGroupClientMockRecorder) NewListByElasti... function NewMockElasticSanVolumeGroupClient (line 34) | func NewMockElasticSanVolumeGroupClient(ctrl *gomock.Controller) *MockEl... FILE: sources/azure/shared/mocks/mock_elastic_san_volume_snapshot_client.go type MockElasticSanVolumeSnapshotClient (line 22) | type MockElasticSanVolumeSnapshotClient struct method EXPECT (line 41) | func (m *MockElasticSanVolumeSnapshotClient) EXPECT() *MockElasticSanV... method Get (line 46) | func (m *MockElasticSanVolumeSnapshotClient) Get(ctx context.Context, ... method ListByVolumeGroup (line 61) | func (m *MockElasticSanVolumeSnapshotClient) ListByVolumeGroup(ctx con... type MockElasticSanVolumeSnapshotClientMockRecorder (line 29) | type MockElasticSanVolumeSnapshotClientMockRecorder struct method Get (line 55) | func (mr *MockElasticSanVolumeSnapshotClientMockRecorder) Get(ctx, res... method ListByVolumeGroup (line 69) | func (mr *MockElasticSanVolumeSnapshotClientMockRecorder) ListByVolume... function NewMockElasticSanVolumeSnapshotClient (line 34) | func NewMockElasticSanVolumeSnapshotClient(ctrl *gomock.Controller) *Moc... FILE: sources/azure/shared/mocks/mock_encryption_scopes_client.go type MockEncryptionScopesClient (line 22) | type MockEncryptionScopesClient struct method EXPECT (line 41) | func (m *MockEncryptionScopesClient) EXPECT() *MockEncryptionScopesCli... method Get (line 46) | func (m *MockEncryptionScopesClient) Get(ctx context.Context, resource... method List (line 61) | func (m *MockEncryptionScopesClient) List(ctx context.Context, resourc... type MockEncryptionScopesClientMockRecorder (line 29) | type MockEncryptionScopesClientMockRecorder struct method Get (line 55) | func (mr *MockEncryptionScopesClientMockRecorder) Get(ctx, resourceGro... method List (line 69) | func (mr *MockEncryptionScopesClientMockRecorder) List(ctx, resourceGr... function NewMockEncryptionScopesClient (line 34) | func NewMockEncryptionScopesClient(ctrl *gomock.Controller) *MockEncrypt... FILE: sources/azure/shared/mocks/mock_federated_identity_credentials_client.go type MockFederatedIdentityCredentialsClient (line 22) | type MockFederatedIdentityCredentialsClient struct method EXPECT (line 41) | func (m *MockFederatedIdentityCredentialsClient) EXPECT() *MockFederat... method Get (line 46) | func (m *MockFederatedIdentityCredentialsClient) Get(ctx context.Conte... method NewListPager (line 61) | func (m *MockFederatedIdentityCredentialsClient) NewListPager(resource... type MockFederatedIdentityCredentialsClientMockRecorder (line 29) | type MockFederatedIdentityCredentialsClientMockRecorder struct method Get (line 55) | func (mr *MockFederatedIdentityCredentialsClientMockRecorder) Get(ctx,... method NewListPager (line 69) | func (mr *MockFederatedIdentityCredentialsClientMockRecorder) NewListP... function NewMockFederatedIdentityCredentialsClient (line 34) | func NewMockFederatedIdentityCredentialsClient(ctrl *gomock.Controller) ... FILE: sources/azure/shared/mocks/mock_file_shares_client.go type MockFileSharesClient (line 22) | type MockFileSharesClient struct method EXPECT (line 41) | func (m *MockFileSharesClient) EXPECT() *MockFileSharesClientMockRecor... method Get (line 46) | func (m *MockFileSharesClient) Get(ctx context.Context, resourceGroupN... method List (line 61) | func (m *MockFileSharesClient) List(ctx context.Context, resourceGroup... type MockFileSharesClientMockRecorder (line 29) | type MockFileSharesClientMockRecorder struct method Get (line 55) | func (mr *MockFileSharesClientMockRecorder) Get(ctx, resourceGroupName... method List (line 69) | func (mr *MockFileSharesClientMockRecorder) List(ctx, resourceGroupNam... function NewMockFileSharesClient (line 34) | func NewMockFileSharesClient(ctrl *gomock.Controller) *MockFileSharesCli... FILE: sources/azure/shared/mocks/mock_flow_logs_client.go type MockFlowLogsClient (line 22) | type MockFlowLogsClient struct method EXPECT (line 41) | func (m *MockFlowLogsClient) EXPECT() *MockFlowLogsClientMockRecorder { method Get (line 46) | func (m *MockFlowLogsClient) Get(ctx context.Context, resourceGroupNam... method NewListPager (line 61) | func (m *MockFlowLogsClient) NewListPager(resourceGroupName, networkWa... type MockFlowLogsClientMockRecorder (line 29) | type MockFlowLogsClientMockRecorder struct method Get (line 55) | func (mr *MockFlowLogsClientMockRecorder) Get(ctx, resourceGroupName, ... method NewListPager (line 69) | func (mr *MockFlowLogsClientMockRecorder) NewListPager(resourceGroupNa... function NewMockFlowLogsClient (line 34) | func NewMockFlowLogsClient(ctrl *gomock.Controller) *MockFlowLogsClient { FILE: sources/azure/shared/mocks/mock_galleries_client.go type MockGalleriesClient (line 22) | type MockGalleriesClient struct method EXPECT (line 41) | func (m *MockGalleriesClient) EXPECT() *MockGalleriesClientMockRecorder { method Get (line 46) | func (m *MockGalleriesClient) Get(ctx context.Context, resourceGroupNa... method NewListByResourceGroupPager (line 61) | func (m *MockGalleriesClient) NewListByResourceGroupPager(resourceGrou... type MockGalleriesClientMockRecorder (line 29) | type MockGalleriesClientMockRecorder struct method Get (line 55) | func (mr *MockGalleriesClientMockRecorder) Get(ctx, resourceGroupName,... method NewListByResourceGroupPager (line 69) | func (mr *MockGalleriesClientMockRecorder) NewListByResourceGroupPager... function NewMockGalleriesClient (line 34) | func NewMockGalleriesClient(ctrl *gomock.Controller) *MockGalleriesClient { FILE: sources/azure/shared/mocks/mock_gallery_application_versions_client.go type MockGalleryApplicationVersionsClient (line 22) | type MockGalleryApplicationVersionsClient struct method EXPECT (line 41) | func (m *MockGalleryApplicationVersionsClient) EXPECT() *MockGalleryAp... method Get (line 46) | func (m *MockGalleryApplicationVersionsClient) Get(ctx context.Context... method NewListByGalleryApplicationPager (line 61) | func (m *MockGalleryApplicationVersionsClient) NewListByGalleryApplica... type MockGalleryApplicationVersionsClientMockRecorder (line 29) | type MockGalleryApplicationVersionsClientMockRecorder struct method Get (line 55) | func (mr *MockGalleryApplicationVersionsClientMockRecorder) Get(ctx, r... method NewListByGalleryApplicationPager (line 69) | func (mr *MockGalleryApplicationVersionsClientMockRecorder) NewListByG... function NewMockGalleryApplicationVersionsClient (line 34) | func NewMockGalleryApplicationVersionsClient(ctrl *gomock.Controller) *M... FILE: sources/azure/shared/mocks/mock_gallery_applications_client.go type MockGalleryApplicationsClient (line 22) | type MockGalleryApplicationsClient struct method EXPECT (line 41) | func (m *MockGalleryApplicationsClient) EXPECT() *MockGalleryApplicati... method Get (line 46) | func (m *MockGalleryApplicationsClient) Get(ctx context.Context, resou... method NewListByGalleryPager (line 61) | func (m *MockGalleryApplicationsClient) NewListByGalleryPager(resource... type MockGalleryApplicationsClientMockRecorder (line 29) | type MockGalleryApplicationsClientMockRecorder struct method Get (line 55) | func (mr *MockGalleryApplicationsClientMockRecorder) Get(ctx, resource... method NewListByGalleryPager (line 69) | func (mr *MockGalleryApplicationsClientMockRecorder) NewListByGalleryP... function NewMockGalleryApplicationsClient (line 34) | func NewMockGalleryApplicationsClient(ctrl *gomock.Controller) *MockGall... FILE: sources/azure/shared/mocks/mock_gallery_images_client.go type MockGalleryImagesClient (line 22) | type MockGalleryImagesClient struct method EXPECT (line 41) | func (m *MockGalleryImagesClient) EXPECT() *MockGalleryImagesClientMoc... method Get (line 46) | func (m *MockGalleryImagesClient) Get(ctx context.Context, resourceGro... method NewListByGalleryPager (line 61) | func (m *MockGalleryImagesClient) NewListByGalleryPager(resourceGroupN... type MockGalleryImagesClientMockRecorder (line 29) | type MockGalleryImagesClientMockRecorder struct method Get (line 55) | func (mr *MockGalleryImagesClientMockRecorder) Get(ctx, resourceGroupN... method NewListByGalleryPager (line 69) | func (mr *MockGalleryImagesClientMockRecorder) NewListByGalleryPager(r... function NewMockGalleryImagesClient (line 34) | func NewMockGalleryImagesClient(ctrl *gomock.Controller) *MockGalleryIma... FILE: sources/azure/shared/mocks/mock_images_client.go type MockImagesClient (line 22) | type MockImagesClient struct method EXPECT (line 41) | func (m *MockImagesClient) EXPECT() *MockImagesClientMockRecorder { method Get (line 46) | func (m *MockImagesClient) Get(ctx context.Context, resourceGroupName,... method NewListByResourceGroupPager (line 61) | func (m *MockImagesClient) NewListByResourceGroupPager(resourceGroupNa... type MockImagesClientMockRecorder (line 29) | type MockImagesClientMockRecorder struct method Get (line 55) | func (mr *MockImagesClientMockRecorder) Get(ctx, resourceGroupName, im... method NewListByResourceGroupPager (line 69) | func (mr *MockImagesClientMockRecorder) NewListByResourceGroupPager(re... function NewMockImagesClient (line 34) | func NewMockImagesClient(ctrl *gomock.Controller) *MockImagesClient { FILE: sources/azure/shared/mocks/mock_interface_ip_configurations_client.go type MockInterfaceIPConfigurationsClient (line 22) | type MockInterfaceIPConfigurationsClient struct method EXPECT (line 41) | func (m *MockInterfaceIPConfigurationsClient) EXPECT() *MockInterfaceI... method Get (line 46) | func (m *MockInterfaceIPConfigurationsClient) Get(ctx context.Context,... method List (line 61) | func (m *MockInterfaceIPConfigurationsClient) List(ctx context.Context... type MockInterfaceIPConfigurationsClientMockRecorder (line 29) | type MockInterfaceIPConfigurationsClientMockRecorder struct method Get (line 55) | func (mr *MockInterfaceIPConfigurationsClientMockRecorder) Get(ctx, re... method List (line 69) | func (mr *MockInterfaceIPConfigurationsClientMockRecorder) List(ctx, r... function NewMockInterfaceIPConfigurationsClient (line 34) | func NewMockInterfaceIPConfigurationsClient(ctrl *gomock.Controller) *Mo... FILE: sources/azure/shared/mocks/mock_ip_groups_client.go type MockIPGroupsClient (line 22) | type MockIPGroupsClient struct method EXPECT (line 41) | func (m *MockIPGroupsClient) EXPECT() *MockIPGroupsClientMockRecorder { method Get (line 46) | func (m *MockIPGroupsClient) Get(ctx context.Context, resourceGroupNam... method NewListByResourceGroupPager (line 61) | func (m *MockIPGroupsClient) NewListByResourceGroupPager(resourceGroup... type MockIPGroupsClientMockRecorder (line 29) | type MockIPGroupsClientMockRecorder struct method Get (line 55) | func (mr *MockIPGroupsClientMockRecorder) Get(ctx, resourceGroupName, ... method NewListByResourceGroupPager (line 69) | func (mr *MockIPGroupsClientMockRecorder) NewListByResourceGroupPager(... function NewMockIPGroupsClient (line 34) | func NewMockIPGroupsClient(ctrl *gomock.Controller) *MockIPGroupsClient { FILE: sources/azure/shared/mocks/mock_keyvault_key_client.go type MockKeysClient (line 22) | type MockKeysClient struct method EXPECT (line 41) | func (m *MockKeysClient) EXPECT() *MockKeysClientMockRecorder { method Get (line 46) | func (m *MockKeysClient) Get(ctx context.Context, resourceGroupName, v... method NewListPager (line 61) | func (m *MockKeysClient) NewListPager(resourceGroupName, vaultName str... type MockKeysClientMockRecorder (line 29) | type MockKeysClientMockRecorder struct method Get (line 55) | func (mr *MockKeysClientMockRecorder) Get(ctx, resourceGroupName, vaul... method NewListPager (line 69) | func (mr *MockKeysClientMockRecorder) NewListPager(resourceGroupName, ... function NewMockKeysClient (line 34) | func NewMockKeysClient(ctrl *gomock.Controller) *MockKeysClient { FILE: sources/azure/shared/mocks/mock_keyvault_managed_hsm_private_endpoint_connection_client.go type MockKeyVaultManagedHSMPrivateEndpointConnectionsClient (line 22) | type MockKeyVaultManagedHSMPrivateEndpointConnectionsClient struct method EXPECT (line 41) | func (m *MockKeyVaultManagedHSMPrivateEndpointConnectionsClient) EXPEC... method Get (line 46) | func (m *MockKeyVaultManagedHSMPrivateEndpointConnectionsClient) Get(c... method ListByResource (line 61) | func (m *MockKeyVaultManagedHSMPrivateEndpointConnectionsClient) ListB... type MockKeyVaultManagedHSMPrivateEndpointConnectionsClientMockRecorder (line 29) | type MockKeyVaultManagedHSMPrivateEndpointConnectionsClientMockRecorder ... method Get (line 55) | func (mr *MockKeyVaultManagedHSMPrivateEndpointConnectionsClientMockRe... method ListByResource (line 69) | func (mr *MockKeyVaultManagedHSMPrivateEndpointConnectionsClientMockRe... function NewMockKeyVaultManagedHSMPrivateEndpointConnectionsClient (line 34) | func NewMockKeyVaultManagedHSMPrivateEndpointConnectionsClient(ctrl *gom... FILE: sources/azure/shared/mocks/mock_load_balancer_backend_address_pools_client.go type MockLoadBalancerBackendAddressPoolsClient (line 22) | type MockLoadBalancerBackendAddressPoolsClient struct method EXPECT (line 41) | func (m *MockLoadBalancerBackendAddressPoolsClient) EXPECT() *MockLoad... method Get (line 46) | func (m *MockLoadBalancerBackendAddressPoolsClient) Get(ctx context.Co... method NewListPager (line 61) | func (m *MockLoadBalancerBackendAddressPoolsClient) NewListPager(resou... type MockLoadBalancerBackendAddressPoolsClientMockRecorder (line 29) | type MockLoadBalancerBackendAddressPoolsClientMockRecorder struct method Get (line 55) | func (mr *MockLoadBalancerBackendAddressPoolsClientMockRecorder) Get(c... method NewListPager (line 69) | func (mr *MockLoadBalancerBackendAddressPoolsClientMockRecorder) NewLi... function NewMockLoadBalancerBackendAddressPoolsClient (line 34) | func NewMockLoadBalancerBackendAddressPoolsClient(ctrl *gomock.Controlle... FILE: sources/azure/shared/mocks/mock_load_balancer_frontend_ip_configurations_client.go type MockLoadBalancerFrontendIPConfigurationsClient (line 22) | type MockLoadBalancerFrontendIPConfigurationsClient struct method EXPECT (line 41) | func (m *MockLoadBalancerFrontendIPConfigurationsClient) EXPECT() *Moc... method Get (line 46) | func (m *MockLoadBalancerFrontendIPConfigurationsClient) Get(ctx conte... method NewListPager (line 61) | func (m *MockLoadBalancerFrontendIPConfigurationsClient) NewListPager(... type MockLoadBalancerFrontendIPConfigurationsClientMockRecorder (line 29) | type MockLoadBalancerFrontendIPConfigurationsClientMockRecorder struct method Get (line 55) | func (mr *MockLoadBalancerFrontendIPConfigurationsClientMockRecorder) ... method NewListPager (line 69) | func (mr *MockLoadBalancerFrontendIPConfigurationsClientMockRecorder) ... function NewMockLoadBalancerFrontendIPConfigurationsClient (line 34) | func NewMockLoadBalancerFrontendIPConfigurationsClient(ctrl *gomock.Cont... FILE: sources/azure/shared/mocks/mock_load_balancer_probes_client.go type MockLoadBalancerProbesClient (line 22) | type MockLoadBalancerProbesClient struct method EXPECT (line 41) | func (m *MockLoadBalancerProbesClient) EXPECT() *MockLoadBalancerProbe... method Get (line 46) | func (m *MockLoadBalancerProbesClient) Get(ctx context.Context, resour... method NewListPager (line 61) | func (m *MockLoadBalancerProbesClient) NewListPager(resourceGroupName,... type MockLoadBalancerProbesClientMockRecorder (line 29) | type MockLoadBalancerProbesClientMockRecorder struct method Get (line 55) | func (mr *MockLoadBalancerProbesClientMockRecorder) Get(ctx, resourceG... method NewListPager (line 69) | func (mr *MockLoadBalancerProbesClientMockRecorder) NewListPager(resou... function NewMockLoadBalancerProbesClient (line 34) | func NewMockLoadBalancerProbesClient(ctrl *gomock.Controller) *MockLoadB... FILE: sources/azure/shared/mocks/mock_load_balancers_client.go type MockLoadBalancersClient (line 22) | type MockLoadBalancersClient struct method EXPECT (line 41) | func (m *MockLoadBalancersClient) EXPECT() *MockLoadBalancersClientMoc... method Get (line 46) | func (m *MockLoadBalancersClient) Get(ctx context.Context, resourceGro... method List (line 61) | func (m *MockLoadBalancersClient) List(resourceGroupName string) clien... type MockLoadBalancersClientMockRecorder (line 29) | type MockLoadBalancersClientMockRecorder struct method Get (line 55) | func (mr *MockLoadBalancersClientMockRecorder) Get(ctx, resourceGroupN... method List (line 69) | func (mr *MockLoadBalancersClientMockRecorder) List(resourceGroupName ... function NewMockLoadBalancersClient (line 34) | func NewMockLoadBalancersClient(ctrl *gomock.Controller) *MockLoadBalanc... FILE: sources/azure/shared/mocks/mock_local_network_gateways_client.go type MockLocalNetworkGatewaysClient (line 22) | type MockLocalNetworkGatewaysClient struct method EXPECT (line 41) | func (m *MockLocalNetworkGatewaysClient) EXPECT() *MockLocalNetworkGat... method Get (line 46) | func (m *MockLocalNetworkGatewaysClient) Get(ctx context.Context, reso... method NewListPager (line 61) | func (m *MockLocalNetworkGatewaysClient) NewListPager(resourceGroupNam... type MockLocalNetworkGatewaysClientMockRecorder (line 29) | type MockLocalNetworkGatewaysClientMockRecorder struct method Get (line 55) | func (mr *MockLocalNetworkGatewaysClientMockRecorder) Get(ctx, resourc... method NewListPager (line 69) | func (mr *MockLocalNetworkGatewaysClientMockRecorder) NewListPager(res... function NewMockLocalNetworkGatewaysClient (line 34) | func NewMockLocalNetworkGatewaysClient(ctrl *gomock.Controller) *MockLoc... FILE: sources/azure/shared/mocks/mock_maintenance_configuration_client.go type MockMaintenanceConfigurationClient (line 22) | type MockMaintenanceConfigurationClient struct method EXPECT (line 41) | func (m *MockMaintenanceConfigurationClient) EXPECT() *MockMaintenance... method Get (line 46) | func (m *MockMaintenanceConfigurationClient) Get(ctx context.Context, ... method NewListPager (line 61) | func (m *MockMaintenanceConfigurationClient) NewListPager(resourceGrou... type MockMaintenanceConfigurationClientMockRecorder (line 29) | type MockMaintenanceConfigurationClientMockRecorder struct method Get (line 55) | func (mr *MockMaintenanceConfigurationClientMockRecorder) Get(ctx, res... method NewListPager (line 69) | func (mr *MockMaintenanceConfigurationClientMockRecorder) NewListPager... function NewMockMaintenanceConfigurationClient (line 34) | func NewMockMaintenanceConfigurationClient(ctrl *gomock.Controller) *Moc... FILE: sources/azure/shared/mocks/mock_managed_hsms_client.go type MockManagedHSMsClient (line 22) | type MockManagedHSMsClient struct method EXPECT (line 41) | func (m *MockManagedHSMsClient) EXPECT() *MockManagedHSMsClientMockRec... method Get (line 46) | func (m *MockManagedHSMsClient) Get(ctx context.Context, resourceGroup... method NewListByResourceGroupPager (line 61) | func (m *MockManagedHSMsClient) NewListByResourceGroupPager(resourceGr... type MockManagedHSMsClientMockRecorder (line 29) | type MockManagedHSMsClientMockRecorder struct method Get (line 55) | func (mr *MockManagedHSMsClientMockRecorder) Get(ctx, resourceGroupNam... method NewListByResourceGroupPager (line 69) | func (mr *MockManagedHSMsClientMockRecorder) NewListByResourceGroupPag... function NewMockManagedHSMsClient (line 34) | func NewMockManagedHSMsClient(ctrl *gomock.Controller) *MockManagedHSMsC... FILE: sources/azure/shared/mocks/mock_nat_gateways_client.go type MockNatGatewaysClient (line 22) | type MockNatGatewaysClient struct method EXPECT (line 41) | func (m *MockNatGatewaysClient) EXPECT() *MockNatGatewaysClientMockRec... method Get (line 46) | func (m *MockNatGatewaysClient) Get(ctx context.Context, resourceGroup... method NewListPager (line 61) | func (m *MockNatGatewaysClient) NewListPager(resourceGroupName string,... type MockNatGatewaysClientMockRecorder (line 29) | type MockNatGatewaysClientMockRecorder struct method Get (line 55) | func (mr *MockNatGatewaysClientMockRecorder) Get(ctx, resourceGroupNam... method NewListPager (line 69) | func (mr *MockNatGatewaysClientMockRecorder) NewListPager(resourceGrou... function NewMockNatGatewaysClient (line 34) | func NewMockNatGatewaysClient(ctrl *gomock.Controller) *MockNatGatewaysC... FILE: sources/azure/shared/mocks/mock_network_interfaces_client.go type MockNetworkInterfacesClient (line 22) | type MockNetworkInterfacesClient struct method EXPECT (line 41) | func (m *MockNetworkInterfacesClient) EXPECT() *MockNetworkInterfacesC... method Get (line 46) | func (m *MockNetworkInterfacesClient) Get(ctx context.Context, resourc... method List (line 61) | func (m *MockNetworkInterfacesClient) List(ctx context.Context, resour... type MockNetworkInterfacesClientMockRecorder (line 29) | type MockNetworkInterfacesClientMockRecorder struct method Get (line 55) | func (mr *MockNetworkInterfacesClientMockRecorder) Get(ctx, resourceGr... method List (line 69) | func (mr *MockNetworkInterfacesClientMockRecorder) List(ctx, resourceG... function NewMockNetworkInterfacesClient (line 34) | func NewMockNetworkInterfacesClient(ctrl *gomock.Controller) *MockNetwor... FILE: sources/azure/shared/mocks/mock_network_private_endpoint_client.go type MockPrivateEndpointsClient (line 22) | type MockPrivateEndpointsClient struct method EXPECT (line 41) | func (m *MockPrivateEndpointsClient) EXPECT() *MockPrivateEndpointsCli... method Get (line 46) | func (m *MockPrivateEndpointsClient) Get(ctx context.Context, resource... method List (line 61) | func (m *MockPrivateEndpointsClient) List(resourceGroupName string) cl... type MockPrivateEndpointsClientMockRecorder (line 29) | type MockPrivateEndpointsClientMockRecorder struct method Get (line 55) | func (mr *MockPrivateEndpointsClientMockRecorder) Get(ctx, resourceGro... method List (line 69) | func (mr *MockPrivateEndpointsClientMockRecorder) List(resourceGroupNa... function NewMockPrivateEndpointsClient (line 34) | func NewMockPrivateEndpointsClient(ctrl *gomock.Controller) *MockPrivate... FILE: sources/azure/shared/mocks/mock_network_security_groups_client.go type MockNetworkSecurityGroupsClient (line 22) | type MockNetworkSecurityGroupsClient struct method EXPECT (line 41) | func (m *MockNetworkSecurityGroupsClient) EXPECT() *MockNetworkSecurit... method Get (line 46) | func (m *MockNetworkSecurityGroupsClient) Get(ctx context.Context, res... method List (line 61) | func (m *MockNetworkSecurityGroupsClient) List(ctx context.Context, re... type MockNetworkSecurityGroupsClientMockRecorder (line 29) | type MockNetworkSecurityGroupsClientMockRecorder struct method Get (line 55) | func (mr *MockNetworkSecurityGroupsClientMockRecorder) Get(ctx, resour... method List (line 69) | func (mr *MockNetworkSecurityGroupsClientMockRecorder) List(ctx, resou... function NewMockNetworkSecurityGroupsClient (line 34) | func NewMockNetworkSecurityGroupsClient(ctrl *gomock.Controller) *MockNe... FILE: sources/azure/shared/mocks/mock_network_watchers_client.go type MockNetworkWatchersClient (line 22) | type MockNetworkWatchersClient struct method EXPECT (line 41) | func (m *MockNetworkWatchersClient) EXPECT() *MockNetworkWatchersClien... method Get (line 46) | func (m *MockNetworkWatchersClient) Get(ctx context.Context, resourceG... method NewListPager (line 61) | func (m *MockNetworkWatchersClient) NewListPager(resourceGroupName str... type MockNetworkWatchersClientMockRecorder (line 29) | type MockNetworkWatchersClientMockRecorder struct method Get (line 55) | func (mr *MockNetworkWatchersClientMockRecorder) Get(ctx, resourceGrou... method NewListPager (line 69) | func (mr *MockNetworkWatchersClientMockRecorder) NewListPager(resource... function NewMockNetworkWatchersClient (line 34) | func NewMockNetworkWatchersClient(ctrl *gomock.Controller) *MockNetworkW... FILE: sources/azure/shared/mocks/mock_operational_insights_workspace_client.go type MockOperationalInsightsWorkspaceClient (line 22) | type MockOperationalInsightsWorkspaceClient struct method EXPECT (line 41) | func (m *MockOperationalInsightsWorkspaceClient) EXPECT() *MockOperati... method Get (line 46) | func (m *MockOperationalInsightsWorkspaceClient) Get(ctx context.Conte... method NewListByResourceGroupPager (line 61) | func (m *MockOperationalInsightsWorkspaceClient) NewListByResourceGrou... type MockOperationalInsightsWorkspaceClientMockRecorder (line 29) | type MockOperationalInsightsWorkspaceClientMockRecorder struct method Get (line 55) | func (mr *MockOperationalInsightsWorkspaceClientMockRecorder) Get(ctx,... method NewListByResourceGroupPager (line 69) | func (mr *MockOperationalInsightsWorkspaceClientMockRecorder) NewListB... function NewMockOperationalInsightsWorkspaceClient (line 34) | func NewMockOperationalInsightsWorkspaceClient(ctrl *gomock.Controller) ... FILE: sources/azure/shared/mocks/mock_postgresql_databases_client.go type MockPostgreSQLDatabasesClient (line 22) | type MockPostgreSQLDatabasesClient struct method EXPECT (line 41) | func (m *MockPostgreSQLDatabasesClient) EXPECT() *MockPostgreSQLDataba... method Get (line 46) | func (m *MockPostgreSQLDatabasesClient) Get(ctx context.Context, resou... method ListByServer (line 61) | func (m *MockPostgreSQLDatabasesClient) ListByServer(ctx context.Conte... type MockPostgreSQLDatabasesClientMockRecorder (line 29) | type MockPostgreSQLDatabasesClientMockRecorder struct method Get (line 55) | func (mr *MockPostgreSQLDatabasesClientMockRecorder) Get(ctx, resource... method ListByServer (line 69) | func (mr *MockPostgreSQLDatabasesClientMockRecorder) ListByServer(ctx,... function NewMockPostgreSQLDatabasesClient (line 34) | func NewMockPostgreSQLDatabasesClient(ctrl *gomock.Controller) *MockPost... FILE: sources/azure/shared/mocks/mock_postgresql_flexible_server_firewall_rule_client.go type MockPostgreSQLFlexibleServerFirewallRuleClient (line 22) | type MockPostgreSQLFlexibleServerFirewallRuleClient struct method EXPECT (line 41) | func (m *MockPostgreSQLFlexibleServerFirewallRuleClient) EXPECT() *Moc... method Get (line 46) | func (m *MockPostgreSQLFlexibleServerFirewallRuleClient) Get(ctx conte... method ListByServer (line 61) | func (m *MockPostgreSQLFlexibleServerFirewallRuleClient) ListByServer(... type MockPostgreSQLFlexibleServerFirewallRuleClientMockRecorder (line 29) | type MockPostgreSQLFlexibleServerFirewallRuleClientMockRecorder struct method Get (line 55) | func (mr *MockPostgreSQLFlexibleServerFirewallRuleClientMockRecorder) ... method ListByServer (line 69) | func (mr *MockPostgreSQLFlexibleServerFirewallRuleClientMockRecorder) ... function NewMockPostgreSQLFlexibleServerFirewallRuleClient (line 34) | func NewMockPostgreSQLFlexibleServerFirewallRuleClient(ctrl *gomock.Cont... FILE: sources/azure/shared/mocks/mock_postgresql_flexible_servers_client.go type MockPostgreSQLFlexibleServersClient (line 22) | type MockPostgreSQLFlexibleServersClient struct method EXPECT (line 41) | func (m *MockPostgreSQLFlexibleServersClient) EXPECT() *MockPostgreSQL... method Get (line 46) | func (m *MockPostgreSQLFlexibleServersClient) Get(ctx context.Context,... method ListByResourceGroup (line 61) | func (m *MockPostgreSQLFlexibleServersClient) ListByResourceGroup(ctx ... type MockPostgreSQLFlexibleServersClientMockRecorder (line 29) | type MockPostgreSQLFlexibleServersClientMockRecorder struct method Get (line 55) | func (mr *MockPostgreSQLFlexibleServersClientMockRecorder) Get(ctx, re... method ListByResourceGroup (line 69) | func (mr *MockPostgreSQLFlexibleServersClientMockRecorder) ListByResou... function NewMockPostgreSQLFlexibleServersClient (line 34) | func NewMockPostgreSQLFlexibleServersClient(ctrl *gomock.Controller) *Mo... FILE: sources/azure/shared/mocks/mock_private_dns_zones_client.go type MockPrivateDNSZonesClient (line 22) | type MockPrivateDNSZonesClient struct method EXPECT (line 41) | func (m *MockPrivateDNSZonesClient) EXPECT() *MockPrivateDNSZonesClien... method Get (line 46) | func (m *MockPrivateDNSZonesClient) Get(ctx context.Context, resourceG... method NewListByResourceGroupPager (line 61) | func (m *MockPrivateDNSZonesClient) NewListByResourceGroupPager(resour... type MockPrivateDNSZonesClientMockRecorder (line 29) | type MockPrivateDNSZonesClientMockRecorder struct method Get (line 55) | func (mr *MockPrivateDNSZonesClientMockRecorder) Get(ctx, resourceGrou... method NewListByResourceGroupPager (line 69) | func (mr *MockPrivateDNSZonesClientMockRecorder) NewListByResourceGrou... function NewMockPrivateDNSZonesClient (line 34) | func NewMockPrivateDNSZonesClient(ctrl *gomock.Controller) *MockPrivateD... FILE: sources/azure/shared/mocks/mock_private_link_services_client.go type MockPrivateLinkServicesClient (line 22) | type MockPrivateLinkServicesClient struct method EXPECT (line 41) | func (m *MockPrivateLinkServicesClient) EXPECT() *MockPrivateLinkServi... method Get (line 46) | func (m *MockPrivateLinkServicesClient) Get(ctx context.Context, resou... method List (line 61) | func (m *MockPrivateLinkServicesClient) List(resourceGroupName string)... type MockPrivateLinkServicesClientMockRecorder (line 29) | type MockPrivateLinkServicesClientMockRecorder struct method Get (line 55) | func (mr *MockPrivateLinkServicesClientMockRecorder) Get(ctx, resource... method List (line 69) | func (mr *MockPrivateLinkServicesClientMockRecorder) List(resourceGrou... function NewMockPrivateLinkServicesClient (line 34) | func NewMockPrivateLinkServicesClient(ctrl *gomock.Controller) *MockPriv... FILE: sources/azure/shared/mocks/mock_proximity_placement_groups_client.go type MockProximityPlacementGroupsClient (line 22) | type MockProximityPlacementGroupsClient struct method EXPECT (line 41) | func (m *MockProximityPlacementGroupsClient) EXPECT() *MockProximityPl... method Get (line 46) | func (m *MockProximityPlacementGroupsClient) Get(ctx context.Context, ... method ListByResourceGroup (line 61) | func (m *MockProximityPlacementGroupsClient) ListByResourceGroup(ctx c... type MockProximityPlacementGroupsClientMockRecorder (line 29) | type MockProximityPlacementGroupsClientMockRecorder struct method Get (line 55) | func (mr *MockProximityPlacementGroupsClientMockRecorder) Get(ctx, res... method ListByResourceGroup (line 69) | func (mr *MockProximityPlacementGroupsClientMockRecorder) ListByResour... function NewMockProximityPlacementGroupsClient (line 34) | func NewMockProximityPlacementGroupsClient(ctrl *gomock.Controller) *Moc... FILE: sources/azure/shared/mocks/mock_public_ip_addresses_client.go type MockPublicIPAddressesClient (line 22) | type MockPublicIPAddressesClient struct method EXPECT (line 41) | func (m *MockPublicIPAddressesClient) EXPECT() *MockPublicIPAddressesC... method Get (line 46) | func (m *MockPublicIPAddressesClient) Get(ctx context.Context, resourc... method List (line 61) | func (m *MockPublicIPAddressesClient) List(ctx context.Context, resour... type MockPublicIPAddressesClientMockRecorder (line 29) | type MockPublicIPAddressesClientMockRecorder struct method Get (line 55) | func (mr *MockPublicIPAddressesClientMockRecorder) Get(ctx, resourceGr... method List (line 69) | func (mr *MockPublicIPAddressesClientMockRecorder) List(ctx, resourceG... function NewMockPublicIPAddressesClient (line 34) | func NewMockPublicIPAddressesClient(ctrl *gomock.Controller) *MockPublic... FILE: sources/azure/shared/mocks/mock_public_ip_prefixes_client.go type MockPublicIPPrefixesClient (line 22) | type MockPublicIPPrefixesClient struct method EXPECT (line 41) | func (m *MockPublicIPPrefixesClient) EXPECT() *MockPublicIPPrefixesCli... method Get (line 46) | func (m *MockPublicIPPrefixesClient) Get(ctx context.Context, resource... method NewListPager (line 61) | func (m *MockPublicIPPrefixesClient) NewListPager(resourceGroupName st... type MockPublicIPPrefixesClientMockRecorder (line 29) | type MockPublicIPPrefixesClientMockRecorder struct method Get (line 55) | func (mr *MockPublicIPPrefixesClientMockRecorder) Get(ctx, resourceGro... method NewListPager (line 69) | func (mr *MockPublicIPPrefixesClientMockRecorder) NewListPager(resourc... function NewMockPublicIPPrefixesClient (line 34) | func NewMockPublicIPPrefixesClient(ctrl *gomock.Controller) *MockPublicI... FILE: sources/azure/shared/mocks/mock_queues_client.go type MockQueuesClient (line 22) | type MockQueuesClient struct method EXPECT (line 41) | func (m *MockQueuesClient) EXPECT() *MockQueuesClientMockRecorder { method Get (line 46) | func (m *MockQueuesClient) Get(ctx context.Context, resourceGroupName,... method List (line 61) | func (m *MockQueuesClient) List(ctx context.Context, resourceGroupName... type MockQueuesClientMockRecorder (line 29) | type MockQueuesClientMockRecorder struct method Get (line 55) | func (mr *MockQueuesClientMockRecorder) Get(ctx, resourceGroupName, ac... method List (line 69) | func (mr *MockQueuesClientMockRecorder) List(ctx, resourceGroupName, a... function NewMockQueuesClient (line 34) | func NewMockQueuesClient(ctrl *gomock.Controller) *MockQueuesClient { FILE: sources/azure/shared/mocks/mock_record_sets_client.go type MockRecordSetsClient (line 22) | type MockRecordSetsClient struct method EXPECT (line 41) | func (m *MockRecordSetsClient) EXPECT() *MockRecordSetsClientMockRecor... method Get (line 46) | func (m *MockRecordSetsClient) Get(ctx context.Context, resourceGroupN... method NewListAllByDNSZonePager (line 61) | func (m *MockRecordSetsClient) NewListAllByDNSZonePager(resourceGroupN... type MockRecordSetsClientMockRecorder (line 29) | type MockRecordSetsClientMockRecorder struct method Get (line 55) | func (mr *MockRecordSetsClientMockRecorder) Get(ctx, resourceGroupName... method NewListAllByDNSZonePager (line 69) | func (mr *MockRecordSetsClientMockRecorder) NewListAllByDNSZonePager(r... function NewMockRecordSetsClient (line 34) | func NewMockRecordSetsClient(ctrl *gomock.Controller) *MockRecordSetsCli... FILE: sources/azure/shared/mocks/mock_role_assignments_client.go type MockRoleAssignmentsClient (line 22) | type MockRoleAssignmentsClient struct method EXPECT (line 41) | func (m *MockRoleAssignmentsClient) EXPECT() *MockRoleAssignmentsClien... method Get (line 46) | func (m *MockRoleAssignmentsClient) Get(ctx context.Context, scope, ro... method ListForResourceGroup (line 61) | func (m *MockRoleAssignmentsClient) ListForResourceGroup(resourceGroup... type MockRoleAssignmentsClientMockRecorder (line 29) | type MockRoleAssignmentsClientMockRecorder struct method Get (line 55) | func (mr *MockRoleAssignmentsClientMockRecorder) Get(ctx, scope, roleA... method ListForResourceGroup (line 69) | func (mr *MockRoleAssignmentsClientMockRecorder) ListForResourceGroup(... function NewMockRoleAssignmentsClient (line 34) | func NewMockRoleAssignmentsClient(ctrl *gomock.Controller) *MockRoleAssi... FILE: sources/azure/shared/mocks/mock_role_definitions_client.go type MockRoleDefinitionsClient (line 22) | type MockRoleDefinitionsClient struct method EXPECT (line 41) | func (m *MockRoleDefinitionsClient) EXPECT() *MockRoleDefinitionsClien... method Get (line 46) | func (m *MockRoleDefinitionsClient) Get(ctx context.Context, scope, ro... method NewListPager (line 61) | func (m *MockRoleDefinitionsClient) NewListPager(scope string, options... type MockRoleDefinitionsClientMockRecorder (line 29) | type MockRoleDefinitionsClientMockRecorder struct method Get (line 55) | func (mr *MockRoleDefinitionsClientMockRecorder) Get(ctx, scope, roleD... method NewListPager (line 69) | func (mr *MockRoleDefinitionsClientMockRecorder) NewListPager(scope, o... function NewMockRoleDefinitionsClient (line 34) | func NewMockRoleDefinitionsClient(ctrl *gomock.Controller) *MockRoleDefi... FILE: sources/azure/shared/mocks/mock_route_tables_client.go type MockRouteTablesClient (line 22) | type MockRouteTablesClient struct method EXPECT (line 41) | func (m *MockRouteTablesClient) EXPECT() *MockRouteTablesClientMockRec... method Get (line 46) | func (m *MockRouteTablesClient) Get(ctx context.Context, resourceGroup... method List (line 61) | func (m *MockRouteTablesClient) List(resourceGroupName string, options... type MockRouteTablesClientMockRecorder (line 29) | type MockRouteTablesClientMockRecorder struct method Get (line 55) | func (mr *MockRouteTablesClientMockRecorder) Get(ctx, resourceGroupNam... method List (line 69) | func (mr *MockRouteTablesClientMockRecorder) List(resourceGroupName, o... function NewMockRouteTablesClient (line 34) | func NewMockRouteTablesClient(ctrl *gomock.Controller) *MockRouteTablesC... FILE: sources/azure/shared/mocks/mock_routes_client.go type MockRoutesClient (line 22) | type MockRoutesClient struct method EXPECT (line 41) | func (m *MockRoutesClient) EXPECT() *MockRoutesClientMockRecorder { method Get (line 46) | func (m *MockRoutesClient) Get(ctx context.Context, resourceGroupName,... method NewListPager (line 61) | func (m *MockRoutesClient) NewListPager(resourceGroupName, routeTableN... type MockRoutesClientMockRecorder (line 29) | type MockRoutesClientMockRecorder struct method Get (line 55) | func (mr *MockRoutesClientMockRecorder) Get(ctx, resourceGroupName, ro... method NewListPager (line 69) | func (mr *MockRoutesClientMockRecorder) NewListPager(resourceGroupName... function NewMockRoutesClient (line 34) | func NewMockRoutesClient(ctrl *gomock.Controller) *MockRoutesClient { FILE: sources/azure/shared/mocks/mock_secrets_client.go type MockSecretsClient (line 22) | type MockSecretsClient struct method EXPECT (line 41) | func (m *MockSecretsClient) EXPECT() *MockSecretsClientMockRecorder { method Get (line 46) | func (m *MockSecretsClient) Get(ctx context.Context, resourceGroupName... method NewListPager (line 61) | func (m *MockSecretsClient) NewListPager(resourceGroupName, vaultName ... type MockSecretsClientMockRecorder (line 29) | type MockSecretsClientMockRecorder struct method Get (line 55) | func (mr *MockSecretsClientMockRecorder) Get(ctx, resourceGroupName, v... method NewListPager (line 69) | func (mr *MockSecretsClientMockRecorder) NewListPager(resourceGroupNam... function NewMockSecretsClient (line 34) | func NewMockSecretsClient(ctrl *gomock.Controller) *MockSecretsClient { FILE: sources/azure/shared/mocks/mock_security_rules_client.go type MockSecurityRulesClient (line 22) | type MockSecurityRulesClient struct method EXPECT (line 41) | func (m *MockSecurityRulesClient) EXPECT() *MockSecurityRulesClientMoc... method Get (line 46) | func (m *MockSecurityRulesClient) Get(ctx context.Context, resourceGro... method NewListPager (line 61) | func (m *MockSecurityRulesClient) NewListPager(resourceGroupName, netw... type MockSecurityRulesClientMockRecorder (line 29) | type MockSecurityRulesClientMockRecorder struct method Get (line 55) | func (mr *MockSecurityRulesClientMockRecorder) Get(ctx, resourceGroupN... method NewListPager (line 69) | func (mr *MockSecurityRulesClientMockRecorder) NewListPager(resourceGr... function NewMockSecurityRulesClient (line 34) | func NewMockSecurityRulesClient(ctrl *gomock.Controller) *MockSecurityRu... FILE: sources/azure/shared/mocks/mock_shared_gallery_images_client.go type MockSharedGalleryImagesClient (line 22) | type MockSharedGalleryImagesClient struct method EXPECT (line 41) | func (m *MockSharedGalleryImagesClient) EXPECT() *MockSharedGalleryIma... method Get (line 46) | func (m *MockSharedGalleryImagesClient) Get(ctx context.Context, locat... method NewListPager (line 61) | func (m *MockSharedGalleryImagesClient) NewListPager(location, gallery... type MockSharedGalleryImagesClientMockRecorder (line 29) | type MockSharedGalleryImagesClientMockRecorder struct method Get (line 55) | func (mr *MockSharedGalleryImagesClientMockRecorder) Get(ctx, location... method NewListPager (line 69) | func (mr *MockSharedGalleryImagesClientMockRecorder) NewListPager(loca... function NewMockSharedGalleryImagesClient (line 34) | func NewMockSharedGalleryImagesClient(ctrl *gomock.Controller) *MockShar... FILE: sources/azure/shared/mocks/mock_snapshots_client.go type MockSnapshotsClient (line 22) | type MockSnapshotsClient struct method EXPECT (line 41) | func (m *MockSnapshotsClient) EXPECT() *MockSnapshotsClientMockRecorder { method Get (line 46) | func (m *MockSnapshotsClient) Get(ctx context.Context, resourceGroupNa... method NewListByResourceGroupPager (line 61) | func (m *MockSnapshotsClient) NewListByResourceGroupPager(resourceGrou... type MockSnapshotsClientMockRecorder (line 29) | type MockSnapshotsClientMockRecorder struct method Get (line 55) | func (mr *MockSnapshotsClientMockRecorder) Get(ctx, resourceGroupName,... method NewListByResourceGroupPager (line 69) | func (mr *MockSnapshotsClientMockRecorder) NewListByResourceGroupPager... function NewMockSnapshotsClient (line 34) | func NewMockSnapshotsClient(ctrl *gomock.Controller) *MockSnapshotsClient { FILE: sources/azure/shared/mocks/mock_sql_database_schemas_client.go type MockSqlDatabaseSchemasClient (line 22) | type MockSqlDatabaseSchemasClient struct method EXPECT (line 41) | func (m *MockSqlDatabaseSchemasClient) EXPECT() *MockSqlDatabaseSchema... method Get (line 46) | func (m *MockSqlDatabaseSchemasClient) Get(ctx context.Context, resour... method ListByDatabase (line 61) | func (m *MockSqlDatabaseSchemasClient) ListByDatabase(ctx context.Cont... type MockSqlDatabaseSchemasClientMockRecorder (line 29) | type MockSqlDatabaseSchemasClientMockRecorder struct method Get (line 55) | func (mr *MockSqlDatabaseSchemasClientMockRecorder) Get(ctx, resourceG... method ListByDatabase (line 69) | func (mr *MockSqlDatabaseSchemasClientMockRecorder) ListByDatabase(ctx... function NewMockSqlDatabaseSchemasClient (line 34) | func NewMockSqlDatabaseSchemasClient(ctrl *gomock.Controller) *MockSqlDa... FILE: sources/azure/shared/mocks/mock_sql_databases_client.go type MockSqlDatabasesClient (line 22) | type MockSqlDatabasesClient struct method EXPECT (line 41) | func (m *MockSqlDatabasesClient) EXPECT() *MockSqlDatabasesClientMockR... method Get (line 46) | func (m *MockSqlDatabasesClient) Get(ctx context.Context, resourceGrou... method ListByServer (line 61) | func (m *MockSqlDatabasesClient) ListByServer(ctx context.Context, res... type MockSqlDatabasesClientMockRecorder (line 29) | type MockSqlDatabasesClientMockRecorder struct method Get (line 55) | func (mr *MockSqlDatabasesClientMockRecorder) Get(ctx, resourceGroupNa... method ListByServer (line 69) | func (mr *MockSqlDatabasesClientMockRecorder) ListByServer(ctx, resour... function NewMockSqlDatabasesClient (line 34) | func NewMockSqlDatabasesClient(ctrl *gomock.Controller) *MockSqlDatabase... FILE: sources/azure/shared/mocks/mock_sql_elastic_pool_client.go type MockSqlElasticPoolClient (line 22) | type MockSqlElasticPoolClient struct method EXPECT (line 41) | func (m *MockSqlElasticPoolClient) EXPECT() *MockSqlElasticPoolClientM... method Get (line 46) | func (m *MockSqlElasticPoolClient) Get(ctx context.Context, resourceGr... method ListByServer (line 61) | func (m *MockSqlElasticPoolClient) ListByServer(ctx context.Context, r... type MockSqlElasticPoolClientMockRecorder (line 29) | type MockSqlElasticPoolClientMockRecorder struct method Get (line 55) | func (mr *MockSqlElasticPoolClientMockRecorder) Get(ctx, resourceGroup... method ListByServer (line 69) | func (mr *MockSqlElasticPoolClientMockRecorder) ListByServer(ctx, reso... function NewMockSqlElasticPoolClient (line 34) | func NewMockSqlElasticPoolClient(ctrl *gomock.Controller) *MockSqlElasti... FILE: sources/azure/shared/mocks/mock_sql_failover_groups_client.go type MockSqlFailoverGroupsClient (line 22) | type MockSqlFailoverGroupsClient struct method EXPECT (line 41) | func (m *MockSqlFailoverGroupsClient) EXPECT() *MockSqlFailoverGroupsC... method Get (line 46) | func (m *MockSqlFailoverGroupsClient) Get(ctx context.Context, resourc... method ListByServer (line 61) | func (m *MockSqlFailoverGroupsClient) ListByServer(ctx context.Context... type MockSqlFailoverGroupsClientMockRecorder (line 29) | type MockSqlFailoverGroupsClientMockRecorder struct method Get (line 55) | func (mr *MockSqlFailoverGroupsClientMockRecorder) Get(ctx, resourceGr... method ListByServer (line 69) | func (mr *MockSqlFailoverGroupsClientMockRecorder) ListByServer(ctx, r... function NewMockSqlFailoverGroupsClient (line 34) | func NewMockSqlFailoverGroupsClient(ctrl *gomock.Controller) *MockSqlFai... FILE: sources/azure/shared/mocks/mock_sql_server_firewall_rule_client.go type MockSqlServerFirewallRuleClient (line 22) | type MockSqlServerFirewallRuleClient struct method EXPECT (line 41) | func (m *MockSqlServerFirewallRuleClient) EXPECT() *MockSqlServerFirew... method Get (line 46) | func (m *MockSqlServerFirewallRuleClient) Get(ctx context.Context, res... method ListByServer (line 61) | func (m *MockSqlServerFirewallRuleClient) ListByServer(ctx context.Con... type MockSqlServerFirewallRuleClientMockRecorder (line 29) | type MockSqlServerFirewallRuleClientMockRecorder struct method Get (line 55) | func (mr *MockSqlServerFirewallRuleClientMockRecorder) Get(ctx, resour... method ListByServer (line 69) | func (mr *MockSqlServerFirewallRuleClientMockRecorder) ListByServer(ct... function NewMockSqlServerFirewallRuleClient (line 34) | func NewMockSqlServerFirewallRuleClient(ctrl *gomock.Controller) *MockSq... FILE: sources/azure/shared/mocks/mock_sql_server_keys_client.go type MockSqlServerKeysClient (line 22) | type MockSqlServerKeysClient struct method EXPECT (line 41) | func (m *MockSqlServerKeysClient) EXPECT() *MockSqlServerKeysClientMoc... method Get (line 46) | func (m *MockSqlServerKeysClient) Get(ctx context.Context, resourceGro... method NewListByServerPager (line 61) | func (m *MockSqlServerKeysClient) NewListByServerPager(resourceGroupNa... type MockSqlServerKeysClientMockRecorder (line 29) | type MockSqlServerKeysClientMockRecorder struct method Get (line 55) | func (mr *MockSqlServerKeysClientMockRecorder) Get(ctx, resourceGroupN... method NewListByServerPager (line 69) | func (mr *MockSqlServerKeysClientMockRecorder) NewListByServerPager(re... function NewMockSqlServerKeysClient (line 34) | func NewMockSqlServerKeysClient(ctrl *gomock.Controller) *MockSqlServerK... FILE: sources/azure/shared/mocks/mock_sql_server_private_endpoint_connection_client.go type MockSQLServerPrivateEndpointConnectionsClient (line 22) | type MockSQLServerPrivateEndpointConnectionsClient struct method EXPECT (line 41) | func (m *MockSQLServerPrivateEndpointConnectionsClient) EXPECT() *Mock... method Get (line 46) | func (m *MockSQLServerPrivateEndpointConnectionsClient) Get(ctx contex... method ListByServer (line 61) | func (m *MockSQLServerPrivateEndpointConnectionsClient) ListByServer(c... type MockSQLServerPrivateEndpointConnectionsClientMockRecorder (line 29) | type MockSQLServerPrivateEndpointConnectionsClientMockRecorder struct method Get (line 55) | func (mr *MockSQLServerPrivateEndpointConnectionsClientMockRecorder) G... method ListByServer (line 69) | func (mr *MockSQLServerPrivateEndpointConnectionsClientMockRecorder) L... function NewMockSQLServerPrivateEndpointConnectionsClient (line 34) | func NewMockSQLServerPrivateEndpointConnectionsClient(ctrl *gomock.Contr... FILE: sources/azure/shared/mocks/mock_sql_server_virtual_network_rule_client.go type MockSqlServerVirtualNetworkRuleClient (line 22) | type MockSqlServerVirtualNetworkRuleClient struct method EXPECT (line 41) | func (m *MockSqlServerVirtualNetworkRuleClient) EXPECT() *MockSqlServe... method Get (line 46) | func (m *MockSqlServerVirtualNetworkRuleClient) Get(ctx context.Contex... method ListByServer (line 61) | func (m *MockSqlServerVirtualNetworkRuleClient) ListByServer(ctx conte... type MockSqlServerVirtualNetworkRuleClientMockRecorder (line 29) | type MockSqlServerVirtualNetworkRuleClientMockRecorder struct method Get (line 55) | func (mr *MockSqlServerVirtualNetworkRuleClientMockRecorder) Get(ctx, ... method ListByServer (line 69) | func (mr *MockSqlServerVirtualNetworkRuleClientMockRecorder) ListBySer... function NewMockSqlServerVirtualNetworkRuleClient (line 34) | func NewMockSqlServerVirtualNetworkRuleClient(ctrl *gomock.Controller) *... FILE: sources/azure/shared/mocks/mock_sql_servers_client.go type MockSqlServersClient (line 22) | type MockSqlServersClient struct method EXPECT (line 41) | func (m *MockSqlServersClient) EXPECT() *MockSqlServersClientMockRecor... method Get (line 46) | func (m *MockSqlServersClient) Get(ctx context.Context, resourceGroupN... method ListByResourceGroup (line 61) | func (m *MockSqlServersClient) ListByResourceGroup(ctx context.Context... type MockSqlServersClientMockRecorder (line 29) | type MockSqlServersClientMockRecorder struct method Get (line 55) | func (mr *MockSqlServersClientMockRecorder) Get(ctx, resourceGroupName... method ListByResourceGroup (line 69) | func (mr *MockSqlServersClientMockRecorder) ListByResourceGroup(ctx, r... function NewMockSqlServersClient (line 34) | func NewMockSqlServersClient(ctrl *gomock.Controller) *MockSqlServersCli... FILE: sources/azure/shared/mocks/mock_storage_accounts_client.go type MockStorageAccountsClient (line 22) | type MockStorageAccountsClient struct method EXPECT (line 41) | func (m *MockStorageAccountsClient) EXPECT() *MockStorageAccountsClien... method Get (line 46) | func (m *MockStorageAccountsClient) Get(ctx context.Context, resourceG... method NewListByResourceGroupPager (line 61) | func (m *MockStorageAccountsClient) NewListByResourceGroupPager(resour... type MockStorageAccountsClientMockRecorder (line 29) | type MockStorageAccountsClientMockRecorder struct method Get (line 55) | func (mr *MockStorageAccountsClientMockRecorder) Get(ctx, resourceGrou... method NewListByResourceGroupPager (line 69) | func (mr *MockStorageAccountsClientMockRecorder) NewListByResourceGrou... function NewMockStorageAccountsClient (line 34) | func NewMockStorageAccountsClient(ctrl *gomock.Controller) *MockStorageA... FILE: sources/azure/shared/mocks/mock_storage_accounts_pager.go type MockStorageAccountsPagerInterface (line 21) | type MockStorageAccountsPagerInterface struct method EXPECT (line 40) | func (m *MockStorageAccountsPagerInterface) EXPECT() *MockStorageAccou... method More (line 45) | func (m *MockStorageAccountsPagerInterface) More() bool { method NextPage (line 59) | func (m *MockStorageAccountsPagerInterface) NextPage(ctx context.Conte... type MockStorageAccountsPagerInterfaceMockRecorder (line 28) | type MockStorageAccountsPagerInterfaceMockRecorder struct method More (line 53) | func (mr *MockStorageAccountsPagerInterfaceMockRecorder) More() *gomoc... method NextPage (line 68) | func (mr *MockStorageAccountsPagerInterfaceMockRecorder) NextPage(ctx ... function NewMockStorageAccountsPagerInterface (line 33) | func NewMockStorageAccountsPagerInterface(ctrl *gomock.Controller) *Mock... FILE: sources/azure/shared/mocks/mock_storage_private_endpoint_connection_client.go type MockStoragePrivateEndpointConnectionsClient (line 22) | type MockStoragePrivateEndpointConnectionsClient struct method EXPECT (line 41) | func (m *MockStoragePrivateEndpointConnectionsClient) EXPECT() *MockSt... method Get (line 46) | func (m *MockStoragePrivateEndpointConnectionsClient) Get(ctx context.... method List (line 61) | func (m *MockStoragePrivateEndpointConnectionsClient) List(ctx context... type MockStoragePrivateEndpointConnectionsClientMockRecorder (line 29) | type MockStoragePrivateEndpointConnectionsClientMockRecorder struct method Get (line 55) | func (mr *MockStoragePrivateEndpointConnectionsClientMockRecorder) Get... method List (line 69) | func (mr *MockStoragePrivateEndpointConnectionsClientMockRecorder) Lis... function NewMockStoragePrivateEndpointConnectionsClient (line 34) | func NewMockStoragePrivateEndpointConnectionsClient(ctrl *gomock.Control... FILE: sources/azure/shared/mocks/mock_subnets_client.go type MockSubnetsClient (line 22) | type MockSubnetsClient struct method EXPECT (line 41) | func (m *MockSubnetsClient) EXPECT() *MockSubnetsClientMockRecorder { method Get (line 46) | func (m *MockSubnetsClient) Get(ctx context.Context, resourceGroupName... method NewListPager (line 61) | func (m *MockSubnetsClient) NewListPager(resourceGroupName, virtualNet... type MockSubnetsClientMockRecorder (line 29) | type MockSubnetsClientMockRecorder struct method Get (line 55) | func (mr *MockSubnetsClientMockRecorder) Get(ctx, resourceGroupName, v... method NewListPager (line 69) | func (mr *MockSubnetsClientMockRecorder) NewListPager(resourceGroupNam... function NewMockSubnetsClient (line 34) | func NewMockSubnetsClient(ctrl *gomock.Controller) *MockSubnetsClient { FILE: sources/azure/shared/mocks/mock_tables_client.go type MockTablesClient (line 22) | type MockTablesClient struct method EXPECT (line 41) | func (m *MockTablesClient) EXPECT() *MockTablesClientMockRecorder { method Get (line 46) | func (m *MockTablesClient) Get(ctx context.Context, resourceGroupName,... method List (line 61) | func (m *MockTablesClient) List(ctx context.Context, resourceGroupName... type MockTablesClientMockRecorder (line 29) | type MockTablesClientMockRecorder struct method Get (line 55) | func (mr *MockTablesClientMockRecorder) Get(ctx, resourceGroupName, ac... method List (line 69) | func (mr *MockTablesClientMockRecorder) List(ctx, resourceGroupName, a... function NewMockTablesClient (line 34) | func NewMockTablesClient(ctrl *gomock.Controller) *MockTablesClient { FILE: sources/azure/shared/mocks/mock_user_assigned_identities_client.go type MockUserAssignedIdentitiesClient (line 22) | type MockUserAssignedIdentitiesClient struct method EXPECT (line 41) | func (m *MockUserAssignedIdentitiesClient) EXPECT() *MockUserAssignedI... method Get (line 46) | func (m *MockUserAssignedIdentitiesClient) Get(ctx context.Context, re... method ListByResourceGroup (line 61) | func (m *MockUserAssignedIdentitiesClient) ListByResourceGroup(resourc... type MockUserAssignedIdentitiesClientMockRecorder (line 29) | type MockUserAssignedIdentitiesClientMockRecorder struct method Get (line 55) | func (mr *MockUserAssignedIdentitiesClientMockRecorder) Get(ctx, resou... method ListByResourceGroup (line 69) | func (mr *MockUserAssignedIdentitiesClientMockRecorder) ListByResource... function NewMockUserAssignedIdentitiesClient (line 34) | func NewMockUserAssignedIdentitiesClient(ctrl *gomock.Controller) *MockU... FILE: sources/azure/shared/mocks/mock_vaults_client.go type MockVaultsClient (line 22) | type MockVaultsClient struct method EXPECT (line 41) | func (m *MockVaultsClient) EXPECT() *MockVaultsClientMockRecorder { method Get (line 46) | func (m *MockVaultsClient) Get(ctx context.Context, resourceGroupName,... method NewListByResourceGroupPager (line 61) | func (m *MockVaultsClient) NewListByResourceGroupPager(resourceGroupNa... type MockVaultsClientMockRecorder (line 29) | type MockVaultsClientMockRecorder struct method Get (line 55) | func (mr *MockVaultsClientMockRecorder) Get(ctx, resourceGroupName, va... method NewListByResourceGroupPager (line 69) | func (mr *MockVaultsClientMockRecorder) NewListByResourceGroupPager(re... function NewMockVaultsClient (line 34) | func NewMockVaultsClient(ctrl *gomock.Controller) *MockVaultsClient { FILE: sources/azure/shared/mocks/mock_virtual_machine_extensions_client.go type MockVirtualMachineExtensionsClient (line 21) | type MockVirtualMachineExtensionsClient struct method EXPECT (line 40) | func (m *MockVirtualMachineExtensionsClient) EXPECT() *MockVirtualMach... method Get (line 45) | func (m *MockVirtualMachineExtensionsClient) Get(ctx context.Context, ... method List (line 60) | func (m *MockVirtualMachineExtensionsClient) List(ctx context.Context,... type MockVirtualMachineExtensionsClientMockRecorder (line 28) | type MockVirtualMachineExtensionsClientMockRecorder struct method Get (line 54) | func (mr *MockVirtualMachineExtensionsClientMockRecorder) Get(ctx, res... method List (line 69) | func (mr *MockVirtualMachineExtensionsClientMockRecorder) List(ctx, re... function NewMockVirtualMachineExtensionsClient (line 33) | func NewMockVirtualMachineExtensionsClient(ctrl *gomock.Controller) *Moc... FILE: sources/azure/shared/mocks/mock_virtual_machine_run_commands_client.go type MockVirtualMachineRunCommandsClient (line 22) | type MockVirtualMachineRunCommandsClient struct method EXPECT (line 41) | func (m *MockVirtualMachineRunCommandsClient) EXPECT() *MockVirtualMac... method GetByVirtualMachine (line 46) | func (m *MockVirtualMachineRunCommandsClient) GetByVirtualMachine(ctx ... method NewListByVirtualMachinePager (line 61) | func (m *MockVirtualMachineRunCommandsClient) NewListByVirtualMachineP... type MockVirtualMachineRunCommandsClientMockRecorder (line 29) | type MockVirtualMachineRunCommandsClientMockRecorder struct method GetByVirtualMachine (line 55) | func (mr *MockVirtualMachineRunCommandsClientMockRecorder) GetByVirtua... method NewListByVirtualMachinePager (line 69) | func (mr *MockVirtualMachineRunCommandsClientMockRecorder) NewListByVi... function NewMockVirtualMachineRunCommandsClient (line 34) | func NewMockVirtualMachineRunCommandsClient(ctrl *gomock.Controller) *Mo... FILE: sources/azure/shared/mocks/mock_virtual_machine_scale_sets_client.go type MockVirtualMachineScaleSetsClient (line 22) | type MockVirtualMachineScaleSetsClient struct method EXPECT (line 41) | func (m *MockVirtualMachineScaleSetsClient) EXPECT() *MockVirtualMachi... method Get (line 46) | func (m *MockVirtualMachineScaleSetsClient) Get(ctx context.Context, r... method NewListPager (line 61) | func (m *MockVirtualMachineScaleSetsClient) NewListPager(resourceGroup... type MockVirtualMachineScaleSetsClientMockRecorder (line 29) | type MockVirtualMachineScaleSetsClientMockRecorder struct method Get (line 55) | func (mr *MockVirtualMachineScaleSetsClientMockRecorder) Get(ctx, reso... method NewListPager (line 69) | func (mr *MockVirtualMachineScaleSetsClientMockRecorder) NewListPager(... function NewMockVirtualMachineScaleSetsClient (line 34) | func NewMockVirtualMachineScaleSetsClient(ctrl *gomock.Controller) *Mock... FILE: sources/azure/shared/mocks/mock_virtual_machines_client.go type MockVirtualMachinesClient (line 22) | type MockVirtualMachinesClient struct method EXPECT (line 41) | func (m *MockVirtualMachinesClient) EXPECT() *MockVirtualMachinesClien... method Get (line 46) | func (m *MockVirtualMachinesClient) Get(ctx context.Context, resourceG... method NewListPager (line 61) | func (m *MockVirtualMachinesClient) NewListPager(resourceGroupName str... type MockVirtualMachinesClientMockRecorder (line 29) | type MockVirtualMachinesClientMockRecorder struct method Get (line 55) | func (mr *MockVirtualMachinesClientMockRecorder) Get(ctx, resourceGrou... method NewListPager (line 69) | func (mr *MockVirtualMachinesClientMockRecorder) NewListPager(resource... function NewMockVirtualMachinesClient (line 34) | func NewMockVirtualMachinesClient(ctrl *gomock.Controller) *MockVirtualM... FILE: sources/azure/shared/mocks/mock_virtual_machines_pager.go type MockVirtualMachinesPagerInterface (line 21) | type MockVirtualMachinesPagerInterface struct method EXPECT (line 40) | func (m *MockVirtualMachinesPagerInterface) EXPECT() *MockVirtualMachi... method More (line 45) | func (m *MockVirtualMachinesPagerInterface) More() bool { method NextPage (line 59) | func (m *MockVirtualMachinesPagerInterface) NextPage(ctx context.Conte... type MockVirtualMachinesPagerInterfaceMockRecorder (line 28) | type MockVirtualMachinesPagerInterfaceMockRecorder struct method More (line 53) | func (mr *MockVirtualMachinesPagerInterfaceMockRecorder) More() *gomoc... method NextPage (line 68) | func (mr *MockVirtualMachinesPagerInterfaceMockRecorder) NextPage(ctx ... function NewMockVirtualMachinesPagerInterface (line 33) | func NewMockVirtualMachinesPagerInterface(ctrl *gomock.Controller) *Mock... FILE: sources/azure/shared/mocks/mock_virtual_network_gateway_connections_client.go type MockVirtualNetworkGatewayConnectionsClient (line 22) | type MockVirtualNetworkGatewayConnectionsClient struct method EXPECT (line 41) | func (m *MockVirtualNetworkGatewayConnectionsClient) EXPECT() *MockVir... method Get (line 46) | func (m *MockVirtualNetworkGatewayConnectionsClient) Get(ctx context.C... method NewListPager (line 61) | func (m *MockVirtualNetworkGatewayConnectionsClient) NewListPager(reso... type MockVirtualNetworkGatewayConnectionsClientMockRecorder (line 29) | type MockVirtualNetworkGatewayConnectionsClientMockRecorder struct method Get (line 55) | func (mr *MockVirtualNetworkGatewayConnectionsClientMockRecorder) Get(... method NewListPager (line 69) | func (mr *MockVirtualNetworkGatewayConnectionsClientMockRecorder) NewL... function NewMockVirtualNetworkGatewayConnectionsClient (line 34) | func NewMockVirtualNetworkGatewayConnectionsClient(ctrl *gomock.Controll... FILE: sources/azure/shared/mocks/mock_virtual_network_gateways_client.go type MockVirtualNetworkGatewaysClient (line 22) | type MockVirtualNetworkGatewaysClient struct method EXPECT (line 41) | func (m *MockVirtualNetworkGatewaysClient) EXPECT() *MockVirtualNetwor... method Get (line 46) | func (m *MockVirtualNetworkGatewaysClient) Get(ctx context.Context, re... method NewListPager (line 61) | func (m *MockVirtualNetworkGatewaysClient) NewListPager(resourceGroupN... type MockVirtualNetworkGatewaysClientMockRecorder (line 29) | type MockVirtualNetworkGatewaysClientMockRecorder struct method Get (line 55) | func (mr *MockVirtualNetworkGatewaysClientMockRecorder) Get(ctx, resou... method NewListPager (line 69) | func (mr *MockVirtualNetworkGatewaysClientMockRecorder) NewListPager(r... function NewMockVirtualNetworkGatewaysClient (line 34) | func NewMockVirtualNetworkGatewaysClient(ctrl *gomock.Controller) *MockV... FILE: sources/azure/shared/mocks/mock_virtual_network_links_client.go type MockVirtualNetworkLinksClient (line 22) | type MockVirtualNetworkLinksClient struct method EXPECT (line 41) | func (m *MockVirtualNetworkLinksClient) EXPECT() *MockVirtualNetworkLi... method Get (line 46) | func (m *MockVirtualNetworkLinksClient) Get(ctx context.Context, resou... method NewListPager (line 61) | func (m *MockVirtualNetworkLinksClient) NewListPager(resourceGroupName... type MockVirtualNetworkLinksClientMockRecorder (line 29) | type MockVirtualNetworkLinksClientMockRecorder struct method Get (line 55) | func (mr *MockVirtualNetworkLinksClientMockRecorder) Get(ctx, resource... method NewListPager (line 69) | func (mr *MockVirtualNetworkLinksClientMockRecorder) NewListPager(reso... function NewMockVirtualNetworkLinksClient (line 34) | func NewMockVirtualNetworkLinksClient(ctrl *gomock.Controller) *MockVirt... FILE: sources/azure/shared/mocks/mock_virtual_network_peerings_client.go type MockVirtualNetworkPeeringsClient (line 22) | type MockVirtualNetworkPeeringsClient struct method EXPECT (line 41) | func (m *MockVirtualNetworkPeeringsClient) EXPECT() *MockVirtualNetwor... method Get (line 46) | func (m *MockVirtualNetworkPeeringsClient) Get(ctx context.Context, re... method NewListPager (line 61) | func (m *MockVirtualNetworkPeeringsClient) NewListPager(resourceGroupN... type MockVirtualNetworkPeeringsClientMockRecorder (line 29) | type MockVirtualNetworkPeeringsClientMockRecorder struct method Get (line 55) | func (mr *MockVirtualNetworkPeeringsClientMockRecorder) Get(ctx, resou... method NewListPager (line 69) | func (mr *MockVirtualNetworkPeeringsClientMockRecorder) NewListPager(r... function NewMockVirtualNetworkPeeringsClient (line 34) | func NewMockVirtualNetworkPeeringsClient(ctrl *gomock.Controller) *MockV... FILE: sources/azure/shared/mocks/mock_virtual_networks_client.go type MockVirtualNetworksClient (line 22) | type MockVirtualNetworksClient struct method EXPECT (line 41) | func (m *MockVirtualNetworksClient) EXPECT() *MockVirtualNetworksClien... method Get (line 46) | func (m *MockVirtualNetworksClient) Get(ctx context.Context, resourceG... method NewListPager (line 61) | func (m *MockVirtualNetworksClient) NewListPager(resourceGroupName str... type MockVirtualNetworksClientMockRecorder (line 29) | type MockVirtualNetworksClientMockRecorder struct method Get (line 55) | func (mr *MockVirtualNetworksClientMockRecorder) Get(ctx, resourceGrou... method NewListPager (line 69) | func (mr *MockVirtualNetworksClientMockRecorder) NewListPager(resource... function NewMockVirtualNetworksClient (line 34) | func NewMockVirtualNetworksClient(ctrl *gomock.Controller) *MockVirtualN... FILE: sources/azure/shared/mocks/mock_zones_client.go type MockZonesClient (line 22) | type MockZonesClient struct method EXPECT (line 41) | func (m *MockZonesClient) EXPECT() *MockZonesClientMockRecorder { method Get (line 46) | func (m *MockZonesClient) Get(ctx context.Context, resourceGroupName, ... method NewListByResourceGroupPager (line 61) | func (m *MockZonesClient) NewListByResourceGroupPager(resourceGroupNam... type MockZonesClientMockRecorder (line 29) | type MockZonesClientMockRecorder struct method Get (line 55) | func (mr *MockZonesClientMockRecorder) Get(ctx, resourceGroupName, zon... method NewListByResourceGroupPager (line 69) | func (mr *MockZonesClientMockRecorder) NewListByResourceGroupPager(res... function NewMockZonesClient (line 34) | func NewMockZonesClient(ctrl *gomock.Controller) *MockZonesClient { FILE: sources/azure/shared/mocks/pager_helpers.go function NewMockVirtualMachinesPager (line 18) | func NewMockVirtualMachinesPager(ctrl *gomock.Controller) *MockVirtualMa... function NewMockStorageAccountsPager (line 29) | func NewMockStorageAccountsPager(ctrl *gomock.Controller) *MockStorageAc... FILE: sources/azure/shared/models.go constant Azure (line 7) | Azure shared.Source = "azure" constant Compute (line 15) | Compute shared.API = "compute" constant Network (line 18) | Network shared.API = "network" constant Storage (line 21) | Storage shared.API = "storage" constant SQL (line 24) | SQL shared.API = "sql" constant DocumentDB (line 27) | DocumentDB shared.API = "documentdb" constant KeyVault (line 30) | KeyVault shared.API = "keyvault" constant ManagedIdentity (line 33) | ManagedIdentity shared.API = "managedidentity" constant Batch (line 36) | Batch shared.API = "batch" constant DBforPostgreSQL (line 39) | DBforPostgreSQL shared.API = "dbforpostgresql" constant ElasticSAN (line 42) | ElasticSAN shared.API = "elasticsan" constant Authorization (line 45) | Authorization shared.API = "authorization" constant Maintenance (line 48) | Maintenance shared.API = "maintenance" constant Resources (line 51) | Resources shared.API = "resources" constant OperationalInsights (line 54) | OperationalInsights shared.API = "operationalinsights" constant Insights (line 57) | Insights shared.API = "insights" constant ExtendedLocation (line 60) | ExtendedLocation shared.API = "extendedlocation" constant VirtualMachine (line 67) | VirtualMachine shared.Resource = "virtual-machine" constant Disk (line 68) | Disk shared.Resource = "disk" constant AvailabilitySet (line 69) | AvailabilitySet shared.Resource = "availability-set" constant VirtualMachineExtension (line 70) | VirtualMachineExtension shared.Resource = "virtual-machine-e... constant VirtualMachineRunCommand (line 71) | VirtualMachineRunCommand shared.Resource = "virtual-machine-r... constant VirtualMachineScaleSet (line 72) | VirtualMachineScaleSet shared.Resource = "virtual-machine-s... constant DiskEncryptionSet (line 73) | DiskEncryptionSet shared.Resource = "disk-encryption-set" constant ProximityPlacementGroup (line 74) | ProximityPlacementGroup shared.Resource = "proximity-placeme... constant DedicatedHostGroup (line 75) | DedicatedHostGroup shared.Resource = "dedicated-host-gr... constant DedicatedHost (line 76) | DedicatedHost shared.Resource = "dedicated-host" constant CapacityReservationGroup (line 77) | CapacityReservationGroup shared.Resource = "capacity-reservat... constant CapacityReservation (line 78) | CapacityReservation shared.Resource = "capacity-reservat... constant Image (line 79) | Image shared.Resource = "image" constant Snapshot (line 80) | Snapshot shared.Resource = "snapshot" constant DiskAccess (line 81) | DiskAccess shared.Resource = "disk-access" constant DiskAccessPrivateEndpointConnection (line 82) | DiskAccessPrivateEndpointConnection shared.Resource = "disk-access-priva... constant SharedGalleryImage (line 83) | SharedGalleryImage shared.Resource = "shared-gallery-im... constant SharedGallery (line 84) | SharedGallery shared.Resource = "shared-gallery" constant CommunityGalleryImage (line 85) | CommunityGalleryImage shared.Resource = "community-gallery... constant GalleryApplicationVersion (line 86) | GalleryApplicationVersion shared.Resource = "gallery-applicati... constant GalleryApplication (line 87) | GalleryApplication shared.Resource = "gallery-application" constant GalleryImage (line 88) | GalleryImage shared.Resource = "gallery-image" constant Gallery (line 89) | Gallery shared.Resource = "gallery" constant VirtualNetwork (line 92) | VirtualNetwork shared.Resource = "virtua... constant Subnet (line 93) | Subnet shared.Resource = "subnet" constant NetworkInterface (line 94) | NetworkInterface shared.Resource = "networ... constant PublicIPAddress (line 95) | PublicIPAddress shared.Resource = "public... constant NetworkSecurityGroup (line 96) | NetworkSecurityGroup shared.Resource = "networ... constant VirtualNetworkPeering (line 97) | VirtualNetworkPeering shared.Resource = "virtua... constant NetworkInterfaceIPConfiguration (line 98) | NetworkInterfaceIPConfiguration shared.Resource = "networ... constant PrivateEndpoint (line 99) | PrivateEndpoint shared.Resource = "privat... constant LoadBalancer (line 100) | LoadBalancer shared.Resource = "load-b... constant LoadBalancerFrontendIPConfiguration (line 101) | LoadBalancerFrontendIPConfiguration shared.Resource = "load-b... constant LoadBalancerBackendAddressPool (line 102) | LoadBalancerBackendAddressPool shared.Resource = "load-b... constant LoadBalancerInboundNatRule (line 103) | LoadBalancerInboundNatRule shared.Resource = "load-b... constant LoadBalancerLoadBalancingRule (line 104) | LoadBalancerLoadBalancingRule shared.Resource = "load-b... constant LoadBalancerProbe (line 105) | LoadBalancerProbe shared.Resource = "load-b... constant LoadBalancerOutboundRule (line 106) | LoadBalancerOutboundRule shared.Resource = "load-b... constant LoadBalancerInboundNatPool (line 107) | LoadBalancerInboundNatPool shared.Resource = "load-b... constant PublicIPPrefix (line 108) | PublicIPPrefix shared.Resource = "public... constant CustomIPPrefix (line 109) | CustomIPPrefix shared.Resource = "custom... constant NatGateway (line 110) | NatGateway shared.Resource = "nat-ga... constant DdosProtectionPlan (line 111) | DdosProtectionPlan shared.Resource = "ddos-p... constant ApplicationGateway (line 112) | ApplicationGateway shared.Resource = "applic... constant ApplicationGatewayBackendAddressPool (line 113) | ApplicationGatewayBackendAddressPool shared.Resource = "applic... constant ApplicationGatewayFrontendIPConfiguration (line 114) | ApplicationGatewayFrontendIPConfiguration shared.Resource = "applic... constant ApplicationGatewayGatewayIPConfiguration (line 115) | ApplicationGatewayGatewayIPConfiguration shared.Resource = "applic... constant ApplicationGatewayHTTPListener (line 116) | ApplicationGatewayHTTPListener shared.Resource = "applic... constant ApplicationGatewayBackendHTTPSettings (line 117) | ApplicationGatewayBackendHTTPSettings shared.Resource = "applic... constant ApplicationGatewayRequestRoutingRule (line 118) | ApplicationGatewayRequestRoutingRule shared.Resource = "applic... constant ApplicationGatewayProbe (line 119) | ApplicationGatewayProbe shared.Resource = "applic... constant ApplicationGatewaySSLCertificate (line 120) | ApplicationGatewaySSLCertificate shared.Resource = "applic... constant ApplicationGatewayURLPathMap (line 121) | ApplicationGatewayURLPathMap shared.Resource = "applic... constant ApplicationGatewayAuthenticationCertificate (line 122) | ApplicationGatewayAuthenticationCertificate shared.Resource = "applic... constant ApplicationGatewayTrustedRootCertificate (line 123) | ApplicationGatewayTrustedRootCertificate shared.Resource = "applic... constant ApplicationGatewayRewriteRuleSet (line 124) | ApplicationGatewayRewriteRuleSet shared.Resource = "applic... constant ApplicationGatewayRedirectConfiguration (line 125) | ApplicationGatewayRedirectConfiguration shared.Resource = "applic... constant ApplicationGatewayWebApplicationFirewallPolicy (line 126) | ApplicationGatewayWebApplicationFirewallPolicy shared.Resource = "applic... constant ApplicationSecurityGroup (line 127) | ApplicationSecurityGroup shared.Resource = "applic... constant SecurityRule (line 128) | SecurityRule shared.Resource = "securi... constant DefaultSecurityRule (line 129) | DefaultSecurityRule shared.Resource = "defaul... constant IPGroup (line 130) | IPGroup shared.Resource = "ip-group" constant Firewall (line 131) | Firewall shared.Resource = "firewall" constant FirewallPolicy (line 132) | FirewallPolicy shared.Resource = "firewa... constant RouteTable (line 133) | RouteTable shared.Resource = "route-... constant Route (line 134) | Route shared.Resource = "route" constant VirtualNetworkGateway (line 135) | VirtualNetworkGateway shared.Resource = "virtua... constant VirtualNetworkGatewayConnection (line 136) | VirtualNetworkGatewayConnection shared.Resource = "virtua... constant VirtualNetworkGatewayNatRule (line 137) | VirtualNetworkGatewayNatRule shared.Resource = "virtua... constant VirtualNetworkGatewayIPConfiguration (line 138) | VirtualNetworkGatewayIPConfiguration shared.Resource = "virtua... constant LocalNetworkGateway (line 139) | LocalNetworkGateway shared.Resource = "local-... constant ExpressRouteCircuitPeering (line 140) | ExpressRouteCircuitPeering shared.Resource = "expres... constant PrivateDNSZone (line 141) | PrivateDNSZone shared.Resource = "privat... constant Zone (line 142) | Zone shared.Resource = "zone" constant DNSRecordSet (line 143) | DNSRecordSet shared.Resource = "dns-re... constant DNSVirtualNetworkLink (line 144) | DNSVirtualNetworkLink shared.Resource = "dns-vi... constant FlowLog (line 145) | FlowLog shared.Resource = "flow-log" constant PrivateLinkService (line 146) | PrivateLinkService shared.Resource = "privat... constant DscpConfiguration (line 147) | DscpConfiguration shared.Resource = "dscp-c... constant VirtualNetworkTap (line 148) | VirtualNetworkTap shared.Resource = "virtua... constant NetworkInterfaceTapConfiguration (line 149) | NetworkInterfaceTapConfiguration shared.Resource = "networ... constant ServiceEndpointPolicy (line 150) | ServiceEndpointPolicy shared.Resource = "servic... constant IpAllocation (line 151) | IpAllocation shared.Resource = "ip-all... constant NetworkWatcher (line 152) | NetworkWatcher shared.Resource = "networ... constant Account (line 155) | Account shared.Resource = "account" constant BlobContainer (line 156) | BlobContainer shared.Resource = "blob-container" constant EncryptionScope (line 157) | EncryptionScope shared.Resource = "encryption-sc... constant FileShare (line 158) | FileShare shared.Resource = "file-share" constant Table (line 159) | Table shared.Resource = "table" constant Queue (line 160) | Queue shared.Resource = "queue" constant StorageAccountPrivateEndpointConnection (line 161) | StorageAccountPrivateEndpointConnection shared.Resource = "storage-accou... constant Database (line 164) | Database shared.Resource = "database" constant RecoverableDatabase (line 165) | RecoverableDatabase shared.Resource = "recoverable-dat... constant RestorableDroppedDatabase (line 166) | RestorableDroppedDatabase shared.Resource = "restorable-drop... constant RecoveryServicesRecoveryPoint (line 167) | RecoveryServicesRecoveryPoint shared.Resource = "recovery-servic... constant Server (line 168) | Server shared.Resource = "server" constant ElasticPool (line 169) | ElasticPool shared.Resource = "elastic-pool" constant ServerFirewallRule (line 170) | ServerFirewallRule shared.Resource = "server-firewall... constant ServerVirtualNetworkRule (line 171) | ServerVirtualNetworkRule shared.Resource = "server-virtual-... constant ServerKey (line 172) | ServerKey shared.Resource = "server-key" constant ServerFailoverGroup (line 173) | ServerFailoverGroup shared.Resource = "server-failover... constant ServerAdministrator (line 174) | ServerAdministrator shared.Resource = "server-administ... constant ServerSyncGroup (line 175) | ServerSyncGroup shared.Resource = "server-sync-group" constant ServerSyncAgent (line 176) | ServerSyncAgent shared.Resource = "server-sync-agent" constant ServerPrivateEndpointConnection (line 177) | ServerPrivateEndpointConnection shared.Resource = "server-private-... constant ServerAuditingSetting (line 178) | ServerAuditingSetting shared.Resource = "server-auditing... constant ServerSecurityAlertPolicy (line 179) | ServerSecurityAlertPolicy shared.Resource = "server-security... constant ServerVulnerabilityAssessment (line 180) | ServerVulnerabilityAssessment shared.Resource = "server-vulnerab... constant ServerEncryptionProtector (line 181) | ServerEncryptionProtector shared.Resource = "server-encrypti... constant ServerBlobAuditingPolicy (line 182) | ServerBlobAuditingPolicy shared.Resource = "server-blob-aud... constant ServerAutomaticTuning (line 183) | ServerAutomaticTuning shared.Resource = "server-automati... constant ServerAdvancedThreatProtectionSetting (line 184) | ServerAdvancedThreatProtectionSetting shared.Resource = "server-advanced... constant ServerDnsAlias (line 185) | ServerDnsAlias shared.Resource = "server-dns-alias" constant ServerUsage (line 186) | ServerUsage shared.Resource = "server-usage" constant ServerOperation (line 187) | ServerOperation shared.Resource = "server-operation" constant ServerAdvisor (line 188) | ServerAdvisor shared.Resource = "server-advisor" constant ServerBackupLongTermRetentionPolicy (line 189) | ServerBackupLongTermRetentionPolicy shared.Resource = "server-backup-l... constant ServerDevOpsAuditSetting (line 190) | ServerDevOpsAuditSetting shared.Resource = "server-devops-a... constant ServerTrustGroup (line 191) | ServerTrustGroup shared.Resource = "server-trust-gr... constant ServerOutboundFirewallRule (line 192) | ServerOutboundFirewallRule shared.Resource = "server-outbound... constant ServerPrivateLinkResource (line 193) | ServerPrivateLinkResource shared.Resource = "server-private-... constant LongTermRetentionBackup (line 194) | LongTermRetentionBackup shared.Resource = "long-term-reten... constant DatabaseSchema (line 195) | DatabaseSchema shared.Resource = "database-schema" constant MaintenanceConfiguration (line 198) | MaintenanceConfiguration shared.Resource = "maintenance-configuration" constant FlexibleServer (line 201) | FlexibleServer shared.Resource = "flexible-server" constant FlexibleServerFirewallRule (line 202) | FlexibleServerFirewallRule shared.Resource = "flexible-serv... constant FlexibleServerConfiguration (line 203) | FlexibleServerConfiguration shared.Resource = "flexible-serv... constant FlexibleServerAdministrator (line 204) | FlexibleServerAdministrator shared.Resource = "flexible-serv... constant FlexibleServerPrivateEndpointConnection (line 205) | FlexibleServerPrivateEndpointConnection shared.Resource = "flexible-serv... constant FlexibleServerPrivateLinkResource (line 206) | FlexibleServerPrivateLinkResource shared.Resource = "flexible-serv... constant FlexibleServerReplica (line 207) | FlexibleServerReplica shared.Resource = "flexible-serv... constant FlexibleServerMigration (line 208) | FlexibleServerMigration shared.Resource = "flexible-serv... constant FlexibleServerBackup (line 209) | FlexibleServerBackup shared.Resource = "flexible-serv... constant FlexibleServerVirtualEndpoint (line 210) | FlexibleServerVirtualEndpoint shared.Resource = "flexible-serv... constant DatabaseAccounts (line 213) | DatabaseAccounts shared.Resource = "database-accounts" constant PrivateEndpointConnection (line 214) | PrivateEndpointConnection shared.Resource = "private-endpoint-connection" constant Vault (line 217) | Vault shared.Resource = "vault" constant Secret (line 218) | Secret shared.Resource = "secret" constant Key (line 219) | Key shared.Resource = "key" constant ManagedHSM (line 220) | ManagedHSM shared.Resource = "managed-hsm" constant ManagedHSMPrivateEndpointConnection (line 221) | ManagedHSMPrivateEndpointConnection shared.Resource = "managed-hsm-priva... constant UserAssignedIdentity (line 224) | UserAssignedIdentity shared.Resource = "user-assigned-identity" constant FederatedIdentityCredential (line 225) | FederatedIdentityCredential shared.Resource = "federated-identity-creden... constant BatchAccount (line 228) | BatchAccount shared.Resource = "batch-account" constant BatchApplication (line 229) | BatchApplication shared.Resource = "batch-application" constant BatchApplicationPackage (line 230) | BatchApplicationPackage shared.Resource = "batch-application-pack... constant BatchPool (line 231) | BatchPool shared.Resource = "batch-pool" constant BatchCertificate (line 232) | BatchCertificate shared.Resource = "batch-certificate" constant BatchPrivateEndpointConnection (line 233) | BatchPrivateEndpointConnection shared.Resource = "batch-private-endpoint... constant BatchPrivateLinkResource (line 234) | BatchPrivateLinkResource shared.Resource = "batch-private-link-res... constant BatchDetector (line 235) | BatchDetector shared.Resource = "batch-detector" constant ElasticSanResource (line 238) | ElasticSanResource shared.Resource = "elastic-san" constant VolumeGroup (line 239) | VolumeGroup shared.Resource = "volume-group" constant Volume (line 240) | Volume shared.Resource = "volume" constant VolumeSnapshot (line 241) | VolumeSnapshot shared.Resource = "elastic-san-volume-snapshot" constant RoleAssignment (line 244) | RoleAssignment shared.Resource = "role-assignment" constant RoleDefinition (line 245) | RoleDefinition shared.Resource = "role-definition" constant Subscription (line 248) | Subscription shared.Resource = "subscription" constant ResourceGroup (line 249) | ResourceGroup shared.Resource = "resource-group" constant Workspace (line 252) | Workspace shared.Resource = "workspace" constant Cluster (line 253) | Cluster shared.Resource = "cluster" constant PrivateLinkScopeScopedResource (line 256) | PrivateLinkScopeScopedResource shared.Resource = "private-link-scope-sco... constant CustomLocation (line 259) | CustomLocation shared.Resource = "custom-location" FILE: sources/azure/shared/resource_id_item_type.go function CamelCaseToKebab (line 30) | func CamelCaseToKebab(s string) string { function SingularizeResourceType (line 54) | func SingularizeResourceType(kebab string) string { function ItemTypeFromLinkedResourceID (line 77) | func ItemTypeFromLinkedResourceID(resourceID string) string { FILE: sources/azure/shared/resource_id_item_type_test.go function TestCamelCaseToKebab (line 9) | func TestCamelCaseToKebab(t *testing.T) { function TestSingularizeResourceType (line 32) | func TestSingularizeResourceType(t *testing.T) { function TestItemTypeFromLinkedResourceID (line 56) | func TestItemTypeFromLinkedResourceID(t *testing.T) { FILE: sources/azure/shared/scope.go type ResourceGroupScope (line 12) | type ResourceGroupScope struct method ToScope (line 26) | func (r ResourceGroupScope) ToScope() string { function NewResourceGroupScope (line 18) | func NewResourceGroupScope(subscriptionID, resourceGroup string) Resourc... type MultiResourceGroupBase (line 32) | type MultiResourceGroupBase struct method ResourceGroupScopeFromScope (line 60) | func (m *MultiResourceGroupBase) ResourceGroupScopeFromScope(scope str... method ResourceGroupScopes (line 77) | func (m *MultiResourceGroupBase) ResourceGroupScopes() []ResourceGroup... method DefaultScope (line 82) | func (m *MultiResourceGroupBase) DefaultScope() string { function NewMultiResourceGroupBase (line 38) | func NewMultiResourceGroupBase( FILE: sources/azure/shared/utils.go function GetResourceIDPathKeys (line 18) | func GetResourceIDPathKeys(resourceType string) []string { function ExtractResourceName (line 77) | func ExtractResourceName(resourceID string) string { function ExtractPathParamsFromResourceID (line 102) | func ExtractPathParamsFromResourceID(resourceID string, keys []string) [... function ExtractDNSRecordSetParamsFromResourceID (line 142) | func ExtractDNSRecordSetParamsFromResourceID(resourceID string) []string { function ExtractPathParamsFromResourceIDByType (line 160) | func ExtractPathParamsFromResourceIDByType(resourceType string, resource... function ExtractSQLServerNameFromDatabaseID (line 175) | func ExtractSQLServerNameFromDatabaseID(databaseID string) string { function ExtractSQLElasticPoolNameFromID (line 192) | func ExtractSQLElasticPoolNameFromID(elasticPoolID string) string { function ExtractSQLDatabaseInfoFromResourceID (line 209) | func ExtractSQLDatabaseInfoFromResourceID(resourceID string) (serverName... function ExtractSQLRecoverableDatabaseInfoFromResourceID (line 226) | func ExtractSQLRecoverableDatabaseInfoFromResourceID(resourceID string) ... function ExtractSQLRestorableDroppedDatabaseInfoFromResourceID (line 243) | func ExtractSQLRestorableDroppedDatabaseInfoFromResourceID(resourceID st... function ExtractSQLLongTermRetentionBackupInfoFromResourceID (line 259) | func ExtractSQLLongTermRetentionBackupInfoFromResourceID(resourceID stri... function ExtractSQLElasticPoolInfoFromResourceID (line 276) | func ExtractSQLElasticPoolInfoFromResourceID(resourceID string) (serverN... type SourceResourceType (line 290) | type SourceResourceType constant SourceResourceTypeUnknown (line 293) | SourceResourceTypeUnknown SourceResourceType = iota constant SourceResourceTypeSQLDatabase (line 294) | SourceResourceTypeSQLDatabase constant SourceResourceTypeSQLElasticPool (line 295) | SourceResourceTypeSQLElasticPool function DetermineSourceResourceType (line 301) | func DetermineSourceResourceType(resourceID string) (SourceResourceType,... function ConvertAzureTags (line 334) | func ConvertAzureTags(azureTags map[string]*string) map[string]string { function ExtractVaultNameFromURI (line 350) | func ExtractVaultNameFromURI(uri string) string { function ExtractKeyNameFromURI (line 368) | func ExtractKeyNameFromURI(uri string) string { function ExtractSecretNameFromURI (line 386) | func ExtractSecretNameFromURI(uri string) string { function ExtractSubscriptionIDFromResourceID (line 408) | func ExtractSubscriptionIDFromResourceID(resourceID string) string { function ExtractResourceGroupFromResourceID (line 427) | func ExtractResourceGroupFromResourceID(resourceID string) string { function ExtractScopeFromResourceID (line 447) | func ExtractScopeFromResourceID(resourceID string) string { function ExtractDNSFromURL (line 479) | func ExtractDNSFromURL(urlStr string) string { function ExtractStorageAccountNameFromBlobURI (line 510) | func ExtractStorageAccountNameFromBlobURI(blobURI string) string { function ExtractContainerNameFromBlobURI (line 535) | func ExtractContainerNameFromBlobURI(blobURI string) string { function ConstructRoleAssignmentScope (line 577) | func ConstructRoleAssignmentScope(scopeInput, subscriptionID string) str... FILE: sources/azure/shared/utils_test.go function TestGetResourceIDPathKeys (line 10) | func TestGetResourceIDPathKeys(t *testing.T) { function TestExtractResourceName (line 58) | func TestExtractResourceName(t *testing.T) { function TestExtractPathParamsFromResourceID (line 111) | func TestExtractPathParamsFromResourceID(t *testing.T) { function TestExtractDNSRecordSetParamsFromResourceID (line 250) | func TestExtractDNSRecordSetParamsFromResourceID(t *testing.T) { function TestExtractPathParamsFromResourceIDByType (line 292) | func TestExtractPathParamsFromResourceIDByType(t *testing.T) { function TestConvertAzureTags (line 317) | func TestConvertAzureTags(t *testing.T) { function TestExtractSQLServerNameFromDatabaseID (line 410) | func TestExtractSQLServerNameFromDatabaseID(t *testing.T) { function TestExtractSQLElasticPoolNameFromID (line 448) | func TestExtractSQLElasticPoolNameFromID(t *testing.T) { function TestExtractSQLDatabaseInfoFromResourceID (line 486) | func TestExtractSQLDatabaseInfoFromResourceID(t *testing.T) { function TestExtractSQLRecoverableDatabaseInfoFromResourceID (line 532) | func TestExtractSQLRecoverableDatabaseInfoFromResourceID(t *testing.T) { function TestExtractSQLRestorableDroppedDatabaseInfoFromResourceID (line 578) | func TestExtractSQLRestorableDroppedDatabaseInfoFromResourceID(t *testin... function TestExtractSQLElasticPoolInfoFromResourceID (line 624) | func TestExtractSQLElasticPoolInfoFromResourceID(t *testing.T) { function TestExtractSQLLongTermRetentionBackupInfoFromResourceID (line 670) | func TestExtractSQLLongTermRetentionBackupInfoFromResourceID(t *testing.... function TestDetermineSourceResourceType (line 724) | func TestDetermineSourceResourceType(t *testing.T) { function TestExtractVaultNameFromURI (line 782) | func TestExtractVaultNameFromURI(t *testing.T) { function TestExtractKeyNameFromURI (line 830) | func TestExtractKeyNameFromURI(t *testing.T) { function TestExtractSecretNameFromURI (line 883) | func TestExtractSecretNameFromURI(t *testing.T) { function TestExtractScopeFromResourceID (line 936) | func TestExtractScopeFromResourceID(t *testing.T) { function TestExtractDNSFromURL (line 994) | func TestExtractDNSFromURL(t *testing.T) { function TestExtractStorageAccountNameFromBlobURI (line 1067) | func TestExtractStorageAccountNameFromBlobURI(t *testing.T) { FILE: sources/example/base.go type Base (line 13) | type Base struct method ProjectID (line 39) | func (m *Base) ProjectID() string { method Zone (line 44) | func (m *Base) Zone() string { function NewBase (line 21) | func NewBase( FILE: sources/example/custom_searchable_listable.go type customComputeInstanceWrapper (line 12) | type customComputeInstanceWrapper struct method AdapterMetadata (line 32) | func (d *customComputeInstanceWrapper) AdapterMetadata() *sdp.AdapterM... method PotentialLinks (line 57) | func (d *customComputeInstanceWrapper) PotentialLinks() map[shared.Ite... method GetLookups (line 63) | func (d *customComputeInstanceWrapper) GetLookups() sources.ItemTypeLo... method Get (line 70) | func (d *customComputeInstanceWrapper) Get(ctx context.Context, scope ... method List (line 80) | func (d *customComputeInstanceWrapper) List(ctx context.Context, scope... method SearchLookups (line 97) | func (d *customComputeInstanceWrapper) SearchLookups() []sources.ItemT... method Search (line 110) | func (d *customComputeInstanceWrapper) Search(ctx context.Context, sco... method externalTypeToSDPItem (line 132) | func (d *customComputeInstanceWrapper) externalTypeToSDPItem(external ... method mapper (line 153) | func (d *customComputeInstanceWrapper) mapper(externalItems []*Externa... method IAMPermissions (line 166) | func (d *customComputeInstanceWrapper) IAMPermissions() []string { function NewCustomSearchableListable (line 19) | func NewCustomSearchableListable(client ExternalAPIClient, projectID, zo... FILE: sources/example/errors.go function queryError (line 10) | func queryError(err error, scope string, itemType string) *sdp.QueryError { FILE: sources/example/metadata_test.go function TestStaticData (line 17) | func TestStaticData(t *testing.T) { FILE: sources/example/mocks/mock_external_api_client.go type MockExternalAPIClient (line 21) | type MockExternalAPIClient struct method EXPECT (line 40) | func (m *MockExternalAPIClient) EXPECT() *MockExternalAPIClientMockRec... method Get (line 45) | func (m *MockExternalAPIClient) Get(ctx context.Context, query string)... method List (line 60) | func (m *MockExternalAPIClient) List(ctx context.Context) ([]*example.... method Search (line 75) | func (m *MockExternalAPIClient) Search(ctx context.Context, query ...s... type MockExternalAPIClientMockRecorder (line 28) | type MockExternalAPIClientMockRecorder struct method Get (line 54) | func (mr *MockExternalAPIClientMockRecorder) Get(ctx, query any) *gomo... method List (line 69) | func (mr *MockExternalAPIClientMockRecorder) List(ctx any) *gomock.Call { method Search (line 88) | func (mr *MockExternalAPIClientMockRecorder) Search(ctx any, query ...... function NewMockExternalAPIClient (line 33) | func NewMockExternalAPIClient(ctrl *gomock.Controller) *MockExternalAPIC... FILE: sources/example/shared/models.go constant Source (line 8) | Source shared.Source = "GCP" constant Compute (line 13) | Compute shared.API = "compute" constant Instance (line 18) | Instance shared.Resource = "instance" constant Disk (line 19) | Disk shared.Resource = "disk" constant Status (line 20) | Status shared.Resource = "status" FILE: sources/example/standard_searchable_listable.go type ExternalType (line 24) | type ExternalType struct type NotFoundError (line 32) | type NotFoundError struct method Error (line 34) | func (e NotFoundError) Error() string { type ExternalAPIClient (line 41) | type ExternalAPIClient interface type computeInstanceWrapper (line 47) | type computeInstanceWrapper struct method TerraformMappings (line 67) | func (d *computeInstanceWrapper) TerraformMappings() []*sdp.TerraformM... method PotentialLinks (line 78) | func (d *computeInstanceWrapper) PotentialLinks() map[shared.ItemType]... method GetLookups (line 84) | func (d *computeInstanceWrapper) GetLookups() sources.ItemTypeLookups { method Get (line 91) | func (d *computeInstanceWrapper) Get(ctx context.Context, scope string... method List (line 101) | func (d *computeInstanceWrapper) List(ctx context.Context, scope strin... method SearchLookups (line 118) | func (d *computeInstanceWrapper) SearchLookups() []sources.ItemTypeLoo... method Search (line 131) | func (d *computeInstanceWrapper) Search(ctx context.Context, scope str... method externalTypeToSDPItem (line 153) | func (d *computeInstanceWrapper) externalTypeToSDPItem(external *Exter... method mapper (line 174) | func (d *computeInstanceWrapper) mapper(externalItems []*ExternalType)... method IAMPermissions (line 187) | func (d *computeInstanceWrapper) IAMPermissions() []string { function NewStandardSearchableListable (line 54) | func NewStandardSearchableListable(client ExternalAPIClient, projectID, ... FILE: sources/example/standard_searchable_listable_test.go function TestStandardSearchableListable (line 15) | func TestStandardSearchableListable(t *testing.T) { FILE: sources/example/validation_test.go type Validate (line 14) | type Validate interface function TestAdaptersValidation (line 18) | func TestAdaptersValidation(t *testing.T) { FILE: sources/gcp/cmd/root.go function Execute (line 93) | func Execute() { function init (line 100) | func init() { function initConfig (line 178) | func initConfig() { type TerminationLogHook (line 193) | type TerminationLogHook struct method Levels (line 195) | func (t TerminationLogHook) Levels() []log.Level { method Fire (line 199) | func (t TerminationLogHook) Fire(e *log.Entry) error { FILE: sources/gcp/cmd/root_test.go function TestRootCommand_ShowsUsageWithoutOptions (line 9) | func TestRootCommand_ShowsUsageWithoutOptions(t *testing.T) { FILE: sources/gcp/dynamic/adapter-listable.go type ListableAdapter (line 18) | type ListableAdapter struct method Metadata (line 47) | func (g ListableAdapter) Metadata() *sdp.AdapterMetadata { method List (line 63) | func (g ListableAdapter) List(ctx context.Context, scope string, ignor... method ListStream (line 147) | func (g ListableAdapter) ListStream(ctx context.Context, scope string,... function NewListableAdapter (line 25) | func NewListableAdapter(listEndpointFunc gcpshared.ListEndpointFunc, con... FILE: sources/gcp/dynamic/adapter-searchable-listable.go type SearchableListableDiscoveryAdapter (line 18) | type SearchableListableDiscoveryAdapter interface type SearchableListableAdapter (line 24) | type SearchableListableAdapter struct method Metadata (line 59) | func (g SearchableListableAdapter) Metadata() *sdp.AdapterMetadata { method Search (line 77) | func (g SearchableListableAdapter) Search(ctx context.Context, scope, ... method SearchStream (line 168) | func (g SearchableListableAdapter) SearchStream(ctx context.Context, s... function NewSearchableListableAdapter (line 32) | func NewSearchableListableAdapter(searchURLFunc gcpshared.EndpointFunc, ... FILE: sources/gcp/dynamic/adapter-searchable.go type SearchableAdapter (line 19) | type SearchableAdapter struct method Metadata (line 49) | func (g SearchableAdapter) Metadata() *sdp.AdapterMetadata { method Search (line 65) | func (g SearchableAdapter) Search(ctx context.Context, scope, query st... method SearchStream (line 146) | func (g SearchableAdapter) SearchStream(ctx context.Context, scope, qu... function NewSearchableAdapter (line 26) | func NewSearchableAdapter(searchEndpointFunc gcpshared.EndpointFunc, con... FILE: sources/gcp/dynamic/adapter.go type AdapterConfig (line 21) | type AdapterConfig struct type Adapter (line 38) | type Adapter struct method Type (line 73) | func (g Adapter) Type() string { method Name (line 77) | func (g Adapter) Name() string { method Metadata (line 81) | func (g Adapter) Metadata() *sdp.AdapterMetadata { method Scopes (line 95) | func (g Adapter) Scopes() []string { method validateScope (line 100) | func (g Adapter) validateScope(scope string) (gcpshared.LocationInfo, ... method Get (line 118) | func (g Adapter) Get(ctx context.Context, scope string, query string, ... method Validate (line 189) | func (g Adapter) Validate() error { function NewAdapter (line 55) | func NewAdapter(config *AdapterConfig, cache sdpcache.Cache) discovery.A... FILE: sources/gcp/dynamic/adapter_test.go function TestAdapter (line 13) | func TestAdapter(t *testing.T) { FILE: sources/gcp/dynamic/adapters.go type typeOfAdapter (line 13) | type typeOfAdapter constant Standard (line 16) | Standard typeOfAdapter = "standard" constant Listable (line 17) | Listable typeOfAdapter = "listable" constant Searchable (line 18) | Searchable typeOfAdapter = "searchable" constant SearchableListable (line 19) | SearchableListable typeOfAdapter = "searchableListable" function Adapters (line 24) | func Adapters(projectLocations, regionLocations, zoneLocations []gcpshar... function adapterType (line 95) | func adapterType(meta gcpshared.AdapterMeta) typeOfAdapter { function MakeAdapter (line 113) | func MakeAdapter(sdpItemType shared.ItemType, linker *gcpshared.Linker, ... FILE: sources/gcp/dynamic/adapters/ai-platform-batch-prediction-job_test.go function TestAIPlatformBatchPredictionJob (line 33) | func TestAIPlatformBatchPredictionJob(t *testing.T) { FILE: sources/gcp/dynamic/adapters/ai-platform-custom-job_test.go function TestAIPlatformCustomJob (line 19) | func TestAIPlatformCustomJob(t *testing.T) { FILE: sources/gcp/dynamic/adapters/ai-platform-endpoint_test.go function TestAIPlatformEndpoint (line 20) | func TestAIPlatformEndpoint(t *testing.T) { FILE: sources/gcp/dynamic/adapters/ai-platform-model-deployment-monitoring-job_test.go function TestAIPlatformModelDeploymentMonitoringJob (line 19) | func TestAIPlatformModelDeploymentMonitoringJob(t *testing.T) { FILE: sources/gcp/dynamic/adapters/ai-platform-model_test.go function TestAIPlatformModel (line 19) | func TestAIPlatformModel(t *testing.T) { FILE: sources/gcp/dynamic/adapters/ai-platform-pipeline-job_test.go function TestAIPlatformPipelineJob (line 19) | func TestAIPlatformPipelineJob(t *testing.T) { FILE: sources/gcp/dynamic/adapters/artifact-registry-docker-image_test.go function TestArtifactRegistryDockerImage (line 22) | func TestArtifactRegistryDockerImage(t *testing.T) { FILE: sources/gcp/dynamic/adapters/big-query-data-transfer-transfer-config_test.go function stringValuePtr (line 21) | func stringValuePtr(s string) *wrapperspb.StringValue { function TestBigQueryDataTransferTransferConfig (line 25) | func TestBigQueryDataTransferTransferConfig(t *testing.T) { FILE: sources/gcp/dynamic/adapters/big-table-admin-app-profile_test.go function TestBigTableAdminAppProfile (line 19) | func TestBigTableAdminAppProfile(t *testing.T) { FILE: sources/gcp/dynamic/adapters/big-table-admin-backup_test.go function TestBigTableAdminBackup (line 19) | func TestBigTableAdminBackup(t *testing.T) { FILE: sources/gcp/dynamic/adapters/big-table-admin-cluster_test.go function TestBigTableAdminCluster (line 19) | func TestBigTableAdminCluster(t *testing.T) { FILE: sources/gcp/dynamic/adapters/big-table-admin-instance_test.go function TestBigTableAdminInstance (line 19) | func TestBigTableAdminInstance(t *testing.T) { FILE: sources/gcp/dynamic/adapters/big-table-admin-table_test.go function TestBigTableAdminTable (line 19) | func TestBigTableAdminTable(t *testing.T) { FILE: sources/gcp/dynamic/adapters/cloud-billing-billing-info_test.go function TestCloudBillingBillingInfo (line 17) | func TestCloudBillingBillingInfo(t *testing.T) { FILE: sources/gcp/dynamic/adapters/cloud-build-build_test.go function TestCloudBuildBuild (line 19) | func TestCloudBuildBuild(t *testing.T) { FILE: sources/gcp/dynamic/adapters/cloud-resource-manager-project_test.go function TestCloudResourceManagerProject (line 17) | func TestCloudResourceManagerProject(t *testing.T) { FILE: sources/gcp/dynamic/adapters/cloud-resource-manager-tag-key_test.go function TestCloudResourceManagerTagKey (line 19) | func TestCloudResourceManagerTagKey(t *testing.T) { FILE: sources/gcp/dynamic/adapters/cloud-resource-manager-tag-value_test.go function TestCloudResourceManagerTagValue (line 19) | func TestCloudResourceManagerTagValue(t *testing.T) { FILE: sources/gcp/dynamic/adapters/cloudfunctions-function_test.go function TestCloudFunctionsFunction (line 20) | func TestCloudFunctionsFunction(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-external-vpn-gateway_test.go function TestComputeExternalVpnGateway (line 20) | func TestComputeExternalVpnGateway(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-firewall.go function firewallTagFilter (line 63) | func firewallTagFilter(query string, item *sdp.Item) bool { function itemAttributeContainsTag (line 70) | func itemAttributeContainsTag(item *sdp.Item, attrKey, tag string) bool { FILE: sources/gcp/dynamic/adapters/compute-firewall_test.go function TestComputeFirewall (line 19) | func TestComputeFirewall(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-global-address_test.go function TestComputeGlobalAddress (line 20) | func TestComputeGlobalAddress(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-global-forwarding-rule_test.go function TestComputeGlobalForwardingRule (line 19) | func TestComputeGlobalForwardingRule(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-http-health-check_test.go function TestComputeHttpHealthCheck (line 18) | func TestComputeHttpHealthCheck(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-instance-template.go function instanceTemplateTagFilter (line 140) | func instanceTemplateTagFilter(query string, item *sdp.Item) bool { FILE: sources/gcp/dynamic/adapters/compute-instance-template_test.go type SearchStreamAdapter (line 21) | type SearchStreamAdapter interface type ListStreamAdapter (line 25) | type ListStreamAdapter interface function TestComputeInstanceTemplate (line 29) | func TestComputeInstanceTemplate(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-network-endpoint-group_test.go function TestComputeNetworkEndpointGroup (line 20) | func TestComputeNetworkEndpointGroup(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-network_test.go function TestComputeNetwork (line 20) | func TestComputeNetwork(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-project_test.go function TestComputeProject (line 18) | func TestComputeProject(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-public-delegated-prefix_test.go function TestComputePublicDelegatedPrefix (line 20) | func TestComputePublicDelegatedPrefix(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-region-commitment_test.go function TestComputeRegionCommitment (line 20) | func TestComputeRegionCommitment(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-route.go function routeTagFilter (line 97) | func routeTagFilter(query string, item *sdp.Item) bool { FILE: sources/gcp/dynamic/adapters/compute-route_test.go function TestComputeRoute (line 20) | func TestComputeRoute(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-router_test.go function TestComputeRouter (line 21) | func TestComputeRouter(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-ssl-certificate_test.go function TestComputeSSLCertificate (line 18) | func TestComputeSSLCertificate(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-ssl-policy_test.go function TestComputeSSLPolicy (line 18) | func TestComputeSSLPolicy(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-subnetwork_test.go function TestComputeSubnetwork (line 21) | func TestComputeSubnetwork(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-target-http-proxy_test.go function TestComputeTargetHttpProxy (line 19) | func TestComputeTargetHttpProxy(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-target-https-proxy_test.go function TestComputeTargetHttpsProxy (line 19) | func TestComputeTargetHttpsProxy(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-target-pool_test.go function TestComputeTargetPool (line 20) | func TestComputeTargetPool(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-url-map_test.go function TestComputeUrlMap (line 19) | func TestComputeUrlMap(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-vpn-gateway_test.go function TestComputeVpnGateway (line 21) | func TestComputeVpnGateway(t *testing.T) { FILE: sources/gcp/dynamic/adapters/compute-vpn-tunnel_test.go function TestComputeVpnTunnel (line 21) | func TestComputeVpnTunnel(t *testing.T) { FILE: sources/gcp/dynamic/adapters/container-cluster_test.go function TestContainerCluster (line 19) | func TestContainerCluster(t *testing.T) { FILE: sources/gcp/dynamic/adapters/container-node-pool_test.go function TestContainerNodePool (line 19) | func TestContainerNodePool(t *testing.T) { FILE: sources/gcp/dynamic/adapters/dataflow-job_test.go function TestDataflowJob (line 17) | func TestDataflowJob(t *testing.T) { FILE: sources/gcp/dynamic/adapters/dataform-repository_test.go function TestDataformRepository (line 19) | func TestDataformRepository(t *testing.T) { FILE: sources/gcp/dynamic/adapters/dataplex-aspect-type_test.go function TestDataplexAspectType (line 20) | func TestDataplexAspectType(t *testing.T) { function mustParseTime (line 258) | func mustParseTime(timeStr string) time.Time { FILE: sources/gcp/dynamic/adapters/dataplex-data-scan_test.go function TestDataplexDataScan (line 19) | func TestDataplexDataScan(t *testing.T) { FILE: sources/gcp/dynamic/adapters/dataplex-entry-group_test.go function TestDataplexEntryGroup (line 18) | func TestDataplexEntryGroup(t *testing.T) { FILE: sources/gcp/dynamic/adapters/dataproc-auto-scaling-policy_test.go function TestDataprocAutoscalingPolicy (line 20) | func TestDataprocAutoscalingPolicy(t *testing.T) { FILE: sources/gcp/dynamic/adapters/dataproc-cluster_test.go function TestDataprocCluster (line 20) | func TestDataprocCluster(t *testing.T) { FILE: sources/gcp/dynamic/adapters/dns-managed-zone_test.go function TestDNSManagedZone (line 20) | func TestDNSManagedZone(t *testing.T) { FILE: sources/gcp/dynamic/adapters/essential-contacts-contact_test.go function TestEssentialContactsContact (line 18) | func TestEssentialContactsContact(t *testing.T) { FILE: sources/gcp/dynamic/adapters/eventarc-trigger_test.go function TestEventarcTrigger (line 19) | func TestEventarcTrigger(t *testing.T) { FILE: sources/gcp/dynamic/adapters/file-instance_test.go function TestFileInstance (line 20) | func TestFileInstance(t *testing.T) { FILE: sources/gcp/dynamic/adapters/iam-role_test.go function TestIAMRole (line 18) | func TestIAMRole(t *testing.T) { FILE: sources/gcp/dynamic/adapters/logging-bucket_test.go function TestLoggingBucket (line 19) | func TestLoggingBucket(t *testing.T) { FILE: sources/gcp/dynamic/adapters/logging-link_test.go function TestLoggingLink (line 19) | func TestLoggingLink(t *testing.T) { FILE: sources/gcp/dynamic/adapters/logging-saved-query_test.go function TestLoggingSavedQuery (line 18) | func TestLoggingSavedQuery(t *testing.T) { FILE: sources/gcp/dynamic/adapters/models.go type registerableAdapter (line 8) | type registerableAdapter struct method Register (line 15) | func (d registerableAdapter) Register() registerableAdapter { FILE: sources/gcp/dynamic/adapters/monitoring-alert-policy_test.go function TestMonitoringAlertPolicy (line 20) | func TestMonitoringAlertPolicy(t *testing.T) { FILE: sources/gcp/dynamic/adapters/monitoring-custom-dashboard_test.go function TestMonitoringCustomDashboard (line 18) | func TestMonitoringCustomDashboard(t *testing.T) { FILE: sources/gcp/dynamic/adapters/monitoring-notification-channel_test.go function TestMonitoringNotificationChannel (line 18) | func TestMonitoringNotificationChannel(t *testing.T) { FILE: sources/gcp/dynamic/adapters/orgpolicy-policy_test.go function TestOrgPolicyPolicy (line 18) | func TestOrgPolicyPolicy(t *testing.T) { FILE: sources/gcp/dynamic/adapters/pubsub-subscription_test.go function TestPubSubSubscription (line 21) | func TestPubSubSubscription(t *testing.T) { function TestPubSubSubscriptionIAMTerraformMappings (line 203) | func TestPubSubSubscriptionIAMTerraformMappings(t *testing.T) { FILE: sources/gcp/dynamic/adapters/pubsub-topic_test.go function TestPubSubTopic (line 19) | func TestPubSubTopic(t *testing.T) { FILE: sources/gcp/dynamic/adapters/redis-instance.go function redisInstanceListFilter (line 13) | func redisInstanceListFilter(item *sdp.Item) bool { FILE: sources/gcp/dynamic/adapters/redis-instance_test.go function TestRedisInstance (line 21) | func TestRedisInstance(t *testing.T) { FILE: sources/gcp/dynamic/adapters/run-revision_test.go function TestRunRevision (line 19) | func TestRunRevision(t *testing.T) { FILE: sources/gcp/dynamic/adapters/run-service_test.go function TestRunService (line 19) | func TestRunService(t *testing.T) { FILE: sources/gcp/dynamic/adapters/secret-manager-secret_test.go function TestSecretManagerSecret (line 19) | func TestSecretManagerSecret(t *testing.T) { FILE: sources/gcp/dynamic/adapters/security-center-management-security-center-service_test.go function TestSecurityCenterManagementSecurityCenterService (line 19) | func TestSecurityCenterManagementSecurityCenterService(t *testing.T) { FILE: sources/gcp/dynamic/adapters/service-directory-endpoint_test.go function TestServiceDirectoryEndpoint (line 20) | func TestServiceDirectoryEndpoint(t *testing.T) { FILE: sources/gcp/dynamic/adapters/service-usage-service_test.go function TestServiceUsageService (line 20) | func TestServiceUsageService(t *testing.T) { FILE: sources/gcp/dynamic/adapters/spanner-database_test.go function TestSpannerDatabase (line 19) | func TestSpannerDatabase(t *testing.T) { FILE: sources/gcp/dynamic/adapters/spanner-instance_test.go function TestSpannerInstance (line 19) | func TestSpannerInstance(t *testing.T) { FILE: sources/gcp/dynamic/adapters/sql-admin-backup-run_test.go function TestSQLAdminBackupRun (line 10) | func TestSQLAdminBackupRun(t *testing.T) { FILE: sources/gcp/dynamic/adapters/sql-admin-backup_test.go function TestSQLAdminBackup (line 20) | func TestSQLAdminBackup(t *testing.T) { FILE: sources/gcp/dynamic/adapters/sql-admin-instance_test.go function TestSQLAdminInstance (line 20) | func TestSQLAdminInstance(t *testing.T) { FILE: sources/gcp/dynamic/adapters/storage-bucket_test.go function TestStorageBucket (line 19) | func TestStorageBucket(t *testing.T) { FILE: sources/gcp/dynamic/adapters/storage-transfer-transfer-job_test.go function TestStorageTransferTransferJob (line 20) | func TestStorageTransferTransferJob(t *testing.T) { FILE: sources/gcp/dynamic/adapters_test.go function Test_adapterType (line 14) | func Test_adapterType(t *testing.T) { function Test_addAdapter (line 61) | func Test_addAdapter(t *testing.T) { function TestAdapters (line 181) | func TestAdapters(t *testing.T) { FILE: sources/gcp/dynamic/ai-tools/generate-adapter-ticket-cmd/main.go constant baseTemplate (line 20) | baseTemplate = `## Task function main (line 36) | func main() { function generateTestTicketDescription (line 124) | func generateTestTicketDescription(adapterName string) (string, error) { function generateLinearURL (line 136) | func generateLinearURL(adapterName string) string { function copyToClipboard (line 144) | func copyToClipboard(text string) error { FILE: sources/gcp/dynamic/ai-tools/generate-test-ticket-cmd/main.go type Config (line 14) | type Config struct type AdapterInfo (line 19) | type AdapterInfo struct function main (line 23) | func main() { function parseArgs (line 62) | func parseArgs() Config { function printUsage (line 93) | func printUsage() { function extractAdapterInfo (line 99) | func extractAdapterInfo(adapterName string) (*AdapterInfo, error) { function generateDescription (line 113) | func generateDescription(info *AdapterInfo) string { function generateLinearURL (line 132) | func generateLinearURL(adapterName string) string { function copyToClipboard (line 140) | func copyToClipboard(text string) error { FILE: sources/gcp/dynamic/errors.go type PermissionError (line 7) | type PermissionError struct method Error (line 11) | func (e *PermissionError) Error() string { FILE: sources/gcp/dynamic/shared.go function enrichNOTFOUNDQueryError (line 60) | func enrichNOTFOUNDQueryError(err error, scope, sourceName, itemType str... function linkItem (line 74) | func linkItem(ctx context.Context, projectID string, sdpItem *sdp.Item, ... function externalToSDP (line 95) | func externalToSDP( function externalCallSingle (line 151) | func externalCallSingle(ctx context.Context, httpCli *http.Client, url s... function externalCallMulti (line 206) | func externalCallMulti(ctx context.Context, itemsSelector string, httpCl... function potentialLinksFromLinkRules (line 320) | func potentialLinksFromLinkRules(itemType shared.ItemType, linkRules map... function aggregateSDPItems (line 356) | func aggregateSDPItems(ctx context.Context, a Adapter, url string, locat... function streamSDPItems (line 409) | func streamSDPItems(ctx context.Context, a Adapter, url string, location... function terraformMappingViaSearch (line 469) | func terraformMappingViaSearch(ctx context.Context, a Adapter, query str... FILE: sources/gcp/dynamic/shared_test.go function Test_externalToSDP (line 21) | func Test_externalToSDP(t *testing.T) { function Test_getDescription_ReturnsSelectorWithNameWhenNoUniqueAttrKeys (line 185) | func Test_getDescription_ReturnsSelectorWithNameWhenNoUniqueAttrKeys(t *... function Test_getDescription_ReturnsSelectorWithUniqueAttrKeys (line 193) | func Test_getDescription_ReturnsSelectorWithUniqueAttrKeys(t *testing.T) { function Test_getDescription_ReturnsSelectorWithSingleUniqueAttrKey (line 201) | func Test_getDescription_ReturnsSelectorWithSingleUniqueAttrKey(t *testi... function Test_listDescription_ReturnsCorrectDescription (line 209) | func Test_listDescription_ReturnsCorrectDescription(t *testing.T) { function Test_listDescription_HandlesEmptyScope (line 217) | func Test_listDescription_HandlesEmptyScope(t *testing.T) { function Test_searchDescription_ReturnsSelectorWithMultipleKeys (line 225) | func Test_searchDescription_ReturnsSelectorWithMultipleKeys(t *testing.T) { function Test_searchDescription_ReturnsSelectorWithTwoKeys (line 233) | func Test_searchDescription_ReturnsSelectorWithTwoKeys(t *testing.T) { function Test_searchDescription_PanicsWithOneKey (line 241) | func Test_searchDescription_PanicsWithOneKey(t *testing.T) { function Test_searchDescription_WithCustomSearchDescription (line 250) | func Test_searchDescription_WithCustomSearchDescription(t *testing.T) { function TestStreamSDPItemsZeroItemsCachesNotFound (line 260) | func TestStreamSDPItemsZeroItemsCachesNotFound(t *testing.T) { function TestListCachesNotFoundWithMemoryCache (line 300) | func TestListCachesNotFoundWithMemoryCache(t *testing.T) { function TestSearchCachesNotFoundWithMemoryCache (line 364) | func TestSearchCachesNotFoundWithMemoryCache(t *testing.T) { function TestStreamSDPItemsExtractionErrorDoesNotCacheNotFound (line 429) | func TestStreamSDPItemsExtractionErrorDoesNotCacheNotFound(t *testing.T) { FILE: sources/gcp/dynamic/testing.go function Multiply (line 8) | func Multiply[T any](value T, count int) []T { FILE: sources/gcp/integration-tests/big-query-model_test.go function TestBigQueryModel (line 19) | func TestBigQueryModel(t *testing.T) { FILE: sources/gcp/integration-tests/compute-address_test.go function TestComputeAddressIntegration (line 23) | func TestComputeAddressIntegration(t *testing.T) { function createComputeAddress (line 117) | func createComputeAddress(ctx context.Context, client *compute.Addresses... function deleteComputeAddress (line 156) | func deleteComputeAddress(ctx context.Context, client *compute.Addresses... FILE: sources/gcp/integration-tests/compute-autoscaler_test.go function TestComputeAutoscalerIntegration (line 23) | func TestComputeAutoscalerIntegration(t *testing.T) { function createComputeInstanceTemplate (line 186) | func createComputeInstanceTemplate(ctx context.Context, client *compute.... function deleteComputeInstanceTemplate (line 255) | func deleteComputeInstanceTemplate(ctx context.Context, client *compute.... function createComputeAutoscaler (line 281) | func createComputeAutoscaler(ctx context.Context, client *compute.Autosc... function deleteComputeAutoscaler (line 321) | func deleteComputeAutoscaler(ctx context.Context, client *compute.Autosc... FILE: sources/gcp/integration-tests/compute-disk_test.go function TestComputeDiskIntegration (line 23) | func TestComputeDiskIntegration(t *testing.T) { function createDisk (line 129) | func createDisk(ctx context.Context, client *compute.DisksClient, projec... function deleteDisk (line 167) | func deleteDisk(ctx context.Context, client *compute.DisksClient, projec... FILE: sources/gcp/integration-tests/compute-forwarding-rule_test.go function TestComputeForwardingRuleIntegration (line 23) | func TestComputeForwardingRuleIntegration(t *testing.T) { function createComputeForwardingRule (line 119) | func createComputeForwardingRule(ctx context.Context, client *compute.Fo... function deleteComputeForwardingRule (line 181) | func deleteComputeForwardingRule(ctx context.Context, client *compute.Fo... FILE: sources/gcp/integration-tests/compute-healthcheck_test.go function TestComputeHealthCheckIntegration (line 23) | func TestComputeHealthCheckIntegration(t *testing.T) { function createComputeHealthCheck (line 135) | func createComputeHealthCheck(ctx context.Context, client *compute.Healt... function deleteComputeHealthCheck (line 171) | func deleteComputeHealthCheck(ctx context.Context, client *compute.Healt... FILE: sources/gcp/integration-tests/compute-image_test.go function TestComputeImageIntegration (line 23) | func TestComputeImageIntegration(t *testing.T) { function createComputeImage (line 143) | func createComputeImage(ctx context.Context, client *compute.ImagesClien... function deleteImage (line 180) | func deleteImage(ctx context.Context, client *compute.ImagesClient, proj... FILE: sources/gcp/integration-tests/compute-instance-group-manager_test.go function TestComputeInstanceGroupManagerIntegration (line 23) | func TestComputeInstanceGroupManagerIntegration(t *testing.T) { function createInstanceTemplate (line 153) | func createInstanceTemplate(ctx context.Context, client *compute.Instanc... function deleteInstanceTemplate (line 200) | func deleteInstanceTemplate(ctx context.Context, client *compute.Instanc... function createInstanceGroupManager (line 224) | func createInstanceGroupManager(ctx context.Context, client *compute.Ins... function deleteInstanceGroupManager (line 256) | func deleteInstanceGroupManager(ctx context.Context, client *compute.Ins... FILE: sources/gcp/integration-tests/compute-instance-group_test.go function TestComputeInstanceGroupIntegration (line 23) | func TestComputeInstanceGroupIntegration(t *testing.T) { function createInstanceGroup (line 131) | func createInstanceGroup(ctx context.Context, client *compute.InstanceGr... function deleteInstanceGroup (line 161) | func deleteInstanceGroup(ctx context.Context, client *compute.InstanceGr... FILE: sources/gcp/integration-tests/compute-instance_test.go function TestComputeInstanceIntegration (line 23) | func TestComputeInstanceIntegration(t *testing.T) { function createComputeInstance (line 120) | func createComputeInstance(ctx context.Context, client *compute.Instance... function deleteComputeInstance (line 180) | func deleteComputeInstance(ctx context.Context, client *compute.Instance... FILE: sources/gcp/integration-tests/compute-instant-snapshot_test.go function TestComputeInstantSnapshotIntegration (line 23) | func TestComputeInstantSnapshotIntegration(t *testing.T) { function createInstantSnapshot (line 168) | func createInstantSnapshot(ctx context.Context, client *compute.InstantS... function deleteInstantSnapshot (line 203) | func deleteInstantSnapshot(ctx context.Context, client *compute.InstantS... FILE: sources/gcp/integration-tests/compute-machine-image_test.go function TestComputeMachineImageIntegration (line 23) | func TestComputeMachineImageIntegration(t *testing.T) { function createComputeMachineImage (line 153) | func createComputeMachineImage(t *testing.T, ctx context.Context, client... function deleteComputeMachineImage (line 189) | func deleteComputeMachineImage(ctx context.Context, client *compute.Mach... FILE: sources/gcp/integration-tests/compute-network_test.go function TestComputeNetworkIntegration (line 13) | func TestComputeNetworkIntegration(t *testing.T) { FILE: sources/gcp/integration-tests/compute-node-group_test.go function TestComputeNodeGroupIntegration (line 28) | func TestComputeNodeGroupIntegration(t *testing.T) { function createComputeNodeTemplate (line 273) | func createComputeNodeTemplate(ctx context.Context, client *compute.Node... function deleteComputeNodeTemplate (line 308) | func deleteComputeNodeTemplate(ctx context.Context, client *compute.Node... function createComputeNodeGroup (line 335) | func createComputeNodeGroup(ctx context.Context, client *compute.NodeGro... function deleteComputeNodeGroup (line 373) | func deleteComputeNodeGroup(ctx context.Context, client *compute.NodeGro... FILE: sources/gcp/integration-tests/compute-reservation_test.go function TestComputeReservationIntegration (line 23) | func TestComputeReservationIntegration(t *testing.T) { function createComputeReservation (line 132) | func createComputeReservation(ctx context.Context, client *compute.Reser... function deleteReservation (line 168) | func deleteReservation(ctx context.Context, client *compute.Reservations... FILE: sources/gcp/integration-tests/compute-snapshot_test.go function TestComputeSnapshotIntegration (line 23) | func TestComputeSnapshotIntegration(t *testing.T) { function createComputeSnapshot (line 143) | func createComputeSnapshot(ctx context.Context, client *compute.Snapshot... function deleteComputeSnapshot (line 181) | func deleteComputeSnapshot(ctx context.Context, client *compute.Snapshot... FILE: sources/gcp/integration-tests/compute-subnetwork_test.go function TestComputeSubnetworkIntegration (line 14) | func TestComputeSubnetworkIntegration(t *testing.T) { FILE: sources/gcp/integration-tests/computer-instance-template_test.go function TestComputeInstanceTemplateIntegration (line 13) | func TestComputeInstanceTemplateIntegration(t *testing.T) { FILE: sources/gcp/integration-tests/kms_vs_asset_inventory_test.go constant testKeyRingName (line 67) | testKeyRingName = "integration-test-keyring" constant testKMSLocation (line 69) | testKMSLocation = "global" constant testCryptoKeyPrefix (line 71) | testCryptoKeyPrefix = "api-comparison-test-key" function TestKMSvsAssetInventoryComparison (line 82) | func TestKMSvsAssetInventoryComparison(t *testing.T) { function createKeyRing (line 257) | func createKeyRing(ctx context.Context, client *kms.KeyManagementClient,... function createCryptoKey (line 278) | func createCryptoKey(ctx context.Context, client *kms.KeyManagementClien... function destroyCryptoKeyVersion (line 302) | func destroyCryptoKeyVersion(ctx context.Context, client *kms.KeyManagem... function callKMSDirectAPI (line 332) | func callKMSDirectAPI(ctx context.Context, httpClient *http.Client, cryp... function callAssetInventoryAPI (line 366) | func callAssetInventoryAPI(ctx context.Context, httpClient *http.Client,... FILE: sources/gcp/integration-tests/main_test.go function TestMain (line 12) | func TestMain(m *testing.M) { function shouldRunIntegrationTests (line 22) | func shouldRunIntegrationTests() bool { FILE: sources/gcp/integration-tests/network-tags_test.go constant networkTagTestInstance (line 40) | networkTagTestInstance = "integration-test-nettag-instance" constant networkTagTestFirewall (line 41) | networkTagTestFirewall = "integration-test-nettag-fw" constant networkTagTestRoute (line 42) | networkTagTestRoute = "integration-test-nettag-route" constant networkTagTestInstanceTemplate (line 43) | networkTagTestInstanceTemplate = "integration-test-nettag-template" constant networkTag (line 44) | networkTag = "nettag-test" function TestNetworkTagRelationships (line 47) | func TestNetworkTagRelationships(t *testing.T) { function assertHasLinkedItemQuery (line 290) | func assertHasLinkedItemQuery(t *testing.T, item *sdp.Item, expectedType... function createInstanceWithTags (line 304) | func createInstanceWithTags(ctx context.Context, client *compute.Instanc... function createFirewallWithTags (line 342) | func createFirewallWithTags(ctx context.Context, client *compute.Firewal... function createRouteWithTags (line 371) | func createRouteWithTags(ctx context.Context, client *compute.RoutesClie... function deleteFirewall (line 396) | func deleteFirewall(ctx context.Context, client *compute.FirewallsClient... function deleteRoute (line 411) | func deleteRoute(ctx context.Context, client *compute.RoutesClient, proj... function createInstanceTemplateWithTags (line 426) | func createInstanceTemplateWithTags(ctx context.Context, client *compute... FILE: sources/gcp/integration-tests/service-account-impersonation_test.go type testState (line 31) | type testState struct function TestServiceAccountImpersonationIntegration (line 43) | func TestServiceAccountImpersonationIntegration(t *testing.T) { function setupTest (line 103) | func setupTest(t *testing.T, ctx context.Context, iamService *iam.Servic... function testOurServiceAccountDirectAuth (line 263) | func testOurServiceAccountDirectAuth(t *testing.T, ctx context.Context, ... function testCustomerServiceAccountDirectAuth (line 335) | func testCustomerServiceAccountDirectAuth(t *testing.T, ctx context.Cont... function testImpersonation (line 382) | func testImpersonation(t *testing.T, ctx context.Context, state *testSta... function teardownTest (line 452) | func teardownTest(t *testing.T, ctx context.Context, iamService *iam.Ser... function createServiceAccount (line 516) | func createServiceAccount(ctx context.Context, iamService *iam.Service, ... function grantServiceAccountTokenCreator (line 542) | func grantServiceAccountTokenCreator(ctx context.Context, iamService *ia... function verifyServiceAccountExists (line 592) | func verifyServiceAccountExists(ctx context.Context, iamService *iam.Ser... function verifyServiceAccountTokenCreatorBinding (line 610) | func verifyServiceAccountTokenCreatorBinding(ctx context.Context, iamSer... function createServiceAccountKey (line 639) | func createServiceAccountKey(ctx context.Context, iamService *iam.Servic... function extractKeyID (line 652) | func extractKeyID(keyName string) string { function grantProjectIAMRole (line 661) | func grantProjectIAMRole(ctx context.Context, crmService *cloudresourcem... FILE: sources/gcp/integration-tests/spanner-database_test.go function TestSpannerDatabase (line 23) | func TestSpannerDatabase(t *testing.T) { function setupSpannerDatabase (line 110) | func setupSpannerDatabase(ctx context.Context, client *database.Database... function deleteSpannerDatabase (line 134) | func deleteSpannerDatabase(ctx context.Context, client *database.Databas... FILE: sources/gcp/integration-tests/spanner-instance_test.go function TestSpannerInstance (line 22) | func TestSpannerInstance(t *testing.T) { function deleteSpannerInstance (line 113) | func deleteSpannerInstance(ctx context.Context, client *instance.Instanc... function setupSpannerInstance (line 119) | func setupSpannerInstance(ctx context.Context, client *instance.Instance... FILE: sources/gcp/main.go function main (line 9) | func main() { FILE: sources/gcp/manual/adapters.go function Adapters (line 25) | func Adapters(ctx context.Context, projectLocations, regionLocations, zo... FILE: sources/gcp/manual/big-query-dataset.go type BigQueryDatasetWrapper (line 20) | type BigQueryDatasetWrapper struct method IAMPermissions (line 37) | func (b BigQueryDatasetWrapper) IAMPermissions() []string { method PredefinedRole (line 43) | func (b BigQueryDatasetWrapper) PredefinedRole() string { method PotentialLinks (line 47) | func (b BigQueryDatasetWrapper) PotentialLinks() map[shared.ItemType]b... method TerraformMappings (line 59) | func (b BigQueryDatasetWrapper) TerraformMappings() []*sdp.TerraformMa... method GetLookups (line 85) | func (b BigQueryDatasetWrapper) GetLookups() sources.ItemTypeLookups { method Get (line 91) | func (b BigQueryDatasetWrapper) Get(ctx context.Context, scope string,... method List (line 108) | func (b BigQueryDatasetWrapper) List(ctx context.Context, scope string... method ListStream (line 127) | func (b BigQueryDatasetWrapper) ListStream(ctx context.Context, stream... method gcpBigQueryDatasetToItem (line 146) | func (b BigQueryDatasetWrapper) gcpBigQueryDatasetToItem(metadata *big... function NewBigQueryDataset (line 26) | func NewBigQueryDataset(client gcpshared.BigQueryDatasetClient, location... FILE: sources/gcp/manual/big-query-dataset_test.go function TestBigQueryDataset (line 20) | func TestBigQueryDataset(t *testing.T) { function createDataset (line 170) | func createDataset(projectID, datasetID string) *bigquery.DatasetMetadata { FILE: sources/gcp/manual/big-query-model.go type BigQueryModelWrapper (line 19) | type BigQueryModelWrapper struct method IAMPermissions (line 36) | func (m BigQueryModelWrapper) IAMPermissions() []string { method PredefinedRole (line 43) | func (m BigQueryModelWrapper) PredefinedRole() string { method GetLookups (line 48) | func (m BigQueryModelWrapper) GetLookups() sources.ItemTypeLookups { method Get (line 55) | func (m BigQueryModelWrapper) Get(ctx context.Context, scope string, q... method GCPBigQueryMetadataToItem (line 71) | func (m BigQueryModelWrapper) GCPBigQueryMetadataToItem(ctx context.Co... method PotentialLinks (line 165) | func (m BigQueryModelWrapper) PotentialLinks() map[shared.ItemType]bool { method SearchLookups (line 175) | func (m BigQueryModelWrapper) SearchLookups() []sources.ItemTypeLookups { method Search (line 183) | func (m BigQueryModelWrapper) Search(ctx context.Context, scope string... method SearchStream (line 198) | func (m BigQueryModelWrapper) SearchStream(ctx context.Context, stream... function NewBigQueryModel (line 25) | func NewBigQueryModel(client gcpshared.BigQueryModelClient, locations []... FILE: sources/gcp/manual/big-query-model_test.go function TestBigQueryModel (line 20) | func TestBigQueryModel(t *testing.T) { function createDatasetModel (line 150) | func createDatasetModel(projectID, modelName string) *bigquery.ModelMeta... FILE: sources/gcp/manual/big-query-routine.go type BigQueryRoutineWrapper (line 19) | type BigQueryRoutineWrapper struct method IAMPermissions (line 35) | func (b BigQueryRoutineWrapper) IAMPermissions() []string { method PredefinedRole (line 42) | func (b BigQueryRoutineWrapper) PredefinedRole() string { method PotentialLinks (line 47) | func (b BigQueryRoutineWrapper) PotentialLinks() map[shared.ItemType]b... method TerraformMappings (line 57) | func (b BigQueryRoutineWrapper) TerraformMappings() []*sdp.TerraformMa... method GetLookups (line 71) | func (b BigQueryRoutineWrapper) GetLookups() sources.ItemTypeLookups { method SearchLookups (line 78) | func (b BigQueryRoutineWrapper) SearchLookups() []sources.ItemTypeLook... method Get (line 87) | func (b BigQueryRoutineWrapper) Get(ctx context.Context, scope string,... method Search (line 104) | func (b BigQueryRoutineWrapper) Search(ctx context.Context, scope stri... method SearchStream (line 125) | func (b BigQueryRoutineWrapper) SearchStream(ctx context.Context, stre... method gcpBigQueryRoutineToItem (line 154) | func (b BigQueryRoutineWrapper) gcpBigQueryRoutineToItem(metadata *big... function NewBigQueryRoutine (line 25) | func NewBigQueryRoutine(client gcpshared.BigQueryRoutineClient, location... FILE: sources/gcp/manual/big-query-routine_test.go function TestBigQueryRoutine (line 23) | func TestBigQueryRoutine(t *testing.T) { function createRoutineMetadata (line 280) | func createRoutineMetadata(description string) *bigquery.RoutineMetadata { FILE: sources/gcp/manual/big-query-table.go type BigQueryTableWrapper (line 20) | type BigQueryTableWrapper struct method IAMPermissions (line 38) | func (b BigQueryTableWrapper) IAMPermissions() []string { method PredefinedRole (line 45) | func (b BigQueryTableWrapper) PredefinedRole() string { method PotentialLinks (line 50) | func (b BigQueryTableWrapper) PotentialLinks() map[shared.ItemType]bool { method TerraformMappings (line 61) | func (b BigQueryTableWrapper) TerraformMappings() []*sdp.TerraformMapp... method GetLookups (line 94) | func (b BigQueryTableWrapper) GetLookups() sources.ItemTypeLookups { method SearchLookups (line 101) | func (b BigQueryTableWrapper) SearchLookups() []sources.ItemTypeLookups { method Get (line 110) | func (b BigQueryTableWrapper) Get(ctx context.Context, scope string, q... method Search (line 129) | func (b BigQueryTableWrapper) Search(ctx context.Context, scope string... method SearchStream (line 145) | func (b BigQueryTableWrapper) SearchStream(ctx context.Context, stream... method GCPBigQueryTableToItem (line 165) | func (b BigQueryTableWrapper) GCPBigQueryTableToItem(location gcpshare... function NewBigQueryTable (line 27) | func NewBigQueryTable(client gcpshared.BigQueryTableClient, locations []... FILE: sources/gcp/manual/big-query-table_test.go function TestBigQueryTable (line 21) | func TestBigQueryTable(t *testing.T) { function createTableMetadata (line 265) | func createTableMetadata(projectID, datasetID, tableID, connectionID str... FILE: sources/gcp/manual/certificate-manager-certificate.go type certificateManagerCertificateWrapper (line 24) | type certificateManagerCertificateWrapper struct method IAMPermissions (line 41) | func (c certificateManagerCertificateWrapper) IAMPermissions() []string { method PredefinedRole (line 48) | func (c certificateManagerCertificateWrapper) PredefinedRole() string { method PotentialLinks (line 52) | func (c certificateManagerCertificateWrapper) PotentialLinks() map[sha... method TerraformMappings (line 60) | func (c certificateManagerCertificateWrapper) TerraformMappings() []*s... method GetLookups (line 73) | func (c certificateManagerCertificateWrapper) GetLookups() sources.Ite... method Get (line 81) | func (c certificateManagerCertificateWrapper) Get(ctx context.Context,... method SearchLookups (line 121) | func (c certificateManagerCertificateWrapper) SearchLookups() []source... method Search (line 130) | func (c certificateManagerCertificateWrapper) Search(ctx context.Conte... method SearchStream (line 137) | func (c certificateManagerCertificateWrapper) SearchStream(ctx context... method gcpCertificateToSDPItem (line 188) | func (c certificateManagerCertificateWrapper) gcpCertificateToSDPItem(... function NewCertificateManagerCertificate (line 30) | func NewCertificateManagerCertificate(client gcpshared.CertificateManage... FILE: sources/gcp/manual/certificate-manager-certificate_test.go function createCertificate (line 23) | func createCertificate(projectID, location, name string) *certificateman... function TestCertificateManagerCertificate (line 36) | func TestCertificateManagerCertificate(t *testing.T) { FILE: sources/gcp/manual/cloud-kms-crypto-key-version.go type cloudKMSCryptoKeyVersionWrapper (line 17) | type cloudKMSCryptoKeyVersionWrapper struct method IAMPermissions (line 35) | func (c cloudKMSCryptoKeyVersionWrapper) IAMPermissions() []string { method PredefinedRole (line 41) | func (c cloudKMSCryptoKeyVersionWrapper) PredefinedRole() string { method PotentialLinks (line 46) | func (c cloudKMSCryptoKeyVersionWrapper) PotentialLinks() map[shared.I... method TerraformMappings (line 55) | func (c cloudKMSCryptoKeyVersionWrapper) TerraformMappings() []*sdp.Te... method GetLookups (line 69) | func (c cloudKMSCryptoKeyVersionWrapper) GetLookups() sources.ItemType... method Get (line 80) | func (c cloudKMSCryptoKeyVersionWrapper) Get(ctx context.Context, scop... method SearchLookups (line 94) | func (c cloudKMSCryptoKeyVersionWrapper) SearchLookups() []sources.Ite... method Search (line 106) | func (c cloudKMSCryptoKeyVersionWrapper) Search(ctx context.Context, s... method SearchStream (line 113) | func (c cloudKMSCryptoKeyVersionWrapper) SearchStream(ctx context.Cont... function NewCloudKMSCryptoKeyVersion (line 24) | func NewCloudKMSCryptoKeyVersion(loader *gcpshared.CloudKMSAssetLoader, ... FILE: sources/gcp/manual/cloud-kms-crypto-key-version_test.go function TestCloudKMSCryptoKeyVersion (line 17) | func TestCloudKMSCryptoKeyVersion(t *testing.T) { FILE: sources/gcp/manual/cloud-kms-crypto-key.go type cloudKMSCryptoKeyWrapper (line 17) | type cloudKMSCryptoKeyWrapper struct method IAMPermissions (line 35) | func (c cloudKMSCryptoKeyWrapper) IAMPermissions() []string { method PredefinedRole (line 41) | func (c cloudKMSCryptoKeyWrapper) PredefinedRole() string { method PotentialLinks (line 46) | func (c cloudKMSCryptoKeyWrapper) PotentialLinks() map[shared.ItemType... method TerraformMappings (line 57) | func (c cloudKMSCryptoKeyWrapper) TerraformMappings() []*sdp.Terraform... method GetLookups (line 71) | func (c cloudKMSCryptoKeyWrapper) GetLookups() sources.ItemTypeLookups { method Get (line 81) | func (c cloudKMSCryptoKeyWrapper) Get(ctx context.Context, scope strin... method SearchLookups (line 95) | func (c cloudKMSCryptoKeyWrapper) SearchLookups() []sources.ItemTypeLo... method Search (line 106) | func (c cloudKMSCryptoKeyWrapper) Search(ctx context.Context, scope st... method SearchStream (line 113) | func (c cloudKMSCryptoKeyWrapper) SearchStream(ctx context.Context, st... function NewCloudKMSCryptoKey (line 24) | func NewCloudKMSCryptoKey(loader *gcpshared.CloudKMSAssetLoader, locatio... FILE: sources/gcp/manual/cloud-kms-crypto-key_test.go function TestCloudKMSCryptoKey (line 17) | func TestCloudKMSCryptoKey(t *testing.T) { FILE: sources/gcp/manual/cloud-kms-key-ring.go type cloudKMSKeyRingWrapper (line 20) | type cloudKMSKeyRingWrapper struct method IAMPermissions (line 38) | func (c cloudKMSKeyRingWrapper) IAMPermissions() []string { method PredefinedRole (line 44) | func (c cloudKMSKeyRingWrapper) PredefinedRole() string { method PotentialLinks (line 49) | func (c cloudKMSKeyRingWrapper) PotentialLinks() map[shared.ItemType]b... method TerraformMappings (line 57) | func (c cloudKMSKeyRingWrapper) TerraformMappings() []*sdp.TerraformMa... method GetLookups (line 71) | func (c cloudKMSKeyRingWrapper) GetLookups() sources.ItemTypeLookups { method Get (line 80) | func (c cloudKMSKeyRingWrapper) Get(ctx context.Context, scope string,... method SearchLookups (line 94) | func (c cloudKMSKeyRingWrapper) SearchLookups() []sources.ItemTypeLook... method Search (line 104) | func (c cloudKMSKeyRingWrapper) Search(ctx context.Context, scope stri... method SearchStream (line 111) | func (c cloudKMSKeyRingWrapper) SearchStream(ctx context.Context, stre... method List (line 128) | func (c cloudKMSKeyRingWrapper) List(ctx context.Context, scope string... method ListStream (line 135) | func (c cloudKMSKeyRingWrapper) ListStream(ctx context.Context, stream... function NewCloudKMSKeyRing (line 27) | func NewCloudKMSKeyRing(loader *gcpshared.CloudKMSAssetLoader, locations... FILE: sources/gcp/manual/cloud-kms-key-ring_test.go function TestCloudKMSKeyRing (line 17) | func TestCloudKMSKeyRing(t *testing.T) { FILE: sources/gcp/manual/compute-address.go type computeAddressWrapper (line 25) | type computeAddressWrapper struct method IAMPermissions (line 42) | func (c computeAddressWrapper) IAMPermissions() []string { method PredefinedRole (line 49) | func (c computeAddressWrapper) PredefinedRole() string { method PotentialLinks (line 53) | func (c computeAddressWrapper) PotentialLinks() map[shared.ItemType]bo... method TerraformMappings (line 68) | func (c computeAddressWrapper) TerraformMappings() []*sdp.TerraformMap... method GetLookups (line 77) | func (c computeAddressWrapper) GetLookups() sources.ItemTypeLookups { method SupportsWildcardScope (line 85) | func (c computeAddressWrapper) SupportsWildcardScope() bool { method Get (line 89) | func (c computeAddressWrapper) Get(ctx context.Context, scope string, ... method List (line 112) | func (c computeAddressWrapper) List(ctx context.Context, scope string)... method ListStream (line 118) | func (c computeAddressWrapper) ListStream(ctx context.Context, stream ... method listAggregatedStream (line 177) | func (c computeAddressWrapper) listAggregatedStream(ctx context.Contex... method gcpComputeAddressToSDPItem (line 251) | func (c computeAddressWrapper) gcpComputeAddressToSDPItem(ctx context.... function NewComputeAddress (line 31) | func NewComputeAddress(client gcpshared.ComputeAddressClient, locations ... FILE: sources/gcp/manual/compute-address_test.go function TestComputeAddress (line 25) | func TestComputeAddress(t *testing.T) { function createComputeAddress (line 382) | func createComputeAddress(addressName string) *computepb.Address { function createComputeAddressWithUsers (line 392) | func createComputeAddressWithUsers(addressName string, users []string) *... function createComputeAddressWithIPCollection (line 398) | func createComputeAddressWithIPCollection(addressName string, ipCollecti... FILE: sources/gcp/manual/compute-autoscaler.go type computeAutoscalerWrapper (line 23) | type computeAutoscalerWrapper struct method IAMPermissions (line 40) | func (c computeAutoscalerWrapper) IAMPermissions() []string { method PredefinedRole (line 47) | func (c computeAutoscalerWrapper) PredefinedRole() string { method PotentialLinks (line 51) | func (c computeAutoscalerWrapper) PotentialLinks() map[shared.ItemType... method TerraformMappings (line 57) | func (c computeAutoscalerWrapper) TerraformMappings() []*sdp.Terraform... method GetLookups (line 67) | func (c computeAutoscalerWrapper) GetLookups() sources.ItemTypeLookups { method SupportsWildcardScope (line 75) | func (c computeAutoscalerWrapper) SupportsWildcardScope() bool { method Get (line 80) | func (c computeAutoscalerWrapper) Get(ctx context.Context, scope strin... method List (line 104) | func (c computeAutoscalerWrapper) List(ctx context.Context, scope stri... method ListStream (line 111) | func (c computeAutoscalerWrapper) ListStream(ctx context.Context, stre... method listAggregatedStream (line 170) | func (c computeAutoscalerWrapper) listAggregatedStream(ctx context.Con... method gcpComputeAutoscalerToSDPItem (line 244) | func (c computeAutoscalerWrapper) gcpComputeAutoscalerToSDPItem(ctx co... function NewComputeAutoscaler (line 29) | func NewComputeAutoscaler(client gcpshared.ComputeAutoscalerClient, loca... FILE: sources/gcp/manual/compute-autoscaler_test.go function TestComputeAutoscalerWrapper (line 23) | func TestComputeAutoscalerWrapper(t *testing.T) { function createAutoscalerApiFixture (line 256) | func createAutoscalerApiFixture(autoscalerName string) *computepb.Autosc... FILE: sources/gcp/manual/compute-backend-service.go type computeBackendServiceWrapper (line 25) | type computeBackendServiceWrapper struct method validateAndParseScope (line 56) | func (c computeBackendServiceWrapper) validateAndParseScope(scope stri... method IAMPermissions (line 79) | func (c computeBackendServiceWrapper) IAMPermissions() []string { method PredefinedRole (line 88) | func (c computeBackendServiceWrapper) PredefinedRole() string { method PotentialLinks (line 92) | func (computeBackendServiceWrapper) PotentialLinks() map[shared.ItemTy... method TerraformMappings (line 107) | func (c computeBackendServiceWrapper) TerraformMappings() []*sdp.Terra... method GetLookups (line 120) | func (c computeBackendServiceWrapper) GetLookups() sources.ItemTypeLoo... method SupportsWildcardScope (line 128) | func (c computeBackendServiceWrapper) SupportsWildcardScope() bool { method Get (line 132) | func (c computeBackendServiceWrapper) Get(ctx context.Context, scope s... method List (line 170) | func (c computeBackendServiceWrapper) List(ctx context.Context, scope ... method ListStream (line 176) | func (c computeBackendServiceWrapper) ListStream(ctx context.Context, ... method listAggregatedStream (line 263) | func (c computeBackendServiceWrapper) listAggregatedStream(ctx context... function NewComputeBackendService (line 34) | func NewComputeBackendService(globalClient gcpshared.ComputeBackendServi... function gcpComputeBackendServiceToSDPItem (line 337) | func gcpComputeBackendServiceToSDPItem(ctx context.Context, projectID st... FILE: sources/gcp/manual/compute-backend-service_test.go function TestComputeBackendService (line 25) | func TestComputeBackendService(t *testing.T) { function createComputeBackendService (line 726) | func createComputeBackendService(name string) *computepb.BackendService { FILE: sources/gcp/manual/compute-disk.go type computeDiskWrapper (line 23) | type computeDiskWrapper struct method IAMPermissions (line 40) | func (c computeDiskWrapper) IAMPermissions() []string { method PredefinedRole (line 47) | func (c computeDiskWrapper) PredefinedRole() string { method PotentialLinks (line 51) | func (c computeDiskWrapper) PotentialLinks() map[shared.ItemType]bool { method TerraformMappings (line 66) | func (c computeDiskWrapper) TerraformMappings() []*sdp.TerraformMapping { method GetLookups (line 75) | func (c computeDiskWrapper) GetLookups() sources.ItemTypeLookups { method SupportsWildcardScope (line 83) | func (c computeDiskWrapper) SupportsWildcardScope() bool { method Get (line 87) | func (c computeDiskWrapper) Get(ctx context.Context, scope string, que... method List (line 110) | func (c computeDiskWrapper) List(ctx context.Context, scope string) ([... method ListStream (line 116) | func (c computeDiskWrapper) ListStream(ctx context.Context, stream dis... method listAggregatedStream (line 175) | func (c computeDiskWrapper) listAggregatedStream(ctx context.Context, ... method gcpComputeDiskToSDPItem (line 249) | func (c computeDiskWrapper) gcpComputeDiskToSDPItem(ctx context.Contex... function NewComputeDisk (line 29) | func NewComputeDisk(client gcpshared.ComputeDiskClient, locations []gcps... FILE: sources/gcp/manual/compute-disk_test.go function TestComputeDisk (line 24) | func TestComputeDisk(t *testing.T) { function createComputeDisk (line 905) | func createComputeDisk(diskName string, status computepb.Disk_Status) *c... function createComputeDiskWithSource (line 912) | func createComputeDiskWithSource(diskName string, status computepb.Disk_... FILE: sources/gcp/manual/compute-forwarding-rule.go type computeForwardingRuleWrapper (line 24) | type computeForwardingRuleWrapper struct method IAMPermissions (line 41) | func (c computeForwardingRuleWrapper) IAMPermissions() []string { method PredefinedRole (line 48) | func (c computeForwardingRuleWrapper) PredefinedRole() string { method PotentialLinks (line 52) | func (c computeForwardingRuleWrapper) PotentialLinks() map[shared.Item... method TerraformMappings (line 73) | func (c computeForwardingRuleWrapper) TerraformMappings() []*sdp.Terra... method GetLookups (line 82) | func (c computeForwardingRuleWrapper) GetLookups() sources.ItemTypeLoo... method SupportsWildcardScope (line 90) | func (c computeForwardingRuleWrapper) SupportsWildcardScope() bool { method Get (line 94) | func (c computeForwardingRuleWrapper) Get(ctx context.Context, scope s... method List (line 117) | func (c computeForwardingRuleWrapper) List(ctx context.Context, scope ... method ListStream (line 123) | func (c computeForwardingRuleWrapper) ListStream(ctx context.Context, ... method listAggregatedStream (line 182) | func (c computeForwardingRuleWrapper) listAggregatedStream(ctx context... method gcpComputeForwardingRuleToSDPItem (line 256) | func (c computeForwardingRuleWrapper) gcpComputeForwardingRuleToSDPIte... function NewComputeForwardingRule (line 30) | func NewComputeForwardingRule(client gcpshared.ComputeForwardingRuleClie... FILE: sources/gcp/manual/compute-forwarding-rule_test.go function TestComputeForwardingRule (line 25) | func TestComputeForwardingRule(t *testing.T) { function createForwardingRule (line 489) | func createForwardingRule(name, projectID, region, ipAddress string) *co... FILE: sources/gcp/manual/compute-healthcheck.go type computeHealthCheckWrapper (line 26) | type computeHealthCheckWrapper struct method validateAndParseScope (line 57) | func (c computeHealthCheckWrapper) validateAndParseScope(scope string)... method IAMPermissions (line 80) | func (c computeHealthCheckWrapper) IAMPermissions() []string { method PredefinedRole (line 89) | func (c computeHealthCheckWrapper) PredefinedRole() string { method PotentialLinks (line 93) | func (c computeHealthCheckWrapper) PotentialLinks() map[shared.ItemTyp... method TerraformMappings (line 101) | func (c computeHealthCheckWrapper) TerraformMappings() []*sdp.Terrafor... method GetLookups (line 114) | func (c computeHealthCheckWrapper) GetLookups() sources.ItemTypeLookups { method SupportsWildcardScope (line 122) | func (c computeHealthCheckWrapper) SupportsWildcardScope() bool { method Get (line 126) | func (c computeHealthCheckWrapper) Get(ctx context.Context, scope stri... method List (line 164) | func (c computeHealthCheckWrapper) List(ctx context.Context, scope str... method ListStream (line 170) | func (c computeHealthCheckWrapper) ListStream(ctx context.Context, str... method listAggregatedStream (line 257) | func (c computeHealthCheckWrapper) listAggregatedStream(ctx context.Co... function NewComputeHealthCheck (line 35) | func NewComputeHealthCheck(globalClient gcpshared.ComputeHealthCheckClie... function GcpComputeHealthCheckToSDPItem (line 333) | func GcpComputeHealthCheckToSDPItem(healthCheck *computepb.HealthCheck, ... function linkHostToNetworkResource (line 399) | func linkHostToNetworkResource(sdpItem *sdp.Item, host string) { FILE: sources/gcp/manual/compute-healthcheck_test.go function TestComputeHealthCheck (line 26) | func TestComputeHealthCheck(t *testing.T) { function createHealthCheck (line 455) | func createHealthCheck(healthCheckName string) *computepb.HealthCheck { function createHTTPHealthCheck (line 467) | func createHTTPHealthCheck(healthCheckName, host string) *computepb.Heal... function createHTTPSHealthCheck (line 481) | func createHTTPSHealthCheck(healthCheckName, host string) *computepb.Hea... function createHealthCheckWithSourceRegions (line 495) | func createHealthCheckWithSourceRegions(healthCheckName string, regions ... function createRegionalHealthCheck (line 508) | func createRegionalHealthCheck(healthCheckName, region string) *computep... FILE: sources/gcp/manual/compute-image.go type computeImageWrapper (line 26) | type computeImageWrapper struct method IAMPermissions (line 43) | func (c computeImageWrapper) IAMPermissions() []string { method PredefinedRole (line 50) | func (c computeImageWrapper) PredefinedRole() string { method TerraformMappings (line 54) | func (c computeImageWrapper) TerraformMappings() []*sdp.TerraformMappi... method GetLookups (line 63) | func (c computeImageWrapper) GetLookups() sources.ItemTypeLookups { method SearchLookups (line 69) | func (c computeImageWrapper) SearchLookups() []sources.ItemTypeLookups { method PotentialLinks (line 77) | func (c computeImageWrapper) PotentialLinks() map[shared.ItemType]bool { method Get (line 90) | func (c computeImageWrapper) Get(ctx context.Context, scope string, qu... method Search (line 112) | func (c computeImageWrapper) Search(ctx context.Context, scope string,... method List (line 184) | func (c computeImageWrapper) List(ctx context.Context, scope string) (... method ListStream (line 190) | func (c computeImageWrapper) ListStream(ctx context.Context, stream di... method gcpComputeImageToSDPItem (line 240) | func (c computeImageWrapper) gcpComputeImageToSDPItem(ctx context.Cont... method addKMSKeyLinks (line 389) | func (c computeImageWrapper) addKMSKeyLinks(sdpItem *sdp.Item, keyName... function NewComputeImage (line 32) | func NewComputeImage(client gcpshared.ComputeImagesClient, locations []g... FILE: sources/gcp/manual/compute-image_test.go function TestComputeImage (line 26) | func TestComputeImage(t *testing.T) { function createComputeImage (line 625) | func createComputeImage(imageName string, status computepb.Image_Status)... function createComputeImageWithLinks (line 633) | func createComputeImageWithLinks(projectID, imageName string, status com... FILE: sources/gcp/manual/compute-instance-group-manager-shared.go function InstanceGroupManagerToSDPItem (line 17) | func InstanceGroupManagerToSDPItem(ctx context.Context, instanceGroupMan... FILE: sources/gcp/manual/compute-instance-group-manager.go type computeInstanceGroupManagerWrapper (line 22) | type computeInstanceGroupManagerWrapper struct method IAMPermissions (line 39) | func (c computeInstanceGroupManagerWrapper) IAMPermissions() []string { method PredefinedRole (line 46) | func (c computeInstanceGroupManagerWrapper) PredefinedRole() string { method PotentialLinks (line 51) | func (c computeInstanceGroupManagerWrapper) PotentialLinks() map[share... method TerraformMappings (line 66) | func (c computeInstanceGroupManagerWrapper) TerraformMappings() []*sdp... method GetLookups (line 77) | func (c computeInstanceGroupManagerWrapper) GetLookups() sources.ItemT... method SupportsWildcardScope (line 85) | func (c computeInstanceGroupManagerWrapper) SupportsWildcardScope() bo... method Get (line 90) | func (c computeInstanceGroupManagerWrapper) Get(ctx context.Context, s... method List (line 113) | func (c computeInstanceGroupManagerWrapper) List(ctx context.Context, ... method ListStream (line 119) | func (c computeInstanceGroupManagerWrapper) ListStream(ctx context.Con... method listAggregatedStream (line 178) | func (c computeInstanceGroupManagerWrapper) listAggregatedStream(ctx c... method gcpInstanceGroupManagerToSDPItem (line 252) | func (c computeInstanceGroupManagerWrapper) gcpInstanceGroupManagerToS... function NewComputeInstanceGroupManager (line 28) | func NewComputeInstanceGroupManager(client gcpshared.ComputeInstanceGrou... FILE: sources/gcp/manual/compute-instance-group-manager_test.go function TestComputeInstanceGroupManager (line 24) | func TestComputeInstanceGroupManager(t *testing.T) { function createInstanceGroupManager (line 500) | func createInstanceGroupManager(name string, isStable bool, instanceTemp... FILE: sources/gcp/manual/compute-instance-group.go type computeInstanceGroupWrapper (line 22) | type computeInstanceGroupWrapper struct method IAMPermissions (line 39) | func (c computeInstanceGroupWrapper) IAMPermissions() []string { method PredefinedRole (line 46) | func (c computeInstanceGroupWrapper) PredefinedRole() string { method PotentialLinks (line 50) | func (c computeInstanceGroupWrapper) PotentialLinks() map[shared.ItemT... method TerraformMappings (line 59) | func (c computeInstanceGroupWrapper) TerraformMappings() []*sdp.Terraf... method GetLookups (line 68) | func (c computeInstanceGroupWrapper) GetLookups() sources.ItemTypeLook... method SupportsWildcardScope (line 76) | func (c computeInstanceGroupWrapper) SupportsWildcardScope() bool { method Get (line 80) | func (c computeInstanceGroupWrapper) Get(ctx context.Context, scope st... method List (line 103) | func (c computeInstanceGroupWrapper) List(ctx context.Context, scope s... method ListStream (line 109) | func (c computeInstanceGroupWrapper) ListStream(ctx context.Context, s... method listAggregatedStream (line 168) | func (c computeInstanceGroupWrapper) listAggregatedStream(ctx context.... method gcpComputeInstanceGroupToSDPItem (line 242) | func (c computeInstanceGroupWrapper) gcpComputeInstanceGroupToSDPItem(... function NewComputeInstanceGroup (line 28) | func NewComputeInstanceGroup(client gcpshared.ComputeInstanceGroupsClien... FILE: sources/gcp/manual/compute-instance-group_test.go function TestComputeInstanceGroup (line 24) | func TestComputeInstanceGroup(t *testing.T) { function createComputeInstanceGroup (line 233) | func createComputeInstanceGroup(name, network, subnetwork, projectID, zo... FILE: sources/gcp/manual/compute-instance.go type computeInstanceWrapper (line 25) | type computeInstanceWrapper struct method IAMPermissions (line 42) | func (c computeInstanceWrapper) IAMPermissions() []string { method PredefinedRole (line 49) | func (c computeInstanceWrapper) PredefinedRole() string { method PotentialLinks (line 53) | func (c computeInstanceWrapper) PotentialLinks() map[shared.ItemType]b... method TerraformMappings (line 75) | func (c computeInstanceWrapper) TerraformMappings() []*sdp.TerraformMa... method GetLookups (line 85) | func (c computeInstanceWrapper) GetLookups() sources.ItemTypeLookups { method SupportsWildcardScope (line 93) | func (c computeInstanceWrapper) SupportsWildcardScope() bool { method SearchLookups (line 97) | func (c computeInstanceWrapper) SearchLookups() []sources.ItemTypeLook... method Search (line 107) | func (c computeInstanceWrapper) Search(ctx context.Context, scope stri... method Get (line 148) | func (c computeInstanceWrapper) Get(ctx context.Context, scope string,... method List (line 171) | func (c computeInstanceWrapper) List(ctx context.Context, scope string... method ListStream (line 177) | func (c computeInstanceWrapper) ListStream(ctx context.Context, stream... method listAggregatedStream (line 237) | func (c computeInstanceWrapper) listAggregatedStream(ctx context.Conte... method gcpComputeInstanceToSDPItem (line 312) | func (c computeInstanceWrapper) gcpComputeInstanceToSDPItem(ctx contex... function NewComputeInstance (line 31) | func NewComputeInstance(client gcpshared.ComputeInstanceClient, location... FILE: sources/gcp/manual/compute-instance_test.go function TestComputeInstance (line 25) | func TestComputeInstance(t *testing.T) { function createComputeInstance (line 1081) | func createComputeInstance(instanceName string, status computepb.Instanc... FILE: sources/gcp/manual/compute-instant-snapshot.go type computeInstantSnapshotWrapper (line 22) | type computeInstantSnapshotWrapper struct method IAMPermissions (line 39) | func (c computeInstantSnapshotWrapper) IAMPermissions() []string { method PredefinedRole (line 46) | func (c computeInstantSnapshotWrapper) PredefinedRole() string { method PotentialLinks (line 50) | func (c computeInstantSnapshotWrapper) PotentialLinks() map[shared.Ite... method TerraformMappings (line 56) | func (c computeInstantSnapshotWrapper) TerraformMappings() []*sdp.Terr... method GetLookups (line 65) | func (c computeInstantSnapshotWrapper) GetLookups() sources.ItemTypeLo... method SupportsWildcardScope (line 73) | func (c computeInstantSnapshotWrapper) SupportsWildcardScope() bool { method Get (line 77) | func (c computeInstantSnapshotWrapper) Get(ctx context.Context, scope ... method List (line 100) | func (c computeInstantSnapshotWrapper) List(ctx context.Context, scope... method ListStream (line 106) | func (c computeInstantSnapshotWrapper) ListStream(ctx context.Context,... method listAggregatedStream (line 165) | func (c computeInstantSnapshotWrapper) listAggregatedStream(ctx contex... method gcpComputeInstantSnapshotToSDPItem (line 239) | func (c computeInstantSnapshotWrapper) gcpComputeInstantSnapshotToSDPI... function NewComputeInstantSnapshot (line 28) | func NewComputeInstantSnapshot(client gcpshared.ComputeInstantSnapshotsC... FILE: sources/gcp/manual/compute-instant-snapshot_test.go function TestComputeInstantSnapshot (line 23) | func TestComputeInstantSnapshot(t *testing.T) { function createComputeInstantSnapshot (line 314) | func createComputeInstantSnapshot(snapshotName, zone string, status comp... FILE: sources/gcp/manual/compute-machine-image.go type computeMachineImageWrapper (line 22) | type computeMachineImageWrapper struct method IAMPermissions (line 39) | func (c computeMachineImageWrapper) IAMPermissions() []string { method PredefinedRole (line 46) | func (c computeMachineImageWrapper) PredefinedRole() string { method PotentialLinks (line 50) | func (c computeMachineImageWrapper) PotentialLinks() map[shared.ItemTy... method TerraformMappings (line 66) | func (c computeMachineImageWrapper) TerraformMappings() []*sdp.Terrafo... method GetLookups (line 75) | func (c computeMachineImageWrapper) GetLookups() sources.ItemTypeLooku... method Get (line 81) | func (c computeMachineImageWrapper) Get(ctx context.Context, scope str... method List (line 103) | func (c computeMachineImageWrapper) List(ctx context.Context, scope st... method ListStream (line 109) | func (c computeMachineImageWrapper) ListStream(ctx context.Context, st... method gcpComputeMachineImageToSDPItem (line 159) | func (c computeMachineImageWrapper) gcpComputeMachineImageToSDPItem(ct... method addKMSKeyLink (line 441) | func (c computeMachineImageWrapper) addKMSKeyLink(sdpItem *sdp.Item, k... function NewComputeMachineImage (line 28) | func NewComputeMachineImage(client gcpshared.ComputeMachineImageClient, ... FILE: sources/gcp/manual/compute-machine-image_test.go function TestComputeMachineImage (line 23) | func TestComputeMachineImage(t *testing.T) { function createComputeMachineImage (line 373) | func createComputeMachineImage(imageName string, status computepb.Machin... FILE: sources/gcp/manual/compute-node-group.go type computeNodeGroupWrapper (line 25) | type computeNodeGroupWrapper struct method IAMPermissions (line 42) | func (c computeNodeGroupWrapper) IAMPermissions() []string { method PredefinedRole (line 49) | func (c computeNodeGroupWrapper) PredefinedRole() string { method PotentialLinks (line 53) | func (c computeNodeGroupWrapper) PotentialLinks() map[shared.ItemType]... method TerraformMappings (line 59) | func (c computeNodeGroupWrapper) TerraformMappings() []*sdp.TerraformM... method GetLookups (line 72) | func (c computeNodeGroupWrapper) GetLookups() sources.ItemTypeLookups { method SearchLookups (line 78) | func (c computeNodeGroupWrapper) SearchLookups() []sources.ItemTypeLoo... method SupportsWildcardScope (line 88) | func (c computeNodeGroupWrapper) SupportsWildcardScope() bool { method Get (line 92) | func (c computeNodeGroupWrapper) Get(ctx context.Context, scope string... method List (line 115) | func (c computeNodeGroupWrapper) List(ctx context.Context, scope strin... method ListStream (line 121) | func (c computeNodeGroupWrapper) ListStream(ctx context.Context, strea... method listAggregatedStream (line 180) | func (c computeNodeGroupWrapper) listAggregatedStream(ctx context.Cont... method Search (line 254) | func (c computeNodeGroupWrapper) Search(ctx context.Context, scope str... method SearchStream (line 260) | func (c computeNodeGroupWrapper) SearchStream(ctx context.Context, str... method gcpComputeNodeGroupToSDPItem (line 301) | func (c computeNodeGroupWrapper) gcpComputeNodeGroupToSDPItem(ctx cont... function NewComputeNodeGroup (line 31) | func NewComputeNodeGroup(client gcpshared.ComputeNodeGroupClient, locati... FILE: sources/gcp/manual/compute-node-group_test.go function TestComputeNodeGroup (line 24) | func TestComputeNodeGroup(t *testing.T) { function createComputeNodeGroup (line 453) | func createComputeNodeGroup(name, templateUrl string, status computepb.N... FILE: sources/gcp/manual/compute-node-template.go type computeNodeTemplateWrapper (line 22) | type computeNodeTemplateWrapper struct method IAMPermissions (line 39) | func (c computeNodeTemplateWrapper) IAMPermissions() []string { method PredefinedRole (line 46) | func (c computeNodeTemplateWrapper) PredefinedRole() string { method PotentialLinks (line 50) | func (c computeNodeTemplateWrapper) PotentialLinks() map[shared.ItemTy... method TerraformMappings (line 56) | func (c computeNodeTemplateWrapper) TerraformMappings() []*sdp.Terrafo... method GetLookups (line 65) | func (c computeNodeTemplateWrapper) GetLookups() sources.ItemTypeLooku... method SupportsWildcardScope (line 73) | func (c computeNodeTemplateWrapper) SupportsWildcardScope() bool { method Get (line 77) | func (c computeNodeTemplateWrapper) Get(ctx context.Context, scope str... method List (line 100) | func (c computeNodeTemplateWrapper) List(ctx context.Context, scope st... method ListStream (line 106) | func (c computeNodeTemplateWrapper) ListStream(ctx context.Context, st... method listAggregatedStream (line 165) | func (c computeNodeTemplateWrapper) listAggregatedStream(ctx context.C... method gcpComputeNodeTemplateToSDPItem (line 239) | func (c computeNodeTemplateWrapper) gcpComputeNodeTemplateToSDPItem(no... function NewComputeNodeTemplate (line 28) | func NewComputeNodeTemplate(client gcpshared.ComputeNodeTemplateClient, ... FILE: sources/gcp/manual/compute-node-template_test.go function TestComputeNodeTemplate (line 23) | func TestComputeNodeTemplate(t *testing.T) { function createNodeTemplateApiFixture (line 266) | func createNodeTemplateApiFixture(nodeTemplateName string) *computepb.No... FILE: sources/gcp/manual/compute-region-instance-group-manager.go type computeRegionInstanceGroupManagerWrapper (line 22) | type computeRegionInstanceGroupManagerWrapper struct method IAMPermissions (line 39) | func (c computeRegionInstanceGroupManagerWrapper) IAMPermissions() []s... method PredefinedRole (line 46) | func (c computeRegionInstanceGroupManagerWrapper) PredefinedRole() str... method PotentialLinks (line 51) | func (c computeRegionInstanceGroupManagerWrapper) PotentialLinks() map... method TerraformMappings (line 66) | func (c computeRegionInstanceGroupManagerWrapper) TerraformMappings() ... method GetLookups (line 77) | func (c computeRegionInstanceGroupManagerWrapper) GetLookups() sources... method SupportsWildcardScope (line 85) | func (c computeRegionInstanceGroupManagerWrapper) SupportsWildcardScop... method Get (line 90) | func (c computeRegionInstanceGroupManagerWrapper) Get(ctx context.Cont... method List (line 113) | func (c computeRegionInstanceGroupManagerWrapper) List(ctx context.Con... method ListStream (line 119) | func (c computeRegionInstanceGroupManagerWrapper) ListStream(ctx conte... method listAllRegionsStream (line 177) | func (c computeRegionInstanceGroupManagerWrapper) listAllRegionsStream... method gcpRegionInstanceGroupManagerToSDPItem (line 232) | func (c computeRegionInstanceGroupManagerWrapper) gcpRegionInstanceGro... function NewComputeRegionInstanceGroupManager (line 28) | func NewComputeRegionInstanceGroupManager(client gcpshared.RegionInstanc... FILE: sources/gcp/manual/compute-region-instance-group-manager_test.go function TestComputeRegionInstanceGroupManager (line 22) | func TestComputeRegionInstanceGroupManager(t *testing.T) { function createRegionInstanceGroupManager (line 314) | func createRegionInstanceGroupManager(name string, isStable bool, instan... FILE: sources/gcp/manual/compute-reservation.go type computeReservationWrapper (line 22) | type computeReservationWrapper struct method IAMPermissions (line 39) | func (c computeReservationWrapper) IAMPermissions() []string { method PredefinedRole (line 46) | func (c computeReservationWrapper) PredefinedRole() string { method PotentialLinks (line 50) | func (c computeReservationWrapper) PotentialLinks() map[shared.ItemTyp... method TerraformMappings (line 58) | func (c computeReservationWrapper) TerraformMappings() []*sdp.Terrafor... method GetLookups (line 67) | func (c computeReservationWrapper) GetLookups() sources.ItemTypeLookups { method SupportsWildcardScope (line 75) | func (c computeReservationWrapper) SupportsWildcardScope() bool { method Get (line 79) | func (c computeReservationWrapper) Get(ctx context.Context, scope stri... method List (line 102) | func (c computeReservationWrapper) List(ctx context.Context, scope str... method ListStream (line 108) | func (c computeReservationWrapper) ListStream(ctx context.Context, str... method listAggregatedStream (line 167) | func (c computeReservationWrapper) listAggregatedStream(ctx context.Co... method gcpComputeReservationToSDPItem (line 241) | func (c computeReservationWrapper) gcpComputeReservationToSDPItem(ctx ... function NewComputeReservation (line 28) | func NewComputeReservation(client gcpshared.ComputeReservationClient, lo... FILE: sources/gcp/manual/compute-reservation_test.go function TestComputeReservation (line 23) | func TestComputeReservation(t *testing.T) { function createComputeReservation (line 283) | func createComputeReservation(reservationName string, status computepb.R... FILE: sources/gcp/manual/compute-security-policy.go type computeSecurityPolicyWrapper (line 21) | type computeSecurityPolicyWrapper struct method IAMPermissions (line 38) | func (c computeSecurityPolicyWrapper) IAMPermissions() []string { method PredefinedRole (line 45) | func (c computeSecurityPolicyWrapper) PredefinedRole() string { method PotentialLinks (line 49) | func (c computeSecurityPolicyWrapper) PotentialLinks() map[shared.Item... method TerraformMappings (line 55) | func (c computeSecurityPolicyWrapper) TerraformMappings() []*sdp.Terra... method GetLookups (line 64) | func (c computeSecurityPolicyWrapper) GetLookups() sources.ItemTypeLoo... method Get (line 70) | func (c computeSecurityPolicyWrapper) Get(ctx context.Context, scope s... method List (line 92) | func (c computeSecurityPolicyWrapper) List(ctx context.Context, scope ... method ListStream (line 98) | func (c computeSecurityPolicyWrapper) ListStream(ctx context.Context, ... method gcpComputeSecurityPolicyToSDPItem (line 147) | func (c computeSecurityPolicyWrapper) gcpComputeSecurityPolicyToSDPIte... function NewComputeSecurityPolicy (line 27) | func NewComputeSecurityPolicy(client gcpshared.ComputeSecurityPolicyClie... FILE: sources/gcp/manual/compute-security-policy_test.go function TestComputeSecurityPolicy (line 22) | func TestComputeSecurityPolicy(t *testing.T) { function createComputeSecurityPolicy (line 199) | func createComputeSecurityPolicy(policyName string) *computepb.SecurityP... FILE: sources/gcp/manual/compute-snapshot.go type computeSnapshotWrapper (line 20) | type computeSnapshotWrapper struct method IAMPermissions (line 37) | func (c computeSnapshotWrapper) IAMPermissions() []string { method PredefinedRole (line 44) | func (c computeSnapshotWrapper) PredefinedRole() string { method PotentialLinks (line 48) | func (c computeSnapshotWrapper) PotentialLinks() map[shared.ItemType]b... method TerraformMappings (line 58) | func (c computeSnapshotWrapper) TerraformMappings() []*sdp.TerraformMa... method GetLookups (line 67) | func (c computeSnapshotWrapper) GetLookups() sources.ItemTypeLookups { method Get (line 73) | func (c computeSnapshotWrapper) Get(ctx context.Context, scope string,... method List (line 95) | func (c computeSnapshotWrapper) List(ctx context.Context, scope string... method ListStream (line 101) | func (c computeSnapshotWrapper) ListStream(ctx context.Context, stream... method gcpComputeSnapshotToSDPItem (line 151) | func (c computeSnapshotWrapper) gcpComputeSnapshotToSDPItem(ctx contex... method addKMSKeyLink (line 268) | func (c computeSnapshotWrapper) addKMSKeyLink(sdpItem *sdp.Item, keyNa... function NewComputeSnapshot (line 26) | func NewComputeSnapshot(client gcpshared.ComputeSnapshotsClient, locatio... FILE: sources/gcp/manual/compute-snapshot_test.go function TestComputeSnapshot (line 22) | func TestComputeSnapshot(t *testing.T) { function createComputeSnapshot (line 295) | func createComputeSnapshot(snapshotName string, status computepb.Snapsho... FILE: sources/gcp/manual/iam-service-account-key.go type iamServiceAccountKeyWrapper (line 19) | type iamServiceAccountKeyWrapper struct method IAMPermissions (line 36) | func (c iamServiceAccountKeyWrapper) IAMPermissions() []string { method PredefinedRole (line 43) | func (c iamServiceAccountKeyWrapper) PredefinedRole() string { method PotentialLinks (line 48) | func (c iamServiceAccountKeyWrapper) PotentialLinks() map[shared.ItemT... method TerraformMappings (line 55) | func (c iamServiceAccountKeyWrapper) TerraformMappings() []*sdp.Terraf... method GetLookups (line 69) | func (c iamServiceAccountKeyWrapper) GetLookups() sources.ItemTypeLook... method Get (line 79) | func (c iamServiceAccountKeyWrapper) Get(ctx context.Context, scope st... method SearchLookups (line 104) | func (c iamServiceAccountKeyWrapper) SearchLookups() []sources.ItemTyp... method Search (line 113) | func (c iamServiceAccountKeyWrapper) Search(ctx context.Context, scope... method SearchStream (line 120) | func (c iamServiceAccountKeyWrapper) SearchStream(ctx context.Context,... method gcpIAMServiceAccountKeyToSDPItem (line 154) | func (c iamServiceAccountKeyWrapper) gcpIAMServiceAccountKeyToSDPItem(... function NewIAMServiceAccountKey (line 25) | func NewIAMServiceAccountKey(client gcpshared.IAMServiceAccountKeyClient... FILE: sources/gcp/manual/iam-service-account-key_test.go function TestIAMServiceAccountKey (line 22) | func TestIAMServiceAccountKey(t *testing.T) { function createServiceAccountKey (line 232) | func createServiceAccountKey(name string) *adminpb.ServiceAccountKey { FILE: sources/gcp/manual/iam-service-account.go type iamServiceAccountWrapper (line 21) | type iamServiceAccountWrapper struct method IAMPermissions (line 38) | func (c iamServiceAccountWrapper) IAMPermissions() []string { method PredefinedRole (line 45) | func (c iamServiceAccountWrapper) PredefinedRole() string { method PotentialLinks (line 49) | func (c iamServiceAccountWrapper) PotentialLinks() map[shared.ItemType... method TerraformMappings (line 56) | func (c iamServiceAccountWrapper) TerraformMappings() []*sdp.Terraform... method GetLookups (line 69) | func (c iamServiceAccountWrapper) GetLookups() sources.ItemTypeLookups { method Get (line 75) | func (c iamServiceAccountWrapper) Get(ctx context.Context, scope strin... method List (line 108) | func (c iamServiceAccountWrapper) List(ctx context.Context, scope stri... method ListStream (line 114) | func (c iamServiceAccountWrapper) ListStream(ctx context.Context, stre... method gcpIAMServiceAccountToSDPItem (line 166) | func (c iamServiceAccountWrapper) gcpIAMServiceAccountToSDPItem(servic... function NewIAMServiceAccount (line 27) | func NewIAMServiceAccount(client gcpshared.IAMServiceAccountClient, loca... FILE: sources/gcp/manual/iam-service-account_test.go function TestIAMServiceAccount (line 22) | func TestIAMServiceAccount(t *testing.T) { function createServiceAccount (line 228) | func createServiceAccount(uniqueID, email, displayName, projectID string... FILE: sources/gcp/manual/logging-sink.go function NewLoggingSink (line 23) | func NewLoggingSink(client gcpshared.LoggingConfigClient, locations []gc... type loggingSinkWrapper (line 46) | type loggingSinkWrapper struct method IAMPermissions (line 35) | func (l loggingSinkWrapper) IAMPermissions() []string { method PredefinedRole (line 42) | func (l loggingSinkWrapper) PredefinedRole() string { method GetLookups (line 55) | func (l loggingSinkWrapper) GetLookups() sources.ItemTypeLookups { method PotentialLinks (line 61) | func (l loggingSinkWrapper) PotentialLinks() map[shared.ItemType]bool { method Get (line 71) | func (l loggingSinkWrapper) Get(ctx context.Context, scope string, que... method List (line 90) | func (l loggingSinkWrapper) List(ctx context.Context, scope string) ([... method ListStream (line 96) | func (l loggingSinkWrapper) ListStream(ctx context.Context, stream dis... method gcpLoggingSinkToItem (line 146) | func (l loggingSinkWrapper) gcpLoggingSinkToItem(sink *loggingpb.LogSi... FILE: sources/gcp/manual/logging-sink_test.go function TestNewLoggingSink (line 23) | func TestNewLoggingSink(t *testing.T) { function createLoggingSink (line 281) | func createLoggingSink(name, destination, writerIdentity string) *loggin... FILE: sources/gcp/manual/storage-bucket-iam-policy.go type storageBucketIAMPolicyWrapper (line 22) | type storageBucketIAMPolicyWrapper struct method IAMPermissions (line 39) | func (w *storageBucketIAMPolicyWrapper) IAMPermissions() []string { method PredefinedRole (line 43) | func (w *storageBucketIAMPolicyWrapper) PredefinedRole() string { method PotentialLinks (line 47) | func (w *storageBucketIAMPolicyWrapper) PotentialLinks() map[shared.It... method TerraformMappings (line 57) | func (w *storageBucketIAMPolicyWrapper) TerraformMappings() []*sdp.Ter... method GetLookups (line 74) | func (w *storageBucketIAMPolicyWrapper) GetLookups() sources.ItemTypeL... method SearchLookups (line 80) | func (w *storageBucketIAMPolicyWrapper) SearchLookups() []sources.Item... method Get (line 86) | func (w *storageBucketIAMPolicyWrapper) Get(ctx context.Context, scope... method Search (line 110) | func (w *storageBucketIAMPolicyWrapper) Search(ctx context.Context, sc... method policyToItem (line 148) | func (w *storageBucketIAMPolicyWrapper) policyToItem(location gcpshare... function NewStorageBucketIAMPolicy (line 28) | func NewStorageBucketIAMPolicy(client gcpshared.StorageBucketIAMPolicyGe... type policyBinding (line 139) | type policyBinding struct function extractCustomRoleProjectAndID (line 270) | func extractCustomRoleProjectAndID(role string) (projectID, roleID strin... function extractDomainFromDomainMember (line 292) | func extractDomainFromDomainMember(member string) string { function extractProjectIDFromProjectPrincipalMember (line 310) | func extractProjectIDFromProjectPrincipalMember(member string) string { function extractServiceAccountEmailFromMember (line 321) | func extractServiceAccountEmailFromMember(member string) string { function extractProjectFromServiceAccountEmail (line 341) | func extractProjectFromServiceAccountEmail(email string) string { function isGoogleManagedServiceAccountDomain (line 362) | func isGoogleManagedServiceAccountDomain(firstLabel string) bool { FILE: sources/gcp/manual/storage-bucket-iam-policy_test.go type fakeBucketIAMPolicyGetter (line 18) | type fakeBucketIAMPolicyGetter struct method GetBucketIAMPolicy (line 24) | func (f *fakeBucketIAMPolicyGetter) GetBucketIAMPolicy(ctx context.Con... function policyWithBindings (line 34) | func policyWithBindings(bindings map[string][]string) []gcpshared.Bucket... function TestStorageBucketIAMPolicy_Get (line 42) | func TestStorageBucketIAMPolicy_Get(t *testing.T) { function TestStorageBucketIAMPolicy_Get_ProjectPrincipalMembers_Linked (line 95) | func TestStorageBucketIAMPolicy_Get_ProjectPrincipalMembers_Linked(t *te... function TestStorageBucketIAMPolicy_Get_ProjectPrincipalMembers_Deduplicated (line 149) | func TestStorageBucketIAMPolicy_Get_ProjectPrincipalMembers_Deduplicated... function TestStorageBucketIAMPolicy_Get_DeletedServiceAccount_IsLinked (line 184) | func TestStorageBucketIAMPolicy_Get_DeletedServiceAccount_IsLinked(t *te... function TestStorageBucketIAMPolicy_Get_DomainMembers_EmitDNSLinks (line 218) | func TestStorageBucketIAMPolicy_Get_DomainMembers_EmitDNSLinks(t *testin... function TestStorageBucketIAMPolicy_Get_DeletedDomainMember_StripsUIDSuffix (line 262) | func TestStorageBucketIAMPolicy_Get_DeletedDomainMember_StripsUIDSuffix(... function TestStorageBucketIAMPolicy_Get_CustomRole_EmitsIAMRoleLink (line 298) | func TestStorageBucketIAMPolicy_Get_CustomRole_EmitsIAMRoleLink(t *testi... function TestStorageBucketIAMPolicy_Get_GoogleManagedSA_SkipsLink (line 344) | func TestStorageBucketIAMPolicy_Get_GoogleManagedSA_SkipsLink(t *testing... function TestStorageBucketIAMPolicy_Get_DeveloperAndAppspotSA_SkipLink (line 379) | func TestStorageBucketIAMPolicy_Get_DeveloperAndAppspotSA_SkipLink(t *te... function TestStorageBucketIAMPolicy_Get_ClientError (line 415) | func TestStorageBucketIAMPolicy_Get_ClientError(t *testing.T) { function TestStorageBucketIAMPolicy_Search (line 430) | func TestStorageBucketIAMPolicy_Search(t *testing.T) { function TestStorageBucketIAMPolicy_TerraformMapping (line 472) | func TestStorageBucketIAMPolicy_TerraformMapping(t *testing.T) { function TestStorageBucketIAMPolicy_Get_InsufficientQueryParts (line 504) | func TestStorageBucketIAMPolicy_Get_InsufficientQueryParts(t *testing.T) { function TestStorageBucketIAMPolicy_Get_EmptyPolicy_ReturnsItem (line 518) | func TestStorageBucketIAMPolicy_Get_EmptyPolicy_ReturnsItem(t *testing.T) { FILE: sources/gcp/proc/proc.go type GCPConfig (line 36) | type GCPConfig struct type ProjectPermissionCheckResult (line 46) | type ProjectPermissionCheckResult struct method FormatError (line 53) | func (r *ProjectPermissionCheckResult) FormatError() error { type ParentType (line 76) | type ParentType constant ParentTypeUnknown (line 79) | ParentTypeUnknown ParentType = iota constant ParentTypeOrganization (line 80) | ParentTypeOrganization constant ParentTypeFolder (line 81) | ParentTypeFolder constant ParentTypeProject (line 82) | ParentTypeProject type projectCheckResult (line 86) | type projectCheckResult struct type ProjectHealthChecker (line 92) | type ProjectHealthChecker struct method Check (line 115) | func (c *ProjectHealthChecker) Check(ctx context.Context) (*ProjectPer... method runCheck (line 144) | func (c *ProjectHealthChecker) runCheck(ctx context.Context) (*Project... function NewProjectHealthChecker (line 102) | func NewProjectHealthChecker( function detectParentType (line 230) | func detectParentType(parent string) (ParentType, error) { function normalizeParent (line 266) | func normalizeParent(parent string, parentType ParentType) (string, erro... function init (line 304) | func init() { function InitializeAdapters (line 339) | func InitializeAdapters(ctx context.Context, engine *discovery.Engine, c... function ConfigFromViper (line 547) | func ConfigFromViper() (*GCPConfig, error) { function discoverProjects (line 611) | func discoverProjects(ctx context.Context, impersonationServiceAccountEm... function discoverProjectsUnderParent (line 698) | func discoverProjectsUnderParent( function discoverProjectsUnderSpecificParent (line 768) | func discoverProjectsUnderSpecificParent(ctx context.Context, parent str... function adapters (line 825) | func adapters( FILE: sources/gcp/proc/proc_test.go function Test_adapters (line 22) | func Test_adapters(t *testing.T) { function Test_ensureMandatoryFieldsInDynamicAdapters (line 82) | func Test_ensureMandatoryFieldsInDynamicAdapters(t *testing.T) { function Test_detectParentType (line 141) | func Test_detectParentType(t *testing.T) { function Test_normalizeParent (line 221) | func Test_normalizeParent(t *testing.T) { type mockAdapter (line 305) | type mockAdapter struct method Type (line 320) | func (m *mockAdapter) Type() string { method Name (line 324) | func (m *mockAdapter) Name() string { method Scopes (line 328) | func (m *mockAdapter) Scopes() []string { method Metadata (line 332) | func (m *mockAdapter) Metadata() *sdp.AdapterMetadata { method Get (line 338) | func (m *mockAdapter) Get(ctx context.Context, scope string, query str... method List (line 362) | func (m *mockAdapter) List(ctx context.Context, scope string, ignoreCa... method Search (line 366) | func (m *mockAdapter) Search(ctx context.Context, scope string, query ... method GetCallCount (line 370) | func (m *mockAdapter) GetCallCount() int32 { function newMockAdapter (line 311) | func newMockAdapter(projectID string, shouldError bool, errorMessage str... function TestNewProjectHealthChecker (line 374) | func TestNewProjectHealthChecker(t *testing.T) { function TestProjectHealthChecker_Check_Success (line 425) | func TestProjectHealthChecker_Check_Success(t *testing.T) { function TestProjectHealthChecker_Check_Failures (line 449) | func TestProjectHealthChecker_Check_Failures(t *testing.T) { function TestProjectHealthChecker_Check_MissingAdapter (line 487) | func TestProjectHealthChecker_Check_MissingAdapter(t *testing.T) { function TestProjectHealthChecker_Check_Caching (line 493) | func TestProjectHealthChecker_Check_Caching(t *testing.T) { function TestProjectHealthChecker_Check_ConcurrentAccess (line 569) | func TestProjectHealthChecker_Check_ConcurrentAccess(t *testing.T) { function TestProjectPermissionCheckResult_FormatError (line 606) | func TestProjectPermissionCheckResult_FormatError(t *testing.T) { function contains (line 673) | func contains(s, substr string) bool { function TestCriticalTerraformMappingsRegistered (line 686) | func TestCriticalTerraformMappingsRegistered(t *testing.T) { FILE: sources/gcp/shared/adapter-meta.go type SearchFilterFunc (line 14) | type SearchFilterFunc type ListFilterFunc (line 19) | type ListFilterFunc type LocationLevel (line 22) | type LocationLevel constant ProjectLevel (line 25) | ProjectLevel LocationLevel = "project" constant RegionalLevel (line 26) | RegionalLevel LocationLevel = "regional" constant ZonalLevel (line 27) | ZonalLevel LocationLevel = "zonal" type EndpointFunc (line 31) | type EndpointFunc type ListEndpointFunc (line 34) | type ListEndpointFunc type AdapterMeta (line 37) | type AdapterMeta struct function ProjectLevelEndpointFuncWithSingleQuery (line 78) | func ProjectLevelEndpointFuncWithSingleQuery(format string) EndpointFunc { function ProjectLevelEndpointFuncWithTwoQueries (line 92) | func ProjectLevelEndpointFuncWithTwoQueries(format string) EndpointFunc { function ProjectLevelEndpointFuncWithThreeQueries (line 110) | func ProjectLevelEndpointFuncWithThreeQueries(format string) EndpointFunc { function ProjectLevelEndpointFuncWithFourQueries (line 128) | func ProjectLevelEndpointFuncWithFourQueries(format string) EndpointFunc { function ZoneLevelEndpointFunc (line 146) | func ZoneLevelEndpointFunc(format string) EndpointFunc { function ZoneLevelEndpointFuncWithTwoQueries (line 160) | func ZoneLevelEndpointFuncWithTwoQueries(format string) EndpointFunc { function RegionalLevelEndpointFunc (line 178) | func RegionalLevelEndpointFunc(format string) EndpointFunc { function RegionalLevelEndpointFuncWithTwoQueries (line 192) | func RegionalLevelEndpointFuncWithTwoQueries(format string) EndpointFunc { function ProjectLevelListFunc (line 214) | func ProjectLevelListFunc(format string) ListEndpointFunc { function RegionLevelListFunc (line 228) | func RegionLevelListFunc(format string) ListEndpointFunc { function ZoneLevelListFunc (line 242) | func ZoneLevelListFunc(format string) ListEndpointFunc { FILE: sources/gcp/shared/adapter-meta_test.go function TestSDPAssetTypeToAdapterMeta_GetEndpointFunc (line 9) | func TestSDPAssetTypeToAdapterMeta_GetEndpointFunc(t *testing.T) { function TestSDPAssetTypeToAdapterMeta_ListEndpointFunc (line 64) | func TestSDPAssetTypeToAdapterMeta_ListEndpointFunc(t *testing.T) { function TestSDPAssetTypeToAdapterMeta_SearchEndpointFunc (line 137) | func TestSDPAssetTypeToAdapterMeta_SearchEndpointFunc(t *testing.T) { function TestProjectLevelGetEndpointFunc (line 178) | func TestProjectLevelGetEndpointFunc(t *testing.T) { function TestProjectLevelGetEndpointFuncWithTwoQueries (line 213) | func TestProjectLevelGetEndpointFuncWithTwoQueries(t *testing.T) { function TestZoneLevelGetEndpointFunc (line 255) | func TestZoneLevelGetEndpointFunc(t *testing.T) { function TestRegionalLevelGetEndpointFunc (line 290) | func TestRegionalLevelGetEndpointFunc(t *testing.T) { function TestEndpointFuncWithQueries_PanicsOnWrongFormat (line 325) | func TestEndpointFuncWithQueries_PanicsOnWrongFormat(t *testing.T) { function Test_projectLevelListFunc (line 365) | func Test_projectLevelListFunc(t *testing.T) { function Test_regionLevelListFunc (line 408) | func Test_regionLevelListFunc(t *testing.T) { function Test_zoneLevelListFunc (line 457) | func Test_zoneLevelListFunc(t *testing.T) { FILE: sources/gcp/shared/base.go function CollectFromStream (line 18) | func CollectFromStream( type ZoneBase (line 45) | type ZoneBase struct method PredefinedRole (line 71) | func (z *ZoneBase) PredefinedRole() string { method LocationFromScope (line 76) | func (z *ZoneBase) LocationFromScope(scope string) (LocationInfo, erro... method ZoneFromScope (line 91) | func (z *ZoneBase) ZoneFromScope(scope string) (string, error) { method Locations (line 100) | func (z *ZoneBase) Locations() []LocationInfo { function NewZoneBase (line 51) | func NewZoneBase(locations []LocationInfo, category sdp.AdapterCategory,... type RegionBase (line 105) | type RegionBase struct method PredefinedRole (line 131) | func (r *RegionBase) PredefinedRole() string { method LocationFromScope (line 136) | func (r *RegionBase) LocationFromScope(scope string) (LocationInfo, er... method RegionFromScope (line 151) | func (r *RegionBase) RegionFromScope(scope string) (string, error) { method Locations (line 160) | func (r *RegionBase) Locations() []LocationInfo { function NewRegionBase (line 111) | func NewRegionBase(locations []LocationInfo, category sdp.AdapterCategor... type ProjectBase (line 165) | type ProjectBase struct method PredefinedRole (line 190) | func (p *ProjectBase) PredefinedRole() string { method LocationFromScope (line 195) | func (p *ProjectBase) LocationFromScope(scope string) (LocationInfo, e... function NewProjectBase (line 171) | func NewProjectBase(locations []LocationInfo, category sdp.AdapterCatego... function NewProjectBaseFromLocations (line 176) | func NewProjectBaseFromLocations(locations []LocationInfo, category sdp.... FILE: sources/gcp/shared/big-query-clients.go type BigQueryRoutineClient (line 15) | type BigQueryRoutineClient interface type bigQueryRoutineClient (line 20) | type bigQueryRoutineClient struct method Get (line 24) | func (b bigQueryRoutineClient) Get(ctx context.Context, projectID, dat... method List (line 35) | func (b bigQueryRoutineClient) List(ctx context.Context, projectID str... function NewBigQueryRoutineClient (line 72) | func NewBigQueryRoutineClient(client *bigquery.Client) BigQueryRoutineCl... type BigQueryDatasetClient (line 79) | type BigQueryDatasetClient interface type bigQueryDatasetClient (line 85) | type bigQueryDatasetClient struct method Get (line 89) | func (b bigQueryDatasetClient) Get(ctx context.Context, projectID, dat... method List (line 99) | func (b bigQueryDatasetClient) List(ctx context.Context, projectID str... method ListStream (line 134) | func (b bigQueryDatasetClient) ListStream(ctx context.Context, project... function NewBigQueryDatasetClient (line 169) | func NewBigQueryDatasetClient(client *bigquery.Client) BigQueryDatasetCl... type BigQueryTableClient (line 175) | type BigQueryTableClient interface type bigQueryTableClient (line 181) | type bigQueryTableClient struct method Get (line 185) | func (b bigQueryTableClient) Get(ctx context.Context, projectID, datas... method List (line 199) | func (b bigQueryTableClient) List(ctx context.Context, projectID, data... method ListStream (line 237) | func (b bigQueryTableClient) ListStream(ctx context.Context, projectID... function NewBigQueryTableClient (line 276) | func NewBigQueryTableClient(client *bigquery.Client) BigQueryTableClient { type BigQueryModelClient (line 282) | type BigQueryModelClient interface type bigQueryModelClient (line 288) | type bigQueryModelClient struct method Get (line 298) | func (b bigQueryModelClient) Get(ctx context.Context, projectID, datas... method List (line 312) | func (b bigQueryModelClient) List(ctx context.Context, projectID, data... method ListStream (line 350) | func (b bigQueryModelClient) ListStream(ctx context.Context, projectID... function NewBigQueryModelClient (line 292) | func NewBigQueryModelClient(client *bigquery.Client) BigQueryModelClient { FILE: sources/gcp/shared/certificate-manager-clients.go type CertificateManagerCertificateClient (line 14) | type CertificateManagerCertificateClient interface type CertificateIterator (line 19) | type CertificateIterator interface type certificateManagerCertificateClient (line 23) | type certificateManagerCertificateClient struct method GetCertificate (line 27) | func (c *certificateManagerCertificateClient) GetCertificate(ctx conte... method ListCertificates (line 31) | func (c *certificateManagerCertificateClient) ListCertificates(ctx con... function NewCertificateManagerCertificateClient (line 36) | func NewCertificateManagerCertificateClient(client *certificatemanager.C... FILE: sources/gcp/shared/compute-clients.go type ComputeInstanceIterator (line 13) | type ComputeInstanceIterator interface type InstancesScopedListPairIterator (line 18) | type InstancesScopedListPairIterator interface type ComputeInstanceClient (line 23) | type ComputeInstanceClient interface type computeInstanceClient (line 29) | type computeInstanceClient struct method Get (line 41) | func (c computeInstanceClient) Get(ctx context.Context, req *computepb... method List (line 46) | func (c computeInstanceClient) List(ctx context.Context, req *computep... method AggregatedList (line 51) | func (c computeInstanceClient) AggregatedList(ctx context.Context, req... function NewComputeInstanceClient (line 34) | func NewComputeInstanceClient(instanceClient *compute.InstancesClient) C... type ComputeAddressIterator (line 56) | type ComputeAddressIterator interface type AddressesScopedListPairIterator (line 61) | type AddressesScopedListPairIterator interface type ComputeAddressClient (line 66) | type ComputeAddressClient interface type computeAddressClient (line 72) | type computeAddressClient struct method Get (line 84) | func (c computeAddressClient) Get(ctx context.Context, req *computepb.... method List (line 89) | func (c computeAddressClient) List(ctx context.Context, req *computepb... method AggregatedList (line 94) | func (c computeAddressClient) AggregatedList(ctx context.Context, req ... function NewComputeAddressClient (line 77) | func NewComputeAddressClient(addressClient *compute.AddressesClient) Com... type ComputeImageIterator (line 99) | type ComputeImageIterator interface type ComputeImagesClient (line 104) | type ComputeImagesClient interface type computeImagesClient (line 110) | type computeImagesClient struct method Get (line 122) | func (c computeImagesClient) Get(ctx context.Context, req *computepb.G... method GetFromFamily (line 127) | func (c computeImagesClient) GetFromFamily(ctx context.Context, req *c... method List (line 132) | func (c computeImagesClient) List(ctx context.Context, req *computepb.... function NewComputeImagesClient (line 115) | func NewComputeImagesClient(imageClient *compute.ImagesClient) ComputeIm... type ComputeInstanceGroupManagerIterator (line 137) | type ComputeInstanceGroupManagerIterator interface type InstanceGroupManagersScopedListPairIterator (line 142) | type InstanceGroupManagersScopedListPairIterator interface type ComputeInstanceGroupManagerClient (line 147) | type ComputeInstanceGroupManagerClient interface type computeInstanceGroupManagerClient (line 153) | type computeInstanceGroupManagerClient struct method Get (line 165) | func (c computeInstanceGroupManagerClient) Get(ctx context.Context, re... method List (line 170) | func (c computeInstanceGroupManagerClient) List(ctx context.Context, r... method AggregatedList (line 175) | func (c computeInstanceGroupManagerClient) AggregatedList(ctx context.... function NewComputeInstanceGroupManagerClient (line 158) | func NewComputeInstanceGroupManagerClient(instanceGroupManagersClient *c... type RegionInstanceGroupManagerIterator (line 180) | type RegionInstanceGroupManagerIterator interface type RegionInstanceGroupManagerClient (line 185) | type RegionInstanceGroupManagerClient interface type regionInstanceGroupManagerClient (line 190) | type regionInstanceGroupManagerClient struct method Get (line 202) | func (c regionInstanceGroupManagerClient) Get(ctx context.Context, req... method List (line 207) | func (c regionInstanceGroupManagerClient) List(ctx context.Context, re... function NewRegionInstanceGroupManagerClient (line 195) | func NewRegionInstanceGroupManagerClient(regionInstanceGroupManagersClie... type ForwardingRuleIterator (line 211) | type ForwardingRuleIterator interface type ForwardingRulesScopedListPairIterator (line 216) | type ForwardingRulesScopedListPairIterator interface type ComputeForwardingRuleClient (line 221) | type ComputeForwardingRuleClient interface type computeForwardingRuleClient (line 227) | type computeForwardingRuleClient struct method Get (line 231) | func (c computeForwardingRuleClient) Get(ctx context.Context, req *com... method List (line 235) | func (c computeForwardingRuleClient) List(ctx context.Context, req *co... method AggregatedList (line 240) | func (c computeForwardingRuleClient) AggregatedList(ctx context.Contex... function NewComputeForwardingRuleClient (line 245) | func NewComputeForwardingRuleClient(forwardingRuleClient *compute.Forwar... type ComputeAutoscalerIterator (line 252) | type ComputeAutoscalerIterator interface type AutoscalersScopedListPairIterator (line 257) | type AutoscalersScopedListPairIterator interface type ComputeAutoscalerClient (line 262) | type ComputeAutoscalerClient interface type computeAutoscalerClient (line 269) | type computeAutoscalerClient struct method Get (line 280) | func (c computeAutoscalerClient) Get(ctx context.Context, req *compute... method List (line 284) | func (c computeAutoscalerClient) List(ctx context.Context, req *comput... method AggregatedList (line 289) | func (c computeAutoscalerClient) AggregatedList(ctx context.Context, r... function NewComputeAutoscalerClient (line 274) | func NewComputeAutoscalerClient(autoscalerClient *compute.AutoscalersCli... type ComputeBackendServiceIterator (line 294) | type ComputeBackendServiceIterator interface type BackendServicesScopedListPairIterator (line 299) | type BackendServicesScopedListPairIterator interface type ComputeBackendServiceClient (line 304) | type ComputeBackendServiceClient interface type computeBackendServiceClient (line 310) | type computeBackendServiceClient struct method Get (line 314) | func (c computeBackendServiceClient) Get(ctx context.Context, req *com... method List (line 318) | func (c computeBackendServiceClient) List(ctx context.Context, req *co... method AggregatedList (line 323) | func (c computeBackendServiceClient) AggregatedList(ctx context.Contex... function NewComputeBackendServiceClient (line 328) | func NewComputeBackendServiceClient(backendServiceClient *compute.Backen... type ComputeInstanceGroupIterator (line 335) | type ComputeInstanceGroupIterator interface type InstanceGroupsScopedListPairIterator (line 340) | type InstanceGroupsScopedListPairIterator interface type ComputeInstanceGroupsClient (line 345) | type ComputeInstanceGroupsClient interface type computeInstanceGroupsClient (line 351) | type computeInstanceGroupsClient struct method Get (line 363) | func (c computeInstanceGroupsClient) Get(ctx context.Context, req *com... method List (line 368) | func (c computeInstanceGroupsClient) List(ctx context.Context, req *co... method AggregatedList (line 373) | func (c computeInstanceGroupsClient) AggregatedList(ctx context.Contex... function NewComputeInstanceGroupsClient (line 356) | func NewComputeInstanceGroupsClient(instanceGroupsClient *compute.Instan... type ComputeNodeGroupIterator (line 378) | type ComputeNodeGroupIterator interface type NodeGroupsScopedListPairIterator (line 383) | type NodeGroupsScopedListPairIterator interface type ComputeNodeGroupClient (line 388) | type ComputeNodeGroupClient interface type computeNodeGroupClient (line 395) | type computeNodeGroupClient struct method Get (line 406) | func (c computeNodeGroupClient) Get(ctx context.Context, req *computep... method List (line 410) | func (c computeNodeGroupClient) List(ctx context.Context, req *compute... method AggregatedList (line 415) | func (c computeNodeGroupClient) AggregatedList(ctx context.Context, re... function NewComputeNodeGroupClient (line 400) | func NewComputeNodeGroupClient(NodeGroupClient *compute.NodeGroupsClient... type ComputeHealthCheckIterator (line 420) | type ComputeHealthCheckIterator interface type HealthChecksScopedListPairIterator (line 425) | type HealthChecksScopedListPairIterator interface type ComputeHealthCheckClient (line 430) | type ComputeHealthCheckClient interface type computeHealthCheckClient (line 436) | type computeHealthCheckClient struct method Get (line 448) | func (c computeHealthCheckClient) Get(ctx context.Context, req *comput... method List (line 453) | func (c computeHealthCheckClient) List(ctx context.Context, req *compu... method AggregatedList (line 458) | func (c computeHealthCheckClient) AggregatedList(ctx context.Context, ... function NewComputeHealthCheckClient (line 441) | func NewComputeHealthCheckClient(healthChecksClient *compute.HealthCheck... type ComputeRegionHealthCheckIterator (line 463) | type ComputeRegionHealthCheckIterator interface type ComputeRegionHealthCheckClient (line 468) | type ComputeRegionHealthCheckClient interface type computeRegionHealthCheckClient (line 473) | type computeRegionHealthCheckClient struct method Get (line 485) | func (c computeRegionHealthCheckClient) Get(ctx context.Context, req *... method List (line 490) | func (c computeRegionHealthCheckClient) List(ctx context.Context, req ... function NewComputeRegionHealthCheckClient (line 478) | func NewComputeRegionHealthCheckClient(regionHealthChecksClient *compute... type ComputeNodeTemplateIterator (line 495) | type ComputeNodeTemplateIterator interface type NodeTemplatesScopedListPairIterator (line 500) | type NodeTemplatesScopedListPairIterator interface type ComputeNodeTemplateClient (line 505) | type ComputeNodeTemplateClient interface type computeNodeTemplateClient (line 512) | type computeNodeTemplateClient struct method Get (line 523) | func (c computeNodeTemplateClient) Get(ctx context.Context, req *compu... method List (line 527) | func (c computeNodeTemplateClient) List(ctx context.Context, req *comp... method AggregatedList (line 532) | func (c computeNodeTemplateClient) AggregatedList(ctx context.Context,... function NewComputeNodeTemplateClient (line 517) | func NewComputeNodeTemplateClient(NodeTemplateClient *compute.NodeTempla... type ComputeReservationIterator (line 537) | type ComputeReservationIterator interface type ReservationsScopedListPairIterator (line 542) | type ReservationsScopedListPairIterator interface type ComputeReservationClient (line 547) | type ComputeReservationClient interface type computeReservationClient (line 553) | type computeReservationClient struct method Get (line 565) | func (c computeReservationClient) Get(ctx context.Context, req *comput... method List (line 570) | func (c computeReservationClient) List(ctx context.Context, req *compu... method AggregatedList (line 575) | func (c computeReservationClient) AggregatedList(ctx context.Context, ... function NewComputeReservationClient (line 558) | func NewComputeReservationClient(reservationsClient *compute.Reservation... type ComputeSecurityPolicyIterator (line 580) | type ComputeSecurityPolicyIterator interface type ComputeSecurityPolicyClient (line 585) | type ComputeSecurityPolicyClient interface type computeSecurityPolicyClient (line 590) | type computeSecurityPolicyClient struct method Get (line 602) | func (c computeSecurityPolicyClient) Get(ctx context.Context, req *com... method List (line 607) | func (c computeSecurityPolicyClient) List(ctx context.Context, req *co... function NewComputeSecurityPolicyClient (line 595) | func NewComputeSecurityPolicyClient(securityPolicyClient *compute.Securi... type ComputeInstantSnapshotIterator (line 612) | type ComputeInstantSnapshotIterator interface type InstantSnapshotsScopedListPairIterator (line 617) | type InstantSnapshotsScopedListPairIterator interface type ComputeInstantSnapshotsClient (line 622) | type ComputeInstantSnapshotsClient interface type computeInstantSnapshotsClient (line 628) | type computeInstantSnapshotsClient struct method Get (line 640) | func (c computeInstantSnapshotsClient) Get(ctx context.Context, req *c... method List (line 645) | func (c computeInstantSnapshotsClient) List(ctx context.Context, req *... method AggregatedList (line 650) | func (c computeInstantSnapshotsClient) AggregatedList(ctx context.Cont... function NewComputeInstantSnapshotsClient (line 633) | func NewComputeInstantSnapshotsClient(instantSnapshotsClient *compute.In... type ComputeDiskIterator (line 655) | type ComputeDiskIterator interface type DisksScopedListPairIterator (line 660) | type DisksScopedListPairIterator interface type ComputeDiskClient (line 665) | type ComputeDiskClient interface type computeDiskClient (line 671) | type computeDiskClient struct method Get (line 683) | func (c computeDiskClient) Get(ctx context.Context, req *computepb.Get... method List (line 688) | func (c computeDiskClient) List(ctx context.Context, req *computepb.Li... method AggregatedList (line 693) | func (c computeDiskClient) AggregatedList(ctx context.Context, req *co... function NewComputeDiskClient (line 676) | func NewComputeDiskClient(client *compute.DisksClient) ComputeDiskClient { type ComputeMachineImageIterator (line 698) | type ComputeMachineImageIterator interface type ComputeMachineImageClient (line 703) | type ComputeMachineImageClient interface type computeMachineImageClient (line 708) | type computeMachineImageClient struct method Get (line 720) | func (c computeMachineImageClient) Get(ctx context.Context, req *compu... method List (line 725) | func (c computeMachineImageClient) List(ctx context.Context, req *comp... function NewComputeMachineImageClient (line 713) | func NewComputeMachineImageClient(machineImageClient *compute.MachineIma... type ComputeSnapshotIterator (line 730) | type ComputeSnapshotIterator interface type ComputeSnapshotsClient (line 735) | type ComputeSnapshotsClient interface type computeSnapshotsClient (line 740) | type computeSnapshotsClient struct method Get (line 752) | func (c computeSnapshotsClient) Get(ctx context.Context, req *computep... method List (line 757) | func (c computeSnapshotsClient) List(ctx context.Context, req *compute... function NewComputeSnapshotsClient (line 745) | func NewComputeSnapshotsClient(snapshotClient *compute.SnapshotsClient) ... type ComputeRegionBackendServiceIterator (line 762) | type ComputeRegionBackendServiceIterator interface type ComputeRegionBackendServiceClient (line 767) | type ComputeRegionBackendServiceClient interface type computeRegionBackendServiceClient (line 772) | type computeRegionBackendServiceClient struct method Get (line 776) | func (c computeRegionBackendServiceClient) Get(ctx context.Context, re... method List (line 780) | func (c computeRegionBackendServiceClient) List(ctx context.Context, r... function NewComputeRegionBackendServiceClient (line 785) | func NewComputeRegionBackendServiceClient(regionBackendServiceClient *co... FILE: sources/gcp/shared/cross_project_linking_test.go function TestProjectBaseLinkedItemQueryByName_CrossProject (line 12) | func TestProjectBaseLinkedItemQueryByName_CrossProject(t *testing.T) { function TestRegionBaseLinkedItemQueryByName_CrossProject (line 105) | func TestRegionBaseLinkedItemQueryByName_CrossProject(t *testing.T) { function TestZoneBaseLinkedItemQueryByName_CrossProject (line 167) | func TestZoneBaseLinkedItemQueryByName_CrossProject(t *testing.T) { FILE: sources/gcp/shared/errors.go function QueryError (line 11) | func QueryError(err error, scope string, itemType string) *sdp.QueryError { FILE: sources/gcp/shared/gcp-http-client.go function GCPHTTPClientWithOtel (line 16) | func GCPHTTPClientWithOtel(ctx context.Context, impersonationServiceAcco... FILE: sources/gcp/shared/iam-clients.go type IAMServiceAccountClient (line 12) | type IAMServiceAccountClient interface type IAMServiceAccountIterator (line 17) | type IAMServiceAccountIterator interface type iamServiceAccountClient (line 21) | type iamServiceAccountClient struct method Get (line 25) | func (c *iamServiceAccountClient) Get(ctx context.Context, req *adminp... method List (line 29) | func (c *iamServiceAccountClient) List(ctx context.Context, req *admin... function NewIAMServiceAccountClient (line 34) | func NewIAMServiceAccountClient(client *admin.IamClient) IAMServiceAccou... type IAMServiceAccountKeyClient (line 41) | type IAMServiceAccountKeyClient interface type iamServiceAccountKeyClient (line 46) | type iamServiceAccountKeyClient struct method Get (line 50) | func (c iamServiceAccountKeyClient) Get(ctx context.Context, req *admi... method Search (line 54) | func (c iamServiceAccountKeyClient) Search(ctx context.Context, req *a... function NewIAMServiceAccountKeyClient (line 59) | func NewIAMServiceAccountKeyClient(client *admin.IamClient) IAMServiceAc... FILE: sources/gcp/shared/kms-asset-loader.go type CloudKMSAssetLoader (line 27) | type CloudKMSAssetLoader struct method EnsureLoaded (line 57) | func (l *CloudKMSAssetLoader) EnsureLoaded(ctx context.Context) error { method loadAll (line 118) | func (l *CloudKMSAssetLoader) loadAll(ctx context.Context) error { method fetchAllAssets (line 189) | func (l *CloudKMSAssetLoader) fetchAllAssets(ctx context.Context) ([]c... method fetchAssetsPage (line 211) | func (l *CloudKMSAssetLoader) fetchAssetsPage(ctx context.Context, pag... method cacheKeyRing (line 259) | func (l *CloudKMSAssetLoader) cacheKeyRing(ctx context.Context, asset ... method cacheCryptoKey (line 316) | func (l *CloudKMSAssetLoader) cacheCryptoKey(ctx context.Context, asse... method cacheCryptoKeyVersion (line 376) | func (l *CloudKMSAssetLoader) cacheCryptoKeyVersion(ctx context.Contex... method keyRingLinkedQueries (line 455) | func (l *CloudKMSAssetLoader) keyRingLinkedQueries(keyRingVals []strin... method cryptoKeyLinkedQueries (line 482) | func (l *CloudKMSAssetLoader) cryptoKeyLinkedQueries(values []string, ... method cryptoKeyVersionLinkedQueries (line 571) | func (l *CloudKMSAssetLoader) cryptoKeyVersionLinkedQueries(values []s... method cryptoKeyVersionHealth (line 622) | func (l *CloudKMSAssetLoader) cryptoKeyVersionHealth(keyVersion *kmspb... method GetItem (line 645) | func (l *CloudKMSAssetLoader) GetItem(ctx context.Context, scope, item... method SearchItems (line 693) | func (l *CloudKMSAssetLoader) SearchItems(ctx context.Context, stream ... method ListItems (line 750) | func (l *CloudKMSAssetLoader) ListItems(ctx context.Context, stream di... function NewCloudKMSAssetLoader (line 40) | func NewCloudKMSAssetLoader( type cloudAssetResponse (line 94) | type cloudAssetResponse struct type cloudAsset (line 100) | type cloudAsset struct type cloudResource (line 109) | type cloudResource struct function extractResourceName (line 441) | func extractResourceName(assetName string) string { FILE: sources/gcp/shared/link-rules.go type Impact (line 8) | type Impact struct FILE: sources/gcp/shared/linker.go type ItemTypeMeta (line 21) | type ItemTypeMeta struct type ItemLookup (line 30) | type ItemLookup type Linker (line 33) | type Linker struct method AutoLink (line 68) | func (l *Linker) AutoLink(ctx context.Context, projectID string, fromS... method linkIPOrDNS (line 294) | func (l *Linker) linkIPOrDNS(ctx context.Context, fromSDPItem *sdp.Ite... function NewLinker (line 39) | func NewLinker() *Linker { function IsNetworkTagKey (line 56) | func IsNetworkTagKey(key string) bool { function isNetworkTag (line 62) | func isNetworkTag(key, value string) bool { function isIPAddress (line 337) | func isIPAddress(s string) bool { function isDNSName (line 341) | func isDNSName(s string) bool { function determineScope (line 361) | func determineScope(ctx context.Context, projectID string, scope Locatio... FILE: sources/gcp/shared/linker_test.go function Test_isIPAddress (line 11) | func Test_isIPAddress(t *testing.T) { function Test_isDNSName (line 63) | func Test_isDNSName(t *testing.T) { function TestLinker_AutoLink (line 155) | func TestLinker_AutoLink(t *testing.T) { function TestLinker_AutoLink_NetworkTags (line 229) | func TestLinker_AutoLink_NetworkTags(t *testing.T) { function assertLinkedItemQuery (line 295) | func assertLinkedItemQuery(t *testing.T, item *sdp.Item, expectedType st... function Test_determineScope (line 307) | func Test_determineScope(t *testing.T) { FILE: sources/gcp/shared/location_info.go type LocationInfo (line 12) | type LocationInfo struct method ToScope (line 67) | func (l LocationInfo) ToScope() string { method LocationLevel (line 81) | func (l LocationInfo) LocationLevel() LocationLevel { method ProjectLevel (line 92) | func (l LocationInfo) ProjectLevel() bool { method Regional (line 97) | func (l LocationInfo) Regional() bool { method Zonal (line 102) | func (l LocationInfo) Zonal() bool { method Equals (line 107) | func (l LocationInfo) Equals(other LocationInfo) bool { method Validate (line 114) | func (l LocationInfo) Validate() error { method String (line 126) | func (l LocationInfo) String() string { function LocationFromScope (line 28) | func LocationFromScope(scope string) (LocationInfo, error) { function NewProjectLocation (line 131) | func NewProjectLocation(projectID string) LocationInfo { function NewRegionalLocation (line 138) | func NewRegionalLocation(projectID, region string) LocationInfo { function NewZonalLocation (line 146) | func NewZonalLocation(projectID, zone string) LocationInfo { function LocationsToScopes (line 155) | func LocationsToScopes(locations []LocationInfo) []string { function ValidateScopeForLocations (line 165) | func ValidateScopeForLocations(scope string, locations []LocationInfo) (... function ParseAggregatedListScope (line 183) | func ParseAggregatedListScope(projectID, scopeKey string) (LocationInfo,... function GetProjectIDsFromLocations (line 210) | func GetProjectIDsFromLocations(locationSlices ...[]LocationInfo) []stri... function HasLocationInSlices (line 228) | func HasLocationInSlices(loc LocationInfo, locationSlices ...[]LocationI... FILE: sources/gcp/shared/location_info_test.go function TestLocationFromScope (line 9) | func TestLocationFromScope(t *testing.T) { function TestGetProjectIDsFromLocations (line 120) | func TestGetProjectIDsFromLocations(t *testing.T) { function TestHasLocationInSlices (line 220) | func TestHasLocationInSlices(t *testing.T) { FILE: sources/gcp/shared/logging-clients.go type LoggingSinkIterator (line 11) | type LoggingSinkIterator interface type LoggingConfigClient (line 15) | type LoggingConfigClient interface type loggingConfigClient (line 20) | type loggingConfigClient struct method ListSinks (line 24) | func (l loggingConfigClient) ListSinks(ctx context.Context, req *loggi... method GetSink (line 28) | func (l loggingConfigClient) GetSink(ctx context.Context, req *logging... function NewLoggingConfigClient (line 33) | func NewLoggingConfigClient(cli *logging.ConfigClient) LoggingConfigClie... FILE: sources/gcp/shared/manual-adapter-links.go function ZoneBaseLinkedItemQueryByName (line 16) | func ZoneBaseLinkedItemQueryByName(sdpItem shared.ItemType) func(project... function RegionBaseLinkedItemQueryByName (line 44) | func RegionBaseLinkedItemQueryByName(sdpItem shared.ItemType) func(proje... function ProjectBaseLinkedItemQueryByName (line 72) | func ProjectBaseLinkedItemQueryByName(sdpItem shared.ItemType) func(proj... function ComputeImageLinker (line 99) | func ComputeImageLinker(projectID, _, query string) *sdp.LinkedItemQuery { function ForwardingRuleTargetLinker (line 127) | func ForwardingRuleTargetLinker(projectID, fromItemScope, targetURI stri... function BackendServiceOrBucketLinker (line 230) | func BackendServiceOrBucketLinker(projectID, fromItemScope, backendURI s... function HealthCheckLinker (line 295) | func HealthCheckLinker(projectID, fromItemScope, healthCheckURI string) ... function AddressUsersLinker (line 349) | func AddressUsersLinker(ctx context.Context, projectID, userURI string) ... function AWSLinkByARN (line 466) | func AWSLinkByARN(awsItem string) func(_, _, arn string) *sdp.LinkedItem... function orgPolicyParentLinker (line 1080) | func orgPolicyParentLinker(projectID, policyName string) *sdp.LinkedItem... FILE: sources/gcp/shared/manual-adapter-links_test.go function TestAWSLinkByARN (line 12) | func TestAWSLinkByARN(t *testing.T) { function TestForwardingRuleTargetLinker (line 73) | func TestForwardingRuleTargetLinker(t *testing.T) { function TestNetworkDNSLinker (line 313) | func TestNetworkDNSLinker(t *testing.T) { function TestMSKClusterLinkByARN (line 365) | func TestMSKClusterLinkByARN(t *testing.T) { function TestHealthCheckLinker (line 422) | func TestHealthCheckLinker(t *testing.T) { FILE: sources/gcp/shared/mocks/mock_big_query_dataset_client.go type MockBigQueryRoutineClient (line 23) | type MockBigQueryRoutineClient struct method EXPECT (line 42) | func (m *MockBigQueryRoutineClient) EXPECT() *MockBigQueryRoutineClien... method Get (line 47) | func (m *MockBigQueryRoutineClient) Get(ctx context.Context, projectID... method List (line 62) | func (m *MockBigQueryRoutineClient) List(ctx context.Context, projectI... type MockBigQueryRoutineClientMockRecorder (line 30) | type MockBigQueryRoutineClientMockRecorder struct method Get (line 56) | func (mr *MockBigQueryRoutineClientMockRecorder) Get(ctx, projectID, d... method List (line 71) | func (mr *MockBigQueryRoutineClientMockRecorder) List(ctx, projectID, ... function NewMockBigQueryRoutineClient (line 35) | func NewMockBigQueryRoutineClient(ctrl *gomock.Controller) *MockBigQuery... type MockBigQueryDatasetClient (line 77) | type MockBigQueryDatasetClient struct method EXPECT (line 96) | func (m *MockBigQueryDatasetClient) EXPECT() *MockBigQueryDatasetClien... method Get (line 101) | func (m *MockBigQueryDatasetClient) Get(ctx context.Context, projectID... method List (line 116) | func (m *MockBigQueryDatasetClient) List(ctx context.Context, projectI... method ListStream (line 131) | func (m *MockBigQueryDatasetClient) ListStream(ctx context.Context, pr... type MockBigQueryDatasetClientMockRecorder (line 84) | type MockBigQueryDatasetClientMockRecorder struct method Get (line 110) | func (mr *MockBigQueryDatasetClientMockRecorder) Get(ctx, projectID, d... method List (line 125) | func (mr *MockBigQueryDatasetClientMockRecorder) List(ctx, projectID, ... method ListStream (line 137) | func (mr *MockBigQueryDatasetClientMockRecorder) ListStream(ctx, proje... function NewMockBigQueryDatasetClient (line 89) | func NewMockBigQueryDatasetClient(ctrl *gomock.Controller) *MockBigQuery... type MockBigQueryTableClient (line 143) | type MockBigQueryTableClient struct method EXPECT (line 162) | func (m *MockBigQueryTableClient) EXPECT() *MockBigQueryTableClientMoc... method Get (line 167) | func (m *MockBigQueryTableClient) Get(ctx context.Context, projectID, ... method List (line 182) | func (m *MockBigQueryTableClient) List(ctx context.Context, projectID,... method ListStream (line 197) | func (m *MockBigQueryTableClient) ListStream(ctx context.Context, proj... type MockBigQueryTableClientMockRecorder (line 150) | type MockBigQueryTableClientMockRecorder struct method Get (line 176) | func (mr *MockBigQueryTableClientMockRecorder) Get(ctx, projectID, dat... method List (line 191) | func (mr *MockBigQueryTableClientMockRecorder) List(ctx, projectID, da... method ListStream (line 203) | func (mr *MockBigQueryTableClientMockRecorder) ListStream(ctx, project... function NewMockBigQueryTableClient (line 155) | func NewMockBigQueryTableClient(ctrl *gomock.Controller) *MockBigQueryTa... type MockBigQueryModelClient (line 209) | type MockBigQueryModelClient struct method EXPECT (line 228) | func (m *MockBigQueryModelClient) EXPECT() *MockBigQueryModelClientMoc... method Get (line 233) | func (m *MockBigQueryModelClient) Get(ctx context.Context, projectID, ... method List (line 248) | func (m *MockBigQueryModelClient) List(ctx context.Context, projectID,... method ListStream (line 263) | func (m *MockBigQueryModelClient) ListStream(ctx context.Context, proj... type MockBigQueryModelClientMockRecorder (line 216) | type MockBigQueryModelClientMockRecorder struct method Get (line 242) | func (mr *MockBigQueryModelClientMockRecorder) Get(ctx, projectID, dat... method List (line 257) | func (mr *MockBigQueryModelClientMockRecorder) List(ctx, projectID, da... method ListStream (line 269) | func (mr *MockBigQueryModelClientMockRecorder) ListStream(ctx, project... function NewMockBigQueryModelClient (line 221) | func NewMockBigQueryModelClient(ctrl *gomock.Controller) *MockBigQueryMo... FILE: sources/gcp/shared/mocks/mock_certificate_manager_certificate_client.go type MockCertificateManagerCertificateClient (line 23) | type MockCertificateManagerCertificateClient struct method EXPECT (line 42) | func (m *MockCertificateManagerCertificateClient) EXPECT() *MockCertif... method GetCertificate (line 47) | func (m *MockCertificateManagerCertificateClient) GetCertificate(ctx c... method ListCertificates (line 67) | func (m *MockCertificateManagerCertificateClient) ListCertificates(ctx... type MockCertificateManagerCertificateClientMockRecorder (line 30) | type MockCertificateManagerCertificateClientMockRecorder struct method GetCertificate (line 60) | func (mr *MockCertificateManagerCertificateClientMockRecorder) GetCert... method ListCertificates (line 79) | func (mr *MockCertificateManagerCertificateClientMockRecorder) ListCer... function NewMockCertificateManagerCertificateClient (line 35) | func NewMockCertificateManagerCertificateClient(ctrl *gomock.Controller)... type MockCertificateIterator (line 86) | type MockCertificateIterator struct method EXPECT (line 105) | func (m *MockCertificateIterator) EXPECT() *MockCertificateIteratorMoc... method Next (line 110) | func (m *MockCertificateIterator) Next() (*certificatemanagerpb.Certif... type MockCertificateIteratorMockRecorder (line 93) | type MockCertificateIteratorMockRecorder struct method Next (line 119) | func (mr *MockCertificateIteratorMockRecorder) Next() *gomock.Call { function NewMockCertificateIterator (line 98) | func NewMockCertificateIterator(ctrl *gomock.Controller) *MockCertificat... FILE: sources/gcp/shared/mocks/mock_compute_instance_client.go type MockComputeInstanceIterator (line 24) | type MockComputeInstanceIterator struct method EXPECT (line 43) | func (m *MockComputeInstanceIterator) EXPECT() *MockComputeInstanceIte... method Next (line 48) | func (m *MockComputeInstanceIterator) Next() (*computepb.Instance, err... type MockComputeInstanceIteratorMockRecorder (line 31) | type MockComputeInstanceIteratorMockRecorder struct method Next (line 57) | func (mr *MockComputeInstanceIteratorMockRecorder) Next() *gomock.Call { function NewMockComputeInstanceIterator (line 36) | func NewMockComputeInstanceIterator(ctrl *gomock.Controller) *MockComput... type MockInstancesScopedListPairIterator (line 63) | type MockInstancesScopedListPairIterator struct method EXPECT (line 82) | func (m *MockInstancesScopedListPairIterator) EXPECT() *MockInstancesS... method Next (line 87) | func (m *MockInstancesScopedListPairIterator) Next() (compute.Instance... type MockInstancesScopedListPairIteratorMockRecorder (line 70) | type MockInstancesScopedListPairIteratorMockRecorder struct method Next (line 96) | func (mr *MockInstancesScopedListPairIteratorMockRecorder) Next() *gom... function NewMockInstancesScopedListPairIterator (line 75) | func NewMockInstancesScopedListPairIterator(ctrl *gomock.Controller) *Mo... type MockComputeInstanceClient (line 102) | type MockComputeInstanceClient struct method EXPECT (line 121) | func (m *MockComputeInstanceClient) EXPECT() *MockComputeInstanceClien... method AggregatedList (line 126) | func (m *MockComputeInstanceClient) AggregatedList(ctx context.Context... method Get (line 145) | func (m *MockComputeInstanceClient) Get(ctx context.Context, req *comp... method List (line 165) | func (m *MockComputeInstanceClient) List(ctx context.Context, req *com... type MockComputeInstanceClientMockRecorder (line 109) | type MockComputeInstanceClientMockRecorder struct method AggregatedList (line 138) | func (mr *MockComputeInstanceClientMockRecorder) AggregatedList(ctx, r... method Get (line 158) | func (mr *MockComputeInstanceClientMockRecorder) Get(ctx, req any, opt... method List (line 177) | func (mr *MockComputeInstanceClientMockRecorder) List(ctx, req any, op... function NewMockComputeInstanceClient (line 114) | func NewMockComputeInstanceClient(ctrl *gomock.Controller) *MockComputeI... type MockComputeAddressIterator (line 184) | type MockComputeAddressIterator struct method EXPECT (line 203) | func (m *MockComputeAddressIterator) EXPECT() *MockComputeAddressItera... method Next (line 208) | func (m *MockComputeAddressIterator) Next() (*computepb.Address, error) { type MockComputeAddressIteratorMockRecorder (line 191) | type MockComputeAddressIteratorMockRecorder struct method Next (line 217) | func (mr *MockComputeAddressIteratorMockRecorder) Next() *gomock.Call { function NewMockComputeAddressIterator (line 196) | func NewMockComputeAddressIterator(ctrl *gomock.Controller) *MockCompute... type MockAddressesScopedListPairIterator (line 223) | type MockAddressesScopedListPairIterator struct method EXPECT (line 242) | func (m *MockAddressesScopedListPairIterator) EXPECT() *MockAddressesS... method Next (line 247) | func (m *MockAddressesScopedListPairIterator) Next() (compute.Addresse... type MockAddressesScopedListPairIteratorMockRecorder (line 230) | type MockAddressesScopedListPairIteratorMockRecorder struct method Next (line 256) | func (mr *MockAddressesScopedListPairIteratorMockRecorder) Next() *gom... function NewMockAddressesScopedListPairIterator (line 235) | func NewMockAddressesScopedListPairIterator(ctrl *gomock.Controller) *Mo... type MockComputeAddressClient (line 262) | type MockComputeAddressClient struct method EXPECT (line 281) | func (m *MockComputeAddressClient) EXPECT() *MockComputeAddressClientM... method AggregatedList (line 286) | func (m *MockComputeAddressClient) AggregatedList(ctx context.Context,... method Get (line 305) | func (m *MockComputeAddressClient) Get(ctx context.Context, req *compu... method List (line 325) | func (m *MockComputeAddressClient) List(ctx context.Context, req *comp... type MockComputeAddressClientMockRecorder (line 269) | type MockComputeAddressClientMockRecorder struct method AggregatedList (line 298) | func (mr *MockComputeAddressClientMockRecorder) AggregatedList(ctx, re... method Get (line 318) | func (mr *MockComputeAddressClientMockRecorder) Get(ctx, req any, opts... method List (line 337) | func (mr *MockComputeAddressClientMockRecorder) List(ctx, req any, opt... function NewMockComputeAddressClient (line 274) | func NewMockComputeAddressClient(ctrl *gomock.Controller) *MockComputeAd... type MockComputeImageIterator (line 344) | type MockComputeImageIterator struct method EXPECT (line 363) | func (m *MockComputeImageIterator) EXPECT() *MockComputeImageIteratorM... method Next (line 368) | func (m *MockComputeImageIterator) Next() (*computepb.Image, error) { type MockComputeImageIteratorMockRecorder (line 351) | type MockComputeImageIteratorMockRecorder struct method Next (line 377) | func (mr *MockComputeImageIteratorMockRecorder) Next() *gomock.Call { function NewMockComputeImageIterator (line 356) | func NewMockComputeImageIterator(ctrl *gomock.Controller) *MockComputeIm... type MockComputeImagesClient (line 383) | type MockComputeImagesClient struct method EXPECT (line 402) | func (m *MockComputeImagesClient) EXPECT() *MockComputeImagesClientMoc... method Get (line 407) | func (m *MockComputeImagesClient) Get(ctx context.Context, req *comput... method GetFromFamily (line 427) | func (m *MockComputeImagesClient) GetFromFamily(ctx context.Context, r... method List (line 447) | func (m *MockComputeImagesClient) List(ctx context.Context, req *compu... type MockComputeImagesClientMockRecorder (line 390) | type MockComputeImagesClientMockRecorder struct method Get (line 420) | func (mr *MockComputeImagesClientMockRecorder) Get(ctx, req any, opts ... method GetFromFamily (line 440) | func (mr *MockComputeImagesClientMockRecorder) GetFromFamily(ctx, req ... method List (line 459) | func (mr *MockComputeImagesClientMockRecorder) List(ctx, req any, opts... function NewMockComputeImagesClient (line 395) | func NewMockComputeImagesClient(ctrl *gomock.Controller) *MockComputeIma... type MockComputeInstanceGroupManagerIterator (line 466) | type MockComputeInstanceGroupManagerIterator struct method EXPECT (line 485) | func (m *MockComputeInstanceGroupManagerIterator) EXPECT() *MockComput... method Next (line 490) | func (m *MockComputeInstanceGroupManagerIterator) Next() (*computepb.I... type MockComputeInstanceGroupManagerIteratorMockRecorder (line 473) | type MockComputeInstanceGroupManagerIteratorMockRecorder struct method Next (line 499) | func (mr *MockComputeInstanceGroupManagerIteratorMockRecorder) Next() ... function NewMockComputeInstanceGroupManagerIterator (line 478) | func NewMockComputeInstanceGroupManagerIterator(ctrl *gomock.Controller)... type MockInstanceGroupManagersScopedListPairIterator (line 505) | type MockInstanceGroupManagersScopedListPairIterator struct method EXPECT (line 524) | func (m *MockInstanceGroupManagersScopedListPairIterator) EXPECT() *Mo... method Next (line 529) | func (m *MockInstanceGroupManagersScopedListPairIterator) Next() (comp... type MockInstanceGroupManagersScopedListPairIteratorMockRecorder (line 512) | type MockInstanceGroupManagersScopedListPairIteratorMockRecorder struct method Next (line 538) | func (mr *MockInstanceGroupManagersScopedListPairIteratorMockRecorder)... function NewMockInstanceGroupManagersScopedListPairIterator (line 517) | func NewMockInstanceGroupManagersScopedListPairIterator(ctrl *gomock.Con... type MockComputeInstanceGroupManagerClient (line 544) | type MockComputeInstanceGroupManagerClient struct method EXPECT (line 563) | func (m *MockComputeInstanceGroupManagerClient) EXPECT() *MockComputeI... method AggregatedList (line 568) | func (m *MockComputeInstanceGroupManagerClient) AggregatedList(ctx con... method Get (line 587) | func (m *MockComputeInstanceGroupManagerClient) Get(ctx context.Contex... method List (line 607) | func (m *MockComputeInstanceGroupManagerClient) List(ctx context.Conte... type MockComputeInstanceGroupManagerClientMockRecorder (line 551) | type MockComputeInstanceGroupManagerClientMockRecorder struct method AggregatedList (line 580) | func (mr *MockComputeInstanceGroupManagerClientMockRecorder) Aggregate... method Get (line 600) | func (mr *MockComputeInstanceGroupManagerClientMockRecorder) Get(ctx, ... method List (line 619) | func (mr *MockComputeInstanceGroupManagerClientMockRecorder) List(ctx,... function NewMockComputeInstanceGroupManagerClient (line 556) | func NewMockComputeInstanceGroupManagerClient(ctrl *gomock.Controller) *... type MockRegionInstanceGroupManagerIterator (line 626) | type MockRegionInstanceGroupManagerIterator struct method EXPECT (line 645) | func (m *MockRegionInstanceGroupManagerIterator) EXPECT() *MockRegionI... method Next (line 650) | func (m *MockRegionInstanceGroupManagerIterator) Next() (*computepb.In... type MockRegionInstanceGroupManagerIteratorMockRecorder (line 633) | type MockRegionInstanceGroupManagerIteratorMockRecorder struct method Next (line 659) | func (mr *MockRegionInstanceGroupManagerIteratorMockRecorder) Next() *... function NewMockRegionInstanceGroupManagerIterator (line 638) | func NewMockRegionInstanceGroupManagerIterator(ctrl *gomock.Controller) ... type MockRegionInstanceGroupManagerClient (line 665) | type MockRegionInstanceGroupManagerClient struct method EXPECT (line 684) | func (m *MockRegionInstanceGroupManagerClient) EXPECT() *MockRegionIns... method Get (line 689) | func (m *MockRegionInstanceGroupManagerClient) Get(ctx context.Context... method List (line 709) | func (m *MockRegionInstanceGroupManagerClient) List(ctx context.Contex... type MockRegionInstanceGroupManagerClientMockRecorder (line 672) | type MockRegionInstanceGroupManagerClientMockRecorder struct method Get (line 702) | func (mr *MockRegionInstanceGroupManagerClientMockRecorder) Get(ctx, r... method List (line 721) | func (mr *MockRegionInstanceGroupManagerClientMockRecorder) List(ctx, ... function NewMockRegionInstanceGroupManagerClient (line 677) | func NewMockRegionInstanceGroupManagerClient(ctrl *gomock.Controller) *M... type MockForwardingRuleIterator (line 728) | type MockForwardingRuleIterator struct method EXPECT (line 747) | func (m *MockForwardingRuleIterator) EXPECT() *MockForwardingRuleItera... method Next (line 752) | func (m *MockForwardingRuleIterator) Next() (*computepb.ForwardingRule... type MockForwardingRuleIteratorMockRecorder (line 735) | type MockForwardingRuleIteratorMockRecorder struct method Next (line 761) | func (mr *MockForwardingRuleIteratorMockRecorder) Next() *gomock.Call { function NewMockForwardingRuleIterator (line 740) | func NewMockForwardingRuleIterator(ctrl *gomock.Controller) *MockForward... type MockForwardingRulesScopedListPairIterator (line 767) | type MockForwardingRulesScopedListPairIterator struct method EXPECT (line 786) | func (m *MockForwardingRulesScopedListPairIterator) EXPECT() *MockForw... method Next (line 791) | func (m *MockForwardingRulesScopedListPairIterator) Next() (compute.Fo... type MockForwardingRulesScopedListPairIteratorMockRecorder (line 774) | type MockForwardingRulesScopedListPairIteratorMockRecorder struct method Next (line 800) | func (mr *MockForwardingRulesScopedListPairIteratorMockRecorder) Next(... function NewMockForwardingRulesScopedListPairIterator (line 779) | func NewMockForwardingRulesScopedListPairIterator(ctrl *gomock.Controlle... type MockComputeForwardingRuleClient (line 806) | type MockComputeForwardingRuleClient struct method EXPECT (line 825) | func (m *MockComputeForwardingRuleClient) EXPECT() *MockComputeForward... method AggregatedList (line 830) | func (m *MockComputeForwardingRuleClient) AggregatedList(ctx context.C... method Get (line 849) | func (m *MockComputeForwardingRuleClient) Get(ctx context.Context, req... method List (line 869) | func (m *MockComputeForwardingRuleClient) List(ctx context.Context, re... type MockComputeForwardingRuleClientMockRecorder (line 813) | type MockComputeForwardingRuleClientMockRecorder struct method AggregatedList (line 842) | func (mr *MockComputeForwardingRuleClientMockRecorder) AggregatedList(... method Get (line 862) | func (mr *MockComputeForwardingRuleClientMockRecorder) Get(ctx, req an... method List (line 881) | func (mr *MockComputeForwardingRuleClientMockRecorder) List(ctx, req a... function NewMockComputeForwardingRuleClient (line 818) | func NewMockComputeForwardingRuleClient(ctrl *gomock.Controller) *MockCo... type MockComputeAutoscalerIterator (line 888) | type MockComputeAutoscalerIterator struct method EXPECT (line 907) | func (m *MockComputeAutoscalerIterator) EXPECT() *MockComputeAutoscale... method Next (line 912) | func (m *MockComputeAutoscalerIterator) Next() (*computepb.Autoscaler,... type MockComputeAutoscalerIteratorMockRecorder (line 895) | type MockComputeAutoscalerIteratorMockRecorder struct method Next (line 921) | func (mr *MockComputeAutoscalerIteratorMockRecorder) Next() *gomock.Ca... function NewMockComputeAutoscalerIterator (line 900) | func NewMockComputeAutoscalerIterator(ctrl *gomock.Controller) *MockComp... type MockAutoscalersScopedListPairIterator (line 927) | type MockAutoscalersScopedListPairIterator struct method EXPECT (line 946) | func (m *MockAutoscalersScopedListPairIterator) EXPECT() *MockAutoscal... method Next (line 951) | func (m *MockAutoscalersScopedListPairIterator) Next() (compute.Autosc... type MockAutoscalersScopedListPairIteratorMockRecorder (line 934) | type MockAutoscalersScopedListPairIteratorMockRecorder struct method Next (line 960) | func (mr *MockAutoscalersScopedListPairIteratorMockRecorder) Next() *g... function NewMockAutoscalersScopedListPairIterator (line 939) | func NewMockAutoscalersScopedListPairIterator(ctrl *gomock.Controller) *... type MockComputeAutoscalerClient (line 966) | type MockComputeAutoscalerClient struct method EXPECT (line 985) | func (m *MockComputeAutoscalerClient) EXPECT() *MockComputeAutoscalerC... method AggregatedList (line 990) | func (m *MockComputeAutoscalerClient) AggregatedList(ctx context.Conte... method Get (line 1009) | func (m *MockComputeAutoscalerClient) Get(ctx context.Context, req *co... method List (line 1029) | func (m *MockComputeAutoscalerClient) List(ctx context.Context, req *c... type MockComputeAutoscalerClientMockRecorder (line 973) | type MockComputeAutoscalerClientMockRecorder struct method AggregatedList (line 1002) | func (mr *MockComputeAutoscalerClientMockRecorder) AggregatedList(ctx,... method Get (line 1022) | func (mr *MockComputeAutoscalerClientMockRecorder) Get(ctx, req any, o... method List (line 1041) | func (mr *MockComputeAutoscalerClientMockRecorder) List(ctx, req any, ... function NewMockComputeAutoscalerClient (line 978) | func NewMockComputeAutoscalerClient(ctrl *gomock.Controller) *MockComput... type MockComputeBackendServiceIterator (line 1048) | type MockComputeBackendServiceIterator struct method EXPECT (line 1067) | func (m *MockComputeBackendServiceIterator) EXPECT() *MockComputeBacke... method Next (line 1072) | func (m *MockComputeBackendServiceIterator) Next() (*computepb.Backend... type MockComputeBackendServiceIteratorMockRecorder (line 1055) | type MockComputeBackendServiceIteratorMockRecorder struct method Next (line 1081) | func (mr *MockComputeBackendServiceIteratorMockRecorder) Next() *gomoc... function NewMockComputeBackendServiceIterator (line 1060) | func NewMockComputeBackendServiceIterator(ctrl *gomock.Controller) *Mock... type MockBackendServicesScopedListPairIterator (line 1087) | type MockBackendServicesScopedListPairIterator struct method EXPECT (line 1106) | func (m *MockBackendServicesScopedListPairIterator) EXPECT() *MockBack... method Next (line 1111) | func (m *MockBackendServicesScopedListPairIterator) Next() (compute.Ba... type MockBackendServicesScopedListPairIteratorMockRecorder (line 1094) | type MockBackendServicesScopedListPairIteratorMockRecorder struct method Next (line 1120) | func (mr *MockBackendServicesScopedListPairIteratorMockRecorder) Next(... function NewMockBackendServicesScopedListPairIterator (line 1099) | func NewMockBackendServicesScopedListPairIterator(ctrl *gomock.Controlle... type MockComputeBackendServiceClient (line 1126) | type MockComputeBackendServiceClient struct method EXPECT (line 1145) | func (m *MockComputeBackendServiceClient) EXPECT() *MockComputeBackend... method AggregatedList (line 1150) | func (m *MockComputeBackendServiceClient) AggregatedList(ctx context.C... method Get (line 1169) | func (m *MockComputeBackendServiceClient) Get(ctx context.Context, req... method List (line 1189) | func (m *MockComputeBackendServiceClient) List(ctx context.Context, re... type MockComputeBackendServiceClientMockRecorder (line 1133) | type MockComputeBackendServiceClientMockRecorder struct method AggregatedList (line 1162) | func (mr *MockComputeBackendServiceClientMockRecorder) AggregatedList(... method Get (line 1182) | func (mr *MockComputeBackendServiceClientMockRecorder) Get(ctx, req an... method List (line 1201) | func (mr *MockComputeBackendServiceClientMockRecorder) List(ctx, req a... function NewMockComputeBackendServiceClient (line 1138) | func NewMockComputeBackendServiceClient(ctrl *gomock.Controller) *MockCo... type MockComputeInstanceGroupIterator (line 1208) | type MockComputeInstanceGroupIterator struct method EXPECT (line 1227) | func (m *MockComputeInstanceGroupIterator) EXPECT() *MockComputeInstan... method Next (line 1232) | func (m *MockComputeInstanceGroupIterator) Next() (*computepb.Instance... type MockComputeInstanceGroupIteratorMockRecorder (line 1215) | type MockComputeInstanceGroupIteratorMockRecorder struct method Next (line 1241) | func (mr *MockComputeInstanceGroupIteratorMockRecorder) Next() *gomock... function NewMockComputeInstanceGroupIterator (line 1220) | func NewMockComputeInstanceGroupIterator(ctrl *gomock.Controller) *MockC... type MockInstanceGroupsScopedListPairIterator (line 1247) | type MockInstanceGroupsScopedListPairIterator struct method EXPECT (line 1266) | func (m *MockInstanceGroupsScopedListPairIterator) EXPECT() *MockInsta... method Next (line 1271) | func (m *MockInstanceGroupsScopedListPairIterator) Next() (compute.Ins... type MockInstanceGroupsScopedListPairIteratorMockRecorder (line 1254) | type MockInstanceGroupsScopedListPairIteratorMockRecorder struct method Next (line 1280) | func (mr *MockInstanceGroupsScopedListPairIteratorMockRecorder) Next()... function NewMockInstanceGroupsScopedListPairIterator (line 1259) | func NewMockInstanceGroupsScopedListPairIterator(ctrl *gomock.Controller... type MockComputeInstanceGroupsClient (line 1286) | type MockComputeInstanceGroupsClient struct method EXPECT (line 1305) | func (m *MockComputeInstanceGroupsClient) EXPECT() *MockComputeInstanc... method AggregatedList (line 1310) | func (m *MockComputeInstanceGroupsClient) AggregatedList(ctx context.C... method Get (line 1329) | func (m *MockComputeInstanceGroupsClient) Get(ctx context.Context, req... method List (line 1349) | func (m *MockComputeInstanceGroupsClient) List(ctx context.Context, re... type MockComputeInstanceGroupsClientMockRecorder (line 1293) | type MockComputeInstanceGroupsClientMockRecorder struct method AggregatedList (line 1322) | func (mr *MockComputeInstanceGroupsClientMockRecorder) AggregatedList(... method Get (line 1342) | func (mr *MockComputeInstanceGroupsClientMockRecorder) Get(ctx, req an... method List (line 1361) | func (mr *MockComputeInstanceGroupsClientMockRecorder) List(ctx, req a... function NewMockComputeInstanceGroupsClient (line 1298) | func NewMockComputeInstanceGroupsClient(ctrl *gomock.Controller) *MockCo... type MockComputeNodeGroupIterator (line 1368) | type MockComputeNodeGroupIterator struct method EXPECT (line 1387) | func (m *MockComputeNodeGroupIterator) EXPECT() *MockComputeNodeGroupI... method Next (line 1392) | func (m *MockComputeNodeGroupIterator) Next() (*computepb.NodeGroup, e... type MockComputeNodeGroupIteratorMockRecorder (line 1375) | type MockComputeNodeGroupIteratorMockRecorder struct method Next (line 1401) | func (mr *MockComputeNodeGroupIteratorMockRecorder) Next() *gomock.Call { function NewMockComputeNodeGroupIterator (line 1380) | func NewMockComputeNodeGroupIterator(ctrl *gomock.Controller) *MockCompu... type MockNodeGroupsScopedListPairIterator (line 1407) | type MockNodeGroupsScopedListPairIterator struct method EXPECT (line 1426) | func (m *MockNodeGroupsScopedListPairIterator) EXPECT() *MockNodeGroup... method Next (line 1431) | func (m *MockNodeGroupsScopedListPairIterator) Next() (compute.NodeGro... type MockNodeGroupsScopedListPairIteratorMockRecorder (line 1414) | type MockNodeGroupsScopedListPairIteratorMockRecorder struct method Next (line 1440) | func (mr *MockNodeGroupsScopedListPairIteratorMockRecorder) Next() *go... function NewMockNodeGroupsScopedListPairIterator (line 1419) | func NewMockNodeGroupsScopedListPairIterator(ctrl *gomock.Controller) *M... type MockComputeNodeGroupClient (line 1446) | type MockComputeNodeGroupClient struct method EXPECT (line 1465) | func (m *MockComputeNodeGroupClient) EXPECT() *MockComputeNodeGroupCli... method AggregatedList (line 1470) | func (m *MockComputeNodeGroupClient) AggregatedList(ctx context.Contex... method Get (line 1489) | func (m *MockComputeNodeGroupClient) Get(ctx context.Context, req *com... method List (line 1509) | func (m *MockComputeNodeGroupClient) List(ctx context.Context, req *co... type MockComputeNodeGroupClientMockRecorder (line 1453) | type MockComputeNodeGroupClientMockRecorder struct method AggregatedList (line 1482) | func (mr *MockComputeNodeGroupClientMockRecorder) AggregatedList(ctx, ... method Get (line 1502) | func (mr *MockComputeNodeGroupClientMockRecorder) Get(ctx, req any, op... method List (line 1521) | func (mr *MockComputeNodeGroupClientMockRecorder) List(ctx, req any, o... function NewMockComputeNodeGroupClient (line 1458) | func NewMockComputeNodeGroupClient(ctrl *gomock.Controller) *MockCompute... type MockComputeHealthCheckIterator (line 1528) | type MockComputeHealthCheckIterator struct method EXPECT (line 1547) | func (m *MockComputeHealthCheckIterator) EXPECT() *MockComputeHealthCh... method Next (line 1552) | func (m *MockComputeHealthCheckIterator) Next() (*computepb.HealthChec... type MockComputeHealthCheckIteratorMockRecorder (line 1535) | type MockComputeHealthCheckIteratorMockRecorder struct method Next (line 1561) | func (mr *MockComputeHealthCheckIteratorMockRecorder) Next() *gomock.C... function NewMockComputeHealthCheckIterator (line 1540) | func NewMockComputeHealthCheckIterator(ctrl *gomock.Controller) *MockCom... type MockHealthChecksScopedListPairIterator (line 1567) | type MockHealthChecksScopedListPairIterator struct method EXPECT (line 1586) | func (m *MockHealthChecksScopedListPairIterator) EXPECT() *MockHealthC... method Next (line 1591) | func (m *MockHealthChecksScopedListPairIterator) Next() (compute.Healt... type MockHealthChecksScopedListPairIteratorMockRecorder (line 1574) | type MockHealthChecksScopedListPairIteratorMockRecorder struct method Next (line 1600) | func (mr *MockHealthChecksScopedListPairIteratorMockRecorder) Next() *... function NewMockHealthChecksScopedListPairIterator (line 1579) | func NewMockHealthChecksScopedListPairIterator(ctrl *gomock.Controller) ... type MockComputeHealthCheckClient (line 1606) | type MockComputeHealthCheckClient struct method EXPECT (line 1625) | func (m *MockComputeHealthCheckClient) EXPECT() *MockComputeHealthChec... method AggregatedList (line 1630) | func (m *MockComputeHealthCheckClient) AggregatedList(ctx context.Cont... method Get (line 1649) | func (m *MockComputeHealthCheckClient) Get(ctx context.Context, req *c... method List (line 1669) | func (m *MockComputeHealthCheckClient) List(ctx context.Context, req *... type MockComputeHealthCheckClientMockRecorder (line 1613) | type MockComputeHealthCheckClientMockRecorder struct method AggregatedList (line 1642) | func (mr *MockComputeHealthCheckClientMockRecorder) AggregatedList(ctx... method Get (line 1662) | func (mr *MockComputeHealthCheckClientMockRecorder) Get(ctx, req any, ... method List (line 1681) | func (mr *MockComputeHealthCheckClientMockRecorder) List(ctx, req any,... function NewMockComputeHealthCheckClient (line 1618) | func NewMockComputeHealthCheckClient(ctrl *gomock.Controller) *MockCompu... type MockComputeRegionHealthCheckIterator (line 1688) | type MockComputeRegionHealthCheckIterator struct method EXPECT (line 1707) | func (m *MockComputeRegionHealthCheckIterator) EXPECT() *MockComputeRe... method Next (line 1712) | func (m *MockComputeRegionHealthCheckIterator) Next() (*computepb.Heal... type MockComputeRegionHealthCheckIteratorMockRecorder (line 1695) | type MockComputeRegionHealthCheckIteratorMockRecorder struct method Next (line 1721) | func (mr *MockComputeRegionHealthCheckIteratorMockRecorder) Next() *go... function NewMockComputeRegionHealthCheckIterator (line 1700) | func NewMockComputeRegionHealthCheckIterator(ctrl *gomock.Controller) *M... type MockComputeRegionHealthCheckClient (line 1727) | type MockComputeRegionHealthCheckClient struct method EXPECT (line 1746) | func (m *MockComputeRegionHealthCheckClient) EXPECT() *MockComputeRegi... method Get (line 1751) | func (m *MockComputeRegionHealthCheckClient) Get(ctx context.Context, ... method List (line 1771) | func (m *MockComputeRegionHealthCheckClient) List(ctx context.Context,... type MockComputeRegionHealthCheckClientMockRecorder (line 1734) | type MockComputeRegionHealthCheckClientMockRecorder struct method Get (line 1764) | func (mr *MockComputeRegionHealthCheckClientMockRecorder) Get(ctx, req... method List (line 1783) | func (mr *MockComputeRegionHealthCheckClientMockRecorder) List(ctx, re... function NewMockComputeRegionHealthCheckClient (line 1739) | func NewMockComputeRegionHealthCheckClient(ctrl *gomock.Controller) *Moc... type MockComputeNodeTemplateIterator (line 1790) | type MockComputeNodeTemplateIterator struct method EXPECT (line 1809) | func (m *MockComputeNodeTemplateIterator) EXPECT() *MockComputeNodeTem... method Next (line 1814) | func (m *MockComputeNodeTemplateIterator) Next() (*computepb.NodeTempl... type MockComputeNodeTemplateIteratorMockRecorder (line 1797) | type MockComputeNodeTemplateIteratorMockRecorder struct method Next (line 1823) | func (mr *MockComputeNodeTemplateIteratorMockRecorder) Next() *gomock.... function NewMockComputeNodeTemplateIterator (line 1802) | func NewMockComputeNodeTemplateIterator(ctrl *gomock.Controller) *MockCo... type MockNodeTemplatesScopedListPairIterator (line 1829) | type MockNodeTemplatesScopedListPairIterator struct method EXPECT (line 1848) | func (m *MockNodeTemplatesScopedListPairIterator) EXPECT() *MockNodeTe... method Next (line 1853) | func (m *MockNodeTemplatesScopedListPairIterator) Next() (compute.Node... type MockNodeTemplatesScopedListPairIteratorMockRecorder (line 1836) | type MockNodeTemplatesScopedListPairIteratorMockRecorder struct method Next (line 1862) | func (mr *MockNodeTemplatesScopedListPairIteratorMockRecorder) Next() ... function NewMockNodeTemplatesScopedListPairIterator (line 1841) | func NewMockNodeTemplatesScopedListPairIterator(ctrl *gomock.Controller)... type MockComputeNodeTemplateClient (line 1868) | type MockComputeNodeTemplateClient struct method EXPECT (line 1887) | func (m *MockComputeNodeTemplateClient) EXPECT() *MockComputeNodeTempl... method AggregatedList (line 1892) | func (m *MockComputeNodeTemplateClient) AggregatedList(ctx context.Con... method Get (line 1911) | func (m *MockComputeNodeTemplateClient) Get(ctx context.Context, req *... method List (line 1931) | func (m *MockComputeNodeTemplateClient) List(ctx context.Context, req ... type MockComputeNodeTemplateClientMockRecorder (line 1875) | type MockComputeNodeTemplateClientMockRecorder struct method AggregatedList (line 1904) | func (mr *MockComputeNodeTemplateClientMockRecorder) AggregatedList(ct... method Get (line 1924) | func (mr *MockComputeNodeTemplateClientMockRecorder) Get(ctx, req any,... method List (line 1943) | func (mr *MockComputeNodeTemplateClientMockRecorder) List(ctx, req any... function NewMockComputeNodeTemplateClient (line 1880) | func NewMockComputeNodeTemplateClient(ctrl *gomock.Controller) *MockComp... type MockComputeReservationIterator (line 1950) | type MockComputeReservationIterator struct method EXPECT (line 1969) | func (m *MockComputeReservationIterator) EXPECT() *MockComputeReservat... method Next (line 1974) | func (m *MockComputeReservationIterator) Next() (*computepb.Reservatio... type MockComputeReservationIteratorMockRecorder (line 1957) | type MockComputeReservationIteratorMockRecorder struct method Next (line 1983) | func (mr *MockComputeReservationIteratorMockRecorder) Next() *gomock.C... function NewMockComputeReservationIterator (line 1962) | func NewMockComputeReservationIterator(ctrl *gomock.Controller) *MockCom... type MockReservationsScopedListPairIterator (line 1989) | type MockReservationsScopedListPairIterator struct method EXPECT (line 2008) | func (m *MockReservationsScopedListPairIterator) EXPECT() *MockReserva... method Next (line 2013) | func (m *MockReservationsScopedListPairIterator) Next() (compute.Reser... type MockReservationsScopedListPairIteratorMockRecorder (line 1996) | type MockReservationsScopedListPairIteratorMockRecorder struct method Next (line 2022) | func (mr *MockReservationsScopedListPairIteratorMockRecorder) Next() *... function NewMockReservationsScopedListPairIterator (line 2001) | func NewMockReservationsScopedListPairIterator(ctrl *gomock.Controller) ... type MockComputeReservationClient (line 2028) | type MockComputeReservationClient struct method EXPECT (line 2047) | func (m *MockComputeReservationClient) EXPECT() *MockComputeReservatio... method AggregatedList (line 2052) | func (m *MockComputeReservationClient) AggregatedList(ctx context.Cont... method Get (line 2071) | func (m *MockComputeReservationClient) Get(ctx context.Context, req *c... method List (line 2091) | func (m *MockComputeReservationClient) List(ctx context.Context, req *... type MockComputeReservationClientMockRecorder (line 2035) | type MockComputeReservationClientMockRecorder struct method AggregatedList (line 2064) | func (mr *MockComputeReservationClientMockRecorder) AggregatedList(ctx... method Get (line 2084) | func (mr *MockComputeReservationClientMockRecorder) Get(ctx, req any, ... method List (line 2103) | func (mr *MockComputeReservationClientMockRecorder) List(ctx, req any,... function NewMockComputeReservationClient (line 2040) | func NewMockComputeReservationClient(ctrl *gomock.Controller) *MockCompu... type MockComputeSecurityPolicyIterator (line 2110) | type MockComputeSecurityPolicyIterator struct method EXPECT (line 2129) | func (m *MockComputeSecurityPolicyIterator) EXPECT() *MockComputeSecur... method Next (line 2134) | func (m *MockComputeSecurityPolicyIterator) Next() (*computepb.Securit... type MockComputeSecurityPolicyIteratorMockRecorder (line 2117) | type MockComputeSecurityPolicyIteratorMockRecorder struct method Next (line 2143) | func (mr *MockComputeSecurityPolicyIteratorMockRecorder) Next() *gomoc... function NewMockComputeSecurityPolicyIterator (line 2122) | func NewMockComputeSecurityPolicyIterator(ctrl *gomock.Controller) *Mock... type MockComputeSecurityPolicyClient (line 2149) | type MockComputeSecurityPolicyClient struct method EXPECT (line 2168) | func (m *MockComputeSecurityPolicyClient) EXPECT() *MockComputeSecurit... method Get (line 2173) | func (m *MockComputeSecurityPolicyClient) Get(ctx context.Context, req... method List (line 2193) | func (m *MockComputeSecurityPolicyClient) List(ctx context.Context, re... type MockComputeSecurityPolicyClientMockRecorder (line 2156) | type MockComputeSecurityPolicyClientMockRecorder struct method Get (line 2186) | func (mr *MockComputeSecurityPolicyClientMockRecorder) Get(ctx, req an... method List (line 2205) | func (mr *MockComputeSecurityPolicyClientMockRecorder) List(ctx, req a... function NewMockComputeSecurityPolicyClient (line 2161) | func NewMockComputeSecurityPolicyClient(ctrl *gomock.Controller) *MockCo... type MockComputeInstantSnapshotIterator (line 2212) | type MockComputeInstantSnapshotIterator struct method EXPECT (line 2231) | func (m *MockComputeInstantSnapshotIterator) EXPECT() *MockComputeInst... method Next (line 2236) | func (m *MockComputeInstantSnapshotIterator) Next() (*computepb.Instan... type MockComputeInstantSnapshotIteratorMockRecorder (line 2219) | type MockComputeInstantSnapshotIteratorMockRecorder struct method Next (line 2245) | func (mr *MockComputeInstantSnapshotIteratorMockRecorder) Next() *gomo... function NewMockComputeInstantSnapshotIterator (line 2224) | func NewMockComputeInstantSnapshotIterator(ctrl *gomock.Controller) *Moc... type MockInstantSnapshotsScopedListPairIterator (line 2251) | type MockInstantSnapshotsScopedListPairIterator struct method EXPECT (line 2270) | func (m *MockInstantSnapshotsScopedListPairIterator) EXPECT() *MockIns... method Next (line 2275) | func (m *MockInstantSnapshotsScopedListPairIterator) Next() (compute.I... type MockInstantSnapshotsScopedListPairIteratorMockRecorder (line 2258) | type MockInstantSnapshotsScopedListPairIteratorMockRecorder struct method Next (line 2284) | func (mr *MockInstantSnapshotsScopedListPairIteratorMockRecorder) Next... function NewMockInstantSnapshotsScopedListPairIterator (line 2263) | func NewMockInstantSnapshotsScopedListPairIterator(ctrl *gomock.Controll... type MockComputeInstantSnapshotsClient (line 2290) | type MockComputeInstantSnapshotsClient struct method EXPECT (line 2309) | func (m *MockComputeInstantSnapshotsClient) EXPECT() *MockComputeInsta... method AggregatedList (line 2314) | func (m *MockComputeInstantSnapshotsClient) AggregatedList(ctx context... method Get (line 2333) | func (m *MockComputeInstantSnapshotsClient) Get(ctx context.Context, r... method List (line 2353) | func (m *MockComputeInstantSnapshotsClient) List(ctx context.Context, ... type MockComputeInstantSnapshotsClientMockRecorder (line 2297) | type MockComputeInstantSnapshotsClientMockRecorder struct method AggregatedList (line 2326) | func (mr *MockComputeInstantSnapshotsClientMockRecorder) AggregatedLis... method Get (line 2346) | func (mr *MockComputeInstantSnapshotsClientMockRecorder) Get(ctx, req ... method List (line 2365) | func (mr *MockComputeInstantSnapshotsClientMockRecorder) List(ctx, req... function NewMockComputeInstantSnapshotsClient (line 2302) | func NewMockComputeInstantSnapshotsClient(ctrl *gomock.Controller) *Mock... type MockComputeDiskIterator (line 2372) | type MockComputeDiskIterator struct method EXPECT (line 2391) | func (m *MockComputeDiskIterator) EXPECT() *MockComputeDiskIteratorMoc... method Next (line 2396) | func (m *MockComputeDiskIterator) Next() (*computepb.Disk, error) { type MockComputeDiskIteratorMockRecorder (line 2379) | type MockComputeDiskIteratorMockRecorder struct method Next (line 2405) | func (mr *MockComputeDiskIteratorMockRecorder) Next() *gomock.Call { function NewMockComputeDiskIterator (line 2384) | func NewMockComputeDiskIterator(ctrl *gomock.Controller) *MockComputeDis... type MockDisksScopedListPairIterator (line 2411) | type MockDisksScopedListPairIterator struct method EXPECT (line 2430) | func (m *MockDisksScopedListPairIterator) EXPECT() *MockDisksScopedLis... method Next (line 2435) | func (m *MockDisksScopedListPairIterator) Next() (compute.DisksScopedL... type MockDisksScopedListPairIteratorMockRecorder (line 2418) | type MockDisksScopedListPairIteratorMockRecorder struct method Next (line 2444) | func (mr *MockDisksScopedListPairIteratorMockRecorder) Next() *gomock.... function NewMockDisksScopedListPairIterator (line 2423) | func NewMockDisksScopedListPairIterator(ctrl *gomock.Controller) *MockDi... type MockComputeDiskClient (line 2450) | type MockComputeDiskClient struct method EXPECT (line 2469) | func (m *MockComputeDiskClient) EXPECT() *MockComputeDiskClientMockRec... method AggregatedList (line 2474) | func (m *MockComputeDiskClient) AggregatedList(ctx context.Context, re... method Get (line 2493) | func (m *MockComputeDiskClient) Get(ctx context.Context, req *computep... method List (line 2513) | func (m *MockComputeDiskClient) List(ctx context.Context, req *compute... type MockComputeDiskClientMockRecorder (line 2457) | type MockComputeDiskClientMockRecorder struct method AggregatedList (line 2486) | func (mr *MockComputeDiskClientMockRecorder) AggregatedList(ctx, req a... method Get (line 2506) | func (mr *MockComputeDiskClientMockRecorder) Get(ctx, req any, opts ..... method List (line 2525) | func (mr *MockComputeDiskClientMockRecorder) List(ctx, req any, opts .... function NewMockComputeDiskClient (line 2462) | func NewMockComputeDiskClient(ctrl *gomock.Controller) *MockComputeDiskC... type MockComputeMachineImageIterator (line 2532) | type MockComputeMachineImageIterator struct method EXPECT (line 2551) | func (m *MockComputeMachineImageIterator) EXPECT() *MockComputeMachine... method Next (line 2556) | func (m *MockComputeMachineImageIterator) Next() (*computepb.MachineIm... type MockComputeMachineImageIteratorMockRecorder (line 2539) | type MockComputeMachineImageIteratorMockRecorder struct method Next (line 2565) | func (mr *MockComputeMachineImageIteratorMockRecorder) Next() *gomock.... function NewMockComputeMachineImageIterator (line 2544) | func NewMockComputeMachineImageIterator(ctrl *gomock.Controller) *MockCo... type MockComputeMachineImageClient (line 2571) | type MockComputeMachineImageClient struct method EXPECT (line 2590) | func (m *MockComputeMachineImageClient) EXPECT() *MockComputeMachineIm... method Get (line 2595) | func (m *MockComputeMachineImageClient) Get(ctx context.Context, req *... method List (line 2615) | func (m *MockComputeMachineImageClient) List(ctx context.Context, req ... type MockComputeMachineImageClientMockRecorder (line 2578) | type MockComputeMachineImageClientMockRecorder struct method Get (line 2608) | func (mr *MockComputeMachineImageClientMockRecorder) Get(ctx, req any,... method List (line 2627) | func (mr *MockComputeMachineImageClientMockRecorder) List(ctx, req any... function NewMockComputeMachineImageClient (line 2583) | func NewMockComputeMachineImageClient(ctrl *gomock.Controller) *MockComp... type MockComputeSnapshotIterator (line 2634) | type MockComputeSnapshotIterator struct method EXPECT (line 2653) | func (m *MockComputeSnapshotIterator) EXPECT() *MockComputeSnapshotIte... method Next (line 2658) | func (m *MockComputeSnapshotIterator) Next() (*computepb.Snapshot, err... type MockComputeSnapshotIteratorMockRecorder (line 2641) | type MockComputeSnapshotIteratorMockRecorder struct method Next (line 2667) | func (mr *MockComputeSnapshotIteratorMockRecorder) Next() *gomock.Call { function NewMockComputeSnapshotIterator (line 2646) | func NewMockComputeSnapshotIterator(ctrl *gomock.Controller) *MockComput... type MockComputeSnapshotsClient (line 2673) | type MockComputeSnapshotsClient struct method EXPECT (line 2692) | func (m *MockComputeSnapshotsClient) EXPECT() *MockComputeSnapshotsCli... method Get (line 2697) | func (m *MockComputeSnapshotsClient) Get(ctx context.Context, req *com... method List (line 2717) | func (m *MockComputeSnapshotsClient) List(ctx context.Context, req *co... type MockComputeSnapshotsClientMockRecorder (line 2680) | type MockComputeSnapshotsClientMockRecorder struct method Get (line 2710) | func (mr *MockComputeSnapshotsClientMockRecorder) Get(ctx, req any, op... method List (line 2729) | func (mr *MockComputeSnapshotsClientMockRecorder) List(ctx, req any, o... function NewMockComputeSnapshotsClient (line 2685) | func NewMockComputeSnapshotsClient(ctrl *gomock.Controller) *MockCompute... type MockComputeRegionBackendServiceIterator (line 2736) | type MockComputeRegionBackendServiceIterator struct method EXPECT (line 2755) | func (m *MockComputeRegionBackendServiceIterator) EXPECT() *MockComput... method Next (line 2760) | func (m *MockComputeRegionBackendServiceIterator) Next() (*computepb.B... type MockComputeRegionBackendServiceIteratorMockRecorder (line 2743) | type MockComputeRegionBackendServiceIteratorMockRecorder struct method Next (line 2769) | func (mr *MockComputeRegionBackendServiceIteratorMockRecorder) Next() ... function NewMockComputeRegionBackendServiceIterator (line 2748) | func NewMockComputeRegionBackendServiceIterator(ctrl *gomock.Controller)... type MockComputeRegionBackendServiceClient (line 2775) | type MockComputeRegionBackendServiceClient struct method EXPECT (line 2794) | func (m *MockComputeRegionBackendServiceClient) EXPECT() *MockComputeR... method Get (line 2799) | func (m *MockComputeRegionBackendServiceClient) Get(ctx context.Contex... method List (line 2819) | func (m *MockComputeRegionBackendServiceClient) List(ctx context.Conte... type MockComputeRegionBackendServiceClientMockRecorder (line 2782) | type MockComputeRegionBackendServiceClientMockRecorder struct method Get (line 2812) | func (mr *MockComputeRegionBackendServiceClientMockRecorder) Get(ctx, ... method List (line 2831) | func (mr *MockComputeRegionBackendServiceClientMockRecorder) List(ctx,... function NewMockComputeRegionBackendServiceClient (line 2787) | func NewMockComputeRegionBackendServiceClient(ctrl *gomock.Controller) *... FILE: sources/gcp/shared/mocks/mock_iam_clients.go type MockIAMServiceAccountClient (line 23) | type MockIAMServiceAccountClient struct method EXPECT (line 42) | func (m *MockIAMServiceAccountClient) EXPECT() *MockIAMServiceAccountC... method Get (line 47) | func (m *MockIAMServiceAccountClient) Get(ctx context.Context, req *ad... method List (line 67) | func (m *MockIAMServiceAccountClient) List(ctx context.Context, req *a... type MockIAMServiceAccountClientMockRecorder (line 30) | type MockIAMServiceAccountClientMockRecorder struct method Get (line 60) | func (mr *MockIAMServiceAccountClientMockRecorder) Get(ctx, req any, o... method List (line 79) | func (mr *MockIAMServiceAccountClientMockRecorder) List(ctx, req any, ... function NewMockIAMServiceAccountClient (line 35) | func NewMockIAMServiceAccountClient(ctrl *gomock.Controller) *MockIAMSer... type MockIAMServiceAccountIterator (line 86) | type MockIAMServiceAccountIterator struct method EXPECT (line 105) | func (m *MockIAMServiceAccountIterator) EXPECT() *MockIAMServiceAccoun... method Next (line 110) | func (m *MockIAMServiceAccountIterator) Next() (*adminpb.ServiceAccoun... type MockIAMServiceAccountIteratorMockRecorder (line 93) | type MockIAMServiceAccountIteratorMockRecorder struct method Next (line 119) | func (mr *MockIAMServiceAccountIteratorMockRecorder) Next() *gomock.Ca... function NewMockIAMServiceAccountIterator (line 98) | func NewMockIAMServiceAccountIterator(ctrl *gomock.Controller) *MockIAMS... type MockIAMServiceAccountKeyClient (line 125) | type MockIAMServiceAccountKeyClient struct method EXPECT (line 144) | func (m *MockIAMServiceAccountKeyClient) EXPECT() *MockIAMServiceAccou... method Get (line 149) | func (m *MockIAMServiceAccountKeyClient) Get(ctx context.Context, req ... method Search (line 169) | func (m *MockIAMServiceAccountKeyClient) Search(ctx context.Context, r... type MockIAMServiceAccountKeyClientMockRecorder (line 132) | type MockIAMServiceAccountKeyClientMockRecorder struct method Get (line 162) | func (mr *MockIAMServiceAccountKeyClientMockRecorder) Get(ctx, req any... method Search (line 182) | func (mr *MockIAMServiceAccountKeyClientMockRecorder) Search(ctx, req ... function NewMockIAMServiceAccountKeyClient (line 137) | func NewMockIAMServiceAccountKeyClient(ctrl *gomock.Controller) *MockIAM... FILE: sources/gcp/shared/mocks/mock_logging_config_client.go type MockLoggingSinkIterator (line 22) | type MockLoggingSinkIterator struct method EXPECT (line 41) | func (m *MockLoggingSinkIterator) EXPECT() *MockLoggingSinkIteratorMoc... method Next (line 46) | func (m *MockLoggingSinkIterator) Next() (*loggingpb.LogSink, error) { type MockLoggingSinkIteratorMockRecorder (line 29) | type MockLoggingSinkIteratorMockRecorder struct method Next (line 55) | func (mr *MockLoggingSinkIteratorMockRecorder) Next() *gomock.Call { function NewMockLoggingSinkIterator (line 34) | func NewMockLoggingSinkIterator(ctrl *gomock.Controller) *MockLoggingSin... type MockLoggingConfigClient (line 61) | type MockLoggingConfigClient struct method EXPECT (line 80) | func (m *MockLoggingConfigClient) EXPECT() *MockLoggingConfigClientMoc... method GetSink (line 85) | func (m *MockLoggingConfigClient) GetSink(ctx context.Context, req *lo... method ListSinks (line 100) | func (m *MockLoggingConfigClient) ListSinks(ctx context.Context, reque... type MockLoggingConfigClientMockRecorder (line 68) | type MockLoggingConfigClientMockRecorder struct method GetSink (line 94) | func (mr *MockLoggingConfigClientMockRecorder) GetSink(ctx, req any) *... method ListSinks (line 108) | func (mr *MockLoggingConfigClientMockRecorder) ListSinks(ctx, request ... function NewMockLoggingConfigClient (line 73) | func NewMockLoggingConfigClient(ctrl *gomock.Controller) *MockLoggingCon... FILE: sources/gcp/shared/models.go constant GCP (line 7) | GCP shared.Source = "gcp" constant Compute (line 11) | Compute shared.API = "compute" constant Container (line 12) | Container shared.API = "container" constant NetworkSecurity (line 13) | NetworkSecurity shared.API = "network-security" constant NetworkServices (line 14) | NetworkServices shared.API = "network-services" constant CloudKMS (line 15) | CloudKMS shared.API = "cloud-kms" constant IAM (line 16) | IAM shared.API = "iam" constant BigQuery (line 17) | BigQuery shared.API = "big-query" constant BigQueryDataTransfer (line 18) | BigQueryDataTransfer shared.API = "big-query-data-transfer" constant PubSub (line 19) | PubSub shared.API = "pub-sub" constant CloudResourceManager (line 20) | CloudResourceManager shared.API = "cloud-resource-manager" constant AIPlatform (line 21) | AIPlatform shared.API = "ai-platform" constant BigTableAdmin (line 22) | BigTableAdmin shared.API = "big-table-admin" constant CloudBuild (line 23) | CloudBuild shared.API = "cloud-build" constant DataPlex (line 24) | DataPlex shared.API = "dataplex" constant ServiceUsage (line 25) | ServiceUsage shared.API = "service-usage" constant Run (line 26) | Run shared.API = "run" constant SqlAdmin (line 27) | SqlAdmin shared.API = "sql-admin" constant Monitoring (line 28) | Monitoring shared.API = "monitoring" constant ArtifactRegistry (line 29) | ArtifactRegistry shared.API = "artifact-registry" constant Dataform (line 30) | Dataform shared.API = "dataform" constant Storage (line 31) | Storage shared.API = "storage" constant StorageTransfer (line 32) | StorageTransfer shared.API = "storage-transfer" constant ServiceDirectory (line 33) | ServiceDirectory shared.API = "service-directory" constant DNS (line 34) | DNS shared.API = "dns" constant CloudBilling (line 35) | CloudBilling shared.API = "cloud-billing" constant EssentialContacts (line 36) | EssentialContacts shared.API = "essential-contacts" constant Logging (line 37) | Logging shared.API = "logging" constant NetworkConnectivity (line 38) | NetworkConnectivity shared.API = "network-connectivity" constant VPCAccess (line 39) | VPCAccess shared.API = "vpc-access" constant SecretManager (line 40) | SecretManager shared.API = "secret-manager" constant Spanner (line 41) | Spanner shared.API = "spanner" constant AppEngine (line 42) | AppEngine shared.API = "app-engine" constant CloudFunctions (line 43) | CloudFunctions shared.API = "cloud-functions" constant Eventarc (line 44) | Eventarc shared.API = "eventarc" constant Workflows (line 45) | Workflows shared.API = "workflows" constant OrgPolicy (line 46) | OrgPolicy shared.API = "orgpolicy" constant Dataproc (line 47) | Dataproc shared.API = "dataproc" constant Redis (line 48) | Redis shared.API = "redis" constant SecurityCenterManagement (line 49) | SecurityCenterManagement shared.API = "security-center-management" constant File (line 50) | File shared.API = "file" constant CertificateManager (line 51) | CertificateManager shared.API = "certificate-manager" constant BinaryAuthorization (line 52) | BinaryAuthorization shared.API = "binary-authorization" constant Dataflow (line 53) | Dataflow shared.API = "dataflow" constant Instance (line 59) | Instance shared.Resource = "instance" constant Cluster (line 60) | Cluster shared.Resource = "cluster" constant Disk (line 61) | Disk shared.Resource = "disk" constant Network (line 62) | Network shared.Resource = "network" constant NodeGroup (line 63) | NodeGroup shared.Resource = "node-group" constant NodeTemplate (line 64) | NodeTemplate shared.Resource = "node-tem... constant NodePool (line 65) | NodePool shared.Resource = "node-pool" constant Subnetwork (line 66) | Subnetwork shared.Resource = "subnetwork" constant Address (line 67) | Address shared.Resource = "address" constant ForwardingRule (line 68) | ForwardingRule shared.Resource = "forwardi... constant BackendService (line 69) | BackendService shared.Resource = "backend-... constant BackendBucket (line 70) | BackendBucket shared.Resource = "backend-... constant UrlMap (line 71) | UrlMap shared.Resource = "url-map" constant Autoscaler (line 72) | Autoscaler shared.Resource = "autoscaler" constant InstanceGroupManager (line 73) | InstanceGroupManager shared.Resource = "instance... constant RegionalInstanceGroupManager (line 74) | RegionalInstanceGroupManager shared.Resource = "regional... constant SecurityPolicy (line 75) | SecurityPolicy shared.Resource = "security... constant ClientTlsPolicy (line 76) | ClientTlsPolicy shared.Resource = "client-t... constant ServiceLbPolicy (line 77) | ServiceLbPolicy shared.Resource = "service-... constant ServiceBinding (line 78) | ServiceBinding shared.Resource = "service-... constant InstanceTemplate (line 79) | InstanceTemplate shared.Resource = "instance... constant RegionalInstanceTemplate (line 80) | RegionalInstanceTemplate shared.Resource = "regional... constant InstanceGroup (line 81) | InstanceGroup shared.Resource = "instance... constant TargetPool (line 82) | TargetPool shared.Resource = "target-p... constant ResourcePolicy (line 83) | ResourcePolicy shared.Resource = "resource... constant HealthCheck (line 84) | HealthCheck shared.Resource = "health-c... constant HttpHealthCheck (line 85) | HttpHealthCheck shared.Resource = "http-hea... constant RegionCommitment (line 86) | RegionCommitment shared.Resource = "region-c... constant Reservation (line 87) | Reservation shared.Resource = "reservat... constant MachineType (line 88) | MachineType shared.Resource = "machine-... constant AcceleratorType (line 89) | AcceleratorType shared.Resource = "accelera... constant Rule (line 90) | Rule shared.Resource = "security... constant InstantSnapshot (line 91) | InstantSnapshot shared.Resource = "instant-... constant Image (line 92) | Image shared.Resource = "image" constant Snapshot (line 93) | Snapshot shared.Resource = "snapshot" constant License (line 94) | License shared.Resource = "license" constant CryptoKeyVersion (line 95) | CryptoKeyVersion shared.Resource = "crypto-k... constant DiskType (line 96) | DiskType shared.Resource = "disk-type" constant MachineImage (line 97) | MachineImage shared.Resource = "machine-... constant Zone (line 98) | Zone shared.Resource = "zone" constant Region (line 99) | Region shared.Resource = "region" constant Firewall (line 100) | Firewall shared.Resource = "firewall" constant Route (line 101) | Route shared.Resource = "route" constant ServiceAccountKey (line 102) | ServiceAccountKey shared.Resource = "service-... constant ServiceAccount (line 103) | ServiceAccount shared.Resource = "service-... constant Table (line 104) | Table shared.Resource = "table" constant Dataset (line 105) | Dataset shared.Resource = "dataset" constant Subscription (line 106) | Subscription shared.Resource = "subscrip... constant Topic (line 107) | Topic shared.Resource = "topic" constant Schema (line 108) | Schema shared.Resource = "schema" constant Project (line 109) | Project shared.Resource = "project" constant Folder (line 110) | Folder shared.Resource = "folder" constant Organization (line 111) | Organization shared.Resource = "organiza... constant CryptoKey (line 112) | CryptoKey shared.Resource = "crypto-key" constant EKMConnection (line 113) | EKMConnection shared.Resource = "ekm-conn... constant ImportJob (line 114) | ImportJob shared.Resource = "import-job" constant Policy (line 115) | Policy shared.Resource = "policy" constant KeyRing (line 116) | KeyRing shared.Resource = "key-ring" constant InstanceSettings (line 117) | InstanceSettings shared.Resource = "instance... constant Bucket (line 118) | Bucket shared.Resource = "bucket" constant BucketIAMPolicy (line 119) | BucketIAMPolicy shared.Resource = "bucket-i... constant BucketAccessControl (line 120) | BucketAccessControl shared.Resource = "bucket-a... constant DefaultObjectAccessControl (line 121) | DefaultObjectAccessControl shared.Resource = "default-... constant NotificationConfig (line 122) | NotificationConfig shared.Resource = "storage-... constant NetworkAttachment (line 123) | NetworkAttachment shared.Resource = "network-... constant StoragePool (line 124) | StoragePool shared.Resource = "storage-... constant StoragePoolType (line 125) | StoragePoolType shared.Resource = "storage-... constant VpnTunnel (line 126) | VpnTunnel shared.Resource = "vpn-tunnel" constant NetworkPeering (line 127) | NetworkPeering shared.Resource = "network-... constant Gateway (line 128) | Gateway shared.Resource = "gateway" constant CustomJob (line 129) | CustomJob shared.Resource = "custom-job" constant PipelineJob (line 130) | PipelineJob shared.Resource = "pipeline... constant Schedule (line 131) | Schedule shared.Resource = "schedule" constant Role (line 132) | Role shared.Resource = "role" constant AppProfile (line 133) | AppProfile shared.Resource = "app-prof... constant Backup (line 134) | Backup shared.Resource = "backup" constant Build (line 135) | Build shared.Resource = "build" constant EntryGroup (line 136) | EntryGroup shared.Resource = "entry-gr... constant AspectType (line 137) | AspectType shared.Resource = "aspect-t... constant DataScan (line 138) | DataScan shared.Resource = "data-scan" constant Entity (line 139) | Entity shared.Resource = "entity" constant Service (line 140) | Service shared.Resource = "service" constant Revision (line 141) | Revision shared.Resource = "revision" constant BackupRun (line 142) | BackupRun shared.Resource = "backup-run" constant CustomDashboard (line 143) | CustomDashboard shared.Resource = "custom-d... constant NotificationChannel (line 144) | NotificationChannel shared.Resource = "notifica... constant DockerImage (line 145) | DockerImage shared.Resource = "docker-i... constant Package (line 146) | Package shared.Resource = "package" constant PackageVersion (line 147) | PackageVersion shared.Resource = "package-... constant PackageTag (line 148) | PackageTag shared.Resource = "package-... constant Repository (line 149) | Repository shared.Resource = "repository" constant Endpoint (line 150) | Endpoint shared.Resource = "endpoint" constant ManagedZone (line 151) | ManagedZone shared.Resource = "managed-... constant BillingInfo (line 152) | BillingInfo shared.Resource = "billing-... constant Contact (line 153) | Contact shared.Resource = "contact" constant SavedQuery (line 154) | SavedQuery shared.Resource = "saved-qu... constant Link (line 155) | Link shared.Resource = "link" constant Sink (line 156) | Sink shared.Resource = "sink" constant Hub (line 157) | Hub shared.Resource = "hub" constant FirewallPolicy (line 158) | FirewallPolicy shared.Resource = "firewall... constant TensorBoard (line 159) | TensorBoard shared.Resource = "tensor-b... constant Experiment (line 160) | Experiment shared.Resource = "experiment" constant ExperimentRun (line 161) | ExperimentRun shared.Resource = "experime... constant Model (line 162) | Model shared.Resource = "model" constant ModelDeploymentMonitoringJob (line 163) | ModelDeploymentMonitoringJob shared.Resource = "model-de... constant BatchPredictionJob (line 164) | BatchPredictionJob shared.Resource = "batch-pr... constant DeploymentResourcePool (line 165) | DeploymentResourcePool shared.Resource = "deployme... constant PersistentResource (line 166) | PersistentResource shared.Resource = "persiste... constant Connection (line 167) | Connection shared.Resource = "connection" constant Trigger (line 168) | Trigger shared.Resource = "trigger" constant Channel (line 169) | Channel shared.Resource = "channel" constant Connector (line 170) | Connector shared.Resource = "connector" constant Workflow (line 171) | Workflow shared.Resource = "workflow" constant BillingAccount (line 172) | BillingAccount shared.Resource = "billing-... constant Namespace (line 173) | Namespace shared.Resource = "namespace" constant Secret (line 174) | Secret shared.Resource = "secret" constant SecretVersion (line 175) | SecretVersion shared.Resource = "secret-v... constant InstanceConfig (line 176) | InstanceConfig shared.Resource = "instance... constant Database (line 177) | Database shared.Resource = "database" constant BackupSchedule (line 178) | BackupSchedule shared.Resource = "backup-s... constant DatabaseRole (line 179) | DatabaseRole shared.Resource = "database... constant User (line 180) | User shared.Resource = "user" constant DatabaseOperation (line 181) | DatabaseOperation shared.Resource = "database... constant Session (line 182) | Session shared.Resource = "session" constant InstancePartition (line 183) | InstancePartition shared.Resource = "instance... constant NetworkEndpointGroup (line 184) | NetworkEndpointGroup shared.Resource = "network-... constant SSLCertificate (line 185) | SSLCertificate shared.Resource = "ssl-cert... constant GlobalAddress (line 186) | GlobalAddress shared.Resource = "global-a... constant VpnGateway (line 187) | VpnGateway shared.Resource = "vpn-gate... constant Router (line 188) | Router shared.Resource = "router" constant GlobalForwardingRule (line 189) | GlobalForwardingRule shared.Resource = "global-f... constant Function (line 190) | Function shared.Resource = "function" constant WorkerPool (line 191) | WorkerPool shared.Resource = "worker-p... constant TagValue (line 192) | TagValue shared.Resource = "tag-value" constant TagKey (line 193) | TagKey shared.Resource = "tag-key" constant AlertPolicy (line 194) | AlertPolicy shared.Resource = "alert-po... constant AutoscalingPolicy (line 195) | AutoscalingPolicy shared.Resource = "autoscal... constant InterconnectAttachment (line 196) | InterconnectAttachment shared.Resource = "intercon... constant ServiceAttachment (line 197) | ServiceAttachment shared.Resource = "service-... constant TargetHttpsProxy (line 198) | TargetHttpsProxy shared.Resource = "target-h... constant RegionTargetHttpsProxy (line 199) | RegionTargetHttpsProxy shared.Resource = "region-t... constant SSLPolicy (line 200) | SSLPolicy shared.Resource = "ssl-policy" constant TargetHttpProxy (line 201) | TargetHttpProxy shared.Resource = "target-h... constant TargetTcpProxy (line 202) | TargetTcpProxy shared.Resource = "target-t... constant TargetSslProxy (line 203) | TargetSslProxy shared.Resource = "target-s... constant TargetVpnGateway (line 204) | TargetVpnGateway shared.Resource = "target-v... constant TargetInstance (line 205) | TargetInstance shared.Resource = "target-i... constant PublicDelegatedPrefix (line 206) | PublicDelegatedPrefix shared.Resource = "public-d... constant PublicAdvertisedPrefix (line 207) | PublicAdvertisedPrefix shared.Resource = "public-a... constant ExternalVpnGateway (line 208) | ExternalVpnGateway shared.Resource = "external... constant TransferConfig (line 209) | TransferConfig shared.Resource = "transfer... constant TransferRun (line 210) | TransferRun shared.Resource = "transfer... constant DataSource (line 211) | DataSource shared.Resource = "data-sou... constant Routine (line 212) | Routine shared.Resource = "routine" constant TransferJob (line 213) | TransferJob shared.Resource = "transfer... constant TransferOperation (line 214) | TransferOperation shared.Resource = "transfer... constant AgentPool (line 215) | AgentPool shared.Resource = "agent-pool" constant SecurityCenterService (line 216) | SecurityCenterService shared.Resource = "security... constant SecurityHealthAnalyticsCustomModule (line 217) | SecurityHealthAnalyticsCustomModule shared.Resource = "security... constant EventThreatDetectionCustomModule (line 218) | EventThreatDetectionCustomModule shared.Resource = "event-th... constant EffectiveSecurityHealthAnalyticsCustomModule (line 219) | EffectiveSecurityHealthAnalyticsCustomModule shared.Resource = "effectiv... constant EffectiveEventThreatDetectionCustomModule (line 220) | EffectiveEventThreatDetectionCustomModule shared.Resource = "effectiv... constant CertificateMap (line 221) | CertificateMap shared.Resource = "certific... constant CertificateMapEntry (line 222) | CertificateMapEntry shared.Resource = "certific... constant Certificate (line 223) | Certificate shared.Resource = "certific... constant DnsAuthorization (line 224) | DnsAuthorization shared.Resource = "dns-auth... constant CertificateIssuanceConfig (line 225) | CertificateIssuanceConfig shared.Resource = "certific... constant InternalRange (line 226) | InternalRange shared.Resource = "internal... constant RoutePolicy (line 227) | RoutePolicy shared.Resource = "route-po... constant BgpRoute (line 228) | BgpRoute shared.Resource = "bgp-route" constant MetastoreService (line 229) | MetastoreService shared.Resource = "metastor... constant CompilationResult (line 230) | CompilationResult shared.Resource = "compilat... constant Workspace (line 231) | Workspace shared.Resource = "workspace" constant WorkflowInvocation (line 232) | WorkflowInvocation shared.Resource = "workflow... constant Mesh (line 233) | Mesh shared.Resource = "mesh" constant BinaryAuthorizationPolicy (line 234) | BinaryAuthorizationPolicy shared.Resource = "binary-a... constant Job (line 235) | Job shared.Resource = "job" FILE: sources/gcp/shared/network-security-clients.go type NetworkSecurityClientTlsPolicyClient (line 11) | type NetworkSecurityClientTlsPolicyClient interface type NetworkSecurityClientTlsPolicyIterator (line 16) | type NetworkSecurityClientTlsPolicyIterator interface type networkSecurityClientTlsPolicyClient (line 20) | type networkSecurityClientTlsPolicyClient struct method Get (line 24) | func (c networkSecurityClientTlsPolicyClient) Get(ctx context.Context,... method List (line 28) | func (c networkSecurityClientTlsPolicyClient) List(ctx context.Context... function NewNetworkSecurityClientTlsPolicyClient (line 33) | func NewNetworkSecurityClientTlsPolicyClient(client *networksecurity.Cli... FILE: sources/gcp/shared/predefined-roles.go type WithPredefinedRole (line 3) | type WithPredefinedRole interface type role (line 7) | type role struct FILE: sources/gcp/shared/storage-iam.go type BucketIAMBinding (line 15) | type BucketIAMBinding struct type StorageBucketIAMPolicyGetter (line 25) | type StorageBucketIAMPolicyGetter interface type storageBucketIAMPolicyGetterImpl (line 30) | type storageBucketIAMPolicyGetterImpl struct method GetBucketIAMPolicy (line 35) | func (g *storageBucketIAMPolicyGetterImpl) GetBucketIAMPolicy(ctx cont... function NewStorageBucketIAMPolicyGetter (line 65) | func NewStorageBucketIAMPolicyGetter(client *storage.Client) StorageBuck... FILE: sources/gcp/shared/terraform-mappings.go type TerraformMapping (line 8) | type TerraformMapping struct FILE: sources/gcp/shared/terraform-mappings_test.go function TestMissingMappings (line 7) | func TestMissingMappings(t *testing.T) { FILE: sources/gcp/shared/utils.go function RecordExtractScopeFromURIError (line 14) | func RecordExtractScopeFromURIError(ctx context.Context, uri string, err... function RegionalScope (line 25) | func RegionalScope(projectID, region string) string { function ZonalScope (line 30) | func ZonalScope(projectID, zone string) string { function LastPathComponent (line 37) | func LastPathComponent(url string) string { function ExtractPathParam (line 53) | func ExtractPathParam(key, input string) string { function ExtractPathParams (line 74) | func ExtractPathParams(input string, keys ...string) []string { function ExtractPathParamsWithCount (line 101) | func ExtractPathParamsWithCount(input string, count int) []string { function ZoneToRegion (line 124) | func ZoneToRegion(zone string) string { function isProjectNumber (line 142) | func isProjectNumber(projectID string) bool { function ExtractScopeFromURI (line 174) | func ExtractScopeFromURI(ctx context.Context, uri string) (string, error) { function extractPathFromURI (line 265) | func extractPathFromURI(uri string) string { function stripVersionPath (line 318) | func stripVersionPath(path string) string { FILE: sources/gcp/shared/utils_test.go function TestLastPathComponent (line 11) | func TestLastPathComponent(t *testing.T) { function TestExtractPathParam (line 54) | func TestExtractPathParam(t *testing.T) { function TestExtractPathParams (line 276) | func TestExtractPathParams(t *testing.T) { function TestExtractPathParamsWithCount (line 354) | func TestExtractPathParamsWithCount(t *testing.T) { function TestZoneToRegion (line 454) | func TestZoneToRegion(t *testing.T) { function TestExtractScopeFromURI (line 492) | func TestExtractScopeFromURI(t *testing.T) { FILE: sources/shared/base.go type Base (line 10) | type Base struct method Category (line 32) | func (u *Base) Category() sdp.AdapterCategory { method Type (line 37) | func (u *Base) Type() string { method Name (line 42) | func (u *Base) Name() string { method PotentialLinks (line 47) | func (*Base) PotentialLinks() map[ItemType]bool { method AdapterMetadata (line 54) | func (u *Base) AdapterMetadata() *sdp.AdapterMetadata { method TerraformMappings (line 60) | func (u *Base) TerraformMappings() []*sdp.TerraformMapping { method Scopes (line 65) | func (u *Base) Scopes() []string { method ItemType (line 70) | func (u *Base) ItemType() ItemType { method IAMPermissions (line 76) | func (u *Base) IAMPermissions() []string { function NewBase (line 17) | func NewBase( FILE: sources/shared/shared.go constant QuerySeparator (line 13) | QuerySeparator = "|" constant DefaultCacheDuration (line 14) | DefaultCacheDuration = 1 * time.Hour type ItemType (line 22) | type ItemType interface type Source (line 31) | type Source type API (line 35) | type API type Resource (line 39) | type Resource type ItemTypeInstance (line 42) | type ItemTypeInstance struct method String (line 49) | func (i ItemTypeInstance) String() string { method Readable (line 55) | func (i ItemTypeInstance) Readable() string { function NewItemType (line 75) | func NewItemType(source Source, api API, resource Resource) ItemTypeInst... type ItemTypeLookup (line 87) | type ItemTypeLookup struct method Readable (line 92) | func (i ItemTypeLookup) Readable() string { function NewItemTypeLookup (line 101) | func NewItemTypeLookup(by string, itemType ItemType) ItemTypeLookup { function NewItemTypesSet (line 109) | func NewItemTypesSet(items ...ItemType) map[ItemType]bool { FILE: sources/shared/testing.go function RunStaticTests (line 21) | func RunStaticTests(t *testing.T, adapter discovery.Adapter, item *sdp.I... type Validate (line 43) | type Validate interface function ValidateAdapter (line 47) | func ValidateAdapter(t *testing.T, adapter discovery.Adapter) { type QueryTest (line 64) | type QueryTest struct type QueryTests (line 71) | type QueryTests method TestLinkedItems (line 74) | func (i QueryTests) TestLinkedItems(t *testing.T, item *sdp.Item) { method TestPotentialLinks (line 118) | func (i QueryTests) TestPotentialLinks(t *testing.T, item *sdp.Item, a... method Execute (line 147) | func (i QueryTests) Execute(t *testing.T, item *sdp.Item, adapter disc... function queryKey (line 157) | func queryKey(itemType, query string) string { type mockRoundTripper (line 161) | type mockRoundTripper struct method RoundTrip (line 171) | func (m *mockRoundTripper) RoundTrip(req *http.Request) (*http.Respons... function newMockRoundTripper (line 165) | func newMockRoundTripper(responses map[string]*http.Response) *mockRound... function mockHTTPResponse (line 191) | func mockHTTPResponse(input any) io.ReadCloser { type MockResponse (line 211) | type MockResponse struct function NewMockHTTPClientProvider (line 218) | func NewMockHTTPClientProvider(expectedCallAndResponse map[string]MockRe... FILE: sources/shared/util.go function ToAttributesWithExclude (line 12) | func ToAttributesWithExclude(i any, exclusions ...string) (*sdp.ItemAttr... function CompositeLookupKey (line 34) | func CompositeLookupKey(queryParts ...string) string { FILE: sources/shared/util_test.go function TestCompositeLookupKey (line 7) | func TestCompositeLookupKey(t *testing.T) { FILE: sources/snapshot/adapters/adapter.go type SnapshotAdapter (line 17) | type SnapshotAdapter struct method Type (line 42) | func (a *SnapshotAdapter) Type() string { method Name (line 46) | func (a *SnapshotAdapter) Name() string { method Scopes (line 50) | func (a *SnapshotAdapter) Scopes() []string { method Get (line 54) | func (a *SnapshotAdapter) Get(ctx context.Context, scope string, query... method List (line 83) | func (a *SnapshotAdapter) List(ctx context.Context, scope string, igno... method Search (line 94) | func (a *SnapshotAdapter) Search(ctx context.Context, scope string, qu... method Metadata (line 147) | func (a *SnapshotAdapter) Metadata() *sdp.AdapterMetadata { function NewSnapshotAdapter (line 25) | func NewSnapshotAdapter(index *SnapshotIndex, itemType string, scopes []... function cloneItems (line 34) | func cloneItems(items []*sdp.Item) []*sdp.Item { FILE: sources/snapshot/adapters/adapter_test.go function createTestAdapters (line 11) | func createTestAdapters(t *testing.T) map[string]*SnapshotAdapter { function TestAdapterType (line 27) | func TestAdapterType(t *testing.T) { function TestAdapterName (line 41) | func TestAdapterName(t *testing.T) { function TestAdapterScopes (line 49) | func TestAdapterScopes(t *testing.T) { function TestAdapterGet (line 70) | func TestAdapterGet(t *testing.T) { function TestAdapterList (line 134) | func TestAdapterList(t *testing.T) { function TestAdapterSearch (line 195) | func TestAdapterSearch(t *testing.T) { function TestAdapterMetadata (line 238) | func TestAdapterMetadata(t *testing.T) { function TestNewSnapshotAdapter (line 268) | func TestNewSnapshotAdapter(t *testing.T) { function TestAdapterMetadataFallback (line 285) | func TestAdapterMetadataFallback(t *testing.T) { FILE: sources/snapshot/adapters/catalog.go type catalogQueryMethods (line 12) | type catalogQueryMethods struct type catalogEntry (line 21) | type catalogEntry struct function init (line 31) | func init() { function lookupAdapterMetadata (line 64) | func lookupAdapterMetadata(itemType string, scopes []string) *sdp.Adapte... FILE: sources/snapshot/adapters/index.go type SnapshotIndex (line 11) | type SnapshotIndex struct method hydrateLinkedItems (line 73) | func (idx *SnapshotIndex) hydrateLinkedItems() { method GetAllItems (line 120) | func (idx *SnapshotIndex) GetAllItems() []*sdp.Item { method GetByGUN (line 125) | func (idx *SnapshotIndex) GetByGUN(gun string) *sdp.Item { method GetByReference (line 130) | func (idx *SnapshotIndex) GetByReference(ref *sdp.Reference) *sdp.Item { method GetAllTypes (line 138) | func (idx *SnapshotIndex) GetAllTypes() []string { method GetScopesForType (line 147) | func (idx *SnapshotIndex) GetScopesForType(itemType string) []string { method GetItemsByTypeAndScope (line 161) | func (idx *SnapshotIndex) GetItemsByTypeAndScope(itemType, scope strin... method EdgesFrom (line 177) | func (idx *SnapshotIndex) EdgesFrom(ref *sdp.Reference) []*sdp.Edge { method EdgesTo (line 191) | func (idx *SnapshotIndex) EdgesTo(ref *sdp.Reference) []*sdp.Edge { method NeighborItems (line 207) | func (idx *SnapshotIndex) NeighborItems(item *sdp.Item) []*sdp.Item { function NewSnapshotIndex (line 26) | func NewSnapshotIndex(snapshot *sdp.Snapshot) (*SnapshotIndex, error) { FILE: sources/snapshot/adapters/index_test.go function createTestSnapshot (line 9) | func createTestSnapshot() *sdp.Snapshot { function TestNewSnapshotIndex (line 63) | func TestNewSnapshotIndex(t *testing.T) { function TestLinkedItemsHydrated (line 88) | func TestLinkedItemsHydrated(t *testing.T) { function TestGetByGUN (line 128) | func TestGetByGUN(t *testing.T) { function TestGetByReference (line 150) | func TestGetByReference(t *testing.T) { function TestGetAllTypes (line 171) | func TestGetAllTypes(t *testing.T) { function TestEdgesFromAndEdgesTo (line 194) | func TestEdgesFromAndEdgesTo(t *testing.T) { function TestNeighborItems (line 237) | func TestNeighborItems(t *testing.T) { function TestNewSnapshotIndexNilSnapshot (line 276) | func TestNewSnapshotIndexNilSnapshot(t *testing.T) { function TestNewSnapshotIndexNilProperties (line 283) | func TestNewSnapshotIndexNilProperties(t *testing.T) { FILE: sources/snapshot/adapters/loader.go function LoadSnapshot (line 19) | func LoadSnapshot(ctx context.Context, source string) (*sdp.Snapshot, er... function loadSnapshotFromURL (line 70) | func loadSnapshotFromURL(ctx context.Context, url string) ([]byte, error) { function loadSnapshotFromFile (line 96) | func loadSnapshotFromFile(path string) ([]byte, error) { FILE: sources/snapshot/adapters/loader_test.go function TestLoadSnapshotFromFile (line 15) | func TestLoadSnapshotFromFile(t *testing.T) { function TestLoadSnapshotFromURL (line 64) | func TestLoadSnapshotFromURL(t *testing.T) { function TestLoadSnapshotEmptyItems (line 109) | func TestLoadSnapshotEmptyItems(t *testing.T) { function TestLoadSnapshotFileNotFound (line 145) | func TestLoadSnapshotFileNotFound(t *testing.T) { function TestLoadSnapshotInvalidProtobuf (line 153) | func TestLoadSnapshotInvalidProtobuf(t *testing.T) { FILE: sources/snapshot/adapters/main.go function InitializeAdapters (line 15) | func InitializeAdapters(ctx context.Context, e *discovery.Engine, snapsh... FILE: sources/snapshot/cmd/root.go function Execute (line 109) | func Execute() { function init (line 116) | func init() { function initConfig (line 197) | func initConfig() { type TerminationLogHook (line 214) | type TerminationLogHook struct method Levels (line 216) | func (t TerminationLogHook) Levels() []log.Level { method Fire (line 220) | func (t TerminationLogHook) Fire(e *log.Entry) error { FILE: sources/snapshot/main.go function main (line 9) | func main() { FILE: sources/stdlib/items.go type ItemType (line 8) | type ItemType struct method String (line 15) | func (i ItemType) String() string { FILE: sources/stdlib/shared/models.go constant Stdlib (line 6) | Stdlib shared.Source = "std-lib" constant Network (line 10) | Network shared.API = "network" constant IP (line 14) | IP shared.Resource = "ip" constant DNS (line 15) | DNS shared.Resource = "dns" constant HTTP (line 16) | HTTP shared.Resource = "http" FILE: sources/transformer.go type ItemTypeLookups (line 22) | type ItemTypeLookups method ReadableFormat (line 25) | func (lookups ItemTypeLookups) ReadableFormat() string { type Wrapper (line 35) | type Wrapper interface type ListableWrapper (line 50) | type ListableWrapper interface type ListStreamableWrapper (line 56) | type ListStreamableWrapper interface type SearchableWrapper (line 62) | type SearchableWrapper interface type SearchStreamableWrapper (line 69) | type SearchStreamableWrapper interface type WildcardScopeWrapper (line 76) | type WildcardScopeWrapper interface type SearchableListableWrapper (line 82) | type SearchableListableWrapper interface type StandardAdapter (line 88) | type StandardAdapter interface function WrapperToAdapter (line 94) | func WrapperToAdapter(wrapper Wrapper, cache sdpcache.Cache) StandardAda... type standardAdapterCore (line 191) | type standardAdapterCore struct method Type (line 223) | func (s *standardAdapterCore) Type() string { method Name (line 228) | func (s *standardAdapterCore) Name() string { method Scopes (line 233) | func (s *standardAdapterCore) Scopes() []string { method validateScopes (line 237) | func (s *standardAdapterCore) validateScopes(scope string) error { method Get (line 270) | func (s *standardAdapterCore) Get(ctx context.Context, scope string, q... type standardAdapterImpl (line 197) | type standardAdapterImpl struct method Metadata (line 365) | func (s *standardAdapterImpl) Metadata() *sdp.AdapterMetadata { method Validate (line 398) | func (s *standardAdapterImpl) Validate() error { type standardListableAdapterImpl (line 201) | type standardListableAdapterImpl struct method List (line 417) | func (s *standardListableAdapterImpl) List(ctx context.Context, scope ... method ListStream (line 487) | func (s *standardListableAdapterImpl) ListStream(ctx context.Context, ... method Metadata (line 536) | func (s *standardListableAdapterImpl) Metadata() *sdp.AdapterMetadata { method Validate (line 571) | func (s *standardListableAdapterImpl) Validate() error { method SupportsWildcardScope (line 587) | func (s *standardListableAdapterImpl) SupportsWildcardScope() bool { type standardSearchableAdapterImpl (line 207) | type standardSearchableAdapterImpl struct method Search (line 598) | func (s *standardSearchableAdapterImpl) Search(ctx context.Context, sc... method SearchStream (line 770) | func (s *standardSearchableAdapterImpl) SearchStream(ctx context.Conte... method Metadata (line 961) | func (s *standardSearchableAdapterImpl) Metadata() *sdp.AdapterMetadata { method Validate (line 998) | func (s *standardSearchableAdapterImpl) Validate() error { type standardSearchableListableAdapterImpl (line 213) | type standardSearchableListableAdapterImpl struct method Metadata (line 1016) | func (s *standardSearchableListableAdapterImpl) Metadata() *sdp.Adapte... method Validate (line 1058) | func (s *standardSearchableListableAdapterImpl) Validate() error { method List (line 1073) | func (s *standardSearchableListableAdapterImpl) List(ctx context.Conte... method ListStream (line 1078) | func (s *standardSearchableListableAdapterImpl) ListStream(ctx context... method Search (line 1083) | func (s *standardSearchableListableAdapterImpl) Search(ctx context.Con... method SearchStream (line 1088) | func (s *standardSearchableListableAdapterImpl) SearchStream(ctx conte... method SupportsWildcardScope (line 1093) | func (s *standardSearchableListableAdapterImpl) SupportsWildcardScope(... function IsNotFound (line 261) | func IsNotFound(err error) bool { function expectedSearchQueryFormat (line 1098) | func expectedSearchQueryFormat(keywords []ItemTypeLookups) string { function validatePredefinedRole (line 1108) | func validatePredefinedRole(wrapper Wrapper) error { FILE: sources/transformer_test.go function TestItemTypeReadableFormat (line 18) | func TestItemTypeReadableFormat(t *testing.T) { type errorReturningListableWrapper (line 51) | type errorReturningListableWrapper struct method Scopes (line 57) | func (w *errorReturningListableWrapper) Scopes() []string { method GetLookups (line 61) | func (w *errorReturningListableWrapper) GetLookups() ItemTypeLookups { method Get (line 67) | func (w *errorReturningListableWrapper) Get(ctx context.Context, scope... method Type (line 74) | func (w *errorReturningListableWrapper) Type() string { method Name (line 78) | func (w *errorReturningListableWrapper) Name() string { method ItemType (line 82) | func (w *errorReturningListableWrapper) ItemType() shared.ItemType { method TerraformMappings (line 86) | func (w *errorReturningListableWrapper) TerraformMappings() []*sdp.Ter... method Category (line 90) | func (w *errorReturningListableWrapper) Category() sdp.AdapterCategory { method PotentialLinks (line 94) | func (w *errorReturningListableWrapper) PotentialLinks() map[shared.It... method AdapterMetadata (line 98) | func (w *errorReturningListableWrapper) AdapterMetadata() *sdp.Adapter... method IAMPermissions (line 102) | func (w *errorReturningListableWrapper) IAMPermissions() []string { method List (line 107) | func (w *errorReturningListableWrapper) List(ctx context.Context, scop... function TestListErrorCausesCacheHang (line 129) | func TestListErrorCausesCacheHang(t *testing.T) { type notFoundCachingWrapper (line 221) | type notFoundCachingWrapper struct method Scopes (line 229) | func (w *notFoundCachingWrapper) Scopes() []string { method GetLookups (line 233) | func (w *notFoundCachingWrapper) GetLookups() ItemTypeLookups { method Get (line 237) | func (w *notFoundCachingWrapper) Get(ctx context.Context, scope string... method Type (line 242) | func (w *notFoundCachingWrapper) Type() string { method Name (line 246) | func (w *notFoundCachingWrapper) Name() string { method ItemType (line 250) | func (w *notFoundCachingWrapper) ItemType() shared.ItemType { method TerraformMappings (line 254) | func (w *notFoundCachingWrapper) TerraformMappings() []*sdp.TerraformM... method Category (line 258) | func (w *notFoundCachingWrapper) Category() sdp.AdapterCategory { method PotentialLinks (line 262) | func (w *notFoundCachingWrapper) PotentialLinks() map[shared.ItemType]... method AdapterMetadata (line 266) | func (w *notFoundCachingWrapper) AdapterMetadata() *sdp.AdapterMetadata { method IAMPermissions (line 270) | func (w *notFoundCachingWrapper) IAMPermissions() []string { method List (line 274) | func (w *notFoundCachingWrapper) List(ctx context.Context, scope strin... method SearchLookups (line 279) | func (w *notFoundCachingWrapper) SearchLookups() []ItemTypeLookups { method Search (line 283) | func (w *notFoundCachingWrapper) Search(ctx context.Context, scope str... function TestGetNilCachesNotFound (line 290) | func TestGetNilCachesNotFound(t *testing.T) { function TestListEmptyCachesNotFound (line 334) | func TestListEmptyCachesNotFound(t *testing.T) { function TestSearchEmptyCachesNotFound (line 379) | func TestSearchEmptyCachesNotFound(t *testing.T) { function TestGetNOTFOUNDCacheHitMatchesLiveNOTFOUND (line 426) | func TestGetNOTFOUNDCacheHitMatchesLiveNOTFOUND(t *testing.T) { function TestListNOTFOUNDCacheHitMatchesLiveNOTFOUND (line 459) | func TestListNOTFOUNDCacheHitMatchesLiveNOTFOUND(t *testing.T) { function TestSearchNOTFOUNDCacheHitMatchesLiveNOTFOUND (line 485) | func TestSearchNOTFOUNDCacheHitMatchesLiveNOTFOUND(t *testing.T) { FILE: stdlib-source/adapters/certificate.go function CertToName (line 20) | func CertToName(cert *x509.Certificate) string { function toHex (line 32) | func toHex(b []byte) string { type CertificateAdapter (line 50) | type CertificateAdapter struct method Type (line 53) | func (s *CertificateAdapter) Type() string { method Name (line 58) | func (s *CertificateAdapter) Name() string { method Metadata (line 62) | func (s *CertificateAdapter) Metadata() *sdp.AdapterMetadata { method Scopes (line 79) | func (s *CertificateAdapter) Scopes() []string { method Get (line 91) | func (s *CertificateAdapter) Get(ctx context.Context, scope string, qu... method List (line 103) | func (s *CertificateAdapter) List(ctx context.Context, scope string, i... method Search (line 112) | func (s *CertificateAdapter) Search(ctx context.Context, scope string,... method Weight (line 296) | func (s *CertificateAdapter) Weight() int { function decodePem (line 271) | func decodePem(certInput string) (tls.Certificate, error) { function getKeyUsage (line 304) | func getKeyUsage(usage x509.KeyUsage) []string { function getExtendedKeyUsage (line 345) | func getExtendedKeyUsage(usage []x509.ExtKeyUsage) []string { FILE: stdlib-source/adapters/certificate_test.go function TestCertificateGet (line 75) | func TestCertificateGet(t *testing.T) { function TestCertificateList (line 85) | func TestCertificateList(t *testing.T) { type CertTest (line 99) | type CertTest struct method Run (line 104) | func (c *CertTest) Run(t *testing.T, cert *sdp.Item) { function TestCertificateSearch (line 117) | func TestCertificateSearch(t *testing.T) { FILE: stdlib-source/adapters/dns.go type DNSAdapter (line 21) | type DNSAdapter struct method Type (line 63) | func (d *DNSAdapter) Type() string { method Name (line 68) | func (d *DNSAdapter) Name() string { method Weight (line 73) | func (d *DNSAdapter) Weight() int { method GetServers (line 77) | func (d *DNSAdapter) GetServers() []string { method Metadata (line 84) | func (d *DNSAdapter) Metadata() *sdp.AdapterMetadata { method Scopes (line 102) | func (d *DNSAdapter) Scopes() []string { method Get (line 111) | func (d *DNSAdapter) Get(ctx context.Context, scope string, query stri... method List (line 186) | func (d *DNSAdapter) List(ctx context.Context, scope string, ignoreCac... method Search (line 208) | func (d *DNSAdapter) Search(ctx context.Context, scope string, query s... method retryDNSQuery (line 302) | func (d *DNSAdapter) retryDNSQuery(ctx context.Context, queryFn func(c... method MakeQuery (line 353) | func (d *DNSAdapter) MakeQuery(ctx context.Context, query string) ([]*... method MakeReverseQuery (line 360) | func (d *DNSAdapter) MakeReverseQuery(ctx context.Context, query strin... method makeReverseQueryImpl (line 366) | func (d *DNSAdapter) makeReverseQueryImpl(ctx context.Context, query s... method makeQueryImpl (line 417) | func (d *DNSAdapter) makeQueryImpl(ctx context.Context, query string, ... function NewDNSAdapterForHealthCheck (line 36) | func NewDNSAdapterForHealthCheck() *DNSAdapter { constant dnsCacheDuration (line 42) | dnsCacheDuration = 5 * time.Minute constant maxOperationTimeout (line 46) | maxOperationTimeout = 30 * time.Second constant ItemType (line 56) | ItemType = "dns" constant UniqueAttribute (line 57) | UniqueAttribute = "name" type DNSRecord (line 200) | type DNSRecord struct function trimDnsSuffix (line 409) | func trimDnsSuffix(name string) string { type AnswerGroup (line 533) | type AnswerGroup struct function GroupAnswers (line 542) | func GroupAnswers(answers []dns.RR) *AnswerGroup { function AToItem (line 571) | func AToItem(name string, records []dns.RR) (*sdp.Item, error) { FILE: stdlib-source/adapters/dns_test.go function TestSearch (line 15) | func TestSearch(t *testing.T) { function TestDnsGet (line 139) | func TestDnsGet(t *testing.T) { function TestGetTimeout (line 261) | func TestGetTimeout(t *testing.T) { function TestSearchTimeoutContext (line 296) | func TestSearchTimeoutContext(t *testing.T) { function TestListBehavior (line 322) | func TestListBehavior(t *testing.T) { function TestTimeoutShorterThanCaller (line 345) | func TestTimeoutShorterThanCaller(t *testing.T) { FILE: stdlib-source/adapters/http.go constant USER_AGENT_VERSION (line 20) | USER_AGENT_VERSION = "0.1" function isLinkLocalIP (line 31) | func isLinkLocalIP(ip net.IP) bool { function validateHostname (line 46) | func validateHostname(ctx context.Context, hostname string) error { type HTTPAdapter (line 76) | type HTTPAdapter struct method Type (line 83) | func (s *HTTPAdapter) Type() string { method Name (line 88) | func (s *HTTPAdapter) Name() string { method Metadata (line 93) | func (s *HTTPAdapter) Metadata() *sdp.AdapterMetadata { method Scopes (line 113) | func (s *HTTPAdapter) Scopes() []string { method Get (line 124) | func (s *HTTPAdapter) Get(ctx context.Context, scope string, query str... method Search (line 404) | func (s *HTTPAdapter) Search(ctx context.Context, scope string, query ... method List (line 443) | func (s *HTTPAdapter) List(ctx context.Context, scope string, ignoreCa... method Weight (line 453) | func (s *HTTPAdapter) Weight() int { constant httpCacheDuration (line 80) | httpCacheDuration = 5 * time.Minute FILE: stdlib-source/adapters/http_test.go constant TestHTTPTimeout (line 19) | TestHTTPTimeout = 3 * time.Second type TestHTTPServer (line 21) | type TestHTTPServer struct method Close (line 109) | func (t *TestHTTPServer) Close() { function NewTestServer (line 36) | func NewTestServer() (*TestHTTPServer, error) { function TestHTTPGet (line 118) | func TestHTTPGet(t *testing.T) { function TestHTTPSearch (line 531) | func TestHTTPSearch(t *testing.T) { FILE: stdlib-source/adapters/ip.go type IPAdapter (line 12) | type IPAdapter struct method Type (line 15) | func (bc *IPAdapter) Type() string { method Name (line 20) | func (bc *IPAdapter) Name() string { method Weight (line 25) | func (s *IPAdapter) Weight() int { method Metadata (line 29) | func (s *IPAdapter) Metadata() *sdp.AdapterMetadata { method Scopes (line 45) | func (s *IPAdapter) Scopes() []string { method Get (line 70) | func (bc *IPAdapter) Get(ctx context.Context, scope string, query stri... method List (line 178) | func (bc *IPAdapter) List(ctx context.Context, scope string, ignoreCac... function IsGlobalScopeIP (line 204) | func IsGlobalScopeIP(ip net.IP) bool { FILE: stdlib-source/adapters/ip_cache.go type entry (line 12) | type entry struct type IPCache (line 18) | type IPCache struct function NewIPCache (line 23) | func NewIPCache[EntryType any]() *IPCache[EntryType] { method Store (line 39) | func (c *IPCache[EntryType]) Store(cidr *net.IPNet, object EntryType, du... method SearchIP (line 51) | func (c *IPCache[EntryType]) SearchIP(ip net.IP) (EntryType, bool) { method SearchCIDR (line 77) | func (c *IPCache[EntryType]) SearchCIDR(cidr *net.IPNet) (EntryType, boo... method Expire (line 106) | func (c *IPCache[EntryType]) Expire(now time.Time) int { method StartPurger (line 127) | func (c *IPCache[EntryType]) StartPurger(ctx context.Context, interval t... FILE: stdlib-source/adapters/ip_cache_test.go function TestIPCaching (line 9) | func TestIPCaching(t *testing.T) { function TestIPCachePurge (line 84) | func TestIPCachePurge(t *testing.T) { function TestParseIPWithCIDR (line 161) | func TestParseIPWithCIDR(t *testing.T) { FILE: stdlib-source/adapters/ip_test.go function TestIPGet (line 12) | func TestIPGet(t *testing.T) { FILE: stdlib-source/adapters/main.go constant RdapCacheDuration (line 23) | RdapCacheDuration = 30 * time.Minute function InitializeAdapters (line 30) | func InitializeAdapters(ctx context.Context, e *discovery.Engine, revers... function wrapRdapError (line 90) | func wrapRdapError(err error, scope string) error { function extractEntityLinks (line 112) | func extractEntityLinks(entities []rdap.Entity) []*sdp.LinkedItemQuery { type RDAPUrl (line 143) | type RDAPUrl struct function parseRdapUrl (line 154) | func parseRdapUrl(rdapUrl string) (*RDAPUrl, error) { FILE: stdlib-source/adapters/main_test.go function testRdapClient (line 11) | func testRdapClient(t *testing.T) *rdap.Client { FILE: stdlib-source/adapters/rdap-asn.go type RdapASNAdapter (line 13) | type RdapASNAdapter struct method Type (line 19) | func (s *RdapASNAdapter) Type() string { method Name (line 24) | func (s *RdapASNAdapter) Name() string { method Metadata (line 28) | func (s *RdapASNAdapter) Metadata() *sdp.AdapterMetadata { method Weight (line 44) | func (s *RdapASNAdapter) Weight() int { method Scopes (line 48) | func (s *RdapASNAdapter) Scopes() []string { method Get (line 54) | func (s *RdapASNAdapter) Get(ctx context.Context, scope string, query ... method List (line 139) | func (s *RdapASNAdapter) List(ctx context.Context, scope string, ignor... FILE: stdlib-source/adapters/rdap-asn_test.go function TestASNAdapterGet (line 11) | func TestASNAdapterGet(t *testing.T) { FILE: stdlib-source/adapters/rdap-domain.go type RdapDomainAdapter (line 13) | type RdapDomainAdapter struct method Type (line 19) | func (s *RdapDomainAdapter) Type() string { method Name (line 24) | func (s *RdapDomainAdapter) Name() string { method Metadata (line 28) | func (s *RdapDomainAdapter) Metadata() *sdp.AdapterMetadata { method Weight (line 44) | func (s *RdapDomainAdapter) Weight() int { method Scopes (line 48) | func (s *RdapDomainAdapter) Scopes() []string { method Get (line 54) | func (s *RdapDomainAdapter) Get(ctx context.Context, scope string, que... method List (line 79) | func (s *RdapDomainAdapter) List(ctx context.Context, scope string, ig... method Search (line 92) | func (s *RdapDomainAdapter) Search(ctx context.Context, scope string, ... FILE: stdlib-source/adapters/rdap-domain_test.go function TestDomainAdapterGet (line 11) | func TestDomainAdapterGet(t *testing.T) { FILE: stdlib-source/adapters/rdap-entity.go type RdapEntityAdapter (line 13) | type RdapEntityAdapter struct method Type (line 19) | func (s *RdapEntityAdapter) Type() string { method Name (line 24) | func (s *RdapEntityAdapter) Name() string { method Weight (line 29) | func (s *RdapEntityAdapter) Weight() int { method Metadata (line 33) | func (s *RdapEntityAdapter) Metadata() *sdp.AdapterMetadata { method Scopes (line 50) | func (s *RdapEntityAdapter) Scopes() []string { method Get (line 59) | func (s *RdapEntityAdapter) Get(ctx context.Context, scope string, que... method List (line 75) | func (s *RdapEntityAdapter) List(ctx context.Context, scope string, ig... method Search (line 85) | func (s *RdapEntityAdapter) Search(ctx context.Context, scope string, ... method runEntityRequest (line 116) | func (s *RdapEntityAdapter) runEntityRequest(ctx context.Context, quer... FILE: stdlib-source/adapters/rdap-entity_test.go function TestEntityAdapterSearch (line 13) | func TestEntityAdapterSearch(t *testing.T) { FILE: stdlib-source/adapters/rdap-ip-network.go type RdapIPNetworkAdapter (line 13) | type RdapIPNetworkAdapter struct method Type (line 20) | func (s *RdapIPNetworkAdapter) Type() string { method Name (line 25) | func (s *RdapIPNetworkAdapter) Name() string { method Weight (line 30) | func (s *RdapIPNetworkAdapter) Weight() int { method Scopes (line 34) | func (s *RdapIPNetworkAdapter) Scopes() []string { method Metadata (line 40) | func (s *RdapIPNetworkAdapter) Metadata() *sdp.AdapterMetadata { method Get (line 55) | func (s *RdapIPNetworkAdapter) Get(ctx context.Context, scope string, ... method List (line 77) | func (s *RdapIPNetworkAdapter) List(ctx context.Context, scope string,... method Search (line 86) | func (s *RdapIPNetworkAdapter) Search(ctx context.Context, scope strin... function calculateNetwork (line 196) | func calculateNetwork(startIP, endIP string) (*net.IPNet, error) { FILE: stdlib-source/adapters/rdap-ip-network_test.go function TestIpNetworkAdapterSearch (line 11) | func TestIpNetworkAdapterSearch(t *testing.T) { function TestCalculateNetwork (line 48) | func TestCalculateNetwork(t *testing.T) { FILE: stdlib-source/adapters/rdap-nameserver.go type RdapNameserverAdapter (line 13) | type RdapNameserverAdapter struct method Type (line 19) | func (s *RdapNameserverAdapter) Type() string { method Name (line 24) | func (s *RdapNameserverAdapter) Name() string { method Weight (line 29) | func (s *RdapNameserverAdapter) Weight() int { method Metadata (line 33) | func (s *RdapNameserverAdapter) Metadata() *sdp.AdapterMetadata { method Scopes (line 48) | func (s *RdapNameserverAdapter) Scopes() []string { method Get (line 54) | func (s *RdapNameserverAdapter) Get(ctx context.Context, scope string,... method List (line 81) | func (s *RdapNameserverAdapter) List(ctx context.Context, scope string... method Search (line 96) | func (s *RdapNameserverAdapter) Search(ctx context.Context, scope stri... FILE: stdlib-source/adapters/rdap-nameserver_test.go function TestNameserverAdapterSearch (line 11) | func TestNameserverAdapterSearch(t *testing.T) { FILE: stdlib-source/adapters/test/data.go function createTestItem (line 55) | func createTestItem(typ, value string) *sdp.Item { function admins (line 91) | func admins() *sdp.Item { function dylan (line 109) | func dylan() *sdp.Item { function manny (line 141) | func manny() *sdp.Item { function kibble (line 166) | func kibble() *sdp.Item { function motorcycling (line 170) | func motorcycling() *sdp.Item { function knitting (line 174) | func knitting() *sdp.Item { function london (line 178) | func london() *sdp.Item { function soho (line 210) | func soho() *sdp.Item { function gb (line 217) | func gb() *sdp.Item { FILE: stdlib-source/adapters/test/testdog.go type TestDogAdapter (line 10) | type TestDogAdapter struct method Type (line 13) | func (s *TestDogAdapter) Type() string { method Name (line 18) | func (s *TestDogAdapter) Name() string { method Metadata (line 23) | func (s *TestDogAdapter) Metadata() *sdp.AdapterMetadata { method Weight (line 31) | func (s *TestDogAdapter) Weight() int { method Scopes (line 36) | func (s *TestDogAdapter) Scopes() []string { method Hidden (line 42) | func (s *TestDogAdapter) Hidden() bool { method Get (line 47) | func (d *TestDogAdapter) Get(ctx context.Context, scope string, query ... method List (line 67) | func (d *TestDogAdapter) List(ctx context.Context, scope string, ignor... method Search (line 79) | func (d *TestDogAdapter) Search(ctx context.Context, scope string, que... FILE: stdlib-source/adapters/test/testfood.go type TestFoodAdapter (line 10) | type TestFoodAdapter struct method Type (line 13) | func (s *TestFoodAdapter) Type() string { method Name (line 18) | func (s *TestFoodAdapter) Name() string { method Metadata (line 22) | func (s *TestFoodAdapter) Metadata() *sdp.AdapterMetadata { method Weight (line 30) | func (s *TestFoodAdapter) Weight() int { method Scopes (line 35) | func (s *TestFoodAdapter) Scopes() []string { method Hidden (line 41) | func (s *TestFoodAdapter) Hidden() bool { method Get (line 46) | func (d *TestFoodAdapter) Get(ctx context.Context, scope string, query... method List (line 66) | func (d *TestFoodAdapter) List(ctx context.Context, scope string, igno... method Search (line 78) | func (d *TestFoodAdapter) Search(ctx context.Context, scope string, qu... FILE: stdlib-source/adapters/test/testgroup.go type TestGroupAdapter (line 10) | type TestGroupAdapter struct method Type (line 13) | func (s *TestGroupAdapter) Type() string { method Name (line 18) | func (s *TestGroupAdapter) Name() string { method Weight (line 23) | func (s *TestGroupAdapter) Weight() int { method Metadata (line 27) | func (s *TestGroupAdapter) Metadata() *sdp.AdapterMetadata { method Scopes (line 35) | func (s *TestGroupAdapter) Scopes() []string { method Hidden (line 41) | func (s *TestGroupAdapter) Hidden() bool { method Get (line 46) | func (d *TestGroupAdapter) Get(ctx context.Context, scope string, quer... method List (line 66) | func (d *TestGroupAdapter) List(ctx context.Context, scope string, ign... method Search (line 78) | func (d *TestGroupAdapter) Search(ctx context.Context, scope string, q... FILE: stdlib-source/adapters/test/testhobby.go type TestHobbyAdapter (line 10) | type TestHobbyAdapter struct method Type (line 13) | func (s *TestHobbyAdapter) Type() string { method Name (line 18) | func (s *TestHobbyAdapter) Name() string { method Metadata (line 22) | func (s *TestHobbyAdapter) Metadata() *sdp.AdapterMetadata { method Weight (line 30) | func (s *TestHobbyAdapter) Weight() int { method Scopes (line 35) | func (s *TestHobbyAdapter) Scopes() []string { method Hidden (line 41) | func (s *TestHobbyAdapter) Hidden() bool { method Get (line 46) | func (d *TestHobbyAdapter) Get(ctx context.Context, scope string, quer... method List (line 68) | func (d *TestHobbyAdapter) List(ctx context.Context, scope string, ign... method Search (line 80) | func (d *TestHobbyAdapter) Search(ctx context.Context, scope string, q... FILE: stdlib-source/adapters/test/testlocation.go type TestLocationAdapter (line 10) | type TestLocationAdapter struct method Type (line 13) | func (s *TestLocationAdapter) Type() string { method Name (line 18) | func (s *TestLocationAdapter) Name() string { method Weight (line 23) | func (s *TestLocationAdapter) Weight() int { method Metadata (line 27) | func (s *TestLocationAdapter) Metadata() *sdp.AdapterMetadata { method Scopes (line 35) | func (s *TestLocationAdapter) Scopes() []string { method Hidden (line 41) | func (s *TestLocationAdapter) Hidden() bool { method Get (line 46) | func (d *TestLocationAdapter) Get(ctx context.Context, scope string, q... method List (line 68) | func (d *TestLocationAdapter) List(ctx context.Context, scope string, ... method Search (line 80) | func (d *TestLocationAdapter) Search(ctx context.Context, scope string... FILE: stdlib-source/adapters/test/testperson.go type TestPersonAdapter (line 10) | type TestPersonAdapter struct method Type (line 13) | func (s *TestPersonAdapter) Type() string { method Name (line 18) | func (s *TestPersonAdapter) Name() string { method Weight (line 23) | func (s *TestPersonAdapter) Weight() int { method Scopes (line 28) | func (s *TestPersonAdapter) Scopes() []string { method Metadata (line 33) | func (s *TestPersonAdapter) Metadata() *sdp.AdapterMetadata { method Hidden (line 40) | func (s *TestPersonAdapter) Hidden() bool { method Get (line 45) | func (d *TestPersonAdapter) Get(ctx context.Context, scope string, que... method List (line 65) | func (d *TestPersonAdapter) List(ctx context.Context, scope string, ig... method Search (line 77) | func (d *TestPersonAdapter) Search(ctx context.Context, scope string, ... FILE: stdlib-source/adapters/test/testregion.go type TestRegionAdapter (line 10) | type TestRegionAdapter struct method Type (line 13) | func (s *TestRegionAdapter) Type() string { method Name (line 18) | func (s *TestRegionAdapter) Name() string { method Weight (line 23) | func (s *TestRegionAdapter) Weight() int { method Scopes (line 28) | func (s *TestRegionAdapter) Scopes() []string { method Metadata (line 34) | func (s *TestRegionAdapter) Metadata() *sdp.AdapterMetadata { method Hidden (line 41) | func (s *TestRegionAdapter) Hidden() bool { method Get (line 46) | func (d *TestRegionAdapter) Get(ctx context.Context, scope string, que... method List (line 66) | func (d *TestRegionAdapter) List(ctx context.Context, scope string, ig... method Search (line 78) | func (d *TestRegionAdapter) Search(ctx context.Context, scope string, ... FILE: stdlib-source/cmd/root.go function Execute (line 125) | func Execute() { function init (line 132) | func init() { function initConfig (line 209) | func initConfig() { type TerminationLogHook (line 225) | type TerminationLogHook struct method Levels (line 227) | func (t TerminationLogHook) Levels() []log.Level { method Fire (line 231) | func (t TerminationLogHook) Fire(e *log.Entry) error { FILE: stdlib-source/main.go function main (line 23) | func main() { FILE: tfutils/aws_config.go type basicProviderFile (line 31) | type basicProviderFile struct type genericProvider (line 38) | type genericProvider struct type ProviderFile (line 45) | type ProviderFile struct type AWSProvider (line 57) | type AWSProvider struct type AssumeRole (line 88) | type AssumeRole struct type AssumeRoleWithWebIdentity (line 105) | type AssumeRoleWithWebIdentity struct function ctyFromTfconfig (line 121) | func ctyFromTfconfig(v any) cty.Value { function LoadEvalContext (line 161) | func LoadEvalContext(args []string, env []string) (*hcl.EvalContext, err... function ParseTFVarsFile (line 267) | func ParseTFVarsFile(file string, dest *hcl.EvalContext) error { function setVariable (line 294) | func setVariable(dest *hcl.EvalContext, key string, value cty.Value) { function setVariables (line 308) | func setVariables(dest *hcl.EvalContext, variables map[string]cty.Value) { function ParseTFVarsJSONFile (line 324) | func ParseTFVarsJSONFile(file string, dest *hcl.EvalContext) error { function ParseVarsFile (line 353) | func ParseVarsFile(path string, dest *hcl.EvalContext) error { function ParseVarsArgs (line 366) | func ParseVarsArgs(args []string, dest *hcl.EvalContext) error { function ParseFlagValue (line 435) | func ParseFlagValue(value string, dest *hcl.EvalContext) error { type ProviderResult (line 468) | type ProviderResult struct function ParseAWSProviders (line 478) | func ParseAWSProviders(terraformDir string, evalContext *hcl.EvalContext... function FindTerraformFiles (line 550) | func FindTerraformFiles(terraformDir string, recursive bool) ([]string, ... function ConfigFromProvider (line 581) | func ConfigFromProvider(ctx context.Context, provider AWSProvider) (aws.... FILE: tfutils/aws_config_test.go function TestParseAWSProviders (line 14) | func TestParseAWSProviders(t *testing.T) { function TestConfigFromProvider (line 95) | func TestConfigFromProvider(t *testing.T) { function TestParseTFVarsFile (line 112) | func TestParseTFVarsFile(t *testing.T) { function TestParseTFVarsJSONFile (line 189) | func TestParseTFVarsJSONFile(t *testing.T) { function TestParseFlagValue (line 235) | func TestParseFlagValue(t *testing.T) { function TestParseVarsArgs (line 280) | func TestParseVarsArgs(t *testing.T) { function TestLoadEvalContext (line 317) | func TestLoadEvalContext(t *testing.T) { function TestParseAWSProvidersWithSubmodules (line 351) | func TestParseAWSProvidersWithSubmodules(t *testing.T) { function TestParseAWSProviders_RecursiveNestedExample (line 437) | func TestParseAWSProviders_RecursiveNestedExample(t *testing.T) { FILE: tfutils/azure_config.go type AzureProvider (line 14) | type AzureProvider struct type AzureProviderResult (line 29) | type AzureProviderResult struct function ParseAzureProviders (line 39) | func ParseAzureProviders(terraformDir string, evalContext *hcl.EvalConte... type AzureConfig (line 108) | type AzureConfig struct function ConfigFromAzureProvider (line 119) | func ConfigFromAzureProvider(provider AzureProvider) (*AzureConfig, erro... FILE: tfutils/azure_config_test.go function TestParseAzureProviders (line 11) | func TestParseAzureProviders(t *testing.T) { function TestParseAzureProvidersRecursive (line 141) | func TestParseAzureProvidersRecursive(t *testing.T) { function TestConfigFromAzureProvider (line 194) | func TestConfigFromAzureProvider(t *testing.T) { function TestParseAzureProviderValues (line 332) | func TestParseAzureProviderValues(t *testing.T) { FILE: tfutils/gcp_config.go type GCPProvider (line 14) | type GCPProvider struct type GCPProviderResult (line 35) | type GCPProviderResult struct function ParseGCPProviders (line 45) | func ParseGCPProviders(terraformDir string, evalContext *hcl.EvalContext... type GCPConfig (line 114) | type GCPConfig struct function ConfigFromGCPProvider (line 122) | func ConfigFromGCPProvider(provider GCPProvider) (*GCPConfig, error) { FILE: tfutils/gcp_config_test.go function TestParseGCPProviders (line 11) | func TestParseGCPProviders(t *testing.T) { function TestConfigFromGCPProvider (line 111) | func TestConfigFromGCPProvider(t *testing.T) { FILE: tfutils/plan.go type Plan (line 17) | type Plan struct type planConfig (line 36) | type planConfig struct type ProviderConfig (line 45) | type ProviderConfig struct type ConfigModule (line 54) | type ConfigModule struct method DigResource (line 66) | func (m ConfigModule) DigResource(address string) *ConfigResource { type moduleCall (line 122) | type moduleCall struct type variables (line 134) | type variables type variable (line 136) | type variable struct type ConfigResource (line 143) | type ConfigResource struct type output (line 182) | type output struct type provisioner (line 189) | type provisioner struct type expression (line 195) | type expression struct type Variables (line 213) | type Variables type Variable (line 215) | type Variable struct type StateValues (line 221) | type StateValues struct type Module (line 249) | type Module struct method DigResource (line 227) | func (m Module) DigResource(address string) *Resource { type Resource (line 263) | type Resource struct type AttributeValues (line 296) | type AttributeValues method Dig (line 302) | func (av AttributeValues) Dig(key string) (any, bool) { type Output (line 373) | type Output struct type ResourceChange (line 382) | type ResourceChange struct type Change (line 430) | type Change struct type Importing (line 494) | type Importing struct type ResourceAttr (line 502) | type ResourceAttr struct type State (line 509) | type State struct FILE: tfutils/plan_mapper.go type MapStatus (line 27) | type MapStatus method String (line 29) | func (m MapStatus) String() string { constant MapStatusSuccess (line 45) | MapStatusSuccess MapStatus = iota constant MapStatusNotEnoughInfo (line 46) | MapStatusNotEnoughInfo constant MapStatusUnsupported (line 47) | MapStatusUnsupported constant MapStatusPendingCreation (line 48) | MapStatusPendingCreation constant KnownAfterApply (line 51) | KnownAfterApply = `(known after apply)` type PlannedChangeMapResult (line 53) | type PlannedChangeMapResult struct type PlanMappingResult (line 70) | type PlanMappingResult struct method NumSuccess (line 75) | func (r *PlanMappingResult) NumSuccess() int { method NumNotEnoughInfo (line 79) | func (r *PlanMappingResult) NumNotEnoughInfo() int { method NumUnsupported (line 83) | func (r *PlanMappingResult) NumUnsupported() int { method NumPendingCreation (line 87) | func (r *PlanMappingResult) NumPendingCreation() int { method NumTotal (line 91) | func (r *PlanMappingResult) NumTotal() int { method GetItemDiffs (line 95) | func (r *PlanMappingResult) GetItemDiffs() []*sdp.MappedItemDiff { method numStatus (line 107) | func (r *PlanMappingResult) numStatus(status MapStatus) int { function MappedItemDiffsFromPlanFile (line 117) | func MappedItemDiffsFromPlanFile(ctx context.Context, fileName string, s... type TfMapData (line 132) | type TfMapData struct function MappedItemDiffsFromPlan (line 152) | func MappedItemDiffsFromPlan(ctx context.Context, planJson []byte, fileN... function mapResourceToQuery (line 282) | func mapResourceToQuery(itemDiff *sdp.ItemDiff, terraformResource *Resou... function isJSONPlanFile (line 387) | func isJSONPlanFile(bytes []byte) bool { function isStateFile (line 402) | func isStateFile(bytes []byte) bool { function countSensitiveValuesInConfig (line 417) | func countSensitiveValuesInConfig(m ConfigModule) int { function countSensitiveValuesInState (line 435) | func countSensitiveValuesInState(m Module) int { function countSensitiveValuesInResource (line 448) | func countSensitiveValuesInResource(r Resource) int { function countSensitiveAttributes (line 466) | func countSensitiveAttributes(attributes, sensitive any) int { function itemDiffFromResourceChange (line 497) | func itemDiffFromResourceChange(resourceChange ResourceChange, scope str... function itemAttributesFromResourceChangeData (line 583) | func itemAttributesFromResourceChangeData(attributesMsg, sensitiveMsg js... function maskAllData (line 609) | func maskAllData(attributes map[string]any) map[string]any { function maskSensitiveData (line 621) | func maskSensitiveData(attributes, sensitive any) any { function handleKnownAfterApply (line 653) | func handleKnownAfterApply(before, after *sdp.ItemAttributes, afterUnkno... function insertKnownAfterApply (line 687) | func insertKnownAfterApply(before, after *structpb.Value, afterUnknown a... FILE: tfutils/plan_mapper_test.go function TestWithStateFile (line 18) | func TestWithStateFile(t *testing.T) { function TestMapResourceToQuery_PendingCreation (line 26) | func TestMapResourceToQuery_PendingCreation(t *testing.T) { function TestExtractProviderNameFromConfigKey (line 137) | func TestExtractProviderNameFromConfigKey(t *testing.T) { function TestMappedItemDiffsFromPlan (line 162) | func TestMappedItemDiffsFromPlan(t *testing.T) { function TestMapResourceToQuery (line 325) | func TestMapResourceToQuery(t *testing.T) { function TestPlanMappingResultNumFuncs (line 416) | func TestPlanMappingResultNumFuncs(t *testing.T) { function TestInterpolateScope (line 460) | func TestInterpolateScope(t *testing.T) { function TestMaskSensitiveData (line 529) | func TestMaskSensitiveData(t *testing.T) { function TestHandleKnownAfterApply (line 631) | func TestHandleKnownAfterApply(t *testing.T) { function extractProviderNameFromConfigKey (line 769) | func extractProviderNameFromConfigKey(providerConfigKey string) string { function interpolateScope (line 782) | func interpolateScope(scope string, data map[string]any) (string, error) { function terraformDig (line 813) | func terraformDig(srcMapPtr any, path string) any { function TestIsJSONPlanFile (line 877) | func TestIsJSONPlanFile(t *testing.T) { function TestMappedItemDiffsFromPlanFileWithJSON (line 943) | func TestMappedItemDiffsFromPlanFileWithJSON(t *testing.T) { function TestMappedItemDiffsFromPlanFileWithRealBinaryPlan (line 957) | func TestMappedItemDiffsFromPlanFileWithRealBinaryPlan(t *testing.T) { FILE: tfutils/repo_to_scope.go function RepoToScope (line 14) | func RepoToScope(repo string) string { FILE: tfutils/repo_to_scope_test.go function TestRepoToScope (line 5) | func TestRepoToScope(t *testing.T) {