Welcome to mirror list, hosted at ThFree Co, Russian Federation.

client_stub.go « mock « gitlab « source « internal - gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b201da2bfe3bf15ba71bdd3165e41bea2bbcab0 (plain)
1
2
3
4
5
6
7
8
package mock

import "gitlab.com/gitlab-org/gitlab-pages/internal/source/gitlab/api"

type ClientStub interface {
	api.Client
	api.Resolver
}