Documentation ¶
Index ¶
- func CursorVisit(cur Cursor, f func(Id) bool)
- func IsAttributeNotFoundError(err error) bool
- type Cursor
- type Id
- type Store
- func (s *Store) Clear(v Value)
- func (s *Store) DestroyEntity(entityId Id)
- func (s *Store) Entities(vs ...Value) Cursor
- func (s *Store) First(entityId Id, vs ...Value) bool
- func (s *Store) Give(entityId Id, vs ...Value)
- func (s *Store) NewEntityId() Id
- func (s *Store) Next(entityId Id, v Value) bool
- func (s *Store) Remove(entityId Id, vs ...Value)
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CursorVisit ¶
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) DestroyEntity ¶
func (*Store) NewEntityId ¶
Click to show internal directories.
Click to hide internal directories.