Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Exceptions ¶
type Exceptions struct {
// contains filtered or unexported fields
}
func (*Exceptions) Add ¶
func (e *Exceptions) Add(ex *Exception)
func (*Exceptions) Get ¶
func (e *Exceptions) Get(p string) *Exception
func (*Exceptions) IsNew ¶
func (e *Exceptions) IsNew() bool
func (*Exceptions) Load ¶
func (e *Exceptions) Load() error
func (*Exceptions) Remove ¶
func (e *Exceptions) Remove(p string)
func (*Exceptions) Save ¶
func (e *Exceptions) Save() error
Click to show internal directories.
Click to hide internal directories.