Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SaveCounterFor ¶
func SaveCounterFor(kind string, repo OpRepo, cntRepo CounterRepo) error
func SaveCounters ¶
func SaveCounters(repo OpRepo, cntRepo CounterRepo) error
Types ¶
type CounterRepo ¶
type CounterRepo interface {
Create(cntr models.OperationCounter) (id int64, err error)
}
Click to show internal directories.
Click to hide internal directories.