response

package
v0.0.0-...-5f22487 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2014 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Item

type Item struct {
	Body      string    `json:"body"`
	Coediting bool      `json:"coediting"`
	CreatedAt time.Time `json:"created_at"`
	ID        string    `json:"id"`
	Private   bool      `json:"private"`
	Tags      []struct {
		IconURL  string        `json:"icon_url"`
		Name     string        `json:"name"`
		Versions []interface{} `json:"versions"`
	} `json:"tags"`
	Title     string `json:"title"`
	UpdatedAt string `json:"updated_at"`
	User      struct {
		Description       string  `json:"description"`
		FacebookID        string  `json:"facebook_id"`
		FolloweesCount    float64 `json:"followees_count"`
		FollowersCount    float64 `json:"followers_count"`
		GithubLoginName   string  `json:"github_login_name"`
		ID                string  `json:"id"`
		ItemsCount        float64 `json:"items_count"`
		LinkedinID        string  `json:"linkedin_id"`
		Location          string  `json:"location"`
		Name              string  `json:"name"`
		Organization      string  `json:"organization"`
		ProfileImageURL   string  `json:"profile_image_url"`
		TwitterScreenName string  `json:"twitter_screen_name"`
		WebsiteURL        string  `json:"website_url"`
	} `json:"user"`
}

func (Item) Url

func (item Item) Url(teamKey string) string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL