Documentation
¶
Index ¶
- func AddValue[T ValueType](m *Module, entity, attr int64, val T) (int64, error)
- func DelValue[T ValueType](m *Module, id int64) error
- func GetValue[T ValueType](m *Module, id int64) (T, error)
- func SetValue[T ValueType](m *Module, id int64, val T) error
- type AttributeVO
- type Module
- type ValueType
- type ValueVO
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AttributeVO ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func (*Module) DelAttribute ¶
func (*Module) GetAttributes ¶
func (m *Module) GetAttributes() ([]*AttributeVO, error)
Click to show internal directories.
Click to hide internal directories.