Documentation
¶
Index ¶
- Variables
- type HonestMan
- func (my *HonestMan) Error() error
- func (my *HonestMan) LoadJson(target any) (err error)
- func (my *HonestMan) LoadYaml(target any) (err error)
- func (*HonestMan) New(dirs ...string) *HonestMan
- func (*HonestMan) NewByAbsolute(dirs ...string) *HonestMan
- func (*HonestMan) NewByRelative(dirs ...string) *HonestMan
- func (my *HonestMan) SaveJson(target any) (err error)
- func (my *HonestMan) SaveYaml(target any) (err error)
- type ReadError
- type WriteError
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ReadErr ReadError WriteErr WriteError )
Functions ¶
This section is empty.
Types ¶
type HonestMan ¶
type HonestMan struct {
// contains filtered or unexported fields
}
var HonestManApp HonestMan
func (*HonestMan) NewByAbsolute ¶ added in v1.5.10
func (*HonestMan) NewByRelative ¶ added in v1.5.10
type WriteError ¶ added in v1.10.26
func (*WriteError) Error ¶ added in v1.10.26
func (my *WriteError) Error() string
func (*WriteError) Is ¶ added in v1.10.26
func (my *WriteError) Is(target error) bool
func (*WriteError) Panic ¶ added in v1.10.26
func (*WriteError) Panic() myError.IMyError
Click to show internal directories.
Click to hide internal directories.