Versions in this module Expand all Collapse all v0 v0.2.0 Oct 26, 2025 Changes in this version + const SearchAttr + func New() (string, starlark.Value) + func SearchBuiltin() modules.BuiltinFunc + type Client struct + func NewClient(host string) *Client + func (c *Client) Issues(ctx context.Context, queries ...string) ([]search.Issue, error) + type Item struct + func (i *Item) Attr(name string) (starlark.Value, error) + func (i *Item) AttrNames() []string + func (i *Item) Freeze() + func (i *Item) Group() string + func (i *Item) Hash() (uint32, error) + func (i *Item) Issue() search.Issue + func (i *Item) Priority() int64 + func (i *Item) SetField(name string, val starlark.Value) error + func (i *Item) Status() string + func (i *Item) String() string + func (i *Item) Truth() starlark.Bool + func (i *Item) Type() string + func (i *Item) URL() string + type ItemType string + const ItemTypeIssue + const ItemTypePullRequest + type Module struct + func (m *Module) Attr(name string) (starlark.Value, error) + func (m *Module) AttrNames() []string + func (m *Module) Freeze() + func (m *Module) Hash() (uint32, error) + func (m *Module) String() string + func (m *Module) Truth() starlark.Bool + func (m *Module) Type() string