Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockInFile ¶
type BlockInFile struct {
File string
Patterns []string
Lines []string
Success []string
Store *store.Store
Label string
}
func (BlockInFile) Describe ¶
func (bif BlockInFile) Describe() string
func (BlockInFile) ID ¶
func (bif BlockInFile) ID() string
func (BlockInFile) Install ¶
func (bif BlockInFile) Install() (string, error)
func (BlockInFile) Remove ¶
func (bif BlockInFile) Remove() (string, error)
type Command ¶
func MakeCommand ¶
type LineInFile ¶
type LineInFile struct {
File string
Pattern string
Success string
Line string
Store *store.Store
Label string
Before string
After string
}
func (LineInFile) Describe ¶
func (lif LineInFile) Describe() string
func (LineInFile) ID ¶
func (lif LineInFile) ID() string
func (LineInFile) Install ¶
func (lif LineInFile) Install() (string, error)
func (LineInFile) Remove ¶
func (lif LineInFile) Remove() (string, error)
Click to show internal directories.
Click to hide internal directories.