Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONUsecase ¶
type JSONUsecase struct {
// contains filtered or unexported fields
}
JSONUsecase represents the use case for showing hooks in JSON format
func NewJSONUsecase ¶
func NewJSONUsecase(writer io.Writer) *JSONUsecase
NewJSONUsecase creates a new use case for showing hooks in JSON format
type OnelineUsecase ¶
type OnelineUsecase struct {
// contains filtered or unexported fields
}
OnelineUsecase represents the use case for showing hooks in a single line format
func NewOnelineUsecase ¶
func NewOnelineUsecase(writer io.Writer) *OnelineUsecase
NewOnelineUsecase creates a new use case for showing overlays in text format
Click to show internal directories.
Click to hide internal directories.