SYMBOL INDEX (953 symbols across 57 files) FILE: ecosystems/packages/packages.go type Advisory (line 20) | type Advisory struct type Dependency (line 41) | type Dependency struct type Keyword (line 51) | type Keyword struct type KeywordWithPackages (line 58) | type KeywordWithPackages struct type Maintainer (line 67) | type Maintainer struct type Namespace (line 83) | type Namespace struct type Package (line 90) | type Package struct type PackageWithRegistry (line 137) | type PackageWithRegistry struct type Registry (line 185) | type Registry struct type Version (line 207) | type Version struct type VersionWithDependencies (line 227) | type VersionWithDependencies struct type VersionWithPackage (line 249) | type VersionWithPackage struct type GetDependenciesParams (line 270) | type GetDependenciesParams struct type GetKeywordsParams (line 300) | type GetKeywordsParams struct type GetKeywordParams (line 309) | type GetKeywordParams struct type LookupPackageParams (line 318) | type LookupPackageParams struct type GetRegistriesParams (line 339) | type GetRegistriesParams struct type GetRegistryParams (line 348) | type GetRegistryParams struct type LookupRegistryPackageParams (line 357) | type LookupRegistryPackageParams struct type GetRegistryMaintainersParams (line 378) | type GetRegistryMaintainersParams struct type GetRegistryMaintainerPackagesParams (line 399) | type GetRegistryMaintainerPackagesParams struct type GetRegistryNamespacesParams (line 408) | type GetRegistryNamespacesParams struct type GetRegistryNamespacePackagesParams (line 417) | type GetRegistryNamespacePackagesParams struct type GetRegistryPackageNamesParams (line 426) | type GetRegistryPackageNamesParams struct type GetRegistryPackagesParams (line 453) | type GetRegistryPackagesParams struct type GetRegistryPackageDependentPackageKindsParams (line 483) | type GetRegistryPackageDependentPackageKindsParams struct type GetRegistryPackageDependentPackagesParams (line 489) | type GetRegistryPackageDependentPackagesParams struct type GetRegistryPackageRelatedPackagesParams (line 516) | type GetRegistryPackageRelatedPackagesParams struct type GetRegistryPackageVersionsParams (line 537) | type GetRegistryPackageVersionsParams struct type GetRegistryRecentVersionsParams (line 570) | type GetRegistryRecentVersionsParams struct type RequestEditorFn (line 603) | type RequestEditorFn type HttpRequestDoer (line 608) | type HttpRequestDoer interface type Client (line 613) | type Client struct method GetDependencies (line 745) | func (c *Client) GetDependencies(ctx context.Context, params *GetDepen... method GetKeywords (line 757) | func (c *Client) GetKeywords(ctx context.Context, params *GetKeywordsP... method GetKeyword (line 769) | func (c *Client) GetKeyword(ctx context.Context, keywordName string, p... method LookupPackage (line 781) | func (c *Client) LookupPackage(ctx context.Context, params *LookupPack... method GetRegistries (line 793) | func (c *Client) GetRegistries(ctx context.Context, params *GetRegistr... method GetRegistry (line 805) | func (c *Client) GetRegistry(ctx context.Context, registryName string,... method LookupRegistryPackage (line 817) | func (c *Client) LookupRegistryPackage(ctx context.Context, registryNa... method GetRegistryMaintainers (line 829) | func (c *Client) GetRegistryMaintainers(ctx context.Context, registryN... method GetRegistryMaintainer (line 841) | func (c *Client) GetRegistryMaintainer(ctx context.Context, registryNa... method GetRegistryMaintainerPackages (line 853) | func (c *Client) GetRegistryMaintainerPackages(ctx context.Context, re... method GetRegistryNamespaces (line 865) | func (c *Client) GetRegistryNamespaces(ctx context.Context, registryNa... method GetRegistryNamespace (line 877) | func (c *Client) GetRegistryNamespace(ctx context.Context, registryNam... method GetRegistryNamespacePackages (line 889) | func (c *Client) GetRegistryNamespacePackages(ctx context.Context, reg... method GetRegistryPackageNames (line 901) | func (c *Client) GetRegistryPackageNames(ctx context.Context, registry... method GetRegistryPackages (line 913) | func (c *Client) GetRegistryPackages(ctx context.Context, registryName... method GetRegistryPackage (line 925) | func (c *Client) GetRegistryPackage(ctx context.Context, registryName ... method GetRegistryPackageDependentPackageKinds (line 937) | func (c *Client) GetRegistryPackageDependentPackageKinds(ctx context.C... method GetRegistryPackageDependentPackages (line 949) | func (c *Client) GetRegistryPackageDependentPackages(ctx context.Conte... method GetRegistryPackageRelatedPackages (line 961) | func (c *Client) GetRegistryPackageRelatedPackages(ctx context.Context... method GetRegistryPackageVersionNumbers (line 973) | func (c *Client) GetRegistryPackageVersionNumbers(ctx context.Context,... method GetRegistryPackageVersions (line 985) | func (c *Client) GetRegistryPackageVersions(ctx context.Context, regis... method GetRegistryPackageVersion (line 997) | func (c *Client) GetRegistryPackageVersion(ctx context.Context, regist... method GetRegistryRecentVersions (line 1009) | func (c *Client) GetRegistryRecentVersions(ctx context.Context, regist... method applyEditors (line 3455) | func (c *Client) applyEditors(ctx context.Context, req *http.Request, ... type ClientOption (line 630) | type ClientOption function NewClient (line 633) | func NewClient(server string, opts ...ClientOption) (*Client, error) { function WithHTTPClient (line 657) | func WithHTTPClient(doer HttpRequestDoer) ClientOption { function WithRequestEditorFn (line 666) | func WithRequestEditorFn(fn RequestEditorFn) ClientOption { type ClientInterface (line 674) | type ClientInterface interface function NewGetDependenciesRequest (line 1022) | func NewGetDependenciesRequest(server string, params *GetDependenciesPar... function NewGetKeywordsRequest (line 1199) | func NewGetKeywordsRequest(server string, params *GetKeywordsParams) (*h... function NewGetKeywordRequest (line 1264) | func NewGetKeywordRequest(server string, keywordName string, params *Get... function NewLookupPackageRequest (line 1336) | func NewLookupPackageRequest(server string, params *LookupPackageParams)... function NewGetRegistriesRequest (line 1465) | func NewGetRegistriesRequest(server string, params *GetRegistriesParams)... function NewGetRegistryRequest (line 1530) | func NewGetRegistryRequest(server string, registryName string, params *G... function NewLookupRegistryPackageRequest (line 1602) | func NewLookupRegistryPackageRequest(server string, registryName string,... function NewGetRegistryMaintainersRequest (line 1738) | func NewGetRegistryMaintainersRequest(server string, registryName string... function NewGetRegistryMaintainerRequest (line 1874) | func NewGetRegistryMaintainerRequest(server string, registryName string,... function NewGetRegistryMaintainerPackagesRequest (line 1915) | func NewGetRegistryMaintainerPackagesRequest(server string, registryName... function NewGetRegistryNamespacesRequest (line 1994) | func NewGetRegistryNamespacesRequest(server string, registryName string,... function NewGetRegistryNamespaceRequest (line 2066) | func NewGetRegistryNamespaceRequest(server string, registryName string, ... function NewGetRegistryNamespacePackagesRequest (line 2107) | func NewGetRegistryNamespacePackagesRequest(server string, registryName ... function NewGetRegistryPackageNamesRequest (line 2186) | func NewGetRegistryPackageNamesRequest(server string, registryName strin... function NewGetRegistryPackagesRequest (line 2354) | func NewGetRegistryPackagesRequest(server string, registryName string, p... function NewGetRegistryPackageRequest (line 2538) | func NewGetRegistryPackageRequest(server string, registryName string, pa... function NewGetRegistryPackageDependentPackageKindsRequest (line 2579) | func NewGetRegistryPackageDependentPackageKindsRequest(server string, re... function NewGetRegistryPackageDependentPackagesRequest (line 2642) | func NewGetRegistryPackageDependentPackagesRequest(server string, regist... function NewGetRegistryPackageRelatedPackagesRequest (line 2817) | func NewGetRegistryPackageRelatedPackagesRequest(server string, registry... function NewGetRegistryPackageVersionNumbersRequest (line 2960) | func NewGetRegistryPackageVersionNumbersRequest(server string, registryN... function NewGetRegistryPackageVersionsRequest (line 3001) | func NewGetRegistryPackageVersionsRequest(server string, registryName st... function NewGetRegistryPackageVersionRequest (line 3208) | func NewGetRegistryPackageVersionRequest(server string, registryName str... function NewGetRegistryRecentVersionsRequest (line 3256) | func NewGetRegistryRecentVersionsRequest(server string, registryName str... type ClientWithResponses (line 3470) | type ClientWithResponses struct method GetDependenciesWithResponse (line 4075) | func (c *ClientWithResponses) GetDependenciesWithResponse(ctx context.... method GetKeywordsWithResponse (line 4084) | func (c *ClientWithResponses) GetKeywordsWithResponse(ctx context.Cont... method GetKeywordWithResponse (line 4093) | func (c *ClientWithResponses) GetKeywordWithResponse(ctx context.Conte... method LookupPackageWithResponse (line 4102) | func (c *ClientWithResponses) LookupPackageWithResponse(ctx context.Co... method GetRegistriesWithResponse (line 4111) | func (c *ClientWithResponses) GetRegistriesWithResponse(ctx context.Co... method GetRegistryWithResponse (line 4120) | func (c *ClientWithResponses) GetRegistryWithResponse(ctx context.Cont... method LookupRegistryPackageWithResponse (line 4129) | func (c *ClientWithResponses) LookupRegistryPackageWithResponse(ctx co... method GetRegistryMaintainersWithResponse (line 4138) | func (c *ClientWithResponses) GetRegistryMaintainersWithResponse(ctx c... method GetRegistryMaintainerWithResponse (line 4147) | func (c *ClientWithResponses) GetRegistryMaintainerWithResponse(ctx co... method GetRegistryMaintainerPackagesWithResponse (line 4156) | func (c *ClientWithResponses) GetRegistryMaintainerPackagesWithRespons... method GetRegistryNamespacesWithResponse (line 4165) | func (c *ClientWithResponses) GetRegistryNamespacesWithResponse(ctx co... method GetRegistryNamespaceWithResponse (line 4174) | func (c *ClientWithResponses) GetRegistryNamespaceWithResponse(ctx con... method GetRegistryNamespacePackagesWithResponse (line 4183) | func (c *ClientWithResponses) GetRegistryNamespacePackagesWithResponse... method GetRegistryPackageNamesWithResponse (line 4192) | func (c *ClientWithResponses) GetRegistryPackageNamesWithResponse(ctx ... method GetRegistryPackagesWithResponse (line 4201) | func (c *ClientWithResponses) GetRegistryPackagesWithResponse(ctx cont... method GetRegistryPackageWithResponse (line 4210) | func (c *ClientWithResponses) GetRegistryPackageWithResponse(ctx conte... method GetRegistryPackageDependentPackageKindsWithResponse (line 4219) | func (c *ClientWithResponses) GetRegistryPackageDependentPackageKindsW... method GetRegistryPackageDependentPackagesWithResponse (line 4228) | func (c *ClientWithResponses) GetRegistryPackageDependentPackagesWithR... method GetRegistryPackageRelatedPackagesWithResponse (line 4237) | func (c *ClientWithResponses) GetRegistryPackageRelatedPackagesWithRes... method GetRegistryPackageVersionNumbersWithResponse (line 4246) | func (c *ClientWithResponses) GetRegistryPackageVersionNumbersWithResp... method GetRegistryPackageVersionsWithResponse (line 4255) | func (c *ClientWithResponses) GetRegistryPackageVersionsWithResponse(c... method GetRegistryPackageVersionWithResponse (line 4264) | func (c *ClientWithResponses) GetRegistryPackageVersionWithResponse(ct... method GetRegistryRecentVersionsWithResponse (line 4273) | func (c *ClientWithResponses) GetRegistryRecentVersionsWithResponse(ct... function NewClientWithResponses (line 3476) | func NewClientWithResponses(server string, opts ...ClientOption) (*Clien... function WithBaseURL (line 3485) | func WithBaseURL(baseURL string) ClientOption { type ClientWithResponsesInterface (line 3497) | type ClientWithResponsesInterface interface type GetDependenciesResponse (line 3568) | type GetDependenciesResponse struct method Status (line 3575) | func (r GetDependenciesResponse) Status() string { method StatusCode (line 3583) | func (r GetDependenciesResponse) StatusCode() int { type GetKeywordsResponse (line 3590) | type GetKeywordsResponse struct method Status (line 3597) | func (r GetKeywordsResponse) Status() string { method StatusCode (line 3605) | func (r GetKeywordsResponse) StatusCode() int { type GetKeywordResponse (line 3612) | type GetKeywordResponse struct method Status (line 3619) | func (r GetKeywordResponse) Status() string { method StatusCode (line 3627) | func (r GetKeywordResponse) StatusCode() int { type LookupPackageResponse (line 3634) | type LookupPackageResponse struct method Status (line 3641) | func (r LookupPackageResponse) Status() string { method StatusCode (line 3649) | func (r LookupPackageResponse) StatusCode() int { type GetRegistriesResponse (line 3656) | type GetRegistriesResponse struct method Status (line 3663) | func (r GetRegistriesResponse) Status() string { method StatusCode (line 3671) | func (r GetRegistriesResponse) StatusCode() int { type GetRegistryResponse (line 3678) | type GetRegistryResponse struct method Status (line 3685) | func (r GetRegistryResponse) Status() string { method StatusCode (line 3693) | func (r GetRegistryResponse) StatusCode() int { type LookupRegistryPackageResponse (line 3700) | type LookupRegistryPackageResponse struct method Status (line 3707) | func (r LookupRegistryPackageResponse) Status() string { method StatusCode (line 3715) | func (r LookupRegistryPackageResponse) StatusCode() int { type GetRegistryMaintainersResponse (line 3722) | type GetRegistryMaintainersResponse struct method Status (line 3729) | func (r GetRegistryMaintainersResponse) Status() string { method StatusCode (line 3737) | func (r GetRegistryMaintainersResponse) StatusCode() int { type GetRegistryMaintainerResponse (line 3744) | type GetRegistryMaintainerResponse struct method Status (line 3751) | func (r GetRegistryMaintainerResponse) Status() string { method StatusCode (line 3759) | func (r GetRegistryMaintainerResponse) StatusCode() int { type GetRegistryMaintainerPackagesResponse (line 3766) | type GetRegistryMaintainerPackagesResponse struct method Status (line 3773) | func (r GetRegistryMaintainerPackagesResponse) Status() string { method StatusCode (line 3781) | func (r GetRegistryMaintainerPackagesResponse) StatusCode() int { type GetRegistryNamespacesResponse (line 3788) | type GetRegistryNamespacesResponse struct method Status (line 3795) | func (r GetRegistryNamespacesResponse) Status() string { method StatusCode (line 3803) | func (r GetRegistryNamespacesResponse) StatusCode() int { type GetRegistryNamespaceResponse (line 3810) | type GetRegistryNamespaceResponse struct method Status (line 3817) | func (r GetRegistryNamespaceResponse) Status() string { method StatusCode (line 3825) | func (r GetRegistryNamespaceResponse) StatusCode() int { type GetRegistryNamespacePackagesResponse (line 3832) | type GetRegistryNamespacePackagesResponse struct method Status (line 3839) | func (r GetRegistryNamespacePackagesResponse) Status() string { method StatusCode (line 3847) | func (r GetRegistryNamespacePackagesResponse) StatusCode() int { type GetRegistryPackageNamesResponse (line 3854) | type GetRegistryPackageNamesResponse struct method Status (line 3861) | func (r GetRegistryPackageNamesResponse) Status() string { method StatusCode (line 3869) | func (r GetRegistryPackageNamesResponse) StatusCode() int { type GetRegistryPackagesResponse (line 3876) | type GetRegistryPackagesResponse struct method Status (line 3883) | func (r GetRegistryPackagesResponse) Status() string { method StatusCode (line 3891) | func (r GetRegistryPackagesResponse) StatusCode() int { type GetRegistryPackageResponse (line 3898) | type GetRegistryPackageResponse struct method Status (line 3905) | func (r GetRegistryPackageResponse) Status() string { method StatusCode (line 3913) | func (r GetRegistryPackageResponse) StatusCode() int { type GetRegistryPackageDependentPackageKindsResponse (line 3920) | type GetRegistryPackageDependentPackageKindsResponse struct method Status (line 3927) | func (r GetRegistryPackageDependentPackageKindsResponse) Status() stri... method StatusCode (line 3935) | func (r GetRegistryPackageDependentPackageKindsResponse) StatusCode() ... type GetRegistryPackageDependentPackagesResponse (line 3942) | type GetRegistryPackageDependentPackagesResponse struct method Status (line 3949) | func (r GetRegistryPackageDependentPackagesResponse) Status() string { method StatusCode (line 3957) | func (r GetRegistryPackageDependentPackagesResponse) StatusCode() int { type GetRegistryPackageRelatedPackagesResponse (line 3964) | type GetRegistryPackageRelatedPackagesResponse struct method Status (line 3971) | func (r GetRegistryPackageRelatedPackagesResponse) Status() string { method StatusCode (line 3979) | func (r GetRegistryPackageRelatedPackagesResponse) StatusCode() int { type GetRegistryPackageVersionNumbersResponse (line 3986) | type GetRegistryPackageVersionNumbersResponse struct method Status (line 3993) | func (r GetRegistryPackageVersionNumbersResponse) Status() string { method StatusCode (line 4001) | func (r GetRegistryPackageVersionNumbersResponse) StatusCode() int { type GetRegistryPackageVersionsResponse (line 4008) | type GetRegistryPackageVersionsResponse struct method Status (line 4015) | func (r GetRegistryPackageVersionsResponse) Status() string { method StatusCode (line 4023) | func (r GetRegistryPackageVersionsResponse) StatusCode() int { type GetRegistryPackageVersionResponse (line 4030) | type GetRegistryPackageVersionResponse struct method Status (line 4037) | func (r GetRegistryPackageVersionResponse) Status() string { method StatusCode (line 4045) | func (r GetRegistryPackageVersionResponse) StatusCode() int { type GetRegistryRecentVersionsResponse (line 4052) | type GetRegistryRecentVersionsResponse struct method Status (line 4059) | func (r GetRegistryRecentVersionsResponse) Status() string { method StatusCode (line 4067) | func (r GetRegistryRecentVersionsResponse) StatusCode() int { function ParseGetDependenciesResponse (line 4282) | func ParseGetDependenciesResponse(rsp *http.Response) (*GetDependenciesR... function ParseGetKeywordsResponse (line 4308) | func ParseGetKeywordsResponse(rsp *http.Response) (*GetKeywordsResponse,... function ParseGetKeywordResponse (line 4334) | func ParseGetKeywordResponse(rsp *http.Response) (*GetKeywordResponse, e... function ParseLookupPackageResponse (line 4360) | func ParseLookupPackageResponse(rsp *http.Response) (*LookupPackageRespo... function ParseGetRegistriesResponse (line 4386) | func ParseGetRegistriesResponse(rsp *http.Response) (*GetRegistriesRespo... function ParseGetRegistryResponse (line 4412) | func ParseGetRegistryResponse(rsp *http.Response) (*GetRegistryResponse,... function ParseLookupRegistryPackageResponse (line 4438) | func ParseLookupRegistryPackageResponse(rsp *http.Response) (*LookupRegi... function ParseGetRegistryMaintainersResponse (line 4464) | func ParseGetRegistryMaintainersResponse(rsp *http.Response) (*GetRegist... function ParseGetRegistryMaintainerResponse (line 4490) | func ParseGetRegistryMaintainerResponse(rsp *http.Response) (*GetRegistr... function ParseGetRegistryMaintainerPackagesResponse (line 4516) | func ParseGetRegistryMaintainerPackagesResponse(rsp *http.Response) (*Ge... function ParseGetRegistryNamespacesResponse (line 4542) | func ParseGetRegistryNamespacesResponse(rsp *http.Response) (*GetRegistr... function ParseGetRegistryNamespaceResponse (line 4568) | func ParseGetRegistryNamespaceResponse(rsp *http.Response) (*GetRegistry... function ParseGetRegistryNamespacePackagesResponse (line 4594) | func ParseGetRegistryNamespacePackagesResponse(rsp *http.Response) (*Get... function ParseGetRegistryPackageNamesResponse (line 4620) | func ParseGetRegistryPackageNamesResponse(rsp *http.Response) (*GetRegis... function ParseGetRegistryPackagesResponse (line 4646) | func ParseGetRegistryPackagesResponse(rsp *http.Response) (*GetRegistryP... function ParseGetRegistryPackageResponse (line 4672) | func ParseGetRegistryPackageResponse(rsp *http.Response) (*GetRegistryPa... function ParseGetRegistryPackageDependentPackageKindsResponse (line 4698) | func ParseGetRegistryPackageDependentPackageKindsResponse(rsp *http.Resp... function ParseGetRegistryPackageDependentPackagesResponse (line 4724) | func ParseGetRegistryPackageDependentPackagesResponse(rsp *http.Response... function ParseGetRegistryPackageRelatedPackagesResponse (line 4750) | func ParseGetRegistryPackageRelatedPackagesResponse(rsp *http.Response) ... function ParseGetRegistryPackageVersionNumbersResponse (line 4776) | func ParseGetRegistryPackageVersionNumbersResponse(rsp *http.Response) (... function ParseGetRegistryPackageVersionsResponse (line 4802) | func ParseGetRegistryPackageVersionsResponse(rsp *http.Response) (*GetRe... function ParseGetRegistryPackageVersionResponse (line 4828) | func ParseGetRegistryPackageVersionResponse(rsp *http.Response) (*GetReg... function ParseGetRegistryRecentVersionsResponse (line 4854) | func ParseGetRegistryRecentVersionsResponse(rsp *http.Response) (*GetReg... FILE: ecosystems/repos/repos.go type Dependency (line 20) | type Dependency struct type DependencyWithRepository (line 31) | type DependencyWithRepository struct type Ecosystem (line 44) | type Ecosystem struct type Host (line 51) | type Host struct type Manifest (line 68) | type Manifest struct type Owner (line 80) | type Owner struct type PackageUsage (line 107) | type PackageUsage struct type Release (line 116) | type Release struct type Repository (line 134) | type Repository struct type Tag (line 188) | type Tag struct type Topic (line 202) | type Topic struct type TopicWithRepositories (line 209) | type TopicWithRepositories struct type GetRegistriesParams (line 218) | type GetRegistriesParams struct type LookupHostOwnerParams (line 227) | type LookupHostOwnerParams struct type GetHostParams (line 236) | type GetHostParams struct type GetHostOwnersParams (line 245) | type GetHostOwnersParams struct type GetHostOwnerRepositoriesParams (line 266) | type GetHostOwnerRepositoriesParams struct type GetHostRepositoriesParams (line 293) | type GetHostRepositoriesParams struct type GetHostRepositoryManifestsParams (line 320) | type GetHostRepositoryManifestsParams struct type GetHostRepositoryReleasesParams (line 329) | type GetHostRepositoryReleasesParams struct type GetHostRepositoryTagsParams (line 344) | type GetHostRepositoryTagsParams struct type GetHostRepositoryNamesParams (line 359) | type GetHostRepositoryNamesParams struct type RepositoriesLookupParams (line 386) | type RepositoriesLookupParams struct type TopicsParams (line 395) | type TopicsParams struct type TopicParams (line 404) | type TopicParams struct type RequestEditorFn (line 431) | type RequestEditorFn type HttpRequestDoer (line 436) | type HttpRequestDoer interface type Client (line 441) | type Client struct method GetRegistries (line 570) | func (c *Client) GetRegistries(ctx context.Context, params *GetRegistr... method LookupHostOwner (line 582) | func (c *Client) LookupHostOwner(ctx context.Context, hostName string,... method GetHost (line 594) | func (c *Client) GetHost(ctx context.Context, hostName string, params ... method GetHostOwners (line 606) | func (c *Client) GetHostOwners(ctx context.Context, hostName string, p... method GetHostOwner (line 618) | func (c *Client) GetHostOwner(ctx context.Context, hostName string, ow... method GetHostOwnerRepositories (line 630) | func (c *Client) GetHostOwnerRepositories(ctx context.Context, hostNam... method GetHostRepositories (line 642) | func (c *Client) GetHostRepositories(ctx context.Context, hostName str... method GetHostRepository (line 654) | func (c *Client) GetHostRepository(ctx context.Context, hostName strin... method GetHostRepositoryManifests (line 666) | func (c *Client) GetHostRepositoryManifests(ctx context.Context, hostN... method GetHostRepositoryReleases (line 678) | func (c *Client) GetHostRepositoryReleases(ctx context.Context, hostNa... method GetHostRepositoryRelease (line 690) | func (c *Client) GetHostRepositoryRelease(ctx context.Context, hostNam... method GetHostRepositoryTags (line 702) | func (c *Client) GetHostRepositoryTags(ctx context.Context, hostName s... method GetHostRepositoryTag (line 714) | func (c *Client) GetHostRepositoryTag(ctx context.Context, hostName st... method GetHostRepositoryTagManifests (line 726) | func (c *Client) GetHostRepositoryTagManifests(ctx context.Context, ho... method GetHostRepositoryNames (line 738) | func (c *Client) GetHostRepositoryNames(ctx context.Context, hostName ... method RepositoriesLookup (line 750) | func (c *Client) RepositoriesLookup(ctx context.Context, params *Repos... method Topics (line 762) | func (c *Client) Topics(ctx context.Context, params *TopicsParams, req... method Topic (line 774) | func (c *Client) Topic(ctx context.Context, topic string, params *Topi... method Usage (line 786) | func (c *Client) Usage(ctx context.Context, reqEditors ...RequestEdito... method UsageEcosystem (line 798) | func (c *Client) UsageEcosystem(ctx context.Context, ecosystem string,... method UsagePackage (line 810) | func (c *Client) UsagePackage(ctx context.Context, ecosystem string, p... method UsagePackageDependencies (line 822) | func (c *Client) UsagePackageDependencies(ctx context.Context, ecosyst... method applyEditors (line 2658) | func (c *Client) applyEditors(ctx context.Context, req *http.Request, ... type ClientOption (line 458) | type ClientOption function NewClient (line 461) | func NewClient(server string, opts ...ClientOption) (*Client, error) { function WithHTTPClient (line 485) | func WithHTTPClient(doer HttpRequestDoer) ClientOption { function WithRequestEditorFn (line 494) | func WithRequestEditorFn(fn RequestEditorFn) ClientOption { type ClientInterface (line 502) | type ClientInterface interface function NewGetRegistriesRequest (line 835) | func NewGetRegistriesRequest(server string, params *GetRegistriesParams)... function NewLookupHostOwnerRequest (line 900) | func NewLookupHostOwnerRequest(server string, hostName string, params *L... function NewGetHostRequest (line 972) | func NewGetHostRequest(server string, hostName string, params *GetHostPa... function NewGetHostOwnersRequest (line 1044) | func NewGetHostOwnersRequest(server string, hostName string, params *Get... function NewGetHostOwnerRequest (line 1180) | func NewGetHostOwnerRequest(server string, hostName string, ownerLogin s... function NewGetHostOwnerRepositoriesRequest (line 1221) | func NewGetHostOwnerRepositoriesRequest(server string, hostName string, ... function NewGetHostRepositoriesRequest (line 1396) | func NewGetHostRepositoriesRequest(server string, hostName string, param... function NewGetHostRepositoryRequest (line 1564) | func NewGetHostRepositoryRequest(server string, hostName string, reposit... function NewGetHostRepositoryManifestsRequest (line 1605) | func NewGetHostRepositoryManifestsRequest(server string, hostName string... function NewGetHostRepositoryReleasesRequest (line 1684) | func NewGetHostRepositoryReleasesRequest(server string, hostName string,... function NewGetHostRepositoryReleaseRequest (line 1795) | func NewGetHostRepositoryReleaseRequest(server string, hostName string, ... function NewGetHostRepositoryTagsRequest (line 1843) | func NewGetHostRepositoryTagsRequest(server string, hostName string, rep... function NewGetHostRepositoryTagRequest (line 1954) | func NewGetHostRepositoryTagRequest(server string, hostName string, repo... function NewGetHostRepositoryTagManifestsRequest (line 2002) | func NewGetHostRepositoryTagManifestsRequest(server string, hostName str... function NewGetHostRepositoryNamesRequest (line 2050) | func NewGetHostRepositoryNamesRequest(server string, hostName string, pa... function NewRepositoriesLookupRequest (line 2218) | func NewRepositoriesLookupRequest(server string, params *RepositoriesLoo... function NewTopicsRequest (line 2283) | func NewTopicsRequest(server string, params *TopicsParams) (*http.Reques... function NewTopicRequest (line 2348) | func NewTopicRequest(server string, topic string, params *TopicParams) (... function NewUsageRequest (line 2516) | func NewUsageRequest(server string) (*http.Request, error) { function NewUsageEcosystemRequest (line 2543) | func NewUsageEcosystemRequest(server string, ecosystem string) (*http.Re... function NewUsagePackageRequest (line 2577) | func NewUsagePackageRequest(server string, ecosystem string, pPackage st... function NewUsagePackageDependenciesRequest (line 2618) | func NewUsagePackageDependenciesRequest(server string, ecosystem string,... type ClientWithResponses (line 2673) | type ClientWithResponses struct method GetRegistriesWithResponse (line 3253) | func (c *ClientWithResponses) GetRegistriesWithResponse(ctx context.Co... method LookupHostOwnerWithResponse (line 3262) | func (c *ClientWithResponses) LookupHostOwnerWithResponse(ctx context.... method GetHostWithResponse (line 3271) | func (c *ClientWithResponses) GetHostWithResponse(ctx context.Context,... method GetHostOwnersWithResponse (line 3280) | func (c *ClientWithResponses) GetHostOwnersWithResponse(ctx context.Co... method GetHostOwnerWithResponse (line 3289) | func (c *ClientWithResponses) GetHostOwnerWithResponse(ctx context.Con... method GetHostOwnerRepositoriesWithResponse (line 3298) | func (c *ClientWithResponses) GetHostOwnerRepositoriesWithResponse(ctx... method GetHostRepositoriesWithResponse (line 3307) | func (c *ClientWithResponses) GetHostRepositoriesWithResponse(ctx cont... method GetHostRepositoryWithResponse (line 3316) | func (c *ClientWithResponses) GetHostRepositoryWithResponse(ctx contex... method GetHostRepositoryManifestsWithResponse (line 3325) | func (c *ClientWithResponses) GetHostRepositoryManifestsWithResponse(c... method GetHostRepositoryReleasesWithResponse (line 3334) | func (c *ClientWithResponses) GetHostRepositoryReleasesWithResponse(ct... method GetHostRepositoryReleaseWithResponse (line 3343) | func (c *ClientWithResponses) GetHostRepositoryReleaseWithResponse(ctx... method GetHostRepositoryTagsWithResponse (line 3352) | func (c *ClientWithResponses) GetHostRepositoryTagsWithResponse(ctx co... method GetHostRepositoryTagWithResponse (line 3361) | func (c *ClientWithResponses) GetHostRepositoryTagWithResponse(ctx con... method GetHostRepositoryTagManifestsWithResponse (line 3370) | func (c *ClientWithResponses) GetHostRepositoryTagManifestsWithRespons... method GetHostRepositoryNamesWithResponse (line 3379) | func (c *ClientWithResponses) GetHostRepositoryNamesWithResponse(ctx c... method RepositoriesLookupWithResponse (line 3388) | func (c *ClientWithResponses) RepositoriesLookupWithResponse(ctx conte... method TopicsWithResponse (line 3397) | func (c *ClientWithResponses) TopicsWithResponse(ctx context.Context, ... method TopicWithResponse (line 3406) | func (c *ClientWithResponses) TopicWithResponse(ctx context.Context, t... method UsageWithResponse (line 3415) | func (c *ClientWithResponses) UsageWithResponse(ctx context.Context, r... method UsageEcosystemWithResponse (line 3424) | func (c *ClientWithResponses) UsageEcosystemWithResponse(ctx context.C... method UsagePackageWithResponse (line 3433) | func (c *ClientWithResponses) UsagePackageWithResponse(ctx context.Con... method UsagePackageDependenciesWithResponse (line 3442) | func (c *ClientWithResponses) UsagePackageDependenciesWithResponse(ctx... function NewClientWithResponses (line 2679) | func NewClientWithResponses(server string, opts ...ClientOption) (*Clien... function WithBaseURL (line 2688) | func WithBaseURL(baseURL string) ClientOption { type ClientWithResponsesInterface (line 2700) | type ClientWithResponsesInterface interface type GetRegistriesResponse (line 2768) | type GetRegistriesResponse struct method Status (line 2775) | func (r GetRegistriesResponse) Status() string { method StatusCode (line 2783) | func (r GetRegistriesResponse) StatusCode() int { type LookupHostOwnerResponse (line 2790) | type LookupHostOwnerResponse struct method Status (line 2797) | func (r LookupHostOwnerResponse) Status() string { method StatusCode (line 2805) | func (r LookupHostOwnerResponse) StatusCode() int { type GetHostResponse (line 2812) | type GetHostResponse struct method Status (line 2819) | func (r GetHostResponse) Status() string { method StatusCode (line 2827) | func (r GetHostResponse) StatusCode() int { type GetHostOwnersResponse (line 2834) | type GetHostOwnersResponse struct method Status (line 2841) | func (r GetHostOwnersResponse) Status() string { method StatusCode (line 2849) | func (r GetHostOwnersResponse) StatusCode() int { type GetHostOwnerResponse (line 2856) | type GetHostOwnerResponse struct method Status (line 2863) | func (r GetHostOwnerResponse) Status() string { method StatusCode (line 2871) | func (r GetHostOwnerResponse) StatusCode() int { type GetHostOwnerRepositoriesResponse (line 2878) | type GetHostOwnerRepositoriesResponse struct method Status (line 2885) | func (r GetHostOwnerRepositoriesResponse) Status() string { method StatusCode (line 2893) | func (r GetHostOwnerRepositoriesResponse) StatusCode() int { type GetHostRepositoriesResponse (line 2900) | type GetHostRepositoriesResponse struct method Status (line 2907) | func (r GetHostRepositoriesResponse) Status() string { method StatusCode (line 2915) | func (r GetHostRepositoriesResponse) StatusCode() int { type GetHostRepositoryResponse (line 2922) | type GetHostRepositoryResponse struct method Status (line 2929) | func (r GetHostRepositoryResponse) Status() string { method StatusCode (line 2937) | func (r GetHostRepositoryResponse) StatusCode() int { type GetHostRepositoryManifestsResponse (line 2944) | type GetHostRepositoryManifestsResponse struct method Status (line 2951) | func (r GetHostRepositoryManifestsResponse) Status() string { method StatusCode (line 2959) | func (r GetHostRepositoryManifestsResponse) StatusCode() int { type GetHostRepositoryReleasesResponse (line 2966) | type GetHostRepositoryReleasesResponse struct method Status (line 2973) | func (r GetHostRepositoryReleasesResponse) Status() string { method StatusCode (line 2981) | func (r GetHostRepositoryReleasesResponse) StatusCode() int { type GetHostRepositoryReleaseResponse (line 2988) | type GetHostRepositoryReleaseResponse struct method Status (line 2995) | func (r GetHostRepositoryReleaseResponse) Status() string { method StatusCode (line 3003) | func (r GetHostRepositoryReleaseResponse) StatusCode() int { type GetHostRepositoryTagsResponse (line 3010) | type GetHostRepositoryTagsResponse struct method Status (line 3017) | func (r GetHostRepositoryTagsResponse) Status() string { method StatusCode (line 3025) | func (r GetHostRepositoryTagsResponse) StatusCode() int { type GetHostRepositoryTagResponse (line 3032) | type GetHostRepositoryTagResponse struct method Status (line 3039) | func (r GetHostRepositoryTagResponse) Status() string { method StatusCode (line 3047) | func (r GetHostRepositoryTagResponse) StatusCode() int { type GetHostRepositoryTagManifestsResponse (line 3054) | type GetHostRepositoryTagManifestsResponse struct method Status (line 3061) | func (r GetHostRepositoryTagManifestsResponse) Status() string { method StatusCode (line 3069) | func (r GetHostRepositoryTagManifestsResponse) StatusCode() int { type GetHostRepositoryNamesResponse (line 3076) | type GetHostRepositoryNamesResponse struct method Status (line 3083) | func (r GetHostRepositoryNamesResponse) Status() string { method StatusCode (line 3091) | func (r GetHostRepositoryNamesResponse) StatusCode() int { type RepositoriesLookupResponse (line 3098) | type RepositoriesLookupResponse struct method Status (line 3105) | func (r RepositoriesLookupResponse) Status() string { method StatusCode (line 3113) | func (r RepositoriesLookupResponse) StatusCode() int { type TopicsResponse (line 3120) | type TopicsResponse struct method Status (line 3127) | func (r TopicsResponse) Status() string { method StatusCode (line 3135) | func (r TopicsResponse) StatusCode() int { type TopicResponse (line 3142) | type TopicResponse struct method Status (line 3149) | func (r TopicResponse) Status() string { method StatusCode (line 3157) | func (r TopicResponse) StatusCode() int { type UsageResponse (line 3164) | type UsageResponse struct method Status (line 3171) | func (r UsageResponse) Status() string { method StatusCode (line 3179) | func (r UsageResponse) StatusCode() int { type UsageEcosystemResponse (line 3186) | type UsageEcosystemResponse struct method Status (line 3193) | func (r UsageEcosystemResponse) Status() string { method StatusCode (line 3201) | func (r UsageEcosystemResponse) StatusCode() int { type UsagePackageResponse (line 3208) | type UsagePackageResponse struct method Status (line 3215) | func (r UsagePackageResponse) Status() string { method StatusCode (line 3223) | func (r UsagePackageResponse) StatusCode() int { type UsagePackageDependenciesResponse (line 3230) | type UsagePackageDependenciesResponse struct method Status (line 3237) | func (r UsagePackageDependenciesResponse) Status() string { method StatusCode (line 3245) | func (r UsagePackageDependenciesResponse) StatusCode() int { function ParseGetRegistriesResponse (line 3451) | func ParseGetRegistriesResponse(rsp *http.Response) (*GetRegistriesRespo... function ParseLookupHostOwnerResponse (line 3477) | func ParseLookupHostOwnerResponse(rsp *http.Response) (*LookupHostOwnerR... function ParseGetHostResponse (line 3503) | func ParseGetHostResponse(rsp *http.Response) (*GetHostResponse, error) { function ParseGetHostOwnersResponse (line 3529) | func ParseGetHostOwnersResponse(rsp *http.Response) (*GetHostOwnersRespo... function ParseGetHostOwnerResponse (line 3555) | func ParseGetHostOwnerResponse(rsp *http.Response) (*GetHostOwnerRespons... function ParseGetHostOwnerRepositoriesResponse (line 3581) | func ParseGetHostOwnerRepositoriesResponse(rsp *http.Response) (*GetHost... function ParseGetHostRepositoriesResponse (line 3607) | func ParseGetHostRepositoriesResponse(rsp *http.Response) (*GetHostRepos... function ParseGetHostRepositoryResponse (line 3633) | func ParseGetHostRepositoryResponse(rsp *http.Response) (*GetHostReposit... function ParseGetHostRepositoryManifestsResponse (line 3659) | func ParseGetHostRepositoryManifestsResponse(rsp *http.Response) (*GetHo... function ParseGetHostRepositoryReleasesResponse (line 3685) | func ParseGetHostRepositoryReleasesResponse(rsp *http.Response) (*GetHos... function ParseGetHostRepositoryReleaseResponse (line 3711) | func ParseGetHostRepositoryReleaseResponse(rsp *http.Response) (*GetHost... function ParseGetHostRepositoryTagsResponse (line 3737) | func ParseGetHostRepositoryTagsResponse(rsp *http.Response) (*GetHostRep... function ParseGetHostRepositoryTagResponse (line 3763) | func ParseGetHostRepositoryTagResponse(rsp *http.Response) (*GetHostRepo... function ParseGetHostRepositoryTagManifestsResponse (line 3789) | func ParseGetHostRepositoryTagManifestsResponse(rsp *http.Response) (*Ge... function ParseGetHostRepositoryNamesResponse (line 3815) | func ParseGetHostRepositoryNamesResponse(rsp *http.Response) (*GetHostRe... function ParseRepositoriesLookupResponse (line 3841) | func ParseRepositoriesLookupResponse(rsp *http.Response) (*RepositoriesL... function ParseTopicsResponse (line 3867) | func ParseTopicsResponse(rsp *http.Response) (*TopicsResponse, error) { function ParseTopicResponse (line 3893) | func ParseTopicResponse(rsp *http.Response) (*TopicResponse, error) { function ParseUsageResponse (line 3919) | func ParseUsageResponse(rsp *http.Response) (*UsageResponse, error) { function ParseUsageEcosystemResponse (line 3945) | func ParseUsageEcosystemResponse(rsp *http.Response) (*UsageEcosystemRes... function ParseUsagePackageResponse (line 3971) | func ParseUsagePackageResponse(rsp *http.Response) (*UsagePackageRespons... function ParseUsagePackageDependenciesResponse (line 3997) | func ParseUsagePackageDependenciesResponse(rsp *http.Response) (*UsagePa... FILE: internal/commands/default.go function NewDefaultCommand (line 21) | func NewDefaultCommand() *cobra.Command { function GetVersion (line 59) | func GetVersion() string { FILE: internal/commands/deps/repos.go function NewRepoCommand (line 13) | func NewRepoCommand(logger *zerolog.Logger) *cobra.Command { FILE: internal/commands/deps/root.go function NewDepsRootCommand (line 8) | func NewDepsRootCommand(logger *zerolog.Logger) *cobra.Command { FILE: internal/commands/ecosystems/enrich.go function NewEnrichCommand (line 14) | func NewEnrichCommand(logger *zerolog.Logger) *cobra.Command { FILE: internal/commands/ecosystems/packages.go function NewPackageCommand (line 13) | func NewPackageCommand(logger *zerolog.Logger) *cobra.Command { FILE: internal/commands/ecosystems/repos.go function NewRepoCommand (line 12) | func NewRepoCommand(logger *zerolog.Logger) *cobra.Command { FILE: internal/commands/ecosystems/root.go function NewEcosystemsRootCommand (line 8) | func NewEcosystemsRootCommand(logger *zerolog.Logger) *cobra.Command { FILE: internal/commands/scorecard/enrich.go function NewEnrichCommand (line 14) | func NewEnrichCommand(logger *zerolog.Logger) *cobra.Command { FILE: internal/commands/scorecard/root.go function NewRootCommand (line 8) | func NewRootCommand(logger *zerolog.Logger) *cobra.Command { FILE: internal/commands/snyk/config.go function config (line 9) | func config() *snyk.Config { FILE: internal/commands/snyk/enrich.go function NewEnrichCommand (line 14) | func NewEnrichCommand(logger *zerolog.Logger) *cobra.Command { FILE: internal/commands/snyk/packages.go function NewPackageCommand (line 13) | func NewPackageCommand(logger *zerolog.Logger) *cobra.Command { FILE: internal/commands/snyk/root.go function NewSnykRootCommand (line 8) | func NewSnykRootCommand(logger *zerolog.Logger) *cobra.Command { FILE: internal/utils/cdx.go function traverseComponent (line 7) | func traverseComponent(comps *[]*cdx.Component, comp *cdx.Component) { function DiscoverCDXComponents (line 17) | func DiscoverCDXComponents(bom *cdx.BOM) []*cdx.Component { FILE: internal/utils/cdx_test.go function TestDiscoverCDXComponents (line 12) | func TestDiscoverCDXComponents(t *testing.T) { FILE: internal/utils/input.go function GetUserInput (line 12) | func GetUserInput(filename string, file io.Reader) (b []byte, err error) { FILE: internal/utils/input_test.go function TestGetUserInput_File (line 12) | func TestGetUserInput_File(t *testing.T) { function TestGetUserInput_BadFile (line 22) | func TestGetUserInput_BadFile(t *testing.T) { function TestGetUserInput_Stdin (line 29) | func TestGetUserInput_Stdin(t *testing.T) { function TestGetUserInput_NoContent (line 38) | func TestGetUserInput_NoContent(t *testing.T) { function writeToTempFile (line 47) | func writeToTempFile(t *testing.T, b []byte) *os.File { FILE: internal/utils/spdx.go function GetPurlFromSPDXPackage (line 13) | func GetPurlFromSPDXPackage(pkg *spdx_2_3.Package) (*packageurl.PackageU... function GetLicensesFromEcosystemsLicense (line 35) | func GetLicensesFromEcosystemsLicense(pkgVersionData *packages.VersionWi... function GetLicenseExpressionFromEcosystemsLicense (line 44) | func GetLicenseExpressionFromEcosystemsLicense(pkgVersionData *packages.... FILE: internal/utils/spdx_test.go function TestGetSPDXLicenseExpressionFromEcosystemsLicense (line 12) | func TestGetSPDXLicenseExpressionFromEcosystemsLicense(t *testing.T) { function TestGetSPDXLicenseExpressionFromEcosystemsLicense_NoData (line 22) | func TestGetSPDXLicenseExpressionFromEcosystemsLicense_NoData(t *testing... function TestGetSPDXLicenseExpressionFromEcosystemsLicense_NoVersionedData (line 28) | func TestGetSPDXLicenseExpressionFromEcosystemsLicense_NoVersionedData(t... function TestGetSPDXLicenseExpressionFromEcosystemsLicense_NoLatestData (line 37) | func TestGetSPDXLicenseExpressionFromEcosystemsLicense_NoLatestData(t *t... function TestGetSPDXLicenseExpressionFromEcosystemsLicense_NoLicenses (line 46) | func TestGetSPDXLicenseExpressionFromEcosystemsLicense_NoLicenses(t *tes... function TestGetSPDXLicenseExpressionFromEcosystemsLicense_EmptyLicenses (line 54) | func TestGetSPDXLicenseExpressionFromEcosystemsLicense_EmptyLicenses(t *... FILE: lib/deps/repo.go function GetRepoData (line 23) | func GetRepoData(url string) (*depsdev.Project, error) { FILE: lib/ecosystems/cache.go type Cache (line 27) | type Cache interface type InMemoryCache (line 32) | type InMemoryCache struct method GetPackageData (line 66) | func (c *InMemoryCache) GetPackageData(purl packageurl.PackageURL) (*p... method GetPackageVersionData (line 88) | func (c *InMemoryCache) GetPackageVersionData(purl packageurl.PackageU... method GetCacheStats (line 110) | func (c *InMemoryCache) GetCacheStats() (int, int) { function NewInMemoryCache (line 43) | func NewInMemoryCache() *InMemoryCache { function GetGlobalCache (line 53) | func GetGlobalCache() *InMemoryCache { function ResetGlobalCache (line 61) | func ResetGlobalCache() { FILE: lib/ecosystems/cache_test.go function TestInMemoryCache_GetPackageData (line 29) | func TestInMemoryCache_GetPackageData(t *testing.T) { function TestInMemoryCache_GetPackageVersionData (line 61) | func TestInMemoryCache_GetPackageVersionData(t *testing.T) { function TestInMemoryCache_DifferentPackages (line 93) | func TestInMemoryCache_DifferentPackages(t *testing.T) { function TestInMemoryCache_SamePackageDifferentVersions (line 122) | func TestInMemoryCache_SamePackageDifferentVersions(t *testing.T) { function TestInMemoryCache_APIError (line 152) | func TestInMemoryCache_APIError(t *testing.T) { function TestInMemoryCache_404NotFound (line 187) | func TestInMemoryCache_404NotFound(t *testing.T) { function TestInMemoryCache_404NotFoundVersionData (line 222) | func TestInMemoryCache_404NotFoundVersionData(t *testing.T) { function TestInMemoryCache_ConcurrentAccess (line 256) | func TestInMemoryCache_ConcurrentAccess(t *testing.T) { function TestGetGlobalCache_Singleton (line 295) | func TestGetGlobalCache_Singleton(t *testing.T) { function TestGetGlobalCache_SharesDataAcrossEnrichments (line 303) | func TestGetGlobalCache_SharesDataAcrossEnrichments(t *testing.T) { FILE: lib/ecosystems/enrich.go function EnrichSBOM (line 27) | func EnrichSBOM(doc *sbom.SBOMDocument, logger *zerolog.Logger) *sbom.SB... FILE: lib/ecosystems/enrich_cyclonedx.go function enrichCDXDescription (line 57) | func enrichCDXDescription(comp *cdx.Component, data *packages.Package) { function enrichCDXLicense (line 63) | func enrichCDXLicense(comp *cdx.Component, pkgVersionData *packages.Vers... function enrichExternalReference (line 71) | func enrichExternalReference(comp *cdx.Component, ref *string, refType c... function enrichProperty (line 89) | func enrichProperty(comp *cdx.Component, name string, value string) { function enrichCDXHomepage (line 101) | func enrichCDXHomepage(comp *cdx.Component, data *packages.Package) { function enrichCDXRegistryURL (line 105) | func enrichCDXRegistryURL(comp *cdx.Component, data *packages.Package) { function enrichCDXRepositoryURL (line 109) | func enrichCDXRepositoryURL(comp *cdx.Component, data *packages.Package) { function enrichCDXDocumentationURL (line 113) | func enrichCDXDocumentationURL(comp *cdx.Component, data *packages.Packa... function enrichCDXFirstReleasePublishedAt (line 117) | func enrichCDXFirstReleasePublishedAt(comp *cdx.Component, data *package... function enrichCDXLatestReleasePublishedAt (line 125) | func enrichCDXLatestReleasePublishedAt(comp *cdx.Component, data *packag... function enrichCDXRepoArchived (line 133) | func enrichCDXRepoArchived(comp *cdx.Component, data *packages.Package) { function enrichCDXLocation (line 141) | func enrichCDXLocation(comp *cdx.Component, data *packages.Package) { function enrichCDXAuthor (line 152) | func enrichCDXAuthor(comp *cdx.Component, data *packages.Package) { function enrichCDXSupplier (line 163) | func enrichCDXSupplier(comp *cdx.Component, data *packages.Package) { function enrichCDXTopics (line 184) | func enrichCDXTopics(comp *cdx.Component, data *packages.Package) { function enrichCDX (line 198) | func enrichCDX(bom *cdx.BOM, logger *zerolog.Logger) { FILE: lib/ecosystems/enrich_cyclonedx_test.go function TestEnrichSBOM_CycloneDX (line 33) | func TestEnrichSBOM_CycloneDX(t *testing.T) { function TestEnrichSBOM_CycloneDX_NestedComps (line 95) | func TestEnrichSBOM_CycloneDX_NestedComps(t *testing.T) { function TestEnrichSBOMWithoutLicense (line 134) | func TestEnrichSBOMWithoutLicense(t *testing.T) { function TestEnrichDescription (line 172) | func TestEnrichDescription(t *testing.T) { function TestEnrichLicense (line 188) | func TestEnrichLicense(t *testing.T) { function TestEnrichLicenseNoVersionedLicense (line 207) | func TestEnrichLicenseNoVersionedLicense(t *testing.T) { function TestEnrichLicenseNoLatestLicense (line 226) | func TestEnrichLicenseNoLatestLicense(t *testing.T) { function TestEnrichBlankSBOM (line 245) | func TestEnrichBlankSBOM(t *testing.T) { function TestEnrichExternalReferenceWithNilURL (line 255) | func TestEnrichExternalReferenceWithNilURL(t *testing.T) { function TestEnrichExternalReferenceWithNonNullURL (line 264) | func TestEnrichExternalReferenceWithNonNullURL(t *testing.T) { function TestEnrichHomepageWithNilHomepage (line 276) | func TestEnrichHomepageWithNilHomepage(t *testing.T) { function TestEnrichHomepageWithNonNullHomepage (line 285) | func TestEnrichHomepageWithNonNullHomepage(t *testing.T) { function TestEnrichRegistryURLWithNilRegistryURL (line 297) | func TestEnrichRegistryURLWithNilRegistryURL(t *testing.T) { function TestEnrichRegistryURLWithNonNullRegistryURL (line 306) | func TestEnrichRegistryURLWithNonNullRegistryURL(t *testing.T) { function pointerToString (line 318) | func pointerToString(t *testing.T, s string) *string { function TestEnrichLatestReleasePublishedAt (line 323) | func TestEnrichLatestReleasePublishedAt(t *testing.T) { function TestEnrichLocation (line 345) | func TestEnrichLocation(t *testing.T) { FILE: lib/ecosystems/enrich_spdx.go function enrichSPDX (line 33) | func enrichSPDX(bom *spdx.Document, logger *zerolog.Logger) { function extractPurl (line 74) | func extractPurl(pkg *v2_3.Package) (*packageurl.PackageURL, error) { function enrichSPDXSupplier (line 88) | func enrichSPDXSupplier(pkg *v2_3.Package, data *packages.Package) { function enrichSPDXLicense (line 102) | func enrichSPDXLicense(pkg *v2_3.Package, pkgVersionData *packages.Versi... function enrichSPDXHomepage (line 109) | func enrichSPDXHomepage(pkg *v2_3.Package, data *packages.Package) { function enrichSPDXDescription (line 116) | func enrichSPDXDescription(pkg *v2_3.Package, data *packages.Package) { FILE: lib/ecosystems/enrich_spdx_test.go function parseJson (line 35) | func parseJson(t *testing.T, jsonStr string) map[string]any { function setupHttpmock (line 42) | func setupHttpmock(t *testing.T, packageVersionsResponse, packageRespons... function TestEnrichSBOM_SPDX (line 62) | func TestEnrichSBOM_SPDX(t *testing.T) { function TestEnrichSBOM_MissingVersionedLicense (line 119) | func TestEnrichSBOM_MissingVersionedLicense(t *testing.T) { function TestEnrichSBOM_SPDX_NoSupplierName (line 177) | func TestEnrichSBOM_SPDX_NoSupplierName(t *testing.T) { FILE: lib/ecosystems/package.go constant server (line 30) | server = "https://packages.ecosyste.ms/api/v1" function getUserAgent (line 35) | func getUserAgent() string { function GetPackageData (line 39) | func GetPackageData(purl packageurl.PackageURL) (*packages.GetRegistryPa... function GetPackageVersionData (line 59) | func GetPackageVersionData(purl packageurl.PackageURL) (*packages.GetReg... function repositoryURLfromPurl (line 79) | func repositoryURLfromPurl(purl packageurl.PackageURL) *url.URL { function purlToEcosystemsRegistry (line 92) | func purlToEcosystemsRegistry(purl packageurl.PackageURL) string { function purlToEcosystemsName (line 125) | func purlToEcosystemsName(purl packageurl.PackageURL) string { FILE: lib/ecosystems/package_test.go function TestGetPackageData (line 30) | func TestGetPackageData(t *testing.T) { function TestGetPackageDataUserAgent (line 51) | func TestGetPackageDataUserAgent(t *testing.T) { function TestGetPackageVersionDataUserAgent (line 79) | func TestGetPackageVersionDataUserAgent(t *testing.T) { function TestPurlToEcosystemsRegistry (line 102) | func TestPurlToEcosystemsRegistry(t *testing.T) { function TestPurlToEcosystemsName (line 147) | func TestPurlToEcosystemsName(t *testing.T) { FILE: lib/ecosystems/repo.go constant repos_server (line 26) | repos_server = "https://repos.ecosyste.ms/api/v1" function GetRepoData (line 28) | func GetRepoData(url string) (*repos.RepositoriesLookupResponse, error) { FILE: lib/ecosystems/repo_test.go function TestGetRepoData (line 29) | func TestGetRepoData(t *testing.T) { function TestGetRepoDataUserAgent (line 47) | func TestGetRepoDataUserAgent(t *testing.T) { FILE: lib/sbom/cyclonedx.go function decodeCycloneDX1_4JSON (line 26) | func decodeCycloneDX1_4JSON(b []byte) (*cdx.BOM, error) { function decodeCycloneDX1_4XML (line 30) | func decodeCycloneDX1_4XML(b []byte) (*cdx.BOM, error) { function decodeCycloneDX (line 34) | func decodeCycloneDX(b []byte, f cdx.BOMFileFormat) (*cdx.BOM, error) { function encodeCycloneDX1_4JSON (line 43) | func encodeCycloneDX1_4JSON(bom *cdx.BOM) encoderFn { function encodeCycloneDX1_4XML (line 47) | func encodeCycloneDX1_4XML(bom *cdx.BOM) encoderFn { function encodeCycloneDX (line 51) | func encodeCycloneDX(bom *cdx.BOM, f cdx.BOMFileFormat) encoderFn { FILE: lib/sbom/decode.go function DecodeSBOMDocument (line 25) | func DecodeSBOMDocument(b []byte) (*SBOMDocument, error) { function identifySBOMFormat (line 63) | func identifySBOMFormat(b []byte) (SBOMFormat, error) { FILE: lib/sbom/decode_test.go function TestDecodeSBOMDocument_CycloneDX1_4JSON (line 36) | func TestDecodeSBOMDocument_CycloneDX1_4JSON(t *testing.T) { function TestDecodeSBOMDocument_CycloneDX1_4XML (line 48) | func TestDecodeSBOMDocument_CycloneDX1_4XML(t *testing.T) { function TestDecodeSBOMDocument_SPDX2_3JSON (line 60) | func TestDecodeSBOMDocument_SPDX2_3JSON(t *testing.T) { function TestDecodeSBOMDocument_Unknown (line 72) | func TestDecodeSBOMDocument_Unknown(t *testing.T) { function Test_identifySBOMFormat (line 79) | func Test_identifySBOMFormat(t *testing.T) { FILE: lib/sbom/encode.go type SBOMEncoder (line 22) | type SBOMEncoder interface type encoderFn (line 26) | type encoderFn FILE: lib/sbom/format.go type SBOMFormat (line 19) | type SBOMFormat constant SBOMFormatCycloneDX1_4JSON (line 22) | SBOMFormatCycloneDX1_4JSON = SBOMFormat("CycloneDX 1.4 JSON") constant SBOMFormatCycloneDX1_4XML (line 23) | SBOMFormatCycloneDX1_4XML = SBOMFormat("CycloneDX 1.4 XML") constant SBOMFormatSPDX2_3JSON (line 25) | SBOMFormatSPDX2_3JSON = SBOMFormat("SPDX 2.3 JSON") FILE: lib/sbom/sbom.go type SBOMDocument (line 24) | type SBOMDocument struct method Encode (line 33) | func (d *SBOMDocument) Encode(w io.Writer) error { FILE: lib/sbom/spdx.go function decodeSPDX2_3JSON (line 27) | func decodeSPDX2_3JSON(b []byte) (*spdx.Document, error) { function encodeSPDX2_3JSON (line 31) | func encodeSPDX2_3JSON(bom *spdx.Document) encoderFn { FILE: lib/scorecard/enrich.go function EnrichSBOM (line 26) | func EnrichSBOM(doc *sbom.SBOMDocument) *sbom.SBOMDocument { FILE: lib/scorecard/enrich_cyclonedx.go function cdxEnrichExternalReference (line 33) | func cdxEnrichExternalReference(comp *cdx.Component, url, comment string... function enrichCDX (line 47) | func enrichCDX(bom *cdx.BOM) { FILE: lib/scorecard/enrich_spdx.go function enrichSPDX (line 31) | func enrichSPDX(bom *spdx.Document) { FILE: lib/scorecard/enrich_test.go constant scorecardURL (line 33) | scorecardURL = "https://api.securityscorecards.dev/projects/example.com/... function TestEnrichSBOM_CycloneDX (line 35) | func TestEnrichSBOM_CycloneDX(t *testing.T) { function TestEnrichSBOM_CycloneDX_NestedComponents (line 66) | func TestEnrichSBOM_CycloneDX_NestedComponents(t *testing.T) { function TestEnrichSBOM_ErrorFetchingPackageData (line 104) | func TestEnrichSBOM_ErrorFetchingPackageData(t *testing.T) { function TestEnrichSBOM_ErrorFetchingScorecard (line 133) | func TestEnrichSBOM_ErrorFetchingScorecard(t *testing.T) { function TestEnrichSBOM_SPDX (line 166) | func TestEnrichSBOM_SPDX(t *testing.T) { function setupEcosystemsAPIMock (line 197) | func setupEcosystemsAPIMock(t *testing.T) func() { FILE: lib/snyk/config.go type Config (line 28) | type Config struct function DefaultConfig (line 33) | func DefaultConfig() *Config { function getUserAgent (line 39) | func getUserAgent() string { function addParlayUserAgent (line 43) | func addParlayUserAgent(ctx context.Context, req *http.Request) error { FILE: lib/snyk/enrich.go constant snykAdvisorWebURL (line 28) | snykAdvisorWebURL = "https://snyk.io/advisor" constant snykVulnerabilityDBWebURL (line 29) | snykVulnerabilityDBWebURL = "https://security.snyk.io" function EnrichSBOM (line 32) | func EnrichSBOM(cfg *Config, doc *sbom.SBOMDocument, logger *zerolog.Log... FILE: lib/snyk/enrich_cyclonedx.go type cdxPurlGroup (line 36) | type cdxPurlGroup struct function enrichCDXSnykVulnerabilityDBData (line 46) | func enrichCDXSnykVulnerabilityDBData(cfg *Config, component *cdx.Compon... function enrichCDXSnykAdvisorData (line 62) | func enrichCDXSnykAdvisorData(cfg *Config, component *cdx.Component, pur... function enrichCycloneDX (line 78) | func enrichCycloneDX(cfg *Config, bom *cdx.BOM, logger *zerolog.Logger) ... function levelToCdxSeverity (line 281) | func levelToCdxSeverity(level *string) (severity cdx.Severity) { function versionToCdxMethod (line 297) | func versionToCdxMethod(version *string) (method cdx.ScoringMethod) { FILE: lib/snyk/enrich_spdx.go type spdxPurlGroup (line 37) | type spdxPurlGroup struct function enrichSPDXSnykAdvisorData (line 47) | func enrichSPDXSnykAdvisorData(cfg *Config, component *spdx_2_3.Package,... function enrichSPDXSnykVulnerabilityDBData (line 64) | func enrichSPDXSnykVulnerabilityDBData(cfg *Config, component *spdx_2_3.... function enrichSPDX (line 81) | func enrichSPDX(cfg *Config, bom *spdx.Document, logger *zerolog.Logger)... FILE: lib/snyk/enrich_test.go function TestEnrichSBOM_CycloneDXWithVulnerabilities (line 29) | func TestEnrichSBOM_CycloneDXWithVulnerabilities(t *testing.T) { function TestEnrichSBOM_CycloneDXDeduplicatesRequests (line 60) | func TestEnrichSBOM_CycloneDXDeduplicatesRequests(t *testing.T) { function TestEnrichSBOM_CycloneDXExternalRefs (line 115) | func TestEnrichSBOM_CycloneDXExternalRefs(t *testing.T) { function TestEnrichSBOM_CycloneDXExternalRefs_WithNamespace (line 147) | func TestEnrichSBOM_CycloneDXExternalRefs_WithNamespace(t *testing.T) { function TestEnrichSBOM_CycloneDXWithVulnerabilities_NestedComponents (line 179) | func TestEnrichSBOM_CycloneDXWithVulnerabilities_NestedComponents(t *tes... function TestEnrichSBOM_CycloneDXWithoutVulnerabilities (line 208) | func TestEnrichSBOM_CycloneDXWithoutVulnerabilities(t *testing.T) { function TestEnrichSBOM_SPDXWithVulnerabilities (line 228) | func TestEnrichSBOM_SPDXWithVulnerabilities(t *testing.T) { function TestEnrichSBOM_SPDXDeduplicatesRequests (line 258) | func TestEnrichSBOM_SPDXDeduplicatesRequests(t *testing.T) { function TestEnrichSBOM_SPDXExternalRefs (line 331) | func TestEnrichSBOM_SPDXExternalRefs(t *testing.T) { function setupTestEnv (line 372) | func setupTestEnv(t *testing.T) Service { function respond (line 414) | func respond(w http.ResponseWriter, data []byte) { FILE: lib/snyk/package.go constant version (line 35) | version = "2024-06-26" function purlToSnykAdvisor (line 37) | func purlToSnykAdvisor(purl *packageurl.PackageURL) string { function SnykAdvisorURL (line 46) | func SnykAdvisorURL(cfg *Config, purl *packageurl.PackageURL) string { function purlToSnykVulnDB (line 59) | func purlToSnykVulnDB(purl *packageurl.PackageURL) string { function SnykVulnURL (line 76) | func SnykVulnURL(cfg *Config, purl *packageurl.PackageURL) string { function GetPackageVulnerabilities (line 89) | func GetPackageVulnerabilities(cfg *Config, purl *packageurl.PackageURL,... function getRetryClient (line 112) | func getRetryClient(logger *zerolog.Logger) *http.Client { function parseRateLimitHeader (line 137) | func parseRateLimitHeader(v string) (time.Duration, bool) { FILE: lib/snyk/package_test.go function TestGetPackageVulnerabilities_RetryRateLimited (line 31) | func TestGetPackageVulnerabilities_RetryRateLimited(t *testing.T) { function TestGetPackageVulnerabilities_HandlesNilResponses (line 62) | func TestGetPackageVulnerabilities_HandlesNilResponses(t *testing.T) { function TestGetPackageVulnerabilities_SetsUserAgent (line 93) | func TestGetPackageVulnerabilities_SetsUserAgent(t *testing.T) { FILE: lib/snyk/self.go constant experimentalVersion (line 31) | experimentalVersion = "2023-04-28~experimental" function SnykOrgID (line 33) | func SnykOrgID(cfg *Config, auth *securityprovider.SecurityProviderApiKe... function AuthFromToken (line 64) | func AuthFromToken(token string) (*securityprovider.SecurityProviderApiK... FILE: lib/snyk/self_test.go function TestSnykOrgID_Success (line 34) | func TestSnykOrgID_Success(t *testing.T) { function TestSnykOrgID_Unauthorized (line 51) | func TestSnykOrgID_Unauthorized(t *testing.T) { function TestSnykOrgID_SetsUserAgent (line 69) | func TestSnykOrgID_SetsUserAgent(t *testing.T) { FILE: lib/snyk/service.go type Service (line 13) | type Service interface type serviceImpl (line 18) | type serviceImpl struct method EnrichSBOM (line 29) | func (svc *serviceImpl) EnrichSBOM(doc *sbom.SBOMDocument) *sbom.SBOMD... method GetPackageVulnerabilities (line 33) | func (svc *serviceImpl) GetPackageVulnerabilities(purl *packageurl.Pac... method getAuth (line 47) | func (svc *serviceImpl) getAuth() (*securityprovider.SecurityProviderA... method getOrgID (line 51) | func (svc *serviceImpl) getOrgID(auth *securityprovider.SecurityProvid... function NewService (line 25) | func NewService(cfg *Config, logger *zerolog.Logger) Service { FILE: main.go function main (line 25) | func main() { FILE: snyk/issues/issues.go constant APITokenScopes (line 23) | APITokenScopes = "APIToken.Scopes" constant BearerAuthScopes (line 24) | BearerAuthScopes = "BearerAuth.Scopes" constant Compliance (line 29) | Compliance ClassTypeDef = "compliance" constant RuleCategory (line 30) | RuleCategory ClassTypeDef = "rule-category" constant Weakness (line 31) | Weakness ClassTypeDef = "weakness" constant CommonIssueModelVThreeAttributesEffectiveSeverityLevelCritical (line 36) | CommonIssueModelVThreeAttributesEffectiveSeverityLevelCritical CommonIss... constant CommonIssueModelVThreeAttributesEffectiveSeverityLevelHigh (line 37) | CommonIssueModelVThreeAttributesEffectiveSeverityLevelHigh CommonIss... constant CommonIssueModelVThreeAttributesEffectiveSeverityLevelInfo (line 38) | CommonIssueModelVThreeAttributesEffectiveSeverityLevelInfo CommonIss... constant CommonIssueModelVThreeAttributesEffectiveSeverityLevelLow (line 39) | CommonIssueModelVThreeAttributesEffectiveSeverityLevelLow CommonIss... constant CommonIssueModelVThreeAttributesEffectiveSeverityLevelMedium (line 40) | CommonIssueModelVThreeAttributesEffectiveSeverityLevelMedium CommonIss... constant Ignore (line 45) | Ignore IgnoreType = "ignore" constant Function (line 50) | Function IssueAttributesCoordinatesReachability = "function" constant NoInfo (line 51) | NoInfo IssueAttributesCoordinatesReachability = "no-info" constant NotApplicable (line 52) | NotApplicable IssueAttributesCoordinatesReachability = "not-applicable" constant Package (line 53) | Package IssueAttributesCoordinatesReachability = "package" constant IssueAttributesCoordinatesRemediesTypeArm (line 58) | IssueAttributesCoordinatesRemediesTypeArm IssueAttributesC... constant IssueAttributesCoordinatesRemediesTypeAutomated (line 59) | IssueAttributesCoordinatesRemediesTypeAutomated IssueAttributesC... constant IssueAttributesCoordinatesRemediesTypeCli (line 60) | IssueAttributesCoordinatesRemediesTypeCli IssueAttributesC... constant IssueAttributesCoordinatesRemediesTypeCloudformation (line 61) | IssueAttributesCoordinatesRemediesTypeCloudformation IssueAttributesC... constant IssueAttributesCoordinatesRemediesTypeIndeterminate (line 62) | IssueAttributesCoordinatesRemediesTypeIndeterminate IssueAttributesC... constant IssueAttributesCoordinatesRemediesTypeKubernetes (line 63) | IssueAttributesCoordinatesRemediesTypeKubernetes IssueAttributesC... constant IssueAttributesCoordinatesRemediesTypeManual (line 64) | IssueAttributesCoordinatesRemediesTypeManual IssueAttributesC... constant IssueAttributesCoordinatesRemediesTypeRuleResultMessage (line 65) | IssueAttributesCoordinatesRemediesTypeRuleResultMessage IssueAttributesC... constant IssueAttributesCoordinatesRemediesTypeTerraform (line 66) | IssueAttributesCoordinatesRemediesTypeTerraform IssueAttributesC... constant IssueAttributesCoordinatesRepresentations2CloudResourceEnvironmentTypeAws (line 71) | IssueAttributesCoordinatesRepresentations2CloudResourceEnvironmentTypeAw... constant IssueAttributesCoordinatesRepresentations2CloudResourceEnvironmentTypeAzure (line 72) | IssueAttributesCoordinatesRepresentations2CloudResourceEnvironmentTypeAz... constant IssueAttributesCoordinatesRepresentations2CloudResourceEnvironmentTypeAzureAd (line 73) | IssueAttributesCoordinatesRepresentations2CloudResourceEnvironmentTypeAz... constant IssueAttributesCoordinatesRepresentations2CloudResourceEnvironmentTypeCli (line 74) | IssueAttributesCoordinatesRepresentations2CloudResourceEnvironmentTypeCl... constant IssueAttributesCoordinatesRepresentations2CloudResourceEnvironmentTypeGoogle (line 75) | IssueAttributesCoordinatesRepresentations2CloudResourceEnvironmentTypeGo... constant IssueAttributesCoordinatesRepresentations2CloudResourceEnvironmentTypeScm (line 76) | IssueAttributesCoordinatesRepresentations2CloudResourceEnvironmentTypeSc... constant IssueAttributesCoordinatesRepresentations2CloudResourceEnvironmentTypeTfc (line 77) | IssueAttributesCoordinatesRepresentations2CloudResourceEnvironmentTypeTf... constant Arm (line 82) | Arm IssueAttributesCoordinatesRepresentations2CloudResourceResourc... constant Cfn (line 83) | Cfn IssueAttributesCoordinatesRepresentations2CloudResourceResourc... constant CloudScan (line 84) | CloudScan IssueAttributesCoordinatesRepresentations2CloudResourceResourc... constant K8s (line 85) | K8s IssueAttributesCoordinatesRepresentations2CloudResourceResourc... constant Tf (line 86) | Tf IssueAttributesCoordinatesRepresentations2CloudResourceResourc... constant TfHcl (line 87) | TfHcl IssueAttributesCoordinatesRepresentations2CloudResourceResourc... constant TfPlan (line 88) | TfPlan IssueAttributesCoordinatesRepresentations2CloudResourceResourc... constant TfState (line 89) | TfState IssueAttributesCoordinatesRepresentations2CloudResourceResourc... constant IssueAttributesCoordinatesRepresentations2CloudResourceResourceTypeCloud (line 94) | IssueAttributesCoordinatesRepresentations2CloudResourceResourceTypeCloud... constant IssueAttributesCoordinatesRepresentations2CloudResourceResourceTypeIac (line 95) | IssueAttributesCoordinatesRepresentations2CloudResourceResourceTypeIac ... constant IssueAttributesEffectiveSeverityLevelCritical (line 100) | IssueAttributesEffectiveSeverityLevelCritical IssueAttributesEffectiveSe... constant IssueAttributesEffectiveSeverityLevelHigh (line 101) | IssueAttributesEffectiveSeverityLevelHigh IssueAttributesEffectiveSe... constant IssueAttributesEffectiveSeverityLevelInfo (line 102) | IssueAttributesEffectiveSeverityLevelInfo IssueAttributesEffectiveSe... constant IssueAttributesEffectiveSeverityLevelLow (line 103) | IssueAttributesEffectiveSeverityLevelLow IssueAttributesEffectiveSe... constant IssueAttributesEffectiveSeverityLevelMedium (line 104) | IssueAttributesEffectiveSeverityLevelMedium IssueAttributesEffectiveSe... constant IssueAttributesStatusOpen (line 109) | IssueAttributesStatusOpen IssueAttributesStatus = "open" constant IssueAttributesStatusResolved (line 110) | IssueAttributesStatusResolved IssueAttributesStatus = "resolved" constant IssueTypeIssue (line 115) | IssueTypeIssue IssueType = "issue" constant Organization (line 120) | Organization OrganizationType = "organization" constant Rule (line 125) | Rule ProblemTypeDef = "rule" constant Vulnerability (line 126) | Vulnerability ProblemTypeDef = "vulnerability" constant Disappeared (line 131) | Disappeared ResolutionTypeDef = "disappeared" constant Fixed (line 132) | Fixed ResolutionTypeDef = "fixed" constant Environment (line 137) | Environment ScanItemType = "environment" constant Project (line 138) | Project ScanItemType = "project" constant CustomExecution (line 143) | CustomExecution TestExecutionType = "custom-execution" constant TestWorkflowExecution (line 144) | TestWorkflowExecution TestExecutionType = "test-workflow-execution" constant TypeDefCloud (line 149) | TypeDefCloud TypeDef = "cloud" constant TypeDefCode (line 150) | TypeDefCode TypeDef = "code" constant TypeDefConfig (line 151) | TypeDefConfig TypeDef = "config" constant TypeDefCustom (line 152) | TypeDefCustom TypeDef = "custom" constant TypeDefLicense (line 153) | TypeDefLicense TypeDef = "license" constant TypeDefPackageVulnerability (line 154) | TypeDefPackageVulnerability TypeDef = "package_vulnerability" constant ListGroupIssuesParamsEffectiveSeverityLevelCritical (line 159) | ListGroupIssuesParamsEffectiveSeverityLevelCritical ListGroupIssuesParam... constant ListGroupIssuesParamsEffectiveSeverityLevelHigh (line 160) | ListGroupIssuesParamsEffectiveSeverityLevelHigh ListGroupIssuesParam... constant ListGroupIssuesParamsEffectiveSeverityLevelInfo (line 161) | ListGroupIssuesParamsEffectiveSeverityLevelInfo ListGroupIssuesParam... constant ListGroupIssuesParamsEffectiveSeverityLevelLow (line 162) | ListGroupIssuesParamsEffectiveSeverityLevelLow ListGroupIssuesParam... constant ListGroupIssuesParamsEffectiveSeverityLevelMedium (line 163) | ListGroupIssuesParamsEffectiveSeverityLevelMedium ListGroupIssuesParam... constant ListGroupIssuesParamsStatusOpen (line 168) | ListGroupIssuesParamsStatusOpen ListGroupIssuesParamsStatus = "open" constant ListGroupIssuesParamsStatusResolved (line 169) | ListGroupIssuesParamsStatusResolved ListGroupIssuesParamsStatus = "resol... constant ListOrgIssuesParamsEffectiveSeverityLevelCritical (line 174) | ListOrgIssuesParamsEffectiveSeverityLevelCritical ListOrgIssuesParamsEff... constant ListOrgIssuesParamsEffectiveSeverityLevelHigh (line 175) | ListOrgIssuesParamsEffectiveSeverityLevelHigh ListOrgIssuesParamsEff... constant ListOrgIssuesParamsEffectiveSeverityLevelInfo (line 176) | ListOrgIssuesParamsEffectiveSeverityLevelInfo ListOrgIssuesParamsEff... constant ListOrgIssuesParamsEffectiveSeverityLevelLow (line 177) | ListOrgIssuesParamsEffectiveSeverityLevelLow ListOrgIssuesParamsEff... constant ListOrgIssuesParamsEffectiveSeverityLevelMedium (line 178) | ListOrgIssuesParamsEffectiveSeverityLevelMedium ListOrgIssuesParamsEff... constant Open (line 183) | Open ListOrgIssuesParamsStatus = "open" constant Resolved (line 184) | Resolved ListOrgIssuesParamsStatus = "resolved" type BulkPackageUrlsRequestBody (line 191) | type BulkPackageUrlsRequestBody struct type CVSSSource (line 202) | type CVSSSource struct type Class (line 214) | type Class struct type ClassTypeDef (line 224) | type ClassTypeDef type CommonIssueModelVThree (line 227) | type CommonIssueModelVThree struct type CommonIssueModelVThreeAttributesEffectiveSeverityLevel (line 261) | type CommonIssueModelVThreeAttributesEffectiveSeverityLevel type Coordinate (line 264) | type Coordinate struct type Coordinate_Representations_Item (line 272) | type Coordinate_Representations_Item struct method AsResourcePathRepresentation (line 1065) | func (t Coordinate_Representations_Item) AsResourcePathRepresentation(... method FromResourcePathRepresentation (line 1072) | func (t *Coordinate_Representations_Item) FromResourcePathRepresentati... method MergeResourcePathRepresentation (line 1079) | func (t *Coordinate_Representations_Item) MergeResourcePathRepresentat... method AsPackageRepresentation (line 1091) | func (t Coordinate_Representations_Item) AsPackageRepresentation() (Pa... method FromPackageRepresentation (line 1098) | func (t *Coordinate_Representations_Item) FromPackageRepresentation(v ... method MergePackageRepresentation (line 1105) | func (t *Coordinate_Representations_Item) MergePackageRepresentation(v... method MarshalJSON (line 1116) | func (t Coordinate_Representations_Item) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 1121) | func (t *Coordinate_Representations_Item) UnmarshalJSON(b []byte) error { type DeployedRiskFactor (line 277) | type DeployedRiskFactor struct type Error (line 286) | type Error struct type ErrorDocument (line 315) | type ErrorDocument struct type ErrorLink (line 321) | type ErrorLink struct type ExploitDetails (line 326) | type ExploitDetails struct type IgnoreType (line 335) | type IgnoreType type Issue (line 338) | type Issue struct type IssueAttributes (line 349) | type IssueAttributes struct type IssueAttributesCoordinatesReachability (line 438) | type IssueAttributesCoordinatesReachability type IssueAttributesCoordinatesRemediesType (line 441) | type IssueAttributesCoordinatesRemediesType type IssueAttributesCoordinatesRepresentations0 (line 444) | type IssueAttributesCoordinatesRepresentations0 struct type IssueAttributesCoordinatesRepresentations1 (line 449) | type IssueAttributesCoordinatesRepresentations1 struct type IssueAttributesCoordinatesRepresentations2 (line 460) | type IssueAttributesCoordinatesRepresentations2 struct type IssueAttributesCoordinatesRepresentations2CloudResourceEnvironmentType (line 492) | type IssueAttributesCoordinatesRepresentations2CloudResourceEnvironmentType type IssueAttributesCoordinatesRepresentations2CloudResourceResourceInputType (line 495) | type IssueAttributesCoordinatesRepresentations2CloudResourceResourceInpu... type IssueAttributesCoordinatesRepresentations2CloudResourceResourceType (line 498) | type IssueAttributesCoordinatesRepresentations2CloudResourceResourceType type IssueAttributesCoordinatesRepresentations3 (line 501) | type IssueAttributesCoordinatesRepresentations3 struct type IssueAttributes_Coordinates_Representations_Item (line 520) | type IssueAttributes_Coordinates_Representations_Item struct method AsIssueAttributesCoordinatesRepresentations0 (line 1127) | func (t IssueAttributes_Coordinates_Representations_Item) AsIssueAttri... method FromIssueAttributesCoordinatesRepresentations0 (line 1134) | func (t *IssueAttributes_Coordinates_Representations_Item) FromIssueAt... method MergeIssueAttributesCoordinatesRepresentations0 (line 1141) | func (t *IssueAttributes_Coordinates_Representations_Item) MergeIssueA... method AsIssueAttributesCoordinatesRepresentations1 (line 1153) | func (t IssueAttributes_Coordinates_Representations_Item) AsIssueAttri... method FromIssueAttributesCoordinatesRepresentations1 (line 1160) | func (t *IssueAttributes_Coordinates_Representations_Item) FromIssueAt... method MergeIssueAttributesCoordinatesRepresentations1 (line 1167) | func (t *IssueAttributes_Coordinates_Representations_Item) MergeIssueA... method AsIssueAttributesCoordinatesRepresentations2 (line 1179) | func (t IssueAttributes_Coordinates_Representations_Item) AsIssueAttri... method FromIssueAttributesCoordinatesRepresentations2 (line 1186) | func (t *IssueAttributes_Coordinates_Representations_Item) FromIssueAt... method MergeIssueAttributesCoordinatesRepresentations2 (line 1193) | func (t *IssueAttributes_Coordinates_Representations_Item) MergeIssueA... method AsIssueAttributesCoordinatesRepresentations3 (line 1205) | func (t IssueAttributes_Coordinates_Representations_Item) AsIssueAttri... method FromIssueAttributesCoordinatesRepresentations3 (line 1212) | func (t *IssueAttributes_Coordinates_Representations_Item) FromIssueAt... method MergeIssueAttributesCoordinatesRepresentations3 (line 1219) | func (t *IssueAttributes_Coordinates_Representations_Item) MergeIssueA... method MarshalJSON (line 1230) | func (t IssueAttributes_Coordinates_Representations_Item) MarshalJSON(... method UnmarshalJSON (line 1235) | func (t *IssueAttributes_Coordinates_Representations_Item) UnmarshalJS... type IssueAttributesEffectiveSeverityLevel (line 526) | type IssueAttributesEffectiveSeverityLevel type IssueAttributesStatus (line 529) | type IssueAttributesStatus type IssueRelationships (line 532) | type IssueRelationships struct type IssueType (line 566) | type IssueType type IssuesMeta (line 569) | type IssuesMeta struct type IssuesResponse (line 574) | type IssuesResponse struct type IssuesWithPurlsResponse (line 582) | type IssuesWithPurlsResponse struct type JsonApi (line 592) | type JsonApi struct type LinkProperty (line 598) | type LinkProperty struct method AsLinkProperty0 (line 1241) | func (t LinkProperty) AsLinkProperty0() (LinkProperty0, error) { method FromLinkProperty0 (line 1248) | func (t *LinkProperty) FromLinkProperty0(v LinkProperty0) error { method MergeLinkProperty0 (line 1255) | func (t *LinkProperty) MergeLinkProperty0(v LinkProperty0) error { method AsLinkProperty1 (line 1267) | func (t LinkProperty) AsLinkProperty1() (LinkProperty1, error) { method FromLinkProperty1 (line 1274) | func (t *LinkProperty) FromLinkProperty1(v LinkProperty1) error { method MergeLinkProperty1 (line 1281) | func (t *LinkProperty) MergeLinkProperty1(v LinkProperty1) error { method MarshalJSON (line 1292) | func (t LinkProperty) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 1297) | func (t *LinkProperty) UnmarshalJSON(b []byte) error { type LinkProperty1 (line 606) | type LinkProperty1 struct type LoadedPackageRiskFactor (line 615) | type LoadedPackageRiskFactor struct type MaturityLevel (line 624) | type MaturityLevel struct type Meta (line 636) | type Meta type OSConditionRiskFactor (line 639) | type OSConditionRiskFactor struct type OrganizationType (line 648) | type OrganizationType type PackageMeta (line 651) | type PackageMeta struct type PackageRepresentation (line 669) | type PackageRepresentation struct type PaginatedLinks (line 674) | type PaginatedLinks struct type Problem (line 683) | type Problem struct type Problem3 (line 701) | type Problem3 struct type ProblemTypeDef (line 718) | type ProblemTypeDef type PublicFacingRiskFactor (line 721) | type PublicFacingRiskFactor struct type Remedy3 (line 733) | type Remedy3 struct type Resolution (line 747) | type Resolution struct type ResolutionTypeDef (line 757) | type ResolutionTypeDef type ResourcePathRepresentation (line 763) | type ResourcePathRepresentation struct type Risk (line 768) | type Risk struct type RiskFactor (line 777) | type RiskFactor struct method AsDeployedRiskFactor (line 1303) | func (t RiskFactor) AsDeployedRiskFactor() (DeployedRiskFactor, error) { method FromDeployedRiskFactor (line 1310) | func (t *RiskFactor) FromDeployedRiskFactor(v DeployedRiskFactor) error { method MergeDeployedRiskFactor (line 1318) | func (t *RiskFactor) MergeDeployedRiskFactor(v DeployedRiskFactor) err... method AsOSConditionRiskFactor (line 1331) | func (t RiskFactor) AsOSConditionRiskFactor() (OSConditionRiskFactor, ... method FromOSConditionRiskFactor (line 1338) | func (t *RiskFactor) FromOSConditionRiskFactor(v OSConditionRiskFactor... method MergeOSConditionRiskFactor (line 1346) | func (t *RiskFactor) MergeOSConditionRiskFactor(v OSConditionRiskFacto... method AsPublicFacingRiskFactor (line 1359) | func (t RiskFactor) AsPublicFacingRiskFactor() (PublicFacingRiskFactor... method FromPublicFacingRiskFactor (line 1366) | func (t *RiskFactor) FromPublicFacingRiskFactor(v PublicFacingRiskFact... method MergePublicFacingRiskFactor (line 1374) | func (t *RiskFactor) MergePublicFacingRiskFactor(v PublicFacingRiskFac... method AsLoadedPackageRiskFactor (line 1387) | func (t RiskFactor) AsLoadedPackageRiskFactor() (LoadedPackageRiskFact... method FromLoadedPackageRiskFactor (line 1394) | func (t *RiskFactor) FromLoadedPackageRiskFactor(v LoadedPackageRiskFa... method MergeLoadedPackageRiskFactor (line 1402) | func (t *RiskFactor) MergeLoadedPackageRiskFactor(v LoadedPackageRiskF... method Discriminator (line 1414) | func (t RiskFactor) Discriminator() (string, error) { method ValueByDiscriminator (line 1422) | func (t RiskFactor) ValueByDiscriminator() (interface{}, error) { method MarshalJSON (line 1441) | func (t RiskFactor) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 1446) | func (t *RiskFactor) UnmarshalJSON(b []byte) error { type RiskFactorLinks (line 782) | type RiskFactorLinks struct type RiskScore (line 787) | type RiskScore struct type ScanItemType (line 797) | type ScanItemType type Severity3 (line 800) | type Severity3 struct type Slots (line 821) | type Slots struct type TestExecutionType (line 840) | type TestExecutionType type TypeDef (line 843) | type TypeDef type GetIssue20020240123 (line 915) | type GetIssue20020240123 struct type ListIssues200 (line 923) | type ListIssues200 struct type ListGroupIssuesParams (line 930) | type ListGroupIssuesParams struct type ListGroupIssuesParamsEffectiveSeverityLevel (line 975) | type ListGroupIssuesParamsEffectiveSeverityLevel type ListGroupIssuesParamsStatus (line 978) | type ListGroupIssuesParamsStatus type GetGroupIssueByIssueIDParams (line 981) | type GetGroupIssueByIssueIDParams struct type ListOrgIssuesParams (line 987) | type ListOrgIssuesParams struct type ListOrgIssuesParamsEffectiveSeverityLevel (line 1032) | type ListOrgIssuesParamsEffectiveSeverityLevel type ListOrgIssuesParamsStatus (line 1035) | type ListOrgIssuesParamsStatus type GetOrgIssueByIssueIDParams (line 1038) | type GetOrgIssueByIssueIDParams struct type ListIssuesForManyPurlsParams (line 1044) | type ListIssuesForManyPurlsParams struct type FetchIssuesPerPurlParams (line 1050) | type FetchIssuesPerPurlParams struct type RequestEditorFn (line 1452) | type RequestEditorFn type HttpRequestDoer (line 1457) | type HttpRequestDoer interface type Client (line 1462) | type Client struct method ListGroupIssues (line 1545) | func (c *Client) ListGroupIssues(ctx context.Context, groupId openapi_... method GetGroupIssueByIssueID (line 1557) | func (c *Client) GetGroupIssueByIssueID(ctx context.Context, groupId o... method ListOrgIssues (line 1569) | func (c *Client) ListOrgIssues(ctx context.Context, orgId openapi_type... method GetOrgIssueByIssueID (line 1581) | func (c *Client) GetOrgIssueByIssueID(ctx context.Context, orgId opena... method ListIssuesForManyPurlsWithBody (line 1593) | func (c *Client) ListIssuesForManyPurlsWithBody(ctx context.Context, o... method ListIssuesForManyPurlsWithApplicationVndAPIPlusJSONBody (line 1605) | func (c *Client) ListIssuesForManyPurlsWithApplicationVndAPIPlusJSONBo... method FetchIssuesPerPurl (line 1617) | func (c *Client) FetchIssuesPerPurl(ctx context.Context, orgId OrgId, ... method applyEditors (line 2423) | func (c *Client) applyEditors(ctx context.Context, req *http.Request, ... type ClientOption (line 1479) | type ClientOption function NewClient (line 1482) | func NewClient(server string, opts ...ClientOption) (*Client, error) { function WithHTTPClient (line 1506) | func WithHTTPClient(doer HttpRequestDoer) ClientOption { function WithRequestEditorFn (line 1515) | func WithRequestEditorFn(fn RequestEditorFn) ClientOption { type ClientInterface (line 1523) | type ClientInterface interface function NewListGroupIssuesRequest (line 1630) | func NewListGroupIssuesRequest(server string, groupId openapi_types.UUID... function NewGetGroupIssueByIssueIDRequest (line 1890) | func NewGetGroupIssueByIssueIDRequest(server string, groupId openapi_typ... function NewListOrgIssuesRequest (line 1949) | func NewListOrgIssuesRequest(server string, orgId openapi_types.UUID, pa... function NewGetOrgIssueByIssueIDRequest (line 2209) | func NewGetOrgIssueByIssueIDRequest(server string, orgId openapi_types.U... function NewListIssuesForManyPurlsRequestWithApplicationVndAPIPlusJSONBody (line 2268) | func NewListIssuesForManyPurlsRequestWithApplicationVndAPIPlusJSONBody(s... function NewListIssuesForManyPurlsRequestWithBody (line 2279) | func NewListIssuesForManyPurlsRequestWithBody(server string, orgId OrgId... function NewFetchIssuesPerPurlRequest (line 2333) | func NewFetchIssuesPerPurlRequest(server string, orgId OrgId, purl Packa... type ClientWithResponses (line 2438) | type ClientWithResponses struct method ListGroupIssuesWithResponse (line 3232) | func (c *ClientWithResponses) ListGroupIssuesWithResponse(ctx context.... method GetGroupIssueByIssueIDWithResponse (line 3241) | func (c *ClientWithResponses) GetGroupIssueByIssueIDWithResponse(ctx c... method ListOrgIssuesWithResponse (line 3250) | func (c *ClientWithResponses) ListOrgIssuesWithResponse(ctx context.Co... method GetOrgIssueByIssueIDWithResponse (line 3259) | func (c *ClientWithResponses) GetOrgIssueByIssueIDWithResponse(ctx con... method ListIssuesForManyPurlsWithBodyWithResponse (line 3268) | func (c *ClientWithResponses) ListIssuesForManyPurlsWithBodyWithRespon... method ListIssuesForManyPurlsWithApplicationVndAPIPlusJSONBodyWithResponse (line 3276) | func (c *ClientWithResponses) ListIssuesForManyPurlsWithApplicationVnd... method FetchIssuesPerPurlWithResponse (line 3285) | func (c *ClientWithResponses) FetchIssuesPerPurlWithResponse(ctx conte... function NewClientWithResponses (line 2444) | func NewClientWithResponses(server string, opts ...ClientOption) (*Clien... function WithBaseURL (line 2453) | func WithBaseURL(baseURL string) ClientOption { type ClientWithResponsesInterface (line 2465) | type ClientWithResponsesInterface interface type ListGroupIssuesResponse (line 2487) | type ListGroupIssuesResponse struct method Status (line 2614) | func (r ListGroupIssuesResponse) Status() string { method StatusCode (line 2622) | func (r ListGroupIssuesResponse) StatusCode() int { type GetGroupIssueByIssueIDResponse (line 2629) | type GetGroupIssueByIssueIDResponse struct method Status (line 2816) | func (r GetGroupIssueByIssueIDResponse) Status() string { method StatusCode (line 2824) | func (r GetGroupIssueByIssueIDResponse) StatusCode() int { type ListOrgIssuesResponse (line 2831) | type ListOrgIssuesResponse struct method Status (line 2958) | func (r ListOrgIssuesResponse) Status() string { method StatusCode (line 2966) | func (r ListOrgIssuesResponse) StatusCode() int { type GetOrgIssueByIssueIDResponse (line 2973) | type GetOrgIssueByIssueIDResponse struct method Status (line 3160) | func (r GetOrgIssueByIssueIDResponse) Status() string { method StatusCode (line 3168) | func (r GetOrgIssueByIssueIDResponse) StatusCode() int { type ListIssuesForManyPurlsResponse (line 3175) | type ListIssuesForManyPurlsResponse struct method Status (line 3188) | func (r ListIssuesForManyPurlsResponse) Status() string { method StatusCode (line 3196) | func (r ListIssuesForManyPurlsResponse) StatusCode() int { type FetchIssuesPerPurlResponse (line 3203) | type FetchIssuesPerPurlResponse struct method Status (line 3216) | func (r FetchIssuesPerPurlResponse) Status() string { method StatusCode (line 3224) | func (r FetchIssuesPerPurlResponse) StatusCode() int { function ParseListGroupIssuesResponse (line 3294) | func ParseListGroupIssuesResponse(rsp *http.Response) (*ListGroupIssuesR... function ParseGetGroupIssueByIssueIDResponse (line 3464) | func ParseGetGroupIssueByIssueIDResponse(rsp *http.Response) (*GetGroupI... function ParseListOrgIssuesResponse (line 3706) | func ParseListOrgIssuesResponse(rsp *http.Response) (*ListOrgIssuesRespo... function ParseGetOrgIssueByIssueIDResponse (line 3876) | func ParseGetOrgIssueByIssueIDResponse(rsp *http.Response) (*GetOrgIssue... function ParseListIssuesForManyPurlsResponse (line 4118) | func ParseListIssuesForManyPurlsResponse(rsp *http.Response) (*ListIssue... function ParseFetchIssuesPerPurlResponse (line 4186) | func ParseFetchIssuesPerPurlResponse(rsp *http.Response) (*FetchIssuesPe... FILE: snyk/users/users.go constant APITokenScopes (line 22) | APITokenScopes = "APIToken.Scopes" constant BearerAuthScopes (line 23) | BearerAuthScopes = "BearerAuth.Scopes" constant Principal20240422TypeAppInstance (line 28) | Principal20240422TypeAppInstance Principal20240422Type = "app_instance" constant Principal20240422TypeServiceAccount (line 29) | Principal20240422TypeServiceAccount Principal20240422Type = "service_acc... constant Principal20240422TypeUser (line 30) | Principal20240422TypeUser Principal20240422Type = "user" constant Direct (line 35) | Direct UserAttributesMembershipStrategy = "direct" constant Indirect (line 36) | Indirect UserAttributesMembershipStrategy = "indirect" constant UserSettingsTypeUserSettings (line 41) | UserSettingsTypeUserSettings UserSettingsType = "user_settings" type AppInstance (line 48) | type AppInstance struct type Error (line 57) | type Error struct type ErrorDocument (line 86) | type ErrorDocument struct type ErrorLink (line 92) | type ErrorLink struct type JsonApi (line 97) | type JsonApi struct type LinkProperty (line 103) | type LinkProperty struct method AsLinkProperty0 (line 309) | func (t LinkProperty) AsLinkProperty0() (LinkProperty0, error) { method FromLinkProperty0 (line 316) | func (t *LinkProperty) FromLinkProperty0(v LinkProperty0) error { method MergeLinkProperty0 (line 323) | func (t *LinkProperty) MergeLinkProperty0(v LinkProperty0) error { method AsLinkProperty1 (line 335) | func (t LinkProperty) AsLinkProperty1() (LinkProperty1, error) { method FromLinkProperty1 (line 342) | func (t *LinkProperty) FromLinkProperty1(v LinkProperty1) error { method MergeLinkProperty1 (line 349) | func (t *LinkProperty) MergeLinkProperty1(v LinkProperty1) error { method MarshalJSON (line 360) | func (t LinkProperty) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 365) | func (t *LinkProperty) UnmarshalJSON(b []byte) error { type LinkProperty1 (line 111) | type LinkProperty1 struct type Links (line 120) | type Links struct type Meta (line 130) | type Meta type Principal20240422 (line 133) | type Principal20240422 struct type Principal20240422_Attributes (line 144) | type Principal20240422_Attributes struct method AsUser20240422 (line 371) | func (t Principal20240422_Attributes) AsUser20240422() (User20240422, ... method FromUser20240422 (line 378) | func (t *Principal20240422_Attributes) FromUser20240422(v User20240422... method MergeUser20240422 (line 385) | func (t *Principal20240422_Attributes) MergeUser20240422(v User2024042... method AsServiceAccount20240422 (line 397) | func (t Principal20240422_Attributes) AsServiceAccount20240422() (Serv... method FromServiceAccount20240422 (line 404) | func (t *Principal20240422_Attributes) FromServiceAccount20240422(v Se... method MergeServiceAccount20240422 (line 411) | func (t *Principal20240422_Attributes) MergeServiceAccount20240422(v S... method AsAppInstance (line 423) | func (t Principal20240422_Attributes) AsAppInstance() (AppInstance, er... method FromAppInstance (line 430) | func (t *Principal20240422_Attributes) FromAppInstance(v AppInstance) ... method MergeAppInstance (line 437) | func (t *Principal20240422_Attributes) MergeAppInstance(v AppInstance)... method MarshalJSON (line 448) | func (t Principal20240422_Attributes) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 453) | func (t *Principal20240422_Attributes) UnmarshalJSON(b []byte) error { type Principal20240422Type (line 149) | type Principal20240422Type type ServiceAccount20240422 (line 155) | type ServiceAccount20240422 struct type User (line 164) | type User struct type UserAttributesMembershipStrategy (line 194) | type UserAttributesMembershipStrategy type User20240422 (line 197) | type User20240422 struct type UserPatchRequestBody (line 215) | type UserPatchRequestBody struct type UserPreferredOrgSettings (line 231) | type UserPreferredOrgSettings struct type UserSettings (line 240) | type UserSettings struct type UserSettings_Attributes (line 251) | type UserSettings_Attributes struct method AsUserPreferredOrgSettings (line 459) | func (t UserSettings_Attributes) AsUserPreferredOrgSettings() (UserPre... method FromUserPreferredOrgSettings (line 466) | func (t *UserSettings_Attributes) FromUserPreferredOrgSettings(v UserP... method MergeUserPreferredOrgSettings (line 473) | func (t *UserSettings_Attributes) MergeUserPreferredOrgSettings(v User... method MarshalJSON (line 484) | func (t UserSettings_Attributes) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 489) | func (t *UserSettings_Attributes) UnmarshalJSON(b []byte) error { type UserSettingsType (line 256) | type UserSettingsType type UpdateUserApplicationVndAPIPlusJSONBody (line 277) | type UpdateUserApplicationVndAPIPlusJSONBody struct type UpdateUserParams (line 282) | type UpdateUserParams struct type GetUserParams (line 288) | type GetUserParams struct type GetSelfParams (line 294) | type GetSelfParams struct type GetUserSettingsParams (line 300) | type GetUserSettingsParams struct type UpdateUserApplicationVndAPIPlusJSONRequestBody (line 306) | type UpdateUserApplicationVndAPIPlusJSONRequestBody type RequestEditorFn (line 495) | type RequestEditorFn type HttpRequestDoer (line 500) | type HttpRequestDoer interface type Client (line 505) | type Client struct method UpdateUserWithBody (line 582) | func (c *Client) UpdateUserWithBody(ctx context.Context, groupId opena... method UpdateUserWithApplicationVndAPIPlusJSONBody (line 594) | func (c *Client) UpdateUserWithApplicationVndAPIPlusJSONBody(ctx conte... method GetUser (line 606) | func (c *Client) GetUser(ctx context.Context, orgId openapi_types.UUID... method GetSelf (line 618) | func (c *Client) GetSelf(ctx context.Context, params *GetSelfParams, r... method GetUserSettings (line 630) | func (c *Client) GetUserSettings(ctx context.Context, params *GetUserS... method applyEditors (line 863) | func (c *Client) applyEditors(ctx context.Context, req *http.Request, ... type ClientOption (line 522) | type ClientOption function NewClient (line 525) | func NewClient(server string, opts ...ClientOption) (*Client, error) { function WithHTTPClient (line 549) | func WithHTTPClient(doer HttpRequestDoer) ClientOption { function WithRequestEditorFn (line 558) | func WithRequestEditorFn(fn RequestEditorFn) ClientOption { type ClientInterface (line 566) | type ClientInterface interface function NewUpdateUserRequestWithApplicationVndAPIPlusJSONBody (line 643) | func NewUpdateUserRequestWithApplicationVndAPIPlusJSONBody(server string... function NewUpdateUserRequestWithBody (line 654) | func NewUpdateUserRequestWithBody(server string, groupId openapi_types.U... function NewGetUserRequest (line 715) | func NewGetUserRequest(server string, orgId openapi_types.UUID, id opena... function NewGetSelfRequest (line 774) | func NewGetSelfRequest(server string, params *GetSelfParams) (*http.Requ... function NewGetUserSettingsRequest (line 819) | func NewGetUserSettingsRequest(server string, params *GetUserSettingsPar... type ClientWithResponses (line 878) | type ClientWithResponses struct method UpdateUserWithBodyWithResponse (line 1041) | func (c *ClientWithResponses) UpdateUserWithBodyWithResponse(ctx conte... method UpdateUserWithApplicationVndAPIPlusJSONBodyWithResponse (line 1049) | func (c *ClientWithResponses) UpdateUserWithApplicationVndAPIPlusJSONB... method GetUserWithResponse (line 1058) | func (c *ClientWithResponses) GetUserWithResponse(ctx context.Context,... method GetSelfWithResponse (line 1067) | func (c *ClientWithResponses) GetSelfWithResponse(ctx context.Context,... method GetUserSettingsWithResponse (line 1076) | func (c *ClientWithResponses) GetUserSettingsWithResponse(ctx context.... function NewClientWithResponses (line 884) | func NewClientWithResponses(server string, opts ...ClientOption) (*Clien... function WithBaseURL (line 893) | func WithBaseURL(baseURL string) ClientOption { type ClientWithResponsesInterface (line 905) | type ClientWithResponsesInterface interface type UpdateUserResponse (line 921) | type UpdateUserResponse struct method Status (line 932) | func (r UpdateUserResponse) Status() string { method StatusCode (line 940) | func (r UpdateUserResponse) StatusCode() int { type GetUserResponse (line 947) | type GetUserResponse struct method Status (line 962) | func (r GetUserResponse) Status() string { method StatusCode (line 970) | func (r GetUserResponse) StatusCode() int { type GetSelfResponse (line 977) | type GetSelfResponse struct method Status (line 993) | func (r GetSelfResponse) Status() string { method StatusCode (line 1001) | func (r GetSelfResponse) StatusCode() int { type GetUserSettingsResponse (line 1008) | type GetUserSettingsResponse struct method Status (line 1025) | func (r GetUserSettingsResponse) Status() string { method StatusCode (line 1033) | func (r GetUserSettingsResponse) StatusCode() int { function ParseUpdateUserResponse (line 1085) | func ParseUpdateUserResponse(rsp *http.Response) (*UpdateUserResponse, e... function ParseGetUserResponse (line 1139) | func ParseGetUserResponse(rsp *http.Response) (*GetUserResponse, error) { function ParseGetSelfResponse (line 1203) | func ParseGetSelfResponse(rsp *http.Response) (*GetSelfResponse, error) { function ParseGetUserSettingsResponse (line 1268) | func ParseGetUserSettingsResponse(rsp *http.Response) (*GetUserSettingsR...