statistics

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Statistic

type Statistic struct {
	InstallationID string    `json:"installation_id" db:"installation_id"`
	LicenseKey     *string   `json:"license_key" db:"license_key"`
	Version        string    `json:"version" db:"version"`
	IP             *net.IP   `json:"-" db:"ip"`
	RecordedAt     time.Time `json:"recorded_at" db:"recorded_at"`
	ReceivedAt     time.Time `json:"-" db:"received_at"`
	UsersCount     uint64    `json:"users_count" db:"users_count"`
	CodebasesCount uint64    `json:"codebases_count" db:"codebases_count"`
	FirstUserEmail *string   `json:"first_user_email" db:"first_user_email"`
}

Jump to

Keyboard shortcuts

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