telemetryv1

package
v0.35.1 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_cerbos_telemetry_v1_telemetry_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Event

type Event struct {

	// Types that are assignable to Data:
	//
	//	*Event_ApiActivity_
	Data isEvent_Data `protobuf_oneof:"data"`
	// contains filtered or unexported fields
}

func (*Event) Descriptor deprecated

func (*Event) Descriptor() ([]byte, []int)

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetApiActivity

func (x *Event) GetApiActivity() *Event_ApiActivity

func (*Event) GetData

func (m *Event) GetData() isEvent_Data

func (*Event) HashPB

func (m *Event) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*Event) MarshalToSizedBufferVT

func (m *Event) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Event) MarshalToVT

func (m *Event) MarshalToVT(dAtA []byte) (int, error)

func (*Event) MarshalVT

func (m *Event) MarshalVT() (dAtA []byte, err error)

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

func (x *Event) ProtoReflect() protoreflect.Message

func (*Event) Reset

func (x *Event) Reset()

func (*Event) SizeVT

func (m *Event) SizeVT() (n int)

func (*Event) String

func (x *Event) String() string

func (*Event) UnmarshalVT

func (m *Event) UnmarshalVT(dAtA []byte) error

type Event_ApiActivity

type Event_ApiActivity struct {
	Version     string               `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	Uptime      *durationpb.Duration `protobuf:"bytes,2,opt,name=uptime,proto3" json:"uptime,omitempty"`
	MethodCalls []*Event_CountStat   `protobuf:"bytes,3,rep,name=method_calls,json=methodCalls,proto3" json:"method_calls,omitempty"`
	UserAgents  []*Event_CountStat   `protobuf:"bytes,4,rep,name=user_agents,json=userAgents,proto3" json:"user_agents,omitempty"`
	// contains filtered or unexported fields
}

func (*Event_ApiActivity) Descriptor deprecated

func (*Event_ApiActivity) Descriptor() ([]byte, []int)

Deprecated: Use Event_ApiActivity.ProtoReflect.Descriptor instead.

func (*Event_ApiActivity) GetMethodCalls

func (x *Event_ApiActivity) GetMethodCalls() []*Event_CountStat

func (*Event_ApiActivity) GetUptime

func (x *Event_ApiActivity) GetUptime() *durationpb.Duration

func (*Event_ApiActivity) GetUserAgents

func (x *Event_ApiActivity) GetUserAgents() []*Event_CountStat

func (*Event_ApiActivity) GetVersion

func (x *Event_ApiActivity) GetVersion() string

func (*Event_ApiActivity) HashPB

func (m *Event_ApiActivity) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*Event_ApiActivity) MarshalToSizedBufferVT

func (m *Event_ApiActivity) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Event_ApiActivity) MarshalToVT

func (m *Event_ApiActivity) MarshalToVT(dAtA []byte) (int, error)

func (*Event_ApiActivity) MarshalVT

func (m *Event_ApiActivity) MarshalVT() (dAtA []byte, err error)

func (*Event_ApiActivity) ProtoMessage

func (*Event_ApiActivity) ProtoMessage()

func (*Event_ApiActivity) ProtoReflect

func (x *Event_ApiActivity) ProtoReflect() protoreflect.Message

func (*Event_ApiActivity) Reset

func (x *Event_ApiActivity) Reset()

func (*Event_ApiActivity) SizeVT

func (m *Event_ApiActivity) SizeVT() (n int)

func (*Event_ApiActivity) String

func (x *Event_ApiActivity) String() string

func (*Event_ApiActivity) UnmarshalVT

func (m *Event_ApiActivity) UnmarshalVT(dAtA []byte) error

type Event_ApiActivity_

type Event_ApiActivity_ struct {
	ApiActivity *Event_ApiActivity `protobuf:"bytes,1,opt,name=api_activity,json=apiActivity,proto3,oneof"`
}

func (*Event_ApiActivity_) MarshalToSizedBufferVT

func (m *Event_ApiActivity_) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Event_ApiActivity_) MarshalToVT

func (m *Event_ApiActivity_) MarshalToVT(dAtA []byte) (int, error)

func (*Event_ApiActivity_) SizeVT

func (m *Event_ApiActivity_) SizeVT() (n int)

type Event_CountStat

type Event_CountStat struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Count uint64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*Event_CountStat) Descriptor deprecated

func (*Event_CountStat) Descriptor() ([]byte, []int)

Deprecated: Use Event_CountStat.ProtoReflect.Descriptor instead.

func (*Event_CountStat) GetCount

func (x *Event_CountStat) GetCount() uint64

func (*Event_CountStat) GetKey

func (x *Event_CountStat) GetKey() string

func (*Event_CountStat) HashPB

func (m *Event_CountStat) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*Event_CountStat) MarshalToSizedBufferVT

func (m *Event_CountStat) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Event_CountStat) MarshalToVT

func (m *Event_CountStat) MarshalToVT(dAtA []byte) (int, error)

func (*Event_CountStat) MarshalVT

func (m *Event_CountStat) MarshalVT() (dAtA []byte, err error)

func (*Event_CountStat) ProtoMessage

func (*Event_CountStat) ProtoMessage()

func (*Event_CountStat) ProtoReflect

func (x *Event_CountStat) ProtoReflect() protoreflect.Message

func (*Event_CountStat) Reset

func (x *Event_CountStat) Reset()

func (*Event_CountStat) SizeVT

func (m *Event_CountStat) SizeVT() (n int)

func (*Event_CountStat) String

func (x *Event_CountStat) String() string

func (*Event_CountStat) UnmarshalVT

func (m *Event_CountStat) UnmarshalVT(dAtA []byte) error

type ServerLaunch

type ServerLaunch struct {
	Version  string                 `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	Source   *ServerLaunch_Source   `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	Features *ServerLaunch_Features `protobuf:"bytes,3,opt,name=features,proto3" json:"features,omitempty"`
	Stats    *ServerLaunch_Stats    `protobuf:"bytes,4,opt,name=stats,proto3" json:"stats,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerLaunch) Descriptor deprecated

func (*ServerLaunch) Descriptor() ([]byte, []int)

Deprecated: Use ServerLaunch.ProtoReflect.Descriptor instead.

func (*ServerLaunch) GetFeatures

func (x *ServerLaunch) GetFeatures() *ServerLaunch_Features

func (*ServerLaunch) GetSource

func (x *ServerLaunch) GetSource() *ServerLaunch_Source

func (*ServerLaunch) GetStats

func (x *ServerLaunch) GetStats() *ServerLaunch_Stats

func (*ServerLaunch) GetVersion

func (x *ServerLaunch) GetVersion() string

func (*ServerLaunch) HashPB

func (m *ServerLaunch) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerLaunch) MarshalToSizedBufferVT

func (m *ServerLaunch) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerLaunch) MarshalToVT

func (m *ServerLaunch) MarshalToVT(dAtA []byte) (int, error)

func (*ServerLaunch) MarshalVT

func (m *ServerLaunch) MarshalVT() (dAtA []byte, err error)

func (*ServerLaunch) ProtoMessage

func (*ServerLaunch) ProtoMessage()

func (*ServerLaunch) ProtoReflect

func (x *ServerLaunch) ProtoReflect() protoreflect.Message

func (*ServerLaunch) Reset

func (x *ServerLaunch) Reset()

func (*ServerLaunch) SizeVT

func (m *ServerLaunch) SizeVT() (n int)

func (*ServerLaunch) String

func (x *ServerLaunch) String() string

func (*ServerLaunch) UnmarshalVT

func (m *ServerLaunch) UnmarshalVT(dAtA []byte) error

type ServerLaunch_Cerbos

type ServerLaunch_Cerbos struct {
	Version        string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	Commit         string `protobuf:"bytes,2,opt,name=commit,proto3" json:"commit,omitempty"`
	BuildDate      string `protobuf:"bytes,3,opt,name=build_date,json=buildDate,proto3" json:"build_date,omitempty"`
	ModuleVersion  string `protobuf:"bytes,4,opt,name=module_version,json=moduleVersion,proto3" json:"module_version,omitempty"`
	ModuleChecksum string `protobuf:"bytes,5,opt,name=module_checksum,json=moduleChecksum,proto3" json:"module_checksum,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerLaunch_Cerbos) Descriptor deprecated

func (*ServerLaunch_Cerbos) Descriptor() ([]byte, []int)

Deprecated: Use ServerLaunch_Cerbos.ProtoReflect.Descriptor instead.

func (*ServerLaunch_Cerbos) GetBuildDate

func (x *ServerLaunch_Cerbos) GetBuildDate() string

func (*ServerLaunch_Cerbos) GetCommit

func (x *ServerLaunch_Cerbos) GetCommit() string

func (*ServerLaunch_Cerbos) GetModuleChecksum

func (x *ServerLaunch_Cerbos) GetModuleChecksum() string

func (*ServerLaunch_Cerbos) GetModuleVersion

func (x *ServerLaunch_Cerbos) GetModuleVersion() string

func (*ServerLaunch_Cerbos) GetVersion

func (x *ServerLaunch_Cerbos) GetVersion() string

func (*ServerLaunch_Cerbos) HashPB

func (m *ServerLaunch_Cerbos) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerLaunch_Cerbos) MarshalToSizedBufferVT

func (m *ServerLaunch_Cerbos) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerLaunch_Cerbos) MarshalToVT

func (m *ServerLaunch_Cerbos) MarshalToVT(dAtA []byte) (int, error)

func (*ServerLaunch_Cerbos) MarshalVT

func (m *ServerLaunch_Cerbos) MarshalVT() (dAtA []byte, err error)

func (*ServerLaunch_Cerbos) ProtoMessage

func (*ServerLaunch_Cerbos) ProtoMessage()

func (*ServerLaunch_Cerbos) ProtoReflect

func (x *ServerLaunch_Cerbos) ProtoReflect() protoreflect.Message

func (*ServerLaunch_Cerbos) Reset

func (x *ServerLaunch_Cerbos) Reset()

func (*ServerLaunch_Cerbos) SizeVT

func (m *ServerLaunch_Cerbos) SizeVT() (n int)

func (*ServerLaunch_Cerbos) String

func (x *ServerLaunch_Cerbos) String() string

func (*ServerLaunch_Cerbos) UnmarshalVT

func (m *ServerLaunch_Cerbos) UnmarshalVT(dAtA []byte) error

type ServerLaunch_Features

type ServerLaunch_Features struct {
	Audit    *ServerLaunch_Features_Audit    `protobuf:"bytes,1,opt,name=audit,proto3" json:"audit,omitempty"`
	Schema   *ServerLaunch_Features_Schema   `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	AdminApi *ServerLaunch_Features_AdminApi `protobuf:"bytes,3,opt,name=admin_api,json=adminApi,proto3" json:"admin_api,omitempty"`
	Storage  *ServerLaunch_Features_Storage  `protobuf:"bytes,4,opt,name=storage,proto3" json:"storage,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerLaunch_Features) Descriptor deprecated

func (*ServerLaunch_Features) Descriptor() ([]byte, []int)

Deprecated: Use ServerLaunch_Features.ProtoReflect.Descriptor instead.

func (*ServerLaunch_Features) GetAdminApi

func (*ServerLaunch_Features) GetAudit

func (*ServerLaunch_Features) GetSchema

func (*ServerLaunch_Features) GetStorage

func (*ServerLaunch_Features) HashPB

func (m *ServerLaunch_Features) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerLaunch_Features) MarshalToSizedBufferVT

func (m *ServerLaunch_Features) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features) MarshalToVT

func (m *ServerLaunch_Features) MarshalToVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features) MarshalVT

func (m *ServerLaunch_Features) MarshalVT() (dAtA []byte, err error)

func (*ServerLaunch_Features) ProtoMessage

func (*ServerLaunch_Features) ProtoMessage()

func (*ServerLaunch_Features) ProtoReflect

func (x *ServerLaunch_Features) ProtoReflect() protoreflect.Message

func (*ServerLaunch_Features) Reset

func (x *ServerLaunch_Features) Reset()

func (*ServerLaunch_Features) SizeVT

func (m *ServerLaunch_Features) SizeVT() (n int)

func (*ServerLaunch_Features) String

func (x *ServerLaunch_Features) String() string

func (*ServerLaunch_Features) UnmarshalVT

func (m *ServerLaunch_Features) UnmarshalVT(dAtA []byte) error

type ServerLaunch_Features_AdminApi

type ServerLaunch_Features_AdminApi struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerLaunch_Features_AdminApi) Descriptor deprecated

func (*ServerLaunch_Features_AdminApi) Descriptor() ([]byte, []int)

Deprecated: Use ServerLaunch_Features_AdminApi.ProtoReflect.Descriptor instead.

func (*ServerLaunch_Features_AdminApi) GetEnabled

func (x *ServerLaunch_Features_AdminApi) GetEnabled() bool

func (*ServerLaunch_Features_AdminApi) HashPB

func (m *ServerLaunch_Features_AdminApi) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerLaunch_Features_AdminApi) MarshalToSizedBufferVT

func (m *ServerLaunch_Features_AdminApi) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_AdminApi) MarshalToVT

func (m *ServerLaunch_Features_AdminApi) MarshalToVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_AdminApi) MarshalVT

func (m *ServerLaunch_Features_AdminApi) MarshalVT() (dAtA []byte, err error)

func (*ServerLaunch_Features_AdminApi) ProtoMessage

func (*ServerLaunch_Features_AdminApi) ProtoMessage()

func (*ServerLaunch_Features_AdminApi) ProtoReflect

func (*ServerLaunch_Features_AdminApi) Reset

func (x *ServerLaunch_Features_AdminApi) Reset()

func (*ServerLaunch_Features_AdminApi) SizeVT

func (m *ServerLaunch_Features_AdminApi) SizeVT() (n int)

func (*ServerLaunch_Features_AdminApi) String

func (*ServerLaunch_Features_AdminApi) UnmarshalVT

func (m *ServerLaunch_Features_AdminApi) UnmarshalVT(dAtA []byte) error

type ServerLaunch_Features_Audit

type ServerLaunch_Features_Audit struct {
	Enabled bool   `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Backend string `protobuf:"bytes,2,opt,name=backend,proto3" json:"backend,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerLaunch_Features_Audit) Descriptor deprecated

func (*ServerLaunch_Features_Audit) Descriptor() ([]byte, []int)

Deprecated: Use ServerLaunch_Features_Audit.ProtoReflect.Descriptor instead.

func (*ServerLaunch_Features_Audit) GetBackend

func (x *ServerLaunch_Features_Audit) GetBackend() string

func (*ServerLaunch_Features_Audit) GetEnabled

func (x *ServerLaunch_Features_Audit) GetEnabled() bool

func (*ServerLaunch_Features_Audit) HashPB

func (m *ServerLaunch_Features_Audit) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerLaunch_Features_Audit) MarshalToSizedBufferVT

func (m *ServerLaunch_Features_Audit) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Audit) MarshalToVT

func (m *ServerLaunch_Features_Audit) MarshalToVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Audit) MarshalVT

func (m *ServerLaunch_Features_Audit) MarshalVT() (dAtA []byte, err error)

func (*ServerLaunch_Features_Audit) ProtoMessage

func (*ServerLaunch_Features_Audit) ProtoMessage()

func (*ServerLaunch_Features_Audit) ProtoReflect

func (*ServerLaunch_Features_Audit) Reset

func (x *ServerLaunch_Features_Audit) Reset()

func (*ServerLaunch_Features_Audit) SizeVT

func (m *ServerLaunch_Features_Audit) SizeVT() (n int)

func (*ServerLaunch_Features_Audit) String

func (x *ServerLaunch_Features_Audit) String() string

func (*ServerLaunch_Features_Audit) UnmarshalVT

func (m *ServerLaunch_Features_Audit) UnmarshalVT(dAtA []byte) error

type ServerLaunch_Features_Schema

type ServerLaunch_Features_Schema struct {
	Enforcement string `protobuf:"bytes,1,opt,name=enforcement,proto3" json:"enforcement,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerLaunch_Features_Schema) Descriptor deprecated

func (*ServerLaunch_Features_Schema) Descriptor() ([]byte, []int)

Deprecated: Use ServerLaunch_Features_Schema.ProtoReflect.Descriptor instead.

func (*ServerLaunch_Features_Schema) GetEnforcement

func (x *ServerLaunch_Features_Schema) GetEnforcement() string

func (*ServerLaunch_Features_Schema) HashPB

func (m *ServerLaunch_Features_Schema) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerLaunch_Features_Schema) MarshalToSizedBufferVT

func (m *ServerLaunch_Features_Schema) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Schema) MarshalToVT

func (m *ServerLaunch_Features_Schema) MarshalToVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Schema) MarshalVT

func (m *ServerLaunch_Features_Schema) MarshalVT() (dAtA []byte, err error)

func (*ServerLaunch_Features_Schema) ProtoMessage

func (*ServerLaunch_Features_Schema) ProtoMessage()

func (*ServerLaunch_Features_Schema) ProtoReflect

func (*ServerLaunch_Features_Schema) Reset

func (x *ServerLaunch_Features_Schema) Reset()

func (*ServerLaunch_Features_Schema) SizeVT

func (m *ServerLaunch_Features_Schema) SizeVT() (n int)

func (*ServerLaunch_Features_Schema) String

func (*ServerLaunch_Features_Schema) UnmarshalVT

func (m *ServerLaunch_Features_Schema) UnmarshalVT(dAtA []byte) error

type ServerLaunch_Features_Storage

type ServerLaunch_Features_Storage struct {
	Driver string `protobuf:"bytes,1,opt,name=driver,proto3" json:"driver,omitempty"`
	// Types that are assignable to Store:
	//
	//	*ServerLaunch_Features_Storage_Disk_
	//	*ServerLaunch_Features_Storage_Git_
	//	*ServerLaunch_Features_Storage_Blob_
	//	*ServerLaunch_Features_Storage_Bundle_
	Store isServerLaunch_Features_Storage_Store `protobuf_oneof:"store"`
	// contains filtered or unexported fields
}

func (*ServerLaunch_Features_Storage) Descriptor deprecated

func (*ServerLaunch_Features_Storage) Descriptor() ([]byte, []int)

Deprecated: Use ServerLaunch_Features_Storage.ProtoReflect.Descriptor instead.

func (*ServerLaunch_Features_Storage) GetBlob

func (*ServerLaunch_Features_Storage) GetBundle

func (*ServerLaunch_Features_Storage) GetDisk

func (*ServerLaunch_Features_Storage) GetDriver

func (x *ServerLaunch_Features_Storage) GetDriver() string

func (*ServerLaunch_Features_Storage) GetGit

func (*ServerLaunch_Features_Storage) GetStore

func (m *ServerLaunch_Features_Storage) GetStore() isServerLaunch_Features_Storage_Store

func (*ServerLaunch_Features_Storage) HashPB

func (m *ServerLaunch_Features_Storage) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerLaunch_Features_Storage) MarshalToSizedBufferVT

func (m *ServerLaunch_Features_Storage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Storage) MarshalToVT

func (m *ServerLaunch_Features_Storage) MarshalToVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Storage) MarshalVT

func (m *ServerLaunch_Features_Storage) MarshalVT() (dAtA []byte, err error)

func (*ServerLaunch_Features_Storage) ProtoMessage

func (*ServerLaunch_Features_Storage) ProtoMessage()

func (*ServerLaunch_Features_Storage) ProtoReflect

func (*ServerLaunch_Features_Storage) Reset

func (x *ServerLaunch_Features_Storage) Reset()

func (*ServerLaunch_Features_Storage) SizeVT

func (m *ServerLaunch_Features_Storage) SizeVT() (n int)

func (*ServerLaunch_Features_Storage) String

func (*ServerLaunch_Features_Storage) UnmarshalVT

func (m *ServerLaunch_Features_Storage) UnmarshalVT(dAtA []byte) error

type ServerLaunch_Features_Storage_Blob

type ServerLaunch_Features_Storage_Blob struct {
	Provider     string               `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
	PollInterval *durationpb.Duration `protobuf:"bytes,2,opt,name=poll_interval,json=pollInterval,proto3" json:"poll_interval,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerLaunch_Features_Storage_Blob) Descriptor deprecated

func (*ServerLaunch_Features_Storage_Blob) Descriptor() ([]byte, []int)

Deprecated: Use ServerLaunch_Features_Storage_Blob.ProtoReflect.Descriptor instead.

func (*ServerLaunch_Features_Storage_Blob) GetPollInterval

func (*ServerLaunch_Features_Storage_Blob) GetProvider

func (x *ServerLaunch_Features_Storage_Blob) GetProvider() string

func (*ServerLaunch_Features_Storage_Blob) HashPB

func (m *ServerLaunch_Features_Storage_Blob) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerLaunch_Features_Storage_Blob) MarshalToSizedBufferVT

func (m *ServerLaunch_Features_Storage_Blob) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Storage_Blob) MarshalToVT

func (m *ServerLaunch_Features_Storage_Blob) MarshalToVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Storage_Blob) MarshalVT

func (m *ServerLaunch_Features_Storage_Blob) MarshalVT() (dAtA []byte, err error)

func (*ServerLaunch_Features_Storage_Blob) ProtoMessage

func (*ServerLaunch_Features_Storage_Blob) ProtoMessage()

func (*ServerLaunch_Features_Storage_Blob) ProtoReflect

func (*ServerLaunch_Features_Storage_Blob) Reset

func (*ServerLaunch_Features_Storage_Blob) SizeVT

func (m *ServerLaunch_Features_Storage_Blob) SizeVT() (n int)

func (*ServerLaunch_Features_Storage_Blob) String

func (*ServerLaunch_Features_Storage_Blob) UnmarshalVT

func (m *ServerLaunch_Features_Storage_Blob) UnmarshalVT(dAtA []byte) error

type ServerLaunch_Features_Storage_Blob_

type ServerLaunch_Features_Storage_Blob_ struct {
	Blob *ServerLaunch_Features_Storage_Blob `protobuf:"bytes,4,opt,name=blob,proto3,oneof"`
}

func (*ServerLaunch_Features_Storage_Blob_) MarshalToSizedBufferVT

func (m *ServerLaunch_Features_Storage_Blob_) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Storage_Blob_) MarshalToVT

func (m *ServerLaunch_Features_Storage_Blob_) MarshalToVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Storage_Blob_) SizeVT

func (m *ServerLaunch_Features_Storage_Blob_) SizeVT() (n int)

type ServerLaunch_Features_Storage_Bundle

type ServerLaunch_Features_Storage_Bundle struct {
	PdpId        string `protobuf:"bytes,1,opt,name=pdp_id,json=pdpId,proto3" json:"pdp_id,omitempty"`
	BundleSource string `protobuf:"bytes,2,opt,name=bundle_source,json=bundleSource,proto3" json:"bundle_source,omitempty"`
	ClientId     string `protobuf:"bytes,3,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerLaunch_Features_Storage_Bundle) Descriptor deprecated

func (*ServerLaunch_Features_Storage_Bundle) Descriptor() ([]byte, []int)

Deprecated: Use ServerLaunch_Features_Storage_Bundle.ProtoReflect.Descriptor instead.

func (*ServerLaunch_Features_Storage_Bundle) GetBundleSource

func (x *ServerLaunch_Features_Storage_Bundle) GetBundleSource() string

func (*ServerLaunch_Features_Storage_Bundle) GetClientId

func (*ServerLaunch_Features_Storage_Bundle) GetPdpId

func (*ServerLaunch_Features_Storage_Bundle) HashPB

func (m *ServerLaunch_Features_Storage_Bundle) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerLaunch_Features_Storage_Bundle) MarshalToSizedBufferVT

func (m *ServerLaunch_Features_Storage_Bundle) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Storage_Bundle) MarshalToVT

func (m *ServerLaunch_Features_Storage_Bundle) MarshalToVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Storage_Bundle) MarshalVT

func (m *ServerLaunch_Features_Storage_Bundle) MarshalVT() (dAtA []byte, err error)

func (*ServerLaunch_Features_Storage_Bundle) ProtoMessage

func (*ServerLaunch_Features_Storage_Bundle) ProtoMessage()

func (*ServerLaunch_Features_Storage_Bundle) ProtoReflect

func (*ServerLaunch_Features_Storage_Bundle) Reset

func (*ServerLaunch_Features_Storage_Bundle) SizeVT

func (m *ServerLaunch_Features_Storage_Bundle) SizeVT() (n int)

func (*ServerLaunch_Features_Storage_Bundle) String

func (*ServerLaunch_Features_Storage_Bundle) UnmarshalVT

func (m *ServerLaunch_Features_Storage_Bundle) UnmarshalVT(dAtA []byte) error

type ServerLaunch_Features_Storage_Bundle_

type ServerLaunch_Features_Storage_Bundle_ struct {
	Bundle *ServerLaunch_Features_Storage_Bundle `protobuf:"bytes,5,opt,name=bundle,proto3,oneof"`
}

func (*ServerLaunch_Features_Storage_Bundle_) MarshalToSizedBufferVT

func (m *ServerLaunch_Features_Storage_Bundle_) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Storage_Bundle_) MarshalToVT

func (m *ServerLaunch_Features_Storage_Bundle_) MarshalToVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Storage_Bundle_) SizeVT

type ServerLaunch_Features_Storage_Disk

type ServerLaunch_Features_Storage_Disk struct {
	Watch bool `protobuf:"varint,1,opt,name=watch,proto3" json:"watch,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerLaunch_Features_Storage_Disk) Descriptor deprecated

func (*ServerLaunch_Features_Storage_Disk) Descriptor() ([]byte, []int)

Deprecated: Use ServerLaunch_Features_Storage_Disk.ProtoReflect.Descriptor instead.

func (*ServerLaunch_Features_Storage_Disk) GetWatch

func (*ServerLaunch_Features_Storage_Disk) HashPB

func (m *ServerLaunch_Features_Storage_Disk) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerLaunch_Features_Storage_Disk) MarshalToSizedBufferVT

func (m *ServerLaunch_Features_Storage_Disk) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Storage_Disk) MarshalToVT

func (m *ServerLaunch_Features_Storage_Disk) MarshalToVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Storage_Disk) MarshalVT

func (m *ServerLaunch_Features_Storage_Disk) MarshalVT() (dAtA []byte, err error)

func (*ServerLaunch_Features_Storage_Disk) ProtoMessage

func (*ServerLaunch_Features_Storage_Disk) ProtoMessage()

func (*ServerLaunch_Features_Storage_Disk) ProtoReflect

func (*ServerLaunch_Features_Storage_Disk) Reset

func (*ServerLaunch_Features_Storage_Disk) SizeVT

func (m *ServerLaunch_Features_Storage_Disk) SizeVT() (n int)

func (*ServerLaunch_Features_Storage_Disk) String

func (*ServerLaunch_Features_Storage_Disk) UnmarshalVT

func (m *ServerLaunch_Features_Storage_Disk) UnmarshalVT(dAtA []byte) error

type ServerLaunch_Features_Storage_Disk_

type ServerLaunch_Features_Storage_Disk_ struct {
	Disk *ServerLaunch_Features_Storage_Disk `protobuf:"bytes,2,opt,name=disk,proto3,oneof"`
}

func (*ServerLaunch_Features_Storage_Disk_) MarshalToSizedBufferVT

func (m *ServerLaunch_Features_Storage_Disk_) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Storage_Disk_) MarshalToVT

func (m *ServerLaunch_Features_Storage_Disk_) MarshalToVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Storage_Disk_) SizeVT

func (m *ServerLaunch_Features_Storage_Disk_) SizeVT() (n int)

type ServerLaunch_Features_Storage_Git

type ServerLaunch_Features_Storage_Git struct {
	Protocol     string               `protobuf:"bytes,1,opt,name=protocol,proto3" json:"protocol,omitempty"`
	Auth         bool                 `protobuf:"varint,2,opt,name=auth,proto3" json:"auth,omitempty"`
	PollInterval *durationpb.Duration `protobuf:"bytes,3,opt,name=poll_interval,json=pollInterval,proto3" json:"poll_interval,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerLaunch_Features_Storage_Git) Descriptor deprecated

func (*ServerLaunch_Features_Storage_Git) Descriptor() ([]byte, []int)

Deprecated: Use ServerLaunch_Features_Storage_Git.ProtoReflect.Descriptor instead.

func (*ServerLaunch_Features_Storage_Git) GetAuth

func (*ServerLaunch_Features_Storage_Git) GetPollInterval

func (*ServerLaunch_Features_Storage_Git) GetProtocol

func (x *ServerLaunch_Features_Storage_Git) GetProtocol() string

func (*ServerLaunch_Features_Storage_Git) HashPB

func (m *ServerLaunch_Features_Storage_Git) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerLaunch_Features_Storage_Git) MarshalToSizedBufferVT

func (m *ServerLaunch_Features_Storage_Git) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Storage_Git) MarshalToVT

func (m *ServerLaunch_Features_Storage_Git) MarshalToVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Storage_Git) MarshalVT

func (m *ServerLaunch_Features_Storage_Git) MarshalVT() (dAtA []byte, err error)

func (*ServerLaunch_Features_Storage_Git) ProtoMessage

func (*ServerLaunch_Features_Storage_Git) ProtoMessage()

func (*ServerLaunch_Features_Storage_Git) ProtoReflect

func (*ServerLaunch_Features_Storage_Git) Reset

func (*ServerLaunch_Features_Storage_Git) SizeVT

func (m *ServerLaunch_Features_Storage_Git) SizeVT() (n int)

func (*ServerLaunch_Features_Storage_Git) String

func (*ServerLaunch_Features_Storage_Git) UnmarshalVT

func (m *ServerLaunch_Features_Storage_Git) UnmarshalVT(dAtA []byte) error

type ServerLaunch_Features_Storage_Git_

type ServerLaunch_Features_Storage_Git_ struct {
	Git *ServerLaunch_Features_Storage_Git `protobuf:"bytes,3,opt,name=git,proto3,oneof"`
}

func (*ServerLaunch_Features_Storage_Git_) MarshalToSizedBufferVT

func (m *ServerLaunch_Features_Storage_Git_) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Storage_Git_) MarshalToVT

func (m *ServerLaunch_Features_Storage_Git_) MarshalToVT(dAtA []byte) (int, error)

func (*ServerLaunch_Features_Storage_Git_) SizeVT

func (m *ServerLaunch_Features_Storage_Git_) SizeVT() (n int)

type ServerLaunch_Source

type ServerLaunch_Source struct {
	Cerbos  *ServerLaunch_Cerbos `protobuf:"bytes,1,opt,name=cerbos,proto3" json:"cerbos,omitempty"`
	Os      string               `protobuf:"bytes,2,opt,name=os,proto3" json:"os,omitempty"`
	Arch    string               `protobuf:"bytes,3,opt,name=arch,proto3" json:"arch,omitempty"`
	NumCpus uint32               `protobuf:"varint,4,opt,name=num_cpus,json=numCpus,proto3" json:"num_cpus,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerLaunch_Source) Descriptor deprecated

func (*ServerLaunch_Source) Descriptor() ([]byte, []int)

Deprecated: Use ServerLaunch_Source.ProtoReflect.Descriptor instead.

func (*ServerLaunch_Source) GetArch

func (x *ServerLaunch_Source) GetArch() string

func (*ServerLaunch_Source) GetCerbos

func (x *ServerLaunch_Source) GetCerbos() *ServerLaunch_Cerbos

func (*ServerLaunch_Source) GetNumCpus

func (x *ServerLaunch_Source) GetNumCpus() uint32

func (*ServerLaunch_Source) GetOs

func (x *ServerLaunch_Source) GetOs() string

func (*ServerLaunch_Source) HashPB

func (m *ServerLaunch_Source) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerLaunch_Source) MarshalToSizedBufferVT

func (m *ServerLaunch_Source) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerLaunch_Source) MarshalToVT

func (m *ServerLaunch_Source) MarshalToVT(dAtA []byte) (int, error)

func (*ServerLaunch_Source) MarshalVT

func (m *ServerLaunch_Source) MarshalVT() (dAtA []byte, err error)

func (*ServerLaunch_Source) ProtoMessage

func (*ServerLaunch_Source) ProtoMessage()

func (*ServerLaunch_Source) ProtoReflect

func (x *ServerLaunch_Source) ProtoReflect() protoreflect.Message

func (*ServerLaunch_Source) Reset

func (x *ServerLaunch_Source) Reset()

func (*ServerLaunch_Source) SizeVT

func (m *ServerLaunch_Source) SizeVT() (n int)

func (*ServerLaunch_Source) String

func (x *ServerLaunch_Source) String() string

func (*ServerLaunch_Source) UnmarshalVT

func (m *ServerLaunch_Source) UnmarshalVT(dAtA []byte) error

type ServerLaunch_Stats

type ServerLaunch_Stats struct {
	Policy *ServerLaunch_Stats_Policy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	Schema *ServerLaunch_Stats_Schema `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerLaunch_Stats) Descriptor deprecated

func (*ServerLaunch_Stats) Descriptor() ([]byte, []int)

Deprecated: Use ServerLaunch_Stats.ProtoReflect.Descriptor instead.

func (*ServerLaunch_Stats) GetPolicy

func (*ServerLaunch_Stats) GetSchema

func (*ServerLaunch_Stats) HashPB

func (m *ServerLaunch_Stats) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerLaunch_Stats) MarshalToSizedBufferVT

func (m *ServerLaunch_Stats) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerLaunch_Stats) MarshalToVT

func (m *ServerLaunch_Stats) MarshalToVT(dAtA []byte) (int, error)

func (*ServerLaunch_Stats) MarshalVT

func (m *ServerLaunch_Stats) MarshalVT() (dAtA []byte, err error)

func (*ServerLaunch_Stats) ProtoMessage

func (*ServerLaunch_Stats) ProtoMessage()

func (*ServerLaunch_Stats) ProtoReflect

func (x *ServerLaunch_Stats) ProtoReflect() protoreflect.Message

func (*ServerLaunch_Stats) Reset

func (x *ServerLaunch_Stats) Reset()

func (*ServerLaunch_Stats) SizeVT

func (m *ServerLaunch_Stats) SizeVT() (n int)

func (*ServerLaunch_Stats) String

func (x *ServerLaunch_Stats) String() string

func (*ServerLaunch_Stats) UnmarshalVT

func (m *ServerLaunch_Stats) UnmarshalVT(dAtA []byte) error

type ServerLaunch_Stats_Policy

type ServerLaunch_Stats_Policy struct {
	Count             map[string]uint32  `` /* 152-byte string literal not displayed */
	AvgRuleCount      map[string]float64 `` /* 189-byte string literal not displayed */
	AvgConditionCount map[string]float64 `` /* 204-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ServerLaunch_Stats_Policy) Descriptor deprecated

func (*ServerLaunch_Stats_Policy) Descriptor() ([]byte, []int)

Deprecated: Use ServerLaunch_Stats_Policy.ProtoReflect.Descriptor instead.

func (*ServerLaunch_Stats_Policy) GetAvgConditionCount

func (x *ServerLaunch_Stats_Policy) GetAvgConditionCount() map[string]float64

func (*ServerLaunch_Stats_Policy) GetAvgRuleCount

func (x *ServerLaunch_Stats_Policy) GetAvgRuleCount() map[string]float64

func (*ServerLaunch_Stats_Policy) GetCount

func (x *ServerLaunch_Stats_Policy) GetCount() map[string]uint32

func (*ServerLaunch_Stats_Policy) HashPB

func (m *ServerLaunch_Stats_Policy) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerLaunch_Stats_Policy) MarshalToSizedBufferVT

func (m *ServerLaunch_Stats_Policy) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerLaunch_Stats_Policy) MarshalToVT

func (m *ServerLaunch_Stats_Policy) MarshalToVT(dAtA []byte) (int, error)

func (*ServerLaunch_Stats_Policy) MarshalVT

func (m *ServerLaunch_Stats_Policy) MarshalVT() (dAtA []byte, err error)

func (*ServerLaunch_Stats_Policy) ProtoMessage

func (*ServerLaunch_Stats_Policy) ProtoMessage()

func (*ServerLaunch_Stats_Policy) ProtoReflect

func (*ServerLaunch_Stats_Policy) Reset

func (x *ServerLaunch_Stats_Policy) Reset()

func (*ServerLaunch_Stats_Policy) SizeVT

func (m *ServerLaunch_Stats_Policy) SizeVT() (n int)

func (*ServerLaunch_Stats_Policy) String

func (x *ServerLaunch_Stats_Policy) String() string

func (*ServerLaunch_Stats_Policy) UnmarshalVT

func (m *ServerLaunch_Stats_Policy) UnmarshalVT(dAtA []byte) error

type ServerLaunch_Stats_Schema

type ServerLaunch_Stats_Schema struct {
	Count uint32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerLaunch_Stats_Schema) Descriptor deprecated

func (*ServerLaunch_Stats_Schema) Descriptor() ([]byte, []int)

Deprecated: Use ServerLaunch_Stats_Schema.ProtoReflect.Descriptor instead.

func (*ServerLaunch_Stats_Schema) GetCount

func (x *ServerLaunch_Stats_Schema) GetCount() uint32

func (*ServerLaunch_Stats_Schema) HashPB

func (m *ServerLaunch_Stats_Schema) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerLaunch_Stats_Schema) MarshalToSizedBufferVT

func (m *ServerLaunch_Stats_Schema) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerLaunch_Stats_Schema) MarshalToVT

func (m *ServerLaunch_Stats_Schema) MarshalToVT(dAtA []byte) (int, error)

func (*ServerLaunch_Stats_Schema) MarshalVT

func (m *ServerLaunch_Stats_Schema) MarshalVT() (dAtA []byte, err error)

func (*ServerLaunch_Stats_Schema) ProtoMessage

func (*ServerLaunch_Stats_Schema) ProtoMessage()

func (*ServerLaunch_Stats_Schema) ProtoReflect

func (*ServerLaunch_Stats_Schema) Reset

func (x *ServerLaunch_Stats_Schema) Reset()

func (*ServerLaunch_Stats_Schema) SizeVT

func (m *ServerLaunch_Stats_Schema) SizeVT() (n int)

func (*ServerLaunch_Stats_Schema) String

func (x *ServerLaunch_Stats_Schema) String() string

func (*ServerLaunch_Stats_Schema) UnmarshalVT

func (m *ServerLaunch_Stats_Schema) UnmarshalVT(dAtA []byte) error

type ServerStop

type ServerStop struct {
	Version       string               `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	Uptime        *durationpb.Duration `protobuf:"bytes,2,opt,name=uptime,proto3" json:"uptime,omitempty"`
	RequestsTotal uint64               `protobuf:"varint,3,opt,name=requests_total,json=requestsTotal,proto3" json:"requests_total,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerStop) Descriptor deprecated

func (*ServerStop) Descriptor() ([]byte, []int)

Deprecated: Use ServerStop.ProtoReflect.Descriptor instead.

func (*ServerStop) GetRequestsTotal

func (x *ServerStop) GetRequestsTotal() uint64

func (*ServerStop) GetUptime

func (x *ServerStop) GetUptime() *durationpb.Duration

func (*ServerStop) GetVersion

func (x *ServerStop) GetVersion() string

func (*ServerStop) HashPB

func (m *ServerStop) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerStop) MarshalToSizedBufferVT

func (m *ServerStop) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerStop) MarshalToVT

func (m *ServerStop) MarshalToVT(dAtA []byte) (int, error)

func (*ServerStop) MarshalVT

func (m *ServerStop) MarshalVT() (dAtA []byte, err error)

func (*ServerStop) ProtoMessage

func (*ServerStop) ProtoMessage()

func (*ServerStop) ProtoReflect

func (x *ServerStop) ProtoReflect() protoreflect.Message

func (*ServerStop) Reset

func (x *ServerStop) Reset()

func (*ServerStop) SizeVT

func (m *ServerStop) SizeVT() (n int)

func (*ServerStop) String

func (x *ServerStop) String() string

func (*ServerStop) UnmarshalVT

func (m *ServerStop) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

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