Versions in this module Expand all Collapse all v0 v0.3.0 Sep 29, 2022 v0.2.0 Jun 22, 2022 Changes in this version + var File_release_output_proto protoreflect.FileDescriptor + type Config struct + AdditionalRoutes []string + Domain string + Hostname string + StopOldInstances bool + type Release struct + RouteGuid string + StopOldInstances bool + Url string + func (*Release) Descriptor() ([]byte, []int) + func (*Release) ProtoMessage() + func (r *Release) URL() string + func (x *Release) GetRouteGuid() string + func (x *Release) GetStopOldInstances() bool + func (x *Release) GetUrl() string + func (x *Release) ProtoReflect() protoreflect.Message + func (x *Release) Reset() + func (x *Release) String() string + type Releaser struct + func (r *Releaser) Config() (interface{}, error) + func (r *Releaser) DestroyFunc() interface{} + func (r *Releaser) Release(ctx context.Context, log hclog.Logger, ui terminal.UI, src *component.Source, ...) (*Release, error) + func (r *Releaser) ReleaseFunc() interface{} + func (r *Releaser) Status(ctx context.Context, log hclog.Logger, release *Release, ui terminal.UI) (*proto.StatusReport, error) + func (r *Releaser) StatusFunc() interface{} + type State struct