Documentation
¶
Index ¶
- func NewUserListRequestBuilder(aL *user.AnimeList, u *user.User) func() error
- func NewUserListRequestWithBackoff(aL *user.AnimeList, u *user.User) error
- func NewUserRequestBuilder(u *user.User, uname string) func() error
- func NewUserRequestWithBackoff(u *user.User, uname string) error
- type AnimeRating
- type MALUsers
- type RunnerProvider
- type UserList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AnimeRating ¶
type MALUsers ¶
type MALUsers struct {
Users []string `goquery:"div#content table tbody tr td table tbody tr td div:first-child > a,text"`
}
type RunnerProvider ¶
type RunnerProvider struct { Bucket *string Session *session.Session Quit chan struct{} Cron *time.Ticker }
func (*RunnerProvider) Do ¶
func (r *RunnerProvider) Do()
func (*RunnerProvider) GetJSONReviews ¶
func (r *RunnerProvider) GetJSONReviews() []byte
func (*RunnerProvider) WriteToS3 ¶
func (r *RunnerProvider) WriteToS3(content []byte) error
type UserList ¶
type UserList struct { UID int64 `json:"uid"` Username string `json: "username"` List []AnimeRating `json: "list"` }
Click to show internal directories.
Click to hide internal directories.