appdotnet

package
v0.0.0-...-d6e6fda Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2013 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Payload

type Payload struct {
	Data struct {
		Text string `json:"text"`
		User struct {
			Username string `json:"username"`
			Name     string `json:"name"`
		} `json:"user"`
		Timestamp time.Time `json:"created_at"`
	} `json:"data"`
}

type Post

type Post struct {
	Username  string
	Fullname  string
	Text      string
	Timestamp time.Time
}

func (Post) String

func (p Post) String() string

Jump to

Keyboard shortcuts

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