Documentation
¶
Index ¶
- Constants
- func New() (string, starlark.Value)
- func SearchBuiltin() modules.BuiltinFunc
- type Client
- type Item
- 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
- type Module
Constants ¶
View Source
const SearchAttr = "search"
Variables ¶
This section is empty.
Functions ¶
func SearchBuiltin ¶
func SearchBuiltin() modules.BuiltinFunc
Types ¶
Click to show internal directories.
Click to hide internal directories.