Versions in this module Expand all Collapse all v0 v0.13.1 Nov 21, 2018 v0.13.0 Sep 20, 2018 Changes in this version + func Find(node ast.Node, name string) (*astext.Object, error) + type Item struct + Name string + Path []string + Type ItemType + type ItemType int + const ItemTypeObject + const ItemTypeSetter + type Members struct + Fields []string + Functions []string + Types []string + func FindMembers(obj *astext.Object) (Members, error) + func (om *Members) FindFunction(name string) (string, error) + type Node struct + IsMixin bool + func New(name string, obj *astext.Object) *Node + func (n *Node) Search(path ...string) (*Item, error)