Documentation ¶
Index ¶
- type Container
- type Environment
- type Updater
- func (u *Updater) ApplyUpdate(context.Context, updater.Update) error
- func (u *Updater) Check(context.Context, updater.Dependency, func(string) bool) (*updater.Update, error)
- func (u *Updater) Close() error
- func (u *Updater) Dependencies(ctx context.Context) ([]updater.Dependency, error)
- func (u *Updater) Name() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
func (*Container) UpdateService ¶
func (c *Container) UpdateService() v1.UpdateService
type Environment ¶
type Environment struct { updateaction.Environment // FIXME: remove default default ImageName string `env:"INPUT_UPDATER_IMAGE" envDefault:"action-update-twirp-gradle"` }
func (*Environment) NewUpdater ¶
func (e *Environment) NewUpdater(root string) updater.Updater
type Updater ¶
type Updater struct {
// contains filtered or unexported fields
}
func NewUpdater ¶
func (*Updater) Dependencies ¶
Click to show internal directories.
Click to hide internal directories.