Documentation ¶ Index ¶ type Pebble func NewPebble(path string) (*Pebble, error) func (p *Pebble) Close() error func (p *Pebble) PV(key uint64, day times.IntDay) uint64 func (p *Pebble) TV(key uint64) uint64 func (p *Pebble) UV(key uint64, day times.IntDay) uint64 func (p *Pebble) View(key uint64, remoteIP string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Pebble ¶ type Pebble struct { // contains filtered or unexported fields } func NewPebble ¶ func NewPebble(path string) (*Pebble, error) func (*Pebble) Close ¶ func (p *Pebble) Close() error func (*Pebble) PV ¶ func (p *Pebble) PV(key uint64, day times.IntDay) uint64 func (*Pebble) TV ¶ func (p *Pebble) TV(key uint64) uint64 func (*Pebble) UV ¶ func (p *Pebble) UV(key uint64, day times.IntDay) uint64 func (*Pebble) View ¶ func (p *Pebble) View(key uint64, remoteIP string) error Source Files ¶ View all Source files pebble.go Click to show internal directories. Click to hide internal directories.