Versions in this module Expand all Collapse all v0 v0.1.1 May 7, 2019 v0.1.0 May 7, 2019 Changes in this version + type Service interface + Search func(ctx context.Context, q string) (plugin.Plugins, error) + SearchByFilename func(ctx context.Context, q string) (plugin.Plugins, error) + func NewService(token string) (Service, error)