Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CheckinCounter ¶
type CounterStore ¶
type CounterStore struct {
// contains filtered or unexported fields
}
func NewCheckinCounterStore ¶
func NewCheckinCounterStore(db *gorm.DB) *CounterStore
func (*CounterStore) GetCounter ¶
func (cs *CounterStore) GetCounter() (*CheckinCounter, error)
func (*CounterStore) UpdateCounter ¶
func (cs *CounterStore) UpdateCounter() (*CheckinCounter, error)
Click to show internal directories.
Click to hide internal directories.