Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNamedLogger ¶
func NewNamedLogger(name string, logLevel ...zapcore.Level) *zap.SugaredLogger
Types ¶
type SyncCounter ¶
type SyncCounter struct {
// contains filtered or unexported fields
}
func NewSyncCounter ¶
func NewSyncCounter(deadline ...time.Time) *SyncCounter
func (*SyncCounter) PostInc ¶
func (c *SyncCounter) PostInc()
func (*SyncCounter) WaitForCounterValue ¶
func (c *SyncCounter) WaitForCounterValue(value int) error
Click to show internal directories.
Click to hide internal directories.