Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( ProvideController, )
WireSet provides a wire set for this package.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(deploymentStore store.DeploymentStore) *Controller
func ProvideController ¶
func ProvideController(deploymentStore store.DeploymentStore) *Controller
func (*Controller) Get ¶
func (c *Controller) Get(ctx context.Context, applicationID, deploymentUID int64) (*types.Deployment, error)
func (*Controller) List ¶
func (c *Controller) List(ctx context.Context, applicationID int64) ([]*types.Deployment, error)
Click to show internal directories.
Click to hide internal directories.