Documentation
¶
Index ¶
- type UserType
- func (u *UserType) GetDescription() string
- func (u *UserType) GetEntry() *entry.UserType
- func (u *UserType) GetID() umid.UMID
- func (u *UserType) GetName() string
- func (u *UserType) GetOptions() *entry.UserOptions
- func (u *UserType) Initialize(ctx types.LoggerContext) error
- func (u *UserType) LoadFromEntry(entry *entry.UserType) error
- func (u *UserType) SetDescription(description string, updateDB bool) error
- func (u *UserType) SetName(name string, updateDB bool) error
- func (u *UserType) SetOptions(modifyFn modify.Fn[entry.UserOptions], updateDB bool) (*entry.UserOptions, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserType ¶
type UserType struct {
// contains filtered or unexported fields
}
func (*UserType) GetDescription ¶
func (*UserType) GetOptions ¶
func (u *UserType) GetOptions() *entry.UserOptions
func (*UserType) Initialize ¶
func (u *UserType) Initialize(ctx types.LoggerContext) error
func (*UserType) SetDescription ¶
func (*UserType) SetOptions ¶
func (u *UserType) SetOptions(modifyFn modify.Fn[entry.UserOptions], updateDB bool) (*entry.UserOptions, error)
Click to show internal directories.
Click to hide internal directories.