Documentation
¶
Index ¶
- Constants
- type Action
- func (a *Action) Code() string
- func (a *Action) Description() string
- func (a *Action) GetMessage() string
- func (a *Action) Is(inAction Action) bool
- func (a *Action) IsSilent() bool
- func (a *Action) NotSilent() Action
- func (a *Action) SetMessage(in string)
- func (a *Action) SetText(in string)
- func (a *Action) ShortName() string
- func (a *Action) ShortNameRaw() string
- func (a *Action) Silent() Action
- func (a *Action) Text() string
- func (a *Action) WithMessage(in string) Action
- type Audit
- type AuditUpdateInfo
Constants ¶
View Source
const (
AUDITMSG = "[%v] Action=[%s] At=[%v] By=[%v] On=[%v] Notes=[%v]"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
// contains filtered or unexported fields
}
func (*Action) Description ¶
func (*Action) GetMessage ¶
func (*Action) SetMessage ¶
func (*Action) ShortNameRaw ¶
func (*Action) WithMessage ¶
Click to show internal directories.
Click to hide internal directories.