Documentation ¶
Index ¶
- type DynamoDBStore
- func (a *DynamoDBStore) AppCreate(app *pb.App, req *pb.AppCreateOptions) error
- func (a *DynamoDBStore) AppDelete(name string) error
- func (a *DynamoDBStore) AppGet(name string) (*pb.App, error)
- func (a *DynamoDBStore) AppList() (pb.Apps, error)
- func (p *DynamoDBStore) AppUpdate(a *pb.App) error
- func (a *DynamoDBStore) BuildCreate(app string, req *pb.CreateBuildOptions) (*pb.Build, error)
- func (a *DynamoDBStore) BuildDelete(app, id string) error
- func (a *DynamoDBStore) BuildGet(app, id string) (*pb.Build, error)
- func (a *DynamoDBStore) BuildList(app string, limit int64) (pb.Builds, error)
- func (a *DynamoDBStore) BuildSave(b *pb.Build) error
- func (a *DynamoDBStore) ReleaseCount(app string) (version int64)
- func (a *DynamoDBStore) ReleaseDelete(app, id string) error
- func (a *DynamoDBStore) ReleaseList(app string, limit int64) (pb.Releases, error)
- func (a *DynamoDBStore) ReleaseSave(r *pb.Release) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamoDBStore ¶
func (*DynamoDBStore) AppCreate ¶
func (a *DynamoDBStore) AppCreate(app *pb.App, req *pb.AppCreateOptions) error
func (*DynamoDBStore) AppDelete ¶
func (a *DynamoDBStore) AppDelete(name string) error
func (*DynamoDBStore) BuildCreate ¶
func (a *DynamoDBStore) BuildCreate(app string, req *pb.CreateBuildOptions) (*pb.Build, error)
func (*DynamoDBStore) BuildDelete ¶
func (a *DynamoDBStore) BuildDelete(app, id string) error
func (*DynamoDBStore) BuildGet ¶
func (a *DynamoDBStore) BuildGet(app, id string) (*pb.Build, error)
func (*DynamoDBStore) ReleaseCount ¶
func (a *DynamoDBStore) ReleaseCount(app string) (version int64)
func (*DynamoDBStore) ReleaseDelete ¶
func (a *DynamoDBStore) ReleaseDelete(app, id string) error
func (*DynamoDBStore) ReleaseList ¶
func (*DynamoDBStore) ReleaseSave ¶
func (a *DynamoDBStore) ReleaseSave(r *pb.Release) error
Click to show internal directories.
Click to hide internal directories.