Versions in this module Expand all Collapse all v0 v0.1.0 Oct 24, 2023 Changes in this version + type Assist struct + func NewDefault() *Assist + func (a *Assist) CompareToInstance(actual interface{}, table *godog.Table) error + func (a *Assist) CompareToSlice(actual interface{}, table *godog.Table) error + func (a *Assist) CreateInstance(tp interface{}, table *godog.Table) (interface{}, error) + func (a *Assist) CreateSlice(tp interface{}, table *godog.Table) (interface{}, error) + func (a *Assist) ParseMap(table *godog.Table) (map[string]string, error) + func (a *Assist) ParseSlice(table *godog.Table) ([]map[string]string, error) + func (a *Assist) RegisterComparer(i interface{}, comparer CompareFunc) + func (a *Assist) RegisterParser(i interface{}, parser ParseFunc) + func (a *Assist) RemoveComparer(i interface{}) + func (a *Assist) RemoveParser(i interface{}) + type CompareFunc func(raw string, actual interface{}) error + type ParseFunc func(raw string) (interface{}, error)