Documentation ¶ Index ¶ type Handler func New(f *int, log glog.Logger) *Handler func (t *Handler) Add(key string, dur int) func (t *Handler) Delete(key string) func (t *Handler) Duration(key string) int func (t *Handler) Extend(key string, dur int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Handler ¶ type Handler struct { // contains filtered or unexported fields } func New ¶ func New(f *int, log glog.Logger) *Handler func (*Handler) Add ¶ func (t *Handler) Add(key string, dur int) func (*Handler) Delete ¶ func (t *Handler) Delete(key string) func (*Handler) Duration ¶ func (t *Handler) Duration(key string) int func (*Handler) Extend ¶ func (t *Handler) Extend(key string, dur int) Source Files ¶ View all Source files status.go Click to show internal directories. Click to hide internal directories.