Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependencies ¶
type Factory ¶
type Factory component.Factory[Router, Config, Dependencies]
--- Factory code block ---
func NewFactory ¶
func NewFactory(mockOn ...component.MockOption) Factory
type FeedGroup ¶
type Router ¶
type Router interface {
component.Component
Route(ctx context.Context, result *rule.Result) (groups []*Group, err error)
}
--- Interface code block ---
Click to show internal directories.
Click to hide internal directories.