Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GeneralStore ¶
func (*GeneralStore[T]) CheckGet ¶
func (s *GeneralStore[T]) CheckGet(key, scope string) (*T, error)
func (*GeneralStore[T]) Get ¶
func (s *GeneralStore[T]) Get(key string) (*T, error)
func (*GeneralStore[T]) Set ¶
func (s *GeneralStore[T]) Set(key string, m *T) error
Click to show internal directories.
Click to hide internal directories.