actor

package
v0.0.0-...-6bb14f7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2018 License: Apache-2.0 Imports: 8 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Check

func Check(client CheckAPIClient, groupID string, filename string, ts string) ([]shared.Version, error)

func In

func In(client InAPIClient, authorizationToken string, version shared.Version, outputDirectory string) error

Types

type CheckAPIClient

type CheckAPIClient interface {
	GetFiles(params slack.GetFilesParameters) ([]slack.File, *slack.Paging, error)
}

type HTTPError

type HTTPError struct {
	Message string
	URL     string
}

func (HTTPError) Error

func (e HTTPError) Error() string

type InAPIClient

type InAPIClient interface {
	GetFileInfo(fileID string, count int, page int) (*slack.File, []slack.Comment, *slack.Paging, error)
}

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL