Versions in this module Expand all Collapse all v0 v0.2.0 Apr 14, 2016 Changes in this version + type Command struct + func NewCommand(parts ...string) Command + func (s *Command) Slice() []string + func (s *Command) ToString() string + func (s *Command) UnmarshalYAML(tag string, value interface{}) error + func (s Command) MarshalYAML() (tag string, value interface{}, err error) + type MaporColonSlice struct + func NewMaporColonSlice(parts []string) MaporColonSlice + func (s *MaporColonSlice) Slice() []string + func (s *MaporColonSlice) UnmarshalYAML(tag string, value interface{}) error + func (s MaporColonSlice) MarshalYAML() (tag string, value interface{}, err error) + type MaporEqualSlice struct + func NewMaporEqualSlice(parts []string) MaporEqualSlice + func (s *MaporEqualSlice) Slice() []string + func (s *MaporEqualSlice) UnmarshalYAML(tag string, value interface{}) error + func (s MaporEqualSlice) MarshalYAML() (tag string, value interface{}, err error) + type MaporSpaceSlice struct + func NewMaporSpaceSlice(parts []string) MaporSpaceSlice + func (s *MaporSpaceSlice) Slice() []string + func (s *MaporSpaceSlice) UnmarshalYAML(tag string, value interface{}) error + func (s MaporSpaceSlice) MarshalYAML() (tag string, value interface{}, err error) + type SliceorMap struct + func NewSliceorMap(parts map[string]string) SliceorMap + func (s *SliceorMap) MapParts() map[string]string + func (s *SliceorMap) UnmarshalYAML(tag string, value interface{}) error + func (s SliceorMap) MarshalYAML() (tag string, value interface{}, err error) + type Stringorslice struct + func NewStringorslice(parts ...string) Stringorslice + func (s *Stringorslice) Len() int + func (s *Stringorslice) Slice() []string + func (s *Stringorslice) UnmarshalYAML(tag string, value interface{}) error + func (s Stringorslice) MarshalYAML() (tag string, value interface{}, err error) + type Ulimit struct + Name string + func NewUlimit(name string, soft int64, hard int64) Ulimit + func (u Ulimit) MarshalYAML() (tag string, value interface{}, err error) + type Ulimits struct + Elements []Ulimit + func (u *Ulimits) UnmarshalYAML(tag string, value interface{}) error + func (u Ulimits) MarshalYAML() (tag string, value interface{}, err error)