stats

package
v0.11.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2015 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeviceStatistics added in v0.10.0

type DeviceStatistics struct {
	LastSeen time.Time `json:"lastSeen"`
}

type DeviceStatisticsReference added in v0.10.0

type DeviceStatisticsReference struct {
	// contains filtered or unexported fields
}

func NewDeviceStatisticsReference added in v0.10.0

func NewDeviceStatisticsReference(ldb *leveldb.DB, device protocol.DeviceID) *DeviceStatisticsReference

func (*DeviceStatisticsReference) GetLastSeen added in v0.10.0

func (s *DeviceStatisticsReference) GetLastSeen() time.Time

func (*DeviceStatisticsReference) GetStatistics added in v0.10.0

func (s *DeviceStatisticsReference) GetStatistics() DeviceStatistics

func (*DeviceStatisticsReference) WasSeen added in v0.10.0

func (s *DeviceStatisticsReference) WasSeen()

type FolderStatistics added in v0.10.12

type FolderStatistics struct {
	LastFile LastFile `json:"lastFile"`
}

type FolderStatisticsReference added in v0.10.12

type FolderStatisticsReference struct {
	// contains filtered or unexported fields
}

func NewFolderStatisticsReference added in v0.10.12

func NewFolderStatisticsReference(ldb *leveldb.DB, folder string) *FolderStatisticsReference

func (*FolderStatisticsReference) GetLastFile added in v0.10.12

func (s *FolderStatisticsReference) GetLastFile() LastFile

func (*FolderStatisticsReference) GetStatistics added in v0.10.12

func (s *FolderStatisticsReference) GetStatistics() FolderStatistics

func (*FolderStatisticsReference) ReceivedFile added in v0.10.12

func (s *FolderStatisticsReference) ReceivedFile(file protocol.FileInfo)

type LastFile added in v0.10.12

type LastFile struct {
	At       time.Time `json:"at"`
	Filename string    `json:"filename"`
	Deleted  bool      `json:"deleted"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL