Home
last modified time | relevance | path

Searched refs:testServerOption (Results 1 – 4 of 4) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/johannesboyne/gofakes3/
H A Dinit_test.go157 type testServerOption func(ts *testServer) type
159 func withoutInitialBuckets() testServerOption {
162 func withInitialBuckets(buckets ...string) testServerOption {
165 func withVersioning() testServerOption {
168 func withFakerOptions(opts ...gofakes3.Option) testServerOption {
171 func withBackend(backend gofakes3.Backend) testServerOption {
175 func newTestServer(t *testing.T, opts ...testServerOption) *testServer { argument
H A Dawscli_test.go133 func newTestCLI(t *testing.T, options ...testServerOption) *testCLI { argument
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/johannesboyne/gofakes3/
H A Dinit_test.go157 type testServerOption func(ts *testServer) type
159 func withoutInitialBuckets() testServerOption {
162 func withInitialBuckets(buckets ...string) testServerOption {
165 func withVersioning() testServerOption {
168 func withFakerOptions(opts ...gofakes3.Option) testServerOption {
171 func withBackend(backend gofakes3.Backend) testServerOption {
175 func newTestServer(t *testing.T, opts ...testServerOption) *testServer { argument
H A Dawscli_test.go133 func newTestCLI(t *testing.T, options ...testServerOption) *testCLI { argument