repo
stringlengths
6
47
file_url
stringlengths
77
269
file_path
stringlengths
5
186
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-07 08:35:43
2026-01-07 08:55:24
truncated
bool
2 classes
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_credential_shared_key.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_credential_shared_key.go
package azblob import ( "bytes" "context" "crypto/hmac" "crypto/sha256" "encoding/base64" "errors" "net/http" "net/url" "sort" "strings" "time" "github.com/Azure/azure-pipeline-go/pipeline" ) // NewSharedKeyCredential creates an immutable SharedKeyCredential containing the // storage account's name and e...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_policy_request_log.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_policy_request_log.go
package azblob import ( "bytes" "context" "fmt" "net/http" "net/url" "runtime" "strings" "time" "github.com/Azure/azure-pipeline-go/pipeline" ) // RequestLogOptions configures the retry policy's behavior. type RequestLogOptions struct { // LogWarningIfTryOverThreshold logs a warning if a tried operation ta...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_response_error.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_response_error.go
package azblob // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated. import ( "bytes" "fmt" "github.com/Azure/azure-pipeline-go/pipeline" "net" "net/http" ) // if you want to provide custom error handling set this variabl...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/access_conditions.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/access_conditions.go
package azblob import ( "time" ) // ModifiedAccessConditions identifies standard HTTP access conditions which you optionally set. type ModifiedAccessConditions struct { IfModifiedSince time.Time IfUnmodifiedSince time.Time IfMatch ETag IfNoneMatch ETag } // pointers is for internal infrastruct...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_policy_retry.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_policy_retry.go
package azblob import ( "context" "errors" "io" "io/ioutil" "math/rand" "net" "net/http" "strconv" "strings" "time" "github.com/Azure/azure-pipeline-go/pipeline" ) // RetryPolicy tells the pipeline what kind of retry policy to use. See the RetryPolicy* constants. type RetryPolicy int32 const ( // RetryP...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/url_page_blob.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/url_page_blob.go
package azblob import ( "context" "fmt" "io" "net/url" "strconv" "github.com/Azure/azure-pipeline-go/pipeline" ) const ( // PageBlobPageBytes indicates the number of bytes in a page (512). PageBlobPageBytes = 512 // PageBlobMaxPutPagesBytes indicates the maximum number of bytes that can be sent in a call t...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_append_blob.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_append_blob.go
package azblob // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated. import ( "context" "encoding/base64" "github.com/Azure/azure-pipeline-go/pipeline" "io" "io/ioutil" "net/http" "net/url" "strconv" "time" ) // appen...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_block_blob.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_block_blob.go
package azblob // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated. import ( "bytes" "context" "encoding/base64" "encoding/xml" "github.com/Azure/azure-pipeline-go/pipeline" "io" "io/ioutil" "net/http" "net/url" "str...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
true
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_util_validate.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_util_validate.go
package azblob import ( "errors" "fmt" "io" "strconv" ) // httpRange defines a range of bytes within an HTTP resource, starting at offset and // ending at offset+count. A zero-value httpRange indicates the entire resource. An httpRange // which has an offset but na zero value count indicates from the offset to th...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_policy_unique_request_id.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_policy_unique_request_id.go
package azblob import ( "context" "github.com/Azure/azure-pipeline-go/pipeline" ) // NewUniqueRequestIDPolicyFactory creates a UniqueRequestIDPolicyFactory object // that sets the request's x-ms-client-request-id header if it doesn't already exist. func NewUniqueRequestIDPolicyFactory() pipeline.Factory { return ...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/common_utils.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/common_utils.go
package azblob
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_page_blob.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_page_blob.go
package azblob // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated. import ( "context" "encoding/base64" "encoding/xml" "github.com/Azure/azure-pipeline-go/pipeline" "io" "io/ioutil" "net/http" "net/url" "strconv" "t...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
true
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_blob.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_blob.go
package azblob // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated. import ( "bytes" "context" "encoding/base64" "encoding/xml" "github.com/Azure/azure-pipeline-go/pipeline" "io" "io/ioutil" "net/http" "net/url" "str...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
true
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_service_codes_common.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_service_codes_common.go
package azblob // https://docs.microsoft.com/en-us/rest/api/storageservices/common-rest-api-error-codes const ( // ServiceCodeNone is the default value. It indicates that the error was related to the service or that the service didn't return a code. ServiceCodeNone ServiceCodeType = "" // ServiceCodeAccountAlread...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/user_delegation_credential.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/user_delegation_credential.go
package azblob import ( "crypto/hmac" "crypto/sha256" "encoding/base64" ) // NewUserDelegationCredential creates a new UserDelegationCredential using a Storage account's name and a user delegation key from it func NewUserDelegationCredential(accountName string, key UserDelegationKey) UserDelegationCredential { re...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_service.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_service.go
package azblob // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated. import ( "bytes" "context" "encoding/xml" "github.com/Azure/azure-pipeline-go/pipeline" "io" "io/ioutil" "net/http" "net/url" "strconv" ) // service...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/version.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/version.go
package azblob const serviceLibVersion = "0.11"
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_models.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_models.go
package azblob // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated. import ( "encoding/base64" "encoding/xml" "errors" "io" "net/http" "reflect" "strconv" "strings" "time" "unsafe" ) // ETag is an entity tag. type E...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
true
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_storage_error.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_storage_error.go
package azblob import ( "bytes" "encoding/xml" "fmt" "net/http" "sort" "github.com/Azure/azure-pipeline-go/pipeline" ) func init() { // wire up our custom error handling constructor responseErrorFactory = newStorageError } // ServiceCodeType is a string identifying a storage service error. // For more infor...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_sas_query_params.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_sas_query_params.go
package azblob import ( "errors" "net" "net/url" "strings" "time" ) // SASVersion indicates the SAS version. const SASVersion = ServiceVersion type SASProtocol string const ( // SASProtocolHTTPS can be specified for a SAS protocol SASProtocolHTTPS SASProtocol = "https" // SASProtocolHTTPSandHTTP can be spe...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_responder_policy.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_responder_policy.go
package azblob // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated. import ( "bytes" "context" "encoding/xml" "github.com/Azure/azure-pipeline-go/pipeline" "io/ioutil" ) type responder func(resp pipeline.Response) (resul...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_mmf_unix.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_mmf_unix.go
// +build linux darwin freebsd openbsd netbsd dragonfly solaris illumos package azblob import ( "os" "golang.org/x/sys/unix" ) type mmf []byte func newMMF(file *os.File, writable bool, offset int64, length int) (mmf, error) { prot, flags := unix.PROT_READ, unix.MAP_SHARED // Assume read-only if writable { pr...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/highlevel.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/highlevel.go
package azblob import ( "context" "encoding/base64" "io" "net/http" "bytes" "os" "sync" "time" "errors" "github.com/Azure/azure-pipeline-go/pipeline" ) // CommonResponse returns the headers common to all blob REST API responses. type CommonResponse interface { // ETag returns the value for header ETag. ...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_credential_token.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_credential_token.go
package azblob import ( "context" "errors" "sync/atomic" "runtime" "sync" "time" "github.com/Azure/azure-pipeline-go/pipeline" ) // TokenRefresher represents a callback method that you write; this method is called periodically // so you can refresh the token credential's value. type TokenRefresher func(crede...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_mmf_windows.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_mmf_windows.go
package azblob import ( "os" "reflect" "syscall" "unsafe" ) type mmf []byte func newMMF(file *os.File, writable bool, offset int64, length int) (mmf, error) { prot, access := uint32(syscall.PAGE_READONLY), uint32(syscall.FILE_MAP_READ) // Assume read-only if writable { prot, access = uint32(syscall.PAGE_READ...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_sas_account.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_sas_account.go
package azblob import ( "bytes" "errors" "fmt" "strings" "time" ) // AccountSASSignatureValues is used to generate a Shared Access Signature (SAS) for an Azure Storage account. // For more information, see https://docs.microsoft.com/rest/api/storageservices/constructing-an-account-sas type AccountSASSignatureVal...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/url_append_blob.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/url_append_blob.go
package azblob import ( "context" "io" "net/url" "github.com/Azure/azure-pipeline-go/pipeline" ) const ( // AppendBlobMaxAppendBlockBytes indicates the maximum number of bytes that can be sent in a call to AppendBlock. AppendBlobMaxAppendBlockBytes = 4 * 1024 * 1024 // 4MB // AppendBlobMaxBlocks indicates th...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/Azure/azure-storage-blob-go/azblob/url_blob.go
vendor/github.com/Azure/azure-storage-blob-go/azblob/url_blob.go
package azblob import ( "context" "github.com/Azure/azure-pipeline-go/pipeline" "net/url" "strings" ) // A BlobURL represents a URL to an Azure Storage blob; the blob may be a block blob, append blob, or page blob. type BlobURL struct { blobClient blobClient } type BlobTagsMap map[string]string var DefaultAcce...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/cpuid/v2/cpuid.go
vendor/github.com/klauspost/cpuid/v2/cpuid.go
// Copyright (c) 2015 Klaus Post, released under MIT License. See LICENSE file. // Package cpuid provides information about the CPU running the current program. // // CPU features are detected on startup, and kept for fast access through the life of the application. // Currently x86 / x64 (AMD64) as well as arm64 is s...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
true
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/cpuid/v2/os_other_arm64.go
vendor/github.com/klauspost/cpuid/v2/os_other_arm64.go
// Copyright (c) 2020 Klaus Post, released under MIT License. See LICENSE file. //go:build arm64 && !linux && !darwin // +build arm64,!linux,!darwin package cpuid import "runtime" func detectOS(c *CPUInfo) bool { c.PhysicalCores = runtime.NumCPU() // For now assuming 1 thread per core... c.ThreadsPerCore = 1 c....
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/cpuid/v2/detect_arm64.go
vendor/github.com/klauspost/cpuid/v2/detect_arm64.go
// Copyright (c) 2015 Klaus Post, released under MIT License. See LICENSE file. //go:build arm64 && !gccgo && !noasm && !appengine // +build arm64,!gccgo,!noasm,!appengine package cpuid import "runtime" func getMidr() (midr uint64) func getProcFeatures() (procFeatures uint64) func getInstAttributes() (instAttrReg0,...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/cpuid/v2/os_safe_linux_arm64.go
vendor/github.com/klauspost/cpuid/v2/os_safe_linux_arm64.go
// Copyright (c) 2021 Klaus Post, released under MIT License. See LICENSE file. //go:build nounsafe // +build nounsafe package cpuid var hwcap uint
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/cpuid/v2/detect_ref.go
vendor/github.com/klauspost/cpuid/v2/detect_ref.go
// Copyright (c) 2015 Klaus Post, released under MIT License. See LICENSE file. //go:build (!amd64 && !386 && !arm64) || gccgo || noasm || appengine // +build !amd64,!386,!arm64 gccgo noasm appengine package cpuid func initCPU() { cpuid = func(uint32) (a, b, c, d uint32) { return 0, 0, 0, 0 } cpuidex = func(x, y u...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/cpuid/v2/featureid_string.go
vendor/github.com/klauspost/cpuid/v2/featureid_string.go
// Code generated by "stringer -type=FeatureID,Vendor"; DO NOT EDIT. package cpuid import "strconv" func _() { // An "invalid array index" compiler error signifies that the constant values have changed. // Re-run the stringer command to generate them again. var x [1]struct{} _ = x[ADX-1] _ = x[AESNI-2] _ = x[A...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/cpuid/v2/detect_x86.go
vendor/github.com/klauspost/cpuid/v2/detect_x86.go
// Copyright (c) 2015 Klaus Post, released under MIT License. See LICENSE file. //go:build (386 && !gccgo && !noasm && !appengine) || (amd64 && !gccgo && !noasm && !appengine) // +build 386,!gccgo,!noasm,!appengine amd64,!gccgo,!noasm,!appengine package cpuid func asmCpuid(op uint32) (eax, ebx, ecx, edx uint32) func...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/cpuid/v2/os_unsafe_linux_arm64.go
vendor/github.com/klauspost/cpuid/v2/os_unsafe_linux_arm64.go
// Copyright (c) 2021 Klaus Post, released under MIT License. See LICENSE file. //go:build !nounsafe // +build !nounsafe package cpuid import _ "unsafe" // needed for go:linkname //go:linkname hwcap internal/cpu.HWCap var hwcap uint
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/cpuid/v2/os_darwin_arm64.go
vendor/github.com/klauspost/cpuid/v2/os_darwin_arm64.go
// Copyright (c) 2020 Klaus Post, released under MIT License. See LICENSE file. package cpuid import ( "runtime" "strings" "golang.org/x/sys/unix" ) func detectOS(c *CPUInfo) bool { if runtime.GOOS != "ios" { tryToFillCPUInfoFomSysctl(c) } // There are no hw.optional sysctl values for the below features on ...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/cpuid/v2/os_linux_arm64.go
vendor/github.com/klauspost/cpuid/v2/os_linux_arm64.go
// Copyright (c) 2020 Klaus Post, released under MIT License. See LICENSE file. // Copyright 2018 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file located // here https://github.com/golang/sys/blob/master/LICENSE package cpuid ...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/compress/s2/index.go
vendor/github.com/klauspost/compress/s2/index.go
// Copyright (c) 2022+ Klaus Post. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package s2 import ( "bytes" "encoding/binary" "encoding/json" "fmt" "io" "sort" ) const ( S2IndexHeader = "s2idx\x00" S2IndexTrailer = "\x00xdi2s"...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/compress/s2/s2.go
vendor/github.com/klauspost/compress/s2/s2.go
// Copyright 2011 The Snappy-Go Authors. All rights reserved. // Copyright (c) 2019 Klaus Post. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Package s2 implements the S2 compression format. // // S2 is an extension of Snappy. Similar to...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/compress/s2/encode_amd64.go
vendor/github.com/klauspost/compress/s2/encode_amd64.go
//go:build !appengine && !noasm && gc // +build !appengine,!noasm,gc package s2 // encodeBlock encodes a non-empty src to a guaranteed-large-enough dst. It // assumes that the varint-encoded length of the decompressed bytes has already // been written. // // It also assumes that: // len(dst) >= MaxEncodedLen(len(src)...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/compress/s2/encode_best.go
vendor/github.com/klauspost/compress/s2/encode_best.go
// Copyright 2016 The Snappy-Go Authors. All rights reserved. // Copyright (c) 2019 Klaus Post. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package s2 import ( "fmt" "math/bits" ) // encodeBlockBest encodes a non-empty src to a guaran...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/compress/s2/encode_go.go
vendor/github.com/klauspost/compress/s2/encode_go.go
//go:build !amd64 || appengine || !gc || noasm // +build !amd64 appengine !gc noasm package s2 import ( "math/bits" ) // encodeBlock encodes a non-empty src to a guaranteed-large-enough dst. It // assumes that the varint-encoded length of the decompressed bytes has already // been written. // // It also assumes tha...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/compress/s2/decode_other.go
vendor/github.com/klauspost/compress/s2/decode_other.go
// Copyright 2016 The Snappy-Go Authors. All rights reserved. // Copyright (c) 2019 Klaus Post. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build (!amd64 && !arm64) || appengine || !gc || noasm // +build !amd64,!arm64 appengine !gc n...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/compress/s2/decode_asm.go
vendor/github.com/klauspost/compress/s2/decode_asm.go
// Copyright 2016 The Snappy-Go Authors. All rights reserved. // Copyright (c) 2019 Klaus Post. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build (amd64 || arm64) && !appengine && gc && !noasm // +build amd64 arm64 // +build !appengi...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/compress/s2/encode.go
vendor/github.com/klauspost/compress/s2/encode.go
// Copyright 2011 The Snappy-Go Authors. All rights reserved. // Copyright (c) 2019 Klaus Post. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package s2 import ( "crypto/rand" "encoding/binary" "errors" "fmt" "io" "math" "math/bits"...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
true
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/compress/s2/encode_all.go
vendor/github.com/klauspost/compress/s2/encode_all.go
// Copyright 2016 The Snappy-Go Authors. All rights reserved. // Copyright (c) 2019 Klaus Post. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package s2 import ( "bytes" "encoding/binary" "math/bits" ) func load32(b []byte, i int) uint...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/compress/s2/decode.go
vendor/github.com/klauspost/compress/s2/decode.go
// Copyright 2011 The Snappy-Go Authors. All rights reserved. // Copyright (c) 2019 Klaus Post. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package s2 import ( "encoding/binary" "errors" "fmt" "io" "io/ioutil" "math" "runtime" "s...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/compress/s2/encode_better.go
vendor/github.com/klauspost/compress/s2/encode_better.go
// Copyright 2016 The Snappy-Go Authors. All rights reserved. // Copyright (c) 2019 Klaus Post. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package s2 import ( "math/bits" ) // hash4 returns the hash of the lowest 4 bytes of u to fit i...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/klauspost/compress/s2/encodeblock_amd64.go
vendor/github.com/klauspost/compress/s2/encodeblock_amd64.go
// Code generated by command: go run gen.go -out ../encodeblock_amd64.s -stubs ../encodeblock_amd64.go -pkg=s2. DO NOT EDIT. //go:build !appengine && !noasm && gc && !noasm // +build !appengine,!noasm,gc,!noasm package s2 func _dummy_() // encodeBlockAsm encodes a non-empty src to a guaranteed-large-enough dst. // ...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/pquerna/cachecontrol/api.go
vendor/github.com/pquerna/cachecontrol/api.go
/** * Copyright 2015 Paul Querna * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/pquerna/cachecontrol/doc.go
vendor/github.com/pquerna/cachecontrol/doc.go
/** * Copyright 2015 Paul Querna * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/pquerna/cachecontrol/cacheobject/reasons.go
vendor/github.com/pquerna/cachecontrol/cacheobject/reasons.go
/** * Copyright 2015 Paul Querna * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/pquerna/cachecontrol/cacheobject/lex.go
vendor/github.com/pquerna/cachecontrol/cacheobject/lex.go
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package cacheobject // This file deals with lexical matters of HTTP func isSeparator(c byte) bool { switch c { case '(', ')', '<', '>', '@', ',', ';', ':', ...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/pquerna/cachecontrol/cacheobject/directive.go
vendor/github.com/pquerna/cachecontrol/cacheobject/directive.go
/** * Copyright 2015 Paul Querna * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/pquerna/cachecontrol/cacheobject/object.go
vendor/github.com/pquerna/cachecontrol/cacheobject/object.go
/** * Copyright 2015 Paul Querna * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/pquerna/cachecontrol/cacheobject/warning.go
vendor/github.com/pquerna/cachecontrol/cacheobject/warning.go
/** * Copyright 2015 Paul Querna * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/fsnotify/fsnotify/backend_kqueue.go
vendor/github.com/fsnotify/fsnotify/backend_kqueue.go
//go:build freebsd || openbsd || netbsd || dragonfly || darwin // +build freebsd openbsd netbsd dragonfly darwin // Note: the documentation on the Watcher type and methods is generated from // mkdoc.zsh package fsnotify import ( "errors" "fmt" "os" "path/filepath" "sync" "golang.org/x/sys/unix" ) // Watcher ...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/fsnotify/fsnotify/fsnotify.go
vendor/github.com/fsnotify/fsnotify/fsnotify.go
// Package fsnotify provides a cross-platform interface for file system // notifications. // // Currently supported systems: // // Linux 2.6.32+ via inotify // BSD, macOS via kqueue // Windows via ReadDirectoryChangesW // illumos via FEN package fsnotify import ( "errors" "fmt" "path/file...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/fsnotify/fsnotify/backend_other.go
vendor/github.com/fsnotify/fsnotify/backend_other.go
//go:build appengine || (!darwin && !dragonfly && !freebsd && !openbsd && !linux && !netbsd && !solaris && !windows) // +build appengine !darwin,!dragonfly,!freebsd,!openbsd,!linux,!netbsd,!solaris,!windows // Note: the documentation on the Watcher type and methods is generated from // mkdoc.zsh package fsnotify imp...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/fsnotify/fsnotify/backend_inotify.go
vendor/github.com/fsnotify/fsnotify/backend_inotify.go
//go:build linux && !appengine // +build linux,!appengine // Note: the documentation on the Watcher type and methods is generated from // mkdoc.zsh package fsnotify import ( "errors" "fmt" "io" "os" "path/filepath" "strings" "sync" "unsafe" "golang.org/x/sys/unix" ) // Watcher watches a set of paths, deli...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/fsnotify/fsnotify/system_bsd.go
vendor/github.com/fsnotify/fsnotify/system_bsd.go
//go:build freebsd || openbsd || netbsd || dragonfly // +build freebsd openbsd netbsd dragonfly package fsnotify import "golang.org/x/sys/unix" const openMode = unix.O_NONBLOCK | unix.O_RDONLY | unix.O_CLOEXEC
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/fsnotify/fsnotify/backend_fen.go
vendor/github.com/fsnotify/fsnotify/backend_fen.go
//go:build solaris // +build solaris // Note: the documentation on the Watcher type and methods is generated from // mkdoc.zsh package fsnotify import ( "errors" "fmt" "os" "path/filepath" "sync" "golang.org/x/sys/unix" ) // Watcher watches a set of paths, delivering events on a channel. // // A watcher shou...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/fsnotify/fsnotify/system_darwin.go
vendor/github.com/fsnotify/fsnotify/system_darwin.go
//go:build darwin // +build darwin package fsnotify import "golang.org/x/sys/unix" // note: this constant is not defined on BSD const openMode = unix.O_EVTONLY | unix.O_CLOEXEC
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/fsnotify/fsnotify/backend_windows.go
vendor/github.com/fsnotify/fsnotify/backend_windows.go
//go:build windows // +build windows // Windows backend based on ReadDirectoryChangesW() // // https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-readdirectorychangesw // // Note: the documentation on the Watcher type and methods is generated from // mkdoc.zsh package fsnotify import ( "errors" ...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/authentication_gss.go
vendor/github.com/jackc/pgproto3/v2/authentication_gss.go
package pgproto3 import ( "encoding/binary" "encoding/json" "errors" "github.com/jackc/pgio" ) type AuthenticationGSS struct{} func (a *AuthenticationGSS) Backend() {} func (a *AuthenticationGSS) AuthenticationResponse() {} func (a *AuthenticationGSS) Decode(src []byte) error { if len(src) < 4 { return err...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/authentication_cleartext_password.go
vendor/github.com/jackc/pgproto3/v2/authentication_cleartext_password.go
package pgproto3 import ( "encoding/binary" "encoding/json" "errors" "github.com/jackc/pgio" ) // AuthenticationCleartextPassword is a message sent from the backend indicating that a clear-text password is required. type AuthenticationCleartextPassword struct { } // Backend identifies this message as sendable b...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/row_description.go
vendor/github.com/jackc/pgproto3/v2/row_description.go
package pgproto3 import ( "bytes" "encoding/binary" "encoding/json" "errors" "math" "github.com/jackc/pgio" ) const ( TextFormat = 0 BinaryFormat = 1 ) type FieldDescription struct { Name []byte TableOID uint32 TableAttributeNumber uint16 DataTypeOID uint32 DataTy...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/describe.go
vendor/github.com/jackc/pgproto3/v2/describe.go
package pgproto3 import ( "bytes" "encoding/json" "errors" ) type Describe struct { ObjectType byte // 'S' = prepared statement, 'P' = portal Name string } // Frontend identifies this message as sendable by a PostgreSQL frontend. func (*Describe) Frontend() {} // Decode decodes src into dst. src must con...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/sync.go
vendor/github.com/jackc/pgproto3/v2/sync.go
package pgproto3 import ( "encoding/json" ) type Sync struct{} // Frontend identifies this message as sendable by a PostgreSQL frontend. func (*Sync) Frontend() {} // Decode decodes src into dst. src must contain the complete message with the exception of the initial 1 byte message // type identifier and 4 byte me...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/cancel_request.go
vendor/github.com/jackc/pgproto3/v2/cancel_request.go
package pgproto3 import ( "encoding/binary" "encoding/json" "errors" "github.com/jackc/pgio" ) const cancelRequestCode = 80877102 type CancelRequest struct { ProcessID uint32 SecretKey uint32 } // Frontend identifies this message as sendable by a PostgreSQL frontend. func (*CancelRequest) Frontend() {} func...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/chunkreader.go
vendor/github.com/jackc/pgproto3/v2/chunkreader.go
package pgproto3 import ( "io" "github.com/jackc/chunkreader/v2" ) // ChunkReader is an interface to decouple github.com/jackc/chunkreader from this package. type ChunkReader interface { // Next returns buf filled with the next n bytes. If an error (including a partial read) occurs, // buf must be nil. Next must...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/portal_suspended.go
vendor/github.com/jackc/pgproto3/v2/portal_suspended.go
package pgproto3 import ( "encoding/json" ) type PortalSuspended struct{} // Backend identifies this message as sendable by the PostgreSQL backend. func (*PortalSuspended) Backend() {} // Decode decodes src into dst. src must contain the complete message with the exception of the initial 1 byte message // type ide...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/frontend.go
vendor/github.com/jackc/pgproto3/v2/frontend.go
package pgproto3 import ( "encoding/binary" "errors" "fmt" "io" ) // Frontend acts as a client for the PostgreSQL wire protocol version 3. type Frontend struct { cr ChunkReader w io.Writer // Backend message flyweights authenticationOk AuthenticationOk authenticationCleartextPassword Authent...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/function_call.go
vendor/github.com/jackc/pgproto3/v2/function_call.go
package pgproto3 import ( "encoding/binary" "errors" "math" "github.com/jackc/pgio" ) type FunctionCall struct { Function uint32 ArgFormatCodes []uint16 Arguments [][]byte ResultFormatCode uint16 } // Frontend identifies this message as sendable by a PostgreSQL frontend. func (*FunctionCall...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/parameter_description.go
vendor/github.com/jackc/pgproto3/v2/parameter_description.go
package pgproto3 import ( "bytes" "encoding/binary" "encoding/json" "errors" "math" "github.com/jackc/pgio" ) type ParameterDescription struct { ParameterOIDs []uint32 } // Backend identifies this message as sendable by the PostgreSQL backend. func (*ParameterDescription) Backend() {} // Decode decodes src ...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/command_complete.go
vendor/github.com/jackc/pgproto3/v2/command_complete.go
package pgproto3 import ( "bytes" "encoding/json" ) type CommandComplete struct { CommandTag []byte } // Backend identifies this message as sendable by the PostgreSQL backend. func (*CommandComplete) Backend() {} // Decode decodes src into dst. src must contain the complete message with the exception of the init...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/startup_message.go
vendor/github.com/jackc/pgproto3/v2/startup_message.go
package pgproto3 import ( "bytes" "encoding/binary" "encoding/json" "errors" "fmt" "github.com/jackc/pgio" ) const ProtocolVersionNumber = 196608 // 3.0 type StartupMessage struct { ProtocolVersion uint32 Parameters map[string]string } // Frontend identifies this message as sendable by a PostgreSQL fr...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/bind_complete.go
vendor/github.com/jackc/pgproto3/v2/bind_complete.go
package pgproto3 import ( "encoding/json" ) type BindComplete struct{} // Backend identifies this message as sendable by the PostgreSQL backend. func (*BindComplete) Backend() {} // Decode decodes src into dst. src must contain the complete message with the exception of the initial 1 byte message // type identifie...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/bind.go
vendor/github.com/jackc/pgproto3/v2/bind.go
package pgproto3 import ( "bytes" "encoding/binary" "encoding/hex" "encoding/json" "errors" "fmt" "math" "github.com/jackc/pgio" ) type Bind struct { DestinationPortal string PreparedStatement string ParameterFormatCodes []int16 Parameters [][]byte ResultFormatCodes []int16 } // Fron...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/backend_key_data.go
vendor/github.com/jackc/pgproto3/v2/backend_key_data.go
package pgproto3 import ( "encoding/binary" "encoding/json" "github.com/jackc/pgio" ) type BackendKeyData struct { ProcessID uint32 SecretKey uint32 } // Backend identifies this message as sendable by the PostgreSQL backend. func (*BackendKeyData) Backend() {} // Decode decodes src into dst. src must contain ...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/authentication_md5_password.go
vendor/github.com/jackc/pgproto3/v2/authentication_md5_password.go
package pgproto3 import ( "encoding/binary" "encoding/json" "errors" "github.com/jackc/pgio" ) // AuthenticationMD5Password is a message sent from the backend indicating that an MD5 hashed password is required. type AuthenticationMD5Password struct { Salt [4]byte } // Backend identifies this message as sendabl...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/sasl_initial_response.go
vendor/github.com/jackc/pgproto3/v2/sasl_initial_response.go
package pgproto3 import ( "bytes" "encoding/json" "errors" "github.com/jackc/pgio" ) type SASLInitialResponse struct { AuthMechanism string Data []byte } // Frontend identifies this message as sendable by a PostgreSQL frontend. func (*SASLInitialResponse) Frontend() {} // Decode decodes src into dst...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/function_call_response.go
vendor/github.com/jackc/pgproto3/v2/function_call_response.go
package pgproto3 import ( "encoding/binary" "encoding/hex" "encoding/json" "github.com/jackc/pgio" ) type FunctionCallResponse struct { Result []byte } // Backend identifies this message as sendable by the PostgreSQL backend. func (*FunctionCallResponse) Backend() {} // Decode decodes src into dst. src must c...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/authentication_ok.go
vendor/github.com/jackc/pgproto3/v2/authentication_ok.go
package pgproto3 import ( "encoding/binary" "encoding/json" "errors" "github.com/jackc/pgio" ) // AuthenticationOk is a message sent from the backend indicating that authentication was successful. type AuthenticationOk struct { } // Backend identifies this message as sendable by the PostgreSQL backend. func (*A...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/authentication_sasl.go
vendor/github.com/jackc/pgproto3/v2/authentication_sasl.go
package pgproto3 import ( "bytes" "encoding/binary" "encoding/json" "errors" "github.com/jackc/pgio" ) // AuthenticationSASL is a message sent from the backend indicating that SASL authentication is required. type AuthenticationSASL struct { AuthMechanisms []string } // Backend identifies this message as send...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/gss_enc_request.go
vendor/github.com/jackc/pgproto3/v2/gss_enc_request.go
package pgproto3 import ( "encoding/binary" "encoding/json" "errors" "github.com/jackc/pgio" ) const gssEncReqNumber = 80877104 type GSSEncRequest struct { } // Frontend identifies this message as sendable by a PostgreSQL frontend. func (*GSSEncRequest) Frontend() {} func (dst *GSSEncRequest) Decode(src []byt...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/ssl_request.go
vendor/github.com/jackc/pgproto3/v2/ssl_request.go
package pgproto3 import ( "encoding/binary" "encoding/json" "errors" "github.com/jackc/pgio" ) const sslRequestNumber = 80877103 type SSLRequest struct { } // Frontend identifies this message as sendable by a PostgreSQL frontend. func (*SSLRequest) Frontend() {} func (dst *SSLRequest) Decode(src []byte) error...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/copy_in_response.go
vendor/github.com/jackc/pgproto3/v2/copy_in_response.go
package pgproto3 import ( "bytes" "encoding/binary" "encoding/json" "errors" "math" "github.com/jackc/pgio" ) type CopyInResponse struct { OverallFormat byte ColumnFormatCodes []uint16 } // Backend identifies this message as sendable by the PostgreSQL backend. func (*CopyInResponse) Backend() {} // Dec...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/authentication_sasl_continue.go
vendor/github.com/jackc/pgproto3/v2/authentication_sasl_continue.go
package pgproto3 import ( "encoding/binary" "encoding/json" "errors" "github.com/jackc/pgio" ) // AuthenticationSASLContinue is a message sent from the backend containing a SASL challenge. type AuthenticationSASLContinue struct { Data []byte } // Backend identifies this message as sendable by the PostgreSQL ba...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/parameter_status.go
vendor/github.com/jackc/pgproto3/v2/parameter_status.go
package pgproto3 import ( "bytes" "encoding/json" ) type ParameterStatus struct { Name string Value string } // Backend identifies this message as sendable by the PostgreSQL backend. func (*ParameterStatus) Backend() {} // Decode decodes src into dst. src must contain the complete message with the exception of...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/copy_fail.go
vendor/github.com/jackc/pgproto3/v2/copy_fail.go
package pgproto3 import ( "bytes" "encoding/json" ) type CopyFail struct { Message string } // Frontend identifies this message as sendable by a PostgreSQL frontend. func (*CopyFail) Frontend() {} // Decode decodes src into dst. src must contain the complete message with the exception of the initial 1 byte messa...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/password_message.go
vendor/github.com/jackc/pgproto3/v2/password_message.go
package pgproto3 import ( "bytes" "encoding/json" ) type PasswordMessage struct { Password string } // Frontend identifies this message as sendable by a PostgreSQL frontend. func (*PasswordMessage) Frontend() {} // Frontend identifies this message as an authentication response. func (*PasswordMessage) InitialRes...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/ready_for_query.go
vendor/github.com/jackc/pgproto3/v2/ready_for_query.go
package pgproto3 import ( "encoding/json" "errors" ) type ReadyForQuery struct { TxStatus byte } // Backend identifies this message as sendable by the PostgreSQL backend. func (*ReadyForQuery) Backend() {} // Decode decodes src into dst. src must contain the complete message with the exception of the initial 1 b...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/notification_response.go
vendor/github.com/jackc/pgproto3/v2/notification_response.go
package pgproto3 import ( "bytes" "encoding/binary" "encoding/json" "github.com/jackc/pgio" ) type NotificationResponse struct { PID uint32 Channel string Payload string } // Backend identifies this message as sendable by the PostgreSQL backend. func (*NotificationResponse) Backend() {} // Decode decode...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/parse_complete.go
vendor/github.com/jackc/pgproto3/v2/parse_complete.go
package pgproto3 import ( "encoding/json" ) type ParseComplete struct{} // Backend identifies this message as sendable by the PostgreSQL backend. func (*ParseComplete) Backend() {} // Decode decodes src into dst. src must contain the complete message with the exception of the initial 1 byte message // type identif...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/execute.go
vendor/github.com/jackc/pgproto3/v2/execute.go
package pgproto3 import ( "bytes" "encoding/binary" "encoding/json" "github.com/jackc/pgio" ) type Execute struct { Portal string MaxRows uint32 } // Frontend identifies this message as sendable by a PostgreSQL frontend. func (*Execute) Frontend() {} // Decode decodes src into dst. src must contain the comp...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/big_endian.go
vendor/github.com/jackc/pgproto3/v2/big_endian.go
package pgproto3 import ( "encoding/binary" ) type BigEndianBuf [8]byte func (b BigEndianBuf) Int16(n int16) []byte { buf := b[0:2] binary.BigEndian.PutUint16(buf, uint16(n)) return buf } func (b BigEndianBuf) Uint16(n uint16) []byte { buf := b[0:2] binary.BigEndian.PutUint16(buf, n) return buf } func (b Bi...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/copy_done.go
vendor/github.com/jackc/pgproto3/v2/copy_done.go
package pgproto3 import ( "encoding/json" ) type CopyDone struct { } // Backend identifies this message as sendable by the PostgreSQL backend. func (*CopyDone) Backend() {} // Frontend identifies this message as sendable by a PostgreSQL frontend. func (*CopyDone) Frontend() {} // Decode decodes src into dst. src ...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false
quay/quay-operator
https://github.com/quay/quay-operator/blob/5a999da6a496e943d67219c8dca531b777a2ee1f/vendor/github.com/jackc/pgproto3/v2/copy_out_response.go
vendor/github.com/jackc/pgproto3/v2/copy_out_response.go
package pgproto3 import ( "bytes" "encoding/binary" "encoding/json" "errors" "math" "github.com/jackc/pgio" ) type CopyOutResponse struct { OverallFormat byte ColumnFormatCodes []uint16 } func (*CopyOutResponse) Backend() {} // Decode decodes src into dst. src must contain the complete message with the...
go
Apache-2.0
5a999da6a496e943d67219c8dca531b777a2ee1f
2026-01-07T09:45:38.853115Z
false