Documentation ¶
Overview ¶
cSpell:ignore ferreira, paulo
Index ¶
- Constants
- type Action
- func (o *Action) ByGUID(db *sql.DB, guid string) error
- func (o *Action) Created() *time.Time
- func (o *Action) Creator() uint64
- func (o *Action) Flush(db sqlf.Executor, force bool) error
- func (o *Action) GUID() string
- func (o *Action) IsDirty() bool
- func (o *Action) IsNew() bool
- func (o *Action) IsValid() bool
- func (o *Action) Parameters() *maps.MapWrapper
- func (o *Action) Parent() string
- func (o *Action) Properties() *maps.MapWrapper
- func (o *Action) SetCreator(id uint64) (uint64, error)
- func (o *Action) SetParent(guid string) (string, error)
- func (o *Action) SetState(state uint16) error
- func (o *Action) SetStateProcessed() error
- func (o *Action) SetStateQueued() error
- func (o *Action) State() uint16
- func (o *Action) Type() string
Constants ¶
View Source
const STATE_PROCESSED = 0x00ff // Action Processed
View Source
const STATE_QUEUED = 0x0010 // Action Queued
View Source
const STATE_REGISTERED = 0x0000 // DEFAULT: Action Registered
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
// contains filtered or unexported fields
}
Invitation Object Definition
func NewActionWithGUID ¶
func (*Action) Parameters ¶
func (o *Action) Parameters() *maps.MapWrapper
func (*Action) Properties ¶
func (o *Action) Properties() *maps.MapWrapper
func (*Action) SetStateProcessed ¶
func (*Action) SetStateQueued ¶
Click to show internal directories.
Click to hide internal directories.