store

package
v1.0.0-alpha.19 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store interface {
	AppCreate(*pb.App, *pb.AppCreateOptions) error
	AppUpdate(*pb.App) error
	AppGet(name string) (*pb.App, error)
	AppDelete(name string) error
	AppList() (pb.Apps, error)

	BuildList(app string, limit int64) (pb.Builds, error)
	BuildSave(*pb.Build) error
	BuildGet(app, id string) (*pb.Build, error)
	BuildDelete(app, id string) error

	ReleaseSave(*pb.Release) error
	ReleaseList(string, int64) (pb.Releases, error)
	ReleaseDelete(string, string) error
	ReleaseCount(string) int64
}

Jump to

Keyboard shortcuts

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