databoard

package module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2017 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Databoard

type Databoard struct {
	Owner string
	Repo  string
	// contains filtered or unexported fields
}

func New

func New(hc *http.Client, token string) *Databoard

func (*Databoard) CreateRelease

func (d *Databoard) CreateRelease(ctx context.Context, tag string) (*github.RepositoryRelease, error)

func (*Databoard) GetLatestRelease

func (d *Databoard) GetLatestRelease(ctx context.Context) (*github.RepositoryRelease, error)

func (*Databoard) GetReleaseByTag

func (d *Databoard) GetReleaseByTag(ctx context.Context, tag string) (*github.RepositoryRelease, error)

func (*Databoard) GetReleases

func (d *Databoard) GetReleases(ctx context.Context, perpage int) (rch <-chan *github.RepositoryRelease, cancel func(), err error)

func (*Databoard) UploadReleaseAsset

func (d *Databoard) UploadReleaseAsset(ctx context.Context, release_id int, file *os.File, name string) (*github.ReleaseAsset, error)

Directories

Path Synopsis
cmd
lib
gpg

Jump to

Keyboard shortcuts

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