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