Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScoreStore ¶
type ScoreStore struct {
// contains filtered or unexported fields
}
ScoreStore is 固定行数で更新をひたすら行うTable
func NewScoreStore ¶
func (*ScoreStore) CircleID ¶
func (s *ScoreStore) CircleID(id int64) string
func (*ScoreStore) InsertBatch ¶
func (s *ScoreStore) InsertBatch(ctx context.Context, ids []string) error
InsertBatch is 最初に一気にデータを作るためのもの
type ScoreUserStore ¶
type ScoreUserStore struct {
// contains filtered or unexported fields
}
func NewScoreUserStore ¶
func (*ScoreUserStore) InsertBatch ¶
func (s *ScoreUserStore) InsertBatch(ctx context.Context, ids []string) error
Click to show internal directories.
Click to hide internal directories.