Versions in this module Expand all Collapse all v0 v0.19.4 May 24, 2023 Changes in this version + var Metadata = &EdmxMetadata + func DeletePackage(ctx *context.Context) + func DownloadPackageFile(ctx *context.Context) + func DownloadSymbolFile(ctx *context.Context) + func EnumeratePackageVersionsV2(ctx *context.Context) + func EnumeratePackageVersionsV2Count(ctx *context.Context) + func EnumeratePackageVersionsV3(ctx *context.Context) + func FeedCapabilityResource(ctx *context.Context) + func RegistrationIndex(ctx *context.Context) + func RegistrationLeafV2(ctx *context.Context) + func RegistrationLeafV3(ctx *context.Context) + func SearchServiceV2(ctx *context.Context) + func SearchServiceV2Count(ctx *context.Context) + func SearchServiceV3(ctx *context.Context) + func ServiceIndexV2(ctx *context.Context) + func ServiceIndexV3(ctx *context.Context) + func UploadPackage(ctx *context.Context) + func UploadSymbolPackage(ctx *context.Context) + type AtomTitle struct + Text string + Type string + type Auth struct + func (a *Auth) Name() string + func (a *Auth) Verify(req *http.Request, w http.ResponseWriter, store auth.DataStore, ...) (*user_model.User, error) + type CatalogEntry struct + Authors string + CatalogLeafURL string + DependencyGroups []*PackageDependencyGroup + Description string + ID string + PackageContentURL string + ProjectURL string + ReleaseNotes string + RequireLicenseAcceptance bool + Version string + type EdmxDataServices struct + DataServiceVersion string + MaxDataServiceVersion string + Schema []EdmxSchema + XmlnsM string + type EdmxEntityContainer struct + EntitySet EdmxEntitySet + FunctionImports []EdmxFunctionImport + IsDefaultEntityContainer bool + Name string + type EdmxEntitySet struct + EntityType string + Name string + type EdmxEntityType struct + HasStream bool + Keys []EdmxPropertyRef + Name string + Properties []EdmxProperty + type EdmxFunctionImport struct + EntitySet string + Name string + Parameter []EdmxFunctionParameter + ReturnType string + type EdmxFunctionParameter struct + Name string + Type string + type EdmxMetadata struct + DataServices EdmxDataServices + Version string + XMLName xml.Name + XmlnsEdmx string + type EdmxProperty struct + Name string + Nullable bool + Type string + type EdmxPropertyRef struct + Name string + type EdmxSchema struct + EntityContainer *EdmxEntityContainer + EntityType *EdmxEntityType + Namespace string + Xmlns string + type FeedEntry struct + Author string + Base string + Category FeedEntryCategory + Content string + ID string + Links []FeedEntryLink + Properties *FeedEntryProperties + Summary string + Title TypedValue[string] + Updated time.Time + XMLName xml.Name + Xmlns string + XmlnsD string + XmlnsM string + type FeedEntryCategory struct + Scheme string + Term string + type FeedEntryLink struct + Href string + Rel string + type FeedEntryProperties struct + Authors string + Created TypedValue[time.Time] + Dependencies string + Description string + DownloadCount TypedValue[int64] + LastUpdated TypedValue[time.Time] + NormalizedVersion string + PackageSize TypedValue[int64] + ProjectURL string + Published TypedValue[time.Time] + ReleaseNotes string + RequireLicenseAcceptance TypedValue[bool] + Title string + Version string + VersionDownloadCount TypedValue[int64] + type FeedResponse struct + Base string + Count int64 + Entries []*FeedEntry + ID string + Link FeedEntryLink + Title TypedValue[string] + Updated time.Time + XMLName xml.Name + Xmlns string + XmlnsD string + XmlnsM string + type PackageDependency struct + ID string + Range string + type PackageDependencyGroup struct + Dependencies []*PackageDependency + TargetFramework string + type PackageVersionsResponse struct + Versions []string + type RegistrationIndexPage struct + Count int + Items []*RegistrationIndexPageItem + Lower string + RegistrationPageURL string + Upper string + type RegistrationIndexPageItem struct + CatalogEntry *CatalogEntry + PackageContentURL string + RegistrationLeafURL string + type RegistrationIndexResponse struct + Count int + Pages []*RegistrationIndexPage + RegistrationIndexURL string + Type []string + type RegistrationLeafResponse struct + Listed bool + PackageContentURL string + Published time.Time + RegistrationIndexURL string + RegistrationLeafURL string + Type []string + type SearchResult struct + Authors string + Description string + ID string + ProjectURL string + RegistrationIndexURL string + Version string + Versions []*SearchResultVersion + type SearchResultResponse struct + Data []*SearchResult + TotalHits int64 + type SearchResultVersion struct + Downloads int64 + RegistrationLeafURL string + Version string + type ServiceCollection struct + Href string + Title AtomTitle + type ServiceIndexResponseV2 struct + Base string + Workspace ServiceWorkspace + XMLName xml.Name + Xmlns string + XmlnsAtom string + type ServiceIndexResponseV3 struct + Resources []ServiceResource + Version string + type ServiceResource struct + ID string + Type string + type ServiceWorkspace struct + Collection ServiceCollection + Title AtomTitle + type TypedValue struct + Type string + Value T