madon.go
changeset 162 68df3a01e1a7
parent 159 408aa794d9bb
child 163 53fd74d3bf21
equal deleted inserted replaced
161:6786f169b59f 162:68df3a01e1a7
     6 */
     6 */
     7 
     7 
     8 package madon
     8 package madon
     9 
     9 
    10 import (
    10 import (
    11 	"errors"
    11 	"github.com/pkg/errors"
    12 )
    12 )
    13 
    13 
    14 // LimitParams contains common limit/paging options for the Mastodon REST API
    14 // LimitParams contains common limit/paging options for the Mastodon REST API
    15 type LimitParams struct {
    15 type LimitParams struct {
    16 	Limit          int   // Number of items per query
    16 	Limit          int   // Number of items per query