Documentation
¶
Overview ¶
Package search 基于 meilisearch 提供搜索功能
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Handler ¶
type Handler interface {
Handle(c echo.Context) error
}
Handler TODO: 想个办法挪到 web 里面去.
type NoopClient ¶
type NoopClient struct { }
func (NoopClient) Close ¶ added in v0.29.10
func (n NoopClient) Close()
func (NoopClient) Handle ¶
func (n NoopClient) Handle(c echo.Context) error
func (NoopClient) OnSubjectDelete ¶
func (NoopClient) OnSubjectUpdate ¶
Click to show internal directories.
Click to hide internal directories.