Toggle navigation GoDoc Home Index About derpigo: github.com/Xe/derpigo Index | Files import "github.com/Xe/derpigo" ¶ Variables type Connection func New(apikey string) (c *Connection) func (c *Connection) GetForum(name string) (*Forum, error) func (c *Connection) GetImage(id int) (*Image, error) func (c *Connection) GetThreadByName(name string) (*Thread, error) func (c *Connection) GetUser(id string) (*User, error) type DupeReportModifier type DuplicateReport type Error func NewError(underlying error, resp *http.Response) *Error func (e *Error) Error() string type Forum type Image type Thread type Topic type User Package Files ¶ api.go error.go forums.go image.go user.go ¶ ❖ var ( ErrNeedsOneSlash = errors . New ("derpigo: this needs one slash in its invocation") ErrTooLongForBoardName = errors . New ("derpigo: this is too long to be a board n...