Versions in this module Expand all Collapse all v1 v1.1.0 Sep 8, 2021 v1.0.0 Mar 19, 2021 Changes in this version + type Handler interface + Handle func(ctx context.Context, keyword string) (results []Result, err error) + type Result struct + Body string + Title string + type Wrapper struct + Description string + Handler Handler + Name string