sv_release

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrorNotFound = errors.New("not found")
)

Functions

This section is empty.

Types

type Release

type Release interface {
	Get(tagName string) (release *mo_release.Release, err error)
	List() (releases []*mo_release.Release, err error)
	CreateDraft(tagName, name, body, branch string) (release *mo_release.Release, err error)
	Publish(releaseId string) (release *mo_release.Release, err error)
}

func New

func New(ctx gh_context.Context, owner, repo string) Release

Jump to

Keyboard shortcuts

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