Documentation ¶
Overview ¶
ORM mapper for Freelancer ini reader. Easy mapping values to change.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bool ¶ added in v0.8.0
type Bool struct {
*Value
}
type ConfigModel ¶
type ConfigModel struct {
// contains filtered or unexported fields
}
func (*ConfigModel) Init ¶
func (s *ConfigModel) Init(sections []*inireader.Section, comments []string, filepath utils_types.FilePath)
func (*ConfigModel) Render ¶
func (s *ConfigModel) Render() *inireader.INIFile
func (*ConfigModel) SetOutputPath ¶
func (s *ConfigModel) SetOutputPath(filepath utils_types.FilePath)
type Float ¶ added in v0.8.0
type Float struct { *Value // contains filtered or unexported fields }
type Path ¶
type Path struct {
*Value
}
Linux friendly filepath, that can be returned to Windows way from linux
type String ¶
type String struct {
*Value
}
type ValueOption ¶ added in v0.8.0
type ValueOption func(i *Value)
func Index ¶ added in v0.8.0
func Index(index int) ValueOption
func Optional ¶ added in v0.8.0
func Optional() ValueOption
func Order ¶ added in v0.8.0
func Order(order int) ValueOption
Click to show internal directories.
Click to hide internal directories.