Documentation ¶
Index ¶
- type ORDER
- type Total
- func (view *Total) DecrementAll(identities []string, total int64) error
- func (view *Total) FindBy(identity string) (int64, error)
- func (view *Total) Increment(identity string, total int64) error
- func (view *Total) IncrementAll(identities []string, total int64) error
- func (view *Total) Set(identity string, total int64) error
- func (view *Total) SumBy(identities []string) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Total ¶
type Total struct {
// contains filtered or unexported fields
}
A generic record total tracker view
func (*Total) DecrementAll ¶
func (*Total) IncrementAll ¶
Click to show internal directories.
Click to hide internal directories.