Documentation
¶
Overview ¶
Package rater is a sample, thread-safe container, suitable for use in some occasions with grade requirements, e.g: priority ranking
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rater ¶
type Rater struct {
// contains filtered or unexported fields
}
Rater structure
func (*Rater) Pop ¶
func (r *Rater) Pop(val interface{})
Pop a value, if this value is not pushed, nothing will happen.
Click to show internal directories.
Click to hide internal directories.