Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DocumentFormat ¶
type DocumentFormat struct{}
func (DocumentFormat) MakeDocument ¶
func (gen DocumentFormat) MakeDocument(ctx context.Context, tcs []TestingCase) (string, error)
type Formatter ¶
type Formatter interface {
MakeDocument(context.Context, []TestingCase) (string, error)
}
type TestingCase ¶
Click to show internal directories.
Click to hide internal directories.