Rename godog.Feature alias to godog.GherkinDocument to be more accurate (#422)

Этот коммит содержится в:
Viacheslav Poturaev 2021-08-17 10:53:53 +02:00 коммит произвёл GitHub
родитель 92ea38e7ce
коммит d074262d59
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -13,8 +13,8 @@ import (
"github.com/cucumber/godog/internal/models"
)
// Feature represents gherkin document.
type Feature = messages.GherkinDocument
// GherkinDocument represents gherkin document.
type GherkinDocument = messages.GherkinDocument
// Scenario represents the executed scenario
type Scenario = messages.Pickle