Home
last modified time | relevance | path

Searched refs:mockRouter (Results 1 – 5 of 5) sorted by relevance

/dports/security/lego/lego-4.5.3/providers/dns/vinyldns/
H A Dmock_test.go32 type mockRouter struct { struct
39 func newMockRouter() *mockRouter {
47 return &mockRouter{
52 func (h *mockRouter) Debug() *mockRouter { argument
58 func (h *mockRouter) Get(path string, statusCode int, filename string) *mockRouter { argument
63 func (h *mockRouter) Post(path string, statusCode int, filename string) *mockRouter { argument
68 func (h *mockRouter) Put(path string, statusCode int, filename string) *mockRouter { argument
73 func (h *mockRouter) Delete(path string, statusCode int, filename string) *mockRouter { argument
78 func (h *mockRouter) ServeHTTP(rw http.ResponseWriter, req *http.Request) { argument
101 func (h *mockRouter) add(method, path string, statusCode int, filename string) { argument
/dports/security/keybase/client-v5.7.1/go/kex2/
H A Dtransport_test.go68 type mockRouter struct { struct
97 func newMockRouterWithBehavior(b int) *mockRouter {
98 return &mockRouter{
104 func newMockRouterWithBehaviorAndMaxPoll(b int, mp time.Duration) *mockRouter {
105 return &mockRouter{
132 func (mr *mockRouter) findOrMakeSimplexSession(i SessionID, sender DeviceID, lt lookupType) *simple… argument
144 func (mr *mockRouter) Post(i SessionID, sender DeviceID, seqno Seqno, msg []byte) error { argument
185 func (mr *mockRouter) Get(i SessionID, receiver DeviceID, seqno Seqno, poll time.Duration) ([][]byt… argument
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/
H A Dcoordinator_test.go351 type mockRouter struct { struct
356 func (m mockRouter) RouteRepositoryAccessor(ctx context.Context, virtualStorage, relativePath strin… argument
409 router: mockRouter{
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/
H A Dcoordinator_test.go400 type mockRouter struct { struct
405 func (m mockRouter) RouteRepositoryAccessor(ctx context.Context, virtualStorage, relativePath strin… argument
459 router: mockRouter{
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/
H A Dcoordinator_test.go401 type mockRouter struct { struct
406 func (m mockRouter) RouteRepositoryAccessor(ctx context.Context, virtualStorage, relativePath strin… argument
461 router: mockRouter{