Switch to newest pegomock library (#205)

This commit is contained in:
Luke Kysow
2017-11-19 22:41:43 -08:00
committed by GitHub
parent ff5183642f
commit acdf771ce7
95 changed files with 1395 additions and 190 deletions

View File

@@ -11,7 +11,7 @@ import (
const secretHeader = "X-Gitlab-Token"
//go:generate pegomock generate --use-experimental-model-gen --package mocks -o mocks/mock_gitlab_request_parser.go GitlabRequestParser
//go:generate pegomock generate -m --use-experimental-model-gen --package mocks -o mocks/mock_gitlab_request_parser.go GitlabRequestParser
// GitlabRequestParser parses and validates GitLab requests.
type GitlabRequestParser interface {