Documentation ¶ Index ¶ type Blog func New(ctx context.Context, url string, tokenSource oauth2.TokenSource) (*Blog, error) func (b Blog) CreatePost() (*mdlog.Post, error) func (b *Blog) GetPosts() ([]*mdlog.Post, error) func (b *Blog) Update(post *mdlog.Post) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Blog ¶ type Blog struct { // contains filtered or unexported fields } func New ¶ func New(ctx context.Context, url string, tokenSource oauth2.TokenSource) (*Blog, error) func (Blog) CreatePost ¶ func (b Blog) CreatePost() (*mdlog.Post, error) func (*Blog) GetPosts ¶ func (b *Blog) GetPosts() ([]*mdlog.Post, error) func (*Blog) Update ¶ func (b *Blog) Update(post *mdlog.Post) error Source Files ¶ View all Source files blogger.go Click to show internal directories. Click to hide internal directories.