Documentation ¶ Index ¶ Variables type Updater func (u *Updater) Apply(file, newVersion string) error func (u *Updater) ForFiles() string func (u *Updater) Init(m map[string]string) error func (u *Updater) Name() string func (u *Updater) Version() string Constants ¶ This section is empty. Variables ¶ View Source var FUVERSION = "dev" Functions ¶ This section is empty. Types ¶ type Updater ¶ type Updater struct { // contains filtered or unexported fields } func (*Updater) Apply ¶ func (u *Updater) Apply(file, newVersion string) error func (*Updater) ForFiles ¶ func (u *Updater) ForFiles() string func (*Updater) Init ¶ func (u *Updater) Init(m map[string]string) error func (*Updater) Name ¶ func (u *Updater) Name() string func (*Updater) Version ¶ func (u *Updater) Version() string Source Files ¶ View all Source files helm.go Click to show internal directories. Click to hide internal directories.