Documentation ¶
Index ¶
- func BloggerClient(ctx context.Context, credentials []byte) (*http.Client, error)
- func DefaultBloggerClient(ctx context.Context) (*http.Client, error)
- func SyncBlogger(ctx context.Context, blogId string, stasher BloggerStasher, ...) (err error)
- func SyncTwitter(ctx context.Context, userId int64, stasher TwitterStasher, accessToken string) (err error)
- type BlogPageStasher
- type BlogPostStasher
- type BlogStasher
- type BloggerStasher
- type TwitterStasher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BloggerClient ¶
func SyncBlogger ¶
func SyncTwitter ¶
Types ¶
type BlogPageStasher ¶
type BlogPostStasher ¶
type BlogStasher ¶
type BloggerStasher ¶
type BloggerStasher interface { BlogPostStasher BlogPageStasher BlogStasher }
Click to show internal directories.
Click to hide internal directories.