messages

package module
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2018 License: MIT Imports: 5 Imported by: 1

README

Cucumber Messages for Go (Protocol Buffers)

Build Status

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthMessages = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMessages   = fmt.Errorf("proto: integer overflow")
)
View Source
var Status_name = map[int32]string{
	0: "AMBIGUOUS",
	1: "FAILED",
	2: "PASSED",
	3: "PENDING",
	4: "SKIPPED",
	5: "UNDEFINED",
}
View Source
var Status_value = map[string]int32{
	"AMBIGUOUS": 0,
	"FAILED":    1,
	"PASSED":    2,
	"PENDING":   3,
	"SKIPPED":   4,
	"UNDEFINED": 5,
}

Functions

This section is empty.

Types

type Attachment

type Attachment struct {
	Source               *SourceReference `protobuf:"bytes,1,opt,name=source" json:"source,omitempty"`
	Data                 string           `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Media                *Media           `protobuf:"bytes,3,opt,name=media" json:"media,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*Attachment) Descriptor

func (*Attachment) Descriptor() ([]byte, []int)

func (*Attachment) GetData

func (m *Attachment) GetData() string

func (*Attachment) GetMedia

func (m *Attachment) GetMedia() *Media

func (*Attachment) GetSource

func (m *Attachment) GetSource() *SourceReference

func (*Attachment) Marshal

func (m *Attachment) Marshal() (dAtA []byte, err error)

func (*Attachment) MarshalTo

func (m *Attachment) MarshalTo(dAtA []byte) (int, error)

func (*Attachment) ProtoMessage

func (*Attachment) ProtoMessage()

func (*Attachment) Reset

func (m *Attachment) Reset()

func (*Attachment) Size

func (m *Attachment) Size() (n int)

func (*Attachment) String

func (m *Attachment) String() string

func (*Attachment) Unmarshal

func (m *Attachment) Unmarshal(dAtA []byte) error

func (*Attachment) XXX_DiscardUnknown

func (m *Attachment) XXX_DiscardUnknown()

func (*Attachment) XXX_Marshal

func (m *Attachment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Attachment) XXX_Merge

func (dst *Attachment) XXX_Merge(src proto.Message)

func (*Attachment) XXX_Size

func (m *Attachment) XXX_Size() int

func (*Attachment) XXX_Unmarshal

func (m *Attachment) XXX_Unmarshal(b []byte) error

type Background

type Background struct {
	Location             *Location `protobuf:"bytes,1,opt,name=location" json:"location,omitempty"`
	Keyword              string    `protobuf:"bytes,2,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Name                 string    `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description          string    `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Steps                []*Step   `protobuf:"bytes,5,rep,name=steps" json:"steps,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*Background) Descriptor

func (*Background) Descriptor() ([]byte, []int)

func (*Background) GetDescription

func (m *Background) GetDescription() string

func (*Background) GetKeyword

func (m *Background) GetKeyword() string

func (*Background) GetLocation

func (m *Background) GetLocation() *Location

func (*Background) GetName

func (m *Background) GetName() string

func (*Background) GetSteps

func (m *Background) GetSteps() []*Step

func (*Background) Marshal

func (m *Background) Marshal() (dAtA []byte, err error)

func (*Background) MarshalTo

func (m *Background) MarshalTo(dAtA []byte) (int, error)

func (*Background) ProtoMessage

func (*Background) ProtoMessage()

func (*Background) Reset

func (m *Background) Reset()

func (*Background) Size

func (m *Background) Size() (n int)

func (*Background) String

func (m *Background) String() string

func (*Background) Unmarshal

func (m *Background) Unmarshal(dAtA []byte) error

func (*Background) XXX_DiscardUnknown

func (m *Background) XXX_DiscardUnknown()

func (*Background) XXX_Marshal

func (m *Background) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Background) XXX_Merge

func (dst *Background) XXX_Merge(src proto.Message)

func (*Background) XXX_Size

func (m *Background) XXX_Size() int

func (*Background) XXX_Unmarshal

func (m *Background) XXX_Unmarshal(b []byte) error

type Comment

type Comment struct {
	Location             *Location `protobuf:"bytes,1,opt,name=location" json:"location,omitempty"`
	Text                 string    `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*Comment) Descriptor

func (*Comment) Descriptor() ([]byte, []int)

func (*Comment) GetLocation

func (m *Comment) GetLocation() *Location

func (*Comment) GetText

func (m *Comment) GetText() string

func (*Comment) Marshal

func (m *Comment) Marshal() (dAtA []byte, err error)

func (*Comment) MarshalTo

func (m *Comment) MarshalTo(dAtA []byte) (int, error)

func (*Comment) ProtoMessage

func (*Comment) ProtoMessage()

func (*Comment) Reset

func (m *Comment) Reset()

func (*Comment) Size

func (m *Comment) Size() (n int)

func (*Comment) String

func (m *Comment) String() string

func (*Comment) Unmarshal

func (m *Comment) Unmarshal(dAtA []byte) error

func (*Comment) XXX_DiscardUnknown

func (m *Comment) XXX_DiscardUnknown()

func (*Comment) XXX_Marshal

func (m *Comment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Comment) XXX_Merge

func (dst *Comment) XXX_Merge(src proto.Message)

func (*Comment) XXX_Size

func (m *Comment) XXX_Size() int

func (*Comment) XXX_Unmarshal

func (m *Comment) XXX_Unmarshal(b []byte) error

type DataTable

type DataTable struct {
	Location             *Location   `protobuf:"bytes,1,opt,name=location" json:"location,omitempty"`
	Rows                 []*TableRow `protobuf:"bytes,2,rep,name=rows" json:"rows,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*DataTable) Descriptor

func (*DataTable) Descriptor() ([]byte, []int)

func (*DataTable) GetLocation

func (m *DataTable) GetLocation() *Location

func (*DataTable) GetRows

func (m *DataTable) GetRows() []*TableRow

func (*DataTable) Marshal

func (m *DataTable) Marshal() (dAtA []byte, err error)

func (*DataTable) MarshalTo

func (m *DataTable) MarshalTo(dAtA []byte) (int, error)

func (*DataTable) ProtoMessage

func (*DataTable) ProtoMessage()

func (*DataTable) Reset

func (m *DataTable) Reset()

func (*DataTable) Size

func (m *DataTable) Size() (n int)

func (*DataTable) String

func (m *DataTable) String() string

func (*DataTable) Unmarshal

func (m *DataTable) Unmarshal(dAtA []byte) error

func (*DataTable) XXX_DiscardUnknown

func (m *DataTable) XXX_DiscardUnknown()

func (*DataTable) XXX_Marshal

func (m *DataTable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DataTable) XXX_Merge

func (dst *DataTable) XXX_Merge(src proto.Message)

func (*DataTable) XXX_Size

func (m *DataTable) XXX_Size() int

func (*DataTable) XXX_Unmarshal

func (m *DataTable) XXX_Unmarshal(b []byte) error

type DocString

type DocString struct {
	Location             *Location `protobuf:"bytes,1,opt,name=location" json:"location,omitempty"`
	ContentType          string    `protobuf:"bytes,2,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	Content              string    `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	Delimiter            string    `protobuf:"bytes,4,opt,name=delimiter,proto3" json:"delimiter,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*DocString) Descriptor

func (*DocString) Descriptor() ([]byte, []int)

func (*DocString) GetContent

func (m *DocString) GetContent() string

func (*DocString) GetContentType

func (m *DocString) GetContentType() string

func (*DocString) GetDelimiter

func (m *DocString) GetDelimiter() string

func (*DocString) GetLocation

func (m *DocString) GetLocation() *Location

func (*DocString) Marshal

func (m *DocString) Marshal() (dAtA []byte, err error)

func (*DocString) MarshalTo

func (m *DocString) MarshalTo(dAtA []byte) (int, error)

func (*DocString) ProtoMessage

func (*DocString) ProtoMessage()

func (*DocString) Reset

func (m *DocString) Reset()

func (*DocString) Size

func (m *DocString) Size() (n int)

func (*DocString) String

func (m *DocString) String() string

func (*DocString) Unmarshal

func (m *DocString) Unmarshal(dAtA []byte) error

func (*DocString) XXX_DiscardUnknown

func (m *DocString) XXX_DiscardUnknown()

func (*DocString) XXX_Marshal

func (m *DocString) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DocString) XXX_Merge

func (dst *DocString) XXX_Merge(src proto.Message)

func (*DocString) XXX_Size

func (m *DocString) XXX_Size() int

func (*DocString) XXX_Unmarshal

func (m *DocString) XXX_Unmarshal(b []byte) error

type Examples

type Examples struct {
	Location             *Location   `protobuf:"bytes,1,opt,name=location" json:"location,omitempty"`
	Tags                 []*Tag      `protobuf:"bytes,2,rep,name=tags" json:"tags,omitempty"`
	Keyword              string      `protobuf:"bytes,3,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Name                 string      `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Description          string      `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	TableHeader          *TableRow   `protobuf:"bytes,6,opt,name=table_header,json=tableHeader" json:"table_header,omitempty"`
	TableBody            []*TableRow `protobuf:"bytes,7,rep,name=table_body,json=tableBody" json:"table_body,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Examples) Descriptor

func (*Examples) Descriptor() ([]byte, []int)

func (*Examples) GetDescription

func (m *Examples) GetDescription() string

func (*Examples) GetKeyword

func (m *Examples) GetKeyword() string

func (*Examples) GetLocation

func (m *Examples) GetLocation() *Location

func (*Examples) GetName

func (m *Examples) GetName() string

func (*Examples) GetTableBody

func (m *Examples) GetTableBody() []*TableRow

func (*Examples) GetTableHeader

func (m *Examples) GetTableHeader() *TableRow

func (*Examples) GetTags

func (m *Examples) GetTags() []*Tag

func (*Examples) Marshal

func (m *Examples) Marshal() (dAtA []byte, err error)

func (*Examples) MarshalTo

func (m *Examples) MarshalTo(dAtA []byte) (int, error)

func (*Examples) ProtoMessage

func (*Examples) ProtoMessage()

func (*Examples) Reset

func (m *Examples) Reset()

func (*Examples) Size

func (m *Examples) Size() (n int)

func (*Examples) String

func (m *Examples) String() string

func (*Examples) Unmarshal

func (m *Examples) Unmarshal(dAtA []byte) error

func (*Examples) XXX_DiscardUnknown

func (m *Examples) XXX_DiscardUnknown()

func (*Examples) XXX_Marshal

func (m *Examples) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Examples) XXX_Merge

func (dst *Examples) XXX_Merge(src proto.Message)

func (*Examples) XXX_Size

func (m *Examples) XXX_Size() int

func (*Examples) XXX_Unmarshal

func (m *Examples) XXX_Unmarshal(b []byte) error

type Feature

type Feature struct {
	Location             *Location       `protobuf:"bytes,1,opt,name=location" json:"location,omitempty"`
	Tags                 []*Tag          `protobuf:"bytes,2,rep,name=tags" json:"tags,omitempty"`
	Language             string          `protobuf:"bytes,3,opt,name=language,proto3" json:"language,omitempty"`
	Keyword              string          `protobuf:"bytes,4,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Name                 string          `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Description          string          `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	Children             []*FeatureChild `protobuf:"bytes,7,rep,name=children" json:"children,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*Feature) Descriptor

func (*Feature) Descriptor() ([]byte, []int)

func (*Feature) GetChildren

func (m *Feature) GetChildren() []*FeatureChild

func (*Feature) GetDescription

func (m *Feature) GetDescription() string

func (*Feature) GetKeyword

func (m *Feature) GetKeyword() string

func (*Feature) GetLanguage

func (m *Feature) GetLanguage() string

func (*Feature) GetLocation

func (m *Feature) GetLocation() *Location

func (*Feature) GetName

func (m *Feature) GetName() string

func (*Feature) GetTags

func (m *Feature) GetTags() []*Tag

func (*Feature) Marshal

func (m *Feature) Marshal() (dAtA []byte, err error)

func (*Feature) MarshalTo

func (m *Feature) MarshalTo(dAtA []byte) (int, error)

func (*Feature) ProtoMessage

func (*Feature) ProtoMessage()

func (*Feature) Reset

func (m *Feature) Reset()

func (*Feature) Size

func (m *Feature) Size() (n int)

func (*Feature) String

func (m *Feature) String() string

func (*Feature) Unmarshal

func (m *Feature) Unmarshal(dAtA []byte) error

func (*Feature) XXX_DiscardUnknown

func (m *Feature) XXX_DiscardUnknown()

func (*Feature) XXX_Marshal

func (m *Feature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Feature) XXX_Merge

func (dst *Feature) XXX_Merge(src proto.Message)

func (*Feature) XXX_Size

func (m *Feature) XXX_Size() int

func (*Feature) XXX_Unmarshal

func (m *Feature) XXX_Unmarshal(b []byte) error

type FeatureChild

type FeatureChild struct {
	// Types that are valid to be assigned to Value:
	//	*FeatureChild_Rule
	//	*FeatureChild_Background
	//	*FeatureChild_Scenario
	Value                isFeatureChild_Value `protobuf_oneof:"value"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*FeatureChild) Descriptor

func (*FeatureChild) Descriptor() ([]byte, []int)

func (*FeatureChild) GetBackground

func (m *FeatureChild) GetBackground() *Background

func (*FeatureChild) GetRule

func (m *FeatureChild) GetRule() *Rule

func (*FeatureChild) GetScenario

func (m *FeatureChild) GetScenario() *Scenario

func (*FeatureChild) GetValue

func (m *FeatureChild) GetValue() isFeatureChild_Value

func (*FeatureChild) Marshal

func (m *FeatureChild) Marshal() (dAtA []byte, err error)

func (*FeatureChild) MarshalTo

func (m *FeatureChild) MarshalTo(dAtA []byte) (int, error)

func (*FeatureChild) ProtoMessage

func (*FeatureChild) ProtoMessage()

func (*FeatureChild) Reset

func (m *FeatureChild) Reset()

func (*FeatureChild) Size

func (m *FeatureChild) Size() (n int)

func (*FeatureChild) String

func (m *FeatureChild) String() string

func (*FeatureChild) Unmarshal

func (m *FeatureChild) Unmarshal(dAtA []byte) error

func (*FeatureChild) XXX_DiscardUnknown

func (m *FeatureChild) XXX_DiscardUnknown()

func (*FeatureChild) XXX_Marshal

func (m *FeatureChild) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FeatureChild) XXX_Merge

func (dst *FeatureChild) XXX_Merge(src proto.Message)

func (*FeatureChild) XXX_OneofFuncs

func (*FeatureChild) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*FeatureChild) XXX_Size

func (m *FeatureChild) XXX_Size() int

func (*FeatureChild) XXX_Unmarshal

func (m *FeatureChild) XXX_Unmarshal(b []byte) error

type FeatureChild_Background

type FeatureChild_Background struct {
	Background *Background `protobuf:"bytes,2,opt,name=background,oneof"`
}

func (*FeatureChild_Background) MarshalTo

func (m *FeatureChild_Background) MarshalTo(dAtA []byte) (int, error)

func (*FeatureChild_Background) Size

func (m *FeatureChild_Background) Size() (n int)

type FeatureChild_Rule

type FeatureChild_Rule struct {
	Rule *Rule `protobuf:"bytes,1,opt,name=rule,oneof"`
}

func (*FeatureChild_Rule) MarshalTo

func (m *FeatureChild_Rule) MarshalTo(dAtA []byte) (int, error)

func (*FeatureChild_Rule) Size

func (m *FeatureChild_Rule) Size() (n int)

type FeatureChild_Scenario

type FeatureChild_Scenario struct {
	Scenario *Scenario `protobuf:"bytes,3,opt,name=scenario,oneof"`
}

func (*FeatureChild_Scenario) MarshalTo

func (m *FeatureChild_Scenario) MarshalTo(dAtA []byte) (int, error)

func (*FeatureChild_Scenario) Size

func (m *FeatureChild_Scenario) Size() (n int)

type GherkinDocument

type GherkinDocument struct {
	Uri                  string     `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	Feature              *Feature   `protobuf:"bytes,2,opt,name=feature" json:"feature,omitempty"`
	Comments             []*Comment `protobuf:"bytes,3,rep,name=comments" json:"comments,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*GherkinDocument) Descriptor

func (*GherkinDocument) Descriptor() ([]byte, []int)

func (*GherkinDocument) GetComments

func (m *GherkinDocument) GetComments() []*Comment

func (*GherkinDocument) GetFeature

func (m *GherkinDocument) GetFeature() *Feature

func (*GherkinDocument) GetUri

func (m *GherkinDocument) GetUri() string

func (*GherkinDocument) Marshal

func (m *GherkinDocument) Marshal() (dAtA []byte, err error)

func (*GherkinDocument) MarshalTo

func (m *GherkinDocument) MarshalTo(dAtA []byte) (int, error)

func (*GherkinDocument) ProtoMessage

func (*GherkinDocument) ProtoMessage()

func (*GherkinDocument) Reset

func (m *GherkinDocument) Reset()

func (*GherkinDocument) Size

func (m *GherkinDocument) Size() (n int)

func (*GherkinDocument) String

func (m *GherkinDocument) String() string

func (*GherkinDocument) Unmarshal

func (m *GherkinDocument) Unmarshal(dAtA []byte) error

func (*GherkinDocument) XXX_DiscardUnknown

func (m *GherkinDocument) XXX_DiscardUnknown()

func (*GherkinDocument) XXX_Marshal

func (m *GherkinDocument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GherkinDocument) XXX_Merge

func (dst *GherkinDocument) XXX_Merge(src proto.Message)

func (*GherkinDocument) XXX_Size

func (m *GherkinDocument) XXX_Size() int

func (*GherkinDocument) XXX_Unmarshal

func (m *GherkinDocument) XXX_Unmarshal(b []byte) error

type Location

type Location struct {
	Line                 uint32   `protobuf:"varint,1,opt,name=line,proto3" json:"line,omitempty"`
	Column               uint32   `protobuf:"varint,2,opt,name=column,proto3" json:"column,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Location) Descriptor

func (*Location) Descriptor() ([]byte, []int)

func (*Location) GetColumn

func (m *Location) GetColumn() uint32

func (*Location) GetLine

func (m *Location) GetLine() uint32

func (*Location) Marshal

func (m *Location) Marshal() (dAtA []byte, err error)

func (*Location) MarshalTo

func (m *Location) MarshalTo(dAtA []byte) (int, error)

func (*Location) ProtoMessage

func (*Location) ProtoMessage()

func (*Location) Reset

func (m *Location) Reset()

func (*Location) Size

func (m *Location) Size() (n int)

func (*Location) String

func (m *Location) String() string

func (*Location) Unmarshal

func (m *Location) Unmarshal(dAtA []byte) error

func (*Location) XXX_DiscardUnknown

func (m *Location) XXX_DiscardUnknown()

func (*Location) XXX_Marshal

func (m *Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Location) XXX_Merge

func (dst *Location) XXX_Merge(src proto.Message)

func (*Location) XXX_Size

func (m *Location) XXX_Size() int

func (*Location) XXX_Unmarshal

func (m *Location) XXX_Unmarshal(b []byte) error

type Media

type Media struct {
	Encoding             string   `protobuf:"bytes,1,opt,name=encoding,proto3" json:"encoding,omitempty"`
	ContentType          string   `protobuf:"bytes,2,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Media) Descriptor

func (*Media) Descriptor() ([]byte, []int)

func (*Media) GetContentType

func (m *Media) GetContentType() string

func (*Media) GetEncoding

func (m *Media) GetEncoding() string

func (*Media) Marshal

func (m *Media) Marshal() (dAtA []byte, err error)

func (*Media) MarshalTo

func (m *Media) MarshalTo(dAtA []byte) (int, error)

func (*Media) ProtoMessage

func (*Media) ProtoMessage()

func (*Media) Reset

func (m *Media) Reset()

func (*Media) Size

func (m *Media) Size() (n int)

func (*Media) String

func (m *Media) String() string

func (*Media) Unmarshal

func (m *Media) Unmarshal(dAtA []byte) error

func (*Media) XXX_DiscardUnknown

func (m *Media) XXX_DiscardUnknown()

func (*Media) XXX_Marshal

func (m *Media) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Media) XXX_Merge

func (dst *Media) XXX_Merge(src proto.Message)

func (*Media) XXX_Size

func (m *Media) XXX_Size() int

func (*Media) XXX_Unmarshal

func (m *Media) XXX_Unmarshal(b []byte) error

type Pickle

type Pickle struct {
	Id                   string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Uri                  string        `protobuf:"bytes,2,opt,name=uri,proto3" json:"uri,omitempty"`
	Name                 string        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Language             string        `protobuf:"bytes,4,opt,name=language,proto3" json:"language,omitempty"`
	Steps                []*PickleStep `protobuf:"bytes,5,rep,name=steps" json:"steps,omitempty"`
	Tags                 []*PickleTag  `protobuf:"bytes,6,rep,name=tags" json:"tags,omitempty"`
	Locations            []*Location   `protobuf:"bytes,7,rep,name=locations" json:"locations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Pickle) Descriptor

func (*Pickle) Descriptor() ([]byte, []int)

func (*Pickle) GetId

func (m *Pickle) GetId() string

func (*Pickle) GetLanguage

func (m *Pickle) GetLanguage() string

func (*Pickle) GetLocations

func (m *Pickle) GetLocations() []*Location

func (*Pickle) GetName

func (m *Pickle) GetName() string

func (*Pickle) GetSteps

func (m *Pickle) GetSteps() []*PickleStep

func (*Pickle) GetTags

func (m *Pickle) GetTags() []*PickleTag

func (*Pickle) GetUri

func (m *Pickle) GetUri() string

func (*Pickle) Marshal

func (m *Pickle) Marshal() (dAtA []byte, err error)

func (*Pickle) MarshalTo

func (m *Pickle) MarshalTo(dAtA []byte) (int, error)

func (*Pickle) ProtoMessage

func (*Pickle) ProtoMessage()

func (*Pickle) Reset

func (m *Pickle) Reset()

func (*Pickle) Size

func (m *Pickle) Size() (n int)

func (*Pickle) String

func (m *Pickle) String() string

func (*Pickle) Unmarshal

func (m *Pickle) Unmarshal(dAtA []byte) error

func (*Pickle) XXX_DiscardUnknown

func (m *Pickle) XXX_DiscardUnknown()

func (*Pickle) XXX_Marshal

func (m *Pickle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Pickle) XXX_Merge

func (dst *Pickle) XXX_Merge(src proto.Message)

func (*Pickle) XXX_Size

func (m *Pickle) XXX_Size() int

func (*Pickle) XXX_Unmarshal

func (m *Pickle) XXX_Unmarshal(b []byte) error

type PickleDocString

type PickleDocString struct {
	Location             *Location `protobuf:"bytes,1,opt,name=location" json:"location,omitempty"`
	ContentType          string    `protobuf:"bytes,2,opt,name=contentType,proto3" json:"contentType,omitempty"`
	Content              string    `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*PickleDocString) Descriptor

func (*PickleDocString) Descriptor() ([]byte, []int)

func (*PickleDocString) GetContent

func (m *PickleDocString) GetContent() string

func (*PickleDocString) GetContentType

func (m *PickleDocString) GetContentType() string

func (*PickleDocString) GetLocation

func (m *PickleDocString) GetLocation() *Location

func (*PickleDocString) Marshal

func (m *PickleDocString) Marshal() (dAtA []byte, err error)

func (*PickleDocString) MarshalTo

func (m *PickleDocString) MarshalTo(dAtA []byte) (int, error)

func (*PickleDocString) ProtoMessage

func (*PickleDocString) ProtoMessage()

func (*PickleDocString) Reset

func (m *PickleDocString) Reset()

func (*PickleDocString) Size

func (m *PickleDocString) Size() (n int)

func (*PickleDocString) String

func (m *PickleDocString) String() string

func (*PickleDocString) Unmarshal

func (m *PickleDocString) Unmarshal(dAtA []byte) error

func (*PickleDocString) XXX_DiscardUnknown

func (m *PickleDocString) XXX_DiscardUnknown()

func (*PickleDocString) XXX_Marshal

func (m *PickleDocString) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PickleDocString) XXX_Merge

func (dst *PickleDocString) XXX_Merge(src proto.Message)

func (*PickleDocString) XXX_Size

func (m *PickleDocString) XXX_Size() int

func (*PickleDocString) XXX_Unmarshal

func (m *PickleDocString) XXX_Unmarshal(b []byte) error

type PickleStep

type PickleStep struct {
	Text      string      `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	Locations []*Location `protobuf:"bytes,2,rep,name=locations" json:"locations,omitempty"`
	// Types that are valid to be assigned to Argument:
	//	*PickleStep_DocString
	//	*PickleStep_DataTable
	Argument             isPickleStep_Argument `protobuf_oneof:"argument"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*PickleStep) Descriptor

func (*PickleStep) Descriptor() ([]byte, []int)

func (*PickleStep) GetArgument

func (m *PickleStep) GetArgument() isPickleStep_Argument

func (*PickleStep) GetDataTable

func (m *PickleStep) GetDataTable() *PickleTable

func (*PickleStep) GetDocString

func (m *PickleStep) GetDocString() *PickleDocString

func (*PickleStep) GetLocations

func (m *PickleStep) GetLocations() []*Location

func (*PickleStep) GetText

func (m *PickleStep) GetText() string

func (*PickleStep) Marshal

func (m *PickleStep) Marshal() (dAtA []byte, err error)

func (*PickleStep) MarshalTo

func (m *PickleStep) MarshalTo(dAtA []byte) (int, error)

func (*PickleStep) ProtoMessage

func (*PickleStep) ProtoMessage()

func (*PickleStep) Reset

func (m *PickleStep) Reset()

func (*PickleStep) Size

func (m *PickleStep) Size() (n int)

func (*PickleStep) String

func (m *PickleStep) String() string

func (*PickleStep) Unmarshal

func (m *PickleStep) Unmarshal(dAtA []byte) error

func (*PickleStep) XXX_DiscardUnknown

func (m *PickleStep) XXX_DiscardUnknown()

func (*PickleStep) XXX_Marshal

func (m *PickleStep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PickleStep) XXX_Merge

func (dst *PickleStep) XXX_Merge(src proto.Message)

func (*PickleStep) XXX_OneofFuncs

func (*PickleStep) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*PickleStep) XXX_Size

func (m *PickleStep) XXX_Size() int

func (*PickleStep) XXX_Unmarshal

func (m *PickleStep) XXX_Unmarshal(b []byte) error

type PickleStep_DataTable

type PickleStep_DataTable struct {
	DataTable *PickleTable `protobuf:"bytes,4,opt,name=data_table,json=dataTable,oneof"`
}

func (*PickleStep_DataTable) MarshalTo

func (m *PickleStep_DataTable) MarshalTo(dAtA []byte) (int, error)

func (*PickleStep_DataTable) Size

func (m *PickleStep_DataTable) Size() (n int)

type PickleStep_DocString

type PickleStep_DocString struct {
	DocString *PickleDocString `protobuf:"bytes,3,opt,name=doc_string,json=docString,oneof"`
}

func (*PickleStep_DocString) MarshalTo

func (m *PickleStep_DocString) MarshalTo(dAtA []byte) (int, error)

func (*PickleStep_DocString) Size

func (m *PickleStep_DocString) Size() (n int)

type PickleTable

type PickleTable struct {
	Rows                 []*PickleTableRow `protobuf:"bytes,1,rep,name=rows" json:"rows,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*PickleTable) Descriptor

func (*PickleTable) Descriptor() ([]byte, []int)

func (*PickleTable) GetRows

func (m *PickleTable) GetRows() []*PickleTableRow

func (*PickleTable) Marshal

func (m *PickleTable) Marshal() (dAtA []byte, err error)

func (*PickleTable) MarshalTo

func (m *PickleTable) MarshalTo(dAtA []byte) (int, error)

func (*PickleTable) ProtoMessage

func (*PickleTable) ProtoMessage()

func (*PickleTable) Reset

func (m *PickleTable) Reset()

func (*PickleTable) Size

func (m *PickleTable) Size() (n int)

func (*PickleTable) String

func (m *PickleTable) String() string

func (*PickleTable) Unmarshal

func (m *PickleTable) Unmarshal(dAtA []byte) error

func (*PickleTable) XXX_DiscardUnknown

func (m *PickleTable) XXX_DiscardUnknown()

func (*PickleTable) XXX_Marshal

func (m *PickleTable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PickleTable) XXX_Merge

func (dst *PickleTable) XXX_Merge(src proto.Message)

func (*PickleTable) XXX_Size

func (m *PickleTable) XXX_Size() int

func (*PickleTable) XXX_Unmarshal

func (m *PickleTable) XXX_Unmarshal(b []byte) error

type PickleTableCell

type PickleTableCell struct {
	Location             *Location `protobuf:"bytes,1,opt,name=location" json:"location,omitempty"`
	Value                string    `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*PickleTableCell) Descriptor

func (*PickleTableCell) Descriptor() ([]byte, []int)

func (*PickleTableCell) GetLocation

func (m *PickleTableCell) GetLocation() *Location

func (*PickleTableCell) GetValue

func (m *PickleTableCell) GetValue() string

func (*PickleTableCell) Marshal

func (m *PickleTableCell) Marshal() (dAtA []byte, err error)

func (*PickleTableCell) MarshalTo

func (m *PickleTableCell) MarshalTo(dAtA []byte) (int, error)

func (*PickleTableCell) ProtoMessage

func (*PickleTableCell) ProtoMessage()

func (*PickleTableCell) Reset

func (m *PickleTableCell) Reset()

func (*PickleTableCell) Size

func (m *PickleTableCell) Size() (n int)

func (*PickleTableCell) String

func (m *PickleTableCell) String() string

func (*PickleTableCell) Unmarshal

func (m *PickleTableCell) Unmarshal(dAtA []byte) error

func (*PickleTableCell) XXX_DiscardUnknown

func (m *PickleTableCell) XXX_DiscardUnknown()

func (*PickleTableCell) XXX_Marshal

func (m *PickleTableCell) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PickleTableCell) XXX_Merge

func (dst *PickleTableCell) XXX_Merge(src proto.Message)

func (*PickleTableCell) XXX_Size

func (m *PickleTableCell) XXX_Size() int

func (*PickleTableCell) XXX_Unmarshal

func (m *PickleTableCell) XXX_Unmarshal(b []byte) error

type PickleTableRow

type PickleTableRow struct {
	Cells                []*PickleTableCell `protobuf:"bytes,1,rep,name=cells" json:"cells,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*PickleTableRow) Descriptor

func (*PickleTableRow) Descriptor() ([]byte, []int)

func (*PickleTableRow) GetCells

func (m *PickleTableRow) GetCells() []*PickleTableCell

func (*PickleTableRow) Marshal

func (m *PickleTableRow) Marshal() (dAtA []byte, err error)

func (*PickleTableRow) MarshalTo

func (m *PickleTableRow) MarshalTo(dAtA []byte) (int, error)

func (*PickleTableRow) ProtoMessage

func (*PickleTableRow) ProtoMessage()

func (*PickleTableRow) Reset

func (m *PickleTableRow) Reset()

func (*PickleTableRow) Size

func (m *PickleTableRow) Size() (n int)

func (*PickleTableRow) String

func (m *PickleTableRow) String() string

func (*PickleTableRow) Unmarshal

func (m *PickleTableRow) Unmarshal(dAtA []byte) error

func (*PickleTableRow) XXX_DiscardUnknown

func (m *PickleTableRow) XXX_DiscardUnknown()

func (*PickleTableRow) XXX_Marshal

func (m *PickleTableRow) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PickleTableRow) XXX_Merge

func (dst *PickleTableRow) XXX_Merge(src proto.Message)

func (*PickleTableRow) XXX_Size

func (m *PickleTableRow) XXX_Size() int

func (*PickleTableRow) XXX_Unmarshal

func (m *PickleTableRow) XXX_Unmarshal(b []byte) error

type PickleTag

type PickleTag struct {
	Location             *Location `protobuf:"bytes,1,opt,name=location" json:"location,omitempty"`
	Name                 string    `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*PickleTag) Descriptor

func (*PickleTag) Descriptor() ([]byte, []int)

func (*PickleTag) GetLocation

func (m *PickleTag) GetLocation() *Location

func (*PickleTag) GetName

func (m *PickleTag) GetName() string

func (*PickleTag) Marshal

func (m *PickleTag) Marshal() (dAtA []byte, err error)

func (*PickleTag) MarshalTo

func (m *PickleTag) MarshalTo(dAtA []byte) (int, error)

func (*PickleTag) ProtoMessage

func (*PickleTag) ProtoMessage()

func (*PickleTag) Reset

func (m *PickleTag) Reset()

func (*PickleTag) Size

func (m *PickleTag) Size() (n int)

func (*PickleTag) String

func (m *PickleTag) String() string

func (*PickleTag) Unmarshal

func (m *PickleTag) Unmarshal(dAtA []byte) error

func (*PickleTag) XXX_DiscardUnknown

func (m *PickleTag) XXX_DiscardUnknown()

func (*PickleTag) XXX_Marshal

func (m *PickleTag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PickleTag) XXX_Merge

func (dst *PickleTag) XXX_Merge(src proto.Message)

func (*PickleTag) XXX_Size

func (m *PickleTag) XXX_Size() int

func (*PickleTag) XXX_Unmarshal

func (m *PickleTag) XXX_Unmarshal(b []byte) error

type Rule

type Rule struct {
	Location             *Location    `protobuf:"bytes,1,opt,name=location" json:"location,omitempty"`
	Keyword              string       `protobuf:"bytes,2,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Name                 string       `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description          string       `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Children             []*RuleChild `protobuf:"bytes,5,rep,name=children" json:"children,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*Rule) Descriptor

func (*Rule) Descriptor() ([]byte, []int)

func (*Rule) GetChildren

func (m *Rule) GetChildren() []*RuleChild

func (*Rule) GetDescription

func (m *Rule) GetDescription() string

func (*Rule) GetKeyword

func (m *Rule) GetKeyword() string

func (*Rule) GetLocation

func (m *Rule) GetLocation() *Location

func (*Rule) GetName

func (m *Rule) GetName() string

func (*Rule) Marshal

func (m *Rule) Marshal() (dAtA []byte, err error)

func (*Rule) MarshalTo

func (m *Rule) MarshalTo(dAtA []byte) (int, error)

func (*Rule) ProtoMessage

func (*Rule) ProtoMessage()

func (*Rule) Reset

func (m *Rule) Reset()

func (*Rule) Size

func (m *Rule) Size() (n int)

func (*Rule) String

func (m *Rule) String() string

func (*Rule) Unmarshal

func (m *Rule) Unmarshal(dAtA []byte) error

func (*Rule) XXX_DiscardUnknown

func (m *Rule) XXX_DiscardUnknown()

func (*Rule) XXX_Marshal

func (m *Rule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Rule) XXX_Merge

func (dst *Rule) XXX_Merge(src proto.Message)

func (*Rule) XXX_Size

func (m *Rule) XXX_Size() int

func (*Rule) XXX_Unmarshal

func (m *Rule) XXX_Unmarshal(b []byte) error

type RuleChild

type RuleChild struct {
	// Types that are valid to be assigned to Value:
	//	*RuleChild_Background
	//	*RuleChild_Scenario
	Value                isRuleChild_Value `protobuf_oneof:"value"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*RuleChild) Descriptor

func (*RuleChild) Descriptor() ([]byte, []int)

func (*RuleChild) GetBackground

func (m *RuleChild) GetBackground() *Background

func (*RuleChild) GetScenario

func (m *RuleChild) GetScenario() *Scenario

func (*RuleChild) GetValue

func (m *RuleChild) GetValue() isRuleChild_Value

func (*RuleChild) Marshal

func (m *RuleChild) Marshal() (dAtA []byte, err error)

func (*RuleChild) MarshalTo

func (m *RuleChild) MarshalTo(dAtA []byte) (int, error)

func (*RuleChild) ProtoMessage

func (*RuleChild) ProtoMessage()

func (*RuleChild) Reset

func (m *RuleChild) Reset()

func (*RuleChild) Size

func (m *RuleChild) Size() (n int)

func (*RuleChild) String

func (m *RuleChild) String() string

func (*RuleChild) Unmarshal

func (m *RuleChild) Unmarshal(dAtA []byte) error

func (*RuleChild) XXX_DiscardUnknown

func (m *RuleChild) XXX_DiscardUnknown()

func (*RuleChild) XXX_Marshal

func (m *RuleChild) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RuleChild) XXX_Merge

func (dst *RuleChild) XXX_Merge(src proto.Message)

func (*RuleChild) XXX_OneofFuncs

func (*RuleChild) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*RuleChild) XXX_Size

func (m *RuleChild) XXX_Size() int

func (*RuleChild) XXX_Unmarshal

func (m *RuleChild) XXX_Unmarshal(b []byte) error

type RuleChild_Background

type RuleChild_Background struct {
	Background *Background `protobuf:"bytes,1,opt,name=background,oneof"`
}

func (*RuleChild_Background) MarshalTo

func (m *RuleChild_Background) MarshalTo(dAtA []byte) (int, error)

func (*RuleChild_Background) Size

func (m *RuleChild_Background) Size() (n int)

type RuleChild_Scenario

type RuleChild_Scenario struct {
	Scenario *Scenario `protobuf:"bytes,2,opt,name=scenario,oneof"`
}

func (*RuleChild_Scenario) MarshalTo

func (m *RuleChild_Scenario) MarshalTo(dAtA []byte) (int, error)

func (*RuleChild_Scenario) Size

func (m *RuleChild_Scenario) Size() (n int)

type Scenario

type Scenario struct {
	Location             *Location   `protobuf:"bytes,1,opt,name=location" json:"location,omitempty"`
	Tags                 []*Tag      `protobuf:"bytes,2,rep,name=tags" json:"tags,omitempty"`
	Keyword              string      `protobuf:"bytes,3,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Name                 string      `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Description          string      `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Steps                []*Step     `protobuf:"bytes,6,rep,name=steps" json:"steps,omitempty"`
	Examples             []*Examples `protobuf:"bytes,7,rep,name=examples" json:"examples,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Scenario) Descriptor

func (*Scenario) Descriptor() ([]byte, []int)

func (*Scenario) GetDescription

func (m *Scenario) GetDescription() string

func (*Scenario) GetExamples

func (m *Scenario) GetExamples() []*Examples

func (*Scenario) GetKeyword

func (m *Scenario) GetKeyword() string

func (*Scenario) GetLocation

func (m *Scenario) GetLocation() *Location

func (*Scenario) GetName

func (m *Scenario) GetName() string

func (*Scenario) GetSteps

func (m *Scenario) GetSteps() []*Step

func (*Scenario) GetTags

func (m *Scenario) GetTags() []*Tag

func (*Scenario) Marshal

func (m *Scenario) Marshal() (dAtA []byte, err error)

func (*Scenario) MarshalTo

func (m *Scenario) MarshalTo(dAtA []byte) (int, error)

func (*Scenario) ProtoMessage

func (*Scenario) ProtoMessage()

func (*Scenario) Reset

func (m *Scenario) Reset()

func (*Scenario) Size

func (m *Scenario) Size() (n int)

func (*Scenario) String

func (m *Scenario) String() string

func (*Scenario) Unmarshal

func (m *Scenario) Unmarshal(dAtA []byte) error

func (*Scenario) XXX_DiscardUnknown

func (m *Scenario) XXX_DiscardUnknown()

func (*Scenario) XXX_Marshal

func (m *Scenario) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Scenario) XXX_Merge

func (dst *Scenario) XXX_Merge(src proto.Message)

func (*Scenario) XXX_Size

func (m *Scenario) XXX_Size() int

func (*Scenario) XXX_Unmarshal

func (m *Scenario) XXX_Unmarshal(b []byte) error

type Source

type Source struct {
	Uri                  string   `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	Data                 string   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Media                *Media   `protobuf:"bytes,3,opt,name=media" json:"media,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Source) Descriptor

func (*Source) Descriptor() ([]byte, []int)

func (*Source) GetData

func (m *Source) GetData() string

func (*Source) GetMedia

func (m *Source) GetMedia() *Media

func (*Source) GetUri

func (m *Source) GetUri() string

func (*Source) Marshal

func (m *Source) Marshal() (dAtA []byte, err error)

func (*Source) MarshalTo

func (m *Source) MarshalTo(dAtA []byte) (int, error)

func (*Source) ProtoMessage

func (*Source) ProtoMessage()

func (*Source) Reset

func (m *Source) Reset()

func (*Source) Size

func (m *Source) Size() (n int)

func (*Source) String

func (m *Source) String() string

func (*Source) Unmarshal

func (m *Source) Unmarshal(dAtA []byte) error

func (*Source) XXX_DiscardUnknown

func (m *Source) XXX_DiscardUnknown()

func (*Source) XXX_Marshal

func (m *Source) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Source) XXX_Merge

func (dst *Source) XXX_Merge(src proto.Message)

func (*Source) XXX_Size

func (m *Source) XXX_Size() int

func (*Source) XXX_Unmarshal

func (m *Source) XXX_Unmarshal(b []byte) error

type SourceReference

type SourceReference struct {
	Uri                  string    `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	Location             *Location `protobuf:"bytes,2,opt,name=location" json:"location,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*SourceReference) Descriptor

func (*SourceReference) Descriptor() ([]byte, []int)

func (*SourceReference) GetLocation

func (m *SourceReference) GetLocation() *Location

func (*SourceReference) GetUri

func (m *SourceReference) GetUri() string

func (*SourceReference) Marshal

func (m *SourceReference) Marshal() (dAtA []byte, err error)

func (*SourceReference) MarshalTo

func (m *SourceReference) MarshalTo(dAtA []byte) (int, error)

func (*SourceReference) ProtoMessage

func (*SourceReference) ProtoMessage()

func (*SourceReference) Reset

func (m *SourceReference) Reset()

func (*SourceReference) Size

func (m *SourceReference) Size() (n int)

func (*SourceReference) String

func (m *SourceReference) String() string

func (*SourceReference) Unmarshal

func (m *SourceReference) Unmarshal(dAtA []byte) error

func (*SourceReference) XXX_DiscardUnknown

func (m *SourceReference) XXX_DiscardUnknown()

func (*SourceReference) XXX_Marshal

func (m *SourceReference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SourceReference) XXX_Merge

func (dst *SourceReference) XXX_Merge(src proto.Message)

func (*SourceReference) XXX_Size

func (m *SourceReference) XXX_Size() int

func (*SourceReference) XXX_Unmarshal

func (m *SourceReference) XXX_Unmarshal(b []byte) error

type Status

type Status int32
const (
	Status_AMBIGUOUS Status = 0
	Status_FAILED    Status = 1
	Status_PASSED    Status = 2
	Status_PENDING   Status = 3
	Status_SKIPPED   Status = 4
	Status_UNDEFINED Status = 5
)

func (Status) EnumDescriptor

func (Status) EnumDescriptor() ([]byte, []int)

func (Status) String

func (x Status) String() string

type Step

type Step struct {
	Location *Location `protobuf:"bytes,1,opt,name=location" json:"location,omitempty"`
	Keyword  string    `protobuf:"bytes,2,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Text     string    `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"`
	// Types that are valid to be assigned to Argument:
	//	*Step_DocString
	//	*Step_DataTable
	Argument             isStep_Argument `protobuf_oneof:"argument"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*Step) Descriptor

func (*Step) Descriptor() ([]byte, []int)

func (*Step) GetArgument

func (m *Step) GetArgument() isStep_Argument

func (*Step) GetDataTable

func (m *Step) GetDataTable() *DataTable

func (*Step) GetDocString

func (m *Step) GetDocString() *DocString

func (*Step) GetKeyword

func (m *Step) GetKeyword() string

func (*Step) GetLocation

func (m *Step) GetLocation() *Location

func (*Step) GetText

func (m *Step) GetText() string

func (*Step) Marshal

func (m *Step) Marshal() (dAtA []byte, err error)

func (*Step) MarshalTo

func (m *Step) MarshalTo(dAtA []byte) (int, error)

func (*Step) ProtoMessage

func (*Step) ProtoMessage()

func (*Step) Reset

func (m *Step) Reset()

func (*Step) Size

func (m *Step) Size() (n int)

func (*Step) String

func (m *Step) String() string

func (*Step) Unmarshal

func (m *Step) Unmarshal(dAtA []byte) error

func (*Step) XXX_DiscardUnknown

func (m *Step) XXX_DiscardUnknown()

func (*Step) XXX_Marshal

func (m *Step) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Step) XXX_Merge

func (dst *Step) XXX_Merge(src proto.Message)

func (*Step) XXX_OneofFuncs

func (*Step) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*Step) XXX_Size

func (m *Step) XXX_Size() int

func (*Step) XXX_Unmarshal

func (m *Step) XXX_Unmarshal(b []byte) error

type Step_DataTable

type Step_DataTable struct {
	DataTable *DataTable `protobuf:"bytes,6,opt,name=data_table,json=dataTable,oneof"`
}

func (*Step_DataTable) MarshalTo

func (m *Step_DataTable) MarshalTo(dAtA []byte) (int, error)

func (*Step_DataTable) Size

func (m *Step_DataTable) Size() (n int)

type Step_DocString

type Step_DocString struct {
	DocString *DocString `protobuf:"bytes,5,opt,name=doc_string,json=docString,oneof"`
}

func (*Step_DocString) MarshalTo

func (m *Step_DocString) MarshalTo(dAtA []byte) (int, error)

func (*Step_DocString) Size

func (m *Step_DocString) Size() (n int)

type TableCell

type TableCell struct {
	Location             *Location `protobuf:"bytes,1,opt,name=location" json:"location,omitempty"`
	Value                string    `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*TableCell) Descriptor

func (*TableCell) Descriptor() ([]byte, []int)

func (*TableCell) GetLocation

func (m *TableCell) GetLocation() *Location

func (*TableCell) GetValue

func (m *TableCell) GetValue() string

func (*TableCell) Marshal

func (m *TableCell) Marshal() (dAtA []byte, err error)

func (*TableCell) MarshalTo

func (m *TableCell) MarshalTo(dAtA []byte) (int, error)

func (*TableCell) ProtoMessage

func (*TableCell) ProtoMessage()

func (*TableCell) Reset

func (m *TableCell) Reset()

func (*TableCell) Size

func (m *TableCell) Size() (n int)

func (*TableCell) String

func (m *TableCell) String() string

func (*TableCell) Unmarshal

func (m *TableCell) Unmarshal(dAtA []byte) error

func (*TableCell) XXX_DiscardUnknown

func (m *TableCell) XXX_DiscardUnknown()

func (*TableCell) XXX_Marshal

func (m *TableCell) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TableCell) XXX_Merge

func (dst *TableCell) XXX_Merge(src proto.Message)

func (*TableCell) XXX_Size

func (m *TableCell) XXX_Size() int

func (*TableCell) XXX_Unmarshal

func (m *TableCell) XXX_Unmarshal(b []byte) error

type TableRow

type TableRow struct {
	Location             *Location    `protobuf:"bytes,1,opt,name=location" json:"location,omitempty"`
	Cells                []*TableCell `protobuf:"bytes,2,rep,name=cells" json:"cells,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*TableRow) Descriptor

func (*TableRow) Descriptor() ([]byte, []int)

func (*TableRow) GetCells

func (m *TableRow) GetCells() []*TableCell

func (*TableRow) GetLocation

func (m *TableRow) GetLocation() *Location

func (*TableRow) Marshal

func (m *TableRow) Marshal() (dAtA []byte, err error)

func (*TableRow) MarshalTo

func (m *TableRow) MarshalTo(dAtA []byte) (int, error)

func (*TableRow) ProtoMessage

func (*TableRow) ProtoMessage()

func (*TableRow) Reset

func (m *TableRow) Reset()

func (*TableRow) Size

func (m *TableRow) Size() (n int)

func (*TableRow) String

func (m *TableRow) String() string

func (*TableRow) Unmarshal

func (m *TableRow) Unmarshal(dAtA []byte) error

func (*TableRow) XXX_DiscardUnknown

func (m *TableRow) XXX_DiscardUnknown()

func (*TableRow) XXX_Marshal

func (m *TableRow) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TableRow) XXX_Merge

func (dst *TableRow) XXX_Merge(src proto.Message)

func (*TableRow) XXX_Size

func (m *TableRow) XXX_Size() int

func (*TableRow) XXX_Unmarshal

func (m *TableRow) XXX_Unmarshal(b []byte) error

type Tag

type Tag struct {
	Location             *Location `protobuf:"bytes,1,opt,name=location" json:"location,omitempty"`
	Name                 string    `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*Tag) Descriptor

func (*Tag) Descriptor() ([]byte, []int)

func (*Tag) GetLocation

func (m *Tag) GetLocation() *Location

func (*Tag) GetName

func (m *Tag) GetName() string

func (*Tag) Marshal

func (m *Tag) Marshal() (dAtA []byte, err error)

func (*Tag) MarshalTo

func (m *Tag) MarshalTo(dAtA []byte) (int, error)

func (*Tag) ProtoMessage

func (*Tag) ProtoMessage()

func (*Tag) Reset

func (m *Tag) Reset()

func (*Tag) Size

func (m *Tag) Size() (n int)

func (*Tag) String

func (m *Tag) String() string

func (*Tag) Unmarshal

func (m *Tag) Unmarshal(dAtA []byte) error

func (*Tag) XXX_DiscardUnknown

func (m *Tag) XXX_DiscardUnknown()

func (*Tag) XXX_Marshal

func (m *Tag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Tag) XXX_Merge

func (dst *Tag) XXX_Merge(src proto.Message)

func (*Tag) XXX_Size

func (m *Tag) XXX_Size() int

func (*Tag) XXX_Unmarshal

func (m *Tag) XXX_Unmarshal(b []byte) error

type TestCaseFinished

type TestCaseFinished struct {
	PickleId             string           `protobuf:"bytes,1,opt,name=pickleId,proto3" json:"pickleId,omitempty"`
	Timestamp            *types.Timestamp `protobuf:"bytes,2,opt,name=timestamp" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*TestCaseFinished) Descriptor

func (*TestCaseFinished) Descriptor() ([]byte, []int)

func (*TestCaseFinished) GetPickleId

func (m *TestCaseFinished) GetPickleId() string

func (*TestCaseFinished) GetTimestamp

func (m *TestCaseFinished) GetTimestamp() *types.Timestamp

func (*TestCaseFinished) Marshal

func (m *TestCaseFinished) Marshal() (dAtA []byte, err error)

func (*TestCaseFinished) MarshalTo

func (m *TestCaseFinished) MarshalTo(dAtA []byte) (int, error)

func (*TestCaseFinished) ProtoMessage

func (*TestCaseFinished) ProtoMessage()

func (*TestCaseFinished) Reset

func (m *TestCaseFinished) Reset()

func (*TestCaseFinished) Size

func (m *TestCaseFinished) Size() (n int)

func (*TestCaseFinished) String

func (m *TestCaseFinished) String() string

func (*TestCaseFinished) Unmarshal

func (m *TestCaseFinished) Unmarshal(dAtA []byte) error

func (*TestCaseFinished) XXX_DiscardUnknown

func (m *TestCaseFinished) XXX_DiscardUnknown()

func (*TestCaseFinished) XXX_Marshal

func (m *TestCaseFinished) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TestCaseFinished) XXX_Merge

func (dst *TestCaseFinished) XXX_Merge(src proto.Message)

func (*TestCaseFinished) XXX_Size

func (m *TestCaseFinished) XXX_Size() int

func (*TestCaseFinished) XXX_Unmarshal

func (m *TestCaseFinished) XXX_Unmarshal(b []byte) error

type TestCaseStarted

type TestCaseStarted struct {
	PickleId             string           `protobuf:"bytes,1,opt,name=pickleId,proto3" json:"pickleId,omitempty"`
	Timestamp            *types.Timestamp `protobuf:"bytes,2,opt,name=timestamp" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*TestCaseStarted) Descriptor

func (*TestCaseStarted) Descriptor() ([]byte, []int)

func (*TestCaseStarted) GetPickleId

func (m *TestCaseStarted) GetPickleId() string

func (*TestCaseStarted) GetTimestamp

func (m *TestCaseStarted) GetTimestamp() *types.Timestamp

func (*TestCaseStarted) Marshal

func (m *TestCaseStarted) Marshal() (dAtA []byte, err error)

func (*TestCaseStarted) MarshalTo

func (m *TestCaseStarted) MarshalTo(dAtA []byte) (int, error)

func (*TestCaseStarted) ProtoMessage

func (*TestCaseStarted) ProtoMessage()

func (*TestCaseStarted) Reset

func (m *TestCaseStarted) Reset()

func (*TestCaseStarted) Size

func (m *TestCaseStarted) Size() (n int)

func (*TestCaseStarted) String

func (m *TestCaseStarted) String() string

func (*TestCaseStarted) Unmarshal

func (m *TestCaseStarted) Unmarshal(dAtA []byte) error

func (*TestCaseStarted) XXX_DiscardUnknown

func (m *TestCaseStarted) XXX_DiscardUnknown()

func (*TestCaseStarted) XXX_Marshal

func (m *TestCaseStarted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TestCaseStarted) XXX_Merge

func (dst *TestCaseStarted) XXX_Merge(src proto.Message)

func (*TestCaseStarted) XXX_Size

func (m *TestCaseStarted) XXX_Size() int

func (*TestCaseStarted) XXX_Unmarshal

func (m *TestCaseStarted) XXX_Unmarshal(b []byte) error

type TestHookFinished added in v1.1.1

type TestHookFinished struct {
	PickleId             string           `protobuf:"bytes,1,opt,name=pickleId,proto3" json:"pickleId,omitempty"`
	TestResult           *TestResult      `protobuf:"bytes,2,opt,name=testResult" json:"testResult,omitempty"`
	Timestamp            *types.Timestamp `protobuf:"bytes,3,opt,name=timestamp" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*TestHookFinished) Descriptor added in v1.1.1

func (*TestHookFinished) Descriptor() ([]byte, []int)

func (*TestHookFinished) GetPickleId added in v1.1.1

func (m *TestHookFinished) GetPickleId() string

func (*TestHookFinished) GetTestResult added in v1.1.1

func (m *TestHookFinished) GetTestResult() *TestResult

func (*TestHookFinished) GetTimestamp added in v1.1.1

func (m *TestHookFinished) GetTimestamp() *types.Timestamp

func (*TestHookFinished) Marshal added in v1.1.1

func (m *TestHookFinished) Marshal() (dAtA []byte, err error)

func (*TestHookFinished) MarshalTo added in v1.1.1

func (m *TestHookFinished) MarshalTo(dAtA []byte) (int, error)

func (*TestHookFinished) ProtoMessage added in v1.1.1

func (*TestHookFinished) ProtoMessage()

func (*TestHookFinished) Reset added in v1.1.1

func (m *TestHookFinished) Reset()

func (*TestHookFinished) Size added in v1.1.1

func (m *TestHookFinished) Size() (n int)

func (*TestHookFinished) String added in v1.1.1

func (m *TestHookFinished) String() string

func (*TestHookFinished) Unmarshal added in v1.1.1

func (m *TestHookFinished) Unmarshal(dAtA []byte) error

func (*TestHookFinished) XXX_DiscardUnknown added in v1.1.1

func (m *TestHookFinished) XXX_DiscardUnknown()

func (*TestHookFinished) XXX_Marshal added in v1.1.1

func (m *TestHookFinished) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TestHookFinished) XXX_Merge added in v1.1.1

func (dst *TestHookFinished) XXX_Merge(src proto.Message)

func (*TestHookFinished) XXX_Size added in v1.1.1

func (m *TestHookFinished) XXX_Size() int

func (*TestHookFinished) XXX_Unmarshal added in v1.1.1

func (m *TestHookFinished) XXX_Unmarshal(b []byte) error

type TestHookStarted added in v1.1.1

type TestHookStarted struct {
	PickleId             string           `protobuf:"bytes,1,opt,name=pickleId,proto3" json:"pickleId,omitempty"`
	Timestamp            *types.Timestamp `protobuf:"bytes,2,opt,name=timestamp" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*TestHookStarted) Descriptor added in v1.1.1

func (*TestHookStarted) Descriptor() ([]byte, []int)

func (*TestHookStarted) GetPickleId added in v1.1.1

func (m *TestHookStarted) GetPickleId() string

func (*TestHookStarted) GetTimestamp added in v1.1.1

func (m *TestHookStarted) GetTimestamp() *types.Timestamp

func (*TestHookStarted) Marshal added in v1.1.1

func (m *TestHookStarted) Marshal() (dAtA []byte, err error)

func (*TestHookStarted) MarshalTo added in v1.1.1

func (m *TestHookStarted) MarshalTo(dAtA []byte) (int, error)

func (*TestHookStarted) ProtoMessage added in v1.1.1

func (*TestHookStarted) ProtoMessage()

func (*TestHookStarted) Reset added in v1.1.1

func (m *TestHookStarted) Reset()

func (*TestHookStarted) Size added in v1.1.1

func (m *TestHookStarted) Size() (n int)

func (*TestHookStarted) String added in v1.1.1

func (m *TestHookStarted) String() string

func (*TestHookStarted) Unmarshal added in v1.1.1

func (m *TestHookStarted) Unmarshal(dAtA []byte) error

func (*TestHookStarted) XXX_DiscardUnknown added in v1.1.1

func (m *TestHookStarted) XXX_DiscardUnknown()

func (*TestHookStarted) XXX_Marshal added in v1.1.1

func (m *TestHookStarted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TestHookStarted) XXX_Merge added in v1.1.1

func (dst *TestHookStarted) XXX_Merge(src proto.Message)

func (*TestHookStarted) XXX_Size added in v1.1.1

func (m *TestHookStarted) XXX_Size() int

func (*TestHookStarted) XXX_Unmarshal added in v1.1.1

func (m *TestHookStarted) XXX_Unmarshal(b []byte) error

type TestResult

type TestResult struct {
	Status               Status   `protobuf:"varint,1,opt,name=status,proto3,enum=io.cucumber.messages.Status" json:"status,omitempty"`
	Message              string   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TestResult) Descriptor

func (*TestResult) Descriptor() ([]byte, []int)

func (*TestResult) GetMessage

func (m *TestResult) GetMessage() string

func (*TestResult) GetStatus

func (m *TestResult) GetStatus() Status

func (*TestResult) Marshal

func (m *TestResult) Marshal() (dAtA []byte, err error)

func (*TestResult) MarshalTo

func (m *TestResult) MarshalTo(dAtA []byte) (int, error)

func (*TestResult) ProtoMessage

func (*TestResult) ProtoMessage()

func (*TestResult) Reset

func (m *TestResult) Reset()

func (*TestResult) Size

func (m *TestResult) Size() (n int)

func (*TestResult) String

func (m *TestResult) String() string

func (*TestResult) Unmarshal

func (m *TestResult) Unmarshal(dAtA []byte) error

func (*TestResult) XXX_DiscardUnknown

func (m *TestResult) XXX_DiscardUnknown()

func (*TestResult) XXX_Marshal

func (m *TestResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TestResult) XXX_Merge

func (dst *TestResult) XXX_Merge(src proto.Message)

func (*TestResult) XXX_Size

func (m *TestResult) XXX_Size() int

func (*TestResult) XXX_Unmarshal

func (m *TestResult) XXX_Unmarshal(b []byte) error

type TestStepFinished

type TestStepFinished struct {
	PickleId             string           `protobuf:"bytes,1,opt,name=pickleId,proto3" json:"pickleId,omitempty"`
	Index                uint32           `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	TestResult           *TestResult      `protobuf:"bytes,3,opt,name=testResult" json:"testResult,omitempty"`
	Timestamp            *types.Timestamp `protobuf:"bytes,4,opt,name=timestamp" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*TestStepFinished) Descriptor

func (*TestStepFinished) Descriptor() ([]byte, []int)

func (*TestStepFinished) GetIndex

func (m *TestStepFinished) GetIndex() uint32

func (*TestStepFinished) GetPickleId

func (m *TestStepFinished) GetPickleId() string

func (*TestStepFinished) GetTestResult

func (m *TestStepFinished) GetTestResult() *TestResult

func (*TestStepFinished) GetTimestamp

func (m *TestStepFinished) GetTimestamp() *types.Timestamp

func (*TestStepFinished) Marshal

func (m *TestStepFinished) Marshal() (dAtA []byte, err error)

func (*TestStepFinished) MarshalTo

func (m *TestStepFinished) MarshalTo(dAtA []byte) (int, error)

func (*TestStepFinished) ProtoMessage

func (*TestStepFinished) ProtoMessage()

func (*TestStepFinished) Reset

func (m *TestStepFinished) Reset()

func (*TestStepFinished) Size

func (m *TestStepFinished) Size() (n int)

func (*TestStepFinished) String

func (m *TestStepFinished) String() string

func (*TestStepFinished) Unmarshal

func (m *TestStepFinished) Unmarshal(dAtA []byte) error

func (*TestStepFinished) XXX_DiscardUnknown

func (m *TestStepFinished) XXX_DiscardUnknown()

func (*TestStepFinished) XXX_Marshal

func (m *TestStepFinished) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TestStepFinished) XXX_Merge

func (dst *TestStepFinished) XXX_Merge(src proto.Message)

func (*TestStepFinished) XXX_Size

func (m *TestStepFinished) XXX_Size() int

func (*TestStepFinished) XXX_Unmarshal

func (m *TestStepFinished) XXX_Unmarshal(b []byte) error

type TestStepStarted

type TestStepStarted struct {
	PickleId             string           `protobuf:"bytes,1,opt,name=pickleId,proto3" json:"pickleId,omitempty"`
	Index                uint32           `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	Timestamp            *types.Timestamp `protobuf:"bytes,3,opt,name=timestamp" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*TestStepStarted) Descriptor

func (*TestStepStarted) Descriptor() ([]byte, []int)

func (*TestStepStarted) GetIndex

func (m *TestStepStarted) GetIndex() uint32

func (*TestStepStarted) GetPickleId

func (m *TestStepStarted) GetPickleId() string

func (*TestStepStarted) GetTimestamp

func (m *TestStepStarted) GetTimestamp() *types.Timestamp

func (*TestStepStarted) Marshal

func (m *TestStepStarted) Marshal() (dAtA []byte, err error)

func (*TestStepStarted) MarshalTo

func (m *TestStepStarted) MarshalTo(dAtA []byte) (int, error)

func (*TestStepStarted) ProtoMessage

func (*TestStepStarted) ProtoMessage()

func (*TestStepStarted) Reset

func (m *TestStepStarted) Reset()

func (*TestStepStarted) Size

func (m *TestStepStarted) Size() (n int)

func (*TestStepStarted) String

func (m *TestStepStarted) String() string

func (*TestStepStarted) Unmarshal

func (m *TestStepStarted) Unmarshal(dAtA []byte) error

func (*TestStepStarted) XXX_DiscardUnknown

func (m *TestStepStarted) XXX_DiscardUnknown()

func (*TestStepStarted) XXX_Marshal

func (m *TestStepStarted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TestStepStarted) XXX_Merge

func (dst *TestStepStarted) XXX_Merge(src proto.Message)

func (*TestStepStarted) XXX_Size

func (m *TestStepStarted) XXX_Size() int

func (*TestStepStarted) XXX_Unmarshal

func (m *TestStepStarted) XXX_Unmarshal(b []byte) error

type Wrapper

type Wrapper struct {
	// Types that are valid to be assigned to Message:
	//	*Wrapper_Source
	//	*Wrapper_GherkinDocument
	//	*Wrapper_Pickle
	//	*Wrapper_Attachment
	//	*Wrapper_TestCaseStarted
	//	*Wrapper_TestStepStarted
	//	*Wrapper_TestStepFinished
	//	*Wrapper_TestCaseFinished
	//	*Wrapper_TestHookStarted
	//	*Wrapper_TestHookFinished
	Message              isWrapper_Message `protobuf_oneof:"message"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

All messages sent between processes must be of type Wrapper

func (*Wrapper) Descriptor

func (*Wrapper) Descriptor() ([]byte, []int)

func (*Wrapper) GetAttachment

func (m *Wrapper) GetAttachment() *Attachment

func (*Wrapper) GetGherkinDocument

func (m *Wrapper) GetGherkinDocument() *GherkinDocument

func (*Wrapper) GetMessage

func (m *Wrapper) GetMessage() isWrapper_Message

func (*Wrapper) GetPickle

func (m *Wrapper) GetPickle() *Pickle

func (*Wrapper) GetSource

func (m *Wrapper) GetSource() *Source

func (*Wrapper) GetTestCaseFinished

func (m *Wrapper) GetTestCaseFinished() *TestCaseFinished

func (*Wrapper) GetTestCaseStarted

func (m *Wrapper) GetTestCaseStarted() *TestCaseStarted

func (*Wrapper) GetTestHookFinished added in v1.1.1

func (m *Wrapper) GetTestHookFinished() *TestHookFinished

func (*Wrapper) GetTestHookStarted added in v1.1.1

func (m *Wrapper) GetTestHookStarted() *TestHookStarted

func (*Wrapper) GetTestStepFinished

func (m *Wrapper) GetTestStepFinished() *TestStepFinished

func (*Wrapper) GetTestStepStarted

func (m *Wrapper) GetTestStepStarted() *TestStepStarted

func (*Wrapper) Marshal

func (m *Wrapper) Marshal() (dAtA []byte, err error)

func (*Wrapper) MarshalTo

func (m *Wrapper) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper) ProtoMessage

func (*Wrapper) ProtoMessage()

func (*Wrapper) Reset

func (m *Wrapper) Reset()

func (*Wrapper) Size

func (m *Wrapper) Size() (n int)

func (*Wrapper) String

func (m *Wrapper) String() string

func (*Wrapper) Unmarshal

func (m *Wrapper) Unmarshal(dAtA []byte) error

func (*Wrapper) XXX_DiscardUnknown

func (m *Wrapper) XXX_DiscardUnknown()

func (*Wrapper) XXX_Marshal

func (m *Wrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Wrapper) XXX_Merge

func (dst *Wrapper) XXX_Merge(src proto.Message)

func (*Wrapper) XXX_OneofFuncs

func (*Wrapper) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*Wrapper) XXX_Size

func (m *Wrapper) XXX_Size() int

func (*Wrapper) XXX_Unmarshal

func (m *Wrapper) XXX_Unmarshal(b []byte) error

type Wrapper_Attachment

type Wrapper_Attachment struct {
	Attachment *Attachment `protobuf:"bytes,4,opt,name=attachment,oneof"`
}

func (*Wrapper_Attachment) MarshalTo

func (m *Wrapper_Attachment) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_Attachment) Size

func (m *Wrapper_Attachment) Size() (n int)

type Wrapper_GherkinDocument

type Wrapper_GherkinDocument struct {
	GherkinDocument *GherkinDocument `protobuf:"bytes,2,opt,name=gherkinDocument,oneof"`
}

func (*Wrapper_GherkinDocument) MarshalTo

func (m *Wrapper_GherkinDocument) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_GherkinDocument) Size

func (m *Wrapper_GherkinDocument) Size() (n int)

type Wrapper_Pickle

type Wrapper_Pickle struct {
	Pickle *Pickle `protobuf:"bytes,3,opt,name=pickle,oneof"`
}

func (*Wrapper_Pickle) MarshalTo

func (m *Wrapper_Pickle) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_Pickle) Size

func (m *Wrapper_Pickle) Size() (n int)

type Wrapper_Source

type Wrapper_Source struct {
	Source *Source `protobuf:"bytes,1,opt,name=source,oneof"`
}

func (*Wrapper_Source) MarshalTo

func (m *Wrapper_Source) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_Source) Size

func (m *Wrapper_Source) Size() (n int)

type Wrapper_TestCaseFinished

type Wrapper_TestCaseFinished struct {
	TestCaseFinished *TestCaseFinished `protobuf:"bytes,8,opt,name=testCaseFinished,oneof"`
}

func (*Wrapper_TestCaseFinished) MarshalTo

func (m *Wrapper_TestCaseFinished) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_TestCaseFinished) Size

func (m *Wrapper_TestCaseFinished) Size() (n int)

type Wrapper_TestCaseStarted

type Wrapper_TestCaseStarted struct {
	TestCaseStarted *TestCaseStarted `protobuf:"bytes,5,opt,name=testCaseStarted,oneof"`
}

func (*Wrapper_TestCaseStarted) MarshalTo

func (m *Wrapper_TestCaseStarted) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_TestCaseStarted) Size

func (m *Wrapper_TestCaseStarted) Size() (n int)

type Wrapper_TestHookFinished added in v1.1.1

type Wrapper_TestHookFinished struct {
	TestHookFinished *TestHookFinished `protobuf:"bytes,10,opt,name=testHookFinished,oneof"`
}

func (*Wrapper_TestHookFinished) MarshalTo added in v1.1.1

func (m *Wrapper_TestHookFinished) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_TestHookFinished) Size added in v1.1.1

func (m *Wrapper_TestHookFinished) Size() (n int)

type Wrapper_TestHookStarted added in v1.1.1

type Wrapper_TestHookStarted struct {
	TestHookStarted *TestHookStarted `protobuf:"bytes,9,opt,name=testHookStarted,oneof"`
}

func (*Wrapper_TestHookStarted) MarshalTo added in v1.1.1

func (m *Wrapper_TestHookStarted) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_TestHookStarted) Size added in v1.1.1

func (m *Wrapper_TestHookStarted) Size() (n int)

type Wrapper_TestStepFinished

type Wrapper_TestStepFinished struct {
	TestStepFinished *TestStepFinished `protobuf:"bytes,7,opt,name=testStepFinished,oneof"`
}

func (*Wrapper_TestStepFinished) MarshalTo

func (m *Wrapper_TestStepFinished) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_TestStepFinished) Size

func (m *Wrapper_TestStepFinished) Size() (n int)

type Wrapper_TestStepStarted

type Wrapper_TestStepStarted struct {
	TestStepStarted *TestStepStarted `protobuf:"bytes,6,opt,name=testStepStarted,oneof"`
}

func (*Wrapper_TestStepStarted) MarshalTo

func (m *Wrapper_TestStepStarted) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_TestStepStarted) Size

func (m *Wrapper_TestStepStarted) Size() (n int)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL