Home
last modified time | relevance | path

Searched refs:mockID (Results 1 – 14 of 14) sorted by relevance

/dports/www/tusc/tusc-0.4.7/vendor/github.com/tus/tusd/gcsstore/
H A Dgcsstore_test.go28 ID: mockID,
65 assert.Equal(id, mockID)
94 assert.Equal(id, mockID)
178 info, err := store.GetInfo(mockID)
201 _, err := store.GetInfo(mockID)
240 ID: mockID,
269 Prefix: mockID,
275 err := store.Terminate(mockID)
301 Destination: mockID,
361 err = store.FinishUpload(mockID)
[all …]
/dports/www/tusd/tusd-1.8.0/pkg/gcsstore/
H A Dgcsstore_test.go27 ID: mockID,
35 "Key": mockID,
87 "Key": "/path/to/file/" + mockID,
149 Prefix: mockID,
259 ID: mockID,
292 Prefix: mockID,
317 Prefix: fmt.Sprintf("%s_", mockID),
322 Prefix: mockID,
327 Destination: mockID,
363 ID: mockID,
[all …]
/dports/www/tusd/tusd-1.8.0/pkg/azurestore/
H A Dazurestore_test.go24 const mockID = "123456789abcdefghijklmnopqrstuvwxyz" const
30 ID: mockID,
38 "Key": mockID,
91 "Key": objectPrefix + mockID,
161 upload, err := store.GetUpload(ctx, mockID)
195 upload, err := store.GetUpload(ctx, mockID)
255 upload, err := store.GetUpload(ctx, mockID)
295 upload, err := store.GetUpload(ctx, mockID)
334 upload, err := store.GetUpload(ctx, mockID)
372 upload, err := store.GetUpload(ctx, mockID)
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/cloudflare/cloudflare-go/
H A Dzone_test.go20 func mockID(seed string) string { func
38 ID: mockID(zoneName),
54 ID: mockID(ownerName),
120 ID: mockID(ownerName),
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/route53/internal/customizations/
H A Dcustom_error_deser_test.go59 <Id>mockID</Id>
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/route53/internal/customizations/
H A Dcustom_error_deser_test.go59 <Id>mockID</Id>
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/route53/internal/customizations/
H A Dcustom_error_deser_test.go59 <Id>mockID</Id>
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/route53/internal/customizations/
H A Dcustom_error_deser_test.go59 <Id>mockID</Id>
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/route53/internal/customizations/
H A Dcustom_error_deser_test.go59 <Id>mockID</Id>
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/route53/internal/customizations/
H A Dcustom_error_deser_test.go59 <Id>mockID</Id>
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/route53/internal/customizations/
H A Dcustom_error_deser_test.go59 <Id>mockID</Id>
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/route53/internal/customizations/
H A Dcustom_error_deser_test.go59 <Id>mockID</Id>
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dteam_test.go855 mockID := model.NewString("x")
856 team.SchemeId = mockID
860 require.Equal(t, mockID, updatedTeam.SchemeId, "Wrong Team SchemeId")
H A Dchannel_test.go619 mockID := model.NewString("x")
620 channel.SchemeId = mockID
625 if updatedChannel.SchemeId != mockID {