Versions in this module Expand all Collapse all v0 v0.0.2 Feb 27, 2017 v0.0.1 Feb 26, 2017 Changes in this version + type InstancesCrawler struct + func NewInstancesCrawler(c *config.Config) *InstancesCrawler + func (i *InstancesCrawler) Count() int + func (i *InstancesCrawler) DoCrawl() error + func (i *InstancesCrawler) Get(id string) map[string]interface{} + func (i *InstancesCrawler) LastCrawled() time.Time + func (i *InstancesCrawler) List(limit int, expand bool) interface{} + func (i *InstancesCrawler) Resource() string