Documentation
¶
Index ¶
- type ProcessLocalStore
- func (store *ProcessLocalStore) FindDeployment(app common.Application, environment string) (common.Deployment, error)
- func (store *ProcessLocalStore) HasActiveDeployment(app common.Application, environment string) (bool, error)
- func (store *ProcessLocalStore) SaveDeployment(deployment common.Deployment) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessLocalStore ¶
type ProcessLocalStore struct {
// contains filtered or unexported fields
}
Stores deployments in the process's local memory.
func NewProcessLocalStore ¶
func NewProcessLocalStore() *ProcessLocalStore
func (*ProcessLocalStore) FindDeployment ¶
func (store *ProcessLocalStore) FindDeployment(app common.Application, environment string) (common.Deployment, error)
func (*ProcessLocalStore) HasActiveDeployment ¶
func (store *ProcessLocalStore) HasActiveDeployment(app common.Application, environment string) (bool, error)
func (*ProcessLocalStore) SaveDeployment ¶
func (store *ProcessLocalStore) SaveDeployment(deployment common.Deployment) error
Click to show internal directories.
Click to hide internal directories.