apiaudit

package
v0.0.0-...-6aa0337 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the apiaudit type in the database.
	Label = "api_audit"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// FieldUpdatedAt holds the string denoting the updated_at field in the database.
	FieldUpdatedAt = "updated_at"
	// FieldDeletedAt holds the string denoting the deleted_at field in the database.
	FieldDeletedAt = "deleted_at"
	// FieldPlane holds the string denoting the plane field in the database.
	FieldPlane = "plane"
	// FieldHashedGrantToken holds the string denoting the hashed_grant_token field in the database.
	FieldHashedGrantToken = "hashed_grant_token"
	// FieldDomain holds the string denoting the domain field in the database.
	FieldDomain = "domain"
	// FieldHTTPPath holds the string denoting the http_path field in the database.
	FieldHTTPPath = "http_path"
	// FieldHTTPMethod holds the string denoting the http_method field in the database.
	FieldHTTPMethod = "http_method"
	// FieldSentHTTPStatus holds the string denoting the sent_http_status field in the database.
	FieldSentHTTPStatus = "sent_http_status"
	// Table holds the table name of the apiaudit in the database.
	Table = "api_audits"
)

Variables

View Source
var (
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() string
	// IDValidator is a validator for the "id" field. It is called by the builders before save.
	IDValidator func(string) error
)

Columns holds all SQL columns for apiaudit fields.

Functions

func And

func And(predicates ...predicate.APIAudit) predicate.APIAudit

And groups predicates with the AND operator between them.

func CreatedAt

func CreatedAt(v time.Time) predicate.APIAudit

CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.APIAudit

CreatedAtEQ applies the EQ predicate on the "created_at" field.

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.APIAudit

CreatedAtGT applies the GT predicate on the "created_at" field.

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.APIAudit

CreatedAtGTE applies the GTE predicate on the "created_at" field.

func CreatedAtIn

func CreatedAtIn(vs ...time.Time) predicate.APIAudit

CreatedAtIn applies the In predicate on the "created_at" field.

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.APIAudit

CreatedAtLT applies the LT predicate on the "created_at" field.

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.APIAudit

CreatedAtLTE applies the LTE predicate on the "created_at" field.

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.APIAudit

CreatedAtNEQ applies the NEQ predicate on the "created_at" field.

func CreatedAtNotIn

func CreatedAtNotIn(vs ...time.Time) predicate.APIAudit

CreatedAtNotIn applies the NotIn predicate on the "created_at" field.

func DeletedAt

func DeletedAt(v time.Time) predicate.APIAudit

DeletedAt applies equality check predicate on the "deleted_at" field. It's identical to DeletedAtEQ.

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.APIAudit

DeletedAtEQ applies the EQ predicate on the "deleted_at" field.

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.APIAudit

DeletedAtGT applies the GT predicate on the "deleted_at" field.

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.APIAudit

DeletedAtGTE applies the GTE predicate on the "deleted_at" field.

func DeletedAtIn

func DeletedAtIn(vs ...time.Time) predicate.APIAudit

DeletedAtIn applies the In predicate on the "deleted_at" field.

func DeletedAtIsNil

func DeletedAtIsNil() predicate.APIAudit

DeletedAtIsNil applies the IsNil predicate on the "deleted_at" field.

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.APIAudit

DeletedAtLT applies the LT predicate on the "deleted_at" field.

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.APIAudit

DeletedAtLTE applies the LTE predicate on the "deleted_at" field.

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.APIAudit

DeletedAtNEQ applies the NEQ predicate on the "deleted_at" field.

func DeletedAtNotIn

func DeletedAtNotIn(vs ...time.Time) predicate.APIAudit

DeletedAtNotIn applies the NotIn predicate on the "deleted_at" field.

func DeletedAtNotNil

func DeletedAtNotNil() predicate.APIAudit

DeletedAtNotNil applies the NotNil predicate on the "deleted_at" field.

func Domain

func Domain(v string) predicate.APIAudit

Domain applies equality check predicate on the "domain" field. It's identical to DomainEQ.

func DomainContains

func DomainContains(v string) predicate.APIAudit

DomainContains applies the Contains predicate on the "domain" field.

func DomainContainsFold

func DomainContainsFold(v string) predicate.APIAudit

DomainContainsFold applies the ContainsFold predicate on the "domain" field.

func DomainEQ

func DomainEQ(v string) predicate.APIAudit

DomainEQ applies the EQ predicate on the "domain" field.

func DomainEqualFold

func DomainEqualFold(v string) predicate.APIAudit

DomainEqualFold applies the EqualFold predicate on the "domain" field.

func DomainGT

func DomainGT(v string) predicate.APIAudit

DomainGT applies the GT predicate on the "domain" field.

func DomainGTE

func DomainGTE(v string) predicate.APIAudit

DomainGTE applies the GTE predicate on the "domain" field.

func DomainHasPrefix

func DomainHasPrefix(v string) predicate.APIAudit

DomainHasPrefix applies the HasPrefix predicate on the "domain" field.

func DomainHasSuffix

func DomainHasSuffix(v string) predicate.APIAudit

DomainHasSuffix applies the HasSuffix predicate on the "domain" field.

func DomainIn

func DomainIn(vs ...string) predicate.APIAudit

DomainIn applies the In predicate on the "domain" field.

func DomainIsNil

func DomainIsNil() predicate.APIAudit

DomainIsNil applies the IsNil predicate on the "domain" field.

func DomainLT

func DomainLT(v string) predicate.APIAudit

DomainLT applies the LT predicate on the "domain" field.

func DomainLTE

func DomainLTE(v string) predicate.APIAudit

DomainLTE applies the LTE predicate on the "domain" field.

func DomainNEQ

func DomainNEQ(v string) predicate.APIAudit

DomainNEQ applies the NEQ predicate on the "domain" field.

func DomainNotIn

func DomainNotIn(vs ...string) predicate.APIAudit

DomainNotIn applies the NotIn predicate on the "domain" field.

func DomainNotNil

func DomainNotNil() predicate.APIAudit

DomainNotNil applies the NotNil predicate on the "domain" field.

func HTTPMethod

func HTTPMethod(v string) predicate.APIAudit

HTTPMethod applies equality check predicate on the "http_method" field. It's identical to HTTPMethodEQ.

func HTTPMethodContains

func HTTPMethodContains(v string) predicate.APIAudit

HTTPMethodContains applies the Contains predicate on the "http_method" field.

func HTTPMethodContainsFold

func HTTPMethodContainsFold(v string) predicate.APIAudit

HTTPMethodContainsFold applies the ContainsFold predicate on the "http_method" field.

func HTTPMethodEQ

func HTTPMethodEQ(v string) predicate.APIAudit

HTTPMethodEQ applies the EQ predicate on the "http_method" field.

func HTTPMethodEqualFold

func HTTPMethodEqualFold(v string) predicate.APIAudit

HTTPMethodEqualFold applies the EqualFold predicate on the "http_method" field.

func HTTPMethodGT

func HTTPMethodGT(v string) predicate.APIAudit

HTTPMethodGT applies the GT predicate on the "http_method" field.

func HTTPMethodGTE

func HTTPMethodGTE(v string) predicate.APIAudit

HTTPMethodGTE applies the GTE predicate on the "http_method" field.

func HTTPMethodHasPrefix

func HTTPMethodHasPrefix(v string) predicate.APIAudit

HTTPMethodHasPrefix applies the HasPrefix predicate on the "http_method" field.

func HTTPMethodHasSuffix

func HTTPMethodHasSuffix(v string) predicate.APIAudit

HTTPMethodHasSuffix applies the HasSuffix predicate on the "http_method" field.

func HTTPMethodIn

func HTTPMethodIn(vs ...string) predicate.APIAudit

HTTPMethodIn applies the In predicate on the "http_method" field.

func HTTPMethodIsNil

func HTTPMethodIsNil() predicate.APIAudit

HTTPMethodIsNil applies the IsNil predicate on the "http_method" field.

func HTTPMethodLT

func HTTPMethodLT(v string) predicate.APIAudit

HTTPMethodLT applies the LT predicate on the "http_method" field.

func HTTPMethodLTE

func HTTPMethodLTE(v string) predicate.APIAudit

HTTPMethodLTE applies the LTE predicate on the "http_method" field.

func HTTPMethodNEQ

func HTTPMethodNEQ(v string) predicate.APIAudit

HTTPMethodNEQ applies the NEQ predicate on the "http_method" field.

func HTTPMethodNotIn

func HTTPMethodNotIn(vs ...string) predicate.APIAudit

HTTPMethodNotIn applies the NotIn predicate on the "http_method" field.

func HTTPMethodNotNil

func HTTPMethodNotNil() predicate.APIAudit

HTTPMethodNotNil applies the NotNil predicate on the "http_method" field.

func HTTPPath

func HTTPPath(v string) predicate.APIAudit

HTTPPath applies equality check predicate on the "http_path" field. It's identical to HTTPPathEQ.

func HTTPPathContains

func HTTPPathContains(v string) predicate.APIAudit

HTTPPathContains applies the Contains predicate on the "http_path" field.

func HTTPPathContainsFold

func HTTPPathContainsFold(v string) predicate.APIAudit

HTTPPathContainsFold applies the ContainsFold predicate on the "http_path" field.

func HTTPPathEQ

func HTTPPathEQ(v string) predicate.APIAudit

HTTPPathEQ applies the EQ predicate on the "http_path" field.

func HTTPPathEqualFold

func HTTPPathEqualFold(v string) predicate.APIAudit

HTTPPathEqualFold applies the EqualFold predicate on the "http_path" field.

func HTTPPathGT

func HTTPPathGT(v string) predicate.APIAudit

HTTPPathGT applies the GT predicate on the "http_path" field.

func HTTPPathGTE

func HTTPPathGTE(v string) predicate.APIAudit

HTTPPathGTE applies the GTE predicate on the "http_path" field.

func HTTPPathHasPrefix

func HTTPPathHasPrefix(v string) predicate.APIAudit

HTTPPathHasPrefix applies the HasPrefix predicate on the "http_path" field.

func HTTPPathHasSuffix

func HTTPPathHasSuffix(v string) predicate.APIAudit

HTTPPathHasSuffix applies the HasSuffix predicate on the "http_path" field.

func HTTPPathIn

func HTTPPathIn(vs ...string) predicate.APIAudit

HTTPPathIn applies the In predicate on the "http_path" field.

func HTTPPathIsNil

func HTTPPathIsNil() predicate.APIAudit

HTTPPathIsNil applies the IsNil predicate on the "http_path" field.

func HTTPPathLT

func HTTPPathLT(v string) predicate.APIAudit

HTTPPathLT applies the LT predicate on the "http_path" field.

func HTTPPathLTE

func HTTPPathLTE(v string) predicate.APIAudit

HTTPPathLTE applies the LTE predicate on the "http_path" field.

func HTTPPathNEQ

func HTTPPathNEQ(v string) predicate.APIAudit

HTTPPathNEQ applies the NEQ predicate on the "http_path" field.

func HTTPPathNotIn

func HTTPPathNotIn(vs ...string) predicate.APIAudit

HTTPPathNotIn applies the NotIn predicate on the "http_path" field.

func HTTPPathNotNil

func HTTPPathNotNil() predicate.APIAudit

HTTPPathNotNil applies the NotNil predicate on the "http_path" field.

func HashedGrantToken

func HashedGrantToken(v string) predicate.APIAudit

HashedGrantToken applies equality check predicate on the "hashed_grant_token" field. It's identical to HashedGrantTokenEQ.

func HashedGrantTokenContains

func HashedGrantTokenContains(v string) predicate.APIAudit

HashedGrantTokenContains applies the Contains predicate on the "hashed_grant_token" field.

func HashedGrantTokenContainsFold

func HashedGrantTokenContainsFold(v string) predicate.APIAudit

HashedGrantTokenContainsFold applies the ContainsFold predicate on the "hashed_grant_token" field.

func HashedGrantTokenEQ

func HashedGrantTokenEQ(v string) predicate.APIAudit

HashedGrantTokenEQ applies the EQ predicate on the "hashed_grant_token" field.

func HashedGrantTokenEqualFold

func HashedGrantTokenEqualFold(v string) predicate.APIAudit

HashedGrantTokenEqualFold applies the EqualFold predicate on the "hashed_grant_token" field.

func HashedGrantTokenGT

func HashedGrantTokenGT(v string) predicate.APIAudit

HashedGrantTokenGT applies the GT predicate on the "hashed_grant_token" field.

func HashedGrantTokenGTE

func HashedGrantTokenGTE(v string) predicate.APIAudit

HashedGrantTokenGTE applies the GTE predicate on the "hashed_grant_token" field.

func HashedGrantTokenHasPrefix

func HashedGrantTokenHasPrefix(v string) predicate.APIAudit

HashedGrantTokenHasPrefix applies the HasPrefix predicate on the "hashed_grant_token" field.

func HashedGrantTokenHasSuffix

func HashedGrantTokenHasSuffix(v string) predicate.APIAudit

HashedGrantTokenHasSuffix applies the HasSuffix predicate on the "hashed_grant_token" field.

func HashedGrantTokenIn

func HashedGrantTokenIn(vs ...string) predicate.APIAudit

HashedGrantTokenIn applies the In predicate on the "hashed_grant_token" field.

func HashedGrantTokenIsNil

func HashedGrantTokenIsNil() predicate.APIAudit

HashedGrantTokenIsNil applies the IsNil predicate on the "hashed_grant_token" field.

func HashedGrantTokenLT

func HashedGrantTokenLT(v string) predicate.APIAudit

HashedGrantTokenLT applies the LT predicate on the "hashed_grant_token" field.

func HashedGrantTokenLTE

func HashedGrantTokenLTE(v string) predicate.APIAudit

HashedGrantTokenLTE applies the LTE predicate on the "hashed_grant_token" field.

func HashedGrantTokenNEQ

func HashedGrantTokenNEQ(v string) predicate.APIAudit

HashedGrantTokenNEQ applies the NEQ predicate on the "hashed_grant_token" field.

func HashedGrantTokenNotIn

func HashedGrantTokenNotIn(vs ...string) predicate.APIAudit

HashedGrantTokenNotIn applies the NotIn predicate on the "hashed_grant_token" field.

func HashedGrantTokenNotNil

func HashedGrantTokenNotNil() predicate.APIAudit

HashedGrantTokenNotNil applies the NotNil predicate on the "hashed_grant_token" field.

func ID

func ID(id string) predicate.APIAudit

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.APIAudit

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

func IDEQ(id string) predicate.APIAudit

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.APIAudit

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

func IDGT(id string) predicate.APIAudit

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id string) predicate.APIAudit

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...string) predicate.APIAudit

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id string) predicate.APIAudit

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id string) predicate.APIAudit

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id string) predicate.APIAudit

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...string) predicate.APIAudit

IDNotIn applies the NotIn predicate on the ID field.

func Not

Not applies the not operator on the given predicate.

func Or

func Or(predicates ...predicate.APIAudit) predicate.APIAudit

Or groups predicates with the OR operator between them.

func Plane

func Plane(v string) predicate.APIAudit

Plane applies equality check predicate on the "plane" field. It's identical to PlaneEQ.

func PlaneContains

func PlaneContains(v string) predicate.APIAudit

PlaneContains applies the Contains predicate on the "plane" field.

func PlaneContainsFold

func PlaneContainsFold(v string) predicate.APIAudit

PlaneContainsFold applies the ContainsFold predicate on the "plane" field.

func PlaneEQ

func PlaneEQ(v string) predicate.APIAudit

PlaneEQ applies the EQ predicate on the "plane" field.

func PlaneEqualFold

func PlaneEqualFold(v string) predicate.APIAudit

PlaneEqualFold applies the EqualFold predicate on the "plane" field.

func PlaneGT

func PlaneGT(v string) predicate.APIAudit

PlaneGT applies the GT predicate on the "plane" field.

func PlaneGTE

func PlaneGTE(v string) predicate.APIAudit

PlaneGTE applies the GTE predicate on the "plane" field.

func PlaneHasPrefix

func PlaneHasPrefix(v string) predicate.APIAudit

PlaneHasPrefix applies the HasPrefix predicate on the "plane" field.

func PlaneHasSuffix

func PlaneHasSuffix(v string) predicate.APIAudit

PlaneHasSuffix applies the HasSuffix predicate on the "plane" field.

func PlaneIn

func PlaneIn(vs ...string) predicate.APIAudit

PlaneIn applies the In predicate on the "plane" field.

func PlaneLT

func PlaneLT(v string) predicate.APIAudit

PlaneLT applies the LT predicate on the "plane" field.

func PlaneLTE

func PlaneLTE(v string) predicate.APIAudit

PlaneLTE applies the LTE predicate on the "plane" field.

func PlaneNEQ

func PlaneNEQ(v string) predicate.APIAudit

PlaneNEQ applies the NEQ predicate on the "plane" field.

func PlaneNotIn

func PlaneNotIn(vs ...string) predicate.APIAudit

PlaneNotIn applies the NotIn predicate on the "plane" field.

func SentHTTPStatus

func SentHTTPStatus(v int) predicate.APIAudit

SentHTTPStatus applies equality check predicate on the "sent_http_status" field. It's identical to SentHTTPStatusEQ.

func SentHTTPStatusEQ

func SentHTTPStatusEQ(v int) predicate.APIAudit

SentHTTPStatusEQ applies the EQ predicate on the "sent_http_status" field.

func SentHTTPStatusGT

func SentHTTPStatusGT(v int) predicate.APIAudit

SentHTTPStatusGT applies the GT predicate on the "sent_http_status" field.

func SentHTTPStatusGTE

func SentHTTPStatusGTE(v int) predicate.APIAudit

SentHTTPStatusGTE applies the GTE predicate on the "sent_http_status" field.

func SentHTTPStatusIn

func SentHTTPStatusIn(vs ...int) predicate.APIAudit

SentHTTPStatusIn applies the In predicate on the "sent_http_status" field.

func SentHTTPStatusIsNil

func SentHTTPStatusIsNil() predicate.APIAudit

SentHTTPStatusIsNil applies the IsNil predicate on the "sent_http_status" field.

func SentHTTPStatusLT

func SentHTTPStatusLT(v int) predicate.APIAudit

SentHTTPStatusLT applies the LT predicate on the "sent_http_status" field.

func SentHTTPStatusLTE

func SentHTTPStatusLTE(v int) predicate.APIAudit

SentHTTPStatusLTE applies the LTE predicate on the "sent_http_status" field.

func SentHTTPStatusNEQ

func SentHTTPStatusNEQ(v int) predicate.APIAudit

SentHTTPStatusNEQ applies the NEQ predicate on the "sent_http_status" field.

func SentHTTPStatusNotIn

func SentHTTPStatusNotIn(vs ...int) predicate.APIAudit

SentHTTPStatusNotIn applies the NotIn predicate on the "sent_http_status" field.

func SentHTTPStatusNotNil

func SentHTTPStatusNotNil() predicate.APIAudit

SentHTTPStatusNotNil applies the NotNil predicate on the "sent_http_status" field.

func UpdatedAt

func UpdatedAt(v time.Time) predicate.APIAudit

UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.APIAudit

UpdatedAtEQ applies the EQ predicate on the "updated_at" field.

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.APIAudit

UpdatedAtGT applies the GT predicate on the "updated_at" field.

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.APIAudit

UpdatedAtGTE applies the GTE predicate on the "updated_at" field.

func UpdatedAtIn

func UpdatedAtIn(vs ...time.Time) predicate.APIAudit

UpdatedAtIn applies the In predicate on the "updated_at" field.

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.APIAudit

UpdatedAtLT applies the LT predicate on the "updated_at" field.

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.APIAudit

UpdatedAtLTE applies the LTE predicate on the "updated_at" field.

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.APIAudit

UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.

func UpdatedAtNotIn

func UpdatedAtNotIn(vs ...time.Time) predicate.APIAudit

UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the APIAudit queries.

func ByCreatedAt

func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption

ByCreatedAt orders the results by the created_at field.

func ByDeletedAt

func ByDeletedAt(opts ...sql.OrderTermOption) OrderOption

ByDeletedAt orders the results by the deleted_at field.

func ByDomain

func ByDomain(opts ...sql.OrderTermOption) OrderOption

ByDomain orders the results by the domain field.

func ByHTTPMethod

func ByHTTPMethod(opts ...sql.OrderTermOption) OrderOption

ByHTTPMethod orders the results by the http_method field.

func ByHTTPPath

func ByHTTPPath(opts ...sql.OrderTermOption) OrderOption

ByHTTPPath orders the results by the http_path field.

func ByHashedGrantToken

func ByHashedGrantToken(opts ...sql.OrderTermOption) OrderOption

ByHashedGrantToken orders the results by the hashed_grant_token field.

func ByID

func ByID(opts ...sql.OrderTermOption) OrderOption

ByID orders the results by the id field.

func ByPlane

func ByPlane(opts ...sql.OrderTermOption) OrderOption

ByPlane orders the results by the plane field.

func BySentHTTPStatus

func BySentHTTPStatus(opts ...sql.OrderTermOption) OrderOption

BySentHTTPStatus orders the results by the sent_http_status field.

func ByUpdatedAt

func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption

ByUpdatedAt orders the results by the updated_at field.

Jump to

Keyboard shortcuts

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