Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllMatch ¶
func AllMatch(u1 []*UnitOption, u2 []*UnitOption) bool
func Serialize ¶
func Serialize(opts []*UnitOption) io.Reader
Serialize encodes all of the given UnitOption objects into a unit file
Types ¶
type UnitOption ¶
func Deserialize ¶
func Deserialize(f io.Reader) (opts []*UnitOption, err error)
Deserialize parses a systemd unit file into a list of UnitOption objects.
func (*UnitOption) Match ¶
func (uo *UnitOption) Match(other *UnitOption) bool
func (*UnitOption) String ¶
func (uo *UnitOption) String() string
Click to show internal directories.
Click to hide internal directories.