Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cue-labs/oci
/ functions
Functions
581 in github.com/cue-labs/oci
⨍
Functions
581
◇
Types & classes
100
Method
ResolveBlob
(ctx context.Context, repo string, digest Digest)
ociregistry/func.go:101
Method
ResolveBlob
(ctx context.Context, repo string, digest ociregistry.Digest)
ociregistry/ociunify/reader.go:81
Method
ResolveBlob
(ctx context.Context, repoName string, digest ociregistry.Digest)
ociregistry/ocimem/reader.go:84
Method
ResolveBlob
(ctx context.Context, repo string, digest ociregistry.Digest)
ociregistry/ociclient/reader.go:70
Method
ResolveBlob
(ctx context.Context, repo string, digest ociregistry.Digest)
ociregistry/ocifilter/sub.go:85
Method
ResolveBlob
(ctx context.Context, repo string, digest ociregistry.Digest)
ociregistry/ocifilter/select.go:117
Method
ResolveBlob
(ctx context.Context, repoName string, digest ociregistry.Digest)
ociregistry/ocidebug/debug.go:174
Method
ResolveManifest
(ctx context.Context, repo string, digest Digest)
ociregistry/func.go:108
Method
ResolveManifest
(ctx context.Context, repo string, digest ociregistry.Digest)
ociregistry/ociunify/reader.go:87
Method
ResolveManifest
(ctx context.Context, repoName string, digest ociregistry.Digest)
ociregistry/ocimem/reader.go:94
Method
ResolveManifest
(ctx context.Context, repo string, digest ociregistry.Digest)
ociregistry/ociclient/reader.go:78
Method
ResolveManifest
(ctx context.Context, repo string, digest ociregistry.Digest)
ociregistry/ocifilter/sub.go:90
Method
ResolveManifest
(ctx context.Context, repo string, digest ociregistry.Digest)
ociregistry/ocifilter/select.go:124
Method
ResolveManifest
(ctx context.Context, repoName string, digest ociregistry.Digest)
ociregistry/ocidebug/debug.go:185
Method
ResolveTag
(ctx context.Context, repo string, tagName string)
ociregistry/func.go:115
Method
ResolveTag
(ctx context.Context, repo string, tagName string)
ociregistry/ociunify/reader.go:93
Method
ResolveTag
(ctx context.Context, repo string, tag string)
ociregistry/ociclient/reader.go:86
Method
ResolveTag
(ctx context.Context, repo string, tagName string)
ociregistry/ocifilter/sub.go:95
Method
ResolveTag
(ctx context.Context, repo string, tagName string)
ociregistry/ocifilter/select.go:131
Method
ResolveTag
(ctx context.Context, repoName string, tagName string)
ociregistry/ocidebug/debug.go:196
Method
Response
Response holds the HTTP response that caused the HTTPError to be created. It will return nil if the error was not created as a result of an HTTP respo
ociregistry/error.go:159
Method
Response
Response implements [HTTPError.Response].
ociregistry/error.go:227
Method
ResponseBody
ResponseBody returns the contents of the response body. It will return nil if the error was not created as a result of an HTTP response. The caller s
ociregistry/error.go:166
Method
ResponseBody
ResponseBody implements [HTTPError.ResponseBody].
ociregistry/error.go:232
Method
RoundTrip
(req *http.Request)
ociregistry/ociclient/badname_test.go:29
Method
RoundTrip
RoundTrip implements [http.RoundTripper.RoundTrip].
ociregistry/ociauth/auth.go:119
Function
Select
Select returns a wrapper for r that provides only repositories for which allow returns true. Requests for disallowed repositories will return ErrName
ociregistry/ocifilter/select.go:74
Method
Size
()
ociregistry/ociunify/writer.go:148
Method
Size
()
ociregistry/ocimem/blob.go:94
Method
Size
()
ociregistry/ociclient/writer.go:368
Method
Size
()
ociregistry/ocidebug/debug.go:228
Method
Skipf
(format string, args ...any)
ociregistry/ociauth/auth_test.go:838
Method
StatusCode
StatusCode implements [HTTPError.StatusCode].
ociregistry/error.go:222
Method
String
()
ociregistry/ociauth/scope.go:31
Method
Tags
(ctx context.Context, repo string, startAfter string)
ociregistry/func.go:185
Method
Tags
(ctx context.Context, repo, startAfter string)
ociregistry/ociunify/lister.go:34
Method
Tags
(_ context.Context, repoName string, startAfter string)
ociregistry/ocimem/lister.go:32
Method
Tags
(ctx context.Context, repoName, startAfter string)
ociregistry/ociclient/lister.go:54
Method
Tags
(ctx context.Context, repo, startAfter string)
ociregistry/ocifilter/sub.go:159
Method
Tags
(ctx context.Context, repo, startAfter string)
ociregistry/ocifilter/select.go:217
Method
Tags
(ctx context.Context, repoName string, startAfter string)
ociregistry/ocidebug/debug.go:166
Function
Test401ResponseWithJustAcquiredToken
(t *testing.T)
ociregistry/ociauth/auth_test.go:239
Function
Test401ResponseWithNonAcquiredToken
(t *testing.T)
ociregistry/ociauth/auth_test.go:311
Function
TestAccessCheckerAccessRequest
(t *testing.T)
ociregistry/ocifilter/select_test.go:42
Function
TestAccessCheckerErrorReturn
(t *testing.T)
ociregistry/ocifilter/select_test.go:30
Function
TestAuthNotAvailableAfterChallenge
(t *testing.T)
ociregistry/ociauth/auth_test.go:206
Function
TestAuthRequestUsesRefreshTokenFromAuthServer
(t *testing.T)
ociregistry/ociauth/auth_test.go:552
Function
TestAuthRequestUsesRefreshTokenFromConfig
(t *testing.T)
ociregistry/ociauth/auth_test.go:489
Function
TestAuthScopes
(t *testing.T)
ociregistry/ociclient/auth_test.go:19
Function
TestAuthServerRejectsRequestsWithTooMuchScope
(t *testing.T)
ociregistry/ociauth/auth_test.go:445
Function
TestBadRepoName
(t *testing.T)
ociregistry/ociclient/badname_test.go:12
Function
TestBasicAuth
(t *testing.T)
ociregistry/ociauth/auth_test.go:21
Function
TestBearerAuth
(t *testing.T)
ociregistry/ociauth/auth_test.go:50
Function
TestBearerAuthAdditionalScope
(t *testing.T)
ociregistry/ociauth/auth_test.go:102
Function
TestBearerAuthRequiresExactScope
(t *testing.T)
ociregistry/ociauth/auth_test.go:155
Function
TestCalls
(t *testing.T)
ociregistry/ociserver/registry_test.go:51
Function
TestClientAsProxy
(t *testing.T)
ociregistry/internal/conformance/conformance_test.go:77
Function
TestClientAsProxyWithMaxPageSize
(t *testing.T)
ociregistry/internal/conformance/conformance_test.go:114
Function
TestClientAsProxyWithNoLinkHeaders
(t *testing.T)
ociregistry/internal/conformance/conformance_test.go:95
Function
TestClientAsProxyWithOmittedTagGetDigest
(t *testing.T)
ociregistry/internal/conformance/conformance_test.go:130
Function
TestConfigDataMergeInto
(t *testing.T)
ociregistry/ociauth/authfile_test.go:527
Function
TestConfigErrorNilRequestBody
(t *testing.T)
ociregistry/ociauth/auth_test.go:384
Function
TestConfigHasAccessToken
(t *testing.T)
ociregistry/ociauth/auth_test.go:357
Function
TestConfigSourceRead
(t *testing.T)
ociregistry/ociauth/authfile_test.go:473
Function
TestConfigSourceReadError
(t *testing.T)
ociregistry/ociauth/authfile_test.go:521
Function
TestCustomErrorWriter
(t *testing.T)
ociregistry/ociserver/error_test.go:29
Function
TestDeleteBlob
(t *testing.T)
ociregistry/ocimem/check_test.go:370
Function
TestDeleteManifest
(t *testing.T)
ociregistry/ocimem/check_test.go:480
Function
TestDeleteTag
(t *testing.T)
ociregistry/ocimem/check_test.go:578
Function
TestError
(t *testing.T)
ociregistry/error_test.go:65
Function
TestErrorSeq
(t *testing.T)
ociregistry/iter_test.go:20
Function
TestErrorStuttering
(t *testing.T)
ociregistry/ociclient/error_test.go:18
Function
TestHTTPStatusOverriddenByErrorCode
(t *testing.T)
ociregistry/ociserver/error_test.go:47
Function
TestHTTPStatusUsedForUnknownErrorCode
(t *testing.T)
ociregistry/ociserver/error_test.go:71
Function
TestIsValidHost
(t *testing.T)
ociregistry/ociref/reference_test.go:409
Function
TestIsValidRepository
(t *testing.T)
ociregistry/ociref/reference_test.go:467
Function
TestIsValidTag
(t *testing.T)
ociregistry/ociref/reference_test.go:522
Function
TestLaterRequestCanUseEarlierTokenWithLargerScope
(t *testing.T)
ociregistry/ociauth/auth_test.go:402
Function
TestLoad
(t *testing.T)
ociregistry/ociauth/authfile_test.go:39
Function
TestLoadDockerConfigOverridesHome
TestLoadDockerConfigOverridesHome checks that $DOCKER_CONFIG replaces ~/.docker rather than supplementing it, matching the Docker CLI.
ociregistry/ociauth/authfile_test.go:153
Function
TestLoadWithNoConfig
(t *testing.T)
ociregistry/ociauth/authfile_test.go:25
Function
TestMain
(m *testing.M)
cmd/ocisrv/main_test.go:50
Function
TestMain
(m *testing.M)
ociregistry/ociauth/authfile_test.go:17
Function
TestMem
(t *testing.T)
ociregistry/internal/conformance/conformance_test.go:55
Function
TestMergeIter
(t *testing.T)
ociregistry/ociunify/iter_test.go:48
Function
TestNonJSONErrorResponse
(t *testing.T)
ociregistry/ociclient/error_test.go:46
Function
TestParseReference
(t *testing.T)
ociregistry/ociref/reference_test.go:350
Function
TestParseRequest
(t *testing.T)
ociregistry/internal/ocirequest/request_test.go:146
Function
TestParseScope
(t *testing.T)
ociregistry/ociauth/scope_test.go:142
Function
TestProxyRequests
(t *testing.T)
ociregistry/ociserver/proxy_test.go:145
Function
TestPushManifest
(t *testing.T)
ociregistry/ocimem/check_test.go:263
Function
TestReferrersFallback
(t *testing.T)
ociregistry/ociclient/referrers_test.go:24
Function
TestReferrersTag
(t *testing.T)
ociregistry/ociclient/referrerstag_test.go:27
Function
TestScopeContains
(t *testing.T)
ociregistry/ociauth/scope_test.go:350
Function
TestScopeHolds
(t *testing.T)
ociregistry/ociauth/scope_test.go:285
Function
TestScopeLen
(t *testing.T)
ociregistry/ociauth/scope_test.go:384
Function
TestScopeLenOnUnlimitedScopePanics
(t *testing.T)
ociregistry/ociauth/scope_test.go:392
Function
TestScopeUnion
(t *testing.T)
ociregistry/ociauth/scope_test.go:219
Function
TestScript
(t *testing.T)
cmd/ocisrv/main_test.go:56
Function
TestSelectAll
(t *testing.T)
ociregistry/internal/conformance/conformance_test.go:145
← previous
next →
401–500 of 581, ranked by callers