Documentation ¶
Index ¶
- type Ginsta
- func (g *Ginsta) PostByShortcode(ctx context.Context, shortcode string) (*Post, error)
- func (g *Ginsta) PostsByID(ctx context.Context, id string) ([]*Post, error)
- func (g *Ginsta) StoriesByID(ctx context.Context, id string) ([]*Story, error)
- func (g *Ginsta) UserByUsername(ctx context.Context, username string) (*User, error)
- type Post
- type Story
- type User
- type Video
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ginsta ¶
type Ginsta struct {
// contains filtered or unexported fields
}
func (*Ginsta) PostByShortcode ¶
func (*Ginsta) StoriesByID ¶
Click to show internal directories.
Click to hide internal directories.