Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLIMakerFilter ¶
type CLIMakerFilter struct { markup.Component `class:"wpm-intent-filter"` FileSystemService service.FileSystemService `inject:"#FileSystemService"` }
CLIMakerFilter ...
func (*CLIMakerFilter) GetFilterRegistrationList ¶
func (inst *CLIMakerFilter) GetFilterRegistrationList() []*intents.FilterRegistration
GetFilterRegistrationList ...
func (*CLIMakerFilter) Handle ¶
func (inst *CLIMakerFilter) Handle(c context.Context, i *dto.Intent, next intents.FilterChain) error
Handle ...
type CLIRunnerFilter ¶
type CLIRunnerFilter struct { markup.Component `class:"wpm-intent-filter"` IntentHandlerService service.IntentHandlerService `inject:"#IntentHandlerService"` }
CLIRunnerFilter ...
func (*CLIRunnerFilter) GetFilterRegistrationList ¶
func (inst *CLIRunnerFilter) GetFilterRegistrationList() []*intents.FilterRegistration
GetFilterRegistrationList ...
func (*CLIRunnerFilter) Handle ¶
func (inst *CLIRunnerFilter) Handle(c context.Context, i *dto.Intent, next intents.FilterChain) error
Handle ...
type CheckTemplateFilter ¶
CheckTemplateFilter ...
func (*CheckTemplateFilter) GetFilterRegistrationList ¶
func (inst *CheckTemplateFilter) GetFilterRegistrationList() []*intents.FilterRegistration
GetFilterRegistrationList ...
func (*CheckTemplateFilter) Handle ¶
func (inst *CheckTemplateFilter) Handle(c context.Context, i *dto.Intent, next intents.FilterChain) error
Handle ...
type ExampleFilter ¶
ExampleFilter ...
func (*ExampleFilter) GetFilterRegistrationList ¶
func (inst *ExampleFilter) GetFilterRegistrationList() []*intents.FilterRegistration
GetFilterRegistrationList ...
func (*ExampleFilter) Handle ¶
func (inst *ExampleFilter) Handle(c context.Context, i *dto.Intent, next intents.FilterChain) error
Handle ...
type FindTemplateFilter ¶
type FindTemplateFilter struct { markup.Component `class:"wpm-intent-filter"` IntentTemplateService service.IntentTemplateService `inject:"#IntentTemplateService"` }
FindTemplateFilter ...
func (*FindTemplateFilter) GetFilterRegistrationList ¶
func (inst *FindTemplateFilter) GetFilterRegistrationList() []*intents.FilterRegistration
GetFilterRegistrationList ...
func (*FindTemplateFilter) Handle ¶
func (inst *FindTemplateFilter) Handle(c context.Context, i *dto.Intent, next intents.FilterChain) error
Handle ...
type PrepareActionFilter ¶
type PrepareActionFilter struct { markup.Component `class:"wpm-intent-filter"` ProfileService service.ProfileService `inject:"#ProfileService"` }
PrepareActionFilter ...
func (*PrepareActionFilter) GetFilterRegistrationList ¶
func (inst *PrepareActionFilter) GetFilterRegistrationList() []*intents.FilterRegistration
GetFilterRegistrationList ...
func (*PrepareActionFilter) Handle ¶
func (inst *PrepareActionFilter) Handle(c context.Context, i *dto.Intent, next intents.FilterChain) error
Handle ...
type PreparePropertiesFilter ¶
PreparePropertiesFilter ...
func (*PreparePropertiesFilter) GetFilterRegistrationList ¶
func (inst *PreparePropertiesFilter) GetFilterRegistrationList() []*intents.FilterRegistration
GetFilterRegistrationList ...
func (*PreparePropertiesFilter) Handle ¶
func (inst *PreparePropertiesFilter) Handle(c context.Context, i *dto.Intent, next intents.FilterChain) error
Handle ...
Click to show internal directories.
Click to hide internal directories.