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 ¶
func (*HonestMan) NewByRelative ¶
type WriteError ¶
func (*WriteError) Error ¶
func (my *WriteError) Error() string
func (*WriteError) Is ¶
func (my *WriteError) Is(target error) bool
func (*WriteError) Panic ¶
func (*WriteError) Panic() myError.IMyError
Click to show internal directories.
Click to hide internal directories.