Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupTag ¶
type Project ¶
type Tag ¶
type Tag struct { ID string `db:"id"` Key string `db:"key"` Value string `db:"value"` Data sql.NullString `db:"data"` CreatedAt time.Time `db:"created_at"` FirstSeenAt pq.NullTime `db:"first_seen_at"` LastSeenAt pq.NullTime `db:"last_seen_at"` ProjectID string `db:"project_id"` Project *Project `db:"observr_project"` SeenCount time.Time `db:"seen_count"` }
type User ¶
type Visit ¶
type Visit struct { ID string `db:"id"` Host string `db:"host"` Path string `db:"path"` RemoteAddr string `db:"remote_addr"` Method string `db:"method"` UserAgent sql.NullString `db:"user_agent"` StatusCode int `db:"status_code"` Protocol string `db:"protocol"` Data sql.NullString `db:"data"` Headers sql.NullString `db:"headers"` Cookies sql.NullString `db:"cookies"` Referer sql.NullString `db:"referer"` QueryString sql.NullString `db:"query_string"` ProjectID string `db:"project_id"` Project *Project `db:"observr_project"` CreatedAt time.Time `db:"created_at"` }
Click to show internal directories.
Click to hide internal directories.