Documentation ¶ Index ¶ func ConfigInstance() interface{} func GetConfig(connection *plugin.Connection) hackernewsConfig func Plugin(ctx context.Context) *plugin.Plugin type User Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ConfigInstance ¶ func ConfigInstance() interface{} func GetConfig ¶ func GetConfig(connection *plugin.Connection) hackernewsConfig GetConfig :: retrieve and cast connection config from query data func Plugin ¶ func Plugin(ctx context.Context) *plugin.Plugin Types ¶ type User ¶ type User struct { ID string `json:"id"` Created int `json:"created"` Karma int `json:"karma"` About string `json:"about,omitempty"` Submitted []int `json:"submitted"` } Source Files ¶ View all Source files connection_config.goitem.goplugin.gotable_hackernews_ask_hn.gotable_hackernews_best.gotable_hackernews_item.gotable_hackernews_job.gotable_hackernews_new.gotable_hackernews_show_hn.gotable_hackernews_top.gotable_hackernews_user.go Click to show internal directories. Click to hide internal directories.