SYMBOL INDEX (30528 symbols across 1837 files) FILE: carrier/carrier.go constant LogFieldOriginURL (line 23) | LogFieldOriginURL = "originURL" constant CFAccessTokenHeader (line 24) | CFAccessTokenHeader = "Cf-Access-Token" constant cfJumpDestinationHeader (line 25) | cfJumpDestinationHeader = "Cf-Access-Jump-Destination" type StartOptions (line 28) | type StartOptions struct type Connection (line 39) | type Connection interface type StdinoutStream (line 46) | type StdinoutStream struct method Read (line 49) | func (c *StdinoutStream) Read(p []byte) (int, error) { method Write (line 54) | func (c *StdinoutStream) Write(p []byte) (int, error) { function closeRespBody (line 59) | func closeRespBody(resp *http.Response) { function StartForwarder (line 67) | func StartForwarder(conn Connection, address string, shutdownC <-chan st... function StartClient (line 77) | func StartClient(conn Connection, stream io.ReadWriter, options *StartOp... function Serve (line 85) | func Serve(remoteConn Connection, listener net.Listener, shutdownC <-cha... function serveConnection (line 113) | func serveConnection(remoteConn Connection, c net.Conn, options *StartOp... function IsAccessResponse (line 120) | func IsAccessResponse(resp *http.Response) bool { function BuildAccessRequest (line 137) | func BuildAccessRequest(options *StartOptions, log *zerolog.Logger) (*ht... function SetBastionDest (line 165) | func SetBastionDest(header http.Header, destination string) { function ResolveBastionDest (line 171) | func ResolveBastionDest(r *http.Request) (string, error) { function removePath (line 184) | func removePath(dest string) string { FILE: carrier/carrier_test.go constant testSecWebsocketKey (line 19) | testSecWebsocketKey = "dGhlIHNhbXBsZSBub25jZQ==" type testStreamer (line 22) | type testStreamer struct method Read (line 31) | func (s *testStreamer) Read(p []byte) (int, error) { method Write (line 38) | func (s *testStreamer) Write(p []byte) (int, error) { function newTestStream (line 27) | func newTestStream() *testStreamer { function TestStartClient (line 44) | func TestStartClient(t *testing.T) { function TestStartServer (line 65) | func TestStartServer(t *testing.T) { function TestIsAccessResponse (line 97) | func TestIsAccessResponse(t *testing.T) { function newTestWebSocketServer (line 122) | func newTestWebSocketServer() *httptest.Server { function testRequest (line 144) | func testRequest(t *testing.T, url string, stream io.ReadWriter) *http.R... function TestBastionDestination (line 160) | func TestBastionDestination(t *testing.T) { FILE: carrier/websocket.go type Websocket (line 19) | type Websocket struct method ServeStream (line 33) | func (ws *Websocket) ServeStream(options *StartOptions, conn io.ReadWr... function NewWSConnection (line 25) | func NewWSConnection(log *zerolog.Logger) Connection { function createWebsocketStream (line 48) | func createWebsocketStream(options *StartOptions, log *zerolog.Logger) (... function websocketHeaders (line 106) | func websocketHeaders(req *http.Request) http.Header { function clientConnect (line 122) | func clientConnect(req *http.Request, dialler *websocket.Dialer) (*webso... function changeRequestScheme (line 139) | func changeRequestScheme(reqURL *url.URL) string { function createAccessAuthenticatedStream (line 157) | func createAccessAuthenticatedStream(options *StartOptions, log *zerolog... function createAccessWebSocketStream (line 182) | func createAccessWebSocketStream(options *StartOptions, log *zerolog.Log... FILE: carrier/websocket_test.go function websocketClientTLSConfig (line 23) | func websocketClientTLSConfig(t *testing.T) *tls.Config { function TestWebsocketHeaders (line 32) | func TestWebsocketHeaders(t *testing.T) { function TestServe (line 41) | func TestServe(t *testing.T) { function TestWebsocketWrapper (line 81) | func TestWebsocketWrapper(t *testing.T) { FILE: cfapi/base_client.go constant defaultTimeout (line 19) | defaultTimeout = 15 * time.Second constant jsonContentType (line 20) | jsonContentType = "application/json" type RESTClient (line 30) | type RESTClient struct method sendRequest (line 87) | func (r *RESTClient) sendRequest(method string, url url.URL, body inte... method statusCodeToError (line 221) | func (r *RESTClient) statusCodeToError(op string, resp *http.Response)... type baseEndpoints (line 38) | type baseEndpoints struct function NewRESTClient (line 47) | func NewRESTClient(baseURL, accountTag, zoneTag, authToken, userAgent st... function parseResponseEnvelope (line 110) | func parseResponseEnvelope(reader io.Reader) (*response, error) { function parseResponse (line 128) | func parseResponse(reader io.Reader, data interface{}) error { function parseResponseBody (line 137) | func parseResponseBody(result *response, data interface{}) error { function fetchExhaustively (line 146) | func fetchExhaustively[T any](requestFn func(int) (*http.Response, error... function fetchPage (line 166) | func fetchPage[T any](requestFn func(int) (*http.Response, error), page ... type response (line 183) | type response struct method checkErrors (line 198) | func (r *response) checkErrors() error { type Pagination (line 191) | type Pagination struct type apiError (line 212) | type apiError struct method Error (line 217) | func (e apiError) Error() string { FILE: cfapi/client.go type TunnelClient (line 7) | type TunnelClient interface type HostnameClient (line 18) | type HostnameClient interface type IPRouteClient (line 22) | type IPRouteClient interface type VnetClient (line 29) | type VnetClient interface type Client (line 36) | type Client interface FILE: cfapi/hostname.go constant ChangeNew (line 17) | ChangeNew = "new" constant ChangeUpdated (line 18) | ChangeUpdated = "updated" constant ChangeUnchanged (line 19) | ChangeUnchanged = "unchanged" type HostnameRoute (line 23) | type HostnameRoute interface type HostnameRouteResult (line 30) | type HostnameRouteResult interface type DNSRoute (line 35) | type DNSRoute struct method MarshalJSON (line 53) | func (dr *DNSRoute) MarshalJSON() ([]byte, error) { method UnmarshalResult (line 66) | func (dr *DNSRoute) UnmarshalResult(body io.Reader) (HostnameRouteResu... method RecordType (line 73) | func (dr *DNSRoute) RecordType() string { method String (line 77) | func (dr *DNSRoute) String() string { type DNSRouteResult (line 40) | type DNSRouteResult struct method SuccessSummary (line 81) | func (res *DNSRouteResult) SuccessSummary() string { method hostname (line 96) | func (res *DNSRouteResult) hostname() string { function NewDNSRoute (line 46) | func NewDNSRoute(userHostname string, overwriteExisting bool) HostnameRo... type LBRoute (line 103) | type LBRoute struct method MarshalJSON (line 121) | func (lr *LBRoute) MarshalJSON() ([]byte, error) { method RecordType (line 134) | func (lr *LBRoute) RecordType() string { method String (line 138) | func (lb *LBRoute) String() string { method UnmarshalResult (line 142) | func (lr *LBRoute) UnmarshalResult(body io.Reader) (HostnameRouteResul... type LBRouteResult (line 108) | type LBRouteResult struct method SuccessSummary (line 149) | func (res *LBRouteResult) SuccessSummary() string { function NewLBRoute (line 114) | func NewLBRoute(lbName, lbPool string) HostnameRoute { method RouteTunnel (line 178) | func (r *RESTClient) RouteTunnel(tunnelID uuid.UUID, route HostnameRoute... FILE: cfapi/hostname_test.go function TestDNSRouteUnmarshalResult (line 10) | func TestDNSRouteUnmarshalResult(t *testing.T) { function TestLBRouteUnmarshalResult (line 38) | func TestLBRouteUnmarshalResult(t *testing.T) { function TestLBRouteResultSuccessSummary (line 67) | func TestLBRouteResultSuccessSummary(t *testing.T) { FILE: cfapi/ip_route.go type Route (line 22) | type Route struct type CIDR (line 33) | type CIDR method String (line 35) | func (c CIDR) String() string { method MarshalJSON (line 40) | func (c CIDR) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 50) | func (c *CIDR) UnmarshalJSON(data []byte) error { type NewRoute (line 67) | type NewRoute struct method MarshalJSON (line 76) | func (r NewRoute) MarshalJSON() ([]byte, error) { type DetailedRoute (line 91) | type DetailedRoute struct method IsZero (line 104) | func (r *DetailedRoute) IsZero() bool { method TableString (line 110) | func (r DetailedRoute) TableString() string { type GetRouteByIpParams (line 133) | type GetRouteByIpParams struct method ListRoutes (line 141) | func (r *RESTClient) ListRoutes(filter *IpRouteFilter) ([]*DetailedRoute... method AddRoute (line 161) | func (r *RESTClient) AddRoute(newRoute NewRoute) (Route, error) { method DeleteRoute (line 178) | func (r *RESTClient) DeleteRoute(id uuid.UUID) error { method GetByIP (line 197) | func (r *RESTClient) GetByIP(params GetRouteByIpParams) (DetailedRoute, ... function parseRoute (line 215) | func parseRoute(body io.ReadCloser) (Route, error) { function parseDetailedRoute (line 221) | func parseDetailedRoute(body io.ReadCloser) (DetailedRoute, error) { function setVnetParam (line 229) | func setVnetParam(endpoint *url.URL, vnetID *uuid.UUID) { FILE: cfapi/ip_route_filter.go type IpRouteFilter (line 55) | type IpRouteFilter struct method CommentIs (line 134) | func (f *IpRouteFilter) CommentIs(comment string) { method NotDeleted (line 138) | func (f *IpRouteFilter) NotDeleted() { method Deleted (line 142) | func (f *IpRouteFilter) Deleted() { method NetworkIsSubsetOf (line 146) | func (f *IpRouteFilter) NetworkIsSubsetOf(superset net.IPNet) { method NetworkIsSupersetOf (line 150) | func (f *IpRouteFilter) NetworkIsSupersetOf(subset net.IPNet) { method ExistedAt (line 154) | func (f *IpRouteFilter) ExistedAt(existedAt time.Time) { method TunnelID (line 158) | func (f *IpRouteFilter) TunnelID(id uuid.UUID) { method VNetID (line 162) | func (f *IpRouteFilter) VNetID(id uuid.UUID) { method MaxFetchSize (line 166) | func (f *IpRouteFilter) MaxFetchSize(max uint) { method Page (line 170) | func (f *IpRouteFilter) Page(page int) { method Encode (line 174) | func (f IpRouteFilter) Encode() string { function NewIpRouteFilterFromCLI (line 60) | func NewIpRouteFilterFromCLI(c *cli.Context) (*IpRouteFilter, error) { function cidrFromFlag (line 110) | func cidrFromFlag(c *cli.Context, flag cli.StringFlag) (*net.IPNet, erro... function NewIPRouteFilter (line 125) | func NewIPRouteFilter() *IpRouteFilter { FILE: cfapi/ip_route_test.go function TestUnmarshalRoute (line 14) | func TestUnmarshalRoute(t *testing.T) { function TestDetailedRouteJsonRoundtrip (line 65) | func TestDetailedRouteJsonRoundtrip(t *testing.T) { function TestMarshalNewRoute (line 128) | func TestMarshalNewRoute(t *testing.T) { function TestRouteTableString (line 167) | func TestRouteTableString(t *testing.T) { FILE: cfapi/tunnel.go type ManagementResource (line 18) | type ManagementResource method String (line 26) | func (r ManagementResource) String() string { constant Logs (line 21) | Logs ManagementResource = iota constant Admin (line 22) | Admin constant HostDetails (line 23) | HostDetails type Tunnel (line 39) | type Tunnel struct type TunnelWithToken (line 47) | type TunnelWithToken struct type Connection (line 52) | type Connection struct type ActiveClient (line 60) | type ActiveClient struct type newTunnel (line 69) | type newTunnel struct type CleanupParams (line 74) | type CleanupParams struct method ForClient (line 84) | func (cp *CleanupParams) ForClient(clientID uuid.UUID) { method encode (line 88) | func (cp CleanupParams) encode() string { function NewCleanupParams (line 78) | func NewCleanupParams() *CleanupParams { method CreateTunnel (line 92) | func (r *RESTClient) CreateTunnel(name string, tunnelSecret []byte) (*Tu... method GetTunnel (line 124) | func (r *RESTClient) GetTunnel(tunnelID uuid.UUID) (*Tunnel, error) { method GetTunnelToken (line 140) | func (r *RESTClient) GetTunnelToken(tunnelID uuid.UUID) (token string, e... function managementEndpointPath (line 158) | func managementEndpointPath(tunnelID uuid.UUID, res ManagementResource) ... method GetManagementToken (line 162) | func (r *RESTClient) GetManagementToken(tunnelID uuid.UUID, res Manageme... method DeleteTunnel (line 180) | func (r *RESTClient) DeleteTunnel(tunnelID uuid.UUID, cascade bool) error { method ListTunnels (line 197) | func (r *RESTClient) ListTunnels(filter *TunnelFilter) ([]*Tunnel, error) { method ListActiveClients (line 216) | func (r *RESTClient) ListActiveClients(tunnelID uuid.UUID) ([]*ActiveCli... function parseConnectionsDetails (line 232) | func parseConnectionsDetails(reader io.Reader) ([]*ActiveClient, error) { method CleanupConnections (line 238) | func (r *RESTClient) CleanupConnections(tunnelID uuid.UUID, params *Clea... function unmarshalTunnel (line 251) | func unmarshalTunnel(reader io.Reader) (*Tunnel, error) { FILE: cfapi/tunnel_filter.go constant TimeLayout (line 12) | TimeLayout = time.RFC3339 type TunnelFilter (line 15) | type TunnelFilter struct method ByName (line 25) | func (f *TunnelFilter) ByName(name string) { method ByNamePrefix (line 29) | func (f *TunnelFilter) ByNamePrefix(namePrefix string) { method ExcludeNameWithPrefix (line 33) | func (f *TunnelFilter) ExcludeNameWithPrefix(excludePrefix string) { method NoDeleted (line 37) | func (f *TunnelFilter) NoDeleted() { method ByExistedAt (line 41) | func (f *TunnelFilter) ByExistedAt(existedAt time.Time) { method ByTunnelID (line 45) | func (f *TunnelFilter) ByTunnelID(tunnelID uuid.UUID) { method MaxFetchSize (line 49) | func (f *TunnelFilter) MaxFetchSize(max uint) { method Page (line 53) | func (f *TunnelFilter) Page(page int) { method encode (line 57) | func (f TunnelFilter) encode() string { function NewTunnelFilter (line 19) | func NewTunnelFilter() *TunnelFilter { FILE: cfapi/tunnel_test.go function Test_unmarshalTunnel (line 18) | func Test_unmarshalTunnel(t *testing.T) { function TestUnmarshalTunnelOk (line 54) | func TestUnmarshalTunnelOk(t *testing.T) { function TestUnmarshalTunnelErr (line 67) | func TestUnmarshalTunnelErr(t *testing.T) { function TestManagementResource_String (line 81) | func TestManagementResource_String(t *testing.T) { function TestManagementResource_String_Unknown (line 110) | func TestManagementResource_String_Unknown(t *testing.T) { function TestManagementEndpointPath (line 115) | func TestManagementEndpointPath(t *testing.T) { function TestUnmarshalConnections (line 147) | func TestUnmarshalConnections(t *testing.T) { FILE: cfapi/virtual_network.go type NewVirtualNetwork (line 16) | type NewVirtualNetwork struct type VirtualNetwork (line 22) | type VirtualNetwork struct method TableString (line 37) | func (virtualNetwork VirtualNetwork) TableString() string { type UpdateVirtualNetwork (line 31) | type UpdateVirtualNetwork struct method CreateVirtualNetwork (line 53) | func (r *RESTClient) CreateVirtualNetwork(newVnet NewVirtualNetwork) (Vi... method ListVirtualNetworks (line 67) | func (r *RESTClient) ListVirtualNetworks(filter *VnetFilter) ([]*Virtual... method DeleteVirtualNetwork (line 83) | func (r *RESTClient) DeleteVirtualNetwork(id uuid.UUID, force bool) error { method UpdateVirtualNetwork (line 107) | func (r *RESTClient) UpdateVirtualNetwork(id uuid.UUID, updates UpdateVi... function parseListVnets (line 124) | func parseListVnets(body io.ReadCloser) ([]*VirtualNetwork, error) { function parseVnet (line 130) | func parseVnet(body io.ReadCloser) (VirtualNetwork, error) { FILE: cfapi/virtual_network_filter.go type VnetFilter (line 38) | type VnetFilter struct method ById (line 48) | func (f *VnetFilter) ById(vnetId uuid.UUID) { method ByName (line 52) | func (f *VnetFilter) ByName(name string) { method ByDefaultStatus (line 56) | func (f *VnetFilter) ByDefaultStatus(isDefault bool) { method WithDeleted (line 60) | func (f *VnetFilter) WithDeleted(isDeleted bool) { method MaxFetchSize (line 64) | func (f *VnetFilter) MaxFetchSize(max uint) { method Encode (line 68) | func (f VnetFilter) Encode() string { function NewVnetFilter (line 42) | func NewVnetFilter() *VnetFilter { function NewFromCLI (line 73) | func NewFromCLI(c *cli.Context) (*VnetFilter, error) { FILE: cfapi/virtual_network_test.go function TestVirtualNetworkJsonRoundtrip (line 13) | func TestVirtualNetworkJsonRoundtrip(t *testing.T) { function TestMarshalNewVnet (line 39) | func TestMarshalNewVnet(t *testing.T) { function TestMarshalUpdateVnet (line 51) | func TestMarshalUpdateVnet(t *testing.T) { function TestVnetTableString (line 63) | func TestVnetTableString(t *testing.T) { FILE: cfio/copy.go constant defaultBufferSize (line 8) | defaultBufferSize = 16 * 1024 function Copy (line 16) | func Copy(dst io.Writer, src io.Reader) (written int64, err error) { FILE: client/config.go type Config (line 15) | type Config struct method ConnectionOptionsSnapshot (line 47) | func (c *Config) ConnectionOptionsSnapshot(originIP net.IP, previousAt... function NewConfig (line 23) | func NewConfig(version string, arch string, featureSelector features.Fea... type ConnectionOptionsSnapshot (line 40) | type ConnectionOptionsSnapshot struct method ConnectionOptions (line 62) | func (c ConnectionOptionsSnapshot) ConnectionOptions() *pogs.Connectio... method LogFields (line 72) | func (c ConnectionOptionsSnapshot) LogFields(event *zerolog.Event) *ze... FILE: client/config_test.go function TestGenerateConnectionOptions (line 12) | func TestGenerateConnectionOptions(t *testing.T) { type mockFeatureSelector (line 42) | type mockFeatureSelector struct method Snapshot (line 44) | func (m *mockFeatureSelector) Snapshot() features.FeatureSnapshot { FILE: cmd/cloudflared/access/carrier.go constant LogFieldHost (line 22) | LogFieldHost = "host" constant cfAccessClientIDHeader (line 23) | cfAccessClientIDHeader = "Cf-Access-Client-Id" constant cfAccessClientSecretHeader (line 24) | cfAccessClientSecretHeader = "Cf-Access-Client-Secret" function StartForwarder (line 28) | func StartForwarder(forwarder config.Forwarder, shutdown <-chan struct{}... function ssh (line 64) | func ssh(c *cli.Context) error { FILE: cmd/cloudflared/access/cmd.go constant appURLFlag (line 30) | appURLFlag = "app" constant loginQuietFlag (line 31) | loginQuietFlag = "quiet" constant sshHostnameFlag (line 32) | sshHostnameFlag = "hostname" constant sshDestinationFlag (line 33) | sshDestinationFlag = "destination" constant sshURLFlag (line 34) | sshURLFlag = "url" constant sshHeaderFlag (line 35) | sshHeaderFlag = "header" constant sshTokenIDFlag (line 36) | sshTokenIDFlag = "service-token-id" constant sshTokenSecretFlag (line 37) | sshTokenSecretFlag = "service-token-secret" constant sshGenCertFlag (line 38) | sshGenCertFlag = "short-lived-cert" constant sshConnectTo (line 39) | sshConnectTo = "connect-to" constant sshDebugStream (line 40) | sshDebugStream = "debug-stream" constant sshConfigTemplate (line 41) | sshConfigTemplate = ` constant fedrampFlag (line 54) | fedrampFlag = "fedramp" constant sentryDSN (line 57) | sentryDSN = "https://56a9c9fa5c364ab28f34b14f35ea0f1b@sentry.io/189878" function Init (line 65) | func Init(shutdown chan struct{}, version string) { function Flags (line 71) | func Flags() []cli.Flag { function Commands (line 76) | func Commands() []*cli.Command { function login (line 243) | func login(c *cli.Context) error { function curl (line 295) | func curl(c *cli.Context) error { function run (line 347) | func run(cmd string, args ...string) error { function getAppURLFromArgs (line 368) | func getAppURLFromArgs(c *cli.Context) (*url.URL, error) { function generateToken (line 380) | func generateToken(c *cli.Context) error { function sshConfig (line 412) | func sshConfig(c *cli.Context) error { function sshGen (line 431) | func sshGen(c *cli.Context) error { function getAppURL (line 467) | func getAppURL(cmdArgs []string, log *zerolog.Logger) (*url.URL, error) { function parseAllowRequest (line 484) | func parseAllowRequest(cmdArgs []string) ([]string, bool) { function processURL (line 495) | func processURL(s string) (*url.URL, error) { function cloudflaredPath (line 519) | func cloudflaredPath() string { function isFileThere (line 535) | func isFileThere(candidate string) bool { function verifyTokenAtEdge (line 546) | func verifyTokenAtEdge(appUrl *url.URL, appInfo *token.AppInfo, c *cli.C... function isTokenValid (line 576) | func isTokenValid(options *carrier.StartOptions, log *zerolog.Logger) (b... FILE: cmd/cloudflared/access/validation.go function parseRequestHeaders (line 15) | func parseRequestHeaders(values []string) http.Header { function parseURL (line 29) | func parseURL(input string) (*url.URL, error) { FILE: cmd/cloudflared/access/validation_test.go function TestParseRequestHeaders (line 10) | func TestParseRequestHeaders(t *testing.T) { function TestParseURL (line 18) | func TestParseURL(t *testing.T) { FILE: cmd/cloudflared/app_forward_service.go constant ForwardServiceType (line 11) | ForwardServiceType = "forward" type ForwarderService (line 16) | type ForwarderService struct method Name (line 29) | func (s *ForwarderService) Name() string { method Type (line 34) | func (s *ForwarderService) Type() string { method Hash (line 39) | func (s *ForwarderService) Hash() string { method Shutdown (line 44) | func (s *ForwarderService) Shutdown() { method Run (line 49) | func (s *ForwarderService) Run() error { function NewForwardService (line 23) | func NewForwardService(f config.Forwarder, log *zerolog.Logger) *Forward... FILE: cmd/cloudflared/app_service.go type AppService (line 12) | type AppService struct method Run (line 32) | func (s *AppService) Run() error { method Shutdown (line 38) | func (s *AppService) Shutdown() error { method ConfigDidUpdate (line 48) | func (s *AppService) ConfigDidUpdate(c config.Root) { method actionLoop (line 53) | func (s *AppService) actionLoop() { method handleConfigUpdate (line 67) | func (s *AppService) handleConfigUpdate(c config.Root) { function NewAppService (line 21) | func NewAppService(configManager config.Manager, serviceManager overwatc... FILE: cmd/cloudflared/cliutil/build_info.go type BuildInfo (line 13) | type BuildInfo struct method Log (line 33) | func (bi *BuildInfo) Log(log *zerolog.Logger) { method OSArch (line 41) | func (bi *BuildInfo) OSArch() string { method Version (line 45) | func (bi *BuildInfo) Version() string { method GetBuildTypeMsg (line 49) | func (bi *BuildInfo) GetBuildTypeMsg() string { method UserAgent (line 56) | func (bi *BuildInfo) UserAgent() string { function GetBuildInfo (line 22) | func GetBuildInfo(buildType, version string) *BuildInfo { function FileChecksum (line 61) | func FileChecksum(filePath string) (string, error) { function currentBinaryChecksum (line 76) | func currentBinaryChecksum() string { FILE: cmd/cloudflared/cliutil/deprecated.go function RemovedCommand (line 9) | func RemovedCommand(name string) *cli.Command { FILE: cmd/cloudflared/cliutil/errors.go type usageError (line 9) | type usageError method Error (line 11) | func (ue usageError) Error() string { function UsageError (line 15) | func UsageError(format string, args ...interface{}) error { function WithErrorHandler (line 25) | func WithErrorHandler(actionFunc cli.ActionFunc) cli.ActionFunc { FILE: cmd/cloudflared/cliutil/handler.go function Action (line 11) | func Action(actionFunc cli.ActionFunc) cli.ActionFunc { function ConfiguredAction (line 15) | func ConfiguredAction(actionFunc cli.ActionFunc) cli.ActionFunc { function ConfiguredActionWithWarnings (line 25) | func ConfiguredActionWithWarnings(actionFunc func(*cli.Context, string) ... function setFlagsFromConfigFile (line 35) | func setFlagsFromConfigFile(c *cli.Context) (configWarnings string, err ... FILE: cmd/cloudflared/cliutil/logger.go function ConfigureLoggingFlags (line 22) | func ConfigureLoggingFlags(shouldHide bool) []cli.Flag { FILE: cmd/cloudflared/cliutil/management.go function GetManagementToken (line 27) | func GetManagementToken(c *cli.Context, log *zerolog.Logger, res cfapi.M... function CreateStderrLogger (line 63) | func CreateStderrLogger(c *cli.Context) *zerolog.Logger { FILE: cmd/cloudflared/common_service.go function buildArgsForToken (line 11) | func buildArgsForToken(c *cli.Context, log *zerolog.Logger) ([]string, e... function getServiceExtraArgsFromCliArgs (line 22) | func getServiceExtraArgsFromCliArgs(c *cli.Context, log *zerolog.Logger)... FILE: cmd/cloudflared/flags/flags.go constant HaConnections (line 5) | HaConnections = "ha-connections" constant SshPort (line 8) | SshPort = "local-ssh-port" constant SshIdleTimeout (line 11) | SshIdleTimeout = "ssh-idle-timeout" constant SshMaxTimeout (line 14) | SshMaxTimeout = "ssh-max-timeout" constant SshLogUploaderBucketName (line 17) | SshLogUploaderBucketName = "bucket-name" constant SshLogUploaderRegionName (line 20) | SshLogUploaderRegionName = "region-name" constant SshLogUploaderSecretID (line 23) | SshLogUploaderSecretID = "secret-id" constant SshLogUploaderAccessKeyID (line 26) | SshLogUploaderAccessKeyID = "access-key-id" constant SshLogUploaderSessionTokenID (line 29) | SshLogUploaderSessionTokenID = "session-token" constant SshLogUploaderS3URL (line 32) | SshLogUploaderS3URL = "s3-url-host" constant HostKeyPath (line 35) | HostKeyPath = "host-key-path" constant RpcTimeout (line 38) | RpcTimeout = "rpc-timeout" constant WriteStreamTimeout (line 41) | WriteStreamTimeout = "write-stream-timeout" constant QuicDisablePathMTUDiscovery (line 46) | QuicDisablePathMTUDiscovery = "quic-disable-pmtu-discovery" constant QuicConnLevelFlowControlLimit (line 51) | QuicConnLevelFlowControlLimit = "quic-connection-level-flow-control-limit" constant QuicStreamLevelFlowControlLimit (line 55) | QuicStreamLevelFlowControlLimit = "quic-stream-level-flow-control-limit" constant Ui (line 58) | Ui = "ui" constant ConnectorLabel (line 61) | ConnectorLabel = "label" constant MaxActiveFlows (line 64) | MaxActiveFlows = "max-active-flows" constant Tag (line 67) | Tag = "tag" constant Protocol (line 70) | Protocol = "protocol" constant PostQuantum (line 73) | PostQuantum = "post-quantum" constant Features (line 76) | Features = "features" constant EdgeIpVersion (line 79) | EdgeIpVersion = "edge-ip-version" constant EdgeBindAddress (line 82) | EdgeBindAddress = "edge-bind-address" constant Force (line 85) | Force = "force" constant Edge (line 88) | Edge = "edge" constant Region (line 91) | Region = "region" constant IsAutoUpdated (line 94) | IsAutoUpdated = "is-autoupdated" constant LBPool (line 97) | LBPool = "lb-pool" constant Retries (line 100) | Retries = "retries" constant MaxEdgeAddrRetries (line 103) | MaxEdgeAddrRetries = "max-edge-addr-retries" constant GracePeriod (line 106) | GracePeriod = "grace-period" constant ICMPV4Src (line 109) | ICMPV4Src = "icmpv4-src" constant ICMPV6Src (line 112) | ICMPV6Src = "icmpv6-src" constant Name (line 115) | Name = "name" constant AutoUpdateFreq (line 118) | AutoUpdateFreq = "autoupdate-freq" constant NoAutoUpdate (line 121) | NoAutoUpdate = "no-autoupdate" constant LogLevel (line 124) | LogLevel = "loglevel" constant LogLevelSSH (line 127) | LogLevelSSH = "log-level" constant TransportLogLevel (line 130) | TransportLogLevel = "transport-loglevel" constant LogFile (line 133) | LogFile = "logfile" constant LogDirectory (line 136) | LogDirectory = "log-directory" constant LogFormatOutput (line 139) | LogFormatOutput = "output" constant LogFormatOutputValueDefault (line 140) | LogFormatOutputValueDefault = "default" constant LogFormatOutputValueJSON (line 141) | LogFormatOutputValueJSON = "json" constant TraceOutput (line 144) | TraceOutput = "trace-output" constant OriginCert (line 147) | OriginCert = "origincert" constant Metrics (line 150) | Metrics = "metrics" constant MetricsUpdateFreq (line 153) | MetricsUpdateFreq = "metrics-update-freq" constant ApiURL (line 156) | ApiURL = "api-url" constant VirtualDNSServiceResolverAddresses (line 159) | VirtualDNSServiceResolverAddresses = "dns-resolver-addrs" constant ManagementHostname (line 162) | ManagementHostname = "management-hostname" constant AutoCloseInterstitial (line 165) | AutoCloseInterstitial = "auto-close" FILE: cmd/cloudflared/generic_service.go function runApp (line 14) | func runApp(app *cli.App, graceShutdownC chan struct{}) { function installGenericService (line 34) | func installGenericService(c *cli.Context) error { function uninstallGenericService (line 38) | func uninstallGenericService(c *cli.Context) error { FILE: cmd/cloudflared/linux_service.go function runApp (line 19) | func runApp(app *cli.App, _ chan struct{}) { constant serviceConfigDir (line 45) | serviceConfigDir = "/etc/cloudflared" constant serviceConfigFile (line 46) | serviceConfigFile = "config.yml" constant serviceCredentialFile (line 47) | serviceCredentialFile = "cert.pem" constant serviceConfigPath (line 48) | serviceConfigPath = serviceConfigDir + "/" + serviceConfigFile constant cloudflaredService (line 49) | cloudflaredService = "cloudflared.service" constant cloudflaredUpdateService (line 50) | cloudflaredUpdateService = "cloudflared-update.service" constant cloudflaredUpdateTimer (line 51) | cloudflaredUpdateTimer = "cloudflared-update.timer" function isSystemd (line 195) | func isSystemd() bool { function installLinuxService (line 202) | func installLinuxService(c *cli.Context) error { function buildArgsForConfig (line 245) | func buildArgsForConfig(c *cli.Context, log *zerolog.Logger) ([]string, ... function installSystemd (line 281) | func installSystemd(templateArgs *ServiceTemplateArgs, autoUpdate bool, ... function installSysv (line 321) | func installSysv(templateArgs *ServiceTemplateArgs, autoUpdate bool, log... function uninstallLinuxService (line 351) | func uninstallLinuxService(c *cli.Context) error { function uninstallSystemd (line 370) | func uninstallSystemd(log *zerolog.Logger) error { function uninstallSysv (line 412) | func uninstallSysv(log *zerolog.Logger) error { function ensureConfigDirExists (line 434) | func ensureConfigDirExists(configDir string) error { function copyFile (line 442) | func copyFile(src, dest string) error { FILE: cmd/cloudflared/macos_service.go constant launchdIdentifier (line 18) | launchdIdentifier = "com.cloudflare.cloudflared" function runApp (line 21) | func runApp(app *cli.App, _ chan struct{}) { function newLaunchdTemplate (line 41) | func newLaunchdTemplate(installPath, stdoutPath, stderrPath string) *Ser... function isRootUser (line 75) | func isRootUser() bool { function installPath (line 79) | func installPath() (string, error) { function stdoutPath (line 91) | func stdoutPath() (string, error) { function stderrPath (line 102) | func stderrPath() (string, error) { function installLaunchd (line 113) | func installLaunchd(c *cli.Context) error { function uninstallLaunchd (line 173) | func uninstallLaunchd(c *cli.Context) error { function userHomeDir (line 212) | func userHomeDir() (string, error) { FILE: cmd/cloudflared/main.go constant versionText (line 31) | versionText = "Print the version" function main (line 51) | func main() { function commands (line 99) | func commands(version func(c *cli.Context)) []*cli.Command { function flags (line 161) | func flags() []cli.Flag { function isEmptyInvocation (line 166) | func isEmptyInvocation(c *cli.Context) bool { function action (line 170) | func action(graceShutdownC chan struct{}) cli.ActionFunc { function captureError (line 187) | func captureError(err error) { function handleServiceMode (line 198) | func handleServiceMode(c *cli.Context, shutdownC chan struct{}) error { FILE: cmd/cloudflared/management/cmd.go function Init (line 19) | func Init(bi *cliutil.BuildInfo) { function Command (line 24) | func Command() *cli.Command { function buildTokenSubcommand (line 37) | func buildTokenSubcommand() *cli.Command { function tokenCommand (line 69) | func tokenCommand(c *cli.Context) error { function parseResource (line 94) | func parseResource(resource string) (cfapi.ManagementResource, error) { FILE: cmd/cloudflared/management/cmd_test.go function TestParseResource_ValidResources (line 12) | func TestParseResource_ValidResources(t *testing.T) { function TestParseResource_InvalidResource (line 34) | func TestParseResource_InvalidResource(t *testing.T) { function TestCommandStructure (line 49) | func TestCommandStructure(t *testing.T) { FILE: cmd/cloudflared/proxydns/cmd.go constant removedMessage (line 13) | removedMessage = "dns-proxy feature is no longer supported" function Command (line 15) | func Command() *cli.Command { function Run (line 24) | func Run(c *cli.Context) error { function ConfigureProxyDNSFlags (line 33) | func ConfigureProxyDNSFlags(shouldHide bool) []cli.Flag { FILE: cmd/cloudflared/service_template.go type ServiceTemplate (line 16) | type ServiceTemplate struct method ResolvePath (line 27) | func (st *ServiceTemplate) ResolvePath() (string, error) { method Generate (line 35) | func (st *ServiceTemplate) Generate(args *ServiceTemplateArgs) error { method Remove (line 71) | func (st *ServiceTemplate) Remove() error { type ServiceTemplateArgs (line 22) | type ServiceTemplateArgs struct function serviceAlreadyExistsWarn (line 83) | func serviceAlreadyExistsWarn(service string) string { function runCommand (line 92) | func runCommand(command string, args ...string) error { FILE: cmd/cloudflared/tail/cmd.go function Init (line 28) | func Init(bi *cliutil.BuildInfo) { function Command (line 32) | func Command() *cli.Command { function buildTailManagementTokenSubcommand (line 40) | func buildTailManagementTokenSubcommand() *cli.Command { function managementTokenCommand (line 51) | func managementTokenCommand(c *cli.Context) error { function buildTailCommand (line 65) | func buildTailCommand(subcommands []*cli.Command) *cli.Command { type managementError (line 133) | type managementError struct type managementErrorResponse (line 139) | type managementErrorResponse struct function handleValidationError (line 144) | func handleValidationError(resp *http.Response, log *zerolog.Logger) { function parseFilters (line 164) | func parseFilters(c *cli.Context) (*management.StreamingFilters, error) { function buildURL (line 208) | func buildURL(c *cli.Context, log *zerolog.Logger, res cfapi.ManagementR... function printLine (line 244) | func printLine(log *management.Log, logger *zerolog.Logger) { function printJSON (line 253) | func printJSON(log *management.Log, logger *zerolog.Logger) { function Run (line 263) | func Run(c *cli.Context) error { FILE: cmd/cloudflared/tunnel/cmd.go constant sentryDSN (line 47) | sentryDSN = "https://56a9c9fa5c364ab28f34b14f35ea0f1b:3e8827f6f9f740738e... constant LogFieldCommand (line 49) | LogFieldCommand = "command" constant LogFieldExpandedPath (line 50) | LogFieldExpandedPath = "expandedPath" constant LogFieldPIDPathname (line 51) | LogFieldPIDPathname = "pidPathname" constant LogFieldTmpTraceFilename (line 52) | LogFieldTmpTraceFilename = "tmpTraceFilename" constant LogFieldTraceOutputFilepath (line 53) | LogFieldTraceOutputFilepath = "traceOutputFilepath" constant tunnelCmdErrorMessage (line 55) | tunnelCmdErrorMessage = `You did not specify any valid additional argume... function Flags (line 158) | func Flags() []cli.Flag { function Commands (line 162) | func Commands() []*cli.Command { function buildTunnelCommand (line 189) | func buildTunnelCommand(subcommands []*cli.Command) *cli.Command { function TunnelCommand (line 227) | func TunnelCommand(c *cli.Context) error { function Init (line 271) | func Init(info *cliutil.BuildInfo, gracefulShutdown chan struct{}) { function runAdhocNamedTunnel (line 276) | func runAdhocNamedTunnel(sc *subcommandContext, name, credentialsOutputP... function routeFromFlag (line 303) | func routeFromFlag(c *cli.Context) (route cfapi.HostnameRoute, ok bool) { function StartServer (line 313) | func StartServer( function waitToShutdown (line 512) | func waitToShutdown(wg *sync.WaitGroup, function notifySystemd (line 556) | func notifySystemd(waitForSignal *signal.Signal) { function writePidFile (line 561) | func writePidFile(waitForSignal *signal.Signal, pidPathname string, log ... function hostnameFromURI (line 577) | func hostnameFromURI(uri string) string { function addPortIfMissing (line 595) | func addPortIfMissing(uri *url.URL, port int) string { function tunnelFlags (line 602) | func tunnelFlags(shouldHide bool) []cli.Flag { function configureCloudflaredFlags (line 852) | func configureCloudflaredFlags(shouldHide bool) []cli.Flag { function configureProxyFlags (line 902) | func configureProxyFlags(shouldHide bool) []cli.Flag { function legacyTunnelFlag (line 1033) | func legacyTunnelFlag(msg string) string { function sshFlags (line 1042) | func sshFlags(shouldHide bool) []cli.Flag { function stdinControl (line 1137) | func stdinControl(reconnectCh chan supervisor.ReconnectSignal, log *zero... function nonSecretCliFlags (line 1170) | func nonSecretCliFlags(log *zerolog.Logger, cli *cli.Context, flagInclus... function isFlagIncluded (line 1203) | func isFlagIncluded(flagInclusionList []string, flag string) bool { FILE: cmd/cloudflared/tunnel/cmd_test.go function TestHostnameFromURI (line 9) | func TestHostnameFromURI(t *testing.T) { FILE: cmd/cloudflared/tunnel/configuration.go constant secretValue (line 37) | secretValue = "*****" constant icmpFunnelTimeout (line 38) | icmpFunnelTimeout = time.Second * 10 function logClientOptions (line 60) | func logClientOptions(c *cli.Context, log *zerolog.Logger) { function isSecretFlag (line 94) | func isSecretFlag(key string) bool { function isSecretEnvVar (line 103) | func isSecretEnvVar(key string) bool { function prepareTunnelConfig (line 114) | func prepareTunnelConfig( function parseConfigFlags (line 282) | func parseConfigFlags(c *cli.Context) map[string]string { function gracePeriod (line 294) | func gracePeriod(c *cli.Context) (time.Duration, error) { function isRunningFromTerminal (line 302) | func isRunningFromTerminal() bool { function parseConfigIPVersion (line 307) | func parseConfigIPVersion(version string) (v allregions.ConfigIPVersion,... function parseConfigBindAddress (line 321) | func parseConfigBindAddress(ipstr string) (net.IP, error) { function testIPBindable (line 333) | func testIPBindable(ip net.IP) error { function adjustIPVersionByBindAddress (line 348) | func adjustIPVersionByBindAddress(ipVersion allregions.ConfigIPVersion, ... function newICMPRouter (line 366) | func newICMPRouter(c *cli.Context, logger *zerolog.Logger) (ingress.ICMP... function determineICMPSources (line 379) | func determineICMPSources(c *cli.Context, logger *zerolog.Logger) (netip... function determineICMPv4Src (line 401) | func determineICMPv4Src(userDefinedSrc string, logger *zerolog.Logger) (... type interfaceIP (line 421) | type interfaceIP struct function determineICMPv6Src (line 426) | func determineICMPv6Src(userDefinedSrc string, logger *zerolog.Logger, i... function findLocalAddr (line 498) | func findLocalAddr(dst net.IP, port int) (netip.Addr, error) { function parseResolverAddrPorts (line 515) | func parseResolverAddrPorts(input []string) ([]netip.AddrPort, error) { FILE: cmd/cloudflared/tunnel/configuration_test.go type certificateFixture (line 50) | type certificateFixture struct function TestMain (line 55) | func TestMain(m *testing.M) { function TestLoadOriginCertPoolJustSystemPool (line 74) | func TestLoadOriginCertPoolJustSystemPool(t *testing.T) { function TestLoadOriginCertPoolCFCertificates (line 101) | func TestLoadOriginCertPoolCFCertificates(t *testing.T) { function TestLoadOriginCertPoolWithExtraPEMs (line 116) | func TestLoadOriginCertPoolWithExtraPEMs(t *testing.T) { function loadCertPoolSubjects (line 132) | func loadCertPoolSubjects(t *testing.T, originCAPoolPEM []byte) []*pkix.... function assertFixturesMatchSubjects (line 146) | func assertFixturesMatchSubjects(t *testing.T, fixtures []*certificateFi... function fixtureMatchesSubjectPredicate (line 161) | func fixtureMatchesSubjectPredicate(fixture *certificateFixture, subject... function subjectSubtract (line 175) | func subjectSubtract(left []*pkix.Name, right []*pkix.Name) []*pkix.Name { function getCertPoolSubjects (line 195) | func getCertPoolSubjects(certPool *x509.CertPool) ([]*pkix.Name, error) { function isUnrecoverableError (line 214) | func isUnrecoverableError(err error) bool { function TestTestIPBindable (line 218) | func TestTestIPBindable(t *testing.T) { FILE: cmd/cloudflared/tunnel/credential_finder.go type CredFinder (line 17) | type CredFinder interface type staticPath (line 23) | type staticPath struct method Path (line 35) | func (a staticPath) Path() (string, error) { function newStaticPath (line 28) | func newStaticPath(filePath string, fs fileSystem) CredFinder { type searchByID (line 44) | type searchByID struct method Path (line 60) | func (s searchByID) Path() (string, error) { function newSearchByID (line 51) | func newSearchByID(id uuid.UUID, c *cli.Context, log *zerolog.Logger, fs... FILE: cmd/cloudflared/tunnel/filesystem.go type fileSystem (line 9) | type fileSystem interface type realFileSystem (line 14) | type realFileSystem struct method validFilePath (line 16) | func (fs realFileSystem) validFilePath(path string) bool { method readFile (line 24) | func (fs realFileSystem) readFile(filePath string) ([]byte, error) { FILE: cmd/cloudflared/tunnel/info.go type Info (line 11) | type Info struct FILE: cmd/cloudflared/tunnel/ingress_subcommands.go constant ingressDataJSONFlagName (line 16) | ingressDataJSONFlagName = "json" function buildIngressSubcommand (line 25) | func buildIngressSubcommand() *cli.Command { function buildValidateIngressCommand (line 55) | func buildValidateIngressCommand() *cli.Command { function buildTestURLCommand (line 66) | func buildTestURLCommand() *cli.Command { function validateIngressCommand (line 82) | func validateIngressCommand(c *cli.Context, warnings string) error { function getConfiguration (line 103) | func getConfiguration(c *cli.Context) (*config.Configuration, error) { function testURLCommand (line 120) | func testURLCommand(c *cli.Context) error { FILE: cmd/cloudflared/tunnel/login.go constant baseLoginURL (line 23) | baseLoginURL = "https://dash.cloudflare.com/argotunnel" constant callbackURL (line 24) | callbackURL = "https://login.cloudflareaccess.org/" constant fedBaseLoginURL (line 25) | fedBaseLoginURL = "https://dash.fed.cloudflare.com/argotunnel" constant fedCallbackStoreURL (line 26) | fedCallbackStoreURL = "https://login.fed.cloudflareaccess.org/" constant fedRAMPParamName (line 27) | fedRAMPParamName = "fedramp" constant loginURLParamName (line 28) | loginURLParamName = "loginURL" constant callbackURLParamName (line 29) | callbackURLParamName = "callbackURL" function buildLoginSubcommand (line 50) | func buildLoginSubcommand(hidden bool) *cli.Command { function login (line 65) | func login(c *cli.Context) error { function checkForExistingCert (line 133) | func checkForExistingCert() (string, bool, error) { FILE: cmd/cloudflared/tunnel/quick_tunnel.go constant httpTimeout (line 18) | httpTimeout = 15 * time.Second constant disclaimer (line 20) | disclaimer = "Thank you for trying Cloudflare Tunnel. Doing so, without ... function RunQuickTunnel (line 25) | func RunQuickTunnel(sc *subcommandContext) error { type QuickTunnelResponse (line 101) | type QuickTunnelResponse struct type QuickTunnelError (line 107) | type QuickTunnelError struct type QuickTunnel (line 112) | type QuickTunnel struct function AsciiBox (line 121) | func AsciiBox(lines []string, padding int) (box []string) { function maxLen (line 133) | func maxLen(lines []string) int { FILE: cmd/cloudflared/tunnel/signal.go function waitForSignal (line 12) | func waitForSignal(graceShutdownC chan struct{}, logger *zerolog.Logger) { FILE: cmd/cloudflared/tunnel/signal_test.go constant tick (line 16) | tick = 100 * time.Millisecond function channelClosed (line 24) | func channelClosed(c chan struct{}) bool { function TestSignalShutdown (line 33) | func TestSignalShutdown(t *testing.T) { function TestWaitForShutdown (line 60) | func TestWaitForShutdown(t *testing.T) { FILE: cmd/cloudflared/tunnel/subcommand_context.go constant fedRampBaseApiURL (line 24) | fedRampBaseApiURL = "https://api.fed.cloudflare.com/client/v4" type invalidJSONCredentialError (line 26) | type invalidJSONCredentialError struct method Error (line 31) | func (e invalidJSONCredentialError) Error() string { type subcommandContext (line 37) | type subcommandContext struct method credentialFinder (line 56) | func (sc *subcommandContext) credentialFinder(tunnelID uuid.UUID) Cred... method client (line 68) | func (sc *subcommandContext) client() (cfapi.Client, error) { method credential (line 92) | func (sc *subcommandContext) credential() (*credentials.User, error) { method readTunnelCredentials (line 103) | func (sc *subcommandContext) readTunnelCredentials(credFinder CredFind... method create (line 126) | func (sc *subcommandContext) create(name string, credentialsFilePath s... method list (line 203) | func (sc *subcommandContext) list(filter *cfapi.TunnelFilter) ([]*cfap... method delete (line 211) | func (sc *subcommandContext) delete(tunnelIDs []uuid.UUID) error { method findCredentials (line 247) | func (sc *subcommandContext) findCredentials(tunnelID uuid.UUID) (conn... method run (line 265) | func (sc *subcommandContext) run(tunnelID uuid.UUID) error { method runWithCredentials (line 278) | func (sc *subcommandContext) runWithCredentials(credentials connection... method cleanupConnections (line 289) | func (sc *subcommandContext) cleanupConnections(tunnelIDs []uuid.UUID)... method getTunnelTokenCredentials (line 314) | func (sc *subcommandContext) getTunnelTokenCredentials(tunnelID uuid.U... method route (line 329) | func (sc *subcommandContext) route(tunnelID uuid.UUID, r cfapi.Hostnam... method tunnelActive (line 339) | func (sc *subcommandContext) tunnelActive(name string) (*cfapi.Tunnel,... method findID (line 356) | func (sc *subcommandContext) findID(input string) (uuid.UUID, error) { method findIDs (line 381) | func (sc *subcommandContext) findIDs(inputs []string) ([]uuid.UUID, er... function newSubcommandContext (line 47) | func newSubcommandContext(c *cli.Context) (*subcommandContext, error) { function splitUuids (line 404) | func splitUuids(inputs []string) ([]uuid.UUID, []string) { FILE: cmd/cloudflared/tunnel/subcommand_context_teamnet.go constant noClientMsg (line 12) | noClientMsg = "error while creating backend client" method listRoutes (line 14) | func (sc *subcommandContext) listRoutes(filter *cfapi.IpRouteFilter) ([]... method addRoute (line 22) | func (sc *subcommandContext) addRoute(newRoute cfapi.NewRoute) (cfapi.Ro... method deleteRoute (line 30) | func (sc *subcommandContext) deleteRoute(id uuid.UUID) error { method getRouteByIP (line 38) | func (sc *subcommandContext) getRouteByIP(params cfapi.GetRouteByIpParam... method getRouteId (line 46) | func (sc *subcommandContext) getRouteId(network net.IPNet, vnetId *uuid.... FILE: cmd/cloudflared/tunnel/subcommand_context_test.go type mockFileSystem (line 22) | type mockFileSystem struct method validFilePath (line 27) | func (fs mockFileSystem) validFilePath(path string) bool { method readFile (line 31) | func (fs mockFileSystem) readFile(filePath string) ([]byte, error) { function Test_subcommandContext_findCredentials (line 35) | func Test_subcommandContext_findCredentials(t *testing.T) { type deleteMockTunnelStore (line 187) | type deleteMockTunnelStore struct method GetTunnel (line 210) | func (d *deleteMockTunnelStore) GetTunnel(tunnelID uuid.UUID) (*cfapi.... method GetTunnelToken (line 218) | func (d *deleteMockTunnelStore) GetTunnelToken(tunnelID uuid.UUID) (st... method DeleteTunnel (line 222) | func (d *deleteMockTunnelStore) DeleteTunnel(tunnelID uuid.UUID, casca... method CleanupConnections (line 238) | func (d *deleteMockTunnelStore) CleanupConnections(tunnelID uuid.UUID,... type mockTunnelBehaviour (line 193) | type mockTunnelBehaviour struct function newDeleteMockTunnelStore (line 199) | func newDeleteMockTunnelStore(tunnels ...mockTunnelBehaviour) *deleteMoc... function Test_subcommandContext_Delete (line 246) | func Test_subcommandContext_Delete(t *testing.T) { function Test_subcommandContext_ValidateIngressCommand (line 327) | func Test_subcommandContext_ValidateIngressCommand(t *testing.T) { FILE: cmd/cloudflared/tunnel/subcommand_context_vnets.go method addVirtualNetwork (line 10) | func (sc *subcommandContext) addVirtualNetwork(newVnet cfapi.NewVirtualN... method listVirtualNetworks (line 18) | func (sc *subcommandContext) listVirtualNetworks(filter *cfapi.VnetFilte... method deleteVirtualNetwork (line 26) | func (sc *subcommandContext) deleteVirtualNetwork(vnetId uuid.UUID, forc... method updateVirtualNetwork (line 34) | func (sc *subcommandContext) updateVirtualNetwork(vnetId uuid.UUID, upda... FILE: cmd/cloudflared/tunnel/subcommands.go constant allSortByOptions (line 38) | allSortByOptions = "name, id, createdAt, deletedAt, numConnections" constant connsSortByOptions (line 39) | connsSortByOptions = "id, startedAt, numConnections, version" constant CredFileFlagAlias (line 40) | CredFileFlagAlias = "cred-file" constant CredFileFlag (line 41) | CredFileFlag = "credentials-file" constant CredContentsFlag (line 42) | CredContentsFlag = "credentials-contents" constant TunnelTokenFlag (line 43) | TunnelTokenFlag = "token" constant TunnelTokenFileFlag (line 44) | TunnelTokenFileFlag = "token-file" constant overwriteDNSFlagName (line 45) | overwriteDNSFlagName = "overwrite-dns" constant noDiagLogsFlagName (line 46) | noDiagLogsFlagName = "no-diag-logs" constant noDiagMetricsFlagName (line 47) | noDiagMetricsFlagName = "no-diag-metrics" constant noDiagSystemFlagName (line 48) | noDiagSystemFlagName = "no-diag-system" constant noDiagRuntimeFlagName (line 49) | noDiagRuntimeFlagName = "no-diag-runtime" constant noDiagNetworkFlagName (line 50) | noDiagNetworkFlagName = "no-diag-network" constant diagContainerIDFlagName (line 51) | diagContainerIDFlagName = "diag-container-id" constant diagPodFlagName (line 52) | diagPodFlagName = "diag-pod-id" constant LogFieldTunnelID (line 54) | LogFieldTunnelID = "tunnelID" function buildCreateCommand (line 251) | func buildCreateCommand() *cli.Command { function generateTunnelSecret (line 269) | func generateTunnelSecret() ([]byte, error) { function createCommand (line 275) | func createCommand(c *cli.Context) error { function tunnelFilePath (line 293) | func tunnelFilePath(tunnelID uuid.UUID, directory string) (string, error) { function writeTunnelCredentials (line 301) | func writeTunnelCredentials(filePath string, credentials *connection.Cre... function buildListCommand (line 315) | func buildListCommand() *cli.Command { function listCommand (line 338) | func listCommand(c *cli.Context) error { function formatAndPrintTunnelList (line 422) | func formatAndPrintTunnelList(tunnels []*cfapi.Tunnel, showRecentlyDisco... function fmtConnections (line 444) | func fmtConnections(connections []cfapi.Connection, showRecentlyDisconne... function buildReadyCommand (line 468) | func buildReadyCommand() *cli.Command { function readyCommand (line 480) | func readyCommand(c *cli.Context) error { function buildInfoCommand (line 506) | func buildInfoCommand() *cli.Command { function tunnelInfo (line 523) | func tunnelInfo(c *cli.Context) error { function getTunnel (line 601) | func getTunnel(sc *subcommandContext, tunnelID uuid.UUID) (*cfapi.Tunnel... function formatAndPrintConnectionsList (line 614) | func formatAndPrintConnectionsList(tunnelInfo Info, showRecentlyDisconne... function tabWriter (line 655) | func tabWriter() *tabwriter.Writer { function buildDeleteCommand (line 668) | func buildDeleteCommand() *cli.Command { function deleteCommand (line 680) | func deleteCommand(c *cli.Context) error { function renderOutput (line 701) | func renderOutput(format string, v interface{}) error { function buildRunCommand (line 714) | func buildRunCommand() *cli.Command { function runCommand (line 748) | func runCommand(c *cli.Context) error { function ParseToken (line 795) | func ParseToken(tokenStr string) (*connection.TunnelToken, error) { function runNamedTunnel (line 808) | func runNamedTunnel(sc *subcommandContext, tunnelRef string) error { function buildCleanupCommand (line 816) | func buildCleanupCommand() *cli.Command { function cleanupCommand (line 828) | func cleanupCommand(c *cli.Context) error { function buildTokenCommand (line 846) | func buildTokenCommand() *cli.Command { function tokenCommand (line 858) | func tokenCommand(c *cli.Context) error { function buildRouteCommand (line 899) | func buildRouteCommand() *cli.Command { function dnsRouteFromArg (line 941) | func dnsRouteFromArg(c *cli.Context, overwriteExisting bool) (cfapi.Host... function lbRouteFromArg (line 958) | func lbRouteFromArg(c *cli.Context) (cfapi.HostnameRoute, error) { function validateName (line 989) | func validateName(s string, allowWildcardSubdomain bool) bool { function validateHostname (line 996) | func validateHostname(s string, allowWildcardSubdomain bool) bool { function routeDnsCommand (line 1006) | func routeDnsCommand(c *cli.Context) error { function routeLbCommand (line 1013) | func routeLbCommand(c *cli.Context) error { function routeCommand (line 1020) | func routeCommand(c *cli.Context, routeType string) error { function commandHelpTemplate (line 1050) | func commandHelpTemplate() string { function buildDiagCommand (line 1076) | func buildDiagCommand() *cli.Command { function diagCommand (line 1097) | func diagCommand(ctx *cli.Context) error { FILE: cmd/cloudflared/tunnel/subcommands_test.go function Test_fmtConnections (line 18) | func Test_fmtConnections(t *testing.T) { function TestTunnelfilePath (line 93) | func TestTunnelfilePath(t *testing.T) { function TestValidateName (line 105) | func TestValidateName(t *testing.T) { function Test_validateHostname (line 129) | func Test_validateHostname(t *testing.T) { function Test_TunnelToken (line 185) | func Test_TunnelToken(t *testing.T) { FILE: cmd/cloudflared/tunnel/tag.go function NewTagFromCLI (line 14) | func NewTagFromCLI(compoundTag string) (pogs.Tag, bool) { function NewTagSliceFromCLI (line 22) | func NewTagSliceFromCLI(tags []string) ([]pogs.Tag, error) { FILE: cmd/cloudflared/tunnel/tag_test.go function TestSingleTag (line 11) | func TestSingleTag(t *testing.T) { function TestTagSlice (line 33) | func TestTagSlice(t *testing.T) { FILE: cmd/cloudflared/tunnel/teamnet_subcommands.go function buildRouteIPSubcommand (line 28) | func buildRouteIPSubcommand() *cli.Command { function showRoutesFlags (line 92) | func showRoutesFlags() []cli.Flag { function showRoutesCommand (line 99) | func showRoutesCommand(c *cli.Context) error { function addRouteCommand (line 131) | func addRouteCommand(c *cli.Context) error { function deleteRouteCommand (line 183) | func deleteRouteCommand(c *cli.Context) error { function getRouteByIPCommand (line 223) | func getRouteByIPCommand(c *cli.Context) error { function formatAndPrintRouteList (line 262) | func formatAndPrintRouteList(routes []*cfapi.DetailedRoute) { FILE: cmd/cloudflared/tunnel/vnets_subcommands.go function buildVirtualNetworkSubcommand (line 44) | func buildVirtualNetworkSubcommand(hidden bool) *cli.Command { function listVirtualNetworksFlags (line 110) | func listVirtualNetworksFlags() []cli.Flag { function addVirtualNetworkCommand (line 117) | func addVirtualNetworkCommand(c *cli.Context) error { function listVirtualNetworksCommand (line 161) | func listVirtualNetworksCommand(c *cli.Context) error { function deleteVirtualNetworkCommand (line 193) | func deleteVirtualNetworkCommand(c *cli.Context) error { function updateVirtualNetworkCommand (line 220) | func updateVirtualNetworkCommand(c *cli.Context) error { function getVnetId (line 257) | func getVnetId(sc *subcommandContext, input string) (uuid.UUID, error) { function formatAndPrintVnetsList (line 279) | func formatAndPrintVnetsList(vnets []*cfapi.VirtualNetwork) { FILE: cmd/cloudflared/updater/check.go type VersionWarningChecker (line 8) | type VersionWarningChecker struct method getWarning (line 35) | func (checker VersionWarningChecker) getWarning() string { method LogWarningIfAny (line 45) | func (checker VersionWarningChecker) LogWarningIfAny(log *zerolog.Logg... function StartWarningCheck (line 12) | func StartWarningCheck(c *cli.Context) VersionWarningChecker { FILE: cmd/cloudflared/updater/service.go type CheckResult (line 4) | type CheckResult interface type Service (line 11) | type Service interface constant OSKeyName (line 17) | OSKeyName = "os" constant ArchitectureKeyName (line 20) | ArchitectureKeyName = "arch" constant BetaKeyName (line 23) | BetaKeyName = "beta" constant VersionKeyName (line 26) | VersionKeyName = "version" constant ClientVersionName (line 29) | ClientVersionName = "clientVersion" FILE: cmd/cloudflared/updater/update.go constant DefaultCheckUpdateFreq (line 24) | DefaultCheckUpdateFreq = time.Hour * 24 constant noUpdateInShellMessage (line 25) | noUpdateInShellMessage = "cloudflared will not automatically upda... constant noUpdateOnWindowsMessage (line 26) | noUpdateOnWindowsMessage = "cloudflared will not automatically upda... constant noUpdateManagedPackageMessage (line 27) | noUpdateManagedPackageMessage = "cloudflared will not automatically upda... constant isManagedInstallFile (line 28) | isManagedInstallFile = ".installedFromPackageManager" constant UpdateURL (line 29) | UpdateURL = "https://update.argotunnel.com" constant StagingUpdateURL (line 30) | StagingUpdateURL = "https://staging-update.argotunnel.com" constant LogFieldVersion (line 32) | LogFieldVersion = "version" type statusSuccess (line 43) | type statusSuccess struct method Error (line 47) | func (u *statusSuccess) Error() string { method ExitCode (line 51) | func (u *statusSuccess) ExitCode() int { type statusError (line 56) | type statusError struct method Error (line 60) | func (e *statusError) Error() string { method ExitCode (line 64) | func (e *statusError) ExitCode() int { type updateOptions (line 68) | type updateOptions struct type UpdateOutcome (line 76) | type UpdateOutcome struct method noUpdate (line 83) | func (uo *UpdateOutcome) noUpdate() bool { function Init (line 87) | func Init(info *cliutil.BuildInfo) { function CheckForUpdate (line 91) | func CheckForUpdate(options updateOptions) (CheckResult, error) { function encodeWindowsPath (line 112) | func encodeWindowsPath(path string) string { function applyUpdate (line 122) | func applyUpdate(options updateOptions, update CheckResult) UpdateOutcome { function Update (line 136) | func Update(c *cli.Context) error { function loggedUpdate (line 183) | func loggedUpdate(log *zerolog.Logger, options updateOptions) UpdateOutc... type AutoUpdater (line 202) | type AutoUpdater struct method Run (line 240) | func (a *AutoUpdater) Run(ctx context.Context) error { type configurable (line 209) | type configurable struct function NewAutoUpdater (line 214) | func NewAutoUpdater(updateDisabled bool, freq time.Duration, listeners *... function createUpdateConfig (line 222) | func createUpdateConfig(updateDisabled bool, freq time.Duration, log *ze... function isAutoupdateEnabled (line 270) | func isAutoupdateEnabled(log *zerolog.Logger, updateDisabled bool, updat... function supportAutoUpdate (line 277) | func supportAutoUpdate(log *zerolog.Logger) bool { function wasInstalledFromPackageManager (line 295) | func wasInstalledFromPackageManager() bool { function isRunningFromTerminal (line 300) | func isRunningFromTerminal() bool { function IsSysV (line 304) | func IsSysV() bool { FILE: cmd/cloudflared/updater/update_test.go function init (line 16) | func init() { function TestDisabledAutoUpdater (line 20) | func TestDisabledAutoUpdater(t *testing.T) { function TestCheckInWithUpdater (line 38) | func TestCheckInWithUpdater(t *testing.T) { FILE: cmd/cloudflared/updater/workers_service.go type Options (line 12) | type Options struct type VersionResponse (line 24) | type VersionResponse struct type WorkersService (line 36) | type WorkersService struct method Check (line 54) | func (s *WorkersService) Check() (CheckResult, error) { function NewWorkersService (line 44) | func NewWorkersService(currentVersion, url, targetPath string, opts Opti... FILE: cmd/cloudflared/updater/workers_service_test.go function respondWithJSON (line 28) | func respondWithJSON(w http.ResponseWriter, v interface{}, status int) { function respondWithData (line 36) | func respondWithData(w http.ResponseWriter, b []byte, status int) { constant mostRecentVersion (line 42) | mostRecentVersion = "2021.2.5" constant mostRecentBetaVersion (line 43) | mostRecentBetaVersion = "2021.3.0" constant knownBuggyVersion (line 44) | knownBuggyVersion = "2020.12.0" constant expectedUserMsg (line 45) | expectedUserMsg = "This message is expected when running a known buggy v... function updateHandler (line 47) | func updateHandler(w http.ResponseWriter, r *http.Request) { function gzipUpdateHandler (line 86) | func gzipUpdateHandler(w http.ResponseWriter, r *http.Request) { function compressedDownloadHandler (line 98) | func compressedDownloadHandler(w http.ResponseWriter, r *http.Request) { function downloadHandler (line 118) | func downloadHandler(w http.ResponseWriter, r *http.Request) { function betaHandler (line 127) | func betaHandler(w http.ResponseWriter, r *http.Request) { function failureHandler (line 131) | func failureHandler(w http.ResponseWriter, r *http.Request) { function IsNewerVersion (line 135) | func IsNewerVersion(current string, check string) bool { function SemanticParts (line 167) | func SemanticParts(version string) (major int, minor int, patch int, err... function createServer (line 193) | func createServer() *httptest.Server { function createTestFile (line 204) | func createTestFile(t *testing.T, path string) { function TestUpdateService (line 211) | func TestUpdateService(t *testing.T) { function TestBetaUpdateService (line 231) | func TestBetaUpdateService(t *testing.T) { function TestFailUpdateService (line 250) | func TestFailUpdateService(t *testing.T) { function TestNoUpdateService (line 263) | func TestNoUpdateService(t *testing.T) { function TestForcedUpdateService (line 277) | func TestForcedUpdateService(t *testing.T) { function TestUpdateSpecificVersionService (line 296) | func TestUpdateSpecificVersionService(t *testing.T) { function TestCompressedUpdateService (line 316) | func TestCompressedUpdateService(t *testing.T) { function TestUpdateWhenRunningKnownBuggyVersion (line 335) | func TestUpdateWhenRunningKnownBuggyVersion(t *testing.T) { FILE: cmd/cloudflared/updater/workers_update.go constant clientTimeout (line 25) | clientTimeout = time.Second * 60 constant windowsUpdateCommandTemplate (line 32) | windowsUpdateCommandTemplate = `sc stop cloudflared >nul 2>&1 constant batchFileName (line 38) | batchFileName = "cfd_update.bat" type batchData (line 42) | type batchData struct type WorkersVersion (line 53) | type WorkersVersion struct method Apply (line 83) | func (v *WorkersVersion) Apply() error { method Version (line 146) | func (v *WorkersVersion) Version() string { method UserMessage (line 152) | func (v *WorkersVersion) UserMessage() string { function NewWorkersVersion (line 69) | func NewWorkersVersion(url, version, checksum, targetPath, userMessage s... function download (line 157) | func download(url, filepath string, isCompressed bool) error { function isCompressedFile (line 200) | func isCompressedFile(urlstring string) bool { function writeBatchFile (line 214) | func writeBatchFile(targetPath string, newPath string, oldPath string) e... function runWindowsBatch (line 242) | func runWindowsBatch(batchFile string) error { FILE: cmd/cloudflared/windows_service.go constant windowsServiceName (line 27) | windowsServiceName = "Cloudflared" constant windowsServiceDescription (line 28) | windowsServiceDescription = "Cloudflared agent" constant windowsServiceUrl (line 29) | windowsServiceUrl = "https://developers.cloudflare.com/cloudflar... constant recoverActionDelay (line 31) | recoverActionDelay = time.Second * 20 constant failureCountResetPeriod (line 32) | failureCountResetPeriod = time.Hour * 24 constant serviceConfigFailureActionsFlag (line 36) | serviceConfigFailureActionsFlag = 4 constant serviceControllerConnectionFailure (line 40) | serviceControllerConnectionFailure = 1063 constant LogFieldWindowsServiceName (line 42) | LogFieldWindowsServiceName = "windowsServiceName" function runApp (line 45) | func runApp(app *cli.App, graceShutdownC chan struct{}) { type windowsService (line 99) | type windowsService struct method Execute (line 106) | func (s *windowsService) Execute(serviceArgs []string, r <-chan svc.Ch... function installWindowsService (line 176) | func installWindowsService(c *cli.Context) error { function uninstallWindowsService (line 228) | func uninstallWindowsService(c *cli.Context) error { type scAction (line 265) | type scAction constant scActionNone (line 269) | scActionNone scAction = iota constant scActionRestart (line 270) | scActionRestart constant scActionReboot (line 271) | scActionReboot constant scActionRunCommand (line 272) | scActionRunCommand type serviceFailureActions (line 276) | type serviceFailureActions struct type serviceFailureActionsFlag (line 289) | type serviceFailureActionsFlag struct type recoveryAction (line 295) | type recoveryAction struct function configRecoveryOption (line 303) | func configRecoveryOption(handle windows.Handle) error { FILE: component-tests/cli.py class CloudflaredCli (line 11) | class CloudflaredCli: method __init__ (line 12) | def __init__(self, config, config_path, logger): method _run_command (line 21) | def _run_command(self, subcmd, subcmd_name, needs_to_pass=True): method list_tunnels (line 28) | def list_tunnels(self): method get_management_token (line 33) | def get_management_token(self, config, config_path, resource): method get_tail_token (line 46) | def get_tail_token(self, config, config_path): method get_management_url (line 63) | def get_management_url(self, path, config, config_path, resource): method get_management_wsurl (line 68) | def get_management_wsurl(self, path, config, config_path, resource): method get_connector_id (line 73) | def get_connector_id(self, config): method get_tunnel_info (line 80) | def get_tunnel_info(self, tunnel_id): method __enter__ (line 84) | def __enter__(self): method __exit__ (line 90) | def __exit__(self, exc_type, exc_value, exc_traceback): function terminate_gracefully (line 95) | def terminate_gracefully(process, logger, cmd): function wait_for_terminate (line 104) | def wait_for_terminate(opened_subprocess, attempts=10, poll_interval=1): function _is_process_stopped (line 116) | def _is_process_stopped(process): function cert_path (line 120) | def cert_path(): class SubprocessError (line 124) | class SubprocessError(Exception): method __init__ (line 125) | def __init__(self, program, exit_code, cause): function run_subprocess (line 131) | def run_subprocess(cmd, cmd_name, logger, timeout=SINGLE_CASE_TIMEOUT, *... FILE: component-tests/config.py class BaseConfig (line 14) | class BaseConfig: method merge_config (line 19) | def merge_config(self, additional): class NamedTunnelBaseConfig (line 27) | class NamedTunnelBaseConfig(BaseConfig): method __post_init__ (line 35) | def __post_init__(self): method merge_config (line 43) | def merge_config(self, additional): class NamedTunnelConfig (line 56) | class NamedTunnelConfig(NamedTunnelBaseConfig): method __post_init__ (line 60) | def __post_init__(self, additional_config): method get_url (line 66) | def get_url(self): method base_config (line 69) | def base_config(self): method get_tunnel_id (line 78) | def get_tunnel_id(self): method get_token (line 81) | def get_token(self): method get_credentials_json (line 87) | def get_credentials_json(self): class QuickTunnelConfig (line 92) | class QuickTunnelConfig(BaseConfig): method __post_init__ (line 96) | def __post_init__(self, additional_config): FILE: component-tests/conftest.py class CfdModes (line 13) | class CfdModes(Enum): function component_tests_config (line 19) | def component_tests_config(): function wait_previous_cloudflared (line 54) | def wait_previous_cloudflared(): FILE: component-tests/constants.py function protocols (line 9) | def protocols(): FILE: component-tests/setup.py function get_config_from_env (line 17) | def get_config_from_env(): function get_config_from_file (line 22) | def get_config_from_file(): function persist_config (line 28) | def persist_config(config): function persist_origin_cert (line 34) | def persist_origin_cert(config): function create_tunnel (line 43) | def create_tunnel(config, origincert_path, random_uuid): function delete_tunnel (line 67) | def delete_tunnel(config): function create_dns (line 76) | def create_dns(config, hostname, type, content): function create_named_dns (line 84) | def create_named_dns(config, random_uuid): function delete_dns (line 91) | def delete_dns(config, hostname): function write_file (line 99) | def write_file(content, path): function get_env (line 104) | def get_env(env_name): function create (line 111) | def create(): function cleanup (line 138) | def cleanup(): FILE: component-tests/test_config.py class TestConfig (line 5) | class TestConfig: method test_validate_ingress_rules (line 7) | def test_validate_ingress_rules(self, tmp_path, component_tests_config): method match_rule (line 53) | def match_rule(self, tmp_path, config, url, rule_num): FILE: component-tests/test_edge_discovery.py class TestEdgeDiscovery (line 11) | class TestEdgeDiscovery: method _extra_config (line 12) | def _extra_config(self, protocol, edge_ip_version): method test_default_only (line 21) | def test_default_only(self, tmp_path, component_tests_config, protocol): method test_ipv4_only (line 31) | def test_ipv4_only(self, tmp_path, component_tests_config, protocol): method test_ipv6_only (line 41) | def test_ipv6_only(self, tmp_path, component_tests_config, protocol): method test_auto_ip64 (line 51) | def test_auto_ip64(self, tmp_path, component_tests_config, protocol): method test_auto_ip46 (line 63) | def test_auto_ip46(self, tmp_path, component_tests_config, protocol): method expect_address_connections (line 74) | def expect_address_connections(self, tmp_path, component_tests_config,... method expect_ipv4_address (line 97) | def expect_ipv4_address(self, address): method expect_ipv6_address (line 101) | def expect_ipv6_address(self, address): method get_addresses (line 105) | def get_addresses(self): method has_dual_stack (line 115) | def has_dual_stack(self, address_family_preference=None): method has_ipv6_only (line 127) | def has_ipv6_only(self): method has_ipv4_only (line 133) | def has_ipv4_only(self): method attempt_connection (line 139) | def attempt_connection(self, address_family): FILE: component-tests/test_logging.py function assert_log_to_terminal (line 14) | def assert_log_to_terminal(cloudflared): function assert_log_in_file (line 24) | def assert_log_in_file(file): function assert_json_log (line 35) | def assert_json_log(file): function assert_log_to_dir (line 47) | def assert_log_to_dir(config, log_dir): class TestLogging (line 74) | class TestLogging: method test_logging_to_terminal (line 75) | def test_logging_to_terminal(self, tmp_path, component_tests_config): method test_logging_to_file (line 81) | def test_logging_to_file(self, tmp_path, component_tests_config): method test_logging_to_dir (line 93) | def test_logging_to_dir(self, tmp_path, component_tests_config): FILE: component-tests/test_management.py class TestManagement (line 16) | class TestManagement: method test_get_host_details (line 24) | def test_get_host_details(self, tmp_path, component_tests_config): method test_get_metrics (line 51) | def test_get_metrics(self, tmp_path, component_tests_config): method test_get_pprof_heap (line 72) | def test_get_pprof_heap(self, tmp_path, component_tests_config): method test_get_metrics_when_disabled (line 93) | def test_get_metrics_when_disabled(self, tmp_path, component_tests_con... method test_tail_token_command (line 110) | def test_tail_token_command(self, tmp_path, component_tests_config): function send_request (line 147) | def send_request(url, headers={}): FILE: component-tests/test_pq.py class TestPostQuantum (line 4) | class TestPostQuantum: method _extra_config (line 5) | def _extra_config(self): method test_post_quantum (line 11) | def test_post_quantum(self, tmp_path, component_tests_config): FILE: component-tests/test_quicktunnels.py class TestQuickTunnels (line 7) | class TestQuickTunnels: method test_quick_tunnel (line 8) | def test_quick_tunnel(self, tmp_path, component_tests_config): method test_quick_tunnel_url (line 17) | def test_quick_tunnel_url(self, tmp_path, component_tests_config): FILE: component-tests/test_reconnect.py class TestReconnect (line 15) | class TestReconnect: method _extra_config (line 22) | def _extra_config(self, protocol): method test_named_reconnect (line 30) | def test_named_reconnect(self, tmp_path, component_tests_config, proto... method send_reconnect (line 36) | def send_reconnect(self, cloudflared, secs): method assert_reconnect (line 42) | def assert_reconnect(self, config, cloudflared, repeat): FILE: component-tests/test_service.py function default_config_dir (line 15) | def default_config_dir(): function default_config_file (line 19) | def default_config_file(): class TestServiceMode (line 23) | class TestServiceMode: method test_launchd_service_log_to_file (line 26) | def test_launchd_service_log_to_file(self, tmp_path, component_tests_c... method test_launchd_service_with_token (line 43) | def test_launchd_service_with_token(self, tmp_path, component_tests_co... method test_launchd_service_rotating_log (line 58) | def test_launchd_service_rotating_log(self, tmp_path, component_tests_... method launchd_service_scenario (line 73) | def launchd_service_scenario(self, config, extra_assertions=None, use_... method test_sysv_service_log_to_file (line 89) | def test_sysv_service_log_to_file(self, tmp_path, component_tests_conf... method test_sysv_service_rotating_log (line 106) | def test_sysv_service_rotating_log(self, tmp_path, component_tests_con... method test_sysv_service_with_token (line 125) | def test_sysv_service_with_token(self, tmp_path, component_tests_config): method sysv_service_scenario (line 139) | def sysv_service_scenario(self, config, tmp_path, extra_assertions=Non... method run_service (line 151) | def run_service(self, tmp_path, config, root=False, use_token=False): method launchctl_cmd (line 165) | def launchctl_cmd(self, action, success=True): method sysv_cmd (line 171) | def sysv_cmd(self, action, success=True): FILE: component-tests/test_tail.py class TestTail (line 14) | class TestTail: method test_start_stop_streaming (line 16) | async def test_start_stop_streaming(self, tmp_path, component_tests_co... method test_streaming_logs (line 36) | async def test_streaming_logs(self, tmp_path, component_tests_config): method test_streaming_logs_filters (line 62) | async def test_streaming_logs_filters(self, tmp_path, component_tests_... method test_streaming_logs_sampling (line 90) | async def test_streaming_logs_sampling(self, tmp_path, component_tests... method test_streaming_logs_actor_override (line 118) | async def test_streaming_logs_actor_override(self, tmp_path, component... function start_streaming_to_be_remotely_closed (line 136) | async def start_streaming_to_be_remotely_closed(url): function start_streaming_override (line 146) | async def start_streaming_override(url): function generate_and_validate_http_events (line 156) | async def generate_and_validate_http_events(websocket: WebSocketClientPr... function generate_and_validate_no_log_event (line 174) | async def generate_and_validate_no_log_event(websocket: WebSocketClientP... function send_request (line 184) | def send_request(url, headers={}): FILE: component-tests/test_termination.py function supported_signals (line 15) | def supported_signals(): class TestTermination (line 21) | class TestTermination: method _extra_config (line 26) | def _extra_config(self, protocol): method test_graceful_shutdown (line 34) | def test_graceful_shutdown(self, tmp_path, component_tests_config, sig... method test_shutdown_once_no_connection (line 57) | def test_shutdown_once_no_connection(self, tmp_path, component_tests_c... method test_no_connection_shutdown (line 77) | def test_no_connection_shutdown(self, tmp_path, component_tests_config... method terminate_by_signal (line 85) | def terminate_by_signal(self, cloudflared, sig): method wait_eyeball_thread (line 90) | def wait_eyeball_thread(self, thread, timeout): method within_grace_period (line 96) | def within_grace_period(self, has_connection=True): method stream_request (line 112) | def stream_request(self, config, connected, early_terminate): FILE: component-tests/test_token.py class TestToken (line 8) | class TestToken: method test_get_token (line 9) | def test_get_token(self, tmp_path, component_tests_config): method test_get_credentials_file (line 18) | def test_get_credentials_file(self, tmp_path, component_tests_config): function cert_path (line 30) | def cert_path(): function parse_token (line 34) | def parse_token(token): FILE: component-tests/test_tunnel.py class TestTunnel (line 10) | class TestTunnel: method test_tunnel_hello_world (line 13) | def test_tunnel_hello_world(self, tmp_path, component_tests_config): method test_tunnel_url (line 20) | def test_tunnel_url(self, tmp_path, component_tests_config): method test_tunnel_no_ingress (line 27) | def test_tunnel_no_ingress(self, tmp_path, component_tests_config): function retry_if_result_none (line 42) | def retry_if_result_none(result): function send_request (line 49) | def send_request(url, expected_status_code=200): FILE: component-tests/util.py function configure_logger (line 17) | def configure_logger(): function select_platform (line 26) | def select_platform(plat): function fips_enabled (line 30) | def fips_enabled(): function skip_on_ci (line 37) | def skip_on_ci(reason): function write_config (line 43) | def write_config(directory, config): function start_cloudflared (line 50) | def start_cloudflared(directory, config, cfd_args=["run"], cfd_pre_args=... function cloudflared_cmd (line 64) | def cloudflared_cmd(config, config_path, cfd_args, cfd_pre_args, root): function run_cloudflared_background (line 80) | def run_cloudflared_background(cmd, allow_input, capture_output): function get_quicktunnel_url (line 94) | def get_quicktunnel_url(): function wait_tunnel_ready (line 105) | def wait_tunnel_ready(tunnel_url=None, require_min_connections=1, cfd_lo... function inner_wait_tunnel_ready (line 115) | def inner_wait_tunnel_ready(tunnel_url=None, require_min_connections=1): function _log_cloudflared_logs (line 130) | def _log_cloudflared_logs(cfd_logs): function check_tunnel_not_connected (line 144) | def check_tunnel_not_connected(): function get_tunnel_connector_id (line 157) | def get_tunnel_connector_id(): function send_requests (line 169) | def send_requests(url, count, require_ok=True): function send_request (line 183) | def send_request(session, url, require_ok): function decode_jwt_payload (line 190) | def decode_jwt_payload(token): FILE: config/configuration.go constant BastionFlag (line 43) | BastionFlag = "bastion" function DefaultConfigDirectory (line 47) | func DefaultConfigDirectory() string { function DefaultLogDirectory (line 62) | func DefaultLogDirectory() string { function DefaultConfigPath (line 70) | func DefaultConfigPath() string { function DefaultConfigSearchDirectories (line 79) | func DefaultConfigSearchDirectories() []string { function FileExists (line 89) | func FileExists(path string) (bool, error) { function FindDefaultConfigPath (line 105) | func FindDefaultConfigPath() string { function FindOrCreateConfigPath (line 123) | func FindOrCreateConfigPath() string { function ValidateUnixSocket (line 156) | func ValidateUnixSocket(c *cli.Context) (string, error) { function ValidateUrl (line 165) | func ValidateUrl(c *cli.Context, allowURLFromArgs bool) (*url.URL, error) { type UnvalidatedIngressRule (line 177) | type UnvalidatedIngressRule struct type OriginRequestConfig (line 191) | type OriginRequestConfig struct type AccessConfig (line 236) | type AccessConfig struct type IngressIPRule (line 249) | type IngressIPRule struct type Configuration (line 255) | type Configuration struct method Source (line 275) | func (c *Configuration) Source() string { type WarpRoutingConfig (line 263) | type WarpRoutingConfig struct type configFileSettings (line 269) | type configFileSettings struct method Int (line 279) | func (c *configFileSettings) Int(name string) (int, error) { method Duration (line 289) | func (c *configFileSettings) Duration(name string) (time.Duration, err... method Float64 (line 302) | func (c *configFileSettings) Float64(name string) (float64, error) { method String (line 312) | func (c *configFileSettings) String(name string) (string, error) { method StringSlice (line 322) | func (c *configFileSettings) StringSlice(name string) ([]string, error) { method IntSlice (line 340) | func (c *configFileSettings) IntSlice(name string) ([]int, error) { method Generic (line 361) | func (c *configFileSettings) Generic(name string) (cli.Generic, error) { method Bool (line 365) | func (c *configFileSettings) Bool(name string) (bool, error) { function GetConfiguration (line 377) | func GetConfiguration() *Configuration { function ReadConfigFile (line 384) | func ReadConfigFile(c *cli.Context, log *zerolog.Logger) (settings *conf... type CustomDuration (line 430) | type CustomDuration struct method MarshalJSON (line 434) | func (s CustomDuration) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 438) | func (s *CustomDuration) UnmarshalJSON(data []byte) error { method MarshalYAML (line 448) | func (s *CustomDuration) MarshalYAML() (interface{}, error) { method UnmarshalYAML (line 452) | func (s *CustomDuration) UnmarshalYAML(unmarshal func(interface{}) err... FILE: config/configuration_test.go function TestConfigFileSettings (line 13) | func TestConfigFileSettings(t *testing.T) { function TestMarshalUnmarshalOriginRequest (line 151) | func TestMarshalUnmarshalOriginRequest(t *testing.T) { function assertConfig (line 168) | func assertConfig( FILE: config/manager.go type Notifier (line 15) | type Notifier interface type Manager (line 20) | type Manager interface type FileManager (line 27) | type FileManager struct method Start (line 48) | func (m *FileManager) Start(notifier Notifier) error { method GetConfig (line 63) | func (m *FileManager) GetConfig() (Root, error) { method Shutdown (line 68) | func (m *FileManager) Shutdown() { method WatcherItemDidChange (line 99) | func (m *FileManager) WatcherItemDidChange(filepath string) { method WatcherDidError (line 110) | func (m *FileManager) WatcherDidError(err error) { function NewFileManager (line 36) | func NewFileManager(watcher watcher.Notifier, configPath string, log *ze... function readConfigFromPath (line 72) | func readConfigFromPath(configPath string, log *zerolog.Logger) (Root, e... FILE: config/manager_test.go type mockNotifier (line 13) | type mockNotifier struct method ConfigDidUpdate (line 17) | func (n *mockNotifier) ConfigDidUpdate(c Root) { type mockFileWatcher (line 21) | type mockFileWatcher struct method Start (line 27) | func (w *mockFileWatcher) Start(n watcher.Notification) { method Add (line 32) | func (w *mockFileWatcher) Add(string) error { method Shutdown (line 36) | func (w *mockFileWatcher) Shutdown() { method TriggerChange (line 40) | func (w *mockFileWatcher) TriggerChange() { function TestConfigChanged (line 44) | func TestConfigChanged(t *testing.T) { FILE: config/model.go type Forwarder (line 10) | type Forwarder struct method Hash (line 36) | func (f *Forwarder) Hash() string { type Tunnel (line 20) | type Tunnel struct type Root (line 27) | type Root struct FILE: connection/connection.go constant lbProbeUserAgentPrefix (line 24) | lbProbeUserAgentPrefix = "Mozilla/5.0 (compatible; Cloudflare-Traffic-Ma... constant LogFieldConnIndex (line 25) | LogFieldConnIndex = "connIndex" constant MaxGracePeriod (line 26) | MaxGracePeriod = time.Minute * 3 constant MaxConcurrentStreams (line 27) | MaxConcurrentStreams = math.MaxUint32 constant contentTypeHeader (line 29) | contentTypeHeader = "content-type" constant contentLengthHeader (line 30) | contentLengthHeader = "content-length" constant transferEncodingHeader (line 31) | transferEncodingHeader = "transfer-encoding" constant sseContentType (line 33) | sseContentType = "text/event-stream" constant grpcContentType (line 34) | grpcContentType = "application/grpc" constant sseJsonContentType (line 35) | sseJsonContentType = "application/x-ndjson" constant chunkTransferEncoding (line 37) | chunkTransferEncoding = "chunked" type TunnelConnection (line 48) | type TunnelConnection interface type Orchestrator (line 52) | type Orchestrator interface type TunnelProperties (line 58) | type TunnelProperties struct type Credentials (line 64) | type Credentials struct method Auth (line 71) | func (c *Credentials) Auth() pogs.TunnelAuth { type TunnelToken (line 79) | type TunnelToken struct method Credentials (line 86) | func (t TunnelToken) Credentials() Credentials { method Encode (line 96) | func (t TunnelToken) Encode() (string, error) { type ClassicTunnelProperties (line 105) | type ClassicTunnelProperties struct type Type (line 113) | type Type method shouldFlush (line 124) | func (t Type) shouldFlush() bool { method String (line 133) | func (t Type) String() string { constant TypeWebsocket (line 116) | TypeWebsocket Type = iota constant TypeTCP (line 117) | TypeTCP constant TypeControlStream (line 118) | TypeControlStream constant TypeHTTP (line 119) | TypeHTTP constant TypeConfiguration (line 120) | TypeConfiguration type OriginProxy (line 149) | type OriginProxy interface type TCPRequest (line 155) | type TCPRequest struct type ReadWriteAcker (line 166) | type ReadWriteAcker interface type HTTPResponseReadWriteAcker (line 172) | type HTTPResponseReadWriteAcker struct method Read (line 189) | func (h *HTTPResponseReadWriteAcker) Read(p []byte) (int, error) { method Write (line 193) | func (h *HTTPResponseReadWriteAcker) Write(p []byte) (int, error) { method AckConnection (line 203) | func (h *HTTPResponseReadWriteAcker) AckConnection(tracePropagation st... function NewHTTPResponseReadWriterAcker (line 180) | func NewHTTPResponseReadWriterAcker(w ResponseWriter, flusher http.Flush... type localProxyConnection (line 224) | type localProxyConnection struct method Read (line 228) | func (c *localProxyConnection) Read(b []byte) (int, error) { method Write (line 232) | func (c *localProxyConnection) Write(b []byte) (int, error) { method Close (line 236) | func (c *localProxyConnection) Close() error { method LocalAddr (line 240) | func (c *localProxyConnection) LocalAddr() net.Addr { method RemoteAddr (line 245) | func (c *localProxyConnection) RemoteAddr() net.Addr { method SetDeadline (line 250) | func (c *localProxyConnection) SetDeadline(t time.Time) error { method SetReadDeadline (line 255) | func (c *localProxyConnection) SetReadDeadline(t time.Time) error { method SetWriteDeadline (line 260) | func (c *localProxyConnection) SetWriteDeadline(t time.Time) error { type ResponseWriter (line 266) | type ResponseWriter interface type ConnectedFuse (line 274) | type ConnectedFuse interface function shouldFlush (line 281) | func shouldFlush(headers http.Header) bool { function uint8ToString (line 309) | func uint8ToString(input uint8) string { function FindCfRayHeader (line 313) | func FindCfRayHeader(req *http.Request) string { function IsLBProbeRequest (line 317) | func IsLBProbeRequest(req *http.Request) bool { FILE: connection/connection_test.go constant largeFileSize (line 26) | largeFileSize = 2 * 1024 * 1024 constant testGracePeriod (line 27) | testGracePeriod = time.Millisecond * 100 type testRequest (line 40) | type testRequest struct type mockOrchestrator (line 48) | type mockOrchestrator struct method GetConfigJSON (line 52) | func (mcr *mockOrchestrator) GetConfigJSON() ([]byte, error) { method UpdateConfig (line 56) | func (*mockOrchestrator) UpdateConfig(version int32, config []byte) *t... method GetOriginProxy (line 62) | func (mcr *mockOrchestrator) GetOriginProxy() (OriginProxy, error) { method WarpRoutingEnabled (line 66) | func (mcr *mockOrchestrator) WarpRoutingEnabled() (enabled bool) { type mockOriginProxy (line 70) | type mockOriginProxy struct method ProxyHTTP (line 72) | func (moc *mockOriginProxy) ProxyHTTP( method ProxyTCP (line 106) | func (moc *mockOriginProxy) ProxyTCP( type echoPipe (line 118) | type echoPipe struct method Read (line 123) | func (ep *echoPipe) Read(p []byte) (int, error) { method Write (line 127) | func (ep *echoPipe) Write(p []byte) (int, error) { function wsEchoEndpoint (line 133) | func wsEchoEndpoint(w ResponseWriter, r *http.Request) error { type flakyConn (line 160) | type flakyConn struct method Read (line 164) | func (fc *flakyConn) Read(p []byte) (int, error) { method Write (line 172) | func (fc *flakyConn) Write(p []byte) (int, error) { function wsFlakyEndpoint (line 179) | func wsFlakyEndpoint(w ResponseWriter, r *http.Request) error { function originRespEndpoint (line 199) | func originRespEndpoint(w ResponseWriter, status int, data []byte) { type mockConnectedFuse (line 207) | type mockConnectedFuse struct method Connected (line 209) | func (mcf mockConnectedFuse) Connected() {} method IsConnected (line 211) | func (mcf mockConnectedFuse) IsConnected() bool { function TestShouldFlushHeaders (line 215) | func TestShouldFlushHeaders(t *testing.T) { FILE: connection/control.go type registerClientFunc (line 17) | type registerClientFunc type controlStream (line 19) | type controlStream struct method ServeControlStream (line 78) | func (c *controlStream) ServeControlStream( method waitForUnregister (line 124) | func (c *controlStream) waitForUnregister(ctx context.Context, registr... method IsStopped (line 149) | func (c *controlStream) IsStopped() bool { type ControlStreamHandler (line 37) | type ControlStreamHandler interface type TunnelConfigJSONGetter (line 44) | type TunnelConfigJSONGetter interface function NewControlStream (line 49) | func NewControlStream( FILE: connection/errors.go constant DuplicateConnectionError (line 8) | DuplicateConnectionError = "EDUPCONN" type DupConnRegisterTunnelError (line 11) | type DupConnRegisterTunnelError struct method Error (line 15) | func (e DupConnRegisterTunnelError) Error() string { type EdgeQuicDialError (line 20) | type EdgeQuicDialError struct method Error (line 24) | func (e *EdgeQuicDialError) Error() string { method Unwrap (line 28) | func (e *EdgeQuicDialError) Unwrap() error { type ServerRegisterTunnelError (line 33) | type ServerRegisterTunnelError struct method Error (line 38) | func (e ServerRegisterTunnelError) Error() string { function serverRegistrationErrorFromRPC (line 42) | func serverRegistrationErrorFromRPC(err error) ServerRegisterTunnelError { type ControlStreamError (line 55) | type ControlStreamError struct method Error (line 59) | func (e *ControlStreamError) Error() string { type StreamListenerError (line 63) | type StreamListenerError struct method Error (line 67) | func (e *StreamListenerError) Error() string { type DatagramManagerError (line 71) | type DatagramManagerError struct method Error (line 75) | func (e *DatagramManagerError) Error() string { FILE: connection/event.go type Event (line 6) | type Event struct type Status (line 16) | type Status constant Disconnected (line 20) | Disconnected Status = iota constant Connected (line 22) | Connected constant Reconnecting (line 24) | Reconnecting constant SetURL (line 26) | SetURL constant RegisteringTunnel (line 28) | RegisteringTunnel constant Unregistering (line 30) | Unregistering FILE: connection/header.go type HTTPHeader (line 32) | type HTTPHeader struct type responseMetaHeader (line 37) | type responseMetaHeader struct function mustInitRespMetaHeader (line 42) | func mustInitRespMetaHeader(src string, flowRateLimited bool) string { function IsControlResponseHeader (line 53) | func IsControlResponseHeader(headerName string) bool { function IsWebsocketClientHeader (line 61) | func IsWebsocketClientHeader(headerName string) bool { function SerializeHeaders (line 69) | func SerializeHeaders(h1Headers http.Header) string { function DeserializeHeaders (line 115) | func DeserializeHeaders(serializedHeaders string) ([]HTTPHeader, error) { FILE: connection/header_test.go function TestSerializeHeaders (line 12) | func TestSerializeHeaders(t *testing.T) { type ByName (line 60) | type ByName method Len (line 62) | func (a ByName) Len() int { return len(a) } method Swap (line 63) | func (a ByName) Swap(i, j int) { a[i], a[j] = a[j], a[i] } method Less (line 64) | func (a ByName) Less(i, j int) bool { function headerToReqHeader (line 72) | func headerToReqHeader(headers http.Header) (reqHeaders []HTTPHeader) { function TestSerializeNoHeaders (line 82) | func TestSerializeNoHeaders(t *testing.T) { function TestDeserializeMalformed (line 92) | func TestDeserializeMalformed(t *testing.T) { function TestIsControlResponseHeader (line 108) | func TestIsControlResponseHeader(t *testing.T) { function TestIsNotControlResponseHeader (line 123) | func TestIsNotControlResponseHeader(t *testing.T) { FILE: connection/http2.go constant InternalUpgradeHeader (line 27) | InternalUpgradeHeader = "Cf-Cloudflared-Proxy-Connection-Upgrade" constant InternalTCPProxySrcHeader (line 28) | InternalTCPProxySrcHeader = "Cf-Cloudflared-Proxy-Src" constant WebsocketUpgrade (line 29) | WebsocketUpgrade = "websocket" constant ControlStreamUpgrade (line 30) | ControlStreamUpgrade = "control-stream" constant ConfigurationUpdate (line 31) | ConfigurationUpdate = "update-configuration" type HTTP2Connection (line 38) | type HTTP2Connection struct method Serve (line 78) | func (c *HTTP2Connection) Serve(ctx context.Context) error { method ServeHTTP (line 99) | func (c *HTTP2Connection) ServeHTTP(w http.ResponseWriter, r *http.Req... method handleConfigurationUpdate (line 174) | func (c *HTTP2Connection) handleConfigurationUpdate(respWriter *http2R... method close (line 188) | func (c *HTTP2Connection) close() { function NewHTTP2Connection (line 54) | func NewHTTP2Connection( type ConfigurationUpdateBody (line 169) | type ConfigurationUpdateBody struct type http2RespWriter (line 194) | type http2RespWriter struct method AddTrailer (line 229) | func (rp *http2RespWriter) AddTrailer(trailerName, trailerValue string) { method WriteRespHeaders (line 238) | func (rp *http2RespWriter) WriteRespHeaders(status int, header http.He... method Header (line 288) | func (rp *http2RespWriter) Header() http.Header { method Flush (line 292) | func (rp *http2RespWriter) Flush() { method WriteHeader (line 296) | func (rp *http2RespWriter) WriteHeader(status int) { method hijacked (line 304) | func (rp *http2RespWriter) hijacked() bool { method Hijack (line 310) | func (rp *http2RespWriter) Hijack() (net.Conn, *bufio.ReadWriter, erro... method WriteErrorResponse (line 334) | func (rp *http2RespWriter) WriteErrorResponse(err error) bool { method setResponseMetaHeader (line 350) | func (rp *http2RespWriter) setResponseMetaHeader(value string) { method Read (line 354) | func (rp *http2RespWriter) Read(p []byte) (n int, err error) { method Write (line 358) | func (rp *http2RespWriter) Write(p []byte) (n int, err error) { method Close (line 373) | func (rp *http2RespWriter) Close() error { function NewHTTP2RespWriter (line 206) | func NewHTTP2RespWriter(r *http.Request, w http.ResponseWriter, connType... function determineHTTP2Type (line 377) | func determineHTTP2Type(r *http.Request) Type { function handleMissingRequestParts (line 392) | func handleMissingRequestParts(connType Type, r *http.Request) { function isControlStreamUpgrade (line 405) | func isControlStreamUpgrade(r *http.Request) bool { function isWebsocketUpgrade (line 409) | func isWebsocketUpgrade(r *http.Request) bool { function isConfigurationUpdate (line 413) | func isConfigurationUpdate(r *http.Request) bool { function IsTCPStream (line 418) | func IsTCPStream(r *http.Request) bool { function stripWebsocketUpgradeHeader (line 422) | func stripWebsocketUpgradeHeader(r *http.Request) { function getRequestHost (line 427) | func getRequestHost(r *http.Request) (string, error) { FILE: connection/http2_test.go function newTestHTTP2Connection (line 32) | func newTestHTTP2Connection() (*HTTP2Connection, net.Conn) { function TestHTTP2ConfigurationSet (line 61) | func TestHTTP2ConfigurationSet(t *testing.T) { function TestServeHTTP (line 95) | func TestServeHTTP(t *testing.T) { type mockNamedTunnelRPCClient (line 167) | type mockNamedTunnelRPCClient struct method SendLocalConfiguration (line 173) | func (mc mockNamedTunnelRPCClient) SendLocalConfiguration(c context.Co... method RegisterConnection (line 177) | func (mc mockNamedTunnelRPCClient) RegisterConnection( method GracefulShutdown (line 196) | func (mc mockNamedTunnelRPCClient) GracefulShutdown(ctx context.Contex... method Close (line 201) | func (mockNamedTunnelRPCClient) Close() {} type mockRPCClientFactory (line 203) | type mockRPCClientFactory struct method newMockRPCClient (line 209) | func (mf *mockRPCClientFactory) newMockRPCClient(context.Context, io.R... type wsRespWriter (line 217) | type wsRespWriter struct method RespBody (line 244) | func (w *wsRespWriter) RespBody() io.ReadWriter { method Write (line 248) | func (w *wsRespWriter) Write(data []byte) (n int, err error) { method close (line 256) | func (w *wsRespWriter) close() { function newWSRespWriter (line 225) | func newWSRespWriter() *wsRespWriter { type nowriter (line 236) | type nowriter struct method Write (line 240) | func (nowriter) Write(_ []byte) (int, error) { function TestServeWS (line 260) | func TestServeWS(t *testing.T) { function TestNoWriteAfterServeHTTPReturns (line 300) | func TestNoWriteAfterServeHTTPReturns(t *testing.T) { function TestServeControlStream (line 358) | func TestServeControlStream(t *testing.T) { function TestFailRegistration (line 411) | func TestFailRegistration(t *testing.T) { function TestGracefulShutdownHTTP2 (line 459) | func TestGracefulShutdownHTTP2(t *testing.T) { function TestServeTCP_RateLimited (line 535) | func TestServeTCP_RateLimited(t *testing.T) { function benchmarkServeHTTP (line 565) | func benchmarkServeHTTP(b *testing.B, test testRequest) { function BenchmarkServeHTTPSimple (line 602) | func BenchmarkServeHTTPSimple(b *testing.B) { function BenchmarkServeHTTPLargeFile (line 613) | func BenchmarkServeHTTPLargeFile(b *testing.B) { FILE: connection/metrics.go constant MetricsNamespace (line 10) | MetricsNamespace = "cloudflared" constant TunnelSubsystem (line 11) | TunnelSubsystem = "tunnel" constant muxerSubsystem (line 12) | muxerSubsystem = "muxer" constant configSubsystem (line 13) | configSubsystem = "config" type localConfigMetrics (line 16) | type localConfigMetrics struct type tunnelMetrics (line 21) | type tunnelMetrics struct method registerServerLocation (line 149) | func (t *tunnelMetrics) registerServerLocation(connectionID, loc strin... function newLocalConfigMetrics (line 38) | func newLocalConfigMetrics() *localConfigMetrics { function initTunnelMetrics (line 70) | func initTunnelMetrics() *tunnelMetrics { function newTunnelMetrics (line 166) | func newTunnelMetrics() *tunnelMetrics { FILE: connection/observer.go constant LogFieldConnectionID (line 14) | LogFieldConnectionID = "connection" constant LogFieldLocation (line 15) | LogFieldLocation = "location" constant LogFieldIPAddress (line 16) | LogFieldIPAddress = "ip" constant LogFieldProtocol (line 17) | LogFieldProtocol = "protocol" constant observerChannelBufferSize (line 18) | observerChannelBufferSize = 16 type Observer (line 21) | type Observer struct method RegisterSink (line 45) | func (o *Observer) RegisterSink(sink EventSink) { method logConnecting (line 49) | func (o *Observer) logConnecting(connIndex uint8, address net.IP, prot... method logConnected (line 58) | func (o *Observer) logConnected(connectionID uuid.UUID, connIndex uint... method sendRegisteringEvent (line 70) | func (o *Observer) sendRegisteringEvent(connIndex uint8) { method sendConnectedEvent (line 74) | func (o *Observer) sendConnectedEvent(connIndex uint8, protocol Protoc... method SendURL (line 78) | func (o *Observer) SendURL(url string) { method SendReconnect (line 89) | func (o *Observer) SendReconnect(connIndex uint8) { method sendUnregisteringEvent (line 93) | func (o *Observer) sendUnregisteringEvent(connIndex uint8) { method SendDisconnect (line 97) | func (o *Observer) SendDisconnect(connIndex uint8) { method sendEvent (line 101) | func (o *Observer) sendEvent(e Event) { method dispatchEvents (line 110) | func (o *Observer) dispatchEvents() { type EventSink (line 29) | type EventSink interface function NewObserver (line 33) | func NewObserver(log, logTransport *zerolog.Logger) *Observer { type EventSinkFunc (line 124) | type EventSinkFunc method OnTunnelEvent (line 126) | func (f EventSinkFunc) OnTunnelEvent(event Event) { FILE: connection/observer_test.go function TestSendUrl (line 14) | func TestSendUrl(t *testing.T) { function getCounterValue (line 24) | func getCounterValue(t *testing.T, metric *prometheus.CounterVec, val st... function TestRegisterServerLocation (line 31) | func TestRegisterServerLocation(t *testing.T) { function TestObserverEventsDontBlock (line 65) | func TestObserverEventsDontBlock(t *testing.T) { type eventCollectorSink (line 89) | type eventCollectorSink struct method OnTunnelEvent (line 94) | func (s *eventCollectorSink) OnTunnelEvent(event Event) { method assertSawEvent (line 100) | func (s *eventCollectorSink) assertSawEvent(t *testing.T, event Event) { FILE: connection/protocol.go constant AvailableProtocolFlagMessage (line 15) | AvailableProtocolFlagMessage = "Available protocols: 'auto' - automatica... constant _ (line 17) | _ = "cftunnel.com" constant edgeH2TLSServerName (line 19) | edgeH2TLSServerName = "h2.cftunnel.com" constant edgeQUICServerName (line 21) | edgeQUICServerName = "quic.cftunnel.com" constant AutoSelectFlag (line 22) | AutoSelectFlag = "auto" constant ResolveTTL (line 24) | ResolveTTL = time.Hour type Protocol (line 31) | type Protocol method fallback (line 41) | func (p Protocol) fallback() (Protocol, bool) { method String (line 52) | func (p Protocol) String() string { method TLSSettings (line 63) | func (p Protocol) TLSSettings() *TLSSettings { constant HTTP2 (line 35) | HTTP2 Protocol = iota constant QUIC (line 37) | QUIC type TLSSettings (line 79) | type TLSSettings struct type ProtocolSelector (line 84) | type ProtocolSelector interface type staticProtocolSelector (line 90) | type staticProtocolSelector struct method Current (line 94) | func (s *staticProtocolSelector) Current() Protocol { method Fallback (line 98) | func (s *staticProtocolSelector) Fallback() (Protocol, bool) { type remoteProtocolSelector (line 103) | type remoteProtocolSelector struct method Current (line 137) | func (s *remoteProtocolSelector) Current() Protocol { method Fallback (line 155) | func (s *remoteProtocolSelector) Fallback() (Protocol, bool) { function newRemoteProtocolSelector (line 118) | func newRemoteProtocolSelector( function getProtocol (line 161) | func getProtocol(protocolPool []Protocol, fetchFunc edgediscovery.Percen... type defaultProtocolSelector (line 178) | type defaultProtocolSelector struct method Current (line 191) | func (s *defaultProtocolSelector) Current() Protocol { method Fallback (line 197) | func (s *defaultProtocolSelector) Fallback() (Protocol, bool) { function newDefaultProtocolSelector (line 183) | func newDefaultProtocolSelector( function NewProtocolSelector (line 203) | func NewProtocolSelector( function switchThreshold (line 250) | func switchThreshold(accountTag string) int32 { FILE: connection/protocol_test.go constant testNoTTL (line 13) | testNoTTL = 0 constant testAccountTag (line 14) | testAccountTag = "testAccountTag" function mockFetcher (line 17) | func mockFetcher(getError bool, protocolPercent ...edgediscovery.Protoco... type dynamicMockFetcher (line 26) | type dynamicMockFetcher struct method fetch (line 31) | func (dmf *dynamicMockFetcher) fetch() edgediscovery.PercentageFetcher { function TestNewProtocolSelector (line 37) | func TestNewProtocolSelector(t *testing.T) { function TestAutoProtocolSelectorRefresh (line 106) | func TestAutoProtocolSelectorRefresh(t *testing.T) { function TestHTTP2ProtocolSelectorRefresh (line 135) | func TestHTTP2ProtocolSelectorRefresh(t *testing.T) { function TestAutoProtocolSelectorNoRefreshWithToken (line 165) | func TestAutoProtocolSelectorNoRefreshWithToken(t *testing.T) { FILE: connection/quic.go function DialQuic (line 21) | func DialQuic( function createUDPConnForConnIndex (line 50) | func createUDPConnForConnIndex(connIndex uint8, localIP net.IP, edgeIP n... type wrapCloseableConnQuicConnection (line 91) | type wrapCloseableConnQuicConnection struct method CloseWithError (line 96) | func (w *wrapCloseableConnQuicConnection) CloseWithError(errorCode qui... FILE: connection/quic_connection.go constant HTTPHeaderKey (line 31) | HTTPHeaderKey = "HttpHeader" constant HTTPMethodKey (line 33) | HTTPMethodKey = "HttpMethod" constant HTTPHostKey (line 35) | HTTPHostKey = "HttpHost" constant HTTPStatus (line 37) | HTTPStatus = "HttpStatus" constant QUICMetadataFlowID (line 39) | QUICMetadataFlowID = "FlowID" type quicConnection (line 43) | type quicConnection struct method Serve (line 87) | func (q *quicConnection) Serve(ctx context.Context) error { method serveControlStream (line 146) | func (q *quicConnection) serveControlStream(ctx context.Context, contr... method Close (line 151) | func (q *quicConnection) Close() { method acceptStream (line 155) | func (q *quicConnection) acceptStream(ctx context.Context) error { method runStream (line 169) | func (q *quicConnection) runStream(quicStream quic.Stream) { method handleDataStream (line 189) | func (q *quicConnection) handleDataStream(ctx context.Context, stream ... method dispatchRequest (line 220) | func (q *quicConnection) dispatchRequest(ctx context.Context, stream *... method UpdateConfiguration (line 250) | func (q *quicConnection) UpdateConfiguration(ctx context.Context, vers... function NewTunnelConnection (line 58) | func NewTunnelConnection( type streamReadWriteAcker (line 256) | type streamReadWriteAcker struct method AckConnection (line 262) | func (s *streamReadWriteAcker) AckConnection(tracePropagation string) ... type httpResponseAdapter (line 276) | type httpResponseAdapter struct method AddTrailer (line 286) | func (hrw *httpResponseAdapter) AddTrailer(trailerName, trailerValue s... method WriteRespHeaders (line 290) | func (hrw *httpResponseAdapter) WriteRespHeaders(status int, header ht... method Write (line 303) | func (hrw *httpResponseAdapter) Write(p []byte) (int, error) { method Header (line 311) | func (hrw *httpResponseAdapter) Header() http.Header { method Flush (line 316) | func (hrw *httpResponseAdapter) Flush() {} method WriteHeader (line 318) | func (hrw *httpResponseAdapter) WriteHeader(status int) { method Hijack (line 322) | func (hrw *httpResponseAdapter) Hijack() (net.Conn, *bufio.ReadWriter,... method WriteErrorResponse (line 331) | func (hrw *httpResponseAdapter) WriteErrorResponse(err error) { method WriteConnectResponseData (line 335) | func (hrw *httpResponseAdapter) WriteConnectResponseData(respErr error... function newHTTPResponseAdapter (line 282) | func newHTTPResponseAdapter(s *rpcquic.RequestServerStream) httpResponse... function buildHTTPRequest (line 340) | func buildHTTPRequest( function setContentLength (line 392) | func setContentLength(req *http.Request) error { function isTransferEncodingChunked (line 400) | func isTransferEncodingChunked(req *http.Request) bool { type nopCloserReadWriter (line 408) | type nopCloserReadWriter struct method Read (line 421) | func (np *nopCloserReadWriter) Read(p []byte) (n int, err error) { method Close (line 438) | func (np *nopCloserReadWriter) Close() error { FILE: connection/quic_connection_test.go function TestQUICServer (line 58) | func TestQUICServer(t *testing.T) { type fakeControlStream (line 189) | type fakeControlStream struct method ServeControlStream (line 193) | func (fakeControlStream) ServeControlStream(ctx context.Context, rw io... method IsStopped (line 198) | func (fakeControlStream) IsStopped() bool { function quicServer (line 202) | func quicServer( type mockOriginProxyWithRequest (line 242) | type mockOriginProxyWithRequest struct method ProxyHTTP (line 244) | func (moc *mockOriginProxyWithRequest) ProxyHTTP(w ResponseWriter, tr ... method ProxyTCP (line 510) | func (moc *mockOriginProxyWithRequest) ProxyTCP(ctx context.Context, r... function TestBuildHTTPRequest (line 281) | func TestBuildHTTPRequest(t *testing.T) { function TestServeUDPSession (line 520) | func TestServeUDPSession(t *testing.T) { function TestNopCloserReadWriterCloseBeforeEOF (line 556) | func TestNopCloserReadWriterCloseBeforeEOF(t *testing.T) { function TestNopCloserReadWriterCloseAfterEOF (line 573) | func TestNopCloserReadWriterCloseAfterEOF(t *testing.T) { function TestCreateUDPConnReuseSourcePort (line 594) | func TestCreateUDPConnReuseSourcePort(t *testing.T) { function TestTCPProxy_FlowRateLimited (line 608) | func TestTCPProxy_FlowRateLimited(t *testing.T) { function testCreateUDPConnReuseSourcePortForEdgeIP (line 659) | func testCreateUDPConnReuseSourcePortForEdgeIP(t *testing.T, edgeIP neti... function serveSession (line 690) | func serveSession(ctx context.Context, datagramConn *datagramV2Connectio... type closeReason (line 746) | type closeReason constant closedByOrigin (line 749) | closedByOrigin closeReason = iota constant closedByRemote (line 750) | closedByRemote constant closedByTimeout (line 751) | closedByTimeout function runRPCServer (line 754) | func runRPCServer(ctx context.Context, session quic.Connection, sessionR... type mockSessionRPCServer (line 775) | type mockSessionRPCServer struct method RegisterUdpSession (line 781) | func (s mockSessionRPCServer) RegisterUdpSession(ctx context.Context, ... method UnregisterUdpSession (line 785) | func (s mockSessionRPCServer) UnregisterUdpSession(ctx context.Context... function testTunnelConnection (line 796) | func testTunnelConnection(t *testing.T, serverAddr netip.AddrPort, index... type mockReaderNoopWriter (line 864) | type mockReaderNoopWriter struct method Write (line 868) | func (m *mockReaderNoopWriter) Write(p []byte) (n int, err error) { method Close (line 872) | func (m *mockReaderNoopWriter) Close() error { function GenerateTLSConfig (line 877) | func GenerateTLSConfig() *tls.Config { FILE: connection/quic_datagram_v2.go constant demuxChanCapacity (line 34) | demuxChanCapacity = 16 type DatagramSessionHandler (line 43) | type DatagramSessionHandler interface type datagramV2Connection (line 49) | type datagramV2Connection struct method Serve (line 100) | func (d *datagramV2Connection) Serve(ctx context.Context) error { method RegisterUdpSession (line 119) | func (q *datagramV2Connection) RegisterUdpSession(ctx context.Context,... method UnregisterUdpSession (line 196) | func (q *datagramV2Connection) UnregisterUdpSession(ctx context.Contex... method serveUDPSession (line 200) | func (q *datagramV2Connection) serveUDPSession(session *datagramsessio... method closeUDPSession (line 218) | func (q *datagramV2Connection) closeUDPSession(ctx context.Context, se... function NewDatagramV2Connection (line 71) | func NewDatagramV2Connection(ctx context.Context, FILE: connection/quic_datagram_v2_test.go type mockQuicConnection (line 19) | type mockQuicConnection struct method AcceptStream (line 21) | func (m *mockQuicConnection) AcceptStream(_ context.Context) (quic.Str... method AcceptUniStream (line 25) | func (m *mockQuicConnection) AcceptUniStream(_ context.Context) (quic.... method OpenStream (line 29) | func (m *mockQuicConnection) OpenStream() (quic.Stream, error) { method OpenStreamSync (line 33) | func (m *mockQuicConnection) OpenStreamSync(_ context.Context) (quic.S... method OpenUniStream (line 37) | func (m *mockQuicConnection) OpenUniStream() (quic.SendStream, error) { method OpenUniStreamSync (line 41) | func (m *mockQuicConnection) OpenUniStreamSync(_ context.Context) (qui... method LocalAddr (line 45) | func (m *mockQuicConnection) LocalAddr() net.Addr { method RemoteAddr (line 49) | func (m *mockQuicConnection) RemoteAddr() net.Addr { method CloseWithError (line 53) | func (m *mockQuicConnection) CloseWithError(_ quic.ApplicationErrorCod... method Context (line 57) | func (m *mockQuicConnection) Context() context.Context { method ConnectionState (line 61) | func (m *mockQuicConnection) ConnectionState() quic.ConnectionState { method SendDatagram (line 65) | func (m *mockQuicConnection) SendDatagram(_ []byte) error { method ReceiveDatagram (line 69) | func (m *mockQuicConnection) ReceiveDatagram(_ context.Context) ([]byt... method AddPath (line 73) | func (m *mockQuicConnection) AddPath(*quic.Transport) (*quic.Path, err... function TestRateLimitOnNewDatagramV2UDPSession (line 77) | func TestRateLimitOnNewDatagramV2UDPSession(t *testing.T) { FILE: connection/quic_datagram_v3.go type datagramV3Connection (line 24) | type datagramV3Connection struct method Serve (line 57) | func (d *datagramV3Connection) Serve(ctx context.Context) error { method RegisterUdpSession (line 61) | func (d *datagramV3Connection) RegisterUdpSession(ctx context.Context,... method UnregisterUdpSession (line 66) | func (d *datagramV3Connection) UnregisterUdpSession(ctx context.Contex... function NewDatagramV3Connection (line 33) | func NewDatagramV3Connection(ctx context.Context, FILE: connection/tunnelsforha.go type tunnelsForHA (line 11) | type tunnelsForHA struct method AddTunnelID (line 35) | func (t *tunnelsForHA) AddTunnelID(haConn uint8, tunnelID string) { method String (line 46) | func (t *tunnelsForHA) String() string { function newTunnelsForHA (line 18) | func newTunnelsForHA() tunnelsForHA { FILE: credentials/credentials.go constant logFieldOriginCertPath (line 11) | logFieldOriginCertPath = "originCertPath" constant FedEndpoint (line 12) | FedEndpoint = "fed" constant FedRampBaseApiURL (line 13) | FedRampBaseApiURL = "https://api.fed.cloudflare.com/client/v4" constant FedRampHostname (line 14) | FedRampHostname = "management.fed.argotunnel.com" type User (line 17) | type User struct method AccountID (line 22) | func (c User) AccountID() string { method Endpoint (line 26) | func (c User) Endpoint() string { method ZoneID (line 30) | func (c User) ZoneID() string { method APIToken (line 34) | func (c User) APIToken() string { method CertPath (line 38) | func (c User) CertPath() string { method IsFEDEndpoint (line 42) | func (c User) IsFEDEndpoint() bool { method Client (line 47) | func (c *User) Client(apiURL string, userAgent string, log *zerolog.Lo... function Read (line 66) | func Read(originCertPath string, log *zerolog.Logger) (*User, error) { FILE: credentials/credentials_test.go function TestCredentialsRead (line 12) | func TestCredentialsRead(t *testing.T) { function TestCredentialsClient (line 26) | func TestCredentialsClient(t *testing.T) { FILE: credentials/origin_cert.go constant DefaultCredentialFile (line 19) | DefaultCredentialFile = "cert.pem" type OriginCert (line 22) | type OriginCert struct method UnmarshalJSON (line 29) | func (oc *OriginCert) UnmarshalJSON(data []byte) error { method EncodeOriginCert (line 62) | func (cert *OriginCert) EncodeOriginCert() ([]byte, error) { function FindDefaultOriginCertPath (line 48) | func FindDefaultOriginCertPath() string { function DecodeOriginCert (line 58) | func DecodeOriginCert(blocks []byte) (*OriginCert, error) { function decodeOriginCert (line 83) | func decodeOriginCert(blocks []byte) (*OriginCert, error) { function readOriginCert (line 113) | func readOriginCert(originCertPath string) ([]byte, error) { function FindOriginCert (line 123) | func FindOriginCert(originCertPath string, log *zerolog.Logger) (string,... function fileExists (line 153) | func fileExists(path string) bool { FILE: credentials/origin_cert_test.go constant originCertFile (line 16) | originCertFile = "cert.pem" function TestLoadOriginCert (line 21) | func TestLoadOriginCert(t *testing.T) { function TestJSONArgoTunnelTokenEmpty (line 33) | func TestJSONArgoTunnelTokenEmpty(t *testing.T) { function TestJSONArgoTunnelToken (line 41) | func TestJSONArgoTunnelToken(t *testing.T) { function CloudflareTunnelTokenTest (line 51) | func CloudflareTunnelTokenTest(t *testing.T, path string) { function TestFindOriginCert_Valid (line 62) | func TestFindOriginCert_Valid(t *testing.T) { function TestFindOriginCert_Missing (line 73) | func TestFindOriginCert_Missing(t *testing.T) { function TestEncodeDecodeOriginCert (line 80) | func TestEncodeDecodeOriginCert(t *testing.T) { function TestEncodeDecodeNilOriginCert (line 98) | func TestEncodeDecodeNilOriginCert(t *testing.T) { FILE: datagramsession/event.go type registerSessionEvent (line 11) | type registerSessionEvent struct function newRegisterSessionEvent (line 17) | func newRegisterSessionEvent(sessionID uuid.UUID, originProxy io.ReadWri... type unregisterSessionEvent (line 26) | type unregisterSessionEvent struct type errClosedSession (line 33) | type errClosedSession struct method Error (line 38) | func (sc *errClosedSession) Error() string { FILE: datagramsession/manager.go constant requestChanCapacity (line 18) | requestChanCapacity = 16 constant defaultReqTimeout (line 19) | defaultReqTimeout = time.Second * 5 function FormatSessionID (line 27) | func FormatSessionID(sessionID uuid.UUID) string { type Manager (line 34) | type Manager interface type manager (line 45) | type manager struct method UpdateLogger (line 70) | func (m *manager) UpdateLogger(log *zerolog.Logger) { method Serve (line 75) | func (m *manager) Serve(ctx context.Context) error { method shutdownSessions (line 93) | func (m *manager) shutdownSessions(err error) { method RegisterSession (line 110) | func (m *manager) RegisterSession(ctx context.Context, sessionID uuid.... method registerSession (line 128) | func (m *manager) registerSession(ctx context.Context, registration *r... method newSession (line 135) | func (m *manager) newSession(id uuid.UUID, dstConn io.ReadWriteCloser)... method UnregisterSession (line 152) | func (m *manager) UnregisterSession(ctx context.Context, sessionID uui... method unregisterSession (line 173) | func (m *manager) unregisterSession(unregistration *unregisterSessionE... method sendToSession (line 182) | func (m *manager) sendToSession(datagram *packet.Session) { function NewManager (line 57) | func NewManager(log *zerolog.Logger, sendF transportSender, receiveChan ... FILE: datagramsession/manager_test.go function TestManagerServe (line 25) | func TestManagerServe(t *testing.T) { function TestTimeout (line 111) | func TestTimeout(t *testing.T) { function TestUnregisterSessionCloseSession (line 129) | func TestUnregisterSessionCloseSession(t *testing.T) { function TestManagerCtxDoneCloseSessions (line 168) | func TestManagerCtxDoneCloseSessions(t *testing.T) { type mockOrigin (line 203) | type mockOrigin struct method serve (line 210) | func (mo *mockOrigin) serve() error { function testPayload (line 232) | func testPayload(sessionID uuid.UUID) []byte { function testResponse (line 236) | func testResponse(msg []byte) []byte { type mockQUICTransport (line 240) | type mockQUICTransport struct method MuxSession (line 244) | func (me *mockQUICTransport) MuxSession(session *packet.Session) error { type mockEyeballSession (line 250) | type mockEyeballSession struct method serve (line 258) | func (me *mockEyeballSession) serve(ctx context.Context, requestChan c... FILE: datagramsession/metrics.go constant namespace (line 8) | namespace = "cloudflared" function init (line 26) | func init() { function incrementUDPSessions (line 33) | func incrementUDPSessions() { function decrementUDPActiveSessions (line 38) | func decrementUDPActiveSessions() { FILE: datagramsession/session.go constant defaultCloseIdleAfter (line 18) | defaultCloseIdleAfter = time.Second * 210 function SessionIdleErr (line 21) | func SessionIdleErr(timeout time.Duration) error { type transportSender (line 25) | type transportSender type ErrVithVariableSeverity (line 28) | type ErrVithVariableSeverity interface type Session (line 42) | type Session struct method Serve (line 52) | func (s *Session) Serve(ctx context.Context, closeAfterIdle time.Durat... method waitForCloseCondition (line 83) | func (s *Session) waitForCloseCondition(ctx context.Context, closeAfte... method dstToTransport (line 113) | func (s *Session) dstToTransport(buffer []byte) (closeSession bool, er... method transportToDst (line 129) | func (s *Session) transportToDst(payload []byte) (int, error) { method markActive (line 140) | func (s *Session) markActive() { method close (line 147) | func (s *Session) close(err *errClosedSession) { FILE: datagramsession/session_test.go function TestSessionCtxDone (line 23) | func TestSessionCtxDone(t *testing.T) { function TestCloseSession (line 28) | func TestCloseSession(t *testing.T) { function TestCloseIdle (line 33) | func TestCloseIdle(t *testing.T) { function testSessionReturns (line 37) | func testSessionReturns(t *testing.T, closeBy closeMethod, closeAfterIdl... type closeMethod (line 98) | type closeMethod constant closeByContext (line 101) | closeByContext closeMethod = iota constant closeByCallingClose (line 102) | closeByCallingClose constant closeByTimeout (line 103) | closeByTimeout function TestWriteToDstSessionPreventClosed (line 106) | func TestWriteToDstSessionPreventClosed(t *testing.T) { function TestReadFromDstSessionPreventClosed (line 110) | func TestReadFromDstSessionPreventClosed(t *testing.T) { function testActiveSessionNotClosed (line 114) | func testActiveSessionNotClosed(t *testing.T, readFromDst bool, writeToD... function TestMarkActiveNotBlocking (line 185) | func TestMarkActiveNotBlocking(t *testing.T) { function TestZeroBytePayload (line 201) | func TestZeroBytePayload(t *testing.T) { type mockTransportSender (line 235) | type mockTransportSender struct method muxSession (line 247) | func (mts *mockTransportSender) muxSession(session *packet.Session) er... function newMockTransportSender (line 240) | func newMockTransportSender(expectedSessionID uuid.UUID, expectedPayload... type sendOnceTransportSender (line 257) | type sendOnceTransportSender struct method muxSession (line 262) | func (sots *sendOnceTransportSender) muxSession(session *packet.Sessio... FILE: diagnostic/client.go type httpClient (line 15) | type httpClient struct method SetBaseURL (line 35) | func (client *httpClient) SetBaseURL(baseURL *url.URL) { method GET (line 39) | func (client *httpClient) GET(ctx context.Context, endpoint string) (*... method GetLogConfiguration (line 66) | func (client *httpClient) GetLogConfiguration(ctx context.Context) (*L... method GetMemoryDump (line 104) | func (client *httpClient) GetMemoryDump(ctx context.Context, writer io... method GetGoroutineDump (line 113) | func (client *httpClient) GetGoroutineDump(ctx context.Context, writer... method GetTunnelState (line 122) | func (client *httpClient) GetTunnelState(ctx context.Context) (*Tunnel... method GetSystemInformation (line 138) | func (client *httpClient) GetSystemInformation(ctx context.Context, wr... method GetMetrics (line 147) | func (client *httpClient) GetMetrics(ctx context.Context, writer io.Wr... method GetTunnelConfiguration (line 156) | func (client *httpClient) GetTunnelConfiguration(ctx context.Context, ... method GetCliConfiguration (line 165) | func (client *httpClient) GetCliConfiguration(ctx context.Context, wri... function NewHTTPClient (line 20) | func NewHTTPClient() *httpClient { type LogConfiguration (line 60) | type LogConfiguration struct function copyToWriter (line 174) | func copyToWriter(response *http.Response, writer io.Writer) error { function copyJSONToWriter (line 185) | func copyJSONToWriter(response *http.Response, writer io.Writer) error { type HTTPClient (line 207) | type HTTPClient interface FILE: diagnostic/consts.go constant defaultCollectorTimeout (line 6) | defaultCollectorTimeout = time.Second * 10 constant collectorField (line 7) | collectorField = "collector" constant systemCollectorName (line 8) | systemCollectorName = "system" constant tunnelStateCollectorName (line 9) | tunnelStateCollectorName = "tunnelState" constant configurationCollectorName (line 10) | configurationCollectorName = "configuration" constant defaultTimeout (line 11) | defaultTimeout = 15 * time.Second constant twoWeeksOffset (line 12) | twoWeeksOffset = -14 * 24 * time.Hour constant logFilename (line 13) | logFilename = "cloudflared_logs.txt" constant configurationKeyUID (line 14) | configurationKeyUID = "uid" constant tailMaxNumberOfLines (line 15) | tailMaxNumberOfLines = "10000" constant cliConfigurationEndpoint (line 18) | cliConfigurationEndpoint = "/diag/configuration" constant tunnelStateEndpoint (line 19) | tunnelStateEndpoint = "/diag/tunnel" constant systemInformationEndpoint (line 20) | systemInformationEndpoint = "/diag/system" constant memoryDumpEndpoint (line 21) | memoryDumpEndpoint = "debug/pprof/heap" constant goroutineDumpEndpoint (line 22) | goroutineDumpEndpoint = "debug/pprof/goroutine" constant metricsEndpoint (line 23) | metricsEndpoint = "metrics" constant tunnelConfigurationEndpoint (line 24) | tunnelConfigurationEndpoint = "/config" constant systemInformationBaseName (line 26) | systemInformationBaseName = "systeminformation.json" constant metricsBaseName (line 27) | metricsBaseName = "metrics.txt" constant zipName (line 28) | zipName = "cloudflared-diag" constant heapPprofBaseName (line 29) | heapPprofBaseName = "heap.pprof" constant goroutinePprofBaseName (line 30) | goroutinePprofBaseName = "goroutine.pprof" constant networkBaseName (line 31) | networkBaseName = "network.json" constant rawNetworkBaseName (line 32) | rawNetworkBaseName = "raw-network.txt" constant tunnelStateBaseName (line 33) | tunnelStateBaseName = "tunnelstate.json" constant cliConfigurationBaseName (line 34) | cliConfigurationBaseName = "cli-configuration.json" constant configurationBaseName (line 35) | configurationBaseName = "configuration.json" constant taskResultBaseName (line 36) | taskResultBaseName = "task-result.json" FILE: diagnostic/diagnostic.go constant taskSuccess (line 22) | taskSuccess = "success" constant taskFailure (line 23) | taskFailure = "failure" constant jobReportName (line 24) | jobReportName = "job report" constant tunnelStateJobName (line 25) | tunnelStateJobName = "tunnel state" constant systemInformationJobName (line 26) | systemInformationJobName = "system information" constant goroutineJobName (line 27) | goroutineJobName = "goroutine profile" constant heapJobName (line 28) | heapJobName = "heap profile" constant metricsJobName (line 29) | metricsJobName = "metrics" constant logInformationJobName (line 30) | logInformationJobName = "log information" constant rawNetworkInformationJobName (line 31) | rawNetworkInformationJobName = "raw network information" constant networkInformationJobName (line 32) | networkInformationJobName = "network information" constant cliConfigurationJobName (line 33) | cliConfigurationJobName = "cli configuration" constant configurationJobName (line 34) | configurationJobName = "configuration" type taskResult (line 38) | type taskResult struct method MarshalJSON (line 44) | func (result taskResult) MarshalJSON() ([]byte, error) { type networkCollectionResult (line 56) | type networkCollectionResult struct type collectToWriterFunc (line 65) | type collectToWriterFunc type collectFunc (line 68) | type collectFunc type collectJob (line 72) | type collectJob struct type Toggles (line 80) | type Toggles struct type Options (line 90) | type Options struct function collectLogs (line 98) | func collectLogs( function collectNetworkResultRoutine (line 145) | func collectNetworkResultRoutine( function gatherNetworkInformation (line 169) | func gatherNetworkInformation(ctx context.Context) map[string]networkCol... function networkInformationCollectors (line 209) | func networkInformationCollectors() (rawNetworkCollector, jsonNetworkCol... function rawNetworkInformationWriter (line 231) | func rawNetworkInformationWriter(resultMap map[string]networkCollectionR... function jsonNetworkInformationWriter (line 262) | func jsonNetworkInformationWriter(resultMap map[string]networkCollection... function collectFromEndpointAdapter (line 291) | func collectFromEndpointAdapter(collect collectToWriterFunc, fileName st... function tunnelStateCollectEndpointAdapter (line 308) | func tunnelStateCollectEndpointAdapter(client HTTPClient, tunnel *Tunnel... function resolveInstanceBaseURL (line 342) | func resolveInstanceBaseURL( function createJobs (line 368) | func createJobs( function createTaskReport (line 438) | func createTaskReport(taskReport map[string]taskResult) (string, error) { function runJobs (line 455) | func runJobs(ctx context.Context, jobs []collectJob, log *zerolog.Logger... function RunDiagnostic (line 503) | func RunDiagnostic( FILE: diagnostic/diagnostic_utils.go function CreateDiagnosticZipFile (line 23) | func CreateDiagnosticZipFile(base string, paths []string) (zipFileName s... type AddressableTunnelState (line 77) | type AddressableTunnelState struct function findMetricsServerPredicate (line 82) | func findMetricsServerPredicate(tunnelID, connectorID uuid.UUID) func(st... function FindMetricsServer (line 107) | func FindMetricsServer( function newFormattedEncoder (line 144) | func newFormattedEncoder(w io.Writer) *json.Encoder { FILE: diagnostic/diagnostic_utils_test.go function helperCreateServer (line 22) | func helperCreateServer(t *testing.T, listeners *gracenet.Net, tunnelID ... function TestFindMetricsServer_WhenSingleServerIsRunning_ReturnState (line 59) | func TestFindMetricsServer_WhenSingleServerIsRunning_ReturnState(t *test... function TestFindMetricsServer_WhenMultipleServerAreRunning_ReturnError (line 91) | func TestFindMetricsServer_WhenMultipleServerAreRunning_ReturnError(t *t... function TestFindMetricsServer_WhenNoInstanceIsRuning_ReturnError (line 137) | func TestFindMetricsServer_WhenNoInstanceIsRuning_ReturnError(t *testing... FILE: diagnostic/handlers.go type Handler (line 17) | type Handler struct method InstallEndpoints (line 56) | func (handler *Handler) InstallEndpoints(router *http.ServeMux) { method SystemHandler (line 67) | func (handler *Handler) SystemHandler(writer http.ResponseWriter, requ... method TunnelStateHandler (line 99) | func (handler *Handler) TunnelStateHandler(writer http.ResponseWriter,... method ConfigurationHandler (line 120) | func (handler *Handler) ConfigurationHandler(writer http.ResponseWrite... function NewDiagnosticHandler (line 28) | func NewDiagnosticHandler( type SystemInformationResponse (line 62) | type SystemInformationResponse struct type TunnelState (line 92) | type TunnelState struct function writeResponse (line 137) | func writeResponse(w http.ResponseWriter, bytes []byte, logger *zerolog.... FILE: diagnostic/handlers_test.go type SystemCollectorMock (line 23) | type SystemCollectorMock struct method Collect (line 51) | func (collector *SystemCollectorMock) Collect(context.Context) (*diagn... constant systemInformationKey (line 29) | systemInformationKey = "sikey" constant errorKey (line 30) | errorKey = "errkey" function newTrackerFromConns (line 33) | func newTrackerFromConns(t *testing.T, connections []tunnelstate.Indexed... function TestSystemHandler (line 55) | func TestSystemHandler(t *testing.T) { function TestTunnelStateHandler (line 108) | func TestTunnelStateHandler(t *testing.T) { function TestConfigurationHandler (line 170) | func TestConfigurationHandler(t *testing.T) { FILE: diagnostic/log_collector.go type LogInformation (line 10) | type LogInformation struct function NewLogInformation (line 16) | func NewLogInformation( type LogCollector (line 28) | type LogCollector interface FILE: diagnostic/log_collector_docker.go type DockerLogCollector (line 12) | type DockerLogCollector struct method Collect (line 22) | func (collector *DockerLogCollector) Collect(ctx context.Context) (*Lo... function NewDockerLogCollector (line 16) | func NewDockerLogCollector(containerID string) *DockerLogCollector { FILE: diagnostic/log_collector_host.go constant linuxManagedLogsPath (line 13) | linuxManagedLogsPath = "/var/log/cloudflared.err" constant darwinManagedLogsPath (line 14) | darwinManagedLogsPath = "/Library/Logs/com.cloudflare.cloudflare... constant linuxServiceConfigurationPath (line 15) | linuxServiceConfigurationPath = "/etc/systemd/system/cloudflared.service" constant linuxSystemdPath (line 16) | linuxSystemdPath = "/run/systemd/system" type HostLogCollector (line 19) | type HostLogCollector struct method Collect (line 76) | func (collector *HostLogCollector) Collect(ctx context.Context) (*LogI... function NewHostLogCollector (line 23) | func NewHostLogCollector(client HTTPClient) *HostLogCollector { function extractLogsFromJournalCtl (line 29) | func extractLogsFromJournalCtl(ctx context.Context) (*LogInformation, er... function getServiceLogPath (line 51) | func getServiceLogPath() (string, error) { FILE: diagnostic/log_collector_kubernetes.go type KubernetesLogCollector (line 12) | type KubernetesLogCollector struct method Collect (line 24) | func (collector *KubernetesLogCollector) Collect(ctx context.Context) ... function NewKubernetesLogCollector (line 17) | func NewKubernetesLogCollector(containerID, pod string) *KubernetesLogCo... FILE: diagnostic/log_collector_utils.go function PipeCommandOutputToFile (line 11) | func PipeCommandOutputToFile(command *exec.Cmd, outputHandle *os.File) (... function CopyFilesFromDirectory (line 69) | func CopyFilesFromDirectory(path string) (string, error) { FILE: diagnostic/network/collector.go constant MicrosecondsFactor (line 9) | MicrosecondsFactor = 1000.0 type IPVersion (line 14) | type IPVersion constant V4 (line 17) | V4 IPVersion = iota constant V6 (line 18) | V6 IPVersion = iota type Hop (line 21) | type Hop struct type TraceOptions (line 27) | type TraceOptions struct function NewTimeoutHop (line 34) | func NewTimeoutHop( function NewHop (line 47) | func NewHop(hop uint8, domain string, rtts []time.Duration) *Hop { function NewTraceOptions (line 55) | func NewTraceOptions( type NetworkCollector (line 69) | type NetworkCollector interface FILE: diagnostic/network/collector_unix.go type NetworkCollectorImpl (line 14) | type NetworkCollectorImpl struct method Collect (line 16) | func (tracer *NetworkCollectorImpl) Collect(ctx context.Context, optio... function DecodeLine (line 40) | func DecodeLine(text string) (*Hop, error) { FILE: diagnostic/network/collector_unix_test.go function TestDecode (line 16) | func TestDecode(t *testing.T) { FILE: diagnostic/network/collector_utils.go type DecodeLineFunc (line 11) | type DecodeLineFunc function decodeNetworkOutputToFile (line 13) | func decodeNetworkOutputToFile(command *exec.Cmd, decodeLine DecodeLineF... function Decode (line 45) | func Decode(reader io.Reader, decodeLine DecodeLineFunc) ([]*Hop, error) { FILE: diagnostic/network/collector_windows.go type NetworkCollectorImpl (line 14) | type NetworkCollectorImpl struct method Collect (line 16) | func (tracer *NetworkCollectorImpl) Collect(ctx context.Context, optio... function DecodeLine (line 37) | func DecodeLine(text string) (*Hop, error) { FILE: diagnostic/network/collector_windows_test.go function TestDecode (line 16) | func TestDecode(t *testing.T) { FILE: diagnostic/system_collector.go type SystemInformationError (line 10) | type SystemInformationError struct method Error (line 15) | func (err SystemInformationError) Error() string { method MarshalJSON (line 19) | func (err SystemInformationError) MarshalJSON() ([]byte, error) { type SystemInformationGeneralError (line 28) | type SystemInformationGeneralError struct method Error (line 35) | func (err SystemInformationGeneralError) Error() string { method MarshalJSON (line 58) | func (err SystemInformationGeneralError) MarshalJSON() ([]byte, error) { type DiskVolumeInformation (line 81) | type DiskVolumeInformation struct function NewDiskVolumeInformation (line 87) | func NewDiskVolumeInformation(name string, maximum, current uint64) *Dis... type SystemInformation (line 95) | type SystemInformation struct function NewSystemInformation (line 111) | func NewSystemInformation( type SystemCollector (line 143) | type SystemCollector interface FILE: diagnostic/system_collector_linux.go type SystemCollectorImpl (line 14) | type SystemCollectorImpl struct method Collect (line 26) | func (collector *SystemCollectorImpl) Collect(ctx context.Context) (*S... function NewSystemCollectorImpl (line 18) | func NewSystemCollectorImpl( function collectMemoryInformation (line 96) | func collectMemoryInformation(ctx context.Context) (*MemoryInformation, ... function collectFileDescriptorInformation (line 130) | func collectFileDescriptorInformation(ctx context.Context) (*FileDescrip... FILE: diagnostic/system_collector_macos.go type SystemCollectorImpl (line 13) | type SystemCollectorImpl struct method Collect (line 25) | func (collector *SystemCollectorImpl) Collect(ctx context.Context) (*S... function NewSystemCollectorImpl (line 17) | func NewSystemCollectorImpl( function collectFileDescriptorInformation (line 101) | func collectFileDescriptorInformation(ctx context.Context) ( function collectMemoryInformation (line 134) | func collectMemoryInformation(ctx context.Context) ( FILE: diagnostic/system_collector_test.go function TestParseMemoryInformationFromKV (line 14) | func TestParseMemoryInformationFromKV(t *testing.T) { function TestParseUnameOutput (line 123) | func TestParseUnameOutput(t *testing.T) { function TestParseFileDescriptorInformationFromKV (line 186) | func TestParseFileDescriptorInformationFromKV(t *testing.T) { function TestParseSysctlFileDescriptorInformation (line 240) | func TestParseSysctlFileDescriptorInformation(t *testing.T) { function TestParseWinOperatingSystemInfo (line 283) | func TestParseWinOperatingSystemInfo(t *testing.T) { function TestParseDiskVolumeInformationOutput (line 357) | func TestParseDiskVolumeInformationOutput(t *testing.T) { FILE: diagnostic/system_collector_utils.go function findColonSeparatedPairs (line 13) | func findColonSeparatedPairs[V any](output string, keys []string, mapper... function ParseDiskVolumeInformationOutput (line 64) | func ParseDiskVolumeInformationOutput(output string, skipLines int, scal... type OsInfo (line 117) | type OsInfo struct function ParseUnameOutput (line 125) | func ParseUnameOutput(output string, system string) (*OsInfo, error) { function ParseWinOperatingSystemInfo (line 163) | func ParseWinOperatingSystemInfo( type FileDescriptorInformation (line 208) | type FileDescriptorInformation struct function ParseSysctlFileDescriptorInformation (line 213) | func ParseSysctlFileDescriptorInformation(output string) (*FileDescripto... function ParseFileDescriptorInformationFromKV (line 249) | func ParseFileDescriptorInformationFromKV( type MemoryInformation (line 281) | type MemoryInformation struct function ParseMemoryInformationFromKV (line 286) | func ParseMemoryInformationFromKV( function RawSystemInformation (line 309) | func RawSystemInformation(osInfoRaw string, memoryInfoRaw string, fdInfo... function collectDiskVolumeInformationUnix (line 339) | func collectDiskVolumeInformationUnix(ctx context.Context) ([]*DiskVolum... function collectOSInformationUnix (line 359) | func collectOSInformationUnix(ctx context.Context) (*OsInfo, string, err... FILE: diagnostic/system_collector_windows.go constant kiloBytesScale (line 13) | kiloBytesScale = 1.0 / 1024 type SystemCollectorImpl (line 15) | type SystemCollectorImpl struct method Collect (line 27) | func (collector *SystemCollectorImpl) Collect(ctx context.Context) (*S... function NewSystemCollectorImpl (line 19) | func NewSystemCollectorImpl( function collectMemoryInformation (line 92) | func collectMemoryInformation(ctx context.Context) (*MemoryInformation, ... function collectDiskVolumeInformation (line 129) | func collectDiskVolumeInformation(ctx context.Context) ([]*DiskVolumeInf... function collectOSInformation (line 152) | func collectOSInformation(ctx context.Context) (*OsInfo, string, error) { FILE: edgediscovery/allregions/address.go type AddrSet (line 5) | type AddrSet method AddrUsedBy (line 9) | func (a AddrSet) AddrUsedBy(connID int) *EdgeAddr { method AvailableAddrs (line 19) | func (a AddrSet) AvailableAddrs() int { method GetUnusedIP (line 31) | func (a AddrSet) GetUnusedIP(excluding *EdgeAddr) *EdgeAddr { method Use (line 41) | func (a AddrSet) Use(addr *EdgeAddr, connID int) { method GetAnyAddress (line 49) | func (a AddrSet) GetAnyAddress() *EdgeAddr { method GiveBack (line 58) | func (a AddrSet) GiveBack(addr *EdgeAddr) (ok bool) { FILE: edgediscovery/allregions/address_test.go function TestAddrSet_AddrUsedBy (line 8) | func TestAddrSet_AddrUsedBy(t *testing.T) { function TestAddrSet_AvailableAddrs (line 64) | func TestAddrSet_AvailableAddrs(t *testing.T) { function TestAddrSet_GetUnusedIP (line 112) | func TestAddrSet_GetUnusedIP(t *testing.T) { function TestAddrSet_GiveBack (line 172) | func TestAddrSet_GiveBack(t *testing.T) { function TestAddrSet_GetAnyAddress (line 214) | func TestAddrSet_GetAnyAddress(t *testing.T) { FILE: edgediscovery/allregions/discovery.go constant srvService (line 18) | srvService = "v2-origintunneld" constant srvProto (line 19) | srvProto = "tcp" constant srvName (line 20) | srvName = "argotunnel.com" constant dotServerName (line 24) | dotServerName = "cloudflare-dns.com" constant dotServerAddr (line 25) | dotServerAddr = "1.1.1.1:853" constant dotTimeout (line 26) | dotTimeout = 15 * time.Second constant logFieldAddress (line 28) | logFieldAddress = "address" type ConfigIPVersion (line 38) | type ConfigIPVersion method String (line 46) | func (c ConfigIPVersion) String() string { constant Auto (line 41) | Auto ConfigIPVersion = 2 constant IPv4Only (line 42) | IPv4Only ConfigIPVersion = 4 constant IPv6Only (line 43) | IPv6Only ConfigIPVersion = 6 type EdgeIPVersion (line 60) | type EdgeIPVersion method String (line 68) | func (c EdgeIPVersion) String() string { constant V4 (line 63) | V4 EdgeIPVersion = 4 constant V6 (line 64) | V6 EdgeIPVersion = 6 type EdgeAddr (line 80) | type EdgeAddr struct function edgeDiscovery (line 112) | func edgeDiscovery(log *zerolog.Logger, srvService string) ([][]*EdgeAdd... function lookupSRVWithDOT (line 153) | func lookupSRVWithDOT(srvService string, srvProto string, srvName string... function resolveSRV (line 172) | func resolveSRV(srv *net.SRV) ([]*EdgeAddr, error) { function ResolveAddrs (line 197) | func ResolveAddrs(addrs []string, log *zerolog.Logger) (resolved []*Edge... FILE: edgediscovery/allregions/discovery_test.go method String (line 11) | func (ea *EdgeAddr) String() string { function TestEdgeDiscovery (line 15) | func TestEdgeDiscovery(t *testing.T) { FILE: edgediscovery/allregions/mocks_for_test.go type mockAddrs (line 121) | type mockAddrs struct method Generate (line 158) | func (mockAddrs) Generate(rand *rand.Rand, size int) reflect.Value { function newMockAddrs (line 130) | func newMockAddrs(port uint16, numRegions uint8, numAddrsPerRegion uint8... function mockNetLookupSRV (line 168) | func mockNetLookupSRV( function mockNetLookupIP (line 187) | func mockNetLookupIP( FILE: edgediscovery/allregions/region.go constant timeoutDuration (line 6) | timeoutDuration = 10 * time.Minute type Region (line 11) | type Region struct method AddrUsedBy (line 77) | func (r *Region) AddrUsedBy(connID int) *EdgeAddr { method AvailableAddrs (line 86) | func (r Region) AvailableAddrs() int { method AssignAnyAddress (line 93) | func (r Region) AssignAnyAddress(connID int, excluding *EdgeAddr) *Edg... method GetAnyAddress (line 102) | func (r Region) GetAnyAddress() *EdgeAddr { method GiveBack (line 108) | func (r *Region) GiveBack(addr *EdgeAddr, hasConnectivityError bool) (... function NewRegion (line 21) | func NewRegion(addrs []*EdgeAddr, overrideIPVersion ConfigIPVersion) Reg... function activatePrimary (line 151) | func activatePrimary(r *Region) { FILE: edgediscovery/allregions/region_test.go function makeAddrSet (line 11) | func makeAddrSet(addrs []*EdgeAddr) AddrSet { function TestRegion_New (line 19) | func TestRegion_New(t *testing.T) { function TestRegion_AnyAddress_EmptyActiveSet (line 103) | func TestRegion_AnyAddress_EmptyActiveSet(t *testing.T) { function TestRegion_AssignAnyAddress_FullyUsedActiveSet (line 131) | func TestRegion_AssignAnyAddress_FullyUsedActiveSet(t *testing.T) { function TestRegion_GiveBack_NoConnectivityError (line 227) | func TestRegion_GiveBack_NoConnectivityError(t *testing.T) { function TestRegion_GiveBack_ForeignAddr (line 238) | func TestRegion_GiveBack_ForeignAddr(t *testing.T) { function TestRegion_GiveBack_SwapPrimary (line 261) | func TestRegion_GiveBack_SwapPrimary(t *testing.T) { function TestRegion_GiveBack_IPv4_ResetPrimary (line 280) | func TestRegion_GiveBack_IPv4_ResetPrimary(t *testing.T) { function TestRegion_GiveBack_Timeout (line 327) | func TestRegion_GiveBack_Timeout(t *testing.T) { FILE: edgediscovery/allregions/regions.go type Regions (line 12) | type Regions struct method GetAnyAddress (line 70) | func (rs *Regions) GetAnyAddress() *EdgeAddr { method AddrUsedBy (line 79) | func (rs *Regions) AddrUsedBy(connID int) *EdgeAddr { method GetUnusedAddr (line 88) | func (rs *Regions) GetUnusedAddr(excluding *EdgeAddr, connID int) *Edg... method AvailableAddrs (line 121) | func (rs *Regions) AvailableAddrs() int { method GiveBack (line 127) | func (rs *Regions) GiveBack(addr *EdgeAddr, hasConnectivityError bool)... function ResolveEdge (line 22) | func ResolveEdge(log *zerolog.Logger, region string, overrideIPVersion C... function StaticEdge (line 38) | func StaticEdge(hostnames []string, log *zerolog.Logger) (*Regions, erro... function NewNoResolve (line 48) | func NewNoResolve(addrs []*EdgeAddr) *Regions { function getAddrs (line 107) | func getAddrs(excluding *EdgeAddr, connID int, first *Region, second *Re... function getRegionalServiceName (line 135) | func getRegionalServiceName(region string) string { FILE: edgediscovery/allregions/regions_test.go function makeRegions (line 9) | func makeRegions(addrs []*EdgeAddr, mode ConfigIPVersion) Regions { function TestRegions_AddrUsedBy (line 24) | func TestRegions_AddrUsedBy(t *testing.T) { function TestRegions_Giveback_Region1 (line 54) | func TestRegions_Giveback_Region1(t *testing.T) { function TestRegions_Giveback_Region2 (line 87) | func TestRegions_Giveback_Region2(t *testing.T) { function TestRegions_GetUnusedAddr_OneAddrLeft (line 120) | func TestRegions_GetUnusedAddr_OneAddrLeft(t *testing.T) { function TestRegions_GetUnusedAddr_Excluding_Region1 (line 151) | func TestRegions_GetUnusedAddr_Excluding_Region1(t *testing.T) { function TestRegions_GetUnusedAddr_Excluding_Region2 (line 183) | func TestRegions_GetUnusedAddr_Excluding_Region2(t *testing.T) { function TestNewNoResolveBalancesRegions (line 215) | func TestNewNoResolveBalancesRegions(t *testing.T) { function TestGetRegionalServiceName (line 240) | func TestGetRegionalServiceName(t *testing.T) { function RegionsIsBalanced (line 252) | func RegionsIsBalanced(t *testing.T, rs *Regions) { function abs (line 257) | func abs(x int) int { FILE: edgediscovery/allregions/usedby.go type UsedBy (line 3) | type UsedBy struct function InUse (line 8) | func InUse(connID int) UsedBy { function Unused (line 12) | func Unused() UsedBy { FILE: edgediscovery/dial.go function DialEdge (line 13) | func DialEdge( type DialError (line 45) | type DialError struct method Error (line 53) | func (e DialError) Error() string { method Cause (line 57) | func (e DialError) Cause() error { function newDialError (line 49) | func newDialError(err error, message string) error { FILE: edgediscovery/edgediscovery.go constant LogFieldConnIndex (line 13) | LogFieldConnIndex = "connIndex" constant LogFieldIPAddress (line 14) | LogFieldIPAddress = "ip" type ErrNoAddressesLeft (line 19) | type ErrNoAddressesLeft struct method Error (line 21) | func (e ErrNoAddressesLeft) Error() string { type Edge (line 26) | type Edge struct method GetAddrForRPC (line 66) | func (ed *Edge) GetAddrForRPC() (*allregions.EdgeAddr, error) { method GetAddr (line 77) | func (ed *Edge) GetAddr(connIndex int) (*allregions.EdgeAddr, error) { method GetDifferentAddr (line 102) | func (ed *Edge) GetDifferentAddr(connIndex int, hasConnectivityError b... method AvailableAddrs (line 128) | func (ed *Edge) AvailableAddrs() int { method GiveBack (line 136) | func (ed *Edge) GiveBack(addr *allregions.EdgeAddr, hasConnectivityErr... function ResolveEdge (line 38) | func ResolveEdge(log *zerolog.Logger, region string, edgeIpVersion allre... function StaticEdge (line 50) | func StaticEdge(log *zerolog.Logger, hostnames []string) (*Edge, error) { FILE: edgediscovery/edgediscovery_test.go function TestGiveBack (line 123) | func TestGiveBack(t *testing.T) { function TestRPCAndProxyShareSingleEdgeIP (line 139) | func TestRPCAndProxyShareSingleEdgeIP(t *testing.T) { function TestGetAddrForRPC (line 154) | func TestGetAddrForRPC(t *testing.T) { function TestOnePerRegion (line 171) | func TestOnePerRegion(t *testing.T) { function TestOnlyOneAddrLeft (line 193) | func TestOnlyOneAddrLeft(t *testing.T) { function TestNoAddrsLeft (line 213) | func TestNoAddrsLeft(t *testing.T) { function TestGetAddr (line 223) | func TestGetAddr(t *testing.T) { function TestGetDifferentAddr (line 238) | func TestGetDifferentAddr(t *testing.T) { function MockEdge (line 257) | func MockEdge(log *zerolog.Logger, addrs []*allregions.EdgeAddr) *Edge { FILE: edgediscovery/mocks_for_test.go type mockAddrs (line 12) | type mockAddrs struct method Generate (line 44) | func (mockAddrs) Generate(rand *rand.Rand, size int) reflect.Value { function newMockAddrs (line 21) | func newMockAddrs(port uint16, numRegions uint8, numAddrsPerRegion uint8... function mockNetLookupSRV (line 54) | func mockNetLookupSRV( function mockNetLookupIP (line 73) | func mockNetLookupIP( type mockEdgeServiceDiscoverer (line 91) | type mockEdgeServiceDiscoverer struct method Addr (line 94) | func (mr *mockEdgeServiceDiscoverer) Addr() (*net.TCPAddr, error) { method AnyAddr (line 101) | func (mr *mockEdgeServiceDiscoverer) AnyAddr() (*net.TCPAddr, error) { method ReplaceAddr (line 108) | func (mr *mockEdgeServiceDiscoverer) ReplaceAddr(addr *net.TCPAddr) {} method MarkAddrBad (line 110) | func (mr *mockEdgeServiceDiscoverer) MarkAddrBad(addr *net.TCPAddr) {} method AvailableAddrs (line 112) | func (mr *mockEdgeServiceDiscoverer) AvailableAddrs() int { method Refresh (line 116) | func (mr *mockEdgeServiceDiscoverer) Refresh() error { FILE: edgediscovery/protocol.go constant protocolRecord (line 11) | protocolRecord = "protocol-v2.argotunnel.com" type PercentageFetcher (line 18) | type PercentageFetcher type ProtocolPercent (line 21) | type ProtocolPercent struct type ProtocolPercents (line 27) | type ProtocolPercents method GetPercentage (line 30) | func (p ProtocolPercents) GetPercentage(protocol string) int32 { function ProtocolPercentage (line 40) | func ProtocolPercentage() (ProtocolPercents, error) { FILE: edgediscovery/protocol_test.go function TestProtocolPercentage (line 9) | func TestProtocolPercentage(t *testing.T) { FILE: features/features.go constant FeatureSerializedHeaders (line 6) | FeatureSerializedHeaders = "serialized_headers" constant FeatureQuickReconnects (line 7) | FeatureQuickReconnects = "quick_reconnects" constant FeatureAllowRemoteConfig (line 8) | FeatureAllowRemoteConfig = "allow_remote_config" constant FeatureDatagramV2 (line 9) | FeatureDatagramV2 = "support_datagram_v2" constant FeaturePostQuantum (line 10) | FeaturePostQuantum = "postquantum" constant FeatureQUICSupportEOF (line 11) | FeatureQUICSupportEOF = "support_quic_eof" constant FeatureManagementLogs (line 12) | FeatureManagementLogs = "management_logs" constant FeatureDatagramV3_2 (line 13) | FeatureDatagramV3_2 = "support_datagram_v3_2" constant DeprecatedFeatureDatagramV3 (line 15) | DeprecatedFeatureDatagramV3 = "support_datagram_v3" constant DeprecatedFeatureDatagramV3_1 (line 16) | DeprecatedFeatureDatagramV3_1 = "support_datagram_v3_1" type staticFeatures (line 34) | type staticFeatures struct type FeatureSnapshot (line 38) | type FeatureSnapshot struct type PostQuantumMode (line 47) | type PostQuantumMode constant PostQuantumPrefer (line 51) | PostQuantumPrefer PostQuantumMode = iota constant PostQuantumStrict (line 54) | PostQuantumStrict type DatagramVersion (line 57) | type DatagramVersion constant DatagramV2 (line 61) | DatagramV2 DatagramVersion = FeatureDatagramV2 constant DatagramV3 (line 63) | DatagramV3 DatagramVersion = FeatureDatagramV3_2 function dedupAndRemoveFeatures (line 67) | func dedupAndRemoveFeatures(features []string) []string { FILE: features/selector.go constant featureSelectorHostname (line 17) | featureSelectorHostname = "cfd-features.argotunnel.com" constant lookupTimeout (line 18) | lookupTimeout = time.Second * 10 constant defaultLookupFreq (line 19) | defaultLookupFreq = time.Hour type featuresRecord (line 25) | type featuresRecord struct function NewFeatureSelector (line 33) | func NewFeatureSelector(ctx context.Context, accountTag string, cliFeatu... type FeatureSelector (line 37) | type FeatureSelector interface type featureSelector (line 42) | type featureSelector struct method Snapshot (line 85) | func (fs *featureSelector) Snapshot() FeatureSnapshot { method accountEnabled (line 95) | func (fs *featureSelector) accountEnabled(percentage uint32) bool { method postQuantumMode (line 99) | func (fs *featureSelector) postQuantumMode() PostQuantumMode { method datagramVersion (line 107) | func (fs *featureSelector) datagramVersion() DatagramVersion { method clientFeatures (line 125) | func (fs *featureSelector) clientFeatures() []string { method refresh (line 130) | func (fs *featureSelector) refresh(ctx context.Context) error { method refreshLoop (line 149) | func (fs *featureSelector) refreshLoop(ctx context.Context, refreshFre... function newFeatureSelector (line 55) | func newFeatureSelector(ctx context.Context, accountTag string, logger *... type resolver (line 165) | type resolver interface type dnsResolver (line 169) | type dnsResolver struct method lookupRecord (line 179) | func (dr *dnsResolver) lookupRecord(ctx context.Context) ([]byte, erro... function newDNSResolver (line 173) | func newDNSResolver() *dnsResolver { function switchThreshold (line 195) | func switchThreshold(accountTag string) uint32 { FILE: features/selector_test.go constant testAccountTag (line 15) | testAccountTag = "123456" constant testAccountHash (line 16) | testAccountHash = 74 function TestUnmarshalFeaturesRecord (line 19) | func TestUnmarshalFeaturesRecord(t *testing.T) { function TestFeaturePrecedenceEvaluationPostQuantum (line 55) | func TestFeaturePrecedenceEvaluationPostQuantum(t *testing.T) { function TestFeaturePrecedenceEvaluationDatagramVersion (line 89) | func TestFeaturePrecedenceEvaluationDatagramVersion(t *testing.T) { function TestDeprecatedFeaturesRemoved (line 133) | func TestDeprecatedFeaturesRemoved(t *testing.T) { function TestRefreshFeaturesRecord (line 172) | func TestRefreshFeaturesRecord(t *testing.T) { function TestSnapshotIsolation (line 197) | func TestSnapshotIsolation(t *testing.T) { function TestStaticFeatures (line 213) | func TestStaticFeatures(t *testing.T) { function newTestSelector (line 226) | func newTestSelector(t *testing.T, percentages []uint32, pq bool, refres... type mockResolver (line 239) | type mockResolver struct method lookupRecord (line 244) | func (mr *mockResolver) lookupRecord(ctx context.Context) ([]byte, err... type staticResolver (line 257) | type staticResolver struct method lookupRecord (line 261) | func (r *staticResolver) lookupRecord(ctx context.Context) ([]byte, er... FILE: fips/fips.go function IsFipsEnabled (line 9) | func IsFipsEnabled() bool { FILE: fips/nofips.go function IsFipsEnabled (line 5) | func IsFipsEnabled() bool { FILE: flow/limiter.go constant unlimitedActiveFlows (line 9) | unlimitedActiveFlows = 0 type Limiter (line 16) | type Limiter interface type flowLimiter (line 26) | type flowLimiter struct method Acquire (line 42) | func (s *flowLimiter) Acquire(flowType string) error { method Release (line 55) | func (s *flowLimiter) Release() { method SetLimit (line 66) | func (s *flowLimiter) SetLimit(newMaxActiveFlows uint64) { function NewLimiter (line 33) | func NewLimiter(maxActiveFlows uint64) Limiter { function isUnlimited (line 75) | func isUnlimited(value uint64) bool { FILE: flow/limiter_test.go function TestFlowLimiter_Unlimited (line 11) | func TestFlowLimiter_Unlimited(t *testing.T) { function TestFlowLimiter_Limited (line 20) | func TestFlowLimiter_Limited(t *testing.T) { function TestFlowLimiter_AcquireAndReleaseFlow (line 33) | func TestFlowLimiter_AcquireAndReleaseFlow(t *testing.T) { function TestFlowLimiter_SetLimit (line 70) | func TestFlowLimiter_SetLimit(t *testing.T) { FILE: flow/metrics.go constant namespace (line 9) | namespace = "flow" FILE: github_message.py function kv_get_keys (line 21) | def kv_get_keys(prefix, account, namespace, api_token): function kv_get_value (line 39) | def kv_get_value(key, account, namespace, api_token): function update_or_add_message (line 56) | def update_or_add_message(msg, name, sha): function get_release (line 73) | def get_release(repo, version): function parse_args (line 83) | def parse_args(): function main (line 139) | def main(): FILE: github_release.py function get_sha256 (line 28) | def get_sha256(filename): function send_hash (line 36) | def send_hash(pkg_hash, name, version, account, namespace, api_token): function assert_tag_exists (line 57) | def assert_tag_exists(repo, version): function get_or_create_release (line 64) | def get_or_create_release(repo, version, dry_run=False, is_draft=False): function parse_args (line 102) | def parse_args(): function upload_asset (line 175) | def upload_asset(release, filepath, filename, release_version, kv_accoun... function move_asset (line 208) | def move_asset(filepath, filename): function get_binary_version (line 221) | def get_binary_version(binary_path): function assert_asset_version (line 249) | def assert_asset_version(binary_path, release_version): function main (line 276) | def main(): FILE: hello/hello.go constant UptimeRoute (line 22) | UptimeRoute = "/uptime" constant WSRoute (line 23) | WSRoute = "/ws" constant SSERoute (line 24) | SSERoute = "/sse" constant HealthRoute (line 25) | HealthRoute = "/_health" constant defaultSSEFreq (line 26) | defaultSSEFreq = time.Second * 10 type templateData (line 29) | type templateData struct type OriginUpTime (line 35) | type OriginUpTime struct constant defaultServerName (line 40) | defaultServerName = "the Cloudflare Tunnel test server" constant indexTemplate (line 41) | indexTemplate = ` function StartHelloWorldServer (line 102) | func StartHelloWorldServer(log *zerolog.Logger, listener net.Listener, s... function CreateTLSListener (line 130) | func CreateTLSListener(address string) (net.Listener, error) { function uptimeHandler (line 145) | func uptimeHandler(startTime time.Time) http.HandlerFunc { function websocketHandler (line 161) | func websocketHandler(log *zerolog.Logger, upgrader websocket.Upgrader) ... function sseHandler (line 190) | func sseHandler(log *zerolog.Logger) http.HandlerFunc { function healthHandler (line 226) | func healthHandler() http.HandlerFunc { function rootHandler (line 232) | func rootHandler(serverName string) http.HandlerFunc { FILE: hello/hello_test.go function TestCreateTLSListenerHostAndPortSuccess (line 7) | func TestCreateTLSListenerHostAndPortSuccess(t *testing.T) { function TestCreateTLSListenerOnlyHostSuccess (line 18) | func TestCreateTLSListenerOnlyHostSuccess(t *testing.T) { function TestCreateTLSListenerOnlyPortSuccess (line 29) | func TestCreateTLSListenerOnlyPortSuccess(t *testing.T) { FILE: ingress/config.go constant defaultProxyAddress (line 23) | defaultProxyAddress = "127.0.0.1" constant defaultKeepAliveConnections (line 24) | defaultKeepAliveConnections = 100 constant defaultMaxActiveFlows (line 25) | defaultMaxActiveFlows = 0 constant SSHServerFlag (line 26) | SSHServerFlag = "ssh-server" constant Socks5Flag (line 27) | Socks5Flag = "socks5" constant ProxyConnectTimeoutFlag (line 28) | ProxyConnectTimeoutFlag = "proxy-connect-timeout" constant ProxyTLSTimeoutFlag (line 29) | ProxyTLSTimeoutFlag = "proxy-tls-timeout" constant ProxyTCPKeepAliveFlag (line 30) | ProxyTCPKeepAliveFlag = "proxy-tcp-keepalive" constant ProxyNoHappyEyeballsFlag (line 31) | ProxyNoHappyEyeballsFlag = "proxy-no-happy-eyeballs" constant ProxyKeepAliveConnectionsFlag (line 32) | ProxyKeepAliveConnectionsFlag = "proxy-keepalive-connections" constant ProxyKeepAliveTimeoutFlag (line 33) | ProxyKeepAliveTimeoutFlag = "proxy-keepalive-timeout" constant HTTPHostHeaderFlag (line 34) | HTTPHostHeaderFlag = "http-host-header" constant OriginServerNameFlag (line 35) | OriginServerNameFlag = "origin-server-name" constant MatchSNIToHostFlag (line 36) | MatchSNIToHostFlag = "match-sni-to-host" constant NoTLSVerifyFlag (line 37) | NoTLSVerifyFlag = "no-tls-verify" constant NoChunkedEncodingFlag (line 38) | NoChunkedEncodingFlag = "no-chunked-encoding" constant ProxyAddressFlag (line 39) | ProxyAddressFlag = "proxy-address" constant ProxyPortFlag (line 40) | ProxyPortFlag = "proxy-port" constant Http2OriginFlag (line 41) | Http2OriginFlag = "http2-origin" constant socksProxy (line 45) | socksProxy = "socks" type WarpRoutingConfig (line 48) | type WarpRoutingConfig struct method RawConfig (line 72) | func (c *WarpRoutingConfig) RawConfig() config.WarpRoutingConfig { function NewWarpRoutingConfig (line 54) | func NewWarpRoutingConfig(raw *config.WarpRoutingConfig) WarpRoutingConf... type RemoteConfig (line 87) | type RemoteConfig struct method UnmarshalJSON (line 98) | func (rc *RemoteConfig) UnmarshalJSON(b []byte) error { type RemoteConfigJSON (line 92) | type RemoteConfigJSON struct function originRequestFromSingleRule (line 122) | func originRequestFromSingleRule(c *cli.Context) OriginRequestConfig { function originRequestFromConfig (line 215) | func originRequestFromConfig(c config.OriginRequestConfig) OriginRequest... type OriginRequestConfig (line 292) | type OriginRequestConfig struct method setConnectTimeout (line 338) | func (defaults *OriginRequestConfig) setConnectTimeout(overrides confi... method setTLSTimeout (line 344) | func (defaults *OriginRequestConfig) setTLSTimeout(overrides config.Or... method setNoHappyEyeballs (line 350) | func (defaults *OriginRequestConfig) setNoHappyEyeballs(overrides conf... method setKeepAliveConnections (line 356) | func (defaults *OriginRequestConfig) setKeepAliveConnections(overrides... method setKeepAliveTimeout (line 362) | func (defaults *OriginRequestConfig) setKeepAliveTimeout(overrides con... method setTCPKeepAlive (line 368) | func (defaults *OriginRequestConfig) setTCPKeepAlive(overrides config.... method setHTTPHostHeader (line 374) | func (defaults *OriginRequestConfig) setHTTPHostHeader(overrides confi... method setOriginServerName (line 380) | func (defaults *OriginRequestConfig) setOriginServerName(overrides con... method setMatchSNIToHost (line 386) | func (defaults *OriginRequestConfig) setMatchSNIToHost(overrides confi... method setCAPool (line 392) | func (defaults *OriginRequestConfig) setCAPool(overrides config.Origin... method setNoTLSVerify (line 398) | func (defaults *OriginRequestConfig) setNoTLSVerify(overrides config.O... method setDisableChunkedEncoding (line 404) | func (defaults *OriginRequestConfig) setDisableChunkedEncoding(overrid... method setBastionMode (line 410) | func (defaults *OriginRequestConfig) setBastionMode(overrides config.O... method setProxyPort (line 416) | func (defaults *OriginRequestConfig) setProxyPort(overrides config.Ori... method setProxyAddress (line 422) | func (defaults *OriginRequestConfig) setProxyAddress(overrides config.... method setProxyType (line 428) | func (defaults *OriginRequestConfig) setProxyType(overrides config.Ori... method setIPRules (line 434) | func (defaults *OriginRequestConfig) setIPRules(overrides config.Origi... method setHttp2Origin (line 447) | func (defaults *OriginRequestConfig) setHttp2Origin(overrides config.O... method setAccess (line 453) | func (defaults *OriginRequestConfig) setAccess(overrides config.Origin... function setConfig (line 467) | func setConfig(defaults OriginRequestConfig, overrides config.OriginRequ... function ConvertToRawOriginConfig (line 492) | func ConvertToRawOriginConfig(c OriginRequestConfig) config.OriginReques... function convertToRawIPRules (line 546) | func convertToRawIPRules(ipRules []ipaccess.Rule) []config.IngressIPRule { function defaultBoolToNil (line 563) | func defaultBoolToNil(b bool) *bool { function emptyStringToNil (line 571) | func emptyStringToNil(s string) *string { function zeroUIntToNil (line 579) | func zeroUIntToNil(v uint) *uint { FILE: ingress/config_test.go function TestCorrespondingFields (line 22) | func TestCorrespondingFields(t *testing.T) { function CountFields (line 30) | func CountFields(t *testing.T, val interface{}) int { function TestUnmarshalRemoteConfigOverridesGlobal (line 39) | func TestUnmarshalRemoteConfigOverridesGlobal(t *testing.T) { function TestOriginRequestConfigOverrides (line 71) | func TestOriginRequestConfigOverrides(t *testing.T) { function TestOriginRequestConfigDefaults (line 272) | func TestOriginRequestConfigDefaults(t *testing.T) { function TestDefaultConfigFromCLI (line 402) | func TestDefaultConfigFromCLI(t *testing.T) { function newIPRule (line 418) | func newIPRule(t *testing.T, prefix string, ports []int, allow bool) ipa... FILE: ingress/icmp_darwin.go type icmpProxy (line 27) | type icmpProxy struct method Request (line 130) | func (ip *icmpProxy) Request(ctx context.Context, pk *packet.ICMP, res... method Serve (line 198) | func (ip *icmpProxy) Serve(ctx context.Context) error { method handleFullPacket (line 234) | func (ip *icmpProxy) handleFullPacket(ctx context.Context, decoder *pa... method sendReply (line 254) | func (ip *icmpProxy) sendReply(ctx context.Context, reply *echoReply) ... type echoIDTracker (line 38) | type echoIDTracker struct method getOrAssign (line 56) | func (eit *echoIDTracker) getOrAssign(key flow3Tuple) (id uint16, succ... method set (line 86) | func (eit *echoIDTracker) set(key flow3Tuple, assignedEchoID uint16) { method release (line 92) | func (eit *echoIDTracker) release(key flow3Tuple, assigned uint16) bool { function newEchoIDTracker (line 49) | func newEchoIDTracker() *echoIDTracker { type echoFunnelID (line 105) | type echoFunnelID method Type (line 107) | func (snf echoFunnelID) Type() string { method String (line 111) | func (snf echoFunnelID) String() string { function newICMPProxy (line 115) | func newICMPProxy(listenIP netip.Addr, logger *zerolog.Logger, idleTimeo... FILE: ingress/icmp_darwin_test.go function TestSingleEchoIDTracker (line 15) | func TestSingleEchoIDTracker(t *testing.T) { function TestFullEchoIDTracker (line 47) | func TestFullEchoIDTracker(t *testing.T) { method get (line 118) | func (eit *echoIDTracker) get(key flow3Tuple) (id uint16, exist bool) { function getFunnel (line 125) | func getFunnel(t *testing.T, proxy *icmpProxy, tuple flow3Tuple) (packet... FILE: ingress/icmp_generic.go type icmpProxy (line 19) | type icmpProxy struct method Request (line 21) | func (ip icmpProxy) Request(ctx context.Context, pk *packet.ICMP, resp... method Serve (line 25) | func (ip *icmpProxy) Serve(ctx context.Context) error { function newICMPProxy (line 29) | func newICMPProxy(listenIP netip.Addr, logger *zerolog.Logger, idleTimeo... FILE: ingress/icmp_linux.go constant pingGroupPath (line 30) | pingGroupPath = "/proc/sys/net/ipv4/ping_group_range" type icmpProxy (line 37) | type icmpProxy struct method Request (line 99) | func (ip *icmpProxy) Request(ctx context.Context, pk *packet.ICMP, res... method Serve (line 166) | func (ip *icmpProxy) Serve(ctx context.Context) error { method listenResponse (line 171) | func (ip *icmpProxy) listenResponse(ctx context.Context, flow *icmpEch... method handleResponse (line 181) | func (ip *icmpProxy) handleResponse(ctx context.Context, flow *icmpEch... function newICMPProxy (line 44) | func newICMPProxy(listenIP netip.Addr, logger *zerolog.Logger, idleTimeo... function testPermission (line 56) | func testPermission(listenIP netip.Addr, logger *zerolog.Logger) error { function checkInPingGroup (line 74) | func checkInPingGroup() error { method Type (line 224) | func (ft flow3Tuple) Type() string { method String (line 228) | func (ft flow3Tuple) String() string { FILE: ingress/icmp_linux_test.go function getFunnel (line 11) | func getFunnel(t *testing.T, proxy *icmpProxy, tuple flow3Tuple) (packet... FILE: ingress/icmp_metrics.go constant namespace (line 8) | namespace = "cloudflared" function init (line 26) | func init() { function incrementICMPRequest (line 33) | func incrementICMPRequest() { function incrementICMPReply (line 37) | func incrementICMPReply() { FILE: ingress/icmp_posix.go function newICMPConn (line 21) | func newICMPConn(listenIP netip.Addr) (*icmp.PacketConn, error) { function netipAddr (line 28) | func netipAddr(addr net.Addr) (netip.Addr, bool) { type flow3Tuple (line 37) | type flow3Tuple struct type icmpEchoFlow (line 44) | type icmpEchoFlow struct method Equal (line 68) | func (ief *icmpEchoFlow) Equal(other packet.Funnel) bool { method Close (line 85) | func (ief *icmpEchoFlow) Close() error { method IsClosed (line 90) | func (ief *icmpEchoFlow) IsClosed() bool { method sendToDst (line 95) | func (ief *icmpEchoFlow) sendToDst(dst netip.Addr, msg *icmp.Message) ... method returnToSrc (line 123) | func (ief *icmpEchoFlow) returnToSrc(reply *echoReply) error { function newICMPEchoFlow (line 55) | func newICMPEchoFlow(src netip.Addr, closeCallback func() error, originC... type echoReply (line 139) | type echoReply struct function parseReply (line 145) | func parseReply(from net.Addr, rawMsg []byte) (*echoReply, error) { function toICMPEchoFlow (line 169) | func toICMPEchoFlow(funnel packet.Funnel) (*icmpEchoFlow, error) { function createShouldReplaceFunnelFunc (line 177) | func createShouldReplaceFunnelFunc(logger *zerolog.Logger, responder ICM... FILE: ingress/icmp_posix_test.go function TestFunnelIdleTimeout (line 21) | func TestFunnelIdleTimeout(t *testing.T) { function TestReuseFunnel (line 79) | func TestReuseFunnel(t *testing.T) { FILE: ingress/icmp_windows.go constant AF_INET6 (line 34) | AF_INET6 = 23 constant icmpEchoReplyCode (line 35) | icmpEchoReplyCode = 0 constant nullParameter (line 36) | nullParameter = uintptr(0) type ipStatus (line 54) | type ipStatus method String (line 90) | func (is ipStatus) String() string { constant success (line 57) | success ipStatus = 0 constant bufTooSmall (line 58) | bufTooSmall = iota + 11000 constant destNetUnreachable (line 59) | destNetUnreachable constant destHostUnreachable (line 60) | destHostUnreachable constant destProtocolUnreachable (line 61) | destProtocolUnreachable constant destPortUnreachable (line 62) | destPortUnreachable constant noResources (line 63) | noResources constant badOption (line 64) | badOption constant hwError (line 65) | hwError constant packetTooBig (line 66) | packetTooBig constant reqTimedOut (line 67) | reqTimedOut constant badReq (line 68) | badReq constant badRoute (line 69) | badRoute constant ttlExpiredTransit (line 70) | ttlExpiredTransit constant ttlExpiredReassembly (line 71) | ttlExpiredReassembly constant paramProblem (line 72) | paramProblem constant sourceQuench (line 73) | sourceQuench constant optionTooBig (line 74) | optionTooBig constant badDestination (line 75) | badDestination constant generalFailure (line 77) | generalFailure = 11050 constant ipv6DestUnreachable (line 82) | ipv6DestUnreachable ipStatus = iota + 11040 constant ipv6TimeExceeded (line 83) | ipv6TimeExceeded constant ipv6BadHeader (line 84) | ipv6BadHeader constant ipv6UnrecognizedNextHeader (line 85) | ipv6UnrecognizedNextHeader constant ipv6ICMPError (line 86) | ipv6ICMPError constant ipv6DestScopeMismatch (line 87) | ipv6DestScopeMismatch type ipOption (line 150) | type ipOption struct type echoReply (line 159) | type echoReply struct type echoV6Reply (line 170) | type echoV6Reply struct type ipv6AddrEx (line 178) | type ipv6AddrEx struct type sockAddrIn6 (line 189) | type sockAddrIn6 struct function newSockAddrIn6 (line 198) | func newSockAddrIn6(addr netip.Addr) (*sockAddrIn6, error) { type ioStatusBlock (line 210) | type ioStatusBlock struct type icmpProxy (line 218) | type icmpProxy struct method Serve (line 253) | func (ip *icmpProxy) Serve(ctx context.Context) error { method Request (line 262) | func (ip *icmpProxy) Request(ctx context.Context, pk *packet.ICMP, res... method handleEchoReply (line 303) | func (ip *icmpProxy) handleEchoReply(request *packet.ICMP, echoReq *ic... method icmpEchoRoundtrip (line 331) | func (ip *icmpProxy) icmpEchoRoundtrip(dst netip.Addr, echo *icmp.Echo... method icmpSendEcho (line 369) | func (ip *icmpProxy) icmpSendEcho(dst netip.Addr, echo *icmp.Echo) (*e... method icmp6SendEcho (line 473) | func (ip *icmpProxy) icmp6SendEcho(dst netip.Addr, echo *icmp.Echo) (*... function newICMPProxy (line 226) | func newICMPProxy(listenIP netip.Addr, logger *zerolog.Logger, idleTimeo... function inAddrV4 (line 401) | func inAddrV4(ip netip.Addr) (uint32, error) { type echoResp (line 409) | type echoResp interface type echoV4Resp (line 415) | type echoV4Resp struct method status (line 420) | func (r *echoV4Resp) status() ipStatus { method rtt (line 424) | func (r *echoV4Resp) rtt() uint32 { method payload (line 428) | func (r *echoV4Resp) payload() []byte { function newEchoV4Resp (line 432) | func newEchoV4Resp(replyBuf []byte) (*echoV4Resp, error) { type echoV6Resp (line 513) | type echoV6Resp struct method status (line 518) | func (r *echoV6Resp) status() ipStatus { method rtt (line 522) | func (r *echoV6Resp) rtt() uint32 { method payload (line 526) | func (r *echoV6Resp) payload() []byte { function newEchoV6Resp (line 530) | func newEchoV6Resp(replyBuf []byte, dataSize int) (*echoV6Resp, error) { function unmarshalIPStatus (line 547) | func unmarshalIPStatus(replyBuf []byte) (ipStatus, error) { FILE: ingress/icmp_windows_test.go function TestParseEchoReply (line 21) | func TestParseEchoReply(t *testing.T) { function TestParseEchoV6Reply (line 75) | func TestParseEchoV6Reply(t *testing.T) { function TestSendEchoErrors (line 129) | func TestSendEchoErrors(t *testing.T) { function testSendEchoErrors (line 134) | func testSendEchoErrors(t *testing.T, listenIP netip.Addr) { method marshal (line 152) | func (er *echoReply) marshal(t *testing.T, data []byte) []byte { function marshalPointer (line 191) | func marshalPointer(buf io.Writer, ptr uintptr) error { method marshal (line 203) | func (er *echoV6Reply) marshal(t *testing.T, data []byte) []byte { FILE: ingress/ingress.go constant ServiceBastion (line 31) | ServiceBastion = "bastion" constant ServiceSocksProxy (line 32) | ServiceSocksProxy = "socks-proxy" constant ServiceWarpRouting (line 33) | ServiceWarpRouting = "warp-routing" function matchHost (line 64) | func matchHost(ruleHost, reqHost string) bool { type Ingress (line 78) | type Ingress struct method FindMatchingRule (line 41) | func (ing Ingress) FindMatchingRule(hostname, path string) (*Rule, int) { method IsEmpty (line 193) | func (ing Ingress) IsEmpty() bool { method IsSingleRule (line 198) | func (ing Ingress) IsSingleRule() bool { method StartOrigins (line 203) | func (ing Ingress) StartOrigins( method CatchAll (line 216) | func (ing Ingress) CatchAll() *Rule { function ParseIngress (line 87) | func ParseIngress(conf *config.Configuration) (Ingress, error) { function ParseIngressFromConfigAndCLI (line 98) | func ParseIngressFromConfigAndCLI(conf *config.Configuration, c *cli.Con... function parseCLIIngress (line 130) | func parseCLIIngress(c *cli.Context, allowURLFromArgs bool) (Ingress, er... function newDefaultOrigin (line 152) | func newDefaultOrigin(c *cli.Context, log *zerolog.Logger) Ingress { function parseSingleOriginService (line 163) | func parseSingleOriginService(c *cli.Context, allowURLFromArgs bool) (Or... function GetDefaultIngressRules (line 222) | func GetDefaultIngressRules(log *zerolog.Logger) []Rule { function validateAccessConfiguration (line 231) | func validateAccessConfiguration(cfg *config.AccessConfig) error { function validateIngress (line 245) | func validateIngress(ingress []config.UnvalidatedIngressRule, defaults O... function validateHostname (line 361) | func validateHostname(r config.UnvalidatedIngressRule, ruleIndex, totalR... type ruleShouldNotBeCatchAllError (line 386) | type ruleShouldNotBeCatchAllError struct method Error (line 391) | func (e ruleShouldNotBeCatchAllError) Error() string { function isHTTPService (line 397) | func isHTTPService(url *url.URL) bool { FILE: ingress/ingress_test.go function TestParseUnixSocket (line 22) | func TestParseUnixSocket(t *testing.T) { function TestParseUnixSocketTLS (line 34) | func TestParseUnixSocketTLS(t *testing.T) { function TestParseIngressNilConfig (line 46) | func TestParseIngressNilConfig(t *testing.T) { function TestParseIngress (line 51) | func TestParseIngress(t *testing.T) { function ipRulePrefix (line 466) | func ipRulePrefix(s string) *string { function TestSingleOriginSetsConfig (line 470) | func TestSingleOriginSetsConfig(t *testing.T) { function TestSingleOriginServices (line 545) | func TestSingleOriginServices(t *testing.T) { function urlMustParse (line 615) | func urlMustParse(s string) *url.URL { function TestSingleOriginServices_URL (line 623) | func TestSingleOriginServices_URL(t *testing.T) { function TestFindMatchingRule (line 658) | func TestFindMatchingRule(t *testing.T) { function TestIsHTTPService (line 719) | func TestIsHTTPService(t *testing.T) { function MustParsePath (line 750) | func MustParsePath(t *testing.T, path string) *Regexp { function MustParseURL (line 756) | func MustParseURL(t *testing.T, rawURL string) *url.URL { function accessPolicy (line 762) | func accessPolicy() *ipaccess.Policy { function BenchmarkFindMatch (line 772) | func BenchmarkFindMatch(b *testing.B) { function TestParseAccessConfig (line 795) | func TestParseAccessConfig(t *testing.T) { function MustReadIngress (line 835) | func MustReadIngress(s string) *config.Configuration { FILE: ingress/middleware/jwtvalidator.go constant headerKeyAccessJWTAssertion (line 14) | headerKeyAccessJWTAssertion = "Cf-Access-Jwt-Assertion" type JWTValidator (line 23) | type JWTValidator struct method Name (line 51) | func (v *JWTValidator) Name() string { method Handle (line 55) | func (v *JWTValidator) Handle(ctx context.Context, r *http.Request) (*... function NewJWTValidator (line 28) | func NewJWTValidator(teamName string, environment string, audTags []stri... FILE: ingress/middleware/jwtvalidator_test.go type accessTokenClaims (line 26) | type accessTokenClaims struct function TestJWTValidator (line 32) | func TestJWTValidator(t *testing.T) { function signToken (line 116) | func signToken(t *testing.T, token accessTokenClaims, key *ecdsa.Private... FILE: ingress/middleware/middleware.go type HandleResult (line 8) | type HandleResult struct type Handler (line 16) | type Handler interface FILE: ingress/origin_connection.go type OriginConnection (line 19) | type OriginConnection interface type streamHandlerFunc (line 25) | type streamHandlerFunc function DefaultStreamHandler (line 29) | func DefaultStreamHandler(originConn io.ReadWriter, remoteConn net.Conn,... type tcpConnection (line 34) | type tcpConnection struct method Stream (line 40) | func (tc *tcpConnection) Stream(_ context.Context, tunnelConn io.ReadW... method Write (line 44) | func (tc *tcpConnection) Write(b []byte) (int, error) { type tcpOverWSConnection (line 55) | type tcpOverWSConnection struct method Stream (line 60) | func (wc *tcpOverWSConnection) Stream(ctx context.Context, tunnelConn ... method Close (line 69) | func (wc *tcpOverWSConnection) Close() error { type socksProxyOverWSConnection (line 76) | type socksProxyOverWSConnection struct method Stream (line 80) | func (sp *socksProxyOverWSConnection) Stream(ctx context.Context, tunn... method Close (line 89) | func (sp *socksProxyOverWSConnection) Close() error { FILE: ingress/origin_connection_test.go constant testStreamTimeout (line 28) | testStreamTimeout = time.Second * 3 constant echoHeaderName (line 29) | echoHeaderName = "Test-Cloudflared-Echo" function TestStreamTCPConnection (line 37) | func TestStreamTCPConnection(t *testing.T) { function TestDefaultStreamWSOverTCPConnection (line 72) | func TestDefaultStreamWSOverTCPConnection(t *testing.T) { function TestSocksStreamWSOverTCPConnection (line 103) | func TestSocksStreamWSOverTCPConnection(t *testing.T) { function TestWsConnReturnsBeforeStreamReturns (line 193) | func TestWsConnReturnsBeforeStreamReturns(t *testing.T) { type wsEyeball (line 242) | type wsEyeball struct method Read (line 246) | func (wse *wsEyeball) Read(p []byte) (int, error) { method Write (line 254) | func (wse *wsEyeball) Write(p []byte) (int, error) { function echoWSEyeball (line 259) | func echoWSEyeball(t *testing.T, conn net.Conn) { function echoWSOrigin (line 276) | func echoWSOrigin(t *testing.T, expectMessages bool) *httptest.Server { function echoTCPOrigin (line 314) | func echoTCPOrigin(t *testing.T, conn net.Conn) { type readWriter (line 325) | type readWriter struct method Read (line 330) | func (r *readWriter) Read(p []byte) (n int, err error) { method Write (line 334) | func (r *readWriter) Write(p []byte) (n int, err error) { FILE: ingress/origin_dialer.go constant writeDeadlineUDP (line 14) | writeDeadlineUDP = 200 * time.Millisecond type OriginTCPDialer (line 17) | type OriginTCPDialer interface type OriginUDPDialer (line 22) | type OriginUDPDialer interface type OriginDialer (line 27) | type OriginDialer interface type OriginConfig (line 32) | type OriginConfig struct type OriginDialerService (line 42) | type OriginDialerService struct method AddReservedService (line 68) | func (d *OriginDialerService) AddReservedService(service OriginDialer,... method UpdateDefaultDialer (line 76) | func (d *OriginDialerService) UpdateDefaultDialer(dialer *Dialer) { method DialTCP (line 83) | func (d *OriginDialerService) DialTCP(ctx context.Context, addr netip.... method dialTCP (line 96) | func (d *OriginDialerService) dialTCP(ctx context.Context, addr netip.... method DialUDP (line 108) | func (d *OriginDialerService) DialUDP(addr netip.AddrPort) (net.Conn, ... function NewOriginDialer (line 56) | func NewOriginDialer(config OriginConfig, logger *zerolog.Logger) *Origi... type Dialer (line 119) | type Dialer struct method DialTCP (line 132) | func (d *Dialer) DialTCP(ctx context.Context, dest netip.AddrPort) (ne... method DialUDP (line 141) | func (d *Dialer) DialUDP(dest netip.AddrPort) (net.Conn, error) { function NewDialer (line 123) | func NewDialer(config WarpRoutingConfig) *Dialer { type writeDeadlineConn (line 154) | type writeDeadlineConn struct method Write (line 158) | func (w *writeDeadlineConn) Write(b []byte) (int, error) { FILE: ingress/origin_icmp_proxy.go constant mtu (line 21) | mtu = 1500 constant icmpRequestTimeoutMs (line 23) | icmpRequestTimeoutMs = 1000 type ICMPRouterServer (line 31) | type ICMPRouterServer interface type ICMPRouter (line 38) | type ICMPRouter interface type ICMPResponder (line 48) | type ICMPResponder interface type icmpRouter (line 57) | type icmpRouter struct method Serve (line 91) | func (ir *icmpRouter) Serve(ctx context.Context) error { method Request (line 111) | func (ir *icmpRouter) Request(ctx context.Context, pk *packet.ICMP, re... method ConvertToTTLExceeded (line 127) | func (ir *icmpRouter) ConvertToTTLExceeded(pk *packet.ICMP, rawPacket ... function NewICMPRouter (line 67) | func NewICMPRouter(ipv4Addr, ipv6Addr netip.Addr, logger *zerolog.Logger... function getICMPEcho (line 137) | func getICMPEcho(msg *icmp.Message) (*icmp.Echo, error) { function isEchoReply (line 145) | func isEchoReply(msg *icmp.Message) bool { function observeICMPRequest (line 149) | func observeICMPRequest(logger *zerolog.Logger, span trace.Span, src str... function observeICMPReply (line 163) | func observeICMPReply(logger *zerolog.Logger, span trace.Span, dst strin... FILE: ingress/origin_icmp_proxy_test.go function TestICMPRouterEcho (line 40) | func TestICMPRouterEcho(t *testing.T) { function testICMPRouterEcho (line 45) | func testICMPRouterEcho(t *testing.T, sendIPv4 bool) { function TestTraceICMPRouterEcho (line 110) | func TestTraceICMPRouterEcho(t *testing.T) { function TestConcurrentRequestsToSameDst (line 209) | func TestConcurrentRequestsToSameDst(t *testing.T) { function TestICMPRouterRejectNotEcho (line 294) | func TestICMPRouterRejectNotEcho(t *testing.T) { function testICMPRouterRejectNotEcho (line 349) | func testICMPRouterRejectNotEcho(t *testing.T, srcDstIP netip.Addr, msgs... function validateEchoFlow (line 373) | func validateEchoFlow(t *testing.T, pk quicpogs.Packet, echoReq *packet.... function getLocalIPs (line 392) | func getLocalIPs(t *testing.T, ipv4 bool) []netip.Addr { FILE: ingress/origin_proxy.go type HTTPOriginProxy (line 14) | type HTTPOriginProxy interface type StreamBasedOriginProxy (line 20) | type StreamBasedOriginProxy interface type HTTPLocalProxy (line 25) | type HTTPLocalProxy interface method RoundTrip (line 30) | func (o *unixSocketPath) RoundTrip(req *http.Request) (*http.Response, e... method RoundTrip (line 35) | func (o *httpService) RoundTrip(req *http.Request) (*http.Response, erro... method SetOriginServerName (line 61) | func (o *httpService) SetOriginServerName(req *http.Request) { method RoundTrip (line 75) | func (o *statusCode) RoundTrip(_ *http.Request) (*http.Response, error) { method EstablishConnection (line 88) | func (o *rawTCPService) EstablishConnection(ctx context.Context, dest st... method EstablishConnection (line 102) | func (o *tcpOverWSService) EstablishConnection(ctx context.Context, dest... method EstablishConnection (line 119) | func (o *socksProxyOverWSService) EstablishConnection(_ context.Context,... FILE: ingress/origin_proxy_test.go function TestRawTCPServiceEstablishConnection (line 20) | func TestRawTCPServiceEstablishConnection(t *testing.T) { function TestTCPOverWSServiceEstablishConnection (line 43) | func TestTCPOverWSServiceEstablishConnection(t *testing.T) { function TestHTTPServiceHostHeaderOverride (line 107) | func TestHTTPServiceHostHeaderOverride(t *testing.T) { function TestHTTPServiceUsesIngressRuleScheme (line 150) | func TestHTTPServiceUsesIngressRuleScheme(t *testing.T) { function tcpListenRoutine (line 189) | func tcpListenRoutine(listener net.Listener, closeChan chan struct{}) { FILE: ingress/origin_service.go constant HelloWorldService (line 26) | HelloWorldService = "hello_world" constant HelloWorldFlag (line 27) | HelloWorldFlag = "hello-world" constant HttpStatusService (line 28) | HttpStatusService = "http_status" type OriginService (line 32) | type OriginService interface type unixSocketPath (line 43) | type unixSocketPath struct method String (line 49) | func (o *unixSocketPath) String() string { method start (line 57) | func (o *unixSocketPath) start(log *zerolog.Logger, _ <-chan struct{},... method MarshalJSON (line 66) | func (o unixSocketPath) MarshalJSON() ([]byte, error) { type httpService (line 70) | type httpService struct method start (line 77) | func (o *httpService) start(log *zerolog.Logger, _ <-chan struct{}, cf... method String (line 88) | func (o *httpService) String() string { method MarshalJSON (line 92) | func (o httpService) MarshalJSON() ([]byte, error) { type rawTCPService (line 98) | type rawTCPService struct method String (line 105) | func (o *rawTCPService) String() string { method start (line 109) | func (o *rawTCPService) start(_ *zerolog.Logger, _ <-chan struct{}, _ ... method MarshalJSON (line 113) | func (o rawTCPService) MarshalJSON() ([]byte, error) { type tcpOverWSService (line 119) | type tcpOverWSService struct method String (line 172) | func (o *tcpOverWSService) String() string { method start (line 184) | func (o *tcpOverWSService) start(log *zerolog.Logger, _ <-chan struct{... method MarshalJSON (line 195) | func (o tcpOverWSService) MarshalJSON() ([]byte, error) { type socksProxyOverWSService (line 127) | type socksProxyOverWSService struct method start (line 199) | func (o *socksProxyOverWSService) start(log *zerolog.Logger, _ <-chan ... method String (line 203) | func (o *socksProxyOverWSService) String() string { method MarshalJSON (line 207) | func (o socksProxyOverWSService) MarshalJSON() ([]byte, error) { function newTCPOverWSService (line 131) | func newTCPOverWSService(url *url.URL) *tcpOverWSService { function newBastionService (line 148) | func newBastionService() *tcpOverWSService { function newSocksProxyOverWSService (line 154) | func newSocksProxyOverWSService(accessPolicy *ipaccess.Policy) *socksPro... function addPortIfMissing (line 164) | func addPortIfMissing(uri *url.URL, port int) { type helloWorld (line 213) | type helloWorld struct method String (line 218) | func (o *helloWorld) String() string { method start (line 223) | func (o *helloWorld) start( method MarshalJSON (line 247) | func (o helloWorld) MarshalJSON() ([]byte, error) { type statusCode (line 253) | type statusCode struct method String (line 270) | func (o *statusCode) String() string { method start (line 274) | func (o *statusCode) start( method MarshalJSON (line 282) | func (o statusCode) MarshalJSON() ([]byte, error) { function newStatusCode (line 261) | func newStatusCode(status int) statusCode { function newDefaultStatusCode (line 266) | func newDefaultStatusCode(log *zerolog.Logger) statusCode { type WarpRoutingService (line 288) | type WarpRoutingService struct function NewWarpRoutingService (line 292) | func NewWarpRoutingService(config WarpRoutingConfig, writeTimeout time.D... type ManagementService (line 306) | type ManagementService struct method start (line 316) | func (o *ManagementService) start(log *zerolog.Logger, _ <-chan struct... method String (line 320) | func (o *ManagementService) String() string { method MarshalJSON (line 324) | func (o ManagementService) MarshalJSON() ([]byte, error) { function newManagementService (line 310) | func newManagementService(managementProxy HTTPLocalProxy) *ManagementSer... function NewManagementRule (line 328) | func NewManagementRule(management *management.ManagementService) Rule { type NopReadCloser (line 335) | type NopReadCloser struct method Read (line 338) | func (nrc *NopReadCloser) Read(buf []byte) (int, error) { method Close (line 342) | func (nrc *NopReadCloser) Close() error { function newHTTPTransport (line 346) | func newHTTPTransport(service OriginService, cfg OriginRequestConfig, lo... type MockOriginHTTPService (line 393) | type MockOriginHTTPService struct method RoundTrip (line 397) | func (mos MockOriginHTTPService) RoundTrip(req *http.Request) (*http.R... method String (line 401) | func (mos MockOriginHTTPService) String() string { method start (line 405) | func (mos MockOriginHTTPService) start(log *zerolog.Logger, _ <-chan s... method MarshalJSON (line 409) | func (mos MockOriginHTTPService) MarshalJSON() ([]byte, error) { FILE: ingress/origin_service_test.go function TestAddPortIfMissing (line 10) | func TestAddPortIfMissing(t *testing.T) { FILE: ingress/origins/dns.go constant defaultLookupHost (line 28) | defaultLookupHost = "region1.v2.argotunnel.com" constant defaultResolverPort (line 29) | defaultResolverPort uint16 = 53 constant refreshFreq (line 33) | refreshFreq = 5 * time.Minute constant refreshTimeout (line 34) | refreshTimeout = 5 * time.Second type netDial (line 44) | type netDial type DNSResolverService (line 47) | type DNSResolverService struct method DialTCP (line 74) | func (s *DNSResolverService) DialTCP(ctx context.Context, _ netip.Addr... method DialUDP (line 81) | func (s *DNSResolverService) DialUDP(_ netip.AddrPort) (net.Conn, erro... method StartRefreshLoop (line 91) | func (s *DNSResolverService) StartRefreshLoop(ctx context.Context) { method update (line 114) | func (s *DNSResolverService) update(ctx context.Context) error { method getAddress (line 142) | func (s *DNSResolverService) getAddress() netip.AddrPort { method setAddress (line 164) | func (s *DNSResolverService) setAddress(addr netip.AddrPort) { function NewDNSResolverService (line 57) | func NewDNSResolverService(dialer ingress.OriginDialer, logger *zerolog.... function NewStaticDNSResolverService (line 67) | func NewStaticDNSResolverService(resolverAddrs []netip.AddrPort, dialer ... type peekResolver (line 174) | type peekResolver interface type resolver (line 181) | type resolver struct method addr (line 187) | func (r *resolver) addr() (network string, address string) { method lookupNetIP (line 191) | func (r *resolver) lookupNetIP(ctx context.Context, host string) ([]ne... method peekDial (line 200) | func (r *resolver) peekDial(ctx context.Context, network, address stri... function NewDNSDialer (line 207) | func NewDNSDialer() *ingress.Dialer { FILE: ingress/origins/dns_test.go function TestDNSResolver_DefaultResolver (line 15) | func TestDNSResolver_DefaultResolver(t *testing.T) { function TestStaticDNSResolver_DefaultResolver (line 25) | func TestStaticDNSResolver_DefaultResolver(t *testing.T) { function TestDNSResolver_UpdateResolverAddress (line 36) | func TestDNSResolver_UpdateResolverAddress(t *testing.T) { function TestStaticDNSResolver_RefreshLoopExits (line 64) | func TestStaticDNSResolver_RefreshLoopExits(t *testing.T) { function TestDNSResolver_UpdateResolverAddressInvalid (line 86) | func TestDNSResolver_UpdateResolverAddressInvalid(t *testing.T) { function TestDNSResolver_UpdateResolverErrorIgnored (line 110) | func TestDNSResolver_UpdateResolverErrorIgnored(t *testing.T) { function TestDNSResolver_DialUDPUsesResolvedAddress (line 126) | func TestDNSResolver_DialUDPUsesResolvedAddress(t *testing.T) { function TestDNSResolver_DialTCPUsesResolvedAddress (line 140) | func TestDNSResolver_DialTCPUsesResolvedAddress(t *testing.T) { type mockPeekResolver (line 154) | type mockPeekResolver struct method addr (line 159) | func (r *mockPeekResolver) addr() (network, address string) { method lookupNetIP (line 163) | func (r *mockPeekResolver) lookupNetIP(ctx context.Context, host strin... type mockDialer (line 168) | type mockDialer struct method DialTCP (line 172) | func (d *mockDialer) DialTCP(ctx context.Context, addr netip.AddrPort)... method DialUDP (line 179) | func (d *mockDialer) DialUDP(addr netip.AddrPort) (net.Conn, error) { function validateAddrs (line 186) | func validateAddrs(t *testing.T, expected []netip.AddrPort, actual []net... FILE: ingress/origins/metrics.go constant namespace (line 8) | namespace = "cloudflared" constant subsystem (line 9) | subsystem = "virtual_origins" type Metrics (line 12) | type Metrics interface type metrics (line 17) | type metrics struct method IncrementDNSUDPRequests (line 21) | func (m *metrics) IncrementDNSUDPRequests() { method IncrementDNSTCPRequests (line 25) | func (m *metrics) IncrementDNSTCPRequests() { function NewMetrics (line 29) | func NewMetrics(registerer prometheus.Registerer) Metrics { FILE: ingress/origins/metrics_test.go type noopMetrics (line 3) | type noopMetrics struct method IncrementDNSUDPRequests (line 5) | func (noopMetrics) IncrementDNSUDPRequests() {} method IncrementDNSTCPRequests (line 6) | func (noopMetrics) IncrementDNSTCPRequests() {} FILE: ingress/packet_router.go type muxer (line 17) | type muxer interface type PacketRouter (line 24) | type PacketRouter struct method Serve (line 45) | func (r *PacketRouter) Serve(ctx context.Context) error { method nextPacket (line 55) | func (r *PacketRouter) nextPacket(ctx context.Context) (packet.RawPack... method handlePacket (line 79) | func (r *PacketRouter) handlePacket(ctx context.Context, rawPacket pac... method sendTTLExceedMsg (line 108) | func (r *PacketRouter) sendTTLExceedMsg(pk *packet.ICMP, rawPacket pac... function NewPacketRouter (line 34) | func NewPacketRouter(icmpRouter ICMPRouter, muxer muxer, connIndex uint8... type packetResponder (line 118) | type packetResponder struct method tracingEnabled (line 136) | func (pr *packetResponder) tracingEnabled() bool { method ConnectionIndex (line 140) | func (pr *packetResponder) ConnectionIndex() uint8 { method ReturnPacket (line 144) | func (pr *packetResponder) ReturnPacket(pk *packet.ICMP) error { method AddTraceContext (line 153) | func (pr *packetResponder) AddTraceContext(tracedCtx *tracing.TracedCo... method RequestSpan (line 158) | func (pr *packetResponder) RequestSpan(ctx context.Context, pk *packet... method ReplySpan (line 168) | func (pr *packetResponder) ReplySpan(ctx context.Context, logger *zero... method ExportSpan (line 175) | func (pr *packetResponder) ExportSpan() { function newPacketResponder (line 128) | func newPacketResponder(datagramMuxer muxer, connIndex uint8, encoder *p... FILE: ingress/packet_router_test.go function TestRouterReturnTTLExceed (line 30) | func TestRouterReturnTTLExceed(t *testing.T) { function assertTTLExceed (line 81) | func assertTTLExceed(t *testing.T, originalPacket *packet.ICMP, expected... type mockMuxer (line 107) | type mockMuxer struct method SendPacket (line 120) | func (mm *mockMuxer) SendPacket(pk quicpogs.Packet) error { method ReceivePacket (line 154) | func (mm *mockMuxer) ReceivePacket(ctx context.Context) (quicpogs.Pack... function newMockMuxer (line 112) | func newMockMuxer(capacity int) *mockMuxer { type routerEnabledChecker (line 163) | type routerEnabledChecker struct method isEnabled (line 167) | func (rec *routerEnabledChecker) isEnabled() bool { method set (line 174) | func (rec *routerEnabledChecker) set(enabled bool) { FILE: ingress/rule.go type Rule (line 13) | type Rule struct method MultiLineString (line 37) | func (r Rule) MultiLineString() string { method Matches (line 55) | func (r *Rule) Matches(hostname, path string) bool { type Regexp (line 71) | type Regexp struct method MarshalJSON (line 75) | func (r *Regexp) MarshalJSON() ([]byte, error) { FILE: ingress/rule_test.go function Test_rule_matches (line 16) | func Test_rule_matches(t *testing.T) { function TestStaticHTTPStatus (line 172) | func TestStaticHTTPStatus(t *testing.T) { function TestMarshalJSON (line 195) | func TestMarshalJSON(t *testing.T) { FILE: internal/test/wstest.go function WSPipe (line 17) | func WSPipe(dialOpts *websocket.DialOptions, acceptOpts *websocket.Accep... type fakeTransport (line 36) | type fakeTransport struct method RoundTrip (line 40) | func (t fakeTransport) RoundTrip(r *http.Request) (*http.Response, err... type testHijacker (line 57) | type testHijacker struct method Hijack (line 64) | func (hj testHijacker) Hijack() (net.Conn, *bufio.ReadWriter, error) { FILE: ipaccess/access.go type Policy (line 9) | type Policy struct method Allowed (line 74) | func (h *Policy) Allowed(ip net.IP, port int) (bool, *Rule) { type Rule (line 14) | type Rule struct method Validate (line 57) | func (r *Rule) Validate() error { method String (line 92) | func (ipr *Rule) String() string { method PortsString (line 96) | func (ipr *Rule) PortsString() string { method Ports (line 103) | func (ipr *Rule) Ports() []int { method RulePolicy (line 107) | func (ipr *Rule) RulePolicy() bool { method StringCIDR (line 111) | func (ipr *Rule) StringCIDR() string { function NewPolicy (line 20) | func NewPolicy(defaultAllow bool, rules []Rule) (*Policy, error) { function NewRuleByCIDR (line 35) | func NewRuleByCIDR(prefix *string, ports []int, allow bool) (Rule, error) { function NewRule (line 48) | func NewRule(ipnet *net.IPNet, ports []int, allow bool) (Rule, error) { FILE: ipaccess/access_test.go function TestRuleCreation (line 11) | func TestRuleCreation(t *testing.T) { function TestRuleCreationByCIDR (line 29) | func TestRuleCreationByCIDR(t *testing.T) { function TestRulesNoRules (line 47) | func TestRulesNoRules(t *testing.T) { function TestRulesMatchIPAndPort (line 63) | func TestRulesMatchIPAndPort(t *testing.T) { function TestRulesMatchIPAndPort2 (line 83) | func TestRulesMatchIPAndPort2(t *testing.T) { FILE: logger/configuration.go type Config (line 10) | type Config struct type ConsoleConfig (line 18) | type ConsoleConfig struct type FileConfig (line 23) | type FileConfig struct method Fullpath (line 28) | func (fc *FileConfig) Fullpath() string { type RollingConfig (line 32) | type RollingConfig struct function createDefaultConfig (line 41) | func createDefaultConfig() Config { function CreateConfig (line 69) | func CreateConfig( function createConsoleConfig (line 101) | func createConsoleConfig(formatJSON bool) *ConsoleConfig { function createFileConfig (line 108) | func createFileConfig(fullpath string) *FileConfig { function createRollingConfig (line 121) | func createRollingConfig(directory string) *RollingConfig { FILE: logger/console.go type consoleWriter (line 23) | type consoleWriter struct method Write (line 27) | func (c *consoleWriter) Write(p []byte) (n int, err error) { FILE: logger/console_test.go function TestConsoleLoggerDuplicateKeys (line 11) | func TestConsoleLoggerDuplicateKeys(t *testing.T) { FILE: logger/create.go constant EnableTerminalLog (line 23) | EnableTerminalLog = false constant DisableTerminalLog (line 24) | DisableTerminalLog = true constant dirPermMode (line 26) | dirPermMode = 0744 constant filePermMode (line 27) | filePermMode = 0644 constant consoleTimeFormat (line 29) | consoleTimeFormat = time.RFC3339 function init (line 36) | func init() { function utcNow (line 43) | func utcNow() time.Time { function fallbackLogger (line 47) | func fallbackLogger(err error) *zerolog.Logger { type resilientMultiWriter (line 57) | type resilientMultiWriter struct method Write (line 63) | func (t resilientMultiWriter) Write(p []byte) (n int, err error) { method WriteLevel (line 73) | func (t resilientMultiWriter) WriteLevel(level zerolog.Level, p []byte... function newZerolog (line 89) | func newZerolog(loggerConfig *Config) *zerolog.Logger { function CreateTransportLoggerFromContext (line 131) | func CreateTransportLoggerFromContext(c *cli.Context, disableTerminal bo... function CreateLoggerFromContext (line 135) | func CreateLoggerFromContext(c *cli.Context, disableTerminal bool) *zero... function CreateSSHLoggerFromContext (line 139) | func CreateSSHLoggerFromContext(c *cli.Context, disableTerminal bool) *z... function createFromContext (line 143) | func createFromContext( function Create (line 178) | func Create(loggerConfig *Config) *zerolog.Logger { function createConsoleLogger (line 190) | func createConsoleLogger(config ConsoleConfig) io.Writer { type fileInitializer (line 202) | type fileInitializer struct function createFileWriter (line 213) | func createFileWriter(config FileConfig) (io.Writer, error) { function createDirFile (line 237) | func createDirFile(config FileConfig) (io.Writer, error) { function createRollingLogger (line 257) | func createRollingLogger(config RollingConfig) (io.Writer, error) { FILE: logger/create_test.go type mockedWriter (line 12) | type mockedWriter struct method Write (line 17) | func (c *mockedWriter) Write(p []byte) (int, error) { function TestResilientMultiWriter_Errors (line 28) | func TestResilientMultiWriter_Errors(t *testing.T) { type mockedManagementWriter (line 98) | type mockedManagementWriter struct method Write (line 102) | func (c *mockedManagementWriter) Write(p []byte) (int, error) { method WriteLevel (line 106) | func (c *mockedManagementWriter) WriteLevel(level zerolog.Level, p []b... function TestResilientMultiWriter_Management (line 112) | func TestResilientMultiWriter_Management(t *testing.T) { FILE: management/events.go type ServerEventType (line 19) | type ServerEventType type ClientEventType (line 22) | type ClientEventType constant UnknownClientEventType (line 25) | UnknownClientEventType ClientEventType = "" constant StartStreaming (line 26) | StartStreaming ClientEventType = "start_streaming" constant StopStreaming (line 27) | StopStreaming ClientEventType = "stop_streaming" constant UnknownServerEventType (line 29) | UnknownServerEventType ServerEventType = "" constant Logs (line 30) | Logs ServerEventType = "logs" type ServerEvent (line 34) | type ServerEvent struct type ClientEvent (line 41) | type ClientEvent struct type EventStartStreaming (line 49) | type EventStartStreaming struct type StreamingFilters (line 54) | type StreamingFilters struct type EventStopStreaming (line 61) | type EventStopStreaming struct type EventLog (line 66) | type EventLog struct type LogEventType (line 74) | type LogEventType method String (line 99) | func (l LogEventType) String() string { method MarshalJSON (line 114) | func (l LogEventType) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 118) | func (e *LogEventType) UnmarshalJSON(data []byte) error { constant Cloudflared (line 79) | Cloudflared LogEventType = iota constant HTTP (line 80) | HTTP constant TCP (line 81) | TCP constant UDP (line 82) | UDP function ParseLogEventType (line 85) | func ParseLogEventType(s string) (LogEventType, bool) { type LogLevel (line 133) | type LogLevel method String (line 156) | func (l LogLevel) String() string { method MarshalJSON (line 171) | func (l LogLevel) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 175) | func (l *LogLevel) UnmarshalJSON(data []byte) error { constant Debug (line 136) | Debug LogLevel = 0 constant Info (line 137) | Info LogLevel = 1 constant Warn (line 138) | Warn LogLevel = 2 constant Error (line 139) | Error LogLevel = 3 function ParseLogLevel (line 142) | func ParseLogLevel(l string) (LogLevel, bool) { constant TimeKey (line 189) | TimeKey = "time" constant LevelKey (line 191) | LevelKey = "level" constant MessageKey (line 193) | MessageKey = "message" constant EventTypeKey (line 195) | EventTypeKey = "event" constant FieldsKey (line 197) | FieldsKey = "fields" type Log (line 201) | type Log struct function IntoClientEvent (line 210) | func IntoClientEvent[T EventStartStreaming | EventStopStreaming](e *Clie... function IntoServerEvent (line 223) | func IntoServerEvent[T EventLog](e *ServerEvent, eventType ServerEventTy... function ReadServerEvent (line 236) | func ReadServerEvent(c *websocket.Conn, ctx context.Context) (*ServerEve... function ReadClientEvent (line 257) | func ReadClientEvent(c *websocket.Conn, ctx context.Context) (*ClientEve... function readMessage (line 278) | func readMessage(c *websocket.Conn, ctx context.Context) ([]byte, error) { function WriteEvent (line 290) | func WriteEvent(c *websocket.Conn, ctx context.Context, event any) error { function IsClosed (line 300) | func IsClosed(err error, log *zerolog.Logger) bool { function AsClosed (line 311) | func AsClosed(err error) *websocket.CloseError { FILE: management/events_test.go function init (line 21) | func init() { function TestIntoClientEvent_StartStreaming (line 33) | func TestIntoClientEvent_StartStreaming(t *testing.T) { function TestIntoClientEvent_StopStreaming (line 103) | func TestIntoClientEvent_StopStreaming(t *testing.T) { function TestIntoClientEvent_Invalid (line 113) | func TestIntoClientEvent_Invalid(t *testing.T) { function TestIntoServerEvent_Logs (line 122) | func TestIntoServerEvent_Logs(t *testing.T) { function TestIntoServerEvent_Invalid (line 132) | func TestIntoServerEvent_Invalid(t *testing.T) { function TestReadServerEvent (line 141) | func TestReadServerEvent(t *testing.T) { function TestReadServerEvent_InvalidWebSocketMessageType (line 168) | func TestReadServerEvent_InvalidWebSocketMessageType(t *testing.T) { function TestReadServerEvent_InvalidMessageType (line 183) | func TestReadServerEvent_InvalidMessageType(t *testing.T) { function TestReadClientEvent (line 199) | func TestReadClientEvent(t *testing.T) { function TestReadClientEvent_InvalidWebSocketMessageType (line 218) | func TestReadClientEvent_InvalidWebSocketMessageType(t *testing.T) { function TestReadClientEvent_InvalidMessageType (line 233) | func TestReadClientEvent_InvalidMessageType(t *testing.T) { FILE: management/logger.go type Logger (line 15) | type Logger struct method ActiveSession (line 46) | func (l *Logger) ActiveSession(actor actor) *session { method ActiveSessions (line 57) | func (l *Logger) ActiveSessions() int { method Listen (line 69) | func (l *Logger) Listen(session *session) { method Remove (line 76) | func (l *Logger) Remove(session *session) { method Write (line 97) | func (l *Logger) Write(p []byte) (int, error) { method WriteLevel (line 116) | func (l *Logger) WriteLevel(level zerolog.Level, p []byte) (n int, err... function NewLogger (line 25) | func NewLogger() *Logger { type LoggerListener (line 35) | type LoggerListener interface function parseZerologEvent (line 120) | func parseZerologEvent(p []byte) (*Log, error) { FILE: management/logger_test.go function TestLoggerWrite_NoSessions (line 13) | func TestLoggerWrite_NoSessions(t *testing.T) { function TestLoggerWrite_OneSession (line 21) | func TestLoggerWrite_OneSession(t *testing.T) { function TestLoggerWrite_MultipleSessions (line 45) | func TestLoggerWrite_MultipleSessions(t *testing.T) { type mockWriter (line 95) | type mockWriter struct method Write (line 100) | func (m *mockWriter) Write(p []byte) (int, error) { function TestParseZerologEvent_EventTypes (line 106) | func TestParseZerologEvent_EventTypes(t *testing.T) { function TestParseZerologEvent_Fields (line 134) | func TestParseZerologEvent_Fields(t *testing.T) { FILE: management/middleware.go type ctxKey (line 9) | type ctxKey constant accessClaimsCtxKey (line 12) | accessClaimsCtxKey ctxKey = iota function ValidateAccessTokenQueryMiddleware (line 18) | func ValidateAccessTokenQueryMiddleware(next http.Handler) http.Handler { type managementError (line 37) | type managementError struct method Error (line 42) | func (m *managementError) Error() string { type managementErrorResponse (line 47) | type managementErrorResponse struct function writeHTTPErrorResponse (line 53) | func writeHTTPErrorResponse(w http.ResponseWriter, errResp managementErr... FILE: management/middleware_test.go function TestValidateAccessTokenQueryMiddleware (line 13) | func TestValidateAccessTokenQueryMiddleware(t *testing.T) { function testRequest (line 51) | func testRequest(t *testing.T, ts *httptest.Server, method, path string,... FILE: management/service.go constant StatusInvalidCommand (line 23) | StatusInvalidCommand websocket.StatusCode = 4001 constant reasonInvalidCommand (line 24) | reasonInvalidCommand = "expected start streaming as... constant StatusSessionLimitExceeded (line 27) | StatusSessionLimitExceeded websocket.StatusCode = 4002 constant reasonSessionLimitExceeded (line 28) | reasonSessionLimitExceeded = "limit exceeded for st... constant StatusIdleLimitExceeded (line 30) | StatusIdleLimitExceeded websocket.StatusCode = 4003 constant reasonIdleLimitExceeded (line 31) | reasonIdleLimitExceeded = "session was idle for too... type ManagementService (line 45) | type ManagementService struct method ServeHTTP (line 105) | func (m *ManagementService) ServeHTTP(w http.ResponseWriter, r *http.R... method getHostDetails (line 121) | func (m *ManagementService) getHostDetails(w http.ResponseWriter, r *h... method getLabel (line 135) | func (m *ManagementService) getLabel() string { method readEvents (line 164) | func (m *ManagementService) readEvents(c *websocket.Conn, ctx context.... method streamLogs (line 186) | func (m *ManagementService) streamLogs(c *websocket.Conn, ctx context.... method canStartStream (line 214) | func (m *ManagementService) canStartStream(session *session) bool { method parseFilters (line 237) | func (m *ManagementService) parseFilters(c *websocket.Conn, event *Cli... method logs (line 248) | func (m *ManagementService) logs(w http.ResponseWriter, r *http.Reques... function New (line 67) | func New(managementHostname string, function ping (line 110) | func ping(w http.ResponseWriter, r *http.Request) { type getHostDetailsResponse (line 115) | type getHostDetailsResponse struct function getPrivateIP (line 150) | func getPrivateIP(addr string) (string, error) { FILE: management/service_test.go function TestDisableDiagnosticRoutes (line 26) | func TestDisableDiagnosticRoutes(t *testing.T) { function TestReadEventsLoop (line 39) | func TestReadEventsLoop(t *testing.T) { function TestReadEventsLoop_ContextCancelled (line 62) | func TestReadEventsLoop_ContextCancelled(t *testing.T) { function TestCanStartStream_NoSessions (line 82) | func TestCanStartStream_NoSessions(t *testing.T) { function TestCanStartStream_ExistingSessionDifferentActor (line 94) | func TestCanStartStream_ExistingSessionDifferentActor(t *testing.T) { function TestCanStartStream_ExistingSessionSameActor (line 123) | func TestCanStartStream_ExistingSessionSameActor(t *testing.T) { FILE: management/session.go constant logWindow (line 13) | logWindow = 30 type session (line 17) | type session struct method Filters (line 46) | func (s *session) Filters(filters *StreamingFilters) { method Insert (line 70) | func (s *session) Insert(log *Log) { method Active (line 93) | func (s *session) Active() bool { method Stop (line 98) | func (s *session) Stop() { function newSession (line 34) | func newSession(size int, actor actor, cancel context.CancelFunc) *sessi... function contains (line 102) | func contains(array []LogEventType, t LogEventType) bool { type sampler (line 112) | type sampler struct method Sample (line 117) | func (s *sampler) Sample() bool { FILE: management/session_test.go function TestSession_ActiveControl (line 13) | func TestSession_ActiveControl(t *testing.T) { function TestSession_Insert (line 26) | func TestSession_Insert(t *testing.T) { function TestSession_InsertOverflow (line 121) | func TestSession_InsertOverflow(t *testing.T) { FILE: management/token.go constant tunnelstoreFEDIssuer (line 10) | tunnelstoreFEDIssuer = "fed-tunnelstore" type managementTokenClaims (line 12) | type managementTokenClaims struct method verify (line 19) | func (c *managementTokenClaims) verify() bool { method IsFed (line 61) | func (m *managementTokenClaims) IsFed() bool { type tunnel (line 23) | type tunnel struct method verify (line 29) | func (t *tunnel) verify() bool { type actor (line 33) | type actor struct method verify (line 39) | func (t *actor) verify() bool { function ParseToken (line 43) | func ParseToken(token string) (*managementTokenClaims, error) { FILE: management/token_test.go constant validToken (line 15) | validToken = "eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiIsImtpZCI6IjEifQ.eyJ0dW4... constant accountTag (line 17) | accountTag = "cd391e9c0626a8f76cb1f670f6591b05" constant tunnelID (line 18) | tunnelID = "7b098149-51fe-4ee5-a687-3e374466efc7" constant actorID (line 19) | actorID = "45d2751e-6b59-45a9-814d-f630786bd0cd" type invalidManagementTokenClaims (line 22) | type invalidManagementTokenClaims struct function TestParseToken (line 26) | func TestParseToken(t *testing.T) { function signToken (line 119) | func signToken(t *testing.T, token any, key *ecdsa.PrivateKey) string { FILE: metrics/config.go type HistogramConfig (line 3) | type HistogramConfig struct FILE: metrics/metrics.go constant startupTime (line 23) | startupTime = time.Millisecond * 500 constant defaultShutdownTimeout (line 24) | defaultShutdownTimeout = time.Second * 15 function GetMetricsDefaultAddress (line 30) | func GetMetricsDefaultAddress(runtimeType string) string { function GetMetricsKnownAddresses (line 46) | func GetMetricsKnownAddresses(runtimeType string) []string { type Config (line 55) | type Config struct type orchestrator (line 64) | type orchestrator interface function newMetricsHandler (line 68) | func newMetricsHandler( function CreateMetricsListener (line 108) | func CreateMetricsListener(listeners *gracenet.Net, laddr string) (net.L... function ServeMetrics (line 138) | func ServeMetrics( function RegisterBuildInfo (line 185) | func RegisterBuildInfo(buildType, buildTime, version string) { FILE: metrics/metrics_test.go function TestMetricsListenerCreation (line 13) | func TestMetricsListenerCreation(t *testing.T) { FILE: metrics/readiness.go type ReadyServer (line 14) | type ReadyServer struct method ServeHTTP (line 37) | func (rs *ReadyServer) ServeHTTP(w http.ResponseWriter, r *http.Reques... method makeResponse (line 54) | func (rs *ReadyServer) makeResponse() (statusCode int, readyConnection... function NewReadyServer (line 20) | func NewReadyServer( type body (line 30) | type body struct FILE: metrics/readiness_test.go function mockRequest (line 19) | func mockRequest(t *testing.T, readyServer *metrics.ReadyServer) (int, u... function TestReadinessEventHandling (line 36) | func TestReadinessEventHandling(t *testing.T) { FILE: mocks/mock_limiter.go type MockLimiter (line 19) | type MockLimiter struct method EXPECT (line 38) | func (m *MockLimiter) EXPECT() *MockLimiterMockRecorder { method Acquire (line 43) | func (m *MockLimiter) Acquire(flowType string) error { method Release (line 81) | func (m *MockLimiter) Release() { method SetLimit (line 117) | func (m *MockLimiter) SetLimit(arg0 uint64) { type MockLimiterMockRecorder (line 26) | type MockLimiterMockRecorder struct method Acquire (line 51) | func (mr *MockLimiterMockRecorder) Acquire(flowType any) *MockLimiterA... method Release (line 87) | func (mr *MockLimiterMockRecorder) Release() *MockLimiterReleaseCall { method SetLimit (line 123) | func (mr *MockLimiterMockRecorder) SetLimit(arg0 any) *MockLimiterSetL... function NewMockLimiter (line 31) | func NewMockLimiter(ctrl *gomock.Controller) *MockLimiter { type MockLimiterAcquireCall (line 58) | type MockLimiterAcquireCall struct method Return (line 63) | func (c *MockLimiterAcquireCall) Return(arg0 error) *MockLimiterAcquir... method Do (line 69) | func (c *MockLimiterAcquireCall) Do(f func(string) error) *MockLimiter... method DoAndReturn (line 75) | func (c *MockLimiterAcquireCall) DoAndReturn(f func(string) error) *Mo... type MockLimiterReleaseCall (line 94) | type MockLimiterReleaseCall struct method Return (line 99) | func (c *MockLimiterReleaseCall) Return() *MockLimiterReleaseCall { method Do (line 105) | func (c *MockLimiterReleaseCall) Do(f func()) *MockLimiterReleaseCall { method DoAndReturn (line 111) | func (c *MockLimiterReleaseCall) DoAndReturn(f func()) *MockLimiterRel... type MockLimiterSetLimitCall (line 130) | type MockLimiterSetLimitCall struct method Return (line 135) | func (c *MockLimiterSetLimitCall) Return() *MockLimiterSetLimitCall { method Do (line 141) | func (c *MockLimiterSetLimitCall) Do(f func(uint64)) *MockLimiterSetLi... method DoAndReturn (line 147) | func (c *MockLimiterSetLimitCall) DoAndReturn(f func(uint64)) *MockLim... FILE: orchestration/config.go type newRemoteConfig (line 10) | type newRemoteConfig struct type newLocalConfig (line 15) | type newLocalConfig struct method MarshalJSON (line 31) | func (rc *newLocalConfig) MarshalJSON() ([]byte, error) { type Config (line 21) | type Config struct function convertToUnvalidatedIngressRules (line 48) | func convertToUnvalidatedIngressRules(i ingress.Ingress) []config.Unvali... FILE: orchestration/config_test.go function TestNewLocalConfig_MarshalJSON (line 16) | func TestNewLocalConfig_MarshalJSON(t *testing.T) { FILE: orchestration/metrics.go constant MetricsNamespace (line 8) | MetricsNamespace = "cloudflared" constant MetricsSubsystem (line 9) | MetricsSubsystem = "orchestration" function init (line 23) | func init() { FILE: orchestration/orchestrator.go type Orchestrator (line 28) | type Orchestrator struct method UpdateConfig (line 78) | func (o *Orchestrator) UpdateConfig(version int32, config []byte) *pog... method overrideRemoteWarpRoutingWithLocalValues (line 127) | func (o *Orchestrator) overrideRemoteWarpRoutingWithLocalValues(remote... method overrideMaxActiveFlows (line 133) | func (o *Orchestrator) overrideMaxActiveFlows(maxActiveFlowsLocalConfi... method updateIngress (line 150) | func (o *Orchestrator) updateIngress(ingressRules ingress.Ingress, war... method GetConfigJSON (line 204) | func (o *Orchestrator) GetConfigJSON() ([]byte, error) { method GetVersionedConfigJSON (line 220) | func (o *Orchestrator) GetVersionedConfigJSON() ([]byte, error) { method GetOriginProxy (line 246) | func (o *Orchestrator) GetOriginProxy() (connection.OriginProxy, error) { method GetFlowLimiter (line 264) | func (o *Orchestrator) GetFlowLimiter() cfdflow.Limiter { method waitToCloseLastProxy (line 268) | func (o *Orchestrator) waitToCloseLastProxy() { function NewOrchestrator (line 51) | func NewOrchestrator(ctx context.Context, FILE: orchestration/orchestrator_test.go function TestUpdateConfiguration (line 57) | func TestUpdateConfiguration(t *testing.T) { function TestUpdateConfiguration_FromMigration (line 191) | func TestUpdateConfiguration_FromMigration(t *testing.T) { function TestUpdateConfiguration_WithoutIngressRule (line 222) | func TestUpdateConfiguration_WithoutIngressRule(t *testing.T) { function TestConcurrentUpdateAndRead (line 249) | func TestConcurrentUpdateAndRead(t *testing.T) { function TestOverrideWarpRoutingConfigWithLocalValues (line 410) | func TestOverrideWarpRoutingConfigWithLocalValues(t *testing.T) { function proxyHTTP (line 467) | func proxyHTTP(originProxy connection.OriginProxy, hostname string) (*ht... function tcpEyeball (line 489) | func tcpEyeball(t *testing.T, reqWriter io.WriteCloser, body string, res... function proxyTCP (line 500) | func proxyTCP(ctx context.Context, originProxy connection.OriginProxy, o... function serveTCPOrigin (line 522) | func serveTCPOrigin(t *testing.T, tcpOrigin net.Listener, wg *sync.WaitG... function echoTCP (line 539) | func echoTCP(t *testing.T, conn net.Conn) { type validateHostHandler (line 549) | type validateHostHandler struct method ServeHTTP (line 554) | func (vhh *validateHostHandler) ServeHTTP(w http.ResponseWriter, r *ht... function updateWithValidation (line 564) | func updateWithValidation(t *testing.T, orchestrator *Orchestrator, vers... function TestClosePreviousProxies (line 571) | func TestClosePreviousProxies(t *testing.T) { function TestPersistentConnection (line 664) | func TestPersistentConnection(t *testing.T) { function TestSerializeLocalConfig (line 780) | func TestSerializeLocalConfig(t *testing.T) { function wsEcho (line 793) | func wsEcho(w http.ResponseWriter, r *http.Request) { function validateWsEcho (line 815) | func validateWsEcho(t *testing.T, msg string, reqWriter io.Writer, respR... type respReadWriteFlusher (line 824) | type respReadWriteFlusher struct method Write (line 843) | func (rrw *respReadWriteFlusher) Write(buf []byte) (int, error) { method Flush (line 848) | func (rrw *respReadWriteFlusher) Flush() {} method Header (line 850) | func (rrw *respReadWriteFlusher) Header() http.Header { method WriteHeader (line 854) | func (rrw *respReadWriteFlusher) WriteHeader(statusCode int) { function newRespReadWriteFlusher (line 833) | func newRespReadWriteFlusher() *respReadWriteFlusher { FILE: overwatch/app_manager.go type ServiceCallback (line 7) | type ServiceCallback type AppManager (line 10) | type AppManager struct method Add (line 23) | func (m *AppManager) Add(service Service) { method Remove (line 38) | func (m *AppManager) Remove(name string) { method Services (line 46) | func (m *AppManager) Services() []Service { method serviceRun (line 54) | func (m *AppManager) serviceRun(service Service) { function NewAppManager (line 16) | func NewAppManager(callback ServiceCallback) Manager { FILE: overwatch/manager.go type Service (line 4) | type Service interface type Manager (line 13) | type Manager interface FILE: overwatch/manager_test.go type mockService (line 13) | type mockService struct method Name (line 19) | func (s *mockService) Name() string { method Type (line 23) | func (s *mockService) Type() string { method Hash (line 27) | func (s *mockService) Hash() string { method Shutdown (line 34) | func (s *mockService) Shutdown() { method Run (line 37) | func (s *mockService) Run() error { function TestManagerAddAndRemove (line 41) | func TestManagerAddAndRemove(t *testing.T) { function TestManagerDuplicate (line 56) | func TestManagerDuplicate(t *testing.T) { function TestManagerErrorChannel (line 65) | func TestManagerErrorChannel(t *testing.T) { FILE: packet/decoder.go function FindProtocol (line 12) | func FindProtocol(p []byte) (layers.IPProtocol, error) { function FindIPVersion (line 35) | func FindIPVersion(p []byte) (uint8, error) { type IPDecoder (line 44) | type IPDecoder struct method Decode (line 78) | func (pd *IPDecoder) Decode(packet RawPacket) (*IP, error) { method decodeByVersion (line 96) | func (pd *IPDecoder) decodeByVersion(packet []byte) ([]gopacket.LayerT... function NewIPDecoder (line 53) | func NewIPDecoder() *IPDecoder { type ICMPDecoder (line 118) | type ICMPDecoder struct method Decode (line 142) | func (pd *ICMPDecoder) Decode(packet RawPacket) (*ICMP, error) { function NewICMPDecoder (line 124) | func NewICMPDecoder() *ICMPDecoder { FILE: packet/decoder_test.go function TestDecodeIP (line 16) | func TestDecodeIP(t *testing.T) { function TestDecodeICMP (line 56) | func TestDecodeICMP(t *testing.T) { function TestDecodeBadPackets (line 166) | func TestDecodeBadPackets(t *testing.T) { function createPacket (line 218) | func createPacket(ipLayer, secondLayer, thirdLayer gopacket.Serializable... function assertIPLayer (line 233) | func assertIPLayer(t *testing.T, expected, actual *IP) { type UDP (line 240) | type UDP struct method EncodeLayers (line 245) | func (u *UDP) EncodeLayers() ([]gopacket.SerializableLayer, error) { function FuzzIPDecoder (line 258) | func FuzzIPDecoder(f *testing.F) { function FuzzICMPDecoder (line 266) | func FuzzICMPDecoder(f *testing.F) { FILE: packet/encoder.go type RawPacket (line 15) | type RawPacket struct type Encoder (line 19) | type Encoder struct method Encode (line 30) | func (e *Encoder) Encode(packet Packet) (RawPacket, error) { function NewEncoder (line 24) | func NewEncoder() *Encoder { FILE: packet/funnel.go type Funnel (line 18) | type Funnel interface type FunnelUniPipe (line 30) | type FunnelUniPipe interface type ActivityTracker (line 37) | type ActivityTracker struct method UpdateLastActive (line 48) | func (at *ActivityTracker) UpdateLastActive() { method LastActive (line 52) | func (at *ActivityTracker) LastActive() time.Time { function NewActivityTracker (line 42) | func NewActivityTracker() *ActivityTracker { type FunnelID (line 58) | type FunnelID interface type FunnelTracker (line 65) | type FunnelTracker struct method ScheduleCleanup (line 76) | func (ft *FunnelTracker) ScheduleCleanup(ctx context.Context, idleTime... method cleanup (line 90) | func (ft *FunnelTracker) cleanup(idleTimeout time.Duration) { method Get (line 104) | func (ft *FunnelTracker) Get(id FunnelID) (Funnel, bool) { method GetOrRegister (line 114) | func (ft *FunnelTracker) GetOrRegister( method Unregister (line 138) | func (ft *FunnelTracker) Unregister(id FunnelID, funnel Funnel) (delet... function NewFunnelTracker (line 70) | func NewFunnelTracker() *FunnelTracker { FILE: packet/funnel_test.go type mockFunnelUniPipe (line 12) | type mockFunnelUniPipe struct method SendPacket (line 16) | func (mfui *mockFunnelUniPipe) SendPacket(dst netip.Addr, pk RawPacket... method Close (line 21) | func (mfui *mockFunnelUniPipe) Close() error { function TestFunnelRegistration (line 25) | func TestFunnelRegistration(t *testing.T) { function TestFunnelUnregister (line 61) | func TestFunnelUnregister(t *testing.T) { function shouldReplaceFalse (line 85) | func shouldReplaceFalse(_ Funnel) bool { function shouldReplaceTrue (line 89) | func shouldReplaceTrue(_ Funnel) bool { function newFunnelAndFunc (line 93) | func newFunnelAndFunc(id string) (*testFunnel, func() (Funnel, error)) { type testFunnelID (line 101) | type testFunnelID struct method Type (line 105) | func (t testFunnelID) Type() string { method String (line 109) | func (t testFunnelID) String() string { type testFunnel (line 113) | type testFunnel struct method Close (line 125) | func (tf *testFunnel) Close() error { method Equal (line 130) | func (tf *testFunnel) Equal(other Funnel) bool { method LastActive (line 134) | func (tf *testFunnel) LastActive() time.Time { method UpdateLastActive (line 138) | func (tf *testFunnel) UpdateLastActive() {} function newTestFunnel (line 118) | func newTestFunnel(id string) *testFunnel { FILE: packet/packet.go constant ipv4MinHeaderLen (line 16) | ipv4MinHeaderLen = 20 constant ipv6HeaderLen (line 17) | ipv6HeaderLen = 40 constant ipv4MinMTU (line 18) | ipv4MinMTU = 576 constant ipv6MinMTU (line 19) | ipv6MinMTU = 1280 constant icmpHeaderLen (line 20) | icmpHeaderLen = 8 constant icmpTTLExceedInTransitCode (line 23) | icmpTTLExceedInTransitCode = 0 constant DefaultTTL (line 24) | DefaultTTL uint8 = 255 constant pseudoHeaderLen (line 25) | pseudoHeaderLen = 40 type Packet (line 29) | type Packet interface type IP (line 37) | type IP struct method IPLayer (line 78) | func (ip *IP) IPLayer() *IP { method isIPv4 (line 82) | func (ip *IP) isIPv4() bool { method EncodeLayers (line 86) | func (ip *IP) EncodeLayers() ([]gopacket.SerializableLayer, error) { function newIPv4 (line 44) | func newIPv4(ipLayer *layers.IPv4) (*IP, error) { function newIPv6 (line 61) | func newIPv6(ipLayer *layers.IPv6) (*IP, error) { type ICMP (line 111) | type ICMP struct method EncodeLayers (line 116) | func (i *ICMP) EncodeLayers() ([]gopacket.SerializableLayer, error) { type PseudoHeader (line 142) | type PseudoHeader struct method Marshal (line 150) | func (ph *PseudoHeader) Marshal() []byte { function NewICMPTTLExceedPacket (line 164) | func NewICMPTTLExceedPacket(originalIP *IP, originalPacket RawPacket, ro... function originalDatagram (line 197) | func originalDatagram(originalPacket RawPacket, isIPv4 bool) []byte { FILE: packet/packet_test.go function TestNewICMPTTLExceedPacket (line 16) | func TestNewICMPTTLExceedPacket(t *testing.T) { function assertTTLExceedPacket (line 69) | func assertTTLExceedPacket(t *testing.T, pk *ICMP) { function assertICMPChecksum (line 112) | func assertICMPChecksum(t *testing.T, icmpPacket *ICMP) { function serializeICMPAsPayload (line 162) | func serializeICMPAsPayload(message *icmp.Message, buf gopacket.Serializ... function TestChecksum (line 171) | func TestChecksum(t *testing.T) { FILE: packet/session.go type Session (line 5) | type Session struct FILE: proxy/logger.go constant logFieldCFRay (line 15) | logFieldCFRay = "cfRay" constant logFieldLBProbe (line 16) | logFieldLBProbe = "lbProbe" constant logFieldRule (line 17) | logFieldRule = "ingressRule" constant logFieldOriginService (line 18) | logFieldOriginService = "originService" constant logFieldConnIndex (line 19) | logFieldConnIndex = "connIndex" constant logFieldDestAddr (line 20) | logFieldDestAddr = "destAddr" function newHTTPLogger (line 29) | func newHTTPLogger(logger *zerolog.Logger, connIndex uint8, req *http.Re... function newTCPLogger (line 48) | func newTCPLogger(logger *zerolog.Logger, req *connection.TCPRequest) ze... function logHTTPRequest (line 60) | func logHTTPRequest(logger *zerolog.Logger, r *http.Request) { function logOriginHTTPResponse (line 70) | func logOriginHTTPResponse(logger *zerolog.Logger, resp *http.Response) { function logRequestError (line 78) | func logRequestError(logger *zerolog.Logger, err error) { FILE: proxy/metrics.go function init (line 81) | func init() { function incrementRequests (line 94) | func incrementRequests() { function decrementConcurrentRequests (line 99) | func decrementConcurrentRequests() { function incrementTCPRequests (line 103) | func incrementTCPRequests() { function decrementTCPConcurrentRequests (line 109) | func decrementTCPConcurrentRequests() { FILE: proxy/proxy.go constant TagHeaderNamePrefix (line 31) | TagHeaderNamePrefix = "Cf-Warp-Tag-" constant trailerHeaderName (line 32) | trailerHeaderName = "Trailer" type Proxy (line 36) | type Proxy struct method applyIngressMiddleware (line 63) | func (p *Proxy) applyIngressMiddleware(rule *ingress.Rule, r *http.Req... method ProxyHTTP (line 80) | func (p *Proxy) ProxyHTTP( method ProxyTCP (line 145) | func (p *Proxy) ProxyTCP( method proxyHTTPRequest (line 186) | func (p *Proxy) proxyHTTPRequest( method proxyStream (line 277) | func (p *Proxy) proxyStream( method proxyTCPStream (line 316) | func (p *Proxy) proxyTCPStream( method proxyLocalRequest (line 351) | func (p *Proxy) proxyLocalRequest(proxy ingress.HTTPLocalProxy, w conn... method appendTagHeaders (line 375) | func (p *Proxy) appendTagHeaders(r *http.Request) { function NewOriginProxy (line 45) | func NewOriginProxy( type bidirectionalStream (line 362) | type bidirectionalStream struct method Read (line 367) | func (wr *bidirectionalStream) Read(p []byte) (n int, err error) { method Write (line 371) | func (wr *bidirectionalStream) Write(p []byte) (n int, err error) { function copyTrailers (line 381) | func copyTrailers(w connection.ResponseWriter, response *http.Response) { function getDestFromRule (line 389) | func getDestFromRule(rule *ingress.Rule, req *http.Request) (string, err... FILE: proxy/proxy_posix_test.go function TestUnixSocketOrigin (line 17) | func TestUnixSocketOrigin(t *testing.T) { FILE: proxy/proxy_test.go type mockHTTPRespWriter (line 49) | type mockHTTPRespWriter struct method WriteResponse (line 59) | func (w *mockHTTPRespWriter) WriteResponse() error { method WriteRespHeaders (line 63) | func (w *mockHTTPRespWriter) WriteRespHeaders(status int, header http.... method AddTrailer (line 71) | func (w *mockHTTPRespWriter) AddTrailer(trailerName, trailerValue stri... method Read (line 75) | func (w *mockHTTPRespWriter) Read(data []byte) (int, error) { method Hijack (line 79) | func (m *mockHTTPRespWriter) Hijack() (net.Conn, *bufio.ReadWriter, er... function newMockHTTPRespWriter (line 53) | func newMockHTTPRespWriter() *mockHTTPRespWriter { type mockWSRespWriter (line 83) | type mockWSRespWriter struct method Write (line 97) | func (w *mockWSRespWriter) Write(data []byte) (int, error) { method respBody (line 102) | func (w *mockWSRespWriter) respBody() io.ReadWriter { method Close (line 107) | func (w *mockWSRespWriter) Close() error { method Read (line 112) | func (w *mockWSRespWriter) Read(data []byte) (int, error) { method Hijack (line 116) | func (w *mockWSRespWriter) Hijack() (net.Conn, *bufio.ReadWriter, erro... function newMockWSRespWriter (line 89) | func newMockWSRespWriter(reader io.Reader) *mockWSRespWriter { type mockSSERespWriter (line 120) | type mockSSERespWriter struct method Write (line 132) | func (w *mockSSERespWriter) Write(data []byte) (int, error) { method WriteString (line 140) | func (w *mockSSERespWriter) WriteString(str string) (int, error) { method ReadBytes (line 144) | func (w *mockSSERespWriter) ReadBytes() []byte { function newMockSSERespWriter (line 125) | func newMockSSERespWriter() *mockSSERespWriter { function TestProxySingleOrigin (line 148) | func TestProxySingleOrigin(t *testing.T) { function testProxyHTTP (line 177) | func testProxyHTTP(proxy connection.OriginProxy) func(t *testing.T) { function testProxyWebsocket (line 194) | func testProxyWebsocket(proxy connection.OriginProxy) func(t *testing.T) { function testProxySSE (line 258) | func testProxySSE(proxy connection.OriginProxy) func(t *testing.T) { function TestProxySSEAllData (line 293) | func TestProxySSEAllData(t *testing.T) { function TestProxyMultipleOrigins (line 306) | func TestProxyMultipleOrigins(t *testing.T) { type MultipleIngressTest (line 358) | type MultipleIngressTest struct function runIngressTestScenarios (line 364) | func runIngressTestScenarios(t *testing.T, unvalidatedIngress []config.U... type mockAPI (line 401) | type mockAPI struct method ServeHTTP (line 403) | func (ma mockAPI) ServeHTTP(w http.ResponseWriter, r *http.Request) { type errorOriginTransport (line 408) | type errorOriginTransport struct method RoundTrip (line 410) | func (errorOriginTransport) RoundTrip(*http.Request) (*http.Response, ... function TestProxyError (line 414) | func TestProxyError(t *testing.T) { type replayer (line 443) | type replayer struct method Read (line 448) | func (r *replayer) Read(p []byte) (int, error) { method Write (line 454) | func (r *replayer) Write(p []byte) (int, error) { method String (line 461) | func (r *replayer) String() string { method Bytes (line 467) | func (r *replayer) Bytes() []byte { function TestConnections (line 484) | func TestConnections(t *testing.T) { type requestBody (line 739) | type requestBody struct method Read (line 766) | func (r *requestBody) Read(p []byte) (n int, err error) { method Close (line 770) | func (r *requestBody) Close() error { function newWSRequestBody (line 744) | func newWSRequestBody(data []byte) *requestBody { function newTCPRequestBody (line 755) | func newTCPRequestBody(data []byte) *requestBody { type pipedRequestBody (line 776) | type pipedRequestBody struct method roundtrip (line 798) | func (p *pipedRequestBody) roundtrip(addr string) []byte { method Read (line 824) | func (p *pipedRequestBody) Read(data []byte) (n int, err error) { method Close (line 828) | func (p *pipedRequestBody) Close() error { function newPipedWSRequestBody (line 783) | func newPipedWSRequestBody(data []byte) *pipedRequestBody { type wsRespWriter (line 832) | type wsRespWriter struct method Write (line 848) | func (w *wsRespWriter) Write(p []byte) (int, error) { method WriteRespHeaders (line 859) | func (w *wsRespWriter) WriteRespHeaders(status int, header http.Header... method Flush (line 865) | func (w *wsRespWriter) Flush() {} method AddTrailer (line 867) | func (w *wsRespWriter) AddTrailer(trailerName, trailerValue string) { method Header (line 872) | func (w *wsRespWriter) Header() http.Header { method WriteHeader (line 878) | func (w *wsRespWriter) WriteHeader(status int) { method Hijack (line 882) | func (m *wsRespWriter) Hijack() (net.Conn, *bufio.ReadWriter, error) { function newWSRespWriter (line 841) | func newWSRespWriter(w io.Writer) *wsRespWriter { type mockTCPRespWriter (line 886) | type mockTCPRespWriter struct method Read (line 898) | func (m *mockTCPRespWriter) Read(p []byte) (n int, err error) { method Write (line 902) | func (m *mockTCPRespWriter) Write(p []byte) (n int, err error) { method Flush (line 906) | func (m *mockTCPRespWriter) Flush() {} method AddTrailer (line 908) | func (m *mockTCPRespWriter) AddTrailer(trailerName, trailerValue strin... method WriteRespHeaders (line 912) | func (m *mockTCPRespWriter) WriteRespHeaders(status int, header http.H... method Header (line 919) | func (m *mockTCPRespWriter) Header() http.Header { method WriteHeader (line 923) | func (m *mockTCPRespWriter) WriteHeader(status int) { method Hijack (line 927) | func (m *mockTCPRespWriter) Hijack() (net.Conn, *bufio.ReadWriter, err... function newTCPRespWriter (line 892) | func newTCPRespWriter(w io.Writer) *mockTCPRespWriter { function createSingleIngressConfig (line 931) | func createSingleIngressConfig(t *testing.T, service string) ingress.Ing... function runEchoTCPService (line 945) | func runEchoTCPService(t *testing.T, l net.Listener) { function runEchoWSService (line 972) | func runEchoWSService(t *testing.T, l net.Listener) { FILE: quic/constants.go constant HandshakeIdleTimeout (line 6) | HandshakeIdleTimeout = 5 * time.Second constant MaxIdleTimeout (line 7) | MaxIdleTimeout = 5 * time.Second constant MaxIdlePingPeriod (line 8) | MaxIdlePingPeriod = 1 * time.Second constant MaxIncomingStreams (line 11) | MaxIncomingStreams = 1 << 60 FILE: quic/conversion.go function byteCountToPromCount (line 11) | func byteCountToPromCount(count logging.ByteCount) float64 { function durationToPromGauge (line 16) | func durationToPromGauge(duration time.Duration) float64 { function packetTypeString (line 21) | func packetTypeString(pt logging.PacketType) string { function packetDropReasonString (line 45) | func packetDropReasonString(reason logging.PacketDropReason) string { function packetLossReasonString (line 75) | func packetLossReasonString(reason logging.PacketLossReason) string { function uint8ToString (line 86) | func uint8ToString(input uint8) string { FILE: quic/datagram.go constant sessionIDLen (line 16) | sessionIDLen = len(uuid.UUID{}) type BaseDatagramMuxer (line 19) | type BaseDatagramMuxer interface type DatagramMuxer (line 27) | type DatagramMuxer struct method mtu (line 43) | func (dm *DatagramMuxer) mtu() int { method SendToSession (line 47) | func (dm *DatagramMuxer) SendToSession(session *packet.Session) error { method ServeReceive (line 62) | func (dm *DatagramMuxer) ServeReceive(ctx context.Context) error { method demux (line 80) | func (dm *DatagramMuxer) demux(ctx context.Context, msg []byte) error { function NewDatagramMuxer (line 33) | func NewDatagramMuxer(quicSession quic.Connection, log *zerolog.Logger, ... function extractSessionID (line 99) | func extractSessionID(b []byte) (uuid.UUID, []byte, error) { function SuffixSessionID (line 115) | func SuffixSessionID(sessionID uuid.UUID, b []byte) ([]byte, error) { function suffixMetadata (line 119) | func suffixMetadata(payload, metadata []byte) ([]byte, error) { FILE: quic/datagram_test.go function TestSuffixThenRemoveSessionID (line 35) | func TestSuffixThenRemoveSessionID(t *testing.T) { function TestRemoveSessionIDError (line 47) | func TestRemoveSessionIDError(t *testing.T) { function TestSuffixSessionIDError (line 54) | func TestSuffixSessionIDError(t *testing.T) { function TestDatagram (line 64) | func TestDatagram(t *testing.T) { function testDatagram (line 116) | func testDatagram(t *testing.T, version uint8, sessionToPayloads []*pack... function validateIPPacket (line 241) | func validateIPPacket(t *testing.T, receivedPacket Packet, expectedICMP ... function validateIPPacketWithTracing (line 250) | func validateIPPacketWithTracing(t *testing.T, receivedPacket Packet, ex... function validateICMP (line 260) | func validateICMP(t *testing.T, expected, actual *packet.ICMP) { function validateTracingSpans (line 267) | func validateTracingSpans(t *testing.T, receivedPacket Packet, expectedS... function newQUICListener (line 273) | func newQUICListener(t *testing.T, config *quic.Config) *quic.Listener { function generateTLSConfig (line 283) | func generateTLSConfig() *tls.Config { FILE: quic/datagramv2.go type DatagramV2Type (line 15) | type DatagramV2Type constant DatagramTypeUDP (line 19) | DatagramTypeUDP DatagramV2Type = iota constant DatagramTypeIP (line 21) | DatagramTypeIP constant DatagramTypeIPWithTrace (line 23) | DatagramTypeIPWithTrace constant DatagramTypeTracingSpan (line 25) | DatagramTypeTracingSpan type Packet (line 28) | type Packet interface constant typeIDLen (line 35) | typeIDLen = 1 constant packetChanCapacity (line 37) | packetChanCapacity = 128 function SuffixType (line 40) | func SuffixType(b []byte, datagramType DatagramV2Type) ([]byte, error) { type DatagramMuxerV2 (line 53) | type DatagramMuxerV2 struct method mtu (line 49) | func (dm *DatagramMuxerV2) mtu() int { method SendToSession (line 76) | func (dm *DatagramMuxerV2) SendToSession(session *packet.Session) error { method SendPacket (line 98) | func (dm *DatagramMuxerV2) SendPacket(pk Packet) error { method ServeReceive (line 114) | func (dm *DatagramMuxerV2) ServeReceive(ctx context.Context) error { method ReceivePacket (line 129) | func (dm *DatagramMuxerV2) ReceivePacket(ctx context.Context) (pk Pack... method demux (line 138) | func (dm *DatagramMuxerV2) demux(ctx context.Context, msgWithType []by... method handleSession (line 152) | func (dm *DatagramMuxerV2) handleSession(ctx context.Context, session ... method handlePacket (line 169) | func (dm *DatagramMuxerV2) handlePacket(ctx context.Context, pk []byte... function NewDatagramMuxerV2 (line 60) | func NewDatagramMuxerV2( function extractTracingIdentity (line 203) | func extractTracingIdentity(pk []byte) (tracingIdentity []byte, payload ... type RawPacket (line 212) | type RawPacket method Type (line 214) | func (rw RawPacket) Type() DatagramV2Type { method Payload (line 218) | func (rw RawPacket) Payload() []byte { method Metadata (line 222) | func (rw RawPacket) Metadata() []byte { type TracedPacket (line 226) | type TracedPacket struct method Type (line 231) | func (tp *TracedPacket) Type() DatagramV2Type { method Payload (line 235) | func (tp *TracedPacket) Payload() []byte { method Metadata (line 239) | func (tp *TracedPacket) Metadata() []byte { type TracingSpanPacket (line 243) | type TracingSpanPacket struct method Type (line 248) | func (tsp *TracingSpanPacket) Type() DatagramV2Type { method Payload (line 252) | func (tsp *TracingSpanPacket) Payload() []byte { method Metadata (line 256) | func (tsp *TracingSpanPacket) Metadata() []byte { FILE: quic/metrics.go constant namespace (line 14) | namespace = "quic" constant ConnectionIndexMetricLabel (line 15) | ConnectionIndexMetricLabel = "conn_index" constant frameTypeMetricLabel (line 16) | frameTypeMetricLabel = "frame_type" constant packetTypeMetricLabel (line 17) | packetTypeMetricLabel = "packet_type" constant reasonMetricLabel (line 18) | reasonMetricLabel = "reason" type clientCollector (line 194) | type clientCollector struct method startedConnection (line 228) | func (cc *clientCollector) startedConnection() { method closedConnection (line 232) | func (cc *clientCollector) closedConnection(error) { method receivedTransportParameters (line 236) | func (cc *clientCollector) receivedTransportParameters(params *logging... method sentPackets (line 241) | func (cc *clientCollector) sentPackets(size logging.ByteCount, frames ... method receivedPackets (line 245) | func (cc *clientCollector) receivedPackets(size logging.ByteCount, fra... method bufferedPackets (line 249) | func (cc *clientCollector) bufferedPackets(packetType logging.PacketTy... method droppedPackets (line 253) | func (cc *clientCollector) droppedPackets(packetType logging.PacketTyp... method lostPackets (line 261) | func (cc *clientCollector) lostPackets(reason logging.PacketLossReason) { method updatedRTT (line 265) | func (cc *clientCollector) updatedRTT(rtt *logging.RTTStats) { method updateCongestionWindow (line 271) | func (cc *clientCollector) updateCongestionWindow(size logging.ByteCou... method updatedCongestionState (line 275) | func (cc *clientCollector) updatedCongestionState(state logging.Conges... method updateMTU (line 279) | func (cc *clientCollector) updateMTU(mtu logging.ByteCount) { method collectPackets (line 284) | func (cc *clientCollector) collectPackets(size logging.ByteCount, fram... function newClientCollector (line 199) | func newClientCollector(index string, logger *zerolog.Logger) *clientCol... function frameName (line 297) | func frameName(frame logging.Frame) string { type direction (line 306) | type direction method String (line 313) | func (d direction) String() string { constant sent (line 309) | sent direction = iota constant received (line 310) | received FILE: quic/param_unix.go constant MaxDatagramFrameSize (line 6) | MaxDatagramFrameSize = 1350 constant maxDatagramPayloadSize (line 8) | maxDatagramPayloadSize = 1280 FILE: quic/param_windows.go constant MaxDatagramFrameSize (line 8) | MaxDatagramFrameSize = 1220 constant maxDatagramPayloadSize (line 10) | maxDatagramPayloadSize = MaxDatagramFrameSize - 3 - sessionIDLen - typeI... FILE: quic/safe_stream.go type SafeStreamCloser (line 18) | type SafeStreamCloser struct method Read (line 34) | func (s *SafeStreamCloser) Read(p []byte) (n int, err error) { method Write (line 38) | func (s *SafeStreamCloser) Write(p []byte) (n int, err error) { method handleWriteError (line 56) | func (s *SafeStreamCloser) handleWriteError(err error) { method Close (line 74) | func (s *SafeStreamCloser) Close() error { method CloseWrite (line 91) | func (s *SafeStreamCloser) CloseWrite() error { method SetDeadline (line 102) | func (s *SafeStreamCloser) SetDeadline(deadline time.Time) error { function NewSafeStreamCloser (line 26) | func NewSafeStreamCloser(stream quic.Stream, writeTimeout time.Duration,... FILE: quic/safe_stream_test.go function TestSafeStreamClose (line 34) | func TestSafeStreamClose(t *testing.T) { function quicClient (line 61) | func quicClient(t *testing.T, addr net.Addr) { function quicServer (line 98) | func quicServer(t *testing.T, serverReady *sync.WaitGroup, conn net.Pack... function clientRoundTrip (line 136) | func clientRoundTrip(t *testing.T, stream io.ReadWriteCloser, mustWork b... function serverRoundTrip (line 148) | func serverRoundTrip(t *testing.T, stream io.ReadWriteCloser, mustWork b... function GenerateTLSConfig (line 157) | func GenerateTLSConfig() *tls.Config { FILE: quic/tracing.go type tracer (line 12) | type tracer struct method TracerForConnection (line 25) | func (t *tracer) TracerForConnection(_ctx context.Context, _p logging.... function NewClientTracer (line 17) | func NewClientTracer(logger *zerolog.Logger, index uint8) func(context.C... type connTracer (line 30) | type connTracer struct method StartedConnection (line 55) | func (ct *connTracer) StartedConnection(local, remote net.Addr, srcCon... method ClosedConnection (line 59) | func (ct *connTracer) ClosedConnection(err error) { method ReceivedTransportParameters (line 63) | func (ct *connTracer) ReceivedTransportParameters(params *logging.Tran... method BufferedPacket (line 67) | func (ct *connTracer) BufferedPacket(pt logging.PacketType, size loggi... method DroppedPacket (line 71) | func (ct *connTracer) DroppedPacket(pt logging.PacketType, number logg... method LostPacket (line 75) | func (ct *connTracer) LostPacket(level logging.EncryptionLevel, number... method UpdatedMetrics (line 79) | func (ct *connTracer) UpdatedMetrics(rttStats *logging.RTTStats, cwnd,... method SentLongHeaderPacket (line 84) | func (ct *connTracer) SentLongHeaderPacket(hdr *logging.ExtendedHeader... method SentShortHeaderPacket (line 88) | func (ct *connTracer) SentShortHeaderPacket(hdr *logging.ShortHeader, ... method ReceivedLongHeaderPacket (line 92) | func (ct *connTracer) ReceivedLongHeaderPacket(hdr *logging.ExtendedHe... method ReceivedShortHeaderPacket (line 96) | func (ct *connTracer) ReceivedShortHeaderPacket(hdr *logging.ShortHead... method UpdatedMTU (line 100) | func (ct *connTracer) UpdatedMTU(mtu logging.ByteCount, done bool) { method UpdatedCongestionState (line 104) | func (ct *connTracer) UpdatedCongestionState(state logging.CongestionS... function newConnTracer (line 34) | func newConnTracer(metricsCollector *clientCollector) *logging.Connectio... FILE: quic/v3/datagram.go type DatagramType (line 9) | type DatagramType constant UDPSessionRegistrationType (line 13) | UDPSessionRegistrationType DatagramType = 0x0 constant UDPSessionPayloadType (line 15) | UDPSessionPayloadType DatagramType = 0x1 constant ICMPType (line 17) | ICMPType DatagramType = 0x2 constant UDPSessionRegistrationResponseType (line 19) | UDPSessionRegistrationResponseType DatagramType = 0x3 constant datagramTypeLen (line 24) | datagramTypeLen = 1 constant maxDatagramPayloadLen (line 27) | maxDatagramPayloadLen = 1280 function ParseDatagramType (line 30) | func ParseDatagramType(data []byte) (DatagramType, error) { type UDPSessionRegistrationDatagram (line 38) | type UDPSessionRegistrationDatagram struct method MarshalBinary (line 91) | func (s *UDPSessionRegistrationDatagram) MarshalBinary() (data []byte,... method UnmarshalBinary (line 142) | func (s *UDPSessionRegistrationDatagram) UnmarshalBinary(data []byte) ... constant sessionRegistrationFlagsIPMask (line 47) | sessionRegistrationFlagsIPMask byte = 0b0000_0001 constant sessionRegistrationFlagsTracedMask (line 48) | sessionRegistrationFlagsTracedMask byte = 0b0000_0010 constant sessionRegistrationFlagsBundledMask (line 49) | sessionRegistrationFlagsBundledMask byte = 0b0000_0100 constant sessionRegistrationIPv4DatagramHeaderLen (line 51) | sessionRegistrationIPv4DatagramHeaderLen = datagramTypeLen + constant sessionRegistrationIPv6DatagramHeaderLen (line 59) | sessionRegistrationIPv6DatagramHeaderLen = sessionRegistrationIPv4Datagr... type UDPSessionPayloadDatagram (line 189) | type UDPSessionPayloadDatagram struct method UnmarshalBinary (line 232) | func (s *UDPSessionPayloadDatagram) UnmarshalBinary(data []byte) error { constant DatagramPayloadHeaderLen (line 195) | DatagramPayloadHeaderLen = datagramTypeLen + datagramRequestIdLen constant maxPayloadPlusHeaderLen (line 198) | maxPayloadPlusHeaderLen = maxDatagramPayloadLen + DatagramPayloadHeaderLen function MarshalPayloadHeaderTo (line 224) | func MarshalPayloadHeaderTo(requestID RequestID, payload []byte) error { type UDPSessionRegistrationResponseDatagram (line 260) | type UDPSessionRegistrationResponseDatagram struct method MarshalBinary (line 312) | func (s *UDPSessionRegistrationResponseDatagram) MarshalBinary() (data... method UnmarshalBinary (line 335) | func (s *UDPSessionRegistrationResponseDatagram) UnmarshalBinary(data ... constant datagramRespTypeLen (line 267) | datagramRespTypeLen = 1 constant datagramRespErrMsgLen (line 268) | datagramRespErrMsgLen = 2 constant datagramSessionRegistrationResponseLen (line 270) | datagramSessionRegistrationResponseLen = datagramTypeLen + datagramRespT... constant maxResponseErrorMessageLen (line 273) | maxResponseErrorMessageLen = maxDatagramPayloadLen - datagramSessionRegi... type SessionRegistrationResp (line 278) | type SessionRegistrationResp constant ResponseOk (line 282) | ResponseOk SessionRegistrationResp = 0x00 constant ResponseDestinationUnreachable (line 284) | ResponseDestinationUnreachable SessionRegistrationResp = 0x01 constant ResponseUnableToBindSocket (line 286) | ResponseUnableToBindSocket SessionRegistrationResp = 0x02 constant ResponseTooManyActiveFlows (line 288) | ResponseTooManyActiveFlows SessionRegistrationResp = 0x03 constant ResponseErrorWithMsg (line 290) | ResponseErrorWithMsg SessionRegistrationResp = 0xff type ICMPDatagram (line 378) | type ICMPDatagram struct method MarshalBinary (line 396) | func (d *ICMPDatagram) MarshalBinary() (data []byte, err error) { method UnmarshalBinary (line 411) | func (d *ICMPDatagram) UnmarshalBinary(data []byte) error { constant maxICMPPayloadLen (line 383) | maxICMPPayloadLen = maxDatagramPayloadLen FILE: quic/v3/datagram_errors.go function wrapMarshalErr (line 22) | func wrapMarshalErr(err error) error { function wrapUnmarshalErr (line 26) | func wrapUnmarshalErr(err error) error { FILE: quic/v3/datagram_test.go function makePayload (line 16) | func makePayload(size int) []byte { function makePayloads (line 22) | func makePayloads(size int, count int) [][]byte { function TestSessionRegistration_MarshalUnmarshal (line 30) | func TestSessionRegistration_MarshalUnmarshal(t *testing.T) { function TestSessionRegistration_MarshalBinary (line 119) | func TestSessionRegistration_MarshalBinary(t *testing.T) { function TestTypeUnmarshalErrors (line 151) | func TestTypeUnmarshalErrors(t *testing.T) { function TestSessionPayload (line 205) | func TestSessionPayload(t *testing.T) { function TestSessionRegistrationResponse (line 271) | func TestSessionRegistrationResponse(t *testing.T) { function TestICMPDatagram (line 365) | func TestICMPDatagram(t *testing.T) { function compareRegistrationDatagrams (line 413) | func compareRegistrationDatagrams(t *testing.T, l *v3.UDPSessionRegistra... function FuzzRegistrationDatagram (line 421) | func FuzzRegistrationDatagram(f *testing.F) { function FuzzPayloadDatagram (line 431) | func FuzzPayloadDatagram(f *testing.F) { function FuzzRegistrationResponseDatagram (line 438) | func FuzzRegistrationResponseDatagram(f *testing.F) { function FuzzICMPDatagram (line 448) | func FuzzICMPDatagram(f *testing.F) { FILE: quic/v3/icmp.go type packetResponder (line 16) | type packetResponder struct method ConnectionIndex (line 28) | func (pr *packetResponder) ConnectionIndex() uint8 { method ReturnPacket (line 32) | func (pr *packetResponder) ReturnPacket(pk *packet.ICMP) error { method AddTraceContext (line 36) | func (pr *packetResponder) AddTraceContext(tracedCtx *tracing.TracedCo... method RequestSpan (line 40) | func (pr *packetResponder) RequestSpan(ctx context.Context, pk *packet... method ReplySpan (line 45) | func (pr *packetResponder) ReplySpan(ctx context.Context, logger *zero... method ExportSpan (line 50) | func (pr *packetResponder) ExportSpan() { function newPacketResponder (line 21) | func newPacketResponder(datagramMuxer DatagramICMPWriter, connID uint8) ... FILE: quic/v3/icmp_test.go type noopICMPRouter (line 11) | type noopICMPRouter struct method Request (line 13) | func (noopICMPRouter) Request(ctx context.Context, pk *packet.ICMP, re... method ConvertToTTLExceeded (line 16) | func (noopICMPRouter) ConvertToTTLExceeded(pk *packet.ICMP, rawPacket ... type mockICMPRouter (line 20) | type mockICMPRouter struct method Request (line 30) | func (m *mockICMPRouter) Request(ctx context.Context, pk *packet.ICMP,... method ConvertToTTLExceeded (line 34) | func (mockICMPRouter) ConvertToTTLExceeded(pk *packet.ICMP, rawPacket ... function newMockICMPRouter (line 24) | func newMockICMPRouter() *mockICMPRouter { function assertICMPEqual (line 38) | func assertICMPEqual(t *testing.T, expected *packet.ICMP, actual *packet... FILE: quic/v3/manager.go type SessionManager (line 26) | type SessionManager interface type sessionManager (line 40) | type sessionManager struct method RegisterSession (line 59) | func (s *sessionManager) RegisterSession(request *UDPSessionRegistrati... method GetSession (line 94) | func (s *sessionManager) GetSession(requestID RequestID) (Session, err... method UnregisterSession (line 104) | func (s *sessionManager) UnregisterSession(requestID RequestID) { function NewSessionManager (line 49) | func NewSessionManager(metrics Metrics, log *zerolog.Logger, originDiale... FILE: quic/v3/manager_test.go function TestRegisterSession (line 30) | func TestRegisterSession(t *testing.T) { function TestGetSession_Empty (line 90) | func TestGetSession_Empty(t *testing.T) { function TestRegisterSessionRateLimit (line 104) | func TestRegisterSessionRateLimit(t *testing.T) { FILE: quic/v3/metrics.go constant namespace (line 12) | namespace = "cloudflared" constant subsystem_udp (line 13) | subsystem_udp = "udp" constant subsystem_icmp (line 14) | subsystem_icmp = "icmp" constant commandMetricLabel (line 16) | commandMetricLabel = "command" constant reasonMetricLabel (line 17) | reasonMetricLabel = "reason" type DroppedReason (line 20) | type DroppedReason method String (line 41) | func (dr DroppedReason) String() string { constant DroppedWriteFailed (line 23) | DroppedWriteFailed DroppedReason = iota constant DroppedWriteDeadlineExceeded (line 24) | DroppedWriteDeadlineExceeded constant DroppedWriteFull (line 25) | DroppedWriteFull constant DroppedWriteFlowUnknown (line 26) | DroppedWriteFlowUnknown constant DroppedReadFailed (line 27) | DroppedReadFailed constant DroppedReadTooLarge (line 29) | DroppedReadTooLarge type Metrics (line 45) | type Metrics interface type metrics (line 56) | type metrics struct method IncrementFlows (line 67) | func (m *metrics) IncrementFlows(connIndex uint8) { method DecrementFlows (line 72) | func (m *metrics) DecrementFlows(connIndex uint8) { method FailedFlow (line 76) | func (m *metrics) FailedFlow(connIndex uint8) { method RetryFlowResponse (line 80) | func (m *metrics) RetryFlowResponse(connIndex uint8) { method MigrateFlow (line 84) | func (m *metrics) MigrateFlow(connIndex uint8) { method UnsupportedRemoteCommand (line 88) | func (m *metrics) UnsupportedRemoteCommand(connIndex uint8, command st... method DroppedUDPDatagram (line 92) | func (m *metrics) DroppedUDPDatagram(connIndex uint8, reason DroppedRe... method DroppedICMPPackets (line 96) | func (m *metrics) DroppedICMPPackets(connIndex uint8, reason DroppedRe... function NewMetrics (line 100) | func NewMetrics(registerer prometheus.Registerer) Metrics { FILE: quic/v3/metrics_test.go type noopMetrics (line 5) | type noopMetrics struct method IncrementFlows (line 7) | func (noopMetrics) IncrementFlows(connIndex uint8) ... method DecrementFlows (line 8) | func (noopMetrics) DecrementFlows(connIndex uint8) ... method FailedFlow (line 9) | func (noopMetrics) FailedFlow(connIndex uint8) ... method PayloadTooLarge (line 10) | func (noopMetrics) PayloadTooLarge(connIndex uint8) ... method RetryFlowResponse (line 11) | func (noopMetrics) RetryFlowResponse(connIndex uint8) ... method MigrateFlow (line 12) | func (noopMetrics) MigrateFlow(connIndex uint8) ... method UnsupportedRemoteCommand (line 13) | func (noopMetrics) UnsupportedRemoteCommand(connIndex uint8, command s... method DroppedUDPDatagram (line 14) | func (noopMetrics) DroppedUDPDatagram(connIndex uint8, reason v3.Dropp... method DroppedICMPPackets (line 15) | func (noopMetrics) DroppedICMPPackets(connIndex uint8, reason v3.Dropp... FILE: quic/v3/muxer.go constant demuxChanCapacity (line 19) | demuxChanCapacity = 16 constant icmpDatagramChanCapacity (line 22) | icmpDatagramChanCapacity = 128 constant logSrcKey (line 24) | logSrcKey = "src" constant logDstKey (line 25) | logDstKey = "dst" constant logICMPTypeKey (line 26) | logICMPTypeKey = "type" constant logDurationKey (line 27) | logDurationKey = "durationMS" type DatagramConn (line 32) | type DatagramConn interface type DatagramUDPWriter (line 42) | type DatagramUDPWriter interface type DatagramICMPWriter (line 48) | type DatagramICMPWriter interface type QuicConnection (line 58) | type QuicConnection interface type datagramConn (line 64) | type datagramConn struct method ID (line 104) | func (c *datagramConn) ID() uint8 { method SendUDPSessionDatagram (line 108) | func (c *datagramConn) SendUDPSessionDatagram(datagram []byte) error { method SendUDPSessionResponse (line 112) | func (c *datagramConn) SendUDPSessionResponse(id RequestID, resp Sessi... method SendICMPPacket (line 124) | func (c *datagramConn) SendICMPPacket(icmp *packet.ICMP) error { method SendICMPTTLExceed (line 147) | func (c *datagramConn) SendICMPTTLExceed(icmp *packet.ICMP, rawPacket ... method pollDatagrams (line 152) | func (c *datagramConn) pollDatagrams(ctx context.Context) { method Serve (line 169) | func (c *datagramConn) Serve(ctx context.Context) error { method handleSessionRegistrationDatagram (line 249) | func (c *datagramConn) handleSessionRegistrationDatagram(ctx context.C... method handleSessionAlreadyRegistered (line 307) | func (c *datagramConn) handleSessionAlreadyRegistered(requestID Reques... method handleSessionMigration (line 328) | func (c *datagramConn) handleSessionMigration(requestID RequestID, log... method handleSessionRegistrationFailure (line 350) | func (c *datagramConn) handleSessionRegistrationFailure(requestID Requ... method handleSessionRegistrationRateLimited (line 357) | func (c *datagramConn) handleSessionRegistrationRateLimited(datagram *... method handleSessionPayloadDatagram (line 368) | func (c *datagramConn) handleSessionPayloadDatagram(datagram *UDPSessi... method handleICMPPacket (line 379) | func (c *datagramConn) handleICMPPacket(datagram *ICMPDatagram) { method processICMPDatagrams (line 394) | func (c *datagramConn) processICMPDatagrams(ctx context.Context) { method writeICMPPacket (line 411) | func (c *datagramConn) writeICMPPacket(datagram *ICMPDatagram) { function NewDatagramConn (line 79) | func NewDatagramConn(conn QuicConnection, sessionManager SessionManager,... FILE: quic/v3/muxer_test.go type noopEyeball (line 30) | type noopEyeball struct method Serve (line 34) | func (noopEyeball) Serve(ctx context.Context) error { ret... method ID (line 35) | func (n noopEyeball) ID() uint8 { ret... method SendUDPSessionDatagram (line 36) | func (noopEyeball) SendUDPSessionDatagram(datagram []byte) error { ret... method SendUDPSessionResponse (line 37) | func (noopEyeball) SendUDPSessionResponse(id v3.RequestID, resp v3.Ses... method SendICMPPacket (line 40) | func (noopEyeball) SendICMPPacket(icmp *packet.ICMP) error ... method SendICMPTTLExceed (line 41) | func (noopEyeball) SendICMPTTLExceed(icmp *packet.ICMP, rawPacket pack... type mockEyeball (line 43) | type mockEyeball struct method Serve (line 65) | func (mockEyeball) Serve(ctx context.Context) error { return nil } method ID (line 66) | func (m *mockEyeball) ID() uint8 { return m.connID } method SendUDPSessionDatagram (line 68) | func (m *mockEyeball) SendUDPSessionDatagram(datagram []byte) error { method SendUDPSessionResponse (line 75) | func (m *mockEyeball) SendUDPSessionResponse(id v3.RequestID, resp v3.... method SendICMPPacket (line 85) | func (m *mockEyeball) SendICMPPacket(icmp *packet.ICMP) error { return... method SendICMPTTLExceed (line 86) | func (m *mockEyeball) SendICMPTTLExceed(icmp *packet.ICMP, rawPacket p... function newMockEyeball (line 54) | func newMockEyeball() mockEyeball { function TestDatagramConn_New (line 90) | func TestDatagramConn_New(t *testing.T) { function TestDatagramConn_SendUDPSessionDatagram (line 102) | func TestDatagramConn_SendUDPSessionDatagram(t *testing.T) { function TestDatagramConn_SendUDPSessionResponse (line 123) | func TestDatagramConn_SendUDPSessionResponse(t *testing.T) { function TestDatagramConnServe_ApplicationClosed (line 151) | func TestDatagramConnServe_ApplicationClosed(t *testing.T) { function TestDatagramConnServe_ConnectionClosed (line 170) | func TestDatagramConnServe_ConnectionClosed(t *testing.T) { function TestDatagramConnServe_ReceiveDatagramError (line 190) | func TestDatagramConnServe_ReceiveDatagramError(t *testing.T) { function TestDatagramConnServe_SessionRegistrationRateLimit (line 205) | func TestDatagramConnServe_SessionRegistrationRateLimit(t *testing.T) { function TestDatagramConnServe_ErrorDatagramTypes (line 241) | func TestDatagramConnServe_ErrorDatagramTypes(t *testing.T) { type LockedBuffer (line 290) | type LockedBuffer struct method Write (line 295) | func (b *LockedBuffer) Write(p []byte) (n int, err error) { method String (line 301) | func (b *LockedBuffer) String() string { function TestDatagramConnServe_RegisterSession_SessionManagerError (line 307) | func TestDatagramConnServe_RegisterSession_SessionManagerError(t *testin... function TestDatagramConnServe (line 345) | func TestDatagramConnServe(t *testing.T) { function TestDatagramConnServeDecodeMultipleICMPInParallel (line 396) | func TestDatagramConnServeDecodeMultipleICMPInParallel(t *testing.T) { function TestDatagramConnServe_RegisterTwice (line 483) | func TestDatagramConnServe_RegisterTwice(t *testing.T) { function TestDatagramConnServe_MigrateConnection (line 548) | func TestDatagramConnServe_MigrateConnection(t *testing.T) { function TestDatagramConnServe_Payload_GetSessionError (line 636) | func TestDatagramConnServe_Payload_GetSessionError(t *testing.T) { function TestDatagramConnServe_Payloads (line 667) | func TestDatagramConnServe_Payloads(t *testing.T) { function TestDatagramConnServe_ICMPDatagram_TTLDecremented (line 711) | func TestDatagramConnServe_ICMPDatagram_TTLDecremented(t *testing.T) { function TestDatagramConnServe_ICMPDatagram_TTLExceeded (line 760) | func TestDatagramConnServe_ICMPDatagram_TTLExceeded(t *testing.T) { function newRegisterSessionDatagram (line 827) | func newRegisterSessionDatagram(id v3.RequestID) []byte { function newSessionPayloadDatagram (line 840) | func newSessionPayloadDatagram(id v3.RequestID, payload []byte) []byte { function newICMPDatagram (line 850) | func newICMPDatagram(pk *packet.ICMP) []byte { function assertContextClosed (line 867) | func assertContextClosed(t *testing.T, ctx context.Context, done <-chan ... type mockQuicConn (line 878) | type mockQuicConn struct method Context (line 892) | func (m *mockQuicConn) Context() context.Context { method SendDatagram (line 896) | func (m *mockQuicConn) SendDatagram(payload []byte) error { method ReceiveDatagram (line 903) | func (m *mockQuicConn) ReceiveDatagram(_ context.Context) ([]byte, err... function newMockQuicConn (line 884) | func newMockQuicConn(ctx context.Context) *mockQuicConn { type mockQuicConnReadError (line 912) | type mockQuicConnReadError struct method Context (line 916) | func (m *mockQuicConnReadError) Context() context.Context { method SendDatagram (line 920) | func (m *mockQuicConnReadError) SendDatagram(payload []byte) error { method ReceiveDatagram (line 924) | func (m *mockQuicConnReadError) ReceiveDatagram(_ context.Context) ([]... type mockSessionManager (line 928) | type mockSessionManager struct method RegisterSession (line 935) | func (m *mockSessionManager) RegisterSession(request *v3.UDPSessionReg... method GetSession (line 939) | func (m *mockSessionManager) GetSession(requestID v3.RequestID) (v3.Se... method UnregisterSession (line 943) | func (m *mockSessionManager) UnregisterSession(requestID v3.RequestID) {} type mockSession (line 945) | type mockSession struct method ID (line 959) | func (m *mockSession) ID() v3.RequestID { return testRequestID } method RemoteAddr (line 960) | func (m *mockSession) RemoteAddr() net.Addr { return testOriginAddr } method LocalAddr (line 961) | func (m *mockSession) LocalAddr() net.Addr { return testLocalAddr } method ConnectionID (line 962) | func (m *mockSession) ConnectionID() uint8 { return 0 } method Migrate (line 963) | func (m *mockSession) Migrate(conn v3.DatagramConn, ctx context.Contex... method ResetIdleTimer (line 966) | func (m *mockSession) ResetIdleTimer() {} method Serve (line 968) | func (m *mockSession) Serve(ctx context.Context) error { method Write (line 973) | func (m *mockSession) Write(payload []byte) { method Close (line 979) | func (m *mockSession) Close() error { function newMockSession (line 951) | func newMockSession() mockSession { FILE: quic/v3/request.go constant datagramRequestIdLen (line 10) | datagramRequestIdLen = 16 type RequestID (line 22) | type RequestID method String (line 41) | func (id RequestID) String() string { method Compare (line 48) | func (id RequestID) Compare(id2 RequestID) int { method Less (line 67) | func (id RequestID) Less(id2 RequestID) bool { return id.Compare(id2) ... method MarshalBinaryTo (line 70) | func (id RequestID) MarshalBinaryTo(data []byte) error { method UnmarshalBinary (line 79) | func (id *RequestID) UnmarshalBinary(data []byte) error { type uint128 (line 24) | type uint128 struct function RequestIDFromSlice (line 30) | func RequestIDFromSlice(data []byte) (RequestID, error) { FILE: quic/v3/request_test.go function mustRequestID (line 23) | func mustRequestID(data [16]byte) v3.RequestID { function TestRequestIDParsing (line 31) | func TestRequestIDParsing(t *testing.T) { function TestRequestID_MarshalBinary (line 54) | func TestRequestID_MarshalBinary(t *testing.T) { FILE: quic/v3/session.go constant defaultCloseIdleAfter (line 19) | defaultCloseIdleAfter = 210 * time.Second constant maxOriginUDPPacketSize (line 24) | maxOriginUDPPacketSize = 1500 constant writeChanCapacity (line 29) | writeChanCapacity = 512 constant logFlowID (line 31) | logFlowID = "flowID" constant logPacketSizeKey (line 32) | logPacketSizeKey = "packetSize" type SessionIdleErr (line 40) | type SessionIdleErr struct method Error (line 44) | func (e SessionIdleErr) Error() string { method Is (line 48) | func (e SessionIdleErr) Is(target error) bool { function newSessionIdleErr (line 53) | func newSessionIdleErr(timeout time.Duration) error { type Session (line 57) | type Session interface type session (line 70) | type session struct method ID (line 144) | func (s *session) ID() RequestID { method RemoteAddr (line 148) | func (s *session) RemoteAddr() net.Addr { method LocalAddr (line 152) | func (s *session) LocalAddr() net.Addr { method ConnectionID (line 156) | func (s *session) ConnectionID() uint8 { method Migrate (line 161) | func (s *session) Migrate(eyeball DatagramConn, ctx context.Context, l... method Serve (line 176) | func (s *session) Serve(ctx context.Context) error { method readLoop (line 183) | func (s *session) readLoop() { method Write (line 226) | func (s *session) Write(payload []byte) { method writeLoop (line 236) | func (s *session) writeLoop() { method closeSession (line 278) | func (s *session) closeSession(err error) { method ResetIdleTimer (line 292) | func (s *session) ResetIdleTimer() { method markActive (line 298) | func (s *session) markActive() { method Close (line 305) | func (s *session) Close() error { method waitForCloseCondition (line 310) | func (s *session) waitForCloseCondition(ctx context.Context, closeAfte... function NewSession (line 94) | func NewSession( function isConnectionClosed (line 272) | func isConnectionClosed(err error) bool { FILE: quic/v3/session_fuzz_test.go function FuzzSessionWrite (line 8) | func FuzzSessionWrite(f *testing.F) { function FuzzSessionRead (line 19) | func FuzzSessionRead(f *testing.F) { FILE: quic/v3/session_test.go function TestSessionNew (line 26) | func TestSessionNew(t *testing.T) { function testSessionWrite (line 34) | func testSessionWrite(t *testing.T, payloads [][]byte) { function TestSessionWrite (line 80) | func TestSessionWrite(t *testing.T) { function testSessionRead (line 88) | func testSessionRead(t *testing.T, payloads [][]byte) { function TestSessionRead (line 131) | func TestSessionRead(t *testing.T) { function TestSessionRead_OriginTooLarge (line 139) | func TestSessionRead_OriginTooLarge(t *testing.T) { function TestSessionServe_Migrate (line 173) | func TestSessionServe_Migrate(t *testing.T) { function TestSessionServe_Migrate_CloseContext2 (line 230) | func TestSessionServe_Migrate_CloseContext2(t *testing.T) { function TestSessionClose_Multiple (line 290) | func TestSessionClose_Multiple(t *testing.T) { function TestSessionServe_IdleTimeout (line 317) | func TestSessionServe_IdleTimeout(t *testing.T) { function TestSessionServe_ParentContextCanceled (line 344) | func TestSessionServe_ParentContextCanceled(t *testing.T) { function TestSessionServe_ReadErrors (line 372) | func TestSessionServe_ReadErrors(t *testing.T) { type testErrOrigin (line 383) | type testErrOrigin struct method Read (line 392) | func (o *testErrOrigin) Read(p []byte) (n int, err error) { method Write (line 396) | func (o *testErrOrigin) Write(p []byte) (n int, err error) { method Close (line 400) | func (o *testErrOrigin) Close() error { function newTestErrOrigin (line 388) | func newTestErrOrigin(readErr error, writeErr error) testErrOrigin { FILE: release_pkgs.py class PkgUploader (line 28) | class PkgUploader: method __init__ (line 29) | def __init__(self, account_id, bucket_name, client_id, client_secret): method upload_pkg_to_r2 (line 35) | def upload_pkg_to_r2(self, filename, upload_file_path): class PkgCreator (line 60) | class PkgCreator: method create_distribution_conf (line 75) | def create_distribution_conf(self, method create_deb_pkgs (line 106) | def create_deb_pkgs(self, release, deb_file): method create_rpm_pkgs (line 114) | def create_rpm_pkgs(self, artifacts_path, gpg_key_name): method create_repo_file (line 135) | def create_repo_file(self, file_path, binary_name, baseurl, gpgkey_url): method _sign_rpms (line 148) | def _sign_rpms(self, file_path, gpg_key_name): method _sign_repomd (line 155) | def _sign_repomd(self): method _setup_rpm_pkg_directories (line 172) | def _setup_rpm_pkg_directories(self, artifacts_path, gpg_key_name, arc... method import_gpg_keys (line 189) | def import_gpg_keys(self, private_key, public_key): method import_multiple_gpg_keys (line 209) | def import_multiple_gpg_keys(self, primary_private_key, primary_public... method import_rpm_key (line 226) | def import_rpm_key(self, public_key): function upload_from_directories (line 248) | def upload_from_directories(pkg_uploader, directory, release, binary): function create_deb_packaging (line 276) | def create_deb_packaging(pkg_creator, pkg_uploader, releases, primary_gp... function create_rpm_packaging (line 309) | def create_rpm_packaging( function parse_args (line 335) | def parse_args(): FILE: retry/backoffhandler.go constant DefaultBaseTime (line 10) | DefaultBaseTime time.Duration = time.Second type Clock (line 14) | type Clock struct type BackoffHandler (line 24) | type BackoffHandler struct method GetMaxBackoffDuration (line 49) | func (b BackoffHandler) GetMaxBackoffDuration(ctx context.Context) (ti... method BackoffTimer (line 70) | func (b *BackoffHandler) BackoffTimer() <-chan time.Time { method Backoff (line 89) | func (b *BackoffHandler) Backoff(ctx context.Context) bool { method SetGracePeriod (line 104) | func (b *BackoffHandler) SetGracePeriod() time.Duration { method GetBaseTime (line 112) | func (b BackoffHandler) GetBaseTime() time.Duration { method Retries (line 120) | func (b *BackoffHandler) Retries() int { method ReachedMaxRetries (line 124) | func (b *BackoffHandler) ReachedMaxRetries() bool { method ResetNow (line 128) | func (b *BackoffHandler) ResetNow() { function NewBackoff (line 40) | func NewBackoff(maxRetries uint, baseTime time.Duration, retryForever bo... FILE: retry/backoffhandler_test.go function immediateTimeAfter (line 9) | func immediateTimeAfter(time.Duration) <-chan time.Time { function TestBackoffRetries (line 15) | func TestBackoffRetries(t *testing.T) { function TestBackoffCancel (line 33) | func TestBackoffCancel(t *testing.T) { function TestBackoffGracePeriod (line 47) | func TestBackoffGracePeriod(t *testing.T) { function TestGetMaxBackoffDurationRetries (line 70) | func TestGetMaxBackoffDurationRetries(t *testing.T) { function TestGetMaxBackoffDuration (line 94) | func TestGetMaxBackoffDuration(t *testing.T) { function TestBackoffRetryForever (line 115) | func TestBackoffRetryForever(t *testing.T) { FILE: signal/safe_signal.go type Signal (line 8) | type Signal struct method Notify (line 23) | func (s *Signal) Notify() { method Wait (line 31) | func (s *Signal) Wait() <-chan struct{} { function New (line 14) | func New(ch chan struct{}) *Signal { FILE: signal/safe_signal_test.go function TestMultiNotifyDoesntCrash (line 7) | func TestMultiNotifyDoesntCrash(t *testing.T) { function TestWait (line 14) | func TestWait(t *testing.T) { FILE: socks/auth_handler.go constant NoAuth (line 10) | NoAuth = uint8(0) constant UserPassAuth (line 13) | UserPassAuth = uint8(2) constant noAcceptable (line 15) | noAcceptable = uint8(255) constant userAuthVersion (line 16) | userAuthVersion = uint8(1) constant authSuccess (line 17) | authSuccess = uint8(0) constant authFailure (line 18) | authFailure = uint8(1) type AuthHandler (line 22) | type AuthHandler interface type StandardAuthHandler (line 28) | type StandardAuthHandler struct method Register (line 42) | func (h *StandardAuthHandler) Register(method uint8, a Authenticator) { method Handle (line 47) | func (h *StandardAuthHandler) Handle(bufConn io.Reader, conn io.Writer... function NewAuthHandler (line 33) | func NewAuthHandler() AuthHandler { function readMethods (line 67) | func readMethods(r io.Reader) ([]byte, error) { FILE: socks/authenticator.go type Authenticator (line 9) | type Authenticator interface type NoAuthAuthenticator (line 14) | type NoAuthAuthenticator struct method Handle (line 22) | func (a *NoAuthAuthenticator) Handle(reader io.Reader, writer io.Write... function NewNoAuthAuthenticator (line 17) | func NewNoAuthAuthenticator() Authenticator { type UserPassAuthAuthenticator (line 28) | type UserPassAuthAuthenticator struct method Handle (line 40) | func (a *UserPassAuthAuthenticator) Handle(reader io.Reader, writer io... function NewUserPassAuthAuthenticator (line 33) | func NewUserPassAuthAuthenticator(isValid func(string, string) bool) Aut... FILE: socks/connection_handler.go type ConnectionHandler (line 11) | type ConnectionHandler interface type StandardConnectionHandler (line 16) | type StandardConnectionHandler struct method Serve (line 31) | func (h *StandardConnectionHandler) Serve(c io.ReadWriter) error { function NewConnectionHandler (line 23) | func NewConnectionHandler(requestHandler RequestHandler) ConnectionHandl... FILE: socks/connection_handler_test.go type successResponse (line 15) | type successResponse struct function sendSocksRequest (line 19) | func sendSocksRequest(t *testing.T) []byte { function startTestServer (line 41) | func startTestServer(t *testing.T, httpHandler func(w http.ResponseWrite... function respondWithJSON (line 64) | func respondWithJSON(w http.ResponseWriter, v interface{}, status int) { function OkJSONResponseHandler (line 72) | func OkJSONResponseHandler(w http.ResponseWriter, r *http.Request) { function TestSocksConnection (line 79) | func TestSocksConnection(t *testing.T) { FILE: socks/dialer.go type Dialer (line 10) | type Dialer interface type NetDialer (line 15) | type NetDialer struct method Dial (line 24) | func (d *NetDialer) Dial(address string) (io.ReadWriteCloser, *AddrSpe... function NewNetDialer (line 19) | func NewNetDialer() Dialer { type ConnDialer (line 37) | type ConnDialer struct method Dial (line 49) | func (d *ConnDialer) Dial(address string) (io.ReadWriteCloser, *AddrSp... function NewConnDialer (line 42) | func NewConnDialer(conn net.Conn) Dialer { FILE: socks/request.go constant socks5Version (line 12) | socks5Version = uint8(5) constant connectCommand (line 15) | connectCommand = uint8(1) constant bindCommand (line 16) | bindCommand = uint8(2) constant associateCommand (line 17) | associateCommand = uint8(3) constant ipv4Address (line 20) | ipv4Address = uint8(1) constant fqdnAddress (line 21) | fqdnAddress = uint8(3) constant ipv6Address (line 22) | ipv6Address = uint8(4) constant successReply (line 27) | successReply uint8 = iota constant serverFailure (line 28) | serverFailure constant ruleFailure (line 29) | ruleFailure constant networkUnreachable (line 30) | networkUnreachable constant hostUnreachable (line 31) | hostUnreachable constant connectionRefused (line 32) | connectionRefused constant ttlExpired (line 33) | ttlExpired constant commandNotSupported (line 34) | commandNotSupported constant addrTypeNotSupported (line 35) | addrTypeNotSupported type AddrSpec (line 39) | type AddrSpec struct method String (line 46) | func (a *AddrSpec) String() string { method Address (line 55) | func (a AddrSpec) Address() string { type Request (line 63) | type Request struct function NewRequest (line 75) | func NewRequest(bufConn io.Reader) (*Request, error) { function sendReply (line 101) | func sendReply(w io.Writer, resp uint8, addr *AddrSpec) error { function readAddrSpec (line 147) | func readAddrSpec(r io.Reader) (*AddrSpec, error) { FILE: socks/request_handler.go type RequestHandler (line 15) | type RequestHandler interface type StandardRequestHandler (line 20) | type StandardRequestHandler struct method Handle (line 35) | func (h *StandardRequestHandler) Handle(req *Request, conn io.ReadWrit... method handleConnect (line 52) | func (h *StandardRequestHandler) handleConnect(conn io.ReadWriter, req... method handleBind (line 118) | func (h *StandardRequestHandler) handleBind(conn io.ReadWriter, req *R... method handleAssociate (line 127) | func (h *StandardRequestHandler) handleAssociate(conn io.ReadWriter, r... function NewRequestHandler (line 27) | func NewRequestHandler(dialer Dialer, accessPolicy *ipaccess.Policy) Req... function StreamHandler (line 134) | func StreamHandler(tunnelConn io.ReadWriter, originConn net.Conn, log *z... function StreamNetHandler (line 144) | func StreamNetHandler(tunnelConn io.ReadWriter, accessPolicy *ipaccess.P... FILE: socks/request_handler_test.go function TestUnsupportedBind (line 12) | func TestUnsupportedBind(t *testing.T) { function TestUnsupportedAssociate (line 22) | func TestUnsupportedAssociate(t *testing.T) { function TestHandleConnect (line 32) | func TestHandleConnect(t *testing.T) { function TestHandleConnectIPAccess (line 42) | func TestHandleConnectIPAccess(t *testing.T) { FILE: socks/request_test.go function createRequestData (line 12) | func createRequestData(version, command uint8, ip net.IP, port uint16) [... function createRequest (line 33) | func createRequest(t *testing.T, version, command uint8, ipStr string, p... function TestValidConnectRequest (line 51) | func TestValidConnectRequest(t *testing.T) { function TestValidBindRequest (line 55) | func TestValidBindRequest(t *testing.T) { function TestValidAssociateRequest (line 59) | func TestValidAssociateRequest(t *testing.T) { function TestInValidVersionRequest (line 63) | func TestInValidVersionRequest(t *testing.T) { function TestInValidIPRequest (line 67) | func TestInValidIPRequest(t *testing.T) { FILE: sshgen/sshgen.go constant signEndpoint (line 29) | signEndpoint = "/cdn-cgi/access/cert_sign" constant keyName (line 30) | keyName = "cf_key" type signPayload (line 34) | type signPayload struct type signResponse (line 41) | type signResponse struct type errorResponse (line 48) | type errorResponse struct function GenerateShortLivedCertificate (line 58) | func GenerateShortLivedCertificate(appURL *url.URL, token string) error { function handleCertificateGeneration (line 79) | func handleCertificateGeneration(token, fullName string) (string, error) { function SignCert (line 88) | func SignCert(token, pubKey string) (string, error) { function generateKeyPair (line 146) | func generateKeyPair(fullName string) ([]byte, error) { function writeKey (line 187) | func writeKey(filename string, data []byte) error { FILE: sshgen/sshgen_test.go constant audTest (line 28) | audTest = "cf-test-aud" constant nonceTest (line 29) | nonceTest = "asfd" type signingArguments (line 32) | type signingArguments struct function TestCertGenSuccess (line 38) | func TestCertGenSuccess(t *testing.T) { function tokenGenerator (line 98) | func tokenGenerator() string { FILE: stream/debug.go type DebugStream (line 11) | type DebugStream struct method Read (line 28) | func (d *DebugStream) Read(p []byte) (n int, err error) { method Write (line 47) | func (d *DebugStream) Write(p []byte) (n int, err error) { function NewDebugStream (line 19) | func NewDebugStream(stream io.ReadWriter, logger *zerolog.Logger, max ui... FILE: stream/stream.go type Stream (line 18) | type Stream interface type Reader (line 23) | type Reader interface type WriterCloser (line 27) | type WriterCloser interface type WriteCloser (line 32) | type WriteCloser interface type nopCloseWriterAdapter (line 36) | type nopCloseWriterAdapter struct method CloseWrite (line 44) | func (n *nopCloseWriterAdapter) CloseWrite() error { function NopCloseWriterAdapter (line 40) | func NopCloseWriterAdapter(stream io.ReadWriter) *nopCloseWriterAdapter { type bidirectionalStreamStatus (line 48) | type bidirectionalStreamStatus struct method markUniStreamDone (line 60) | func (s *bidirectionalStreamStatus) markUniStreamDone() { method wait (line 65) | func (s *bidirectionalStreamStatus) wait(maxWaitForSecondStream time.D... method isAnyDone (line 84) | func (s *bidirectionalStreamStatus) isAnyDone() bool { function newBiStreamStatus (line 53) | func newBiStreamStatus() *bidirectionalStreamStatus { function Pipe (line 89) | func Pipe(tunnelConn, originConn io.ReadWriter, log *zerolog.Logger) { function PipeBidirectional (line 98) | func PipeBidirectional(downstream, upstream Stream, maxWaitForSecondStre... function unidirectionalStream (line 111) | func unidirectionalStream(dst WriterCloser, src Reader, dir string, stat... constant debugCopy (line 142) | debugCopy = false function copyData (line 144) | func copyData(dst io.Writer, src io.Reader, dir string) (written int64, ... FILE: stream/stream_test.go function TestPipeBidirectionalFinishBothSides (line 14) | func TestPipeBidirectionalFinishBothSides(t *testing.T) { function TestPipeBidirectionalFinishOneSideTimeout (line 23) | func TestPipeBidirectionalFinishOneSideTimeout(t *testing.T) { function TestPipeBidirectionalClosingWriteBothSidesAlsoExists (line 31) | func TestPipeBidirectionalClosingWriteBothSidesAlsoExists(t *testing.T) { function TestPipeBidirectionalClosingWriteSingleSideAlsoExists (line 43) | func TestPipeBidirectionalClosingWriteSingleSideAlsoExists(t *testing.T) { function testPipeBidirectionalUnblocking (line 54) | func testPipeBidirectionalUnblocking(t *testing.T, afterFun func(*mocked... function newMockedStream (line 80) | func newMockedStream() *mockedStream { type mockedStream (line 87) | type mockedStream struct method Read (line 94) | func (m *mockedStream) Read(p []byte) (n int, err error) { method Write (line 103) | func (m *mockedStream) Write(p []byte) (n int, err error) { method CloseWrite (line 109) | func (m *mockedStream) CloseWrite() error { method closeReader (line 117) | func (m *mockedStream) closeReader() { method writeToReader (line 120) | func (m *mockedStream) writeToReader(content string) { FILE: supervisor/conn_aware_logger.go type ConnAwareLogger (line 10) | type ConnAwareLogger struct method ReplaceLogger (line 26) | func (c *ConnAwareLogger) ReplaceLogger(logger *zerolog.Logger) *ConnA... method ConnAwareLogger (line 33) | func (c *ConnAwareLogger) ConnAwareLogger() *zerolog.Event { method Logger (line 40) | func (c *ConnAwareLogger) Logger() *zerolog.Logger { function NewConnAwareLogger (line 15) | func NewConnAwareLogger(logger *zerolog.Logger, tracker *tunnelstate.Con... FILE: supervisor/external_control.go type ReconnectSignal (line 7) | type ReconnectSignal struct method Error (line 13) | func (r ReconnectSignal) Error() string { method DelayBeforeReconnect (line 17) | func (r ReconnectSignal) DelayBeforeReconnect() { FILE: supervisor/fuse.go type booleanFuse (line 7) | type booleanFuse struct method Value (line 20) | func (f *booleanFuse) Value() bool { method Fuse (line 29) | func (f *booleanFuse) Fuse(result bool) { method Await (line 43) | func (f *booleanFuse) Await() bool { function newBooleanFuse (line 13) | func newBooleanFuse() *booleanFuse { FILE: supervisor/metrics.go function init (line 23) | func init() { FILE: supervisor/pqtunnels.go constant X25519Kyber768Draft00PQKex (line 11) | X25519Kyber768Draft00PQKex = tls.CurveID(0x6399) constant X25519Kyber768Draft00PQKexName (line 12) | X25519Kyber768Draft00PQKexName = "X25519Kyber768Draft00" constant P256Kyber768Draft00PQKex (line 13) | P256Kyber768Draft00PQKex = tls.CurveID(0xfe32) constant P256Kyber768Draft00PQKexName (line 14) | P256Kyber768Draft00PQKexName = "P256Kyber768Draft00" constant X25519MLKEM768PQKex (line 15) | X25519MLKEM768PQKex = tls.CurveID(0x11ec) constant X25519MLKEM768PQKexName (line 16) | X25519MLKEM768PQKexName = "X25519MLKEM768" function removeDuplicates (line 26) | func removeDuplicates(curves []tls.CurveID) []tls.CurveID { function curvePreference (line 38) | func curvePreference(pqMode features.PostQuantumMode, fipsEnabled bool, ... FILE: supervisor/pqtunnels_test.go function TestCurvePreferences (line 17) | func TestCurvePreferences(t *testing.T) { function runClientServerHandshake (line 90) | func runClientServerHandshake(t *testing.T, curves []tls.CurveID) []tls.... function TestSupportedCurvesNegotiation (line 112) | func TestSupportedCurvesNegotiation(t *testing.T) { FILE: supervisor/supervisor.go constant tunnelRetryDuration (line 25) | tunnelRetryDuration = time.Second * 10 constant registrationInterval (line 27) | registrationInterval = time.Second type Supervisor (line 32) | type Supervisor struct method Run (line 112) | func (s *Supervisor) Run( method initialize (line 205) | func (s *Supervisor) initialize( method startFirstTunnel (line 250) | func (s *Supervisor) startFirstTunnel( method startTunnel (line 303) | func (s *Supervisor) startTunnel( method newConnectedTunnelSignal (line 313) | func (s *Supervisor) newConnectedTunnelSignal(index int) *signal.Signal { method waitForNextTunnel (line 321) | func (s *Supervisor) waitForNextTunnel(index int) bool { type tunnelError (line 54) | type tunnelError struct function NewSupervisor (line 59) | func NewSupervisor(config *TunnelConfig, orchestrator *orchestration.Orc... FILE: supervisor/tunnel.go constant dialTimeout (line 39) | dialTimeout = 15 * time.Second type TunnelConfig (line 42) | type TunnelConfig struct method connectionOptions (line 79) | func (c *TunnelConfig) connectionOptions(originLocalAddr string, previ... function StartTunnelDaemon (line 86) | func StartTunnelDaemon( type ConnectivityError (line 101) | type ConnectivityError struct method Error (line 111) | func (e *ConnectivityError) Error() string { method HasReachedMaxRetries (line 115) | func (e *ConnectivityError) HasReachedMaxRetries() bool { function NewConnectivityError (line 105) | func NewConnectivityError(hasReachedMaxRetries bool) *ConnectivityError { type EdgeAddrHandler (line 121) | type EdgeAddrHandler interface function NewIPAddrFallback (line 129) | func NewIPAddrFallback(maxRetries uint8) *ipAddrFallback { type ipAddrFallback (line 139) | type ipAddrFallback struct method ShouldGetNewAddress (line 145) | func (f *ipAddrFallback) ShouldGetNewAddress(connIndex uint8, err erro... type EdgeTunnelServer (line 169) | type EdgeTunnelServer struct method Serve (line 188) | func (e *EdgeTunnelServer) Serve(ctx context.Context, connIndex uint8,... method serveTunnel (line 363) | func (e *EdgeTunnelServer) serveTunnel( method serveConnection (line 429) | func (e *EdgeTunnelServer) serveConnection( method serveHTTP2 (line 504) | func (e *EdgeTunnelServer) serveHTTP2( method serveQUIC (line 546) | func (e *EdgeTunnelServer) serveQUIC( method reportErrorToSentry (line 670) | func (e *EdgeTunnelServer) reportErrorToSentry(err error, pqMode featu... type TunnelServer (line 184) | type TunnelServer interface type protocolFallback (line 289) | type protocolFallback struct method reset (line 295) | func (pf *protocolFallback) reset() { method fallback (line 300) | func (pf *protocolFallback) fallback(fallback connection.Protocol) { function selectNextProtocol (line 308) | func selectNextProtocol( function isQuicBroken (line 347) | func isQuicBroken(cause error) bool { type unrecoverableError (line 496) | type unrecoverableError struct method Error (line 500) | func (r unrecoverableError) Error() string { function listenReconnect (line 688) | func listenReconnect(ctx context.Context, reconnectCh <-chan ReconnectSi... type connectedFuse (line 699) | type connectedFuse struct method Connected (line 704) | func (cf *connectedFuse) Connected() { method IsConnected (line 709) | func (cf *connectedFuse) IsConnected() bool { FILE: supervisor/tunnel_test.go type dynamicMockFetcher (line 16) | type dynamicMockFetcher struct method fetch (line 21) | func (dmf *dynamicMockFetcher) fetch() edgediscovery.PercentageFetcher { function immediateTimeAfter (line 27) | func immediateTimeAfter(time.Duration) <-chan time.Time { function TestWaitForBackoffFallback (line 33) | func TestWaitForBackoffFallback(t *testing.T) { FILE: supervisor/tunnelsforha.go type tunnelsForHA (line 11) | type tunnelsForHA struct method AddTunnelID (line 35) | func (t *tunnelsForHA) AddTunnelID(haConn uint8, tunnelID string) { method String (line 46) | func (t *tunnelsForHA) String() string { function NewTunnelsForHA (line 18) | func NewTunnelsForHA() tunnelsForHA { FILE: tlsconfig/certreloader.go constant OriginCAPoolFlag (line 18) | OriginCAPoolFlag = "origin-ca-pool" constant CaCertFlag (line 19) | CaCertFlag = "cacert" type CertReloader (line 24) | type CertReloader struct method Cert (line 44) | func (cr *CertReloader) Cert(clientHello *tls.ClientHelloInfo) (*tls.C... method ClientCert (line 52) | func (cr *CertReloader) ClientCert(certRequestInfo *tls.CertificateReq... method LoadCert (line 60) | func (cr *CertReloader) LoadCert() error { function NewCertReloader (line 32) | func NewCertReloader(certPath, keyPath string) (*CertReloader, error) { function LoadOriginCA (line 75) | func LoadOriginCA(originCAPoolFilename string, log *zerolog.Logger) (*x5... function LoadCustomOriginCA (line 99) | func LoadCustomOriginCA(originCAFilename string) (*x509.CertPool, error) { function CreateTunnelConfig (line 130) | func CreateTunnelConfig(c *cli.Context, serverName string) (*tls.Config,... function loadOriginCertPool (line 163) | func loadOriginCertPool(originCAPoolPEM []byte, log *zerolog.Logger) (*x... function loadGlobalCertPool (line 180) | func loadGlobalCertPool(log *zerolog.Logger) (*x509.CertPool, error) { FILE: tlsconfig/cloudflare_ca.go function GetCloudflareRootCA (line 89) | func GetCloudflareRootCA() ([]*x509.Certificate, error) { FILE: tlsconfig/hello_ca.go constant helloKey (line 9) | helloKey = ` constant helloCRT (line 20) | helloCRT = ` function GetHelloCertificate (line 39) | func GetHelloCertificate() (tls.Certificate, error) { function GetHelloCertificateX509 (line 43) | func GetHelloCertificateX509() (*x509.Certificate, error) { FILE: tlsconfig/tlsconfig.go type TLSParameters (line 14) | type TLSParameters struct function GetConfig (line 28) | func GetConfig(p *TLSParameters) (*tls.Config, error) { function LoadCert (line 90) | func LoadCert(certPaths []string) (*x509.CertPool, error) { FILE: tlsconfig/tlsconfig_test.go constant testcertCommonName (line 12) | testcertCommonName = "localhost" function TestGetFromEmptyConfig (line 15) | func TestGetFromEmptyConfig(t *testing.T) { function TestGetConfig (line 33) | func TestGetConfig(t *testing.T) { function TestCertReloader (line 61) | func TestCertReloader(t *testing.T) { FILE: token/encrypt.go type Encrypter (line 42) | type Encrypter struct method PublicKey (line 59) | func (e *Encrypter) PublicKey() string { method Decrypt (line 68) | func (e *Encrypter) Decrypt(data []byte, senderPublicKey string) ([]by... method Encrypt (line 87) | func (e *Encrypter) Encrypt(data []byte, recipientPublicKey string) ([... method WriteKeys (line 103) | func (e *Encrypter) WriteKeys(privateKey, publicKey string) error { method fetchOrGenerateKeys (line 111) | func (e *Encrypter) fetchOrGenerateKeys(privateKey, publicKey string) ... method writeKey (line 129) | func (e *Encrypter) writeKey(key []byte, pemType, filename string) err... method fetchKey (line 149) | func (e *Encrypter) fetchKey(filename string) (*[32]byte, error) { method decodePublicKey (line 168) | func (e *Encrypter) decodePublicKey(key string) (*[32]byte, error) { function NewEncrypter (line 48) | func NewEncrypter(privateKey, publicKey string) (*Encrypter, error) { FILE: token/launch_browser_darwin.go function getBrowserCmd (line 9) | func getBrowserCmd(url string) *exec.Cmd { FILE: token/launch_browser_other.go function getBrowserCmd (line 9) | func getBrowserCmd(url string) *exec.Cmd { FILE: token/launch_browser_unix.go function getBrowserCmd (line 9) | func getBrowserCmd(url string) *exec.Cmd { FILE: token/launch_browser_windows.go function getBrowserCmd (line 11) | func getBrowserCmd(url string) *exec.Cmd { FILE: token/path.go function GenerateSSHCertFilePathFromURL (line 16) | func GenerateSSHCertFilePathFromURL(url *url.URL, suffix string) (string... function GenerateAppTokenFilePathFromURL (line 26) | func GenerateAppTokenFilePathFromURL(appDomain, aud string, suffix strin... function generateOrgTokenFilePathFromURL (line 37) | func generateOrgTokenFilePathFromURL(authDomain string) (string, error) { function getConfigPath (line 46) | func getConfigPath() (string, error) { FILE: token/shell.go function OpenBrowser (line 4) | func OpenBrowser(url string) error { FILE: token/signal_test.go function TestSignalHandler (line 15) | func TestSignalHandler(t *testing.T) { function TestSignalHandlerClose (line 39) | func TestSignalHandlerClose(t *testing.T) { FILE: token/token.go constant keyName (line 24) | keyName = "token" constant tokenCookie (line 25) | tokenCookie = "CF_Authorization" constant appSessionCookie (line 26) | appSessionCookie = "CF_AppSession" constant appDomainHeader (line 27) | appDomainHeader = "CF-Access-Domain" constant appAUDHeader (line 28) | appAUDHeader = "CF-Access-Aud" constant AccessLoginWorkerPath (line 29) | AccessLoginWorkerPath = "/cdn-cgi/access/login" constant AccessAuthorizedWorkerPath (line 30) | AccessAuthorizedWorkerPath = "/cdn-cgi/access/authorized" type AppInfo (line 38) | type AppInfo struct type lock (line 44) | type lock struct method Acquire (line 135) | func (l *lock) Acquire() error { method deleteLockFile (line 164) | func (l *lock) deleteLockFile() error { method Release (line 171) | func (l *lock) Release() error { type signalHandler (line 50) | type signalHandler struct method register (line 103) | func (s *signalHandler) register(handler func()) { method deregister (line 113) | func (s *signalHandler) deregister() { type jwtPayload (line 55) | type jwtPayload struct method UnmarshalJSON (line 71) | func (p *jwtPayload) UnmarshalJSON(data []byte) error { method isExpired (line 99) | func (p jwtPayload) isExpired() bool { type transferServiceResponse (line 66) | type transferServiceResponse struct function errDeleteTokenFailed (line 118) | func errDeleteTokenFailed(lockFilePath string) error { function newLock (line 123) | func newLock(path string) *lock { function isTokenLocked (line 177) | func isTokenLocked(lockFilePath string) bool { function Init (line 182) | func Init(version string) { function FetchTokenWithRedirect (line 188) | func FetchTokenWithRedirect(appURL *url.URL, appInfo *AppInfo, autoClose... function FetchToken (line 194) | func FetchToken(appURL *url.URL, appInfo *AppInfo, autoClose bool, isFed... function getToken (line 199) | func getToken(appURL *url.URL, appInfo *AppInfo, useHostOnly bool, autoC... function getTokensFromEdge (line 257) | func getTokensFromEdge(appURL *url.URL, appAUD, appTokenPath, orgTokenPa... function GetAppInfo (line 288) | func GetAppInfo(reqURL *url.URL) (*AppInfo, error) { function handleRedirects (line 334) | func handleRedirects(req *http.Request, via []*http.Request, orgToken st... function exchangeOrgToken (line 364) | func exchangeOrgToken(appURL *url.URL, orgToken string) (string, error) { function GetOrgTokenIfExists (line 398) | func GetOrgTokenIfExists(authDomain string) (string, error) { function GetAppTokenIfExists (line 420) | func GetAppTokenIfExists(appInfo *AppInfo) (string, error) { function getTokenIfExists (line 443) | func getTokenIfExists(path string) (*jose.JSONWebSignature, error) { function RemoveTokenIfExists (line 456) | func RemoveTokenIfExists(appInfo *AppInfo) error { FILE: token/token_test.go function TestHandleRedirects_AttachOrgToken (line 10) | func TestHandleRedirects_AttachOrgToken(t *testing.T) { function TestHandleRedirects_AttachAppSessionCookie (line 32) | func TestHandleRedirects_AttachAppSessionCookie(t *testing.T) { function TestHandleRedirects_StopAtAuthorizedEndpoint (line 65) | func TestHandleRedirects_StopAtAuthorizedEndpoint(t *testing.T) { function TestJwtPayloadUnmarshal_AudAsString (line 85) | func TestJwtPayloadUnmarshal_AudAsString(t *testing.T) { function TestJwtPayloadUnmarshal_AudAsSlice (line 96) | func TestJwtPayloadUnmarshal_AudAsSlice(t *testing.T) { function TestJwtPayloadUnmarshal_FailsWhenAudIsInt (line 107) | func TestJwtPayloadUnmarshal_FailsWhenAudIsInt(t *testing.T) { function TestJwtPayloadUnmarshal_FailsWhenAudIsArrayOfInts (line 117) | func TestJwtPayloadUnmarshal_FailsWhenAudIsArrayOfInts(t *testing.T) { function TestJwtPayloadUnmarshal_FailsWhenAudIsOmitted (line 127) | func TestJwtPayloadUnmarshal_FailsWhenAudIsOmitted(t *testing.T) { FILE: token/transfer.go constant baseStoreURL (line 18) | baseStoreURL = "https://login.cloudflareaccess.org/" constant fedStoreURL (line 19) | fedStoreURL = "https://login.fed.cloudflareaccess.org/" constant clientTimeout (line 20) | clientTimeout = time.Second * 60 function RunTransfer (line 29) | func RunTransfer(transferURL *url.URL, appAUD, resourceName, key, value ... function buildRequestURL (line 85) | func buildRequestURL(baseURL *url.URL, appAUD string, key, value string,... function transferRequest (line 110) | func transferRequest(requestURL string, log *zerolog.Logger) ([]byte, st... function poll (line 126) | func poll(client *http.Client, requestURL string, log *zerolog.Logger) (... FILE: tracing/client.go constant MaxTraceAmount (line 15) | MaxTraceAmount = 20 type InMemoryClient (line 23) | type InMemoryClient interface type InMemoryOtlpClient (line 33) | type InMemoryOtlpClient struct method Start (line 38) | func (mc *InMemoryOtlpClient) Start(_ context.Context) error { method Stop (line 42) | func (mc *InMemoryOtlpClient) Stop(_ context.Context) error { method UploadTraces (line 47) | func (mc *InMemoryOtlpClient) UploadTraces(_ context.Context, protoSpa... method Spans (line 60) | func (mc *InMemoryOtlpClient) Spans() (string, error) { method ExportProtoSpans (line 69) | func (mc *InMemoryOtlpClient) ExportProtoSpans() ([]byte, error) { type NoopOtlpClient (line 87) | type NoopOtlpClient struct method Start (line 89) | func (mc *NoopOtlpClient) Start(_ context.Context) error { method Stop (line 93) | func (mc *NoopOtlpClient) Stop(_ context.Context) error { method UploadTraces (line 97) | func (mc *NoopOtlpClient) UploadTraces(_ context.Context, _ []*tracepb... method Spans (line 102) | func (mc *NoopOtlpClient) Spans() (string, error) { method ExportProtoSpans (line 107) | func (mc *NoopOtlpClient) ExportProtoSpans() ([]byte, error) { method ClearSpans (line 111) | func (mc *NoopOtlpClient) ClearSpans() {} FILE: tracing/client_test.go constant resourceSchemaUrl (line 18) | resourceSchemaUrl = "http://example.com/custom-resource-schema" constant instrumentSchemaUrl (line 19) | instrumentSchemaUrl = semconv.SchemaURL function TestUploadTraces (line 68) | func TestUploadTraces(t *testing.T) { function TestSpans (line 79) | func TestSpans(t *testing.T) { function TestSpansEmpty (line 91) | func TestSpansEmpty(t *testing.T) { function TestSpansNil (line 100) | func TestSpansNil(t *testing.T) { function TestSpansTooManySpans (line 109) | func TestSpansTooManySpans(t *testing.T) { function createResourceSpans (line 121) | func createResourceSpans(spans []*tracepb.Span) []*tracepb.ResourceSpans { function createResourceSpan (line 125) | func createResourceSpan(spans []*tracepb.Span) *tracepb.ResourceSpans { function createOtlpSpan (line 139) | func createOtlpSpan(tid []byte) *tracepb.Span { FILE: tracing/identity.go constant IdentityLength (line 13) | IdentityLength = 16 + 8 + 1 type Identity (line 16) | type Identity struct method String (line 26) | func (tc *Identity) String() string { method MarshalBinary (line 30) | func (tc *Identity) MarshalBinary() ([]byte, error) { method UnmarshalBinary (line 45) | func (tc *Identity) UnmarshalBinary(data []byte) error { function NewIdentity (line 65) | func NewIdentity(trace string) (*Identity, error) { function padTracingID (line 99) | func padTracingID(tracingID string) (string, error) { FILE: tracing/identity_test.go function TestNewIdentity (line 9) | func TestNewIdentity(t *testing.T) { FILE: tracing/tracing.go constant service (line 27) | service = "cloudflared" constant tracerInstrumentName (line 28) | tracerInstrumentName = "origin" constant TracerContextName (line 30) | TracerContextName = "cf-trace-id" constant TracerContextNameOverride (line 31) | TracerContextNameOverride = "uber-trace-id" constant IntCloudflaredTracingHeader (line 33) | IntCloudflaredTracingHeader = "cf-int-cloudflared-tracing" constant MaxErrorDescriptionLen (line 35) | MaxErrorDescriptionLen = 100 constant traceHttpStatusCodeKey (line 36) | traceHttpStatusCodeKey = "upstreamStatusCode" constant traceID128bitsWidth (line 38) | traceID128bitsWidth = 128 / 4 constant separator (line 39) | separator = ":" function init (line 60) | func init() { function Init (line 69) | func Init(version string) { type TracedHTTPRequest (line 73) | type TracedHTTPRequest struct method ToTracedContext (line 88) | func (tr *TracedHTTPRequest) ToTracedContext() *TracedContext { function NewTracedHTTPRequest (line 80) | func NewTracedHTTPRequest(req *http.Request, connIndex uint8, log *zerol... type TracedContext (line 92) | type TracedContext struct function NewTracedContext (line 98) | func NewTracedContext(ctx context.Context, traceContext string, log *zer... type cfdTracer (line 106) | type cfdTracer struct method Tracer (line 137) | func (cft *cfdTracer) Tracer() trace.Tracer { method GetSpans (line 142) | func (cft *cfdTracer) GetSpans() (enc string) { method GetProtoSpans (line 160) | func (cft *cfdTracer) GetProtoSpans() (proto []byte) { method AddSpans (line 179) | func (cft *cfdTracer) AddSpans(headers http.Header) { function newCfdTracer (line 113) | func newCfdTracer(ctx context.Context, log *zerolog.Logger) *cfdTracer { function End (line 194) | func End(span trace.Span) { function EndWithErrorStatus (line 199) | func EndWithErrorStatus(span trace.Span, err error) { function EndWithStatusCode (line 204) | func EndWithStatusCode(span trace.Span, statusCode int) { function endSpan (line 209) | func endSpan(span trace.Span, upstreamStatusCode int, spanStatusCode cod... function extractTraceFromString (line 232) | func extractTraceFromString(ctx context.Context, trace string) (context.... function extractTrace (line 258) | func extractTrace(req *http.Request) (context.Context, bool) { function NewNoopSpan (line 285) | func NewNoopSpan() trace.Span { FILE: tracing/tracing_test.go function TestNewCfTracer (line 16) | func TestNewCfTracer(t *testing.T) { function TestNewCfTracerMultiple (line 26) | func TestNewCfTracerMultiple(t *testing.T) { function TestNewCfTracerNilHeader (line 37) | func TestNewCfTracerNilHeader(t *testing.T) { function TestNewCfTracerInvalidHeaders (line 47) | func TestNewCfTracerInvalidHeaders(t *testing.T) { function TestAddingSpansWithNilMap (line 59) | func TestAddingSpansWithNilMap(t *testing.T) { function FuzzNewIdentity (line 76) | func FuzzNewIdentity(f *testing.F) { FILE: tunnelrpc/metrics/metrics.go constant metricsNamespace (line 8) | metricsNamespace = "cloudflared" constant rpcSubsystem (line 9) | rpcSubsystem = "rpc" constant Cloudflared (line 16) | Cloudflared = "cloudflared" constant ConfigurationManager (line 21) | ConfigurationManager = "config" constant OperationUpdateConfiguration (line 23) | OperationUpdateConfiguration = "update_configuration" constant SessionManager (line 28) | SessionManager = "session" constant OperationRegisterUdpSession (line 30) | OperationRegisterUdpSession = "register_udp_session" constant OperationUnregisterUdpSession (line 31) | OperationUnregisterUdpSession = "unregister_udp_session" constant Registration (line 36) | Registration = "registration" constant OperationRegisterConnection (line 38) | OperationRegisterConnection = "register_connection" constant OperationUnregisterConnection (line 39) | OperationUnregisterConnection = "unregister_connection" constant OperationUpdateLocalConfiguration (line 40) | OperationUpdateLocalConfiguration = "update_local_configuration" type rpcMetrics (line 43) | type rpcMetrics struct function ObserveServerHandler (line 116) | func ObserveServerHandler(inner func() error, handler, method string) er... function NewClientOperationLatencyObserver (line 130) | func NewClientOperationLatencyObserver(server string, method string) *pr... function init (line 136) | func init() { FILE: tunnelrpc/pogs/cloudflared_server.go type CloudflaredServer (line 10) | type CloudflaredServer interface type CloudflaredServer_PogsImpl (line 15) | type CloudflaredServer_PogsImpl struct function CloudflaredServer_ServerToClient (line 20) | func CloudflaredServer_ServerToClient(s SessionManager, c ConfigurationM... type CloudflaredServer_PogsClient (line 27) | type CloudflaredServer_PogsClient struct method Close (line 51) | func (c CloudflaredServer_PogsClient) Close() error { function NewCloudflaredServer_PogsClient (line 34) | func NewCloudflaredServer_PogsClient(client capnp.Client, conn *rpc.Conn... FILE: tunnelrpc/pogs/configuration_manager.go type ConfigurationManager (line 15) | type ConfigurationManager interface type ConfigurationManager_PogsImpl (line 20) | type ConfigurationManager_PogsImpl struct method UpdateConfiguration (line 28) | func (i ConfigurationManager_PogsImpl) UpdateConfiguration(p proto.Con... method updateConfiguration (line 32) | func (i ConfigurationManager_PogsImpl) updateConfiguration(p proto.Con... function ConfigurationManager_ServerToClient (line 24) | func ConfigurationManager_ServerToClient(c ConfigurationManager) proto.C... type ConfigurationManager_PogsClient (line 50) | type ConfigurationManager_PogsClient struct method Close (line 55) | func (c ConfigurationManager_PogsClient) Close() error { method UpdateConfiguration (line 60) | func (c ConfigurationManager_PogsClient) UpdateConfiguration(ctx conte... type UpdateConfigurationResponse (line 79) | type UpdateConfigurationResponse struct method Marshal (line 84) | func (p *UpdateConfigurationResponse) Marshal(s proto.UpdateConfigurat... method Unmarshal (line 92) | func (p *UpdateConfigurationResponse) Unmarshal(s proto.UpdateConfigur... FILE: tunnelrpc/pogs/errors.go type RetryableError (line 8) | type RetryableError struct method Error (line 13) | func (re *RetryableError) Error() string { method Unwrap (line 25) | func (re *RetryableError) Unwrap() error { function RetryErrorAfter (line 18) | func RetryErrorAfter(err error, delay time.Duration) *RetryableError { type RPCError (line 31) | type RPCError struct method Error (line 35) | func (re *RPCError) Error() string { method Unwrap (line 54) | func (re *RPCError) Unwrap() error { function wrapRPCError (line 39) | func wrapRPCError(err error) *RPCError { function newRPCError (line 48) | func newRPCError(format string, args ...interface{}) *RPCError { FILE: tunnelrpc/pogs/quic_metadata_protocol.go type ConnectionType (line 13) | type ConnectionType method String (line 26) | func (c ConnectionType) String() string { constant ConnectionTypeHTTP (line 16) | ConnectionTypeHTTP ConnectionType = iota constant ConnectionTypeWebsocket (line 17) | ConnectionTypeWebsocket constant ConnectionTypeTCP (line 18) | ConnectionTypeTCP type ConnectRequest (line 39) | type ConnectRequest struct method MetadataMap (line 52) | func (r *ConnectRequest) MetadataMap() map[string]string { method FromPogs (line 60) | func (r *ConnectRequest) FromPogs(msg *capnp.Message) error { method ToPogs (line 68) | func (r *ConnectRequest) ToPogs() (*capnp.Message, error) { type Metadata (line 46) | type Metadata struct type ConnectResponse (line 87) | type ConnectResponse struct method FromPogs (line 92) | func (r *ConnectResponse) FromPogs(msg *capnp.Message) error { method ToPogs (line 100) | func (r *ConnectResponse) ToPogs() (*capnp.Message, error) { FILE: tunnelrpc/pogs/registration_server.go type RegistrationServer (line 19) | type RegistrationServer interface type RegistrationServer_PogsImpl (line 30) | type RegistrationServer_PogsImpl struct method RegisterConnection (line 38) | func (i RegistrationServer_PogsImpl) RegisterConnection(p proto.Regist... method registerConnection (line 42) | func (i RegistrationServer_PogsImpl) registerConnection(p proto.Regist... method UnregisterConnection (line 95) | func (i RegistrationServer_PogsImpl) UnregisterConnection(p proto.Regi... method UpdateLocalConfiguration (line 103) | func (i RegistrationServer_PogsImpl) UpdateLocalConfiguration(p proto.... method updateLocalConfiguration (line 107) | func (i RegistrationServer_PogsImpl) updateLocalConfiguration(c proto.... function RegistrationServer_ServerToClient (line 34) | func RegistrationServer_ServerToClient(s RegistrationServer) proto.Regis... type RegistrationServer_PogsClient (line 118) | type RegistrationServer_PogsClient struct method Close (line 130) | func (c RegistrationServer_PogsClient) Close() error { method RegisterConnection (line 135) | func (c RegistrationServer_PogsClient) RegisterConnection(ctx context.... method SendLocalConfiguration (line 200) | func (c RegistrationServer_PogsClient) SendLocalConfiguration(ctx cont... method UnregisterConnection (line 218) | func (c RegistrationServer_PogsClient) UnregisterConnection(ctx contex... function NewRegistrationServer_PogsClient (line 123) | func NewRegistrationServer_PogsClient(client capnp.Client, conn *rpc.Con... type ClientInfo (line 230) | type ClientInfo struct type ConnectionOptions (line 237) | type ConnectionOptions struct method MarshalCapnproto (line 250) | func (p *ConnectionOptions) MarshalCapnproto(s proto.ConnectionOptions... method UnmarshalCapnproto (line 254) | func (p *ConnectionOptions) UnmarshalCapnproto(s proto.ConnectionOptio... type TunnelAuth (line 245) | type TunnelAuth struct method MarshalCapnproto (line 258) | func (a *TunnelAuth) MarshalCapnproto(s proto.TunnelAuth) error { method UnmarshalCapnproto (line 262) | func (a *TunnelAuth) UnmarshalCapnproto(s proto.TunnelAuth) error { type ConnectionDetails (line 266) | type ConnectionDetails struct method MarshalCapnproto (line 272) | func (details *ConnectionDetails) MarshalCapnproto(s proto.ConnectionD... method UnmarshalCapnproto (line 284) | func (details *ConnectionDetails) UnmarshalCapnproto(s proto.Connectio... function MarshalError (line 302) | func MarshalError(s proto.ConnectionError, err error) error { FILE: tunnelrpc/pogs/registration_server_test.go constant testAccountTag (line 19) | testAccountTag = "abc123" function TestMarshalConnectionOptions (line 21) | func TestMarshalConnectionOptions(t *testing.T) { function TestConnectionRegistrationRPC (line 50) | func TestConnectionRegistrationRPC(t *testing.T) { type testConnectionRegistrationServer (line 121) | type testConnectionRegistrationServer struct method UpdateLocalConfiguration (line 126) | func (t *testConnectionRegistrationServer) UpdateLocalConfiguration(ct... method RegisterConnection (line 131) | func (t *testConnectionRegistrationServer) RegisterConnection(ctx cont... method UnregisterConnection (line 145) | func (t *testConnectionRegistrationServer) UnregisterConnection(ctx co... FILE: tunnelrpc/pogs/session_manager.go type SessionManager (line 18) | type SessionManager interface type SessionManager_PogsImpl (line 27) | type SessionManager_PogsImpl struct method RegisterUdpSession (line 35) | func (i SessionManager_PogsImpl) RegisterUdpSession(p proto.SessionMan... method registerUdpSession (line 39) | func (i SessionManager_PogsImpl) registerUdpSession(p proto.SessionMan... method UnregisterUdpSession (line 85) | func (i SessionManager_PogsImpl) UnregisterUdpSession(p proto.SessionM... method unregisterUdpSession (line 89) | func (i SessionManager_PogsImpl) unregisterUdpSession(p proto.SessionM... function SessionManager_ServerToClient (line 31) | func SessionManager_ServerToClient(s SessionManager) proto.SessionManager { type RegisterUdpSessionResponse (line 109) | type RegisterUdpSessionResponse struct method Marshal (line 114) | func (p *RegisterUdpSessionResponse) Marshal(s proto.RegisterUdpSessio... method Unmarshal (line 124) | func (p *RegisterUdpSessionResponse) Unmarshal(s proto.RegisterUdpSess... type SessionManager_PogsClient (line 139) | type SessionManager_PogsClient struct method Close (line 151) | func (c SessionManager_PogsClient) Close() error { method RegisterUdpSession (line 156) | func (c SessionManager_PogsClient) RegisterUdpSession(ctx context.Cont... method UnregisterUdpSession (line 183) | func (c SessionManager_PogsClient) UnregisterUdpSession(ctx context.Co... function NewSessionManager_PogsClient (line 144) | func NewSessionManager_PogsClient(client capnp.Client, conn *rpc.Conn) S... FILE: tunnelrpc/pogs/tag.go type Tag (line 5) | type Tag struct FILE: tunnelrpc/proto/quic_metadata_protocol.capnp.go type ConnectRequest (line 11) | type ConnectRequest struct method String (line 31) | func (s ConnectRequest) String() string { method Dest (line 36) | func (s ConnectRequest) Dest() (string, error) { method HasDest (line 41) | func (s ConnectRequest) HasDest() bool { method DestBytes (line 46) | func (s ConnectRequest) DestBytes() ([]byte, error) { method SetDest (line 51) | func (s ConnectRequest) SetDest(v string) error { method Type (line 55) | func (s ConnectRequest) Type() ConnectionType { method SetType (line 59) | func (s ConnectRequest) SetType(v ConnectionType) { method Metadata (line 63) | func (s ConnectRequest) Metadata() (Metadata_List, error) { method HasMetadata (line 68) | func (s ConnectRequest) HasMetadata() bool { method SetMetadata (line 73) | func (s ConnectRequest) SetMetadata(v Metadata_List) error { method NewMetadata (line 79) | func (s ConnectRequest) NewMetadata(n int32) (Metadata_List, error) { constant ConnectRequest_TypeID (line 14) | ConnectRequest_TypeID = 0xc47116a1045e4061 function NewConnectRequest (line 16) | func NewConnectRequest(s *capnp.Segment) (ConnectRequest, error) { function NewRootConnectRequest (line 21) | func NewRootConnectRequest(s *capnp.Segment) (ConnectRequest, error) { function ReadRootConnectRequest (line 26) | func ReadRootConnectRequest(msg *capnp.Message) (ConnectRequest, error) { type ConnectRequest_List (line 89) | type ConnectRequest_List struct method At (line 97) | func (s ConnectRequest_List) At(i int) ConnectRequest { return Connect... method Set (line 99) | func (s ConnectRequest_List) Set(i int, v ConnectRequest) error { retu... method String (line 101) | func (s ConnectRequest_List) String() string { function NewConnectRequest_List (line 92) | func NewConnectRequest_List(s *capnp.Segment, sz int32) (ConnectRequest_... type ConnectRequest_Promise (line 107) | type ConnectRequest_Promise struct method Struct (line 109) | func (p ConnectRequest_Promise) Struct() (ConnectRequest, error) { type ConnectionType (line 114) | type ConnectionType method String (line 127) | func (c ConnectionType) String() string { constant ConnectionType_TypeID (line 117) | ConnectionType_TypeID = 0xc52e1bac26d379c8 constant ConnectionType_http (line 121) | ConnectionType_http ConnectionType = 0 constant ConnectionType_websocket (line 122) | ConnectionType_websocket ConnectionType = 1 constant ConnectionType_tcp (line 123) | ConnectionType_tcp ConnectionType = 2 function ConnectionTypeFromString (line 143) | func ConnectionTypeFromString(c string) ConnectionType { type ConnectionType_List (line 157) | type ConnectionType_List struct method At (line 164) | func (l ConnectionType_List) At(i int) ConnectionType { method Set (line 169) | func (l ConnectionType_List) Set(i int, v ConnectionType) { function NewConnectionType_List (line 159) | func NewConnectionType_List(s *capnp.Segment, sz int32) (ConnectionType_... type Metadata (line 174) | type Metadata struct method String (line 194) | func (s Metadata) String() string { method Key (line 199) | func (s Metadata) Key() (string, error) { method HasKey (line 204) | func (s Metadata) HasKey() bool { method KeyBytes (line 209) | func (s Metadata) KeyBytes() ([]byte, error) { method SetKey (line 214) | func (s Metadata) SetKey(v string) error { method Val (line 218) | func (s Metadata) Val() (string, error) { method HasVal (line 223) | func (s Metadata) HasVal() bool { method ValBytes (line 228) | func (s Metadata) ValBytes() ([]byte, error) { method SetVal (line 233) | func (s Metadata) SetVal(v string) error { constant Metadata_TypeID (line 177) | Metadata_TypeID = 0xe1446b97bfd1cd37 function NewMetadata (line 179) | func NewMetadata(s *capnp.Segment) (Metadata, error) { function NewRootMetadata (line 184) | func NewRootMetadata(s *capnp.Segment) (Metadata, error) { function ReadRootMetadata (line 189) | func ReadRootMetadata(msg *capnp.Message) (Metadata, error) { type Metadata_List (line 238) | type Metadata_List struct method At (line 246) | func (s Metadata_List) At(i int) Metadata { return Metadata{s.List.Str... method Set (line 248) | func (s Metadata_List) Set(i int, v Metadata) error { return s.List.Se... method String (line 250) | func (s Metadata_List) String() string { function NewMetadata_List (line 241) | func NewMetadata_List(s *capnp.Segment, sz int32) (Metadata_List, error) { type Metadata_Promise (line 256) | type Metadata_Promise struct method Struct (line 258) | func (p Metadata_Promise) Struct() (Metadata, error) { type ConnectResponse (line 263) | type ConnectResponse struct method String (line 283) | func (s ConnectResponse) String() string { method Error (line 288) | func (s ConnectResponse) Error() (string, error) { method HasError (line 293) | func (s ConnectResponse) HasError() bool { method ErrorBytes (line 298) | func (s ConnectResponse) ErrorBytes() ([]byte, error) { method SetError (line 303) | func (s ConnectResponse) SetError(v string) error { method Metadata (line 307) | func (s ConnectResponse) Metadata() (Metadata_List, error) { method HasMetadata (line 312) | func (s ConnectResponse) HasMetadata() bool { method SetMetadata (line 317) | func (s ConnectResponse) SetMetadata(v Metadata_List) error { method NewMetadata (line 323) | func (s ConnectResponse) NewMetadata(n int32) (Metadata_List, error) { constant ConnectResponse_TypeID (line 266) | ConnectResponse_TypeID = 0xb1032ec91cef8727 function NewConnectResponse (line 268) | func NewConnectResponse(s *capnp.Segment) (ConnectResponse, error) { function NewRootConnectResponse (line 273) | func NewRootConnectResponse(s *capnp.Segment) (ConnectResponse, error) { function ReadRootConnectResponse (line 278) | func ReadRootConnectResponse(msg *capnp.Message) (ConnectResponse, error) { type ConnectResponse_List (line 333) | type ConnectResponse_List struct method At (line 341) | func (s ConnectResponse_List) At(i int) ConnectResponse { return Conne... method Set (line 343) | func (s ConnectResponse_List) Set(i int, v ConnectResponse) error { method String (line 347) | func (s ConnectResponse_List) String() string { function NewConnectResponse_List (line 336) | func NewConnectResponse_List(s *capnp.Segment, sz int32) (ConnectRespons... type ConnectResponse_Promise (line 353) | type ConnectResponse_Promise struct method Struct (line 355) | func (p ConnectResponse_Promise) Struct() (ConnectResponse, error) { constant schema_b29021ef7421cc32 (line 360) | schema_b29021ef7421cc32 = "x\xda\xb4\x911k\x14A\x1c\xc5\xdf\x9b\xcde-\x0... function init (line 389) | func init() { FILE: tunnelrpc/proto/tunnelrpc.capnp.go type Authentication (line 15) | type Authentication struct method String (line 35) | func (s Authentication) String() string { method Key (line 40) | func (s Authentication) Key() (string, error) { method HasKey (line 45) | func (s Authentication) HasKey() bool { method KeyBytes (line 50) | func (s Authentication) KeyBytes() ([]byte, error) { method SetKey (line 55) | func (s Authentication) SetKey(v string) error { method Email (line 59) | func (s Authentication) Email() (string, error) { method HasEmail (line 64) | func (s Authentication) HasEmail() bool { method EmailBytes (line 69) | func (s Authentication) EmailBytes() ([]byte, error) { method SetEmail (line 74) | func (s Authentication) SetEmail(v string) error { method OriginCAKey (line 78) | func (s Authentication) OriginCAKey() (string, error) { method HasOriginCAKey (line 83) | func (s Authentication) HasOriginCAKey() bool { method OriginCAKeyBytes (line 88) | func (s Authentication) OriginCAKeyBytes() ([]byte, error) { method SetOriginCAKey (line 93) | func (s Authentication) SetOriginCAKey(v string) error { constant Authentication_TypeID (line 18) | Authentication_TypeID = 0xc082ef6e0d42ed1d function NewAuthentication (line 20) | func NewAuthentication(s *capnp.Segment) (Authentication, error) { function NewRootAuthentication (line 25) | func NewRootAuthentication(s *capnp.Segment) (Authentication, error) { function ReadRootAuthentication (line 30) | func ReadRootAuthentication(msg *capnp.Message) (Authentication, error) { type Authentication_List (line 98) | type Authentication_List struct method At (line 106) | func (s Authentication_List) At(i int) Authentication { return Authent... method Set (line 108) | func (s Authentication_List) Set(i int, v Authentication) error { retu... method String (line 110) | func (s Authentication_List) String() string { function NewAuthentication_List (line 101) | func NewAuthentication_List(s *capnp.Segment, sz int32) (Authentication_... type Authentication_Promise (line 116) | type Authentication_Promise struct method Struct (line 118) | func (p Authentication_Promise) Struct() (Authentication, error) { type TunnelRegistration (line 123) | type TunnelRegistration struct method String (line 143) | func (s TunnelRegistration) String() string { method Err (line 148) | func (s TunnelRegistration) Err() (string, error) { method HasErr (line 153) | func (s TunnelRegistration) HasErr() bool { method ErrBytes (line 158) | func (s TunnelRegistration) ErrBytes() ([]byte, error) { method SetErr (line 163) | func (s TunnelRegistration) SetErr(v string) error { method Url (line 167) | func (s TunnelRegistration) Url() (string, error) { method HasUrl (line 172) | func (s TunnelRegistration) HasUrl() bool { method UrlBytes (line 177) | func (s TunnelRegistration) UrlBytes() ([]byte, error) { method SetUrl (line 182) | func (s TunnelRegistration) SetUrl(v string) error { method LogLines (line 186) | func (s TunnelRegistration) LogLines() (capnp.TextList, error) { method HasLogLines (line 191) | func (s TunnelRegistration) HasLogLines() bool { method SetLogLines (line 196) | func (s TunnelRegistration) SetLogLines(v capnp.TextList) error { method NewLogLines (line 202) | func (s TunnelRegistration) NewLogLines(n int32) (capnp.TextList, erro... method PermanentFailure (line 211) | func (s TunnelRegistration) PermanentFailure() bool { method SetPermanentFailure (line 215) | func (s TunnelRegistration) SetPermanentFailure(v bool) { method TunnelID (line 219) | func (s TunnelRegistration) TunnelID() (string, error) { method HasTunnelID (line 224) | func (s TunnelRegistration) HasTunnelID() bool { method TunnelIDBytes (line 229) | func (s TunnelRegistration) TunnelIDBytes() ([]byte, error) { method SetTunnelID (line 234) | func (s TunnelRegistration) SetTunnelID(v string) error { method RetryAfterSeconds (line 238) | func (s TunnelRegistration) RetryAfterSeconds() uint16 { method SetRetryAfterSeconds (line 242) | func (s TunnelRegistration) SetRetryAfterSeconds(v uint16) { method EventDigest (line 246) | func (s TunnelRegistration) EventDigest() ([]byte, error) { method HasEventDigest (line 251) | func (s TunnelRegistration) HasEventDigest() bool { method SetEventDigest (line 256) | func (s TunnelRegistration) SetEventDigest(v []byte) error { method ConnDigest (line 260) | func (s TunnelRegistration) ConnDigest() ([]byte, error) { method HasConnDigest (line 265) | func (s TunnelRegistration) HasConnDigest() bool { method SetConnDigest (line 270) | func (s TunnelRegistration) SetConnDigest(v []byte) error { constant TunnelRegistration_TypeID (line 126) | TunnelRegistration_TypeID = 0xf41a0f001ad49e46 function NewTunnelRegistration (line 128) | func NewTunnelRegistration(s *capnp.Segment) (TunnelRegistration, error) { function NewRootTunnelRegistration (line 133) | func NewRootTunnelRegistration(s *capnp.Segment) (TunnelRegistration, er... function ReadRootTunnelRegistration (line 138) | func ReadRootTunnelRegistration(msg *capnp.Message) (TunnelRegistration,... type TunnelRegistration_List (line 275) | type TunnelRegistration_List struct method At (line 283) | func (s TunnelRegistration_List) At(i int) TunnelRegistration { method Set (line 287) | func (s TunnelRegistration_List) Set(i int, v TunnelRegistration) error { method String (line 291) | func (s TunnelRegistration_List) String() string { function NewTunnelRegistration_List (line 278) | func NewTunnelRegistration_List(s *capnp.Segment, sz int32) (TunnelRegis... type TunnelRegistration_Promise (line 297) | type TunnelRegistration_Promise struct method Struct (line 299) | func (p TunnelRegistration_Promise) Struct() (TunnelRegistration, erro... type RegistrationOptions (line 304) | type RegistrationOptions struct method String (line 324) | func (s RegistrationOptions) String() string { method ClientId (line 329) | func (s RegistrationOptions) ClientId() (string, error) { method HasClientId (line 334) | func (s RegistrationOptions) HasClientId() bool { method ClientIdBytes (line 339) | func (s RegistrationOptions) ClientIdBytes() ([]byte, error) { method SetClientId (line 344) | func (s RegistrationOptions) SetClientId(v string) error { method Version (line 348) | func (s RegistrationOptions) Version() (string, error) { method HasVersion (line 353) | func (s RegistrationOptions) HasVersion() bool { method VersionBytes (line 358) | func (s RegistrationOptions) VersionBytes() ([]byte, error) { method SetVersion (line 363) | func (s RegistrationOptions) SetVersion(v string) error { method Os (line 367) | func (s RegistrationOptions) Os() (string, error) { method HasOs (line 372) | func (s RegistrationOptions) HasOs() bool { method OsBytes (line 377) | func (s RegistrationOptions) OsBytes() ([]byte, error) { method SetOs (line 382) | func (s RegistrationOptions) SetOs(v string) error { method ExistingTunnelPolicy (line 386) | func (s RegistrationOptions) ExistingTunnelPolicy() ExistingTunnelPoli... method SetExistingTunnelPolicy (line 390) | func (s RegistrationOptions) SetExistingTunnelPolicy(v ExistingTunnelP... method PoolName (line 394) | func (s RegistrationOptions) PoolName() (string, error) { method HasPoolName (line 399) | func (s RegistrationOptions) HasPoolName() bool { method PoolNameBytes (line 404) | func (s RegistrationOptions) PoolNameBytes() ([]byte, error) { method SetPoolName (line 409) | func (s RegistrationOptions) SetPoolName(v string) error { method Tags (line 413) | func (s RegistrationOptions) Tags() (Tag_List, error) { method HasTags (line 418) | func (s RegistrationOptions) HasTags() bool { method SetTags (line 423) | func (s RegistrationOptions) SetTags(v Tag_List) error { method NewTags (line 429) | func (s RegistrationOptions) NewTags(n int32) (Tag_List, error) { method ConnectionId (line 438) | func (s RegistrationOptions) ConnectionId() uint8 { method SetConnectionId (line 442) | func (s RegistrationOptions) SetConnectionId(v uint8) { method OriginLocalIp (line 446) | func (s RegistrationOptions) OriginLocalIp() (string, error) { method HasOriginLocalIp (line 451) | func (s RegistrationOptions) HasOriginLocalIp() bool { method OriginLocalIpBytes (line 456) | func (s RegistrationOptions) OriginLocalIpBytes() ([]byte, error) { method SetOriginLocalIp (line 461) | func (s RegistrationOptions) SetOriginLocalIp(v string) error { method IsAutoupdated (line 465) | func (s RegistrationOptions) IsAutoupdated() bool { method SetIsAutoupdated (line 469) | func (s RegistrationOptions) SetIsAutoupdated(v bool) { method RunFromTerminal (line 473) | func (s RegistrationOptions) RunFromTerminal() bool { method SetRunFromTerminal (line 477) | func (s RegistrationOptions) SetRunFromTerminal(v bool) { method CompressionQuality (line 481) | func (s RegistrationOptions) CompressionQuality() uint64 { method SetCompressionQuality (line 485) | func (s RegistrationOptions) SetCompressionQuality(v uint64) { method Uuid (line 489) | func (s RegistrationOptions) Uuid() (string, error) { method HasUuid (line 494) | func (s RegistrationOptions) HasUuid() bool { method UuidBytes (line 499) | func (s RegistrationOptions) UuidBytes() ([]byte, error) { method SetUuid (line 504) | func (s RegistrationOptions) SetUuid(v string) error { method NumPreviousAttempts (line 508) | func (s RegistrationOptions) NumPreviousAttempts() uint8 { method SetNumPreviousAttempts (line 512) | func (s RegistrationOptions) SetNumPreviousAttempts(v uint8) { method Features (line 516) | func (s RegistrationOptions) Features() (capnp.TextList, error) { method HasFeatures (line 521) | func (s RegistrationOptions) HasFeatures() bool { method SetFeatures (line 526) | func (s RegistrationOptions) SetFeatures(v capnp.TextList) error { method NewFeatures (line 532) | func (s RegistrationOptions) NewFeatures(n int32) (capnp.TextList, err... constant RegistrationOptions_TypeID (line 307) | RegistrationOptions_TypeID = 0xc793e50592935b4a function NewRegistrationOptions (line 309) | func NewRegistrationOptions(s *capnp.Segment) (RegistrationOptions, erro... function NewRootRegistrationOptions (line 314) | func NewRootRegistrationOptions(s *capnp.Segment) (RegistrationOptions, ... function ReadRootRegistrationOptions (line 319) | func ReadRootRegistrationOptions(msg *capnp.Message) (RegistrationOption... type RegistrationOptions_List (line 542) | type RegistrationOptions_List struct method At (line 550) | func (s RegistrationOptions_List) At(i int) RegistrationOptions { method Set (line 554) | func (s RegistrationOptions_List) Set(i int, v RegistrationOptions) er... method String (line 558) | func (s RegistrationOptions_List) String() string { function NewRegistrationOptions_List (line 545) | func NewRegistrationOptions_List(s *capnp.Segment, sz int32) (Registrati... type RegistrationOptions_Promise (line 564) | type RegistrationOptions_Promise struct method Struct (line 566) | func (p RegistrationOptions_Promise) Struct() (RegistrationOptions, er... type ExistingTunnelPolicy (line 571) | type ExistingTunnelPolicy method String (line 584) | func (c ExistingTunnelPolicy) String() string { constant ExistingTunnelPolicy_TypeID (line 574) | ExistingTunnelPolicy_TypeID = 0x84cb9536a2cf6d3c constant ExistingTunnelPolicy_ignore (line 578) | ExistingTunnelPolicy_ignore ExistingTunnelPolicy = 0 constant ExistingTunnelPolicy_disconnect (line 579) | ExistingTunnelPolicy_disconnect ExistingTunnelPolicy = 1 constant ExistingTunnelPolicy_balance (line 580) | ExistingTunnelPolicy_balance ExistingTunnelPolicy = 2 function ExistingTunnelPolicyFromString (line 600) | func ExistingTunnelPolicyFromString(c string) ExistingTunnelPolicy { type ExistingTunnelPolicy_List (line 614) | type ExistingTunnelPolicy_List struct method At (line 621) | func (l ExistingTunnelPolicy_List) At(i int) ExistingTunnelPolicy { method Set (line 626) | func (l ExistingTunnelPolicy_List) Set(i int, v ExistingTunnelPolicy) { function NewExistingTunnelPolicy_List (line 616) | func NewExistingTunnelPolicy_List(s *capnp.Segment, sz int32) (ExistingT... type ServerInfo (line 631) | type ServerInfo struct method String (line 651) | func (s ServerInfo) String() string { method LocationName (line 656) | func (s ServerInfo) LocationName() (string, error) { method HasLocationName (line 661) | func (s ServerInfo) HasLocationName() bool { method LocationNameBytes (line 666) | func (s ServerInfo) LocationNameBytes() ([]byte, error) { method SetLocationName (line 671) | func (s ServerInfo) SetLocationName(v string) error { constant ServerInfo_TypeID (line 634) | ServerInfo_TypeID = 0xf2c68e2547ec3866 function NewServerInfo (line 636) | func NewServerInfo(s *capnp.Segment) (ServerInfo, error) { function NewRootServerInfo (line 641) | func NewRootServerInfo(s *capnp.Segment) (ServerInfo, error) { function ReadRootServerInfo (line 646) | func ReadRootServerInfo(msg *capnp.Message) (ServerInfo, error) { type ServerInfo_List (line 676) | type ServerInfo_List struct method At (line 684) | func (s ServerInfo_List) At(i int) ServerInfo { return ServerInfo{s.Li... method Set (line 686) | func (s ServerInfo_List) Set(i int, v ServerInfo) error { return s.Lis... method String (line 688) | func (s ServerInfo_List) String() string { function NewServerInfo_List (line 679) | func NewServerInfo_List(s *capnp.Segment, sz int32) (ServerInfo_List, er... type ServerInfo_Promise (line 694) | type ServerInfo_Promise struct method Struct (line 696) | func (p ServerInfo_Promise) Struct() (ServerInfo, error) { type AuthenticateResponse (line 701) | type AuthenticateResponse struct method String (line 721) | func (s AuthenticateResponse) String() string { method PermanentErr (line 726) | func (s AuthenticateResponse) PermanentErr() (string, error) { method HasPermanentErr (line 731) | func (s AuthenticateResponse) HasPermanentErr() bool { method PermanentErrBytes (line 736) | func (s AuthenticateResponse) PermanentErrBytes() ([]byte, error) { method SetPermanentErr (line 741) | func (s AuthenticateResponse) SetPermanentErr(v string) error { method RetryableErr (line 745) | func (s AuthenticateResponse) RetryableErr() (string, error) { method HasRetryableErr (line 750) | func (s AuthenticateResponse) HasRetryableErr() bool { method RetryableErrBytes (line 755) | func (s AuthenticateResponse) RetryableErrBytes() ([]byte, error) { method SetRetryableErr (line 760) | func (s AuthenticateResponse) SetRetryableErr(v string) error { method Jwt (line 764) | func (s AuthenticateResponse) Jwt() ([]byte, error) { method HasJwt (line 769) | func (s AuthenticateResponse) HasJwt() bool { method SetJwt (line 774) | func (s AuthenticateResponse) SetJwt(v []byte) error { method HoursUntilRefresh (line 778) | func (s AuthenticateResponse) HoursUntilRefresh() uint8 { method SetHoursUntilRefresh (line 782) | func (s AuthenticateResponse) SetHoursUntilRefresh(v uint8) { constant AuthenticateResponse_TypeID (line 704) | AuthenticateResponse_TypeID = 0x82c325a07ad22a65 function NewAuthenticateResponse (line 706) | func NewAuthenticateResponse(s *capnp.Segment) (AuthenticateResponse, er... function NewRootAuthenticateResponse (line 711) | func NewRootAuthenticateResponse(s *capnp.Segment) (AuthenticateResponse... function ReadRootAuthenticateResponse (line 716) | func ReadRootAuthenticateResponse(msg *capnp.Message) (AuthenticateRespo... type AuthenticateResponse_List (line 787) | type AuthenticateResponse_List struct method At (line 795) | func (s AuthenticateResponse_List) At(i int) AuthenticateResponse { method Set (line 799) | func (s AuthenticateResponse_List) Set(i int, v AuthenticateResponse) ... method String (line 803) | func (s AuthenticateResponse_List) String() string { function NewAuthenticateResponse_List (line 790) | func NewAuthenticateResponse_List(s *capnp.Segment, sz int32) (Authentic... type AuthenticateResponse_Promise (line 809) | type AuthenticateResponse_Promise struct method Struct (line 811) | func (p AuthenticateResponse_Promise) Struct() (AuthenticateResponse, ... type TunnelServer (line 816) | type TunnelServer struct method RegisterTunnel (line 821) | func (c TunnelServer) RegisterTunnel(ctx context.Context, params func(... method GetServerInfo (line 841) | func (c TunnelServer) GetServerInfo(ctx context.Context, params func(T... method UnregisterTunnel (line 861) | func (c TunnelServer) UnregisterTunnel(ctx context.Context, params fun... method ObsoleteDeclarativeTunnelConnect (line 881) | func (c TunnelServer) ObsoleteDeclarativeTunnelConnect(ctx context.Con... method Authenticate (line 903) | func (c TunnelServer) Authenticate(ctx context.Context, params func(Tu... method ReconnectTunnel (line 923) | func (c TunnelServer) ReconnectTunnel(ctx context.Context, params func... method RegisterConnection (line 943) | func (c TunnelServer) RegisterConnection(ctx context.Context, params f... method UnregisterConnection (line 963) | func (c TunnelServer) UnregisterConnection(ctx context.Context, params... method UpdateLocalConfiguration (line 983) | func (c TunnelServer) UpdateLocalConfiguration(ctx context.Context, pa... constant TunnelServer_TypeID (line 819) | TunnelServer_TypeID = 0xea58385c65416035 type TunnelServer_Server (line 1006) | type TunnelServer_Server interface function TunnelServer_ServerToClient (line 1026) | func TunnelServer_ServerToClient(s TunnelServer_Server) TunnelServer { function TunnelServer_Methods (line 1031) | func TunnelServer_Methods(methods []server.Method, s TunnelServer_Server... type TunnelServer_registerTunnel (line 1166) | type TunnelServer_registerTunnel struct type TunnelServer_getServerInfo (line 1174) | type TunnelServer_getServerInfo struct type TunnelServer_unregisterTunnel (line 1182) | type TunnelServer_unregisterTunnel struct type TunnelServer_obsoleteDeclarativeTunnelConnect (line 1190) | type TunnelServer_obsoleteDeclarativeTunnelConnect struct type TunnelServer_authenticate (line 1198) | type TunnelServer_authenticate struct type TunnelServer_reconnectTunnel (line 1206) | type TunnelServer_reconnectTunnel struct type TunnelServer_registerTunnel_Params (line 1213) | type TunnelServer_registerTunnel_Params struct method String (line 1233) | func (s TunnelServer_registerTunnel_Params) String() string { method OriginCert (line 1238) | func (s TunnelServer_registerTunnel_Params) OriginCert() ([]byte, erro... method HasOriginCert (line 1243) | func (s TunnelServer_registerTunnel_Params) HasOriginCert() bool { method SetOriginCert (line 1248) | func (s TunnelServer_registerTunnel_Params) SetOriginCert(v []byte) er... method Hostname (line 1252) | func (s TunnelServer_registerTunnel_Params) Hostname() (string, error) { method HasHostname (line 1257) | func (s TunnelServer_registerTunnel_Params) HasHostname() bool { method HostnameBytes (line 1262) | func (s TunnelServer_registerTunnel_Params) HostnameBytes() ([]byte, e... method SetHostname (line 1267) | func (s TunnelServer_registerTunnel_Params) SetHostname(v string) error { method Options (line 1271) | func (s TunnelServer_registerTunnel_Params) Options() (RegistrationOpt... method HasOptions (line 1276) | func (s TunnelServer_registerTunnel_Params) HasOptions() bool { method SetOptions (line 1281) | func (s TunnelServer_registerTunnel_Params) SetOptions(v RegistrationO... method NewOptions (line 1287) | func (s TunnelServer_registerTunnel_Params) NewOptions() (Registration... constant TunnelServer_registerTunnel_Params_TypeID (line 1216) | TunnelServer_registerTunnel_Params_TypeID = 0xb70431c0dc014915 function NewTunnelServer_registerTunnel_Params (line 1218) | func NewTunnelServer_registerTunnel_Params(s *capnp.Segment) (TunnelServ... function NewRootTunnelServer_registerTunnel_Params (line 1223) | func NewRootTunnelServer_registerTunnel_Params(s *capnp.Segment) (Tunnel... function ReadRootTunnelServer_registerTunnel_Params (line 1228) | func ReadRootTunnelServer_registerTunnel_Params(msg *capnp.Message) (Tun... type TunnelServer_registerTunnel_Params_List (line 1297) | type TunnelServer_registerTunnel_Params_List struct method At (line 1305) | func (s TunnelServer_registerTunnel_Params_List) At(i int) TunnelServe... method Set (line 1309) | func (s TunnelServer_registerTunnel_Params_List) Set(i int, v TunnelSe... method String (line 1313) | func (s TunnelServer_registerTunnel_Params_List) String() string { function NewTunnelServer_registerTunnel_Params_List (line 1300) | func NewTunnelServer_registerTunnel_Params_List(s *capnp.Segment, sz int... type TunnelServer_registerTunnel_Params_Promise (line 1319) | type TunnelServer_registerTunnel_Params_Promise struct method Struct (line 1321) | func (p TunnelServer_registerTunnel_Params_Promise) Struct() (TunnelSe... method Options (line 1326) | func (p TunnelServer_registerTunnel_Params_Promise) Options() Registra... type TunnelServer_registerTunnel_Results (line 1330) | type TunnelServer_registerTunnel_Results struct method String (line 1350) | func (s TunnelServer_registerTunnel_Results) String() string { method Result (line 1355) | func (s TunnelServer_registerTunnel_Results) Result() (TunnelRegistrat... method HasResult (line 1360) | func (s TunnelServer_registerTunnel_Results) HasResult() bool { method SetResult (line 1365) | func (s TunnelServer_registerTunnel_Results) SetResult(v TunnelRegistr... method NewResult (line 1371) | func (s TunnelServer_registerTunnel_Results) NewResult() (TunnelRegist... constant TunnelServer_registerTunnel_Results_TypeID (line 1333) | TunnelServer_registerTunnel_Results_TypeID = 0xf2c122394f447e8e function NewTunnelServer_registerTunnel_Results (line 1335) | func NewTunnelServer_registerTunnel_Results(s *capnp.Segment) (TunnelSer... function NewRootTunnelServer_registerTunnel_Results (line 1340) | func NewRootTunnelServer_registerTunnel_Results(s *capnp.Segment) (Tunne... function ReadRootTunnelServer_registerTunnel_Results (line 1345) | func ReadRootTunnelServer_registerTunnel_Results(msg *capnp.Message) (Tu... type TunnelServer_registerTunnel_Results_List (line 1381) | type TunnelServer_registerTunnel_Results_List struct method At (line 1389) | func (s TunnelServer_registerTunnel_Results_List) At(i int) TunnelServ... method Set (line 1393) | func (s TunnelServer_registerTunnel_Results_List) Set(i int, v TunnelS... method String (line 1397) | func (s TunnelServer_registerTunnel_Results_List) String() string { function NewTunnelServer_registerTunnel_Results_List (line 1384) | func NewTunnelServer_registerTunnel_Results_List(s *capnp.Segment, sz in... type TunnelServer_registerTunnel_Results_Promise (line 1403) | type TunnelServer_registerTunnel_Results_Promise struct method Struct (line 1405) | func (p TunnelServer_registerTunnel_Results_Promise) Struct() (TunnelS... method Result (line 1410) | func (p TunnelServer_registerTunnel_Results_Promise) Result() TunnelRe... type TunnelServer_getServerInfo_Params (line 1414) | type TunnelServer_getServerInfo_Params struct method String (line 1434) | func (s TunnelServer_getServerInfo_Params) String() string { constant TunnelServer_getServerInfo_Params_TypeID (line 1417) | TunnelServer_getServerInfo_Params_TypeID = 0xdc3ed6801961e502 function NewTunnelServer_getServerInfo_Params (line 1419) | func NewTunnelServer_getServerInfo_Params(s *capnp.Segment) (TunnelServe... function NewRootTunnelServer_getServerInfo_Params (line 1424) | func NewRootTunnelServer_getServerInfo_Params(s *capnp.Segment) (TunnelS... function ReadRootTunnelServer_getServerInfo_Params (line 1429) | func ReadRootTunnelServer_getServerInfo_Params(msg *capnp.Message) (Tunn... type TunnelServer_getServerInfo_Params_List (line 1440) | type TunnelServer_getServerInfo_Params_List struct method At (line 1448) | func (s TunnelServer_getServerInfo_Params_List) At(i int) TunnelServer... method Set (line 1452) | func (s TunnelServer_getServerInfo_Params_List) Set(i int, v TunnelSer... method String (line 1456) | func (s TunnelServer_getServerInfo_Params_List) String() string { function NewTunnelServer_getServerInfo_Params_List (line 1443) | func NewTunnelServer_getServerInfo_Params_List(s *capnp.Segment, sz int3... type TunnelServer_getServerInfo_Params_Promise (line 1462) | type TunnelServer_getServerInfo_Params_Promise struct method Struct (line 1464) | func (p TunnelServer_getServerInfo_Params_Promise) Struct() (TunnelSer... type TunnelServer_getServerInfo_Results (line 1469) | type TunnelServer_getServerInfo_Results struct method String (line 1489) | func (s TunnelServer_getServerInfo_Results) String() string { method Result (line 1494) | func (s TunnelServer_getServerInfo_Results) Result() (ServerInfo, erro... method HasResult (line 1499) | func (s TunnelServer_getServerInfo_Results) HasResult() bool { method SetResult (line 1504) | func (s TunnelServer_getServerInfo_Results) SetResult(v ServerInfo) er... method NewResult (line 1510) | func (s TunnelServer_getServerInfo_Results) NewResult() (ServerInfo, e... constant TunnelServer_getServerInfo_Results_TypeID (line 1472) | TunnelServer_getServerInfo_Results_TypeID = 0xe3e37d096a5b564e function NewTunnelServer_getServerInfo_Results (line 1474) | func NewTunnelServer_getServerInfo_Results(s *capnp.Segment) (TunnelServ... function NewRootTunnelServer_getServerInfo_Results (line 1479) | func NewRootTunnelServer_getServerInfo_Results(s *capnp.Segment) (Tunnel... function ReadRootTunnelServer_getServerInfo_Results (line 1484) | func ReadRootTunnelServer_getServerInfo_Results(msg *capnp.Message) (Tun... type TunnelServer_getServerInfo_Results_List (line 1520) | type TunnelServer_getServerInfo_Results_List struct method At (line 1528) | func (s TunnelServer_getServerInfo_Results_List) At(i int) TunnelServe... method Set (line 1532) | func (s TunnelServer_getServerInfo_Results_List) Set(i int, v TunnelSe... method String (line 1536) | func (s TunnelServer_getServerInfo_Results_List) String() string { function NewTunnelServer_getServerInfo_Results_List (line 1523) | func NewTunnelServer_getServerInfo_Results_List(s *capnp.Segment, sz int... type TunnelServer_getServerInfo_Results_Promise (line 1542) | type TunnelServer_getServerInfo_Results_Promise struct method Struct (line 1544) | func (p TunnelServer_getServerInfo_Results_Promise) Struct() (TunnelSe... method Result (line 1549) | func (p TunnelServer_getServerInfo_Results_Promise) Result() ServerInf... type TunnelServer_unregisterTunnel_Params (line 1553) | type TunnelServer_unregisterTunnel_Params struct method String (line 1573) | func (s TunnelServer_unregisterTunnel_Params) String() string { method GracePeriodNanoSec (line 1578) | func (s TunnelServer_unregisterTunnel_Params) GracePeriodNanoSec() int... method SetGracePeriodNanoSec (line 1582) | func (s TunnelServer_unregisterTunnel_Params) SetGracePeriodNanoSec(v ... constant TunnelServer_unregisterTunnel_Params_TypeID (line 1556) | TunnelServer_unregisterTunnel_Params_TypeID = 0x9b87b390babc2ccf function NewTunnelServer_unregisterTunnel_Params (line 1558) | func NewTunnelServer_unregisterTunnel_Params(s *capnp.Segment) (TunnelSe... function NewRootTunnelServer_unregisterTunnel_Params (line 1563) | func NewRootTunnelServer_unregisterTunnel_Params(s *capnp.Segment) (Tunn... function ReadRootTunnelServer_unregisterTunnel_Params (line 1568) | func ReadRootTunnelServer_unregisterTunnel_Params(msg *capnp.Message) (T... type TunnelServer_unregisterTunnel_Params_List (line 1587) | type TunnelServer_unregisterTunnel_Params_List struct method At (line 1595) | func (s TunnelServer_unregisterTunnel_Params_List) At(i int) TunnelSer... method Set (line 1599) | func (s TunnelServer_unregisterTunnel_Params_List) Set(i int, v Tunnel... method String (line 1603) | func (s TunnelServer_unregisterTunnel_Params_List) String() string { function NewTunnelServer_unregisterTunnel_Params_List (line 1590) | func NewTunnelServer_unregisterTunnel_Params_List(s *capnp.Segment, sz i... type TunnelServer_unregisterTunnel_Params_Promise (line 1609) | type TunnelServer_unregisterTunnel_Params_Promise struct method Struct (line 1611) | func (p TunnelServer_unregisterTunnel_Params_Promise) Struct() (Tunnel... type TunnelServer_unregisterTunnel_Results (line 1616) | type TunnelServer_unregisterTunnel_Results struct method String (line 1636) | func (s TunnelServer_unregisterTunnel_Results) String() string { constant TunnelServer_unregisterTunnel_Results_TypeID (line 1619) | TunnelServer_unregisterTunnel_Results_TypeID = 0xa29a916d4ebdd894 function NewTunnelServer_unregisterTunnel_Results (line 1621) | func NewTunnelServer_unregisterTunnel_Results(s *capnp.Segment) (TunnelS... function NewRootTunnelServer_unregisterTunnel_Results (line 1626) | func NewRootTunnelServer_unregisterTunnel_Results(s *capnp.Segment) (Tun... function ReadRootTunnelServer_unregisterTunnel_Results (line 1631) | func ReadRootTunnelServer_unregisterTunnel_Results(msg *capnp.Message) (... type TunnelServer_unregisterTunnel_Results_List (line 1642) | type TunnelServer_unregisterTunnel_Results_List struct method At (line 1650) | func (s TunnelServer_unregisterTunnel_Results_List) At(i int) TunnelSe... method Set (line 1654) | func (s TunnelServer_unregisterTunnel_Results_List) Set(i int, v Tunne... method String (line 1658) | func (s TunnelServer_unregisterTunnel_Results_List) String() string { function NewTunnelServer_unregisterTunnel_Results_List (line 1645) | func NewTunnelServer_unregisterTunnel_Results_List(s *capnp.Segment, sz ... type TunnelServer_unregisterTunnel_Results_Promise (line 1664) | type TunnelServer_unregisterTunnel_Results_Promise struct method Struct (line 1666) | func (p TunnelServer_unregisterTunnel_Results_Promise) Struct() (Tunne... type TunnelServer_obsoleteDeclarativeTunnelConnect_Params (line 1671) | type TunnelServer_obsoleteDeclarativeTunnelConnect_Params struct method String (line 1691) | func (s TunnelServer_obsoleteDeclarativeTunnelConnect_Params) String()... constant TunnelServer_obsoleteDeclarativeTunnelConnect_Params_TypeID (line 1674) | TunnelServer_obsoleteDeclarativeTunnelConnect_Params_TypeID = 0xa766b24d... function NewTunnelServer_obsoleteDeclarativeTunnelConnect_Params (line 1676) | func NewTunnelServer_obsoleteDeclarativeTunnelConnect_Params(s *capnp.Se... function NewRootTunnelServer_obsoleteDeclarativeTunnelConnect_Params (line 1681) | func NewRootTunnelServer_obsoleteDeclarativeTunnelConnect_Params(s *capn... function ReadRootTunnelServer_obsoleteDeclarativeTunnelConnect_Params (line 1686) | func ReadRootTunnelServer_obsoleteDeclarativeTunnelConnect_Params(msg *c... type TunnelServer_obsoleteDeclarativeTunnelConnect_Params_List (line 1697) | type TunnelServer_obsoleteDeclarativeTunnelConnect_Params_List struct method At (line 1705) | func (s TunnelServer_obsoleteDeclarativeTunnelConnect_Params_List) At(... method Set (line 1709) | func (s TunnelServer_obsoleteDeclarativeTunnelConnect_Params_List) Set... method String (line 1713) | func (s TunnelServer_obsoleteDeclarativeTunnelConnect_Params_List) Str... function NewTunnelServer_obsoleteDeclarativeTunnelConnect_Params_List (line 1700) | func NewTunnelServer_obsoleteDeclarativeTunnelConnect_Params_List(s *cap... type TunnelServer_obsoleteDeclarativeTunnelConnect_Params_Promise (line 1719) | type TunnelServer_obsoleteDeclarativeTunnelConnect_Params_Promise struct method Struct (line 1721) | func (p TunnelServer_obsoleteDeclarativeTunnelConnect_Params_Promise) ... type TunnelServer_obsoleteDeclarativeTunnelConnect_Results (line 1726) | type TunnelServer_obsoleteDeclarativeTunnelConnect_Results struct method String (line 1746) | func (s TunnelServer_obsoleteDeclarativeTunnelConnect_Results) String(... constant TunnelServer_obsoleteDeclarativeTunnelConnect_Results_TypeID (line 1729) | TunnelServer_obsoleteDeclarativeTunnelConnect_Results_TypeID = 0xfeac5c8... function NewTunnelServer_obsoleteDeclarativeTunnelConnect_Results (line 1731) | func NewTunnelServer_obsoleteDeclarativeTunnelConnect_Results(s *capnp.S... function NewRootTunnelServer_obsoleteDeclarativeTunnelConnect_Results (line 1736) | func NewRootTunnelServer_obsoleteDeclarativeTunnelConnect_Results(s *cap... function ReadRootTunnelServer_obsoleteDeclarativeTunnelConnect_Results (line 1741) | func ReadRootTunnelServer_obsoleteDeclarativeTunnelConnect_Results(msg *... type TunnelServer_obsoleteDeclarativeTunnelConnect_Results_List (line 1752) | type TunnelServer_obsoleteDeclarativeTunnelConnect_Results_List struct method At (line 1760) | func (s TunnelServer_obsoleteDeclarativeTunnelConnect_Results_List) At... method Set (line 1764) | func (s TunnelServer_obsoleteDeclarativeTunnelConnect_Results_List) Se... method String (line 1768) | func (s TunnelServer_obsoleteDeclarativeTunnelConnect_Results_List) St... function NewTunnelServer_obsoleteDeclarativeTunnelConnect_Results_List (line 1755) | func NewTunnelServer_obsoleteDeclarativeTunnelConnect_Results_List(s *ca... type TunnelServer_obsoleteDeclarativeTunnelConnect_Results_Promise (line 1774) | type TunnelServer_obsoleteDeclarativeTunnelConnect_Results_Promise struct method Struct (line 1776) | func (p TunnelServer_obsoleteDeclarativeTunnelConnect_Results_Promise)... type TunnelServer_authenticate_Params (line 1781) | type TunnelServer_authenticate_Params struct method String (line 1801) | func (s TunnelServer_authenticate_Params) String() string { method OriginCert (line 1806) | func (s TunnelServer_authenticate_Params) OriginCert() ([]byte, error) { method HasOriginCert (line 1811) | func (s TunnelServer_authenticate_Params) HasOriginCert() bool { method SetOriginCert (line 1816) | func (s TunnelServer_authenticate_Params) SetOriginCert(v []byte) error { method Hostname (line 1820) | func (s TunnelServer_authenticate_Params) Hostname() (string, error) { method HasHostname (line 1825) | func (s TunnelServer_authenticate_Params) HasHostname() bool { method HostnameBytes (line 1830) | func (s TunnelServer_authenticate_Params) HostnameBytes() ([]byte, err... method SetHostname (line 1835) | func (s TunnelServer_authenticate_Params) SetHostname(v string) error { method Options (line 1839) | func (s TunnelServer_authenticate_Params) Options() (RegistrationOptio... method HasOptions (line 1844) | func (s TunnelServer_authenticate_Params) HasOptions() bool { method SetOptions (line 1849) | func (s TunnelServer_authenticate_Params) SetOptions(v RegistrationOpt... method NewOptions (line 1855) | func (s TunnelServer_authenticate_Params) NewOptions() (RegistrationOp... constant TunnelServer_authenticate_Params_TypeID (line 1784) | TunnelServer_authenticate_Params_TypeID = 0x85c8cea1ab1894f3 function NewTunnelServer_authenticate_Params (line 1786) | func NewTunnelServer_authenticate_Params(s *capnp.Segment) (TunnelServer... function NewRootTunnelServer_authenticate_Params (line 1791) | func NewRootTunnelServer_authenticate_Params(s *capnp.Segment) (TunnelSe... function ReadRootTunnelServer_authenticate_Params (line 1796) | func ReadRootTunnelServer_authenticate_Params(msg *capnp.Message) (Tunne... type TunnelServer_authenticate_Params_List (line 1865) | type TunnelServer_authenticate_Params_List struct method At (line 1873) | func (s TunnelServer_authenticate_Params_List) At(i int) TunnelServer_... method Set (line 1877) | func (s TunnelServer_authenticate_Params_List) Set(i int, v TunnelServ... method String (line 1881) | func (s TunnelServer_authenticate_Params_List) String() string { function NewTunnelServer_authenticate_Params_List (line 1868) | func NewTunnelServer_authenticate_Params_List(s *capnp.Segment, sz int32... type TunnelServer_authenticate_Params_Promise (line 1887) | type TunnelServer_authenticate_Params_Promise struct method Struct (line 1889) | func (p TunnelServer_authenticate_Params_Promise) Struct() (TunnelServ... method Options (line 1894) | func (p TunnelServer_authenticate_Params_Promise) Options() Registrati... type TunnelServer_authenticate_Results (line 1898) | type TunnelServer_authenticate_Results struct method String (line 1918) | func (s TunnelServer_authenticate_Results) String() string { method Result (line 1923) | func (s TunnelServer_authenticate_Results) Result() (AuthenticateRespo... method HasResult (line 1928) | func (s TunnelServer_authenticate_Results) HasResult() bool { method SetResult (line 1933) | func (s TunnelServer_authenticate_Results) SetResult(v AuthenticateRes... method NewResult (line 1939) | func (s TunnelServer_authenticate_Results) NewResult() (AuthenticateRe... constant TunnelServer_authenticate_Results_TypeID (line 1901) | TunnelServer_authenticate_Results_TypeID = 0xfc5edf80e39c0796 function NewTunnelServer_authenticate_Results (line 1903) | func NewTunnelServer_authenticate_Results(s *capnp.Segment) (TunnelServe... function NewRootTunnelServer_authenticate_Results (line 1908) | func NewRootTunnelServer_authenticate_Results(s *capnp.Segment) (TunnelS... function ReadRootTunnelServer_authenticate_Results (line 1913) | func ReadRootTunnelServer_authenticate_Results(msg *capnp.Message) (Tunn... type TunnelServer_authenticate_Results_List (line 1949) | type TunnelServer_authenticate_Results_List struct method At (line 1957) | func (s TunnelServer_authenticate_Results_List) At(i int) TunnelServer... method Set (line 1961) | func (s TunnelServer_authenticate_Results_List) Set(i int, v TunnelSer... method String (line 1965) | func (s TunnelServer_authenticate_Results_List) String() string { function NewTunnelServer_authenticate_Results_List (line 1952) | func NewTunnelServer_authenticate_Results_List(s *capnp.Segment, sz int3... type TunnelServer_authenticate_Results_Promise (line 1971) | type TunnelServer_authenticate_Results_Promise struct method Struct (line 1973) | func (p TunnelServer_authenticate_Results_Promise) Struct() (TunnelSer... method Result (line 1978) | func (p TunnelServer_authenticate_Results_Promise) Result() Authentica... type TunnelServer_reconnectTunnel_Params (line 1982) | type TunnelServer_reconnectTunnel_Params struct method String (line 2002) | func (s TunnelServer_reconnectTunnel_Params) String() string { method Jwt (line 2007) | func (s TunnelServer_reconnectTunnel_Params) Jwt() ([]byte, error) { method HasJwt (line 2012) | func (s TunnelServer_reconnectTunnel_Params) HasJwt() bool { method SetJwt (line 2017) | func (s TunnelServer_reconnectTunnel_Params) SetJwt(v []byte) error { method EventDigest (line 2021) | func (s TunnelServer_reconnectTunnel_Params) EventDigest() ([]byte, er... method HasEventDigest (line 2026) | func (s TunnelServer_reconnectTunnel_Params) HasEventDigest() bool { method SetEventDigest (line 2031) | func (s TunnelServer_reconnectTunnel_Params) SetEventDigest(v []byte) ... method ConnDigest (line 2035) | func (s TunnelServer_reconnectTunnel_Params) ConnDigest() ([]byte, err... method HasConnDigest (line 2040) | func (s TunnelServer_reconnectTunnel_Params) HasConnDigest() bool { method SetConnDigest (line 2045) | func (s TunnelServer_reconnectTunnel_Params) SetConnDigest(v []byte) e... method Hostname (line 2049) | func (s TunnelServer_reconnectTunnel_Params) Hostname() (string, error) { method HasHostname (line 2054) | func (s TunnelServer_reconnectTunnel_Params) HasHostname() bool { method HostnameBytes (line 2059) | func (s TunnelServer_reconnectTunnel_Params) HostnameBytes() ([]byte, ... method SetHostname (line 2064) | func (s TunnelServer_reconnectTunnel_Params) SetHostname(v string) err... method Options (line 2068) | func (s TunnelServer_reconnectTunnel_Params) Options() (RegistrationOp... method HasOptions (line 2073) | func (s TunnelServer_reconnectTunnel_Params) HasOptions() bool { method SetOptions (line 2078) | func (s TunnelServer_reconnectTunnel_Params) SetOptions(v Registration... method NewOptions (line 2084) | func (s TunnelServer_reconnectTunnel_Params) NewOptions() (Registratio... constant TunnelServer_reconnectTunnel_Params_TypeID (line 1985) | TunnelServer_reconnectTunnel_Params_TypeID = 0xa353a3556df74984 function NewTunnelServer_reconnectTunnel_Params (line 1987) | func NewTunnelServer_reconnectTunnel_Params(s *capnp.Segment) (TunnelSer... function NewRootTunnelServer_reconnectTunnel_Params (line 1992) | func NewRootTunnelServer_reconnectTunnel_Params(s *capnp.Segment) (Tunne... function ReadRootTunnelServer_reconnectTunnel_Params (line 1997) | func ReadRootTunnelServer_reconnectTunnel_Params(msg *capnp.Message) (Tu... type TunnelServer_reconnectTunnel_Params_List (line 2094) | type TunnelServer_reconnectTunnel_Params_List struct method At (line 2102) | func (s TunnelServer_reconnectTunnel_Params_List) At(i int) TunnelServ... method Set (line 2106) | func (s TunnelServer_reconnectTunnel_Params_List) Set(i int, v TunnelS... method String (line 2110) | func (s TunnelServer_reconnectTunnel_Params_List) String() string { function NewTunnelServer_reconnectTunnel_Params_List (line 2097) | func NewTunnelServer_reconnectTunnel_Params_List(s *capnp.Segment, sz in... type TunnelServer_reconnectTunnel_Params_Promise (line 2116) | type TunnelServer_reconnectTunnel_Params_Promise struct method Struct (line 2118) | func (p TunnelServer_reconnectTunnel_Params_Promise) Struct() (TunnelS... method Options (line 2123) | func (p TunnelServer_reconnectTunnel_Params_Promise) Options() Registr... type TunnelServer_reconnectTunnel_Results (line 2127) | type TunnelServer_reconnectTunnel_Results struct method String (line 2147) | func (s TunnelServer_reconnectTunnel_Results) String() string { method Result (line 2152) | func (s TunnelServer_reconnectTunnel_Results) Result() (TunnelRegistra... method HasResult (line 2157) | func (s TunnelServer_reconnectTunnel_Results) HasResult() bool { method SetResult (line 2162) | func (s TunnelServer_reconnectTunnel_Results) SetResult(v TunnelRegist... method NewResult (line 2168) | func (s TunnelServer_reconnectTunnel_Results) NewResult() (TunnelRegis... constant TunnelServer_reconnectTunnel_Results_TypeID (line 2130) | TunnelServer_reconnectTunnel_Results_TypeID = 0xd4d18de97bb12de3 function NewTunnelServer_reconnectTunnel_Results (line 2132) | func NewTunnelServer_reconnectTunnel_Results(s *capnp.Segment) (TunnelSe... function NewRootTunnelServer_reconnectTunnel_Results (line 2137) | func NewRootTunnelServer_reconnectTunnel_Results(s *capnp.Segment) (Tunn... function ReadRootTunnelServer_reconnectTunnel_Results (line 2142) | func ReadRootTunnelServer_reconnectTunnel_Results(msg *capnp.Message) (T... type TunnelServer_reconnectTunnel_Results_List (line 2178) | type TunnelServer_reconnectTunnel_Results_List struct method At (line 2186) | func (s TunnelServer_reconnectTunnel_Results_List) At(i int) TunnelSer... method Set (line 2190) | func (s TunnelServer_reconnectTunnel_Results_List) Set(i int, v Tunnel... method String (line 2194) | func (s TunnelServer_reconnectTunnel_Results_List) String() string { function NewTunnelServer_reconnectTunnel_Results_List (line 2181) | func NewTunnelServer_reconnectTunnel_Results_List(s *capnp.Segment, sz i... type TunnelServer_reconnectTunnel_Results_Promise (line 2200) | type TunnelServer_reconnectTunnel_Results_Promise struct method Struct (line 2202) | func (p TunnelServer_reconnectTunnel_Results_Promise) Struct() (Tunnel... method Result (line 2207) | func (p TunnelServer_reconnectTunnel_Results_Promise) Result() TunnelR... type Tag (line 2211) | type Tag struct method String (line 2231) | func (s Tag) String() string { method Name (line 2236) | func (s Tag) Name() (string, error) { method HasName (line 2241) | func (s Tag) HasName() bool { method NameBytes (line 2246) | func (s Tag) NameBytes() ([]byte, error) { method SetName (line 2251) | func (s Tag) SetName(v string) error { method Value (line 2255) | func (s Tag) Value() (string, error) { method HasValue (line 2260) | func (s Tag) HasValue() bool { method ValueBytes (line 2265) | func (s Tag) ValueBytes() ([]byte, error) { method SetValue (line 2270) | func (s Tag) SetValue(v string) error { constant Tag_TypeID (line 2214) | Tag_TypeID = 0xcbd96442ae3bb01a function NewTag (line 2216) | func NewTag(s *capnp.Segment) (Tag, error) { function NewRootTag (line 2221) | func NewRootTag(s *capnp.Segment) (Tag, error) { function ReadRootTag (line 2226) | func ReadRootTag(msg *capnp.Message) (Tag, error) { type Tag_List (line 2275) | type Tag_List struct method At (line 2283) | func (s Tag_List) At(i int) Tag { return Tag{s.List.Struct(i)} } method Set (line 2285) | func (s Tag_List) Set(i int, v Tag) error { return s.List.SetStruct(i,... method String (line 2287) | func (s Tag_List) String() string { function NewTag_List (line 2278) | func NewTag_List(s *capnp.Segment, sz int32) (Tag_List, error) { type Tag_Promise (line 2293) | type Tag_Promise struct method Struct (line 2295) | func (p Tag_Promise) Struct() (Tag, error) { type ClientInfo (line 2300) | type ClientInfo struct method String (line 2320) | func (s ClientInfo) String() string { method ClientId (line 2325) | func (s ClientInfo) ClientId() ([]byte, error) { method HasClientId (line 2330) | func (s ClientInfo) HasClientId() bool { method SetClientId (line 2335) | func (s ClientInfo) SetClientId(v []byte) error { method Features (line 2339) | func (s ClientInfo) Features() (capnp.TextList, error) { method HasFeatures (line 2344) | func (s ClientInfo) HasFeatures() bool { method SetFeatures (line 2349) | func (s ClientInfo) SetFeatures(v capnp.TextList) error { method NewFeatures (line 2355) | func (s ClientInfo) NewFeatures(n int32) (capnp.TextList, error) { method Version (line 2364) | func (s ClientInfo) Version() (string, error) { method HasVersion (line 2369) | func (s ClientInfo) HasVersion() bool { method VersionBytes (line 2374) | func (s ClientInfo) VersionBytes() ([]byte, error) { method SetVersion (line 2379) | func (s ClientInfo) SetVersion(v string) error { method Arch (line 2383) | func (s ClientInfo) Arch() (string, error) { method HasArch (line 2388) | func (s ClientInfo) HasArch() bool { method ArchBytes (line 2393) | func (s ClientInfo) ArchBytes() ([]byte, error) { method SetArch (line 2398) | func (s ClientInfo) SetArch(v string) error { constant ClientInfo_TypeID (line 2303) | ClientInfo_TypeID = 0x83ced0145b2f114b function NewClientInfo (line 2305) | func NewClientInfo(s *capnp.Segment) (ClientInfo, error) { function NewRootClientInfo (line 2310) | func NewRootClientInfo(s *capnp.Segment) (ClientInfo, error) { function ReadRootClientInfo (line 2315) | func ReadRootClientInfo(msg *capnp.Message) (ClientInfo, error) { type ClientInfo_List (line 2403) | type ClientInfo_List struct method At (line 2411) | func (s ClientInfo_List) At(i int) ClientInfo { return ClientInfo{s.Li... method Set (line 2413) | func (s ClientInfo_List) Set(i int, v ClientInfo) error { return s.Lis... method String (line 2415) | func (s ClientInfo_List) String() string { function NewClientInfo_List (line 2406) | func NewClientInfo_List(s *capnp.Segment, sz int32) (ClientInfo_List, er... type ClientInfo_Promise (line 2421) | type ClientInfo_Promise struct method Struct (line 2423) | func (p ClientInfo_Promise) Struct() (ClientInfo, error) { type ConnectionOptions (line 2428) | type ConnectionOptions struct method String (line 2448) | func (s ConnectionOptions) String() string { method Client (line 2453) | func (s ConnectionOptions) Client() (ClientInfo, error) { method HasClient (line 2458) | func (s ConnectionOptions) HasClient() bool { method SetClient (line 2463) | func (s ConnectionOptions) SetClient(v ClientInfo) error { method NewClient (line 2469) | func (s ConnectionOptions) NewClient() (ClientInfo, error) { method OriginLocalIp (line 2478) | func (s ConnectionOptions) OriginLocalIp() ([]byte, error) { method HasOriginLocalIp (line 2483) | func (s ConnectionOptions) HasOriginLocalIp() bool { method SetOriginLocalIp (line 2488) | func (s ConnectionOptions) SetOriginLocalIp(v []byte) error { method ReplaceExisting (line 2492) | func (s ConnectionOptions) ReplaceExisting() bool { method SetReplaceExisting (line 2496) | func (s ConnectionOptions) SetReplaceExisting(v bool) { method CompressionQuality (line 2500) | func (s ConnectionOptions) CompressionQuality() uint8 { method SetCompressionQuality (line 2504) | func (s ConnectionOptions) SetCompressionQuality(v uint8) { method NumPreviousAttempts (line 2508) | func (s ConnectionOptions) NumPreviousAttempts() uint8 { method SetNumPreviousAttempts (line 2512) | func (s ConnectionOptions) SetNumPreviousAttempts(v uint8) { constant ConnectionOptions_TypeID (line 2431) | ConnectionOptions_TypeID = 0xb4bf9861fe035d04 function NewConnectionOptions (line 2433) | func NewConnectionOptions(s *capnp.Segment) (ConnectionOptions, error) { function NewRootConnectionOptions (line 2438) | func NewRootConnectionOptions(s *capnp.Segment) (ConnectionOptions, erro... function ReadRootConnectionOptions (line 2443) | func ReadRootConnectionOptions(msg *capnp.Message) (ConnectionOptions, e... type ConnectionOptions_List (line 2517) | type ConnectionOptions_List struct method At (line 2525) | func (s ConnectionOptions_List) At(i int) ConnectionOptions { method Set (line 2529) | func (s ConnectionOptions_List) Set(i int, v ConnectionOptions) error { method String (line 2533) | func (s ConnectionOptions_List) String() string { function NewConnectionOptions_List (line 2520) | func NewConnectionOptions_List(s *capnp.Segment, sz int32) (ConnectionOp... type ConnectionOptions_Promise (line 2539) | type ConnectionOptions_Promise struct method Struct (line 2541) | func (p ConnectionOptions_Promise) Struct() (ConnectionOptions, error) { method Client (line 2546) | func (p ConnectionOptions_Promise) Client() ClientInfo_Promise { type ConnectionResponse (line 2550) | type ConnectionResponse struct method String (line 2589) | func (s ConnectionResponse) String() string { method Result (line 2594) | func (s ConnectionResponse) Result() ConnectionResponse_result { retur... type ConnectionResponse_result (line 2551) | type ConnectionResponse_result method Which (line 2596) | func (s ConnectionResponse_result) Which() ConnectionResponse_result_W... method Error (line 2599) | func (s ConnectionResponse_result) Error() (ConnectionError, error) { method HasError (line 2607) | func (s ConnectionResponse_result) HasError() bool { method SetError (line 2615) | func (s ConnectionResponse_result) SetError(v ConnectionError) error { method NewError (line 2622) | func (s ConnectionResponse_result) NewError() (ConnectionError, error) { method ConnectionDetails (line 2632) | func (s ConnectionResponse_result) ConnectionDetails() (ConnectionDeta... method HasConnectionDetails (line 2640) | func (s ConnectionResponse_result) HasConnectionDetails() bool { method SetConnectionDetails (line 2648) | func (s ConnectionResponse_result) SetConnectionDetails(v ConnectionDe... method NewConnectionDetails (line 2655) | func (s ConnectionResponse_result) NewConnectionDetails() (ConnectionD... type ConnectionResponse_result_Which (line 2552) | type ConnectionResponse_result_Which method String (line 2559) | func (w ConnectionResponse_result_Which) String() string { constant ConnectionResponse_result_Which_error (line 2555) | ConnectionResponse_result_Which_error ConnectionResponse_res... constant ConnectionResponse_result_Which_connectionDetails (line 2556) | ConnectionResponse_result_Which_connectionDetails ConnectionResponse_res... constant ConnectionResponse_TypeID (line 2572) | ConnectionResponse_TypeID = 0xdbaa9d03d52b62dc function NewConnectionResponse (line 2574) | func NewConnectionResponse(s *capnp.Segment) (ConnectionResponse, error) { function NewRootConnectionResponse (line 2579) | func NewRootConnectionResponse(s *capnp.Segment) (ConnectionResponse, er... function ReadRootConnectionResponse (line 2584) | func ReadRootConnectionResponse(msg *capnp.Message) (ConnectionResponse,... type ConnectionResponse_List (line 2666) | type ConnectionResponse_List struct method At (line 2674) | func (s ConnectionResponse_List) At(i int) ConnectionResponse { method Set (line 2678) | func (s ConnectionResponse_List) Set(i int, v ConnectionResponse) error { method String (line 2682) | func (s ConnectionResponse_List) String() string { function NewConnectionResponse_List (line 2669) | func NewConnectionResponse_List(s *capnp.Segment, sz int32) (ConnectionR... type ConnectionResponse_Promise (line 2688) | type ConnectionResponse_Promise struct method Struct (line 2690) | func (p ConnectionResponse_Promise) Struct() (ConnectionResponse, erro... method Result (line 2695) | func (p ConnectionResponse_Promise) Result() ConnectionResponse_result... type ConnectionResponse_result_Promise (line 2700) | type ConnectionResponse_result_Promise struct method Struct (line 2702) | func (p ConnectionResponse_result_Promise) Struct() (ConnectionRespons... method Error (line 2707) | func (p ConnectionResponse_result_Promise) Error() ConnectionError_Pro... method ConnectionDetails (line 2711) | func (p ConnectionResponse_result_Promise) ConnectionDetails() Connect... type ConnectionError (line 2715) | type ConnectionError struct method String (line 2735) | func (s ConnectionError) String() string { method Cause (line 2740) | func (s ConnectionError) Cause() (string, error) { method HasCause (line 2745) | func (s ConnectionError) HasCause() bool { method CauseBytes (line 2750) | func (s ConnectionError) CauseBytes() ([]byte, error) { method SetCause (line 2755) | func (s ConnectionError) SetCause(v string) error { method RetryAfter (line 2759) | func (s ConnectionError) RetryAfter() int64 { method SetRetryAfter (line 2763) | func (s ConnectionError) SetRetryAfter(v int64) { method ShouldRetry (line 2767) | func (s ConnectionError) ShouldRetry() bool { method SetShouldRetry (line 2771) | func (s ConnectionError) SetShouldRetry(v bool) { constant ConnectionError_TypeID (line 2718) | ConnectionError_TypeID = 0xf5f383d2785edb86 function NewConnectionError (line 2720) | func NewConnectionError(s *capnp.Segment) (ConnectionError, error) { function NewRootConnectionError (line 2725) | func NewRootConnectionError(s *capnp.Segment) (ConnectionError, error) { function ReadRootConnectionError (line 2730) | func ReadRootConnectionError(msg *capnp.Message) (ConnectionError, error) { type ConnectionError_List (line 2776) | type ConnectionError_List struct method At (line 2784) | func (s ConnectionError_List) At(i int) ConnectionError { return Conne... method Set (line 2786) | func (s ConnectionError_List) Set(i int, v ConnectionError) error { method String (line 2790) | func (s ConnectionError_List) String() string { function NewConnectionError_List (line 2779) | func NewConnectionError_List(s *capnp.Segment, sz int32) (ConnectionErro... type ConnectionError_Promise (line 2796) | type ConnectionError_Promise struct method Struct (line 2798) | func (p ConnectionError_Promise) Struct() (ConnectionError, error) { type ConnectionDetails (line 2803) | type ConnectionDetails struct method String (line 2823) | func (s ConnectionDetails) String() string { method Uuid (line 2828) | func (s ConnectionDetails) Uuid() ([]byte, error) { method HasUuid (line 2833) | func (s ConnectionDetails) HasUuid() bool { method SetUuid (line 2838) | func (s ConnectionDetails) SetUuid(v []byte) error { method LocationName (line 2842) | func (s ConnectionDetails) LocationName() (string, error) { method HasLocationName (line 2847) | func (s ConnectionDetails) HasLocationName() bool { method LocationNameBytes (line 2852) | func (s ConnectionDetails) LocationNameBytes() ([]byte, error) { method SetLocationName (line 2857) | func (s ConnectionDetails) SetLocationName(v string) error { method TunnelIsRemotelyManaged (line 2861) | func (s ConnectionDetails) TunnelIsRemotelyManaged() bool { method SetTunnelIsRemotelyManaged (line 2865) | func (s ConnectionDetails) SetTunnelIsRemotelyManaged(v bool) { constant ConnectionDetails_TypeID (line 2806) | ConnectionDetails_TypeID = 0xb5f39f082b9ac18a function NewConnectionDetails (line 2808) | func NewConnectionDetails(s *capnp.Segment) (ConnectionDetails, error) { function NewRootConnectionDetails (line 2813) | func NewRootConnectionDetails(s *capnp.Segment) (ConnectionDetails, erro... function ReadRootConnectionDetails (line 2818) | func ReadRootConnectionDetails(msg *capnp.Message) (ConnectionDetails, e... type ConnectionDetails_List (line 2870) | type ConnectionDetails_List struct method At (line 2878) | func (s ConnectionDetails_List) At(i int) ConnectionDetails { method Set (line 2882) | func (s ConnectionDetails_List) Set(i int, v ConnectionDetails) error { method String (line 2886) | func (s ConnectionDetails_List) String() string { function NewConnectionDetails_List (line 2873) | func NewConnectionDetails_List(s *capnp.Segment, sz int32) (ConnectionDe... type ConnectionDetails_Promise (line 2892) | type ConnectionDetails_Promise struct method Struct (line 2894) | func (p ConnectionDetails_Promise) Struct() (ConnectionDetails, error) { type TunnelAuth (line 2899) | type TunnelAuth struct method String (line 2919) | func (s TunnelAuth) String() string { method AccountTag (line 2924) | func (s TunnelAuth) AccountTag() (string, error) { method HasAccountTag (line 2929) | func (s TunnelAuth) HasAccountTag() bool { method AccountTagBytes (line 2934) | func (s TunnelAuth) AccountTagBytes() ([]byte, error) { method SetAccountTag (line 2939) | func (s TunnelAuth) SetAccountTag(v string) error { method TunnelSecret (line 2943) | func (s TunnelAuth) TunnelSecret() ([]byte, error) { method HasTunnelSecret (line 2948) | func (s TunnelAuth) HasTunnelSecret() bool { method SetTunnelSecret (line 2953) | func (s TunnelAuth) SetTunnelSecret(v []byte) error { constant TunnelAuth_TypeID (line 2902) | TunnelAuth_TypeID = 0x9496331ab9cd463f function NewTunnelAuth (line 2904) | func NewTunnelAuth(s *capnp.Segment) (TunnelAuth, error) { function NewRootTunnelAuth (line 2909) | func NewRootTunnelAuth(s *capnp.Segment) (TunnelAuth, error) { function ReadRootTunnelAuth (line 2914) | func ReadRootTunnelAuth(msg *capnp.Message) (TunnelAuth, error) { type TunnelAuth_List (line 2958) | type TunnelAuth_List struct method At (line 2966) | func (s TunnelAuth_List) At(i int) TunnelAuth { return TunnelAuth{s.Li... method Set (line 2968) | func (s TunnelAuth_List) Set(i int, v TunnelAuth) error { return s.Lis... method String (line 2970) | func (s TunnelAuth_List) String() string { function NewTunnelAuth_List (line 2961) | func NewTunnelAuth_List(s *capnp.Segment, sz int32) (TunnelAuth_List, er... type TunnelAuth_Promise (line 2976) | type TunnelAuth_Promise struct method Struct (line 2978) | func (p TunnelAuth_Promise) Struct() (TunnelAuth, error) { type RegistrationServer (line 2983) | type RegistrationServer struct method RegisterConnection (line 2988) | func (c RegistrationServer) RegisterConnection(ctx context.Context, pa... method UnregisterConnection (line 3008) | func (c RegistrationServer) UnregisterConnection(ctx context.Context, ... method UpdateLocalConfiguration (line 3028) | func (c RegistrationServer) UpdateLocalConfiguration(ctx context.Conte... constant RegistrationServer_TypeID (line 2986) | RegistrationServer_TypeID = 0xf71695ec7fe85497 type RegistrationServer_Server (line 3051) | type RegistrationServer_Server interface function RegistrationServer_ServerToClient (line 3059) | func RegistrationServer_ServerToClient(s RegistrationServer_Server) Regi... function RegistrationServer_Methods (line 3064) | func RegistrationServer_Methods(methods []server.Method, s RegistrationS... type RegistrationServer_registerConnection (line 3115) | type RegistrationServer_registerConnection struct type RegistrationServer_unregisterConnection (line 3123) | type RegistrationServer_unregisterConnection struct type RegistrationServer_updateLocalConfiguration (line 3131) | type RegistrationServer_updateLocalConfiguration struct type RegistrationServer_registerConnection_Params (line 3138) | type RegistrationServer_registerConnection_Params struct method String (line 3158) | func (s RegistrationServer_registerConnection_Params) String() string { method Auth (line 3163) | func (s RegistrationServer_registerConnection_Params) Auth() (TunnelAu... method HasAuth (line 3168) | func (s RegistrationServer_registerConnection_Params) HasAuth() bool { method SetAuth (line 3173) | func (s RegistrationServer_registerConnection_Params) SetAuth(v Tunnel... method NewAuth (line 3179) | func (s RegistrationServer_registerConnection_Params) NewAuth() (Tunne... method TunnelId (line 3188) | func (s RegistrationServer_registerConnection_Params) TunnelId() ([]by... method HasTunnelId (line 3193) | func (s RegistrationServer_registerConnection_Params) HasTunnelId() bo... method SetTunnelId (line 3198) | func (s RegistrationServer_registerConnection_Params) SetTunnelId(v []... method ConnIndex (line 3202) | func (s RegistrationServer_registerConnection_Params) ConnIndex() uint8 { method SetConnIndex (line 3206) | func (s RegistrationServer_registerConnection_Params) SetConnIndex(v u... method Options (line 3210) | func (s RegistrationServer_registerConnection_Params) Options() (Conne... method HasOptions (line 3215) | func (s RegistrationServer_registerConnection_Params) HasOptions() bool { method SetOptions (line 3220) | func (s RegistrationServer_registerConnection_Params) SetOptions(v Con... method NewOptions (line 3226) | func (s RegistrationServer_registerConnection_Params) NewOptions() (Co... constant RegistrationServer_registerConnection_Params_TypeID (line 3141) | RegistrationServer_registerConnection_Params_TypeID = 0xe6646dec8feaa6ee function NewRegistrationServer_registerConnection_Params (line 3143) | func NewRegistrationServer_registerConnection_Params(s *capnp.Segment) (... function NewRootRegistrationServer_registerConnection_Params (line 3148) | func NewRootRegistrationServer_registerConnection_Params(s *capnp.Segmen... function ReadRootRegistrationServer_registerConnection_Params (line 3153) | func ReadRootRegistrationServer_registerConnection_Params(msg *capnp.Mes... type RegistrationServer_registerConnection_Params_List (line 3236) | type RegistrationServer_registerConnection_Params_List struct method At (line 3244) | func (s RegistrationServer_registerConnection_Params_List) At(i int) R... method Set (line 3248) | func (s RegistrationServer_registerConnection_Params_List) Set(i int, ... method String (line 3252) | func (s RegistrationServer_registerConnection_Params_List) String() st... function NewRegistrationServer_registerConnection_Params_List (line 3239) | func NewRegistrationServer_registerConnection_Params_List(s *capnp.Segme... type RegistrationServer_registerConnection_Params_Promise (line 3258) | type RegistrationServer_registerConnection_Params_Promise struct method Struct (line 3260) | func (p RegistrationServer_registerConnection_Params_Promise) Struct()... method Auth (line 3265) | func (p RegistrationServer_registerConnection_Params_Promise) Auth() T... method Options (line 3269) | func (p RegistrationServer_registerConnection_Params_Promise) Options(... type RegistrationServer_registerConnection_Results (line 3273) | type RegistrationServer_registerConnection_Results struct method String (line 3293) | func (s RegistrationServer_registerConnection_Results) String() string { method Result (line 3298) | func (s RegistrationServer_registerConnection_Results) Result() (Conne... method HasResult (line 3303) | func (s RegistrationServer_registerConnection_Results) HasResult() bool { method SetResult (line 3308) | func (s RegistrationServer_registerConnection_Results) SetResult(v Con... method NewResult (line 3314) | func (s RegistrationServer_registerConnection_Results) NewResult() (Co... constant RegistrationServer_registerConnection_Results_TypeID (line 3276) | RegistrationServer_registerConnection_Results_TypeID = 0xea50d822450d1f17 function NewRegistrationServer_registerConnection_Results (line 3278) | func NewRegistrationServer_registerConnection_Results(s *capnp.Segment) ... function NewRootRegistrationServer_registerConnection_Results (line 3283) | func NewRootRegistrationServer_registerConnection_Results(s *capnp.Segme... function ReadRootRegistrationServer_registerConnection_Results (line 3288) | func ReadRootRegistrationServer_registerConnection_Results(msg *capnp.Me... type RegistrationServer_registerConnection_Results_List (line 3324) | type RegistrationServer_registerConnection_Results_List struct method At (line 3332) | func (s RegistrationServer_registerConnection_Results_List) At(i int) ... method Set (line 3336) | func (s RegistrationServer_registerConnection_Results_List) Set(i int,... method String (line 3340) | func (s RegistrationServer_registerConnection_Results_List) String() s... function NewRegistrationServer_registerConnection_Results_List (line 3327) | func NewRegistrationServer_registerConnection_Results_List(s *capnp.Segm... type RegistrationServer_registerConnection_Results_Promise (line 3346) | type RegistrationServer_registerConnection_Results_Promise struct method Struct (line 3348) | func (p RegistrationServer_registerConnection_Results_Promise) Struct(... method Result (line 3353) | func (p RegistrationServer_registerConnection_Results_Promise) Result(... type RegistrationServer_unregisterConnection_Params (line 3357) | type RegistrationServer_unregisterConnection_Params struct method String (line 3377) | func (s RegistrationServer_unregisterConnection_Params) String() string { constant RegistrationServer_unregisterConnection_Params_TypeID (line 3360) | RegistrationServer_unregisterConnection_Params_TypeID = 0xf9cb7f4431a307d0 function NewRegistrationServer_unregisterConnection_Params (line 3362) | func NewRegistrationServer_unregisterConnection_Params(s *capnp.Segment)... function NewRootRegistrationServer_unregisterConnection_Params (line 3367) | func NewRootRegistrationServer_unregisterConnection_Params(s *capnp.Segm... function ReadRootRegistrationServer_unregisterConnection_Params (line 3372) | func ReadRootRegistrationServer_unregisterConnection_Params(msg *capnp.M... type RegistrationServer_unregisterConnection_Params_List (line 3383) | type RegistrationServer_unregisterConnection_Params_List struct method At (line 3391) | func (s RegistrationServer_unregisterConnection_Params_List) At(i int)... method Set (line 3395) | func (s RegistrationServer_unregisterConnection_Params_List) Set(i int... method String (line 3399) | func (s RegistrationServer_unregisterConnection_Params_List) String() ... function NewRegistrationServer_unregisterConnection_Params_List (line 3386) | func NewRegistrationServer_unregisterConnection_Params_List(s *capnp.Seg... type RegistrationServer_unregisterConnection_Params_Promise (line 3405) | type RegistrationServer_unregisterConnection_Params_Promise struct method Struct (line 3407) | func (p RegistrationServer_unregisterConnection_Params_Promise) Struct... type RegistrationServer_unregisterConnection_Results (line 3412) | type RegistrationServer_unregisterConnection_Results struct method String (line 3432) | func (s RegistrationServer_unregisterConnection_Results) String() stri... constant RegistrationServer_unregisterConnection_Results_TypeID (line 3415) | RegistrationServer_unregisterConnection_Results_TypeID = 0xb046e578094b1ead function NewRegistrationServer_unregisterConnection_Results (line 3417) | func NewRegistrationServer_unregisterConnection_Results(s *capnp.Segment... function NewRootRegistrationServer_unregisterConnection_Results (line 3422) | func NewRootRegistrationServer_unregisterConnection_Results(s *capnp.Seg... function ReadRootRegistrationServer_unregisterConnection_Results (line 3427) | func ReadRootRegistrationServer_unregisterConnection_Results(msg *capnp.... type RegistrationServer_unregisterConnection_Results_List (line 3438) | type RegistrationServer_unregisterConnection_Results_List struct method At (line 3446) | func (s RegistrationServer_unregisterConnection_Results_List) At(i int... method Set (line 3450) | func (s RegistrationServer_unregisterConnection_Results_List) Set(i in... method String (line 3454) | func (s RegistrationServer_unregisterConnection_Results_List) String()... function NewRegistrationServer_unregisterConnection_Results_List (line 3441) | func NewRegistrationServer_unregisterConnection_Results_List(s *capnp.Se... type RegistrationServer_unregisterConnection_Results_Promise (line 3460) | type RegistrationServer_unregisterConnection_Results_Promise struct method Struct (line 3462) | func (p RegistrationServer_unregisterConnection_Results_Promise) Struc... type RegistrationServer_updateLocalConfiguration_Params (line 3467) | type RegistrationServer_updateLocalConfiguration_Params struct method String (line 3487) | func (s RegistrationServer_updateLocalConfiguration_Params) String() s... method Config (line 3492) | func (s RegistrationServer_updateLocalConfiguration_Params) Config() (... method HasConfig (line 3497) | func (s RegistrationServer_updateLocalConfiguration_Params) HasConfig(... method SetConfig (line 3502) | func (s RegistrationServer_updateLocalConfiguration_Params) SetConfig(... constant RegistrationServer_updateLocalConfiguration_Params_TypeID (line 3470) | RegistrationServer_updateLocalConfiguration_Params_TypeID = 0xc5d6e31187... function NewRegistrationServer_updateLocalConfiguration_Params (line 3472) | func NewRegistrationServer_updateLocalConfiguration_Params(s *capnp.Segm... function NewRootRegistrationServer_updateLocalConfiguration_Params (line 3477) | func NewRootRegistrationServer_updateLocalConfiguration_Params(s *capnp.... function ReadRootRegistrationServer_updateLocalConfiguration_Params (line 3482) | func ReadRootRegistrationServer_updateLocalConfiguration_Params(msg *cap... type RegistrationServer_updateLocalConfiguration_Params_List (line 3507) | type RegistrationServer_updateLocalConfiguration_Params_List struct method At (line 3515) | func (s RegistrationServer_updateLocalConfiguration_Params_List) At(i ... method Set (line 3519) | func (s RegistrationServer_updateLocalConfiguration_Params_List) Set(i... method String (line 3523) | func (s RegistrationServer_updateLocalConfiguration_Params_List) Strin... function NewRegistrationServer_updateLocalConfiguration_Params_List (line 3510) | func NewRegistrationServer_updateLocalConfiguration_Params_List(s *capnp... type RegistrationServer_updateLocalConfiguration_Params_Promise (line 3529) | type RegistrationServer_updateLocalConfiguration_Params_Promise struct method Struct (line 3531) | func (p RegistrationServer_updateLocalConfiguration_Params_Promise) St... type RegistrationServer_updateLocalConfiguration_Results (line 3536) | type RegistrationServer_updateLocalConfiguration_Results struct method String (line 3556) | func (s RegistrationServer_updateLocalConfiguration_Results) String() ... constant RegistrationServer_updateLocalConfiguration_Results_TypeID (line 3539) | RegistrationServer_updateLocalConfiguration_Results_TypeID = 0xe5ceae5d6... function NewRegistrationServer_updateLocalConfiguration_Results (line 3541) | func NewRegistrationServer_updateLocalConfiguration_Results(s *capnp.Seg... function NewRootRegistrationServer_updateLocalConfiguration_Results (line 3546) | func NewRootRegistrationServer_updateLocalConfiguration_Results(s *capnp... function ReadRootRegistrationServer_updateLocalConfiguration_Results (line 3551) | func ReadRootRegistrationServer_updateLocalConfiguration_Results(msg *ca... type RegistrationServer_updateLocalConfiguration_Results_List (line 3562) | type RegistrationServer_updateLocalConfiguration_Results_List struct method At (line 3570) | func (s RegistrationServer_updateLocalConfiguration_Results_List) At(i... method Set (line 3574) | func (s RegistrationServer_updateLocalConfiguration_Results_List) Set(... method String (line 3578) | func (s RegistrationServer_updateLocalConfiguration_Results_List) Stri... function NewRegistrationServer_updateLocalConfiguration_Results_List (line 3565) | func NewRegistrationServer_updateLocalConfiguration_Results_List(s *capn... type RegistrationServer_updateLocalConfiguration_Results_Promise (line 3584) | type RegistrationServer_updateLocalConfiguration_Results_Promise struct method Struct (line 3586) | func (p RegistrationServer_updateLocalConfiguration_Results_Promise) S... type RegisterUdpSessionResponse (line 3591) | type RegisterUdpSessionResponse struct method String (line 3611) | func (s RegisterUdpSessionResponse) String() string { method Err (line 3616) | func (s RegisterUdpSessionResponse) Err() (string, error) { method HasErr (line 3621) | func (s RegisterUdpSessionResponse) HasErr() bool { method ErrBytes (line 3626) | func (s RegisterUdpSessionResponse) ErrBytes() ([]byte, error) { method SetErr (line 3631) | func (s RegisterUdpSessionResponse) SetErr(v string) error { method Spans (line 3635) | func (s RegisterUdpSessionResponse) Spans() ([]byte, error) { method HasSpans (line 3640) | func (s RegisterUdpSessionResponse) HasSpans() bool { method SetSpans (line 3645) | func (s RegisterUdpSessionResponse) SetSpans(v []byte) error { constant RegisterUdpSessionResponse_TypeID (line 3594) | RegisterUdpSessionResponse_TypeID = 0xab6d5210c1f26687 function NewRegisterUdpSessionResponse (line 3596) | func NewRegisterUdpSessionResponse(s *capnp.Segment) (RegisterUdpSession... function NewRootRegisterUdpSessionResponse (line 3601) | func NewRootRegisterUdpSessionResponse(s *capnp.Segment) (RegisterUdpSes... function ReadRootRegisterUdpSessionResponse (line 3606) | func ReadRootRegisterUdpSessionResponse(msg *capnp.Message) (RegisterUdp... type RegisterUdpSessionResponse_List (line 3650) | type RegisterUdpSessionResponse_List struct method At (line 3658) | func (s RegisterUdpSessionResponse_List) At(i int) RegisterUdpSessionR... method Set (line 3662) | func (s RegisterUdpSessionResponse_List) Set(i int, v RegisterUdpSessi... method String (line 3666) | func (s RegisterUdpSessionResponse_List) String() string { function NewRegisterUdpSessionResponse_List (line 3653) | func NewRegisterUdpSessionResponse_List(s *capnp.Segment, sz int32) (Reg... type RegisterUdpSessionResponse_Promise (line 3672) | type RegisterUdpSessionResponse_Promise struct method Struct (line 3674) | func (p RegisterUdpSessionResponse_Promise) Struct() (RegisterUdpSessi... type SessionManager (line 3679) | type SessionManager struct method RegisterUdpSession (line 3684) | func (c SessionManager) RegisterUdpSession(ctx context.Context, params... method UnregisterUdpSession (line 3704) | func (c SessionManager) UnregisterUdpSession(ctx context.Context, para... constant SessionManager_TypeID (line 3682) | SessionManager_TypeID = 0x839445a59fb01686 type SessionManager_Server (line 3725) | type SessionManager_Server interface function SessionManager_ServerToClient (line 3731) | func SessionManager_ServerToClient(s SessionManager_Server) SessionManag... function SessionManager_Methods (line 3736) | func SessionManager_Methods(methods []server.Method, s SessionManager_Se... type SessionManager_registerUdpSession (line 3773) | type SessionManager_registerUdpSession struct type SessionManager_unregisterUdpSession (line 3781) | type SessionManager_unregisterUdpSession struct type SessionManager_registerUdpSession_Params (line 3788) | type SessionManager_registerUdpSession_Params struct method String (line 3808) | func (s SessionManager_registerUdpSession_Params) String() string { method SessionId (line 3813) | func (s SessionManager_registerUdpSession_Params) SessionId() ([]byte,... method HasSessionId (line 3818) | func (s SessionManager_registerUdpSession_Params) HasSessionId() bool { method SetSessionId (line 3823) | func (s SessionManager_registerUdpSession_Params) SetSessionId(v []byt... method DstIp (line 3827) | func (s SessionManager_registerUdpSession_Params) DstIp() ([]byte, err... method HasDstIp (line 3832) | func (s SessionManager_registerUdpSession_Params) HasDstIp() bool { method SetDstIp (line 3837) | func (s SessionManager_registerUdpSession_Params) SetDstIp(v []byte) e... method DstPort (line 3841) | func (s SessionManager_registerUdpSession_Params) DstPort() uint16 { method SetDstPort (line 3845) | func (s SessionManager_registerUdpSession_Params) SetDstPort(v uint16) { method CloseAfterIdleHint (line 3849) | func (s SessionManager_registerUdpSession_Params) CloseAfterIdleHint()... method SetCloseAfterIdleHint (line 3853) | func (s SessionManager_registerUdpSession_Params) SetCloseAfterIdleHin... method TraceContext (line 3857) | func (s SessionManager_registerUdpSession_Params) TraceContext() (stri... method HasTraceContext (line 3862) | func (s SessionManager_registerUdpSession_Params) HasTraceContext() bo... method TraceContextBytes (line 3867) | func (s SessionManager_registerUdpSession_Params) TraceContextBytes() ... method SetTraceContext (line 3872) | func (s SessionManager_registerUdpSession_Params) SetTraceContext(v st... constant SessionManager_registerUdpSession_Params_TypeID (line 3791) | SessionManager_registerUdpSession_Params_TypeID = 0x904e297b87fbecea function NewSessionManager_registerUdpSession_Params (line 3793) | func NewSessionManager_registerUdpSession_Params(s *capnp.Segment) (Sess... function NewRootSessionManager_registerUdpSession_Params (line 3798) | func NewRootSessionManager_registerUdpSession_Params(s *capnp.Segment) (... function ReadRootSessionManager_registerUdpSession_Params (line 3803) | func ReadRootSessionManager_registerUdpSession_Params(msg *capnp.Message... type SessionManager_registerUdpSession_Params_List (line 3877) | type SessionManager_registerUdpSession_Params_List struct method At (line 3885) | func (s SessionManager_registerUdpSession_Params_List) At(i int) Sessi... method Set (line 3889) | func (s SessionManager_registerUdpSession_Params_List) Set(i int, v Se... method String (line 3893) | func (s SessionManager_registerUdpSession_Params_List) String() string { function NewSessionManager_registerUdpSession_Params_List (line 3880) | func NewSessionManager_registerUdpSession_Params_List(s *capnp.Segment, ... type SessionManager_registerUdpSession_Params_Promise (line 3899) | type SessionManager_registerUdpSession_Params_Promise struct method Struct (line 3901) | func (p SessionManager_registerUdpSession_Params_Promise) Struct() (Se... type SessionManager_registerUdpSession_Results (line 3906) | type SessionManager_registerUdpSession_Results struct method String (line 3926) | func (s SessionManager_registerUdpSession_Results) String() string { method Result (line 3931) | func (s SessionManager_registerUdpSession_Results) Result() (RegisterU... method HasResult (line 3936) | func (s SessionManager_registerUdpSession_Results) HasResult() bool { method SetResult (line 3941) | func (s SessionManager_registerUdpSession_Results) SetResult(v Registe... method NewResult (line 3947) | func (s SessionManager_registerUdpSession_Results) NewResult() (Regist... constant SessionManager_registerUdpSession_Results_TypeID (line 3909) | SessionManager_registerUdpSession_Results_TypeID = 0x8635c6b4f45bf5cd function NewSessionManager_registerUdpSession_Results (line 3911) | func NewSessionManager_registerUdpSession_Results(s *capnp.Segment) (Ses... function NewRootSessionManager_registerUdpSession_Results (line 3916) | func NewRootSessionManager_registerUdpSession_Results(s *capnp.Segment) ... function ReadRootSessionManager_registerUdpSession_Results (line 3921) | func ReadRootSessionManager_registerUdpSession_Results(msg *capnp.Messag... type SessionManager_registerUdpSession_Results_List (line 3957) | type SessionManager_registerUdpSession_Results_List struct method At (line 3965) | func (s SessionManager_registerUdpSession_Results_List) At(i int) Sess... method Set (line 3969) | func (s SessionManager_registerUdpSession_Results_List) Set(i int, v S... method String (line 3973) | func (s SessionManager_registerUdpSession_Results_List) String() string { function NewSessionManager_registerUdpSession_Results_List (line 3960) | func NewSessionManager_registerUdpSession_Results_List(s *capnp.Segment,... type SessionManager_registerUdpSession_Results_Promise (line 3979) | type SessionManager_registerUdpSession_Results_Promise struct method Struct (line 3981) | func (p SessionManager_registerUdpSession_Results_Promise) Struct() (S... method Result (line 3986) | func (p SessionManager_registerUdpSession_Results_Promise) Result() Re... type SessionManager_unregisterUdpSession_Params (line 3990) | type SessionManager_unregisterUdpSession_Params struct method String (line 4010) | func (s SessionManager_unregisterUdpSession_Params) String() string { method SessionId (line 4015) | func (s SessionManager_unregisterUdpSession_Params) SessionId() ([]byt... method HasSessionId (line 4020) | func (s SessionManager_unregisterUdpSession_Params) HasSessionId() bool { method SetSessionId (line 4025) | func (s SessionManager_unregisterUdpSession_Params) SetSessionId(v []b... method Message (line 4029) | func (s SessionManager_unregisterUdpSession_Params) Message() (string,... method HasMessage (line 4034) | func (s SessionManager_unregisterUdpSession_Params) HasMessage() bool { method MessageBytes (line 4039) | func (s SessionManager_unregisterUdpSession_Params) MessageBytes() ([]... method SetMessage (line 4044) | func (s SessionManager_unregisterUdpSession_Params) SetMessage(v strin... constant SessionManager_unregisterUdpSession_Params_TypeID (line 3993) | SessionManager_unregisterUdpSession_Params_TypeID = 0x96b74375ce9b0ef6 function NewSessionManager_unregisterUdpSession_Params (line 3995) | func NewSessionManager_unregisterUdpSession_Params(s *capnp.Segment) (Se... function NewRootSessionManager_unregisterUdpSession_Params (line 4000) | func NewRootSessionManager_unregisterUdpSession_Params(s *capnp.Segment)... function ReadRootSessionManager_unregisterUdpSession_Params (line 4005) | func ReadRootSessionManager_unregisterUdpSession_Params(msg *capnp.Messa... type SessionManager_unregisterUdpSession_Params_List (line 4049) | type SessionManager_unregisterUdpSession_Params_List struct method At (line 4057) | func (s SessionManager_unregisterUdpSession_Params_List) At(i int) Ses... method Set (line 4061) | func (s SessionManager_unregisterUdpSession_Params_List) Set(i int, v ... method String (line 4065) | func (s SessionManager_unregisterUdpSession_Params_List) String() stri... function NewSessionManager_unregisterUdpSession_Params_List (line 4052) | func NewSessionManager_unregisterUdpSession_Params_List(s *capnp.Segment... type SessionManager_unregisterUdpSession_Params_Promise (line 4071) | type SessionManager_unregisterUdpSession_Params_Promise struct method Struct (line 4073) | func (p SessionManager_unregisterUdpSession_Params_Promise) Struct() (... type SessionManager_unregisterUdpSession_Results (line 4078) | type SessionManager_unregisterUdpSession_Results struct method String (line 4098) | func (s SessionManager_unregisterUdpSession_Results) String() string { constant SessionManager_unregisterUdpSession_Results_TypeID (line 4081) | SessionManager_unregisterUdpSession_Results_TypeID = 0xf24ec4ab5891b676 function NewSessionManager_unregisterUdpSession_Results (line 4083) | func NewSessionManager_unregisterUdpSession_Results(s *capnp.Segment) (S... function NewRootSessionManager_unregisterUdpSession_Results (line 4088) | func NewRootSessionManager_unregisterUdpSession_Results(s *capnp.Segment... function ReadRootSessionManager_unregisterUdpSession_Results (line 4093) | func ReadRootSessionManager_unregisterUdpSession_Results(msg *capnp.Mess... type SessionManager_unregisterUdpSession_Results_List (line 4104) | type SessionManager_unregisterUdpSession_Results_List struct method At (line 4112) | func (s SessionManager_unregisterUdpSession_Results_List) At(i int) Se... method Set (line 4116) | func (s SessionManager_unregisterUdpSession_Results_List) Set(i int, v... method String (line 4120) | func (s SessionManager_unregisterUdpSession_Results_List) String() str... function NewSessionManager_unregisterUdpSession_Results_List (line 4107) | func NewSessionManager_unregisterUdpSession_Results_List(s *capnp.Segmen... type SessionManager_unregisterUdpSession_Results_Promise (line 4126) | type SessionManager_unregisterUdpSession_Results_Promise struct method Struct (line 4128) | func (p SessionManager_unregisterUdpSession_Results_Promise) Struct() ... type UpdateConfigurationResponse (line 4133) | type UpdateConfigurationResponse struct method String (line 4153) | func (s UpdateConfigurationResponse) String() string { method LatestAppliedVersion (line 4158) | func (s UpdateConfigurationResponse) LatestAppliedVersion() int32 { method SetLatestAppliedVersion (line 4162) | func (s UpdateConfigurationResponse) SetLatestAppliedVersion(v int32) { method Err (line 4166) | func (s UpdateConfigurationResponse) Err() (string, error) { method HasErr (line 4171) | func (s UpdateConfigurationResponse) HasErr() bool { method ErrBytes (line 4176) | func (s UpdateConfigurationResponse) ErrBytes() ([]byte, error) { method SetErr (line 4181) | func (s UpdateConfigurationResponse) SetErr(v string) error { constant UpdateConfigurationResponse_TypeID (line 4136) | UpdateConfigurationResponse_TypeID = 0xdb58ff694ba05cf9 function NewUpdateConfigurationResponse (line 4138) | func NewUpdateConfigurationResponse(s *capnp.Segment) (UpdateConfigurati... function NewRootUpdateConfigurationResponse (line 4143) | func NewRootUpdateConfigurationResponse(s *capnp.Segment) (UpdateConfigu... function ReadRootUpdateConfigurationResponse (line 4148) | func ReadRootUpdateConfigurationResponse(msg *capnp.Message) (UpdateConf... type UpdateConfigurationResponse_List (line 4186) | type UpdateConfigurationResponse_List struct method At (line 4194) | func (s UpdateConfigurationResponse_List) At(i int) UpdateConfiguratio... method Set (line 4198) | func (s UpdateConfigurationResponse_List) Set(i int, v UpdateConfigura... method String (line 4202) | func (s UpdateConfigurationResponse_List) String() string { function NewUpdateConfigurationResponse_List (line 4189) | func NewUpdateConfigurationResponse_List(s *capnp.Segment, sz int32) (Up... type UpdateConfigurationResponse_Promise (line 4208) | type UpdateConfigurationResponse_Promise struct method Struct (line 4210) | func (p UpdateConfigurationResponse_Promise) Struct() (UpdateConfigura... type ConfigurationManager (line 4215) | type ConfigurationManager struct method UpdateConfiguration (line 4220) | func (c ConfigurationManager) UpdateConfiguration(ctx context.Context,... constant ConfigurationManager_TypeID (line 4218) | ConfigurationManager_TypeID = 0xb48edfbdaa25db04 type ConfigurationManager_Server (line 4241) | type ConfigurationManager_Server interface function ConfigurationManager_ServerToClient (line 4245) | func ConfigurationManager_ServerToClient(s ConfigurationManager_Server) ... function ConfigurationManager_Methods (line 4250) | func ConfigurationManager_Methods(methods []server.Method, s Configurati... type ConfigurationManager_updateConfiguration (line 4273) | type ConfigurationManager_updateConfiguration struct type ConfigurationManager_updateConfiguration_Params (line 4280) | type ConfigurationManager_updateConfiguration_Params struct method String (line 4300) | func (s ConfigurationManager_updateConfiguration_Params) String() stri... method Version (line 4305) | func (s ConfigurationManager_updateConfiguration_Params) Version() int... method SetVersion (line 4309) | func (s ConfigurationManager_updateConfiguration_Params) SetVersion(v ... method Config (line 4313) | func (s ConfigurationManager_updateConfiguration_Params) Config() ([]b... method HasConfig (line 4318) | func (s ConfigurationManager_updateConfiguration_Params) HasConfig() b... method SetConfig (line 4323) | func (s ConfigurationManager_updateConfiguration_Params) SetConfig(v [... constant ConfigurationManager_updateConfiguration_Params_TypeID (line 4283) | ConfigurationManager_updateConfiguration_Params_TypeID = 0xb177ca2526a3ca76 function NewConfigurationManager_updateConfiguration_Params (line 4285) | func NewConfigurationManager_updateConfiguration_Params(s *capnp.Segment... function NewRootConfigurationManager_updateConfiguration_Params (line 4290) | func NewRootConfigurationManager_updateConfiguration_Params(s *capnp.Seg... function ReadRootConfigurationManager_updateConfiguration_Params (line 4295) | func ReadRootConfigurationManager_updateConfiguration_Params(msg *capnp.... type ConfigurationManager_updateConfiguration_Params_List (line 4328) | type ConfigurationManager_updateConfiguration_Params_List struct method At (line 4336) | func (s ConfigurationManager_updateConfiguration_Params_List) At(i int... method Set (line 4340) | func (s ConfigurationManager_updateConfiguration_Params_List) Set(i in... method String (line 4344) | func (s ConfigurationManager_updateConfiguration_Params_List) String()... function NewConfigurationManager_updateConfiguration_Params_List (line 4331) | func NewConfigurationManager_updateConfiguration_Params_List(s *capnp.Se... type ConfigurationManager_updateConfiguration_Params_Promise (line 4350) | type ConfigurationManager_updateConfiguration_Params_Promise struct method Struct (line 4352) | func (p ConfigurationManager_updateConfiguration_Params_Promise) Struc... type ConfigurationManager_updateConfiguration_Results (line 4357) | type ConfigurationManager_updateConfiguration_Results struct method String (line 4377) | func (s ConfigurationManager_updateConfiguration_Results) String() str... method Result (line 4382) | func (s ConfigurationManager_updateConfiguration_Results) Result() (Up... method HasResult (line 4387) | func (s ConfigurationManager_updateConfiguration_Results) HasResult() ... method SetResult (line 4392) | func (s ConfigurationManager_updateConfiguration_Results) SetResult(v ... method NewResult (line 4398) | func (s ConfigurationManager_updateConfiguration_Results) NewResult() ... constant ConfigurationManager_updateConfiguration_Results_TypeID (line 4360) | ConfigurationManager_updateConfiguration_Results_TypeID = 0x958096448eb3... function NewConfigurationManager_updateConfiguration_Results (line 4362) | func NewConfigurationManager_updateConfiguration_Results(s *capnp.Segmen... function NewRootConfigurationManager_updateConfiguration_Results (line 4367) | func NewRootConfigurationManager_updateConfiguration_Results(s *capnp.Se... function ReadRootConfigurationManager_updateConfiguration_Results (line 4372) | func ReadRootConfigurationManager_updateConfiguration_Results(msg *capnp... type ConfigurationManager_updateConfiguration_Results_List (line 4408) | type ConfigurationManager_updateConfiguration_Results_List struct method At (line 4416) | func (s ConfigurationManager_updateConfiguration_Results_List) At(i in... method Set (line 4420) | func (s ConfigurationManager_updateConfiguration_Results_List) Set(i i... method String (line 4424) | func (s ConfigurationManager_updateConfiguration_Results_List) String(... function NewConfigurationManager_updateConfiguration_Results_List (line 4411) | func NewConfigurationManager_updateConfiguration_Results_List(s *capnp.S... type ConfigurationManager_updateConfiguration_Results_Promise (line 4430) | type ConfigurationManager_updateConfiguration_Results_Promise struct method Struct (line 4432) | func (p ConfigurationManager_updateConfiguration_Results_Promise) Stru... method Result (line 4437) | func (p ConfigurationManager_updateConfiguration_Results_Promise) Resu... type CloudflaredServer (line 4441) | type CloudflaredServer struct method RegisterUdpSession (line 4446) | func (c CloudflaredServer) RegisterUdpSession(ctx context.Context, par... method UnregisterUdpSession (line 4466) | func (c CloudflaredServer) UnregisterUdpSession(ctx context.Context, p... method UpdateConfiguration (line 4486) | func (c CloudflaredServer) UpdateConfiguration(ctx context.Context, pa... constant CloudflaredServer_TypeID (line 4444) | CloudflaredServer_TypeID = 0xf548cef9dea2a4a1 type CloudflaredServer_Server (line 4507) | type CloudflaredServer_Server interface function CloudflaredServer_ServerToClient (line 4515) | func CloudflaredServer_ServerToClient(s CloudflaredServer_Server) Cloudf... function CloudflaredServer_Methods (line 4520) | func CloudflaredServer_Methods(methods []server.Method, s CloudflaredSer... constant schema_db8274f9144abc7e (line 4570) | schema_db8274f9144abc7e = "x\xda\xccZ}t\x14\xd7u\xbfw\xde.#\xc9\x12" + function init (line 4797) | func init() { FILE: tunnelrpc/quic/cloudflared_client.go type CloudflaredClient (line 20) | type CloudflaredClient struct method RegisterUdpSession (line 44) | func (c *CloudflaredClient) RegisterUdpSession(ctx context.Context, se... method UnregisterUdpSession (line 58) | func (c *CloudflaredClient) UnregisterUdpSession(ctx context.Context, ... method UpdateConfiguration (line 72) | func (c *CloudflaredClient) UpdateConfiguration(ctx context.Context, v... method Close (line 86) | func (c *CloudflaredClient) Close() { function NewCloudflaredClient (line 26) | func NewCloudflaredClient(ctx context.Context, stream io.ReadWriteCloser... FILE: tunnelrpc/quic/cloudflared_server.go type CloudflaredServer (line 19) | type CloudflaredServer struct method Serve (line 37) | func (s *CloudflaredServer) Serve(ctx context.Context, stream io.ReadW... method handleRPC (line 52) | func (s *CloudflaredServer) handleRPC(ctx context.Context, stream io.R... function NewCloudflaredServer (line 26) | func NewCloudflaredServer(handleRequest HandleRequestFunc, sessionManage... FILE: tunnelrpc/quic/protocol.go type protocolSignature (line 10) | type protocolSignature type protocolVersion (line 23) | type protocolVersion constant protocolV1 (line 26) | protocolV1 protocolVersion = "01" constant protocolVersionLength (line 28) | protocolVersionLength = 2 function determineProtocol (line 33) | func determineProtocol(stream io.Reader) (protocolSignature, error) { function writeDataStreamPreamble (line 48) | func writeDataStreamPreamble(stream io.Writer) error { function writeVersion (line 56) | func writeVersion(stream io.Writer) error { function readVersion (line 61) | func readVersion(stream io.Reader) (string, error) { function readSignature (line 67) | func readSignature(stream io.Reader) (protocolSignature, error) { function writeSignature (line 75) | func writeSignature(stream io.Writer, signature protocolSignature) error { FILE: tunnelrpc/quic/request_client_stream.go type RequestClientStream (line 13) | type RequestClientStream struct method WriteConnectRequestData (line 18) | func (rcs *RequestClientStream) WriteConnectRequestData(dest string, c... method ReadConnectResponseData (line 37) | func (rcs *RequestClientStream) ReadConnectResponseData() (*pogs.Conne... FILE: tunnelrpc/quic/request_server_stream.go type RequestServerStream (line 12) | type RequestServerStream struct method ReadConnectRequestData (line 17) | func (rss *RequestServerStream) ReadConnectRequestData() (*pogs.Connec... method WriteConnectResponseData (line 36) | func (rss *RequestServerStream) WriteConnectResponseData(respErr error... FILE: tunnelrpc/quic/request_server_stream_test.go constant testCloseIdleAfterHint (line 21) | testCloseIdleAfterHint = time.Minute * 2 function TestConnectRequestData (line 24) | func TestConnectRequestData(t *testing.T) { function TestConnectResponseMeta (line 64) | func TestConnectResponseMeta(t *testing.T) { function TestRegisterUdpSession (line 106) | func TestRegisterUdpSession(t *testing.T) { function TestManageConfiguration (line 173) | func TestManageConfiguration(t *testing.T) { type mockSessionRPCServer (line 210) | type mockSessionRPCServer struct method RegisterUdpSession (line 219) | func (s mockSessionRPCServer) RegisterUdpSession(_ context.Context, se... method UnregisterUdpSession (line 238) | func (s mockSessionRPCServer) UnregisterUdpSession(_ context.Context, ... type mockConfigRPCServer (line 248) | type mockConfigRPCServer struct method UpdateConfiguration (line 253) | func (s mockConfigRPCServer) UpdateConfiguration(_ context.Context, ve... type mockRPCStream (line 267) | type mockRPCStream struct method Close (line 281) | func (s mockRPCStream) Close() error { function newMockRPCStreams (line 272) | func newMockRPCStreams() (client io.ReadWriteCloser, server io.ReadWrite... type noopCloser (line 287) | type noopCloser struct method Close (line 291) | func (noopCloser) Close() error { FILE: tunnelrpc/quic/session_client.go type SessionClient (line 19) | type SessionClient struct method RegisterUdpSession (line 42) | func (c *SessionClient) RegisterUdpSession(ctx context.Context, sessio... method UnregisterUdpSession (line 56) | func (c *SessionClient) UnregisterUdpSession(ctx context.Context, sess... method Close (line 70) | func (c *SessionClient) Close() { function NewSessionClient (line 25) | func NewSessionClient(ctx context.Context, stream io.ReadWriteCloser, re... FILE: tunnelrpc/quic/session_server.go type SessionManagerServer (line 14) | type SessionManagerServer struct method Serve (line 26) | func (s *SessionManagerServer) Serve(ctx context.Context, stream io.Re... function NewSessionManagerServer (line 19) | func NewSessionManagerServer(sessionManager pogs.SessionManager, respons... FILE: tunnelrpc/registration_client.go type RegistrationClient (line 16) | type RegistrationClient interface type registrationClient (line 30) | type registrationClient struct method RegisterConnection (line 47) | func (r *registrationClient) RegisterConnection( method SendLocalConfiguration (line 68) | func (r *registrationClient) SendLocalConfiguration(ctx context.Contex... method GracefulShutdown (line 82) | func (r *registrationClient) GracefulShutdown(ctx context.Context, gra... method Close (line 96) | func (r *registrationClient) Close() { function NewRegistrationClient (line 36) | func NewRegistrationClient(ctx context.Context, stream io.ReadWriteClose... FILE: tunnelrpc/registration_server.go type RegistrationServer (line 12) | type RegistrationServer struct method Serve (line 24) | func (s *RegistrationServer) Serve(ctx context.Context, stream io.Read... function NewRegistrationServer (line 16) | func NewRegistrationServer(registrationServer pogs.RegistrationServer) *... FILE: tunnelrpc/utils.go constant defaultSleepBetweenTemporaryError (line 20) | defaultSleepBetweenTemporaryError = 500 * time.Millisecond constant defaultMaxRetries (line 21) | defaultMaxRetries = 3 type readWriterSafeTemporaryErrorCloser (line 24) | type readWriterSafeTemporaryErrorCloser struct method Read (line 32) | func (r *readWriterSafeTemporaryErrorCloser) Read(p []byte) (n int, er... function SafeTransport (line 55) | func SafeTransport(rw io.ReadWriteCloser) rpc.Transport { function isTemporaryError (line 65) | func isTemporaryError(e error) bool { type noopCapnpLogger (line 78) | type noopCapnpLogger struct method Infof (line 80) | func (noopCapnpLogger) Infof(ctx context.Context, format string, args ... method Errorf (line 81) | func (noopCapnpLogger) Errorf(ctx context.Context, format string, args... function NewClientConn (line 83) | func NewClientConn(transport rpc.Transport) *rpc.Conn { function NewServerConn (line 87) | func NewServerConn(transport rpc.Transport, client capnp.Client) *rpc.Co... FILE: tunnelstate/conntracker.go type ConnTracker (line 12) | type ConnTracker struct method OnTunnelEvent (line 40) | func (ct *ConnTracker) OnTunnelEvent(c connection.Event) { method CountActiveConns (line 62) | func (ct *ConnTracker) CountActiveConns() uint { method HasConnectedWith (line 76) | func (ct *ConnTracker) HasConnectedWith(protocol connection.Protocol) ... method GetActiveConnections (line 89) | func (ct *ConnTracker) GetActiveConnections() []IndexedConnectionInfo { type ConnectionInfo (line 19) | type ConnectionInfo struct type IndexedConnectionInfo (line 26) | type IndexedConnectionInfo struct function NewConnTracker (line 31) | func NewConnTracker( FILE: validation/validation.go constant defaultScheme (line 18) | defaultScheme = "http" constant accessDomain (line 19) | accessDomain = "cloudflareaccess.com" constant accessCertPath (line 20) | accessCertPath = "/cdn-cgi/access/certs" constant accessJwtHeader (line 21) | accessJwtHeader = "Cf-access-jwt-assertion" function ValidateHostname (line 29) | func ValidateHostname(hostname string) (string, error) { function ValidateUrl (line 72) | func ValidateUrl(originUrl string) (*url.URL, error) { function validateUrlString (line 80) | func validateUrlString(originUrl string) (string, error) { function validateScheme (line 149) | func validateScheme(scheme string) error { function validateIP (line 158) | func validateIP(scheme, host, port string) (string, error) { type Access (line 172) | type Access struct method Validate (line 194) | func (a *Access) Validate(ctx context.Context, jwt string) error { method ValidateRequest (line 214) | func (a *Access) ValidateRequest(ctx context.Context, r *http.Request)... function NewAccessValidator (line 176) | func NewAccessValidator(ctx context.Context, domain, issuer, application... FILE: validation/validation_test.go function TestValidateHostname (line 21) | func TestValidateHostname(t *testing.T) { function TestValidateUrl (line 54) | func TestValidateUrl(t *testing.T) { function TestNewAccessValidatorOk (line 116) | func TestNewAccessValidatorOk(t *testing.T) { function TestNewAccessValidatorErr (line 132) | func TestNewAccessValidatorErr(t *testing.T) { type testRoundTripper (line 149) | type testRoundTripper method RoundTrip (line 151) | func (f testRoundTripper) RoundTrip(req *http.Request) (*http.Response... function emptyResponse (line 155) | func emptyResponse(statusCode int) *http.Response { function createMockServerAndClient (line 163) | func createMockServerAndClient(handler http.Handler) (*httptest.Server, ... function createSecureMockServerAndClient (line 176) | func createSecureMockServerAndClient(handler http.Handler) (*httptest.Se... function FuzzNewAccessValidator (line 201) | func FuzzNewAccessValidator(f *testing.F) { FILE: vendor/github.com/BurntSushi/toml/decode.go type Unmarshaler (line 20) | type Unmarshaler interface function Unmarshal (line 25) | func Unmarshal(data []byte, v interface{}) error { function Decode (line 33) | func Decode(data string, v interface{}) (MetaData, error) { function DecodeFile (line 39) | func DecodeFile(path string, v interface{}) (MetaData, error) { type Primitive (line 59) | type Primitive struct constant maxSafeFloat32Int (line 67) | maxSafeFloat32Int = 16777215 constant maxSafeFloat64Int (line 68) | maxSafeFloat64Int = int64(9007199254740991) type Decoder (line 108) | type Decoder struct method Decode (line 124) | func (dec *Decoder) Decode(v interface{}) (MetaData, error) { function NewDecoder (line 113) | func NewDecoder(r io.Reader) *Decoder { method PrimitiveDecode (line 182) | func (md *MetaData) PrimitiveDecode(primValue Primitive, v interface{}) ... method unify (line 193) | func (md *MetaData) unify(data interface{}, rv reflect.Value) error { method unifyStruct (line 261) | func (md *MetaData) unifyStruct(mapping interface{}, rv reflect.Value) e... method unifyMap (line 307) | func (md *MetaData) unifyMap(mapping interface{}, rv reflect.Value) error { method unifyArray (line 350) | func (md *MetaData) unifyArray(data interface{}, rv reflect.Value) error { method unifySlice (line 364) | func (md *MetaData) unifySlice(data interface{}, rv reflect.Value) error { method unifySliceArray (line 380) | func (md *MetaData) unifySliceArray(data, rv reflect.Value) error { method unifyString (line 391) | func (md *MetaData) unifyString(data interface{}, rv reflect.Value) error { method unifyFloat64 (line 411) | func (md *MetaData) unifyFloat64(data interface{}, rv reflect.Value) err... method unifyInt (line 441) | func (md *MetaData) unifyInt(data interface{}, rv reflect.Value) error { method unifyBool (line 484) | func (md *MetaData) unifyBool(data interface{}, rv reflect.Value) error { method unifyAnything (line 492) | func (md *MetaData) unifyAnything(data interface{}, rv reflect.Value) er... method unifyText (line 497) | func (md *MetaData) unifyText(data interface{}, v encoding.TextUnmarshal... method badtype (line 531) | func (md *MetaData) badtype(dst string, data interface{}) error { method parseErr (line 535) | func (md *MetaData) parseErr(err error) error { method e (line 546) | func (md *MetaData) e(format string, args ...interface{}) error { function rvalue (line 559) | func rvalue(v interface{}) reflect.Value { function indirect (line 570) | func indirect(v reflect.Value) reflect.Value { function isUnifiable (line 590) | func isUnifiable(rv reflect.Value) bool { FILE: vendor/github.com/BurntSushi/toml/decode_go116.go function DecodeFS (line 12) | func DecodeFS(fsys fs.FS, path string, v interface{}) (MetaData, error) { FILE: vendor/github.com/BurntSushi/toml/deprecated.go type TextMarshaler (line 9) | type TextMarshaler type TextUnmarshaler (line 12) | type TextUnmarshaler function PrimitiveDecode (line 15) | func PrimitiveDecode(primValue Primitive, v interface{}) error { function DecodeReader (line 21) | func DecodeReader(r io.Reader, v interface{}) (MetaData, error) { return... FILE: vendor/github.com/BurntSushi/toml/encode.go type tomlEncodeError (line 20) | type tomlEncodeError struct type Marshaler (line 75) | type Marshaler interface type Encoder (line 117) | type Encoder struct method Encode (line 137) | func (enc *Encoder) Encode(v interface{}) error { method safeEncode (line 145) | func (enc *Encoder) safeEncode(key Key, rv reflect.Value) (err error) { method encode (line 159) | func (enc *Encoder) encode(key Key, rv reflect.Value) { method eElement (line 209) | func (enc *Encoder) eElement(rv reflect.Value) { method writeQuoted (line 319) | func (enc *Encoder) writeQuoted(s string) { method eArrayOrSliceElement (line 323) | func (enc *Encoder) eArrayOrSliceElement(rv reflect.Value) { method eArrayOfTables (line 336) | func (enc *Encoder) eArrayOfTables(key Key, rv reflect.Value) { method eTable (line 352) | func (enc *Encoder) eTable(key Key, rv reflect.Value) { method eMapOrStruct (line 365) | func (enc *Encoder) eMapOrStruct(key Key, rv reflect.Value, inline boo... method eMap (line 377) | func (enc *Encoder) eMap(key Key, rv reflect.Value, inline bool) { method eStruct (line 433) | func (enc *Encoder) eStruct(key Key, rv reflect.Value, inline bool) { method newline (line 663) | func (enc *Encoder) newline() { method writeKeyValue (line 681) | func (enc *Encoder) writeKeyValue(key Key, val reflect.Value, inline b... method wf (line 692) | func (enc *Encoder) wf(format string, v ...interface{}) { method indentStr (line 700) | func (enc *Encoder) indentStr(key Key) string { function NewEncoder (line 126) | func NewEncoder(w io.Writer) *Encoder { function floatAddDecimal (line 312) | func floatAddDecimal(fstr string) string { constant is32Bit (line 424) | is32Bit = (32 << (^uint(0) >> 63)) == 32 function pointerTo (line 426) | func pointerTo(t reflect.Type) reflect.Type { function tomlTypeOfGo (line 542) | func tomlTypeOfGo(rv reflect.Value) tomlType { function isMarshaler (line 588) | func isMarshaler(rv reflect.Value) bool { function isTableArray (line 593) | func isTableArray(arr reflect.Value) bool { type tagOptions (line 613) | type tagOptions struct function getOptions (line 620) | func getOptions(tag reflect.StructTag) tagOptions { function isZero (line 639) | func isZero(rv reflect.Value) bool { function isEmpty (line 651) | func isEmpty(rv reflect.Value) bool { function encPanic (line 704) | func encPanic(err error) { function eindirect (line 709) | func eindirect(v reflect.Value) reflect.Value { function isNil (line 729) | func isNil(rv reflect.Value) bool { FILE: vendor/github.com/BurntSushi/toml/error.go type ParseError (line 53) | type ParseError struct method Error (line 71) | func (pe ParseError) Error() string { method ErrorWithPosition (line 87) | func (pe ParseError) ErrorWithPosition() string { method ErrorWithUsage (line 128) | func (pe ParseError) ErrorWithUsage() string { method column (line 142) | func (pe ParseError) column(lines []string) int { type Position (line 65) | type Position struct type errLexControl (line 160) | type errLexControl struct method Error (line 174) | func (e errLexControl) Error() string { method Usage (line 177) | func (e errLexControl) Usage() string { return "" } type errLexEscape (line 161) | type errLexEscape struct method Error (line 179) | func (e errLexEscape) Error() string { return fmt.Sprintf(`inva... method Usage (line 180) | func (e errLexEscape) Usage() string { return usageEscape } type errLexUTF8 (line 162) | type errLexUTF8 struct method Error (line 181) | func (e errLexUTF8) Error() string { return fmt.Sprintf("inva... method Usage (line 182) | func (e errLexUTF8) Usage() string { return "" } type errLexInvalidNum (line 163) | type errLexInvalidNum struct method Error (line 183) | func (e errLexInvalidNum) Error() string { return fmt.Sprintf("inva... method Usage (line 184) | func (e errLexInvalidNum) Usage() string { return "" } type errLexInvalidDate (line 164) | type errLexInvalidDate struct method Error (line 185) | func (e errLexInvalidDate) Error() string { return fmt.Sprintf("inva... method Usage (line 186) | func (e errLexInvalidDate) Usage() string { return "" } type errLexInlineTableNL (line 165) | type errLexInlineTableNL struct method Error (line 187) | func (e errLexInlineTableNL) Error() string { return "newlines not all... method Usage (line 188) | func (e errLexInlineTableNL) Usage() string { return usageInlineNewline } type errLexStringNL (line 166) | type errLexStringNL struct method Error (line 189) | func (e errLexStringNL) Error() string { return "strings cannot c... method Usage (line 190) | func (e errLexStringNL) Usage() string { return usageStringNewline } type errParseRange (line 167) | type errParseRange struct method Error (line 191) | func (e errParseRange) Error() string { return fmt.Sprintf("%v i... method Usage (line 192) | func (e errParseRange) Usage() string { return usageIntOverflow } type errParseDuration (line 171) | type errParseDuration struct method Error (line 193) | func (e errParseDuration) Error() string { return fmt.Sprintf("inva... method Usage (line 194) | func (e errParseDuration) Usage() string { return usageDuration } constant usageEscape (line 196) | usageEscape = ` constant usageInlineNewline (line 211) | usageInlineNewline = ` constant usageStringNewline (line 231) | usageStringNewline = ` constant usageIntOverflow (line 244) | usageIntOverflow = ` constant usageDuration (line 264) | usageDuration = ` FILE: vendor/github.com/BurntSushi/toml/lex.go type itemType (line 12) | type itemType method String (line 1166) | func (itype itemType) String() string { constant itemError (line 15) | itemError itemType = iota constant itemNIL (line 16) | itemNIL constant itemEOF (line 17) | itemEOF constant itemText (line 18) | itemText constant itemString (line 19) | itemString constant itemRawString (line 20) | itemRawString constant itemMultilineString (line 21) | itemMultilineString constant itemRawMultilineString (line 22) | itemRawMultilineString constant itemBool (line 23) | itemBool constant itemInteger (line 24) | itemInteger constant itemFloat (line 25) | itemFloat constant itemDatetime (line 26) | itemDatetime constant itemArray (line 27) | itemArray constant itemArrayEnd (line 28) | itemArrayEnd constant itemTableStart (line 29) | itemTableStart constant itemTableEnd (line 30) | itemTableEnd constant itemArrayTableStart (line 31) | itemArrayTableStart constant itemArrayTableEnd (line 32) | itemArrayTableEnd constant itemKeyStart (line 33) | itemKeyStart constant itemKeyEnd (line 34) | itemKeyEnd constant itemCommentStart (line 35) | itemCommentStart constant itemInlineTableStart (line 36) | itemInlineTableStart constant itemInlineTableEnd (line 37) | itemInlineTableEnd constant eof (line 40) | eof = 0 type stateFn (line 42) | type stateFn method String (line 1155) | func (s stateFn) String() string { method String (line 44) | func (p Position) String() string { type lexer (line 48) | type lexer struct method nextItem (line 78) | func (lx *lexer) nextItem() item { method push (line 101) | func (lx *lexer) push(state stateFn) { method pop (line 105) | func (lx *lexer) pop() stateFn { method current (line 114) | func (lx *lexer) current() string { method getPos (line 118) | func (lx lexer) getPos() Position { method emit (line 130) | func (lx *lexer) emit(typ itemType) { method emitTrim (line 140) | func (lx *lexer) emitTrim(typ itemType) { method next (line 145) | func (lx *lexer) next() (r rune) { method ignore (line 182) | func (lx *lexer) ignore() { method backup (line 187) | func (lx *lexer) backup() { method accept (line 208) | func (lx *lexer) accept(valid rune) bool { method peek (line 217) | func (lx *lexer) peek() rune { method skip (line 224) | func (lx *lexer) skip(pred func(rune) bool) { method error (line 240) | func (lx *lexer) error(err error) stateFn { method errorPrevLine (line 252) | func (lx *lexer) errorPrevLine(err error) stateFn { method errorPos (line 262) | func (lx *lexer) errorPos(start, length int, err error) stateFn { method errorf (line 271) | func (lx *lexer) errorf(format string, values ...interface{}) stateFn { method errorControlChar (line 284) | func (lx *lexer) errorControlChar(cc rune) stateFn { type item (line 71) | type item struct method String (line 1208) | func (item item) String() string { function lex (line 90) | func lex(input string) *lexer { function lexTop (line 289) | func lexTop(lx *lexer) stateFn { function lexTopEnd (line 318) | func lexTopEnd(lx *lexer) stateFn { function lexTableStart (line 344) | func lexTableStart(lx *lexer) stateFn { function lexTableEnd (line 356) | func lexTableEnd(lx *lexer) stateFn { function lexArrayTableEnd (line 361) | func lexArrayTableEnd(lx *lexer) stateFn { function lexTableNameStart (line 369) | func lexTableNameStart(lx *lexer) stateFn { function lexTableNameEnd (line 388) | func lexTableNameEnd(lx *lexer) stateFn { function lexBareName (line 409) | func lexBareName(lx *lexer) stateFn { function lexQuotedName (line 425) | func lexQuotedName(lx *lexer) stateFn { function lexKeyStart (line 444) | func lexKeyStart(lx *lexer) stateFn { function lexKeyNameStart (line 460) | func lexKeyNameStart(lx *lexer) stateFn { function lexKeyEnd (line 479) | func lexKeyEnd(lx *lexer) stateFn { function lexValue (line 500) | func lexValue(lx *lexer) stateFn { function lexArrayValue (line 566) | func lexArrayValue(lx *lexer) stateFn { function lexArrayValueEnd (line 588) | func lexArrayValueEnd(lx *lexer) stateFn { function lexArrayEnd (line 607) | func lexArrayEnd(lx *lexer) stateFn { function lexInlineTableValue (line 615) | func lexInlineTableValue(lx *lexer) stateFn { function lexInlineTableValueEnd (line 638) | func lexInlineTableValueEnd(lx *lexer) stateFn { function runeOrEOF (line 661) | func runeOrEOF(r rune) string { function lexInlineTableEnd (line 670) | func lexInlineTableEnd(lx *lexer) stateFn { function lexString (line 678) | func lexString(lx *lexer) stateFn { function lexMultilineString (line 700) | func lexMultilineString(lx *lexer) stateFn { function lexRawString (line 755) | func lexRawString(lx *lexer) stateFn { function lexMultilineRawString (line 776) | func lexMultilineRawString(lx *lexer) stateFn { function lexMultilineStringEscape (line 819) | func lexMultilineStringEscape(lx *lexer) stateFn { function lexStringEscape (line 828) | func lexStringEscape(lx *lexer) stateFn { function lexShortUnicodeEscape (line 857) | func lexShortUnicodeEscape(lx *lexer) stateFn { function lexLongUnicodeEscape (line 870) | func lexLongUnicodeEscape(lx *lexer) stateFn { function lexNumberOrDateStart (line 887) | func lexNumberOrDateStart(lx *lexer) stateFn { function lexNumberOrDate (line 905) | func lexNumberOrDate(lx *lexer) stateFn { function lexDatetime (line 926) | func lexDatetime(lx *lexer) stateFn { function lexHexInteger (line 942) | func lexHexInteger(lx *lexer) stateFn { function lexOctalInteger (line 958) | func lexOctalInteger(lx *lexer) stateFn { function lexBinaryInteger (line 974) | func lexBinaryInteger(lx *lexer) stateFn { function lexDecimalNumber (line 990) | func lexDecimalNumber(lx *lexer) stateFn { function lexDecimalNumberStart (line 1012) | func lexDecimalNumberStart(lx *lexer) stateFn { function lexBaseNumberOrDate (line 1049) | func lexBaseNumberOrDate(lx *lexer) stateFn { function lexFloat (line 1092) | func lexFloat(lx *lexer) stateFn { function lexBool (line 1108) | func lexBool(lx *lexer) stateFn { function lexCommentStart (line 1129) | func lexCommentStart(lx *lexer) stateFn { function lexComment (line 1138) | func lexComment(lx *lexer) stateFn { function lexSkip (line 1150) | func lexSkip(lx *lexer, nextState stateFn) stateFn { function isWhitespace (line 1212) | func isWhitespace(r rune) bool { return r == '\t' || r == ' ' } function isNL (line 1213) | func isNL(r rune) bool { return r == '\n' || r == '\r' } function isControl (line 1214) | func isControl(r rune) bool { // Control characters except \t, \r, \n function isDigit (line 1222) | func isDigit(r rune) bool { return r >= '0' && r <= '9' } function isBinary (line 1223) | func isBinary(r rune) bool { return r == '0' || r == '1' } function isOctal (line 1224) | func isOctal(r rune) bool { return r >= '0' && r <= '7' } function isHexadecimal (line 1225) | func isHexadecimal(r rune) bool { function isBareKeyChar (line 1228) | func isBareKeyChar(r rune) bool { FILE: vendor/github.com/BurntSushi/toml/meta.go type MetaData (line 12) | type MetaData struct method IsDefined (line 28) | func (md *MetaData) IsDefined(key ...string) bool { method Type (line 53) | func (md *MetaData) Type(key ...string) string { method Keys (line 67) | func (md *MetaData) Keys() []Key { method Undecoded (line 82) | func (md *MetaData) Undecoded() []Key { type Key (line 94) | type Key method String (line 96) | func (k Key) String() string { method maybeQuoted (line 104) | func (k Key) maybeQuoted(i int) string { method add (line 116) | func (k Key) add(piece string) Key { FILE: vendor/github.com/BurntSushi/toml/parse.go type parser (line 13) | type parser struct method panicErr (line 83) | func (p *parser) panicErr(it item, err error) { method panicItemf (line 92) | func (p *parser) panicItemf(it item, format string, v ...interface{}) { method panicf (line 101) | func (p *parser) panicf(format string, v ...interface{}) { method next (line 110) | func (p *parser) next() item { method nextPos (line 128) | func (p *parser) nextPos() item { method bug (line 134) | func (p *parser) bug(format string, v ...interface{}) { method expect (line 138) | func (p *parser) expect(typ itemType) item { method assertEqual (line 144) | func (p *parser) assertEqual(expected, got itemType) { method topLevel (line 150) | func (p *parser) topLevel(item item) { method keyString (line 213) | func (p *parser) keyString(it item) string { method value (line 234) | func (p *parser) value(it item, parentIsArray bool) (interface{}, toml... method valueInteger (line 269) | func (p *parser) valueInteger(it item) (interface{}, tomlType) { method valueFloat (line 293) | func (p *parser) valueFloat(it item) (interface{}, tomlType) { method valueDatetime (line 341) | func (p *parser) valueDatetime(it item) (interface{}, tomlType) { method valueArray (line 361) | func (p *parser) valueArray(it item) (interface{}, tomlType) { method valueInlineTable (line 391) | func (p *parser) valueInlineTable(it item, parentIsArray bool) (interf... method addContext (line 495) | func (p *parser) addContext(key Key, array bool) { method set (line 551) | func (p *parser) set(key string, val interface{}, typ tomlType, pos Po... method setValue (line 560) | func (p *parser) setValue(key string, value interface{}) { method setType (line 618) | func (p *parser) setType(key string, typ tomlType, pos Position) { method addImplicit (line 635) | func (p *parser) addImplicit(key Key) { p.implicits[key.String()] ... method removeImplicit (line 636) | func (p *parser) removeImplicit(key Key) { delete(p.implicits, key.St... method isImplicit (line 637) | func (p *parser) isImplicit(key Key) bool { _, ok := p.implicits[key.S... method isArray (line 638) | func (p *parser) isArray(key Key) bool { return p.keyInfo[key.Strin... method addImplicitContext (line 639) | func (p *parser) addImplicitContext(key Key) { method current (line 645) | func (p *parser) current() string { method stripEscapedNewlines (line 666) | func (p *parser) stripEscapedNewlines(s string) string { method replaceEscapes (line 710) | func (p *parser) replaceEscapes(it item, str string) string { method asciiEscapeToUnicode (line 771) | func (p *parser) asciiEscapeToUnicode(it item, bs []byte) rune { type keyInfo (line 26) | type keyInfo struct function parse (line 31) | func parse(data string) (p *parser, err error) { function numHasLeadingZero (line 446) | func numHasLeadingZero(s string) bool { function numUnderscoresOK (line 458) | func numUnderscoresOK(s string) bool { function numPeriodsOK (line 479) | func numPeriodsOK(s string) bool { function stripFirstNewline (line 655) | func stripFirstNewline(s string) string { FILE: vendor/github.com/BurntSushi/toml/type_fields.go type field (line 16) | type field struct type byName (line 26) | type byName method Len (line 28) | func (x byName) Len() int { return len(x) } method Swap (line 30) | func (x byName) Swap(i, j int) { x[i], x[j] = x[j], x[i] } method Less (line 32) | func (x byName) Less(i, j int) bool { type byIndex (line 46) | type byIndex method Len (line 48) | func (x byIndex) Len() int { return len(x) } method Swap (line 50) | func (x byIndex) Swap(i, j int) { x[i], x[j] = x[j], x[i] } method Less (line 52) | func (x byIndex) Less(i, j int) bool { function typeFields (line 67) | func typeFields(t reflect.Type) []field { function dominantField (line 182) | func dominantField(fields []field) (field, bool) { function cachedTypeFields (line 220) | func cachedTypeFields(t reflect.Type) []field { FILE: vendor/github.com/BurntSushi/toml/type_toml.go type tomlType (line 7) | type tomlType interface function typeEqual (line 12) | func typeEqual(t1, t2 tomlType) bool { function typeIsTable (line 19) | func typeIsTable(t tomlType) bool { type tomlBaseType (line 23) | type tomlBaseType method typeString (line 25) | func (btype tomlBaseType) typeString() string { method String (line 29) | func (btype tomlBaseType) String() string { method typeOfPrimitive (line 49) | func (p *parser) typeOfPrimitive(lexItem item) tomlType { FILE: vendor/github.com/beorn7/perks/quantile/stream.go type Sample (line 24) | type Sample struct type Samples (line 31) | type Samples method Len (line 33) | func (a Samples) Len() int { return len(a) } method Less (line 34) | func (a Samples) Less(i, j int) bool { return a[i].Value < a[j].Value } method Swap (line 35) | func (a Samples) Swap(i, j int) { a[i], a[j] = a[j], a[i] } type invariant (line 37) | type invariant function NewLowBiased (line 49) | func NewLowBiased(epsilon float64) *Stream { function NewHighBiased (line 66) | func NewHighBiased(epsilon float64) *Stream { function NewTargeted (line 80) | func NewTargeted(targetMap map[float64]float64) *Stream { type target (line 104) | type target struct function targetMapToSlice (line 109) | func targetMapToSlice(targetMap map[float64]float64) []target { type Stream (line 125) | type Stream struct method Insert (line 137) | func (s *Stream) Insert(v float64) { method insert (line 141) | func (s *Stream) insert(sample Sample) { method Query (line 152) | func (s *Stream) Query(q float64) float64 { method Merge (line 176) | func (s *Stream) Merge(samples Samples) { method Reset (line 182) | func (s *Stream) Reset() { method Samples (line 188) | func (s *Stream) Samples() Samples { method Count (line 198) | func (s *Stream) Count() int { method flush (line 202) | func (s *Stream) flush() { method maybeSort (line 208) | func (s *Stream) maybeSort() { method flushed (line 215) | func (s *Stream) flushed() bool { function newStream (line 131) | func newStream(Æ’ invariant) *Stream { type stream (line 219) | type stream struct method reset (line 225) | func (s *stream) reset() { method insert (line 230) | func (s *stream) insert(v float64) { method merge (line 234) | func (s *stream) merge(samples Samples) { method count (line 268) | func (s *stream) count() int { method query (line 272) | func (s *stream) query(q float64) float64 { method compress (line 287) | func (s *stream) compress() { method samples (line 312) | func (s *stream) samples() Samples { FILE: vendor/github.com/cespare/xxhash/v2/xxhash.go constant prime1 (line 12) | prime1 uint64 = 11400714785074694791 constant prime2 (line 13) | prime2 uint64 = 14029467366897019727 constant prime3 (line 14) | prime3 uint64 = 1609587929392839161 constant prime4 (line 15) | prime4 uint64 = 9650029242287828579 constant prime5 (line 16) | prime5 uint64 = 2870177450012600261 type Digest (line 29) | type Digest struct method Reset (line 53) | func (d *Digest) Reset() { method ResetWithSeed (line 59) | func (d *Digest) ResetWithSeed(seed uint64) { method Size (line 69) | func (d *Digest) Size() int { return 8 } method BlockSize (line 72) | func (d *Digest) BlockSize() int { return 32 } method Write (line 75) | func (d *Digest) Write(b []byte) (n int, err error) { method Sum (line 113) | func (d *Digest) Sum(b []byte) []byte { method Sum64 (line 129) | func (d *Digest) Sum64() uint64 { method MarshalBinary (line 176) | func (d *Digest) MarshalBinary() ([]byte, error) { method UnmarshalBinary (line 190) | func (d *Digest) UnmarshalBinary(b []byte) error { function New (line 40) | func New() *Digest { function NewWithSeed (line 45) | func NewWithSeed(seed uint64) *Digest { constant magic (line 171) | magic = "xxh\x06" constant marshaledSize (line 172) | marshaledSize = len(magic) + 8*5 + 32 function appendUint64 (line 208) | func appendUint64(b []byte, x uint64) []byte { function consumeUint64 (line 214) | func consumeUint64(b []byte) ([]byte, uint64) { function u64 (line 219) | func u64(b []byte) uint64 { return binary.LittleEndian.Uint64(b) } function u32 (line 220) | func u32(b []byte) uint32 { return binary.LittleEndian.Uint32(b) } function round (line 222) | func round(acc, input uint64) uint64 { function mergeRound (line 229) | func mergeRound(acc, val uint64) uint64 { function rol1 (line 236) | func rol1(x uint64) uint64 { return bits.RotateLeft64(x, 1) } function rol7 (line 237) | func rol7(x uint64) uint64 { return bits.RotateLeft64(x, 7) } function rol11 (line 238) | func rol11(x uint64) uint64 { return bits.RotateLeft64(x, 11) } function rol12 (line 239) | func rol12(x uint64) uint64 { return bits.RotateLeft64(x, 12) } function rol18 (line 240) | func rol18(x uint64) uint64 { return bits.RotateLeft64(x, 18) } function rol23 (line 241) | func rol23(x uint64) uint64 { return bits.RotateLeft64(x, 23) } function rol27 (line 242) | func rol27(x uint64) uint64 { return bits.RotateLeft64(x, 27) } function rol31 (line 243) | func rol31(x uint64) uint64 { return bits.RotateLeft64(x, 31) } FILE: vendor/github.com/cespare/xxhash/v2/xxhash_asm.go function Sum64 (line 12) | func Sum64(b []byte) uint64 function writeBlocks (line 15) | func writeBlocks(d *Digest, b []byte) int FILE: vendor/github.com/cespare/xxhash/v2/xxhash_other.go function Sum64 (line 7) | func Sum64(b []byte) uint64 { function writeBlocks (line 64) | func writeBlocks(d *Digest, b []byte) int { FILE: vendor/github.com/cespare/xxhash/v2/xxhash_safe.go function Sum64String (line 9) | func Sum64String(s string) uint64 { method WriteString (line 14) | func (d *Digest) WriteString(s string) (n int, err error) { FILE: vendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go function Sum64String (line 38) | func Sum64String(s string) uint64 { method WriteString (line 45) | func (d *Digest) WriteString(s string) (n int, err error) { type sliceHeader (line 55) | type sliceHeader struct FILE: vendor/github.com/coreos/go-oidc/v3/oidc/jose.go constant RS256 (line 9) | RS256 = "RS256" constant RS384 (line 10) | RS384 = "RS384" constant RS512 (line 11) | RS512 = "RS512" constant ES256 (line 12) | ES256 = "ES256" constant ES384 (line 13) | ES384 = "ES384" constant ES512 (line 14) | ES512 = "ES512" constant PS256 (line 15) | PS256 = "PS256" constant PS384 (line 16) | PS384 = "PS384" constant PS512 (line 17) | PS512 = "PS512" constant EdDSA (line 18) | EdDSA = "EdDSA" FILE: vendor/github.com/coreos/go-oidc/v3/oidc/jwks.go type StaticKeySet (line 19) | type StaticKeySet struct method VerifySignature (line 26) | func (s *StaticKeySet) VerifySignature(ctx context.Context, jwt string... function NewRemoteKeySet (line 58) | func NewRemoteKeySet(ctx context.Context, jwksURL string) *RemoteKeySet { function newRemoteKeySet (line 62) | func newRemoteKeySet(ctx context.Context, jwksURL string) *RemoteKeySet { type RemoteKeySet (line 77) | type RemoteKeySet struct method VerifySignature (line 135) | func (r *RemoteKeySet) VerifySignature(ctx context.Context, jwt string... method verify (line 152) | func (r *RemoteKeySet) verify(ctx context.Context, jws *jose.JSONWebSi... method keysFromCache (line 188) | func (r *RemoteKeySet) keysFromCache() (keys []jose.JSONWebKey) { method keysFromRemote (line 196) | func (r *RemoteKeySet) keysFromRemote(ctx context.Context) ([]jose.JSO... method updateKeys (line 236) | func (r *RemoteKeySet) updateKeys() ([]jose.JSONWebKey, error) { type inflight (line 95) | type inflight struct method wait (line 108) | func (i *inflight) wait() <-chan struct{} { method done (line 115) | func (i *inflight) done(keys []jose.JSONWebKey, err error) { method result (line 122) | func (i *inflight) result() ([]jose.JSONWebKey, error) { function newInflight (line 102) | func newInflight() *inflight { FILE: vendor/github.com/coreos/go-oidc/v3/oidc/oidc.go constant ScopeOpenID (line 25) | ScopeOpenID = "openid" constant ScopeOfflineAccess (line 35) | ScopeOfflineAccess = "offline_access" type contextKey (line 43) | type contextKey function ClientContext (line 57) | func ClientContext(ctx context.Context, client *http.Client) context.Con... function getClient (line 61) | func getClient(ctx context.Context) *http.Client { function InsecureIssuerURLContext (line 83) | func InsecureIssuerURLContext(ctx context.Context, issuerURL string) con... function doRequest (line 87) | func doRequest(ctx context.Context, req *http.Request) (*http.Response, ... type Provider (line 96) | type Provider struct method remoteKeySet (line 118) | func (p *Provider) remoteKeySet() KeySet { method Claims (line 304) | func (p *Provider) Claims(v interface{}) error { method Endpoint (line 312) | func (p *Provider) Endpoint() oauth2.Endpoint { method UserInfoEndpoint (line 318) | func (p *Provider) UserInfoEndpoint() string { method UserInfo (line 351) | func (p *Provider) UserInfo(ctx context.Context, tokenSource oauth2.To... type providerJSON (line 131) | type providerJSON struct type ProviderConfig (line 181) | type ProviderConfig struct method NewProvider (line 216) | func (p *ProviderConfig) NewProvider(ctx context.Context) *Provider { function NewProvider (line 238) | func NewProvider(ctx context.Context, issuer string) (*Provider, error) { type UserInfo (line 323) | type UserInfo struct method Claims (line 343) | func (u *UserInfo) Claims(v interface{}) error { type userInfoRaw (line 332) | type userInfoRaw struct type IDToken (line 408) | type IDToken struct method Claims (line 468) | func (i *IDToken) Claims(v interface{}) error { method VerifyAccessToken (line 479) | func (i *IDToken) VerifyAccessToken(accessToken string) error { type idToken (line 503) | type idToken struct type claimSource (line 516) | type claimSource struct type stringAsBool (line 521) | type stringAsBool method UnmarshalJSON (line 523) | func (sb *stringAsBool) UnmarshalJSON(b []byte) error { type audience (line 535) | type audience method UnmarshalJSON (line 537) | func (a *audience) UnmarshalJSON(b []byte) error { type jsonTime (line 551) | type jsonTime method UnmarshalJSON (line 553) | func (j *jsonTime) UnmarshalJSON(b []byte) error { function unmarshalResp (line 573) | func unmarshalResp(r *http.Response, body []byte, v interface{}) error { FILE: vendor/github.com/coreos/go-oidc/v3/oidc/verify.go constant issuerGoogleAccounts (line 16) | issuerGoogleAccounts = "https://accounts.google.com" constant issuerGoogleAccountsNoScheme (line 17) | issuerGoogleAccountsNoScheme = "accounts.google.com" type TokenExpiredError (line 23) | type TokenExpiredError struct method Error (line 28) | func (e *TokenExpiredError) Error() string { type KeySet (line 35) | type KeySet interface type IDTokenVerifier (line 48) | type IDTokenVerifier struct method Verify (line 205) | func (v *IDTokenVerifier) Verify(ctx context.Context, rawIDToken strin... function NewVerifier (line 70) | func NewVerifier(issuerURL string, keySet KeySet, config *Config) *IDTok... type Config (line 75) | type Config struct method VerifierContext (line 121) | func (p *Provider) VerifierContext(ctx context.Context, config *Config) ... method Verifier (line 129) | func (p *Provider) Verifier(config *Config) *IDTokenVerifier { method newVerifier (line 133) | func (p *Provider) newVerifier(keySet KeySet, config *Config) *IDTokenVe... function contains (line 144) | func contains(sli []string, ele string) bool { function resolveDistributedClaim (line 154) | func resolveDistributedClaim(ctx context.Context, verifier *IDTokenVerif... function Nonce (line 336) | func Nonce(nonce string) oauth2.AuthCodeOption { FILE: vendor/github.com/coreos/go-systemd/v22/daemon/sdnotify.go constant SdNotifyReady (line 32) | SdNotifyReady = "READY=1" constant SdNotifyStopping (line 36) | SdNotifyStopping = "STOPPING=1" constant SdNotifyReloading (line 41) | SdNotifyReloading = "RELOADING=1" constant SdNotifyWatchdog (line 45) | SdNotifyWatchdog = "WATCHDOG=1" function SdNotify (line 56) | func SdNotify(unsetEnvironment bool, state string) (bool, error) { FILE: vendor/github.com/coreos/go-systemd/v22/daemon/watchdog.go function SdWatchdogEnabled (line 35) | func SdWatchdogEnabled(unsetEnvironment bool) (time.Duration, error) { FILE: vendor/github.com/cpuguy83/go-md2man/v2/md2man/md2man.go function Render (line 8) | func Render(doc []byte) []byte { FILE: vendor/github.com/cpuguy83/go-md2man/v2/md2man/roff.go type roffRenderer (line 14) | type roffRenderer struct method GetExtensions (line 70) | func (r *roffRenderer) GetExtensions() blackfriday.Extensions { method RenderHeader (line 75) | func (r *roffRenderer) RenderHeader(w io.Writer, ast *blackfriday.Node) { method RenderFooter (line 82) | func (r *roffRenderer) RenderFooter(w io.Writer, ast *blackfriday.Node) { method RenderNode (line 87) | func (r *roffRenderer) RenderNode(w io.Writer, node *blackfriday.Node,... method handleText (line 166) | func (r *roffRenderer) handleText(w io.Writer, node *blackfriday.Node,... method handleHeading (line 187) | func (r *roffRenderer) handleHeading(w io.Writer, node *blackfriday.No... method handleList (line 205) | func (r *roffRenderer) handleList(w io.Writer, node *blackfriday.Node,... method handleItem (line 228) | func (r *roffRenderer) handleItem(w io.Writer, node *blackfriday.Node,... method handleTable (line 251) | func (r *roffRenderer) handleTable(w io.Writer, node *blackfriday.Node... method handleTableCell (line 263) | func (r *roffRenderer) handleTableCell(w io.Writer, node *blackfriday.... constant titleHeader (line 23) | titleHeader = ".TH " constant topLevelHeader (line 24) | topLevelHeader = "\n\n.SH " constant secondLevelHdr (line 25) | secondLevelHdr = "\n.SH " constant otherHeader (line 26) | otherHeader = "\n.SS " constant crTag (line 27) | crTag = "\n" constant emphTag (line 28) | emphTag = "\\fI" constant emphCloseTag (line 29) | emphCloseTag = "\\fP" constant strongTag (line 30) | strongTag = "\\fB" constant strongCloseTag (line 31) | strongCloseTag = "\\fP" constant breakTag (line 32) | breakTag = "\n.br\n" constant paraTag (line 33) | paraTag = "\n.PP\n" constant hruleTag (line 34) | hruleTag = "\n.ti 0\n\\l'\\n(.lu'\n" constant linkTag (line 35) | linkTag = "\n\\[la]" constant linkCloseTag (line 36) | linkCloseTag = "\\[ra]" constant codespanTag (line 37) | codespanTag = "\\fB\\fC" constant codespanCloseTag (line 38) | codespanCloseTag = "\\fR" constant codeTag (line 39) | codeTag = "\n.PP\n.RS\n\n.nf\n" constant codeCloseTag (line 40) | codeCloseTag = "\n.fi\n.RE\n" constant quoteTag (line 41) | quoteTag = "\n.PP\n.RS\n" constant quoteCloseTag (line 42) | quoteCloseTag = "\n.RE\n" constant listTag (line 43) | listTag = "\n.RS\n" constant listCloseTag (line 44) | listCloseTag = "\n.RE\n" constant arglistTag (line 45) | arglistTag = "\n.TP\n" constant tableStart (line 46) | tableStart = "\n.TS\nallbox;\n" constant tableEnd (line 47) | tableEnd = ".TE\n" constant tableCellStart (line 48) | tableCellStart = "T{\n" constant tableCellEnd (line 49) | tableCellEnd = "\nT}\n" function NewRoffRenderer (line 54) | func NewRoffRenderer() *roffRenderer { // nolint: golint function countColumns (line 288) | func countColumns(node *blackfriday.Node) int { function out (line 308) | func out(w io.Writer, output string) { function needsBackslash (line 312) | func needsBackslash(c byte) bool { function escapeSpecialChars (line 321) | func escapeSpecialChars(w io.Writer, text []byte) { FILE: vendor/github.com/davecgh/go-spew/spew/bypass.go constant UnsafeDisabled (line 33) | UnsafeDisabled = false constant ptrSize (line 36) | ptrSize = unsafe.Sizeof((*byte)(nil)) type flag (line 39) | type flag constant flagKindMask (line 54) | flagKindMask = flag(0x1f) function flagField (line 80) | func flagField(v *reflect.Value) *flag { function unsafeReflectValue (line 93) | func unsafeReflectValue(v reflect.Value) reflect.Value { function init (line 105) | func init() { FILE: vendor/github.com/davecgh/go-spew/spew/bypasssafe.go constant UnsafeDisabled (line 28) | UnsafeDisabled = true function unsafeReflectValue (line 36) | func unsafeReflectValue(v reflect.Value) reflect.Value { FILE: vendor/github.com/davecgh/go-spew/spew/common.go function catchPanic (line 72) | func catchPanic(w io.Writer, v reflect.Value) { function handleMethods (line 85) | func handleMethods(cs *ConfigState, w io.Writer, v reflect.Value) (handl... function printBool (line 144) | func printBool(w io.Writer, val bool) { function printInt (line 153) | func printInt(w io.Writer, val int64, base int) { function printUint (line 158) | func printUint(w io.Writer, val uint64, base int) { function printFloat (line 164) | func printFloat(w io.Writer, val float64, precision int) { function printComplex (line 170) | func printComplex(w io.Writer, c complex128, floatPrecision int) { function printHexPtr (line 185) | func printHexPtr(w io.Writer, p uintptr) { type valuesSorter (line 219) | type valuesSorter struct method Len (line 279) | func (s *valuesSorter) Len() int { method Swap (line 285) | func (s *valuesSorter) Swap(i, j int) { method Less (line 326) | func (s *valuesSorter) Less(i, j int) bool { function newValuesSorter (line 228) | func newValuesSorter(values []reflect.Value, cs *ConfigState) sort.Inter... function canSortSimply (line 256) | func canSortSimply(kind reflect.Kind) bool { function valueSortLess (line 295) | func valueSortLess(a, b reflect.Value) bool { function sortValues (line 336) | func sortValues(values []reflect.Value, cs *ConfigState) { FILE: vendor/github.com/davecgh/go-spew/spew/config.go type ConfigState (line 37) | type ConfigState struct method Errorf (line 115) | func (c *ConfigState) Errorf(format string, a ...interface{}) (err err... method Fprint (line 127) | func (c *ConfigState) Fprint(w io.Writer, a ...interface{}) (n int, er... method Fprintf (line 139) | func (c *ConfigState) Fprintf(w io.Writer, format string, a ...interfa... method Fprintln (line 150) | func (c *ConfigState) Fprintln(w io.Writer, a ...interface{}) (n int, ... method Print (line 162) | func (c *ConfigState) Print(a ...interface{}) (n int, err error) { method Printf (line 174) | func (c *ConfigState) Printf(format string, a ...interface{}) (n int, ... method Println (line 186) | func (c *ConfigState) Println(a ...interface{}) (n int, err error) { method Sprint (line 197) | func (c *ConfigState) Sprint(a ...interface{}) string { method Sprintf (line 208) | func (c *ConfigState) Sprintf(format string, a ...interface{}) string { method Sprintln (line 219) | func (c *ConfigState) Sprintln(a ...interface{}) string { method NewFormatter (line 240) | func (c *ConfigState) NewFormatter(v interface{}) fmt.Formatter { method Fdump (line 246) | func (c *ConfigState) Fdump(w io.Writer, a ...interface{}) { method Dump (line 273) | func (c *ConfigState) Dump(a ...interface{}) { method Sdump (line 279) | func (c *ConfigState) Sdump(a ...interface{}) string { method convertArgs (line 288) | func (c *ConfigState) convertArgs(args []interface{}) (formatters []in... function NewDefaultConfig (line 304) | func NewDefaultConfig() *ConfigState { FILE: vendor/github.com/davecgh/go-spew/spew/dump.go type dumpState (line 51) | type dumpState struct method indent (line 62) | func (d *dumpState) indent() { method unpackValue (line 73) | func (d *dumpState) unpackValue(v reflect.Value) reflect.Value { method dumpPtr (line 81) | func (d *dumpState) dumpPtr(v reflect.Value) { method dumpSlice (line 161) | func (d *dumpState) dumpSlice(v reflect.Value) { method dump (line 251) | func (d *dumpState) dump(v reflect.Value) { function fdump (line 453) | func fdump(cs *ConfigState, w io.Writer, a ...interface{}) { function Fdump (line 472) | func Fdump(w io.Writer, a ...interface{}) { function Sdump (line 478) | func Sdump(a ...interface{}) string { function Dump (line 507) | func Dump(a ...interface{}) { FILE: vendor/github.com/davecgh/go-spew/spew/format.go constant supportedFlags (line 28) | supportedFlags = "0-+# " type formatState (line 34) | type formatState struct method buildDefaultFormat (line 47) | func (f *formatState) buildDefaultFormat() (format string) { method constructOrigFormat (line 65) | func (f *formatState) constructOrigFormat(verb rune) (format string) { method unpackValue (line 94) | func (f *formatState) unpackValue(v reflect.Value) reflect.Value { method formatPtr (line 105) | func (f *formatState) formatPtr(v reflect.Value) { method format (line 201) | func (f *formatState) format(v reflect.Value) { method Format (line 371) | func (f *formatState) Format(fs fmt.State, verb rune) { function newFormatter (line 394) | func newFormatter(cs *ConfigState, v interface{}) fmt.Formatter { function NewFormatter (line 417) | func NewFormatter(v interface{}) fmt.Formatter { FILE: vendor/github.com/davecgh/go-spew/spew/spew.go function Errorf (line 32) | func Errorf(format string, a ...interface{}) (err error) { function Fprint (line 44) | func Fprint(w io.Writer, a ...interface{}) (n int, err error) { function Fprintf (line 56) | func Fprintf(w io.Writer, format string, a ...interface{}) (n int, err e... function Fprintln (line 67) | func Fprintln(w io.Writer, a ...interface{}) (n int, err error) { function Print (line 79) | func Print(a ...interface{}) (n int, err error) { function Printf (line 91) | func Printf(format string, a ...interface{}) (n int, err error) { function Println (line 103) | func Println(a ...interface{}) (n int, err error) { function Sprint (line 114) | func Sprint(a ...interface{}) string { function Sprintf (line 125) | func Sprintf(format string, a ...interface{}) string { function Sprintln (line 136) | func Sprintln(a ...interface{}) string { function convertArgs (line 142) | func convertArgs(args []interface{}) (formatters []interface{}) { FILE: vendor/github.com/facebookgo/grace/gracenet/net.go constant envCountKey (line 23) | envCountKey = "LISTEN_FDS" constant envCountKeyPrefix (line 24) | envCountKeyPrefix = envCountKey + "=" type Net (line 33) | type Net struct method inherit (line 43) | func (n *Net) inherit() error { method Listen (line 88) | func (n *Net) Listen(nett, laddr string) (net.Listener, error) { method ListenTCP (line 110) | func (n *Net) ListenTCP(nett string, laddr *net.TCPAddr) (*net.TCPList... method ListenUnix (line 142) | func (n *Net) ListenUnix(nett string, laddr *net.UnixAddr) (*net.UnixL... method activeListeners (line 172) | func (n *Net) activeListeners() ([]net.Listener, error) { method StartProcess (line 206) | func (n *Net) StartProcess() (int, error) { function isSameAddr (line 180) | func isSameAddr(a1, a2 net.Addr) bool { type filer (line 250) | type filer interface FILE: vendor/github.com/fortytw2/leaktest/leaktest.go type goroutine (line 22) | type goroutine struct type goroutineByID (line 27) | type goroutineByID method Len (line 29) | func (g goroutineByID) Len() int { return len(g) } method Less (line 30) | func (g goroutineByID) Less(i, j int) bool { return g[i].id < g[j].id } method Swap (line 31) | func (g goroutineByID) Swap(i, j int) { g[i], g[j] = g[j], g[i] } function interestingGoroutine (line 33) | func interestingGoroutine(g string) (*goroutine, error) { function interestingGoroutines (line 76) | func interestingGoroutines(t ErrorReporter) []*goroutine { type ErrorReporter (line 96) | type ErrorReporter interface function Check (line 103) | func Check(t ErrorReporter) func() { function CheckTimeout (line 108) | func CheckTimeout(t ErrorReporter, dur time.Duration) func() { function CheckContext (line 122) | func CheckContext(ctx context.Context, t ErrorReporter) func() { FILE: vendor/github.com/fsnotify/fsnotify/fen.go type Watcher (line 14) | type Watcher struct method Close (line 25) | func (w *Watcher) Close() error { method Add (line 30) | func (w *Watcher) Add(name string) error { method Remove (line 35) | func (w *Watcher) Remove(name string) error { function NewWatcher (line 20) | func NewWatcher() (*Watcher, error) { FILE: vendor/github.com/fsnotify/fsnotify/fsnotify.go type Event (line 17) | type Event struct method String (line 61) | func (e Event) String() string { type Op (line 23) | type Op method String (line 34) | func (op Op) String() string { constant Create (line 27) | Create Op = 1 << iota constant Write (line 28) | Write constant Remove (line 29) | Remove constant Rename (line 30) | Rename constant Chmod (line 31) | Chmod FILE: vendor/github.com/fsnotify/fsnotify/inotify.go type Watcher (line 23) | type Watcher struct method isClosed (line 63) | func (w *Watcher) isClosed() bool { method Close (line 73) | func (w *Watcher) Close() error { method Add (line 91) | func (w *Watcher) Add(name string) error { method Remove (line 126) | func (w *Watcher) Remove(name string) error { method readEvents (line 172) | func (w *Watcher) readEvents() { function NewWatcher (line 36) | func NewWatcher() (*Watcher, error) { type watch (line 165) | type watch struct method ignoreLinux (line 300) | func (e *Event) ignoreLinux(mask uint32) bool { function newEvent (line 319) | func newEvent(name string, mask uint32) Event { FILE: vendor/github.com/fsnotify/fsnotify/inotify_poller.go type fdPoller (line 15) | type fdPoller struct method wait (line 79) | func (poller *fdPoller) wait() (bool, error) { method wake (line 149) | func (poller *fdPoller) wake() error { method clearWake (line 162) | func (poller *fdPoller) clearWake() error { method close (line 177) | func (poller *fdPoller) close() { function emptyPoller (line 21) | func emptyPoller(fd int) *fdPoller { function newFdPoller (line 32) | func newFdPoller(fd int) (*fdPoller, error) { FILE: vendor/github.com/fsnotify/fsnotify/kqueue.go type Watcher (line 22) | type Watcher struct method Close (line 67) | func (w *Watcher) Close() error { method Add (line 94) | func (w *Watcher) Add(name string) error { method Remove (line 103) | func (w *Watcher) Remove(name string) error { method addWatch (line 159) | func (w *Watcher) addWatch(name string, flags uint32) (string, error) { method readEvents (line 261) | func (w *Watcher) readEvents() { method watchDirectoryFiles (line 390) | func (w *Watcher) watchDirectoryFiles(dirPath string) error { method sendDirectoryChangeEvents (line 416) | func (w *Watcher) sendDirectoryChangeEvents(dirPath string) { method sendFileCreatedEventIfNew (line 439) | func (w *Watcher) sendFileCreatedEventIfNew(filePath string, fileInfo ... method internalWatch (line 465) | func (w *Watcher) internalWatch(name string, fileInfo os.FileInfo) (st... type pathInfo (line 38) | type pathInfo struct function NewWatcher (line 44) | func NewWatcher() (*Watcher, error) { constant noteAllEvents (line 151) | noteAllEvents = unix.NOTE_DELETE | unix.NOTE_WRITE | unix.NOTE_ATTRIB | ... function newEvent (line 368) | func newEvent(name string, mask uint32) Event { function newCreateEvent (line 385) | func newCreateEvent(name string) Event { function kqueue (line 482) | func kqueue() (kq int, err error) { function register (line 491) | func register(kq int, fds []int, flags int, fflags uint32) error { function read (line 510) | func read(kq int, events []unix.Kevent_t, timeout *unix.Timespec) ([]uni... function durationToTimespec (line 519) | func durationToTimespec(d time.Duration) unix.Timespec { FILE: vendor/github.com/fsnotify/fsnotify/open_mode_bsd.go constant openMode (line 11) | openMode = unix.O_NONBLOCK | unix.O_RDONLY | unix.O_CLOEXEC FILE: vendor/github.com/fsnotify/fsnotify/open_mode_darwin.go constant openMode (line 12) | openMode = unix.O_EVTONLY | unix.O_CLOEXEC FILE: vendor/github.com/fsnotify/fsnotify/windows.go type Watcher (line 21) | type Watcher struct method Close (line 51) | func (w *Watcher) Close() error { method Add (line 67) | func (w *Watcher) Add(name string) error { method Remove (line 85) | func (w *Watcher) Remove(name string) error { method wakeupReader (line 177) | func (w *Watcher) wakeupReader() error { method addWatch (line 240) | func (w *Watcher) addWatch(pathname string, flags uint64) error { method remWatch (line 289) | func (w *Watcher) remWatch(pathname string) error { method deleteWatch (line 316) | func (w *Watcher) deleteWatch(watch *watch) { method startRead (line 332) | func (w *Watcher) startRead(watch *watch) error { method readEvents (line 373) | func (w *Watcher) readEvents() { method sendEvent (line 517) | func (w *Watcher) sendEvent(name string, mask uint64) bool { function NewWatcher (line 33) | func NewWatcher() (*Watcher, error) { constant sysFSONESHOT (line 100) | sysFSONESHOT = 0x80000000 constant sysFSONLYDIR (line 101) | sysFSONLYDIR = 0x1000000 constant sysFSACCESS (line 104) | sysFSACCESS = 0x1 constant sysFSALLEVENTS (line 105) | sysFSALLEVENTS = 0xfff constant sysFSATTRIB (line 106) | sysFSATTRIB = 0x4 constant sysFSCLOSE (line 107) | sysFSCLOSE = 0x18 constant sysFSCREATE (line 108) | sysFSCREATE = 0x100 constant sysFSDELETE (line 109) | sysFSDELETE = 0x200 constant sysFSDELETESELF (line 110) | sysFSDELETESELF = 0x400 constant sysFSMODIFY (line 111) | sysFSMODIFY = 0x2 constant sysFSMOVE (line 112) | sysFSMOVE = 0xc0 constant sysFSMOVEDFROM (line 113) | sysFSMOVEDFROM = 0x40 constant sysFSMOVEDTO (line 114) | sysFSMOVEDTO = 0x80 constant sysFSMOVESELF (line 115) | sysFSMOVESELF = 0x800 constant sysFSIGNORED (line 118) | sysFSIGNORED = 0x8000 constant sysFSQOVERFLOW (line 119) | sysFSQOVERFLOW = 0x4000 function newEvent (line 122) | func newEvent(name string, mask uint32) Event { constant opAddWatch (line 143) | opAddWatch = iota constant opRemoveWatch (line 144) | opRemoveWatch constant provisional (line 148) | provisional uint64 = 1 << (32 + iota) type input (line 151) | type input struct type inode (line 158) | type inode struct type watch (line 164) | type watch struct type indexMap (line 174) | type indexMap type watchMap (line 175) | type watchMap method get (line 222) | func (m watchMap) get(ino *inode) *watch { method set (line 230) | func (m watchMap) set(ino *inode, watch *watch) { function getDir (line 185) | func getDir(pathname string) (dir string, err error) { function getIno (line 199) | func getIno(path string) (ino *inode, err error) { function toWindowsFlags (line 530) | func toWindowsFlags(mask uint64) uint32 { function toFSnotifyFlags (line 547) | func toFSnotifyFlags(action uint32) uint64 { FILE: vendor/github.com/getsentry/sentry-go/attribute/builder.go type Builder (line 3) | type Builder struct method Valid (line 34) | func (b *Builder) Valid() bool { function String (line 9) | func String(key, value string) Builder { function Int64 (line 14) | func Int64(key string, value int64) Builder { function Int (line 19) | func Int(key string, value int) Builder { function Float64 (line 24) | func Float64(key string, v float64) Builder { function Bool (line 29) | func Bool(key string, v bool) Builder { FILE: vendor/github.com/getsentry/sentry-go/attribute/rawhelpers.go function boolToRaw (line 22) | func boolToRaw(b bool) uint64 { // b is not a control flag. function rawToBool (line 29) | func rawToBool(r uint64) bool { function int64ToRaw (line 33) | func int64ToRaw(i int64) uint64 { function rawToInt64 (line 38) | func rawToInt64(r uint64) int64 { function float64ToRaw (line 43) | func float64ToRaw(f float64) uint64 { function rawToFloat64 (line 47) | func rawToFloat64(r uint64) float64 { FILE: vendor/github.com/getsentry/sentry-go/attribute/value.go type Type (line 26) | type Type method String (line 182) | func (t Type) String() string { type Value (line 29) | type Value struct method Type (line 100) | func (v Value) Type() Type { method AsBool (line 106) | func (v Value) AsBool() bool { method AsInt64 (line 112) | func (v Value) AsInt64() int64 { method AsFloat64 (line 118) | func (v Value) AsFloat64() float64 { method AsString (line 124) | func (v Value) AsString() string { method AsUint64 (line 130) | func (v Value) AsUint64() uint64 { method AsInterface (line 137) | func (v Value) AsInterface() interface{} { method String (line 154) | func (v Value) String() string { method MarshalJSON (line 172) | func (v Value) MarshalJSON() ([]byte, error) { constant INVALID (line 37) | INVALID Type = iota constant BOOL (line 39) | BOOL constant INT64 (line 41) | INT64 constant FLOAT64 (line 43) | FLOAT64 constant STRING (line 45) | STRING constant UINT64 (line 49) | UINT64 function BoolValue (line 53) | func BoolValue(v bool) Value { function IntValue (line 61) | func IntValue(v int) Value { function Int64Value (line 66) | func Int64Value(v int64) Value { function Float64Value (line 74) | func Float64Value(v float64) Value { function StringValue (line 82) | func StringValue(v string) Value { function Uint64Value (line 92) | func Uint64Value(v uint64) Value { type unknownValueType (line 134) | type unknownValueType struct FILE: vendor/github.com/getsentry/sentry-go/batch_processor.go constant batchSize (line 10) | batchSize = 100 constant defaultBatchTimeout (line 11) | defaultBatchTimeout = 5 * time.Second type batchProcessor (line 14) | type batchProcessor struct function newBatchProcessor (line 25) | func newBatchProcessor[T any](sendBatch func([]T)) *batchProcessor[T] { method WithBatchTimeout (line 36) | func (p *batchProcessor[T]) WithBatchTimeout(timeout time.Duration) *bat... method Send (line 41) | func (p *batchProcessor[T]) Send(item T) bool { method Start (line 50) | func (p *batchProcessor[T]) Start() { method Flush (line 59) | func (p *batchProcessor[T]) Flush(timeout <-chan struct{}) { method Shutdown (line 71) | func (p *batchProcessor[T]) Shutdown() { method run (line 80) | func (p *batchProcessor[T]) run(ctx context.Context) { FILE: vendor/github.com/getsentry/sentry-go/check_in.go type CheckInStatus (line 5) | type CheckInStatus constant CheckInStatusInProgress (line 8) | CheckInStatusInProgress CheckInStatus = "in_progress" constant CheckInStatusOK (line 9) | CheckInStatusOK CheckInStatus = "ok" constant CheckInStatusError (line 10) | CheckInStatusError CheckInStatus = "error" type checkInScheduleType (line 13) | type checkInScheduleType constant checkInScheduleTypeCrontab (line 16) | checkInScheduleTypeCrontab checkInScheduleType = "crontab" constant checkInScheduleTypeInterval (line 17) | checkInScheduleTypeInterval checkInScheduleType = "interval" type MonitorSchedule (line 20) | type MonitorSchedule interface type crontabSchedule (line 27) | type crontabSchedule struct method scheduleType (line 32) | func (c crontabSchedule) scheduleType() checkInScheduleType { function CrontabSchedule (line 38) | func CrontabSchedule(scheduleString string) MonitorSchedule { type intervalSchedule (line 45) | type intervalSchedule struct method scheduleType (line 51) | func (i intervalSchedule) scheduleType() checkInScheduleType { type MonitorScheduleUnit (line 55) | type MonitorScheduleUnit constant MonitorScheduleUnitMinute (line 58) | MonitorScheduleUnitMinute MonitorScheduleUnit = "minute" constant MonitorScheduleUnitHour (line 59) | MonitorScheduleUnitHour MonitorScheduleUnit = "hour" constant MonitorScheduleUnitDay (line 60) | MonitorScheduleUnitDay MonitorScheduleUnit = "day" constant MonitorScheduleUnitWeek (line 61) | MonitorScheduleUnitWeek MonitorScheduleUnit = "week" constant MonitorScheduleUnitMonth (line 62) | MonitorScheduleUnitMonth MonitorScheduleUnit = "month" constant MonitorScheduleUnitYear (line 63) | MonitorScheduleUnitYear MonitorScheduleUnit = "year" function IntervalSchedule (line 71) | func IntervalSchedule(value int64, unit MonitorScheduleUnit) MonitorSche... type MonitorConfig (line 79) | type MonitorConfig struct type CheckIn (line 96) | type CheckIn struct type serializedCheckIn (line 109) | type serializedCheckIn struct FILE: vendor/github.com/getsentry/sentry-go/client.go constant sdkIdentifier (line 25) | sdkIdentifier = "sentry.go" constant maxErrorDepth (line 35) | maxErrorDepth = 100 constant defaultMaxSpans (line 40) | defaultMaxSpans = 1000 constant defaultMaxBreadcrumbs (line 44) | defaultMaxBreadcrumbs = 100 type lockedRand (line 58) | type lockedRand struct method Float64 (line 64) | func (r *lockedRand) Float64() float64 { type usageError (line 86) | type usageError struct type EventProcessor (line 96) | type EventProcessor type EventModifier (line 102) | type EventModifier interface function AddGlobalEventProcessor (line 114) | func AddGlobalEventProcessor(processor EventProcessor) { type Integration (line 119) | type Integration interface type ClientOptions (line 125) | type ClientOptions struct type Client (line 275) | type Client struct method setupTransport (line 413) | func (client *Client) setupTransport() { method setupTelemetryProcessor (line 429) | func (client *Client) setupTelemetryProcessor() { // nolint: unused method setupIntegrations (line 480) | func (client *Client) setupIntegrations() { method AddEventProcessor (line 516) | func (client *Client) AddEventProcessor(processor EventProcessor) { method Options (line 521) | func (client *Client) Options() ClientOptions { method CaptureMessage (line 527) | func (client *Client) CaptureMessage(message string, hint *EventHint, ... method CaptureException (line 533) | func (client *Client) CaptureException(exception error, hint *EventHin... method CaptureCheckIn (line 539) | func (client *Client) CaptureCheckIn(checkIn *CheckIn, monitorConfig *... method CaptureEvent (line 553) | func (client *Client) CaptureEvent(event *Event, hint *EventHint, scop... method captureLog (line 557) | func (client *Client) captureLog(log *Log, _ *Scope) bool { method captureMetric (line 585) | func (client *Client) captureMetric(metric *Metric, _ *Scope) bool { method Recover (line 615) | func (client *Client) Recover(err interface{}, hint *EventHint, scope ... method RecoverWithContext (line 630) | func (client *Client) RecoverWithContext( method Flush (line 675) | func (client *Client) Flush(timeout time.Duration) bool { method FlushWithContext (line 696) | func (client *Client) FlushWithContext(ctx context.Context) bool { method Close (line 713) | func (client *Client) Close() { method EventFromMessage (line 727) | func (client *Client) EventFromMessage(message string, level Level) *E... method EventFromException (line 748) | func (client *Client) EventFromException(exception error, level Level)... method EventFromCheckIn (line 763) | func (client *Client) EventFromCheckIn(checkIn *CheckIn, monitorConfig... method SetSDKIdentifier (line 789) | func (client *Client) SetSDKIdentifier(identifier string) { method GetSDKIdentifier (line 796) | func (client *Client) GetSDKIdentifier() string { method processEvent (line 803) | func (client *Client) processEvent(event *Event, hint *EventHint, scop... method prepareEvent (line 854) | func (client *Client) prepareEvent(event *Event, hint *EventHint, scop... method listIntegrations (line 927) | func (client *Client) listIntegrations() []string { method integrationAlreadyInstalled (line 935) | func (client *Client) integrationAlreadyInstalled(name string) bool { function NewClient (line 298) | func NewClient(options ClientOptions) (*Client, error) { function sample (line 946) | func sample(probability float64) bool { FILE: vendor/github.com/getsentry/sentry-go/dsn.go type Dsn (line 10) | type Dsn struct method RequestHeaders (line 35) | func (dsn Dsn) RequestHeaders() map[string]string { function NewDsn (line 21) | func NewDsn(rawURL string) (*Dsn, error) { FILE: vendor/github.com/getsentry/sentry-go/dynamic_sampling_context.go constant sentryPrefix (line 11) | sentryPrefix = "sentry-" type DynamicSamplingContext (line 15) | type DynamicSamplingContext struct method HasEntries (line 86) | func (d DynamicSamplingContext) HasEntries() bool { method IsFrozen (line 90) | func (d DynamicSamplingContext) IsFrozen() bool { method String (line 94) | func (d DynamicSamplingContext) String() string { function DynamicSamplingContextFromHeader (line 20) | func DynamicSamplingContextFromHeader(header []byte) (DynamicSamplingCon... function DynamicSamplingContextFromTransaction (line 41) | func DynamicSamplingContextFromTransaction(span *Span) DynamicSamplingCo... function DynamicSamplingContextFromScope (line 119) | func DynamicSamplingContextFromScope(scope *Scope, client *Client) Dynam... FILE: vendor/github.com/getsentry/sentry-go/exception.go constant MechanismTypeGeneric (line 10) | MechanismTypeGeneric string = "generic" constant MechanismTypeChained (line 11) | MechanismTypeChained string = "chained" constant MechanismTypeUnwrap (line 12) | MechanismTypeUnwrap string = "unwrap" constant MechanismSourceCause (line 13) | MechanismSourceCause string = "cause" type visited (line 16) | type visited struct method seenError (line 21) | func (v *visited) seenError(err error) bool { function convertErrorToExceptions (line 40) | func convertErrorToExceptions(err error, maxErrorDepth int) []Exception { function convertErrorDFS (line 67) | func convertErrorDFS(err error, exceptions *[]Exception, parentID *int, ... FILE: vendor/github.com/getsentry/sentry-go/hub.go type contextKey (line 12) | type contextKey constant HubContextKey (line 18) | HubContextKey = contextKey(1) constant RequestContextKey (line 20) | RequestContextKey = contextKey(2) type Hub (line 36) | type Hub struct method LastEventID (line 94) | func (hub *Hub) LastEventID() EventID { method stackTop (line 103) | func (hub *Hub) stackTop() *layer { method Clone (line 114) | func (hub *Hub) Clone() *Hub { method Scope (line 124) | func (hub *Hub) Scope() *Scope { method Client (line 130) | func (hub *Hub) Client() *Client { method PushScope (line 136) | func (hub *Hub) PushScope() *Scope { method PopScope (line 164) | func (hub *Hub) PopScope() { method BindClient (line 178) | func (hub *Hub) BindClient(client *Client) { method WithScope (line 192) | func (hub *Hub) WithScope(f func(scope *Scope)) { method ConfigureScope (line 206) | func (hub *Hub) ConfigureScope(f func(scope *Scope)) { method CaptureEvent (line 214) | func (hub *Hub) CaptureEvent(event *Event) *EventID { method CaptureMessage (line 232) | func (hub *Hub) CaptureMessage(message string) *EventID { method CaptureException (line 250) | func (hub *Hub) CaptureException(exception error) *EventID { method CaptureCheckIn (line 268) | func (hub *Hub) CaptureCheckIn(checkIn *CheckIn, monitorConfig *Monito... method AddBreadcrumb (line 281) | func (hub *Hub) AddBreadcrumb(breadcrumb *Breadcrumb, hint *Breadcrumb... method Recover (line 314) | func (hub *Hub) Recover(err interface{}) *EventID { method RecoverWithContext (line 328) | func (hub *Hub) RecoverWithContext(ctx context.Context, err interface{... method Flush (line 350) | func (hub *Hub) Flush(timeout time.Duration) bool { method FlushWithContext (line 372) | func (hub *Hub) FlushWithContext(ctx context.Context) bool { method GetTraceparent (line 386) | func (hub *Hub) GetTraceparent() string { method GetTraceparentW3C (line 398) | func (hub *Hub) GetTraceparentW3C() string { method GetBaggage (line 411) | func (hub *Hub) GetBaggage() string { type layer (line 42) | type layer struct method Client (line 51) | func (l *layer) Client() *Client { method SetClient (line 58) | func (l *layer) SetClient(c *Client) { type stack (line 64) | type stack function NewHub (line 67) | func NewHub(client *Client, scope *Scope) *Hub { function CurrentHub (line 78) | func CurrentHub() *Hub { function HasHubOnContext (line 422) | func HasHubOnContext(ctx context.Context) bool { function GetHubFromContext (line 429) | func GetHubFromContext(ctx context.Context) *Hub { function hubFromContext (line 438) | func hubFromContext(ctx context.Context) *Hub { function SetHubOnContext (line 446) | func SetHubOnContext(ctx context.Context, hub *Hub) context.Context { FILE: vendor/github.com/getsentry/sentry-go/integrations.go type modulesIntegration (line 19) | type modulesIntegration struct method Name (line 24) | func (mi *modulesIntegration) Name() string { method SetupOnce (line 28) | func (mi *modulesIntegration) SetupOnce(client *Client) { method processor (line 32) | func (mi *modulesIntegration) processor(event *Event, _ *EventHint) *E... function extractModules (line 47) | func extractModules(info *debug.BuildInfo) map[string]string { type environmentIntegration (line 65) | type environmentIntegration struct method Name (line 67) | func (ei *environmentIntegration) Name() string { method SetupOnce (line 71) | func (ei *environmentIntegration) SetupOnce(client *Client) { method processor (line 75) | func (ei *environmentIntegration) processor(event *Event, _ *EventHint... type ignoreErrorsIntegration (line 127) | type ignoreErrorsIntegration struct method Name (line 131) | func (iei *ignoreErrorsIntegration) Name() string { method SetupOnce (line 135) | func (iei *ignoreErrorsIntegration) SetupOnce(client *Client) { method processor (line 140) | func (iei *ignoreErrorsIntegration) processor(event *Event, _ *EventHi... function transformStringsIntoRegexps (line 156) | func transformStringsIntoRegexps(strings []string) []*regexp.Regexp { function getIgnoreErrorsSuspects (line 169) | func getIgnoreErrorsSuspects(event *Event) []string { type ignoreTransactionsIntegration (line 187) | type ignoreTransactionsIntegration struct method Name (line 191) | func (iei *ignoreTransactionsIntegration) Name() string { method SetupOnce (line 195) | func (iei *ignoreTransactionsIntegration) SetupOnce(client *Client) { method processor (line 200) | func (iei *ignoreTransactionsIntegration) processor(event *Event, _ *E... type contextifyFramesIntegration (line 221) | type contextifyFramesIntegration struct method Name (line 227) | func (cfi *contextifyFramesIntegration) Name() string { method SetupOnce (line 231) | func (cfi *contextifyFramesIntegration) SetupOnce(client *Client) { method processor (line 238) | func (cfi *contextifyFramesIntegration) processor(event *Event, _ *Eve... method contextify (line 264) | func (cfi *contextifyFramesIntegration) contextify(frames []Frame) []F... method findNearbySourceCodeLocation (line 300) | func (cfi *contextifyFramesIntegration) findNearbySourceCodeLocation(o... method addContextLinesToFrame (line 318) | func (cfi *contextifyFramesIntegration) addContextLinesToFrame(frame F... constant envTagsPrefix (line 336) | envTagsPrefix = "SENTRY_TAGS_" type globalTagsIntegration (line 338) | type globalTagsIntegration struct method Name (line 343) | func (ti *globalTagsIntegration) Name() string { method SetupOnce (line 347) | func (ti *globalTagsIntegration) SetupOnce(client *Client) { method processor (line 358) | func (ti *globalTagsIntegration) processor(event *Event, _ *EventHint)... function loadEnvTags (line 382) | func loadEnvTags() map[string]string { FILE: vendor/github.com/getsentry/sentry-go/interfaces.go constant errorType (line 18) | errorType = "" constant eventType (line 19) | eventType = "event" constant transactionType (line 20) | transactionType = "transaction" constant checkInType (line 21) | checkInType = "check_in" type Level (line 40) | type Level constant LevelDebug (line 44) | LevelDebug Level = "debug" constant LevelInfo (line 45) | LevelInfo Level = "info" constant LevelWarning (line 46) | LevelWarning Level = "warning" constant LevelError (line 47) | LevelError Level = "error" constant LevelFatal (line 48) | LevelFatal Level = "fatal" type BreadcrumbHint (line 60) | type BreadcrumbHint type Breadcrumb (line 64) | type Breadcrumb struct type Logger (line 77) | type Logger interface type LogEntry (line 111) | type LogEntry interface type Meter (line 131) | type Meter interface type MeterOption (line 146) | type MeterOption type meterOptions (line 148) | type meterOptions struct function WithUnit (line 155) | func WithUnit(unit string) MeterOption { function WithScopeOverride (line 162) | func WithScopeOverride(scope *Scope) MeterOption { function WithAttributes (line 169) | func WithAttributes(attrs ...attribute.Builder) MeterOption { type Attachment (line 186) | type Attachment struct type User (line 194) | type User struct method IsEmpty (line 203) | func (u User) IsEmpty() bool { type Request (line 232) | type Request struct function NewRequest (line 279) | func NewRequest(r *http.Request) *Request { type Mechanism (line 326) | type Mechanism struct method SetUnhandled (line 340) | func (m *Mechanism) SetUnhandled() { type Exception (line 345) | type Exception struct type SDKMetaData (line 356) | type SDKMetaData struct type TransactionInfo (line 361) | type TransactionInfo struct type DebugMeta (line 368) | type DebugMeta struct type DebugMetaSdkInfo (line 373) | type DebugMetaSdkInfo struct type DebugMetaImage (line 380) | type DebugMetaImage struct type EventID (line 395) | type EventID type Event (line 400) | type Event struct method SetException (line 454) | func (e *Event) SetException(exception error, maxErrorDepth int) { method ToEnvelopeItem (line 468) | func (e *Event) ToEnvelopeItem() (*protocol.EnvelopeItem, error) { method GetCategory (line 508) | func (e *Event) GetCategory() ratelimit.Category { method GetEventID (line 513) | func (e *Event) GetEventID() string { method GetSdkInfo (line 518) | func (e *Event) GetSdkInfo() *protocol.SdkInfo { method GetDynamicSamplingContext (line 523) | func (e *Event) GetDynamicSamplingContext() map[string]string { method MarshalJSON (line 540) | func (e *Event) MarshalJSON() ([]byte, error) { method defaultMarshalJSON (line 547) | func (e *Event) defaultMarshalJSON() ([]byte, error) { method checkInMarshalJSON (line 593) | func (e *Event) checkInMarshalJSON() ([]byte, error) { method toCategory (line 618) | func (e *Event) toCategory() ratelimit.Category { function NewEvent (line 636) | func NewEvent() *Event { type Thread (line 646) | type Thread struct type EventHint (line 655) | type EventHint struct type Log (line 665) | type Log struct method GetCategory (line 676) | func (l *Log) GetCategory() ratelimit.Category { method GetEventID (line 681) | func (l *Log) GetEventID() string { method GetSdkInfo (line 686) | func (l *Log) GetSdkInfo() *protocol.SdkInfo { method GetDynamicSamplingContext (line 691) | func (l *Log) GetDynamicSamplingContext() map[string]string { type MetricType (line 695) | type MetricType constant MetricTypeInvalid (line 698) | MetricTypeInvalid MetricType = "" constant MetricTypeCounter (line 699) | MetricTypeCounter MetricType = "counter" constant MetricTypeGauge (line 700) | MetricTypeGauge MetricType = "gauge" constant MetricTypeDistribution (line 701) | MetricTypeDistribution MetricType = "distribution" type Metric (line 704) | type Metric struct method GetCategory (line 716) | func (m *Metric) GetCategory() ratelimit.Category { method GetEventID (line 721) | func (m *Metric) GetEventID() string { method GetSdkInfo (line 726) | func (m *Metric) GetSdkInfo() *protocol.SdkInfo { method GetDynamicSamplingContext (line 731) | func (m *Metric) GetDynamicSamplingContext() map[string]string { type MetricValue (line 737) | type MetricValue struct method Type (line 754) | func (v MetricValue) Type() attribute.Type { method Int64 (line 760) | func (v MetricValue) Int64() (int64, bool) { method Float64 (line 769) | func (v MetricValue) Float64() (float64, bool) { method AsInterface (line 778) | func (v MetricValue) AsInterface() any { method MarshalJSON (line 783) | func (v MetricValue) MarshalJSON() ([]byte, error) { function Int64MetricValue (line 743) | func Int64MetricValue(v int64) MetricValue { function Float64MetricValue (line 749) | func Float64MetricValue(v float64) MetricValue { FILE: vendor/github.com/getsentry/sentry-go/internal/debug/transport.go type Transport (line 14) | type Transport struct method RoundTrip (line 23) | func (t *Transport) RoundTrip(req *http.Request) (*http.Response, erro... function ensureTrailingNewline (line 74) | func ensureTrailingNewline(b []byte) []byte { FILE: vendor/github.com/getsentry/sentry-go/internal/debuglog/log.go function SetOutput (line 12) | func SetOutput(w io.Writer) { function GetLogger (line 18) | func GetLogger() *log.Logger { function Printf (line 23) | func Printf(format string, args ...interface{}) { function Println (line 28) | func Println(args ...interface{}) { function Print (line 33) | func Print(args ...interface{}) { FILE: vendor/github.com/getsentry/sentry-go/internal/http/transport.go constant apiVersion (line 24) | apiVersion = 7 constant defaultTimeout (line 26) | defaultTimeout = time.Second * 30 constant defaultQueueSize (line 27) | defaultQueueSize = 1000 type TransportOptions (line 36) | type TransportOptions struct function getProxyConfig (line 45) | func getProxyConfig(options TransportOptions) func(*http.Request) (*url.... function getTLSConfig (line 61) | func getTLSConfig(options TransportOptions) *tls.Config { function getSentryRequestFromEnvelope (line 72) | func getSentryRequestFromEnvelope(ctx context.Context, dsn *protocol.Dsn... function categoryFromEnvelope (line 106) | func categoryFromEnvelope(envelope *protocol.Envelope) ratelimit.Category { type SyncTransport (line 146) | type SyncTransport struct method SendEnvelope (line 191) | func (t *SyncTransport) SendEnvelope(envelope *protocol.Envelope) error { method Close (line 195) | func (t *SyncTransport) Close() {} method IsRateLimited (line 197) | func (t *SyncTransport) IsRateLimited(category ratelimit.Category) bool { method HasCapacity (line 201) | func (t *SyncTransport) HasCapacity() bool { return true } method SendEnvelopeWithContext (line 203) | func (t *SyncTransport) SendEnvelopeWithContext(ctx context.Context, e... method Flush (line 244) | func (t *SyncTransport) Flush(_ time.Duration) bool { method FlushWithContext (line 248) | func (t *SyncTransport) FlushWithContext(_ context.Context) bool { method disabled (line 252) | func (t *SyncTransport) disabled(c ratelimit.Category) bool { function NewSyncTransport (line 157) | func NewSyncTransport(options TransportOptions) protocol.TelemetryTransp... type AsyncTransport (line 267) | type AsyncTransport struct method start (line 333) | func (t *AsyncTransport) start() { method HasCapacity (line 342) | func (t *AsyncTransport) HasCapacity() bool { method SendEnvelope (line 353) | func (t *AsyncTransport) SendEnvelope(envelope *protocol.Envelope) err... method Flush (line 385) | func (t *AsyncTransport) Flush(timeout time.Duration) bool { method FlushWithContext (line 391) | func (t *AsyncTransport) FlushWithContext(ctx context.Context) bool { method Close (line 409) | func (t *AsyncTransport) Close() { method IsRateLimited (line 418) | func (t *AsyncTransport) IsRateLimited(category ratelimit.Category) bo... method worker (line 422) | func (t *AsyncTransport) worker() { method drainQueue (line 444) | func (t *AsyncTransport) drainQueue() { method processEnvelope (line 458) | func (t *AsyncTransport) processEnvelope(envelope *protocol.Envelope) { method sendEnvelopeHTTP (line 466) | func (t *AsyncTransport) sendEnvelopeHTTP(envelope *protocol.Envelope)... method isRateLimited (line 502) | func (t *AsyncTransport) isRateLimited(category ratelimit.Category) bo... function NewAsyncTransport (line 293) | func NewAsyncTransport(options TransportOptions) protocol.TelemetryTrans... type NoopTransport (line 514) | type NoopTransport struct method SendEnvelope (line 521) | func (t *NoopTransport) SendEnvelope(_ *protocol.Envelope) error { method IsRateLimited (line 526) | func (t *NoopTransport) IsRateLimited(_ ratelimit.Category) bool { method Flush (line 530) | func (t *NoopTransport) Flush(_ time.Duration) bool { method FlushWithContext (line 534) | func (t *NoopTransport) FlushWithContext(_ context.Context) bool { method Close (line 538) | func (t *NoopTransport) Close() { method HasCapacity (line 542) | func (t *NoopTransport) HasCapacity() bool { return true } function NewNoopTransport (line 516) | func NewNoopTransport() *NoopTransport { FILE: vendor/github.com/getsentry/sentry-go/internal/otel/baggage/baggage.go constant maxMembers (line 31) | maxMembers = 180 constant maxBytesPerMembers (line 32) | maxBytesPerMembers = 4096 constant maxBytesPerBaggageString (line 33) | maxBytesPerBaggageString = 8192 constant listDelimiter (line 35) | listDelimiter = "," constant keyValueDelimiter (line 36) | keyValueDelimiter = "=" constant propertyDelimiter (line 37) | propertyDelimiter = ";" constant keyDef (line 39) | keyDef = `([\x21\x23-\x27\x2A\x2B\x2D\x2E\x30-\x39\x41-\x5a\x5e-\x7... constant valueDef (line 40) | valueDef = `([\x21\x23-\x2b\x2d-\x3a\x3c-\x5B\x5D-\x7e]*)` constant keyValueDef (line 41) | keyValueDef = `\s*` + keyDef + `\s*` + keyValueDelimiter + `\s*` + value... type Property (line 61) | type Property struct method validate (line 137) | func (p Property) validate() error { method Key (line 159) | func (p Property) Key() string { method Value (line 166) | func (p Property) Value() (string, bool) { method String (line 172) | func (p Property) String() string { function NewKeyProperty (line 77) | func NewKeyProperty(key string) (Property, error) { function NewKeyValueProperty (line 89) | func NewKeyValueProperty(key, value string) (Property, error) { function newInvalidProperty (line 106) | func newInvalidProperty() Property { function parseProperty (line 113) | func parseProperty(property string) (Property, error) { type properties (line 179) | type properties method asInternal (line 197) | func (p properties) asInternal() []baggage.Property { method Copy (line 213) | func (p properties) Copy() properties { method validate (line 225) | func (p properties) validate() error { method String (line 236) | func (p properties) String() string { function fromInternalProperties (line 181) | func fromInternalProperties(iProps []baggage.Property) properties { type Member (line 246) | type Member struct method validate (line 345) | func (m Member) validate() error { method Key (line 361) | func (m Member) Key() string { return m.key } method Value (line 364) | func (m Member) Value() string { return m.value } method Properties (line 367) | func (m Member) Properties() []Property { return m.properties.Copy() } method String (line 371) | func (m Member) String() string { function NewMember (line 260) | func NewMember(key, value string, props ...Property) (Member, error) { function newInvalidMember (line 279) | func newInvalidMember() Member { function parseMember (line 286) | func parseMember(member string) (Member, error) { function percentEncodeValue (line 382) | func percentEncodeValue(s string) string { type Baggage (line 409) | type Baggage struct method Member (line 494) | func (b Baggage) Member(key string) Member { method Members (line 517) | func (b Baggage) Members() []Member { method SetMember (line 540) | func (b Baggage) SetMember(member Member) (Baggage, error) { method DeleteMember (line 569) | func (b Baggage) DeleteMember(key string) Baggage { method Len (line 587) | func (b Baggage) Len() int { method String (line 594) | func (b Baggage) String() string { function New (line 417) | func New(members ...Member) (Baggage, error) { function Parse (line 456) | func Parse(bStr string) (Baggage, error) { FILE: vendor/github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage/baggage.go type List (line 30) | type List type Item (line 33) | type Item struct type Property (line 39) | type Property struct FILE: vendor/github.com/getsentry/sentry-go/internal/protocol/dsn.go constant apiVersion (line 13) | apiVersion = "7" type scheme (line 15) | type scheme method defaultPort (line 22) | func (scheme scheme) defaultPort() int { constant SchemeHTTP (line 18) | SchemeHTTP scheme = "http" constant SchemeHTTPS (line 19) | SchemeHTTPS scheme = "https" type DsnParseError (line 35) | type DsnParseError struct method Error (line 39) | func (e DsnParseError) Error() string { type Dsn (line 44) | type Dsn struct method String (line 133) | func (dsn Dsn) String() string { method GetScheme (line 151) | func (dsn Dsn) GetScheme() string { method GetPublicKey (line 156) | func (dsn Dsn) GetPublicKey() string { method GetSecretKey (line 161) | func (dsn Dsn) GetSecretKey() string { method GetHost (line 166) | func (dsn Dsn) GetHost() string { method GetPort (line 171) | func (dsn Dsn) GetPort() int { method GetPath (line 176) | func (dsn Dsn) GetPath() string { method GetProjectID (line 181) | func (dsn Dsn) GetProjectID() string { method GetAPIURL (line 187) | func (dsn Dsn) GetAPIURL() *url.URL { method RequestHeaders (line 207) | func (dsn Dsn) RequestHeaders(sdkVersion string) map[string]string { method MarshalJSON (line 222) | func (dsn Dsn) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 227) | func (dsn *Dsn) UnmarshalJSON(data []byte) error { function NewDsn (line 57) | func NewDsn(rawURL string) (*Dsn, error) { FILE: vendor/github.com/getsentry/sentry-go/internal/protocol/envelope.go type Envelope (line 12) | type Envelope struct method AddItem (line 88) | func (e *Envelope) AddItem(item *EnvelopeItem) { method Serialize (line 99) | func (e *Envelope) Serialize() ([]byte, error) { method WriteTo (line 125) | func (e *Envelope) WriteTo(w io.Writer) (int64, error) { method writeItem (line 136) | func (e *Envelope) writeItem(buf *bytes.Buffer, item *EnvelopeItem) er... method Size (line 164) | func (e *Envelope) Size() (int, error) { type EnvelopeHeader (line 18) | type EnvelopeHeader struct type EnvelopeItemType (line 40) | type EnvelopeItemType constant EnvelopeItemTypeEvent (line 44) | EnvelopeItemTypeEvent EnvelopeItemType = "event" constant EnvelopeItemTypeTransaction (line 45) | EnvelopeItemTypeTransaction EnvelopeItemType = "transaction" constant EnvelopeItemTypeCheckIn (line 46) | EnvelopeItemTypeCheckIn EnvelopeItemType = "check_in" constant EnvelopeItemTypeAttachment (line 47) | EnvelopeItemTypeAttachment EnvelopeItemType = "attachment" constant EnvelopeItemTypeLog (line 48) | EnvelopeItemTypeLog EnvelopeItemType = "log" constant EnvelopeItemTypeTraceMetric (line 49) | EnvelopeItemTypeTraceMetric EnvelopeItemType = "trace_metric" type EnvelopeItemHeader (line 53) | type EnvelopeItemHeader struct type EnvelopeItem (line 74) | type EnvelopeItem struct function NewEnvelope (line 80) | func NewEnvelope(header *EnvelopeHeader) *Envelope { function NewEnvelopeItem (line 173) | func NewEnvelopeItem(itemType EnvelopeItemType, payload []byte) *Envelop... function NewAttachmentItem (line 186) | func NewAttachmentItem(filename, contentType string, payload []byte) *En... function NewLogItem (line 200) | func NewLogItem(itemCount int, payload []byte) *EnvelopeItem { function NewTraceMetricItem (line 214) | func NewTraceMetricItem(itemCount int, payload []byte) *EnvelopeItem { FILE: vendor/github.com/getsentry/sentry-go/internal/protocol/interfaces.go type TelemetryItem (line 12) | type TelemetryItem interface type EnvelopeItemConvertible (line 27) | type EnvelopeItemConvertible interface type TelemetryTransport (line 37) | type TelemetryTransport interface FILE: vendor/github.com/getsentry/sentry-go/internal/protocol/log_batch.go type LogAttribute (line 10) | type LogAttribute struct type Logs (line 17) | type Logs method ToEnvelopeItem (line 19) | func (ls Logs) ToEnvelopeItem() (*EnvelopeItem, error) { method GetCategory (line 45) | func (Logs) GetCategory() ratelimit.Category { return rat... method GetEventID (line 46) | func (Logs) GetEventID() string { return "" } method GetSdkInfo (line 47) | func (Logs) GetSdkInfo() *SdkInfo { return nil } method GetDynamicSamplingContext (line 48) | func (Logs) GetDynamicSamplingContext() map[string]string { return nil } FILE: vendor/github.com/getsentry/sentry-go/internal/protocol/metric_batch.go type Metrics (line 9) | type Metrics method ToEnvelopeItem (line 11) | func (ms Metrics) ToEnvelopeItem() (*EnvelopeItem, error) { method GetCategory (line 38) | func (Metrics) GetCategory() ratelimit.Category { return ... method GetEventID (line 39) | func (Metrics) GetEventID() string { return ... method GetSdkInfo (line 40) | func (Metrics) GetSdkInfo() *SdkInfo { return ... method GetDynamicSamplingContext (line 41) | func (Metrics) GetDynamicSamplingContext() map[string]string { return ... FILE: vendor/github.com/getsentry/sentry-go/internal/protocol/types.go type SdkInfo (line 4) | type SdkInfo struct type SdkPackage (line 12) | type SdkPackage struct FILE: vendor/github.com/getsentry/sentry-go/internal/protocol/uuid.go function GenerateEventID (line 9) | func GenerateEventID() string { FILE: vendor/github.com/getsentry/sentry-go/internal/ratelimit/category.go type Category (line 15) | type Category method String (line 40) | func (c Category) String() string { method GetPriority (line 94) | func (c Category) GetPriority() Priority { constant CategoryUnknown (line 19) | CategoryUnknown Category = "unknown" constant CategoryAll (line 20) | CategoryAll Category = "" constant CategoryError (line 21) | CategoryError Category = "error" constant CategoryTransaction (line 22) | CategoryTransaction Category = "transaction" constant CategoryLog (line 23) | CategoryLog Category = "log_item" constant CategoryMonitor (line 24) | CategoryMonitor Category = "monitor" constant CategoryTraceMetric (line 25) | CategoryTraceMetric Category = "trace_metric" type Priority (line 66) | type Priority method String (line 76) | func (p Priority) String() string { constant PriorityCritical (line 69) | PriorityCritical Priority = iota + 1 constant PriorityHigh (line 70) | PriorityHigh constant PriorityMedium (line 71) | PriorityMedium constant PriorityLow (line 72) | PriorityLow constant PriorityLowest (line 73) | PriorityLowest FILE: vendor/github.com/getsentry/sentry-go/internal/ratelimit/deadline.go type Deadline (line 6) | type Deadline method After (line 9) | func (d Deadline) After(other Deadline) bool { method Equal (line 14) | func (d Deadline) Equal(e Deadline) bool { method String (line 19) | func (d Deadline) String() string { FILE: vendor/github.com/getsentry/sentry-go/internal/ratelimit/map.go type Map (line 14) | type Map method IsRateLimited (line 17) | func (m Map) IsRateLimited(c Category) bool { method isRateLimited (line 21) | func (m Map) isRateLimited(c Category, now time.Time) bool { method Deadline (line 27) | func (m Map) Deadline(c Category) Deadline { method Merge (line 40) | func (m Map) Merge(other Map) { function FromResponse (line 49) | func FromResponse(r *http.Response) Map { function fromResponse (line 53) | func fromResponse(r *http.Response, now time.Time) Map { FILE: vendor/github.com/getsentry/sentry-go/internal/ratelimit/rate_limits.go function parseXSentryRateLimits (line 24) | func parseXSentryRateLimits(s string, now time.Time) Map { function parseXSRLRetryAfter (line 65) | func parseXSRLRetryAfter(s string, now time.Time) (Deadline, error) { FILE: vendor/github.com/getsentry/sentry-go/internal/ratelimit/retry_after.go constant defaultRetryAfter (line 9) | defaultRetryAfter = 1 * time.Minute function parseRetryAfter (line 24) | func parseRetryAfter(s string, now time.Time) (Deadline, error) { FILE: vendor/github.com/getsentry/sentry-go/internal/telemetry/bucketed_buffer.go constant defaultBucketedCapacity (line 12) | defaultBucketedCapacity = 100 constant perBucketItemLimit (line 13) | perBucketItemLimit = 100 type Bucket (line 16) | type Bucket struct type BucketedBuffer (line 24) | type BucketedBuffer struct function NewBucketedBuffer (line 51) | func NewBucketedBuffer[T any]( method Offer (line 87) | func (b *BucketedBuffer[T]) Offer(item T) bool { method offerToBucket (line 102) | func (b *BucketedBuffer[T]) offerToBucket(item T, traceID string) bool { method handleOverflow (line 140) | func (b *BucketedBuffer[T]) handleOverflow(item T, traceID string) bool { method Poll (line 189) | func (b *BucketedBuffer[T]) Poll() (T, bool) { method PollBatch (line 214) | func (b *BucketedBuffer[T]) PollBatch(maxItems int) []T { method PollIfReady (line 248) | func (b *BucketedBuffer[T]) PollIfReady() []T { method Drain (line 274) | func (b *BucketedBuffer[T]) Drain() []T { method Peek (line 297) | func (b *BucketedBuffer[T]) Peek() (T, bool) { method Size (line 311) | func (b *BucketedBuffer[T]) Size() int { b.mu.RLock(); defer b.mu.RU... method Capacity (line 312) | func (b *BucketedBuffer[T]) Capacity() int { b.mu.RLock(); defer b.mu.RU... method Category (line 313) | func (b *BucketedBuffer[T]) Category() ratelimit.Category { method Priority (line 318) | func (b *BucketedBuffer[T]) Priority() ratelimit.Priority { method IsEmpty (line 323) | func (b *BucketedBuffer[T]) IsEmpty() bool { method IsFull (line 328) | func (b *BucketedBuffer[T]) IsFull() bool { method Utilization (line 333) | func (b *BucketedBuffer[T]) Utilization() float64 { method OfferedCount (line 341) | func (b *BucketedBuffer[T]) OfferedCount() int64 { return atomic.LoadIn... method DroppedCount (line 342) | func (b *BucketedBuffer[T]) DroppedCount() int64 { return atomic.LoadIn... method AcceptedCount (line 343) | func (b *BucketedBuffer[T]) AcceptedCount() int64 { return b.OfferedCoun... method DropRate (line 344) | func (b *BucketedBuffer[T]) DropRate() float64 { method GetMetrics (line 352) | func (b *BucketedBuffer[T]) GetMetrics() BufferMetrics { method SetDroppedCallback (line 363) | func (b *BucketedBuffer[T]) SetDroppedCallback(callback func(item T, rea... method Clear (line 368) | func (b *BucketedBuffer[T]) Clear() { method IsReadyToFlush (line 380) | func (b *BucketedBuffer[T]) IsReadyToFlush() bool { method MarkFlushed (line 394) | func (b *BucketedBuffer[T]) MarkFlushed() { FILE: vendor/github.com/getsentry/sentry-go/internal/telemetry/buffer.go type Buffer (line 8) | type Buffer interface FILE: vendor/github.com/getsentry/sentry-go/internal/telemetry/processor.go type Processor (line 12) | type Processor struct method Add (line 32) | func (b *Processor) Add(item protocol.TelemetryItem) bool { method Flush (line 37) | func (b *Processor) Flush(timeout time.Duration) bool { method FlushWithContext (line 42) | func (b *Processor) FlushWithContext(ctx context.Context) bool { method Close (line 47) | func (b *Processor) Close(timeout time.Duration) { function NewProcessor (line 17) | func NewProcessor( FILE: vendor/github.com/getsentry/sentry-go/internal/telemetry/ring_buffer.go constant defaultCapacity (line 11) | defaultCapacity = 100 type RingBuffer (line 14) | type RingBuffer struct function NewRingBuffer (line 35) | func NewRingBuffer[T any](category ratelimit.Category, capacity int, ove... method SetDroppedCallback (line 60) | func (b *RingBuffer[T]) SetDroppedCallback(callback func(item T, reason ... method Offer (line 66) | func (b *RingBuffer[T]) Offer(item T) bool { method Poll (line 108) | func (b *RingBuffer[T]) Poll() (T, bool) { method PollBatch (line 125) | func (b *RingBuffer[T]) PollBatch(maxItems int) []T { method Drain (line 155) | func (b *RingBuffer[T]) Drain() []T { method Peek (line 181) | func (b *RingBuffer[T]) Peek() (T, bool) { method Size (line 193) | func (b *RingBuffer[T]) Size() int { method Capacity (line 199) | func (b *RingBuffer[T]) Capacity() int { method Category (line 205) | func (b *RingBuffer[T]) Category() ratelimit.Category { method Priority (line 211) | func (b *RingBuffer[T]) Priority() ratelimit.Priority { method IsEmpty (line 217) | func (b *RingBuffer[T]) IsEmpty() bool { method IsFull (line 223) | func (b *RingBuffer[T]) IsFull() bool { method Utilization (line 229) | func (b *RingBuffer[T]) Utilization() float64 { method OfferedCount (line 235) | func (b *RingBuffer[T]) OfferedCount() int64 { method DroppedCount (line 239) | func (b *RingBuffer[T]) DroppedCount() int64 { method AcceptedCount (line 243) | func (b *RingBuffer[T]) AcceptedCount() int64 { method DropRate (line 247) | func (b *RingBuffer[T]) DropRate() float64 { method Clear (line 255) | func (b *RingBuffer[T]) Clear() { method GetMetrics (line 269) | func (b *RingBuffer[T]) GetMetrics() BufferMetrics { method IsReadyToFlush (line 289) | func (b *RingBuffer[T]) IsReadyToFlush() bool { method MarkFlushed (line 308) | func (b *RingBuffer[T]) MarkFlushed() { method PollIfReady (line 314) | func (b *RingBuffer[T]) PollIfReady() []T { type BufferMetrics (line 348) | type BufferMetrics struct type OverflowPolicy (line 362) | type OverflowPolicy method String (line 369) | func (op OverflowPolicy) String() string { constant OverflowPolicyDropOldest (line 365) | OverflowPolicyDropOldest OverflowPolicy = iota constant OverflowPolicyDropNewest (line 366) | OverflowPolicyDropNewest FILE: vendor/github.com/getsentry/sentry-go/internal/telemetry/scheduler.go type Scheduler (line 14) | type Scheduler struct method Start (line 80) | func (s *Scheduler) Start() { method Stop (line 87) | func (s *Scheduler) Stop(timeout time.Duration) { method Signal (line 108) | func (s *Scheduler) Signal() { method Add (line 112) | func (s *Scheduler) Add(item protocol.TelemetryItem) bool { method Flush (line 126) | func (s *Scheduler) Flush(timeout time.Duration) bool { method FlushWithContext (line 132) | func (s *Scheduler) FlushWithContext(ctx context.Context) bool { method run (line 137) | func (s *Scheduler) run() { method hasWork (line 171) | func (s *Scheduler) hasWork() bool { method processNextBatch (line 180) | func (s *Scheduler) processNextBatch() { method processItems (line 203) | func (s *Scheduler) processItems(buffer Buffer[protocol.TelemetryItem]... method sendItem (line 266) | func (s *Scheduler) sendItem(item protocol.EnvelopeItemConvertible) { method flushBuffers (line 291) | func (s *Scheduler) flushBuffers() { method isRateLimited (line 299) | func (s *Scheduler) isRateLimited(category ratelimit.Category) bool { function NewScheduler (line 33) | func NewScheduler( FILE: vendor/github.com/getsentry/sentry-go/internal/telemetry/trace_aware.go type TraceAware (line 5) | type TraceAware interface FILE: vendor/github.com/getsentry/sentry-go/internal/util/map.go type SyncMap (line 5) | type SyncMap struct method Store (line 9) | func (s *SyncMap[K, V]) Store(key K, value V) { method CompareAndDelete (line 13) | func (s *SyncMap[K, V]) CompareAndDelete(key K, value V) { method Load (line 17) | func (s *SyncMap[K, V]) Load(key K) (V, bool) { method Delete (line 26) | func (s *SyncMap[K, V]) Delete(key K) { method LoadOrStore (line 30) | func (s *SyncMap[K, V]) LoadOrStore(key K, value V) (V, bool) { method Clear (line 35) | func (s *SyncMap[K, V]) Clear() { method Range (line 39) | func (s *SyncMap[K, V]) Range(f func(key K, value V) bool) { FILE: vendor/github.com/getsentry/sentry-go/internal/util/util.go constant MaxDrainResponseBytes (line 14) | MaxDrainResponseBytes = 16 << 10 function HandleHTTPResponse (line 17) | func HandleHTTPResponse(response *http.Response, identifier string) bool { function EnvelopeIdentifier (line 46) | func EnvelopeIdentifier(envelope *protocol.Envelope) string { FILE: vendor/github.com/getsentry/sentry-go/log.go type LogLevel (line 16) | type LogLevel constant LogLevelTrace (line 19) | LogLevelTrace LogLevel = "trace" constant LogLevelDebug (line 20) | LogLevelDebug LogLevel = "debug" constant LogLevelInfo (line 21) | LogLevelInfo LogLevel = "info" constant LogLevelWarn (line 22) | LogLevelWarn LogLevel = "warn" constant LogLevelError (line 23) | LogLevelError LogLevel = "error" constant LogLevelFatal (line 24) | LogLevelFatal LogLevel = "fatal" constant LogSeverityTrace (line 28) | LogSeverityTrace int = 1 constant LogSeverityDebug (line 29) | LogSeverityDebug int = 5 constant LogSeverityInfo (line 30) | LogSeverityInfo int = 9 constant LogSeverityWarning (line 31) | LogSeverityWarning int = 13 constant LogSeverityError (line 32) | LogSeverityError int = 17 constant LogSeverityFatal (line 33) | LogSeverityFatal int = 21 type sentryLogger (line 36) | type sentryLogger struct method Write (line 98) | func (l *sentryLogger) Write(p []byte) (int, error) { method log (line 104) | func (l *sentryLogger) log(ctx context.Context, level LogLevel, severi... method SetAttributes (line 164) | func (l *sentryLogger) SetAttributes(attrs ...attribute.Builder) { method Trace (line 177) | func (l *sentryLogger) Trace() LogEntry { method Debug (line 187) | func (l *sentryLogger) Debug() LogEntry { method Info (line 197) | func (l *sentryLogger) Info() LogEntry { method Warn (line 207) | func (l *sentryLogger) Warn() LogEntry { method Error (line 217) | func (l *sentryLogger) Error() LogEntry { method Fatal (line 227) | func (l *sentryLogger) Fatal() LogEntry { method Panic (line 238) | func (l *sentryLogger) Panic() LogEntry { method LFatal (line 249) | func (l *sentryLogger) LFatal() LogEntry { method GetCtx (line 259) | func (l *sentryLogger) GetCtx() context.Context { type logEntry (line 44) | type logEntry struct method WithCtx (line 263) | func (e *logEntry) WithCtx(ctx context.Context) LogEntry { method String (line 275) | func (e *logEntry) String(key, value string) LogEntry { method Int (line 280) | func (e *logEntry) Int(key string, value int) LogEntry { method Int64 (line 285) | func (e *logEntry) Int64(key string, value int64) LogEntry { method Float64 (line 290) | func (e *logEntry) Float64(key string, value float64) LogEntry { method Bool (line 295) | func (e *logEntry) Bool(key string, value bool) LogEntry { method Uint64 (line 303) | func (e *logEntry) Uint64(key string, value uint64) LogEntry { method Emit (line 308) | func (e *logEntry) Emit(args ...interface{}) { method Emitf (line 321) | func (e *logEntry) Emitf(format string, args ...interface{}) { function NewLogger (line 55) | func NewLogger(ctx context.Context) Logger { // nolint: dupl FILE: vendor/github.com/getsentry/sentry-go/log_batch_processor.go type logBatchProcessor (line 8) | type logBatchProcessor struct method Send (line 30) | func (p *logBatchProcessor) Send(log *Log) bool { function newLogBatchProcessor (line 12) | func newLogBatchProcessor(client *Client) *logBatchProcessor { FILE: vendor/github.com/getsentry/sentry-go/log_fallback.go type noopLogger (line 13) | type noopLogger struct method GetCtx (line 74) | func (n *noopLogger) GetCtx() context.Context { return context.Backgro... method Trace (line 76) | func (*noopLogger) Trace() LogEntry { method Debug (line 80) | func (*noopLogger) Debug() LogEntry { method Info (line 84) | func (*noopLogger) Info() LogEntry { method Warn (line 88) | func (*noopLogger) Warn() LogEntry { method Error (line 92) | func (*noopLogger) Error() LogEntry { method Fatal (line 96) | func (*noopLogger) Fatal() LogEntry { method Panic (line 100) | func (*noopLogger) Panic() LogEntry { method LFatal (line 104) | func (*noopLogger) LFatal() LogEntry { method SetAttributes (line 108) | func (*noopLogger) SetAttributes(...attribute.Builder) { method Write (line 112) | func (*noopLogger) Write(_ []byte) (n int, err error) { type noopLogEntry (line 16) | type noopLogEntry struct method WithCtx (line 22) | func (n *noopLogEntry) WithCtx(_ context.Context) LogEntry { method String (line 26) | func (n *noopLogEntry) String(_, _ string) LogEntry { method Int (line 30) | func (n *noopLogEntry) Int(_ string, _ int) LogEntry { method Int64 (line 34) | func (n *noopLogEntry) Int64(_ string, _ int64) LogEntry { method Float64 (line 38) | func (n *noopLogEntry) Float64(_ string, _ float64) LogEntry { method Bool (line 42) | func (n *noopLogEntry) Bool(_ string, _ bool) LogEntry { method Attributes (line 46) | func (n *noopLogEntry) Attributes(_ ...attribute.Builder) LogEntry { method Emit (line 50) | func (n *noopLogEntry) Emit(args ...interface{}) { method Emitf (line 62) | func (n *noopLogEntry) Emitf(message string, args ...interface{}) { FILE: vendor/github.com/getsentry/sentry-go/metric_batch_processor.go type metricBatchProcessor (line 8) | type metricBatchProcessor struct method Send (line 30) | func (p *metricBatchProcessor) Send(metric *Metric) bool { function newMetricBatchProcessor (line 12) | func newMetricBatchProcessor(client *Client) *metricBatchProcessor { FILE: vendor/github.com/getsentry/sentry-go/metrics.go constant UnitNanosecond (line 16) | UnitNanosecond = "nanosecond" constant UnitMicrosecond (line 17) | UnitMicrosecond = "microsecond" constant UnitMillisecond (line 18) | UnitMillisecond = "millisecond" constant UnitSecond (line 19) | UnitSecond = "second" constant UnitMinute (line 20) | UnitMinute = "minute" constant UnitHour (line 21) | UnitHour = "hour" constant UnitDay (line 22) | UnitDay = "day" constant UnitWeek (line 23) | UnitWeek = "week" constant UnitBit (line 28) | UnitBit = "bit" constant UnitByte (line 29) | UnitByte = "byte" constant UnitKilobyte (line 30) | UnitKilobyte = "kilobyte" constant UnitKibibyte (line 31) | UnitKibibyte = "kibibyte" constant UnitMegabyte (line 32) | UnitMegabyte = "megabyte" constant UnitMebibyte (line 33) | UnitMebibyte = "mebibyte" constant UnitGigabyte (line 34) | UnitGigabyte = "gigabyte" constant UnitGibibyte (line 35) | UnitGibibyte = "gibibyte" constant UnitTerabyte (line 36) | UnitTerabyte = "terabyte" constant UnitTebibyte (line 37) | UnitTebibyte = "tebibyte" constant UnitPetabyte (line 38) | UnitPetabyte = "petabyte" constant UnitPebibyte (line 39) | UnitPebibyte = "pebibyte" constant UnitExabyte (line 40) | UnitExabyte = "exabyte" constant UnitExbibyte (line 41) | UnitExbibyte = "exbibyte" constant UnitRatio (line 46) | UnitRatio = "ratio" constant UnitPercent (line 47) | UnitPercent = "percent" function NewMeter (line 52) | func NewMeter(ctx context.Context) Meter { type sentryMeter (line 93) | type sentryMeter struct method emit (line 101) | func (m *sentryMeter) emit(ctx context.Context, metricType MetricType,... method WithCtx (line 160) | func (m *sentryMeter) WithCtx(ctx context.Context) Meter { method applyOptions (line 174) | func (m *sentryMeter) applyOptions(opts []MeterOption) *meterOptions { method Count (line 183) | func (m *sentryMeter) Count(name string, count int64, opts ...MeterOpt... method Distribution (line 189) | func (m *sentryMeter) Distribution(name string, sample float64, opts .... method Gauge (line 195) | func (m *sentryMeter) Gauge(name string, value float64, opts ...MeterO... method SetAttributes (line 201) | func (m *sentryMeter) SetAttributes(attrs ...attribute.Builder) { type noopMeter (line 216) | type noopMeter struct method WithCtx (line 219) | func (n *noopMeter) WithCtx(_ context.Context) Meter { method Count (line 224) | func (n *noopMeter) Count(name string, _ int64, _ ...MeterOption) { method Distribution (line 229) | func (n *noopMeter) Distribution(name string, _ float64, _ ...MeterOpt... method Gauge (line 234) | func (n *noopMeter) Gauge(name string, _ float64, _ ...MeterOption) { method SetAttributes (line 239) | func (n *noopMeter) SetAttributes(_ ...attribute.Builder) { FILE: vendor/github.com/getsentry/sentry-go/mocks.go type MockScope (line 10) | type MockScope struct method AddBreadcrumb (line 15) | func (scope *MockScope) AddBreadcrumb(breadcrumb *Breadcrumb, _ int) { method ApplyToEvent (line 19) | func (scope *MockScope) ApplyToEvent(event *Event, _ *EventHint, _ *Cl... type MockTransport (line 27) | type MockTransport struct method Configure (line 33) | func (t *MockTransport) Configure(_ ClientOptions) {} method SendEvent (line 34) | func (t *MockTransport) SendEvent(event *Event) { method Flush (line 40) | func (t *MockTransport) Flush(_ time.Duration) bool { method FlushWithContext (line 43) | func (t *MockTransport) FlushWithContext(_ context.Context) bool { ret... method Events (line 44) | func (t *MockTransport) Events() []*Event { method Close (line 49) | func (t *MockTransport) Close() {} type MockLogEntry (line 52) | type MockLogEntry struct method WithCtx (line 60) | func (m *MockLogEntry) WithCtx(_ context.Context) LogEntry { return m } method String (line 61) | func (m *MockLogEntry) String(key, value string) LogEntry { m.Attribu... method Int (line 62) | func (m *MockLogEntry) Int(key string, value int) LogEntry { method Int64 (line 66) | func (m *MockLogEntry) Int64(key string, value int64) LogEntry { method Float64 (line 70) | func (m *MockLogEntry) Float64(key string, value float64) LogEntry { method Bool (line 74) | func (m *MockLogEntry) Bool(key string, value bool) LogEntry { method Emit (line 78) | func (m *MockLogEntry) Emit(...any) {} method Emitf (line 79) | func (m *MockLogEntry) Emitf(string, ...any) {} function NewMockLogEntry (line 56) | func NewMockLogEntry() *MockLogEntry { FILE: vendor/github.com/getsentry/sentry-go/propagation_context.go type PropagationContext (line 7) | type PropagationContext struct method Map (line 14) | func (p PropagationContext) Map() map[string]interface{} { function NewPropagationContext (line 27) | func NewPropagationContext() PropagationContext { function PropagationContextFromHeaders (line 41) | func PropagationContextFromHeaders(trace, baggage string) (PropagationCo... FILE: vendor/github.com/getsentry/sentry-go/scope.go type Scope (line 29) | type Scope struct method AddBreadcrumb (line 70) | func (scope *Scope) AddBreadcrumb(breadcrumb *Breadcrumb, limit int) { method ClearBreadcrumbs (line 85) | func (scope *Scope) ClearBreadcrumbs() { method AddAttachment (line 93) | func (scope *Scope) AddAttachment(attachment *Attachment) { method ClearAttachments (line 101) | func (scope *Scope) ClearAttachments() { method SetUser (line 109) | func (scope *Scope) SetUser(user User) { method SetRequest (line 117) | func (scope *Scope) SetRequest(r *http.Request) { method SetRequestBody (line 148) | func (scope *Scope) SetRequestBody(b []byte) { method SetTag (line 208) | func (scope *Scope) SetTag(key, value string) { method SetTags (line 216) | func (scope *Scope) SetTags(tags map[string]string) { method RemoveTag (line 226) | func (scope *Scope) RemoveTag(key string) { method SetContext (line 234) | func (scope *Scope) SetContext(key string, value Context) { method SetContexts (line 242) | func (scope *Scope) SetContexts(contexts map[string]Context) { method RemoveContext (line 252) | func (scope *Scope) RemoveContext(key string) { method SetExtra (line 260) | func (scope *Scope) SetExtra(key string, value interface{}) { method SetExtras (line 268) | func (scope *Scope) SetExtras(extra map[string]interface{}) { method RemoveExtra (line 278) | func (scope *Scope) RemoveExtra(key string) { method SetFingerprint (line 286) | func (scope *Scope) SetFingerprint(fingerprint []string) { method SetLevel (line 294) | func (scope *Scope) SetLevel(level Level) { method SetPropagationContext (line 302) | func (scope *Scope) SetPropagationContext(propagationContext Propagati... method GetSpan (line 310) | func (scope *Scope) GetSpan() *Span { method SetSpan (line 318) | func (scope *Scope) SetSpan(span *Span) { method Clone (line 326) | func (scope *Scope) Clone() *Scope { method Clear (line 357) | func (scope *Scope) Clear() { method AddEventProcessor (line 362) | func (scope *Scope) AddEventProcessor(processor EventProcessor) { method ApplyToEvent (line 370) | func (scope *Scope) ApplyToEvent(event *Event, hint *EventHint, client... method populateAttrs (line 500) | func (scope *Scope) populateAttrs(attrs map[string]attribute.Value) { function NewScope (line 56) | func NewScope() *Scope { constant maxRequestBodyBytes (line 167) | maxRequestBodyBytes = 10 * 1024 type limitedBuffer (line 172) | type limitedBuffer struct method Write (line 180) | func (b *limitedBuffer) Write(p []byte) (n int, err error) { method Overflow (line 197) | func (b *limitedBuffer) Overflow() bool { type readCloser (line 202) | type readCloser struct function cloneContext (line 492) | func cloneContext(c Context) Context { function hubFromContexts (line 528) | func hubFromContexts(ctxs ...context.Context) *Hub { function resolveTrace (line 551) | func resolveTrace(scope *Scope, ctxs ...context.Context) (traceID TraceI... FILE: vendor/github.com/getsentry/sentry-go/sentry.go constant SDKVersion (line 9) | SDKVersion = "0.43.0" constant apiVersion (line 13) | apiVersion = "7" function Init (line 17) | func Init(options ClientOptions) error { function AddBreadcrumb (line 31) | func AddBreadcrumb(breadcrumb *Breadcrumb) { function CaptureMessage (line 37) | func CaptureMessage(message string) *EventID { function CaptureException (line 43) | func CaptureException(exception error) *EventID { function CaptureCheckIn (line 49) | func CaptureCheckIn(checkIn *CheckIn, monitorConfig *MonitorConfig) *Eve... function CaptureEvent (line 59) | func CaptureEvent(event *Event) *EventID { function Recover (line 65) | func Recover() *EventID { function RecoverWithContext (line 74) | func RecoverWithContext(ctx context.Context) *EventID { function WithScope (line 89) | func WithScope(f func(scope *Scope)) { function ConfigureScope (line 95) | func ConfigureScope(f func(scope *Scope)) { function PushScope (line 101) | func PushScope() { function PopScope (line 107) | func PopScope() { function Flush (line 123) | func Flush(timeout time.Duration) bool { function FlushWithContext (line 140) | func FlushWithContext(ctx context.Context) bool { function LastEventID (line 146) | func LastEventID() EventID { FILE: vendor/github.com/getsentry/sentry-go/sourcereader.go type sourceReader (line 9) | type sourceReader struct method readContextLines (line 20) | func (sr *sourceReader) readContextLines(filename string, line, contex... method calculateContextLines (line 39) | func (sr *sourceReader) calculateContextLines(lines [][]byte, line, co... function newSourceReader (line 14) | func newSourceReader() sourceReader { FILE: vendor/github.com/getsentry/sentry-go/span_recorder.go type spanRecorder (line 11) | type spanRecorder struct method record (line 19) | func (r *spanRecorder) record(s *Span) { method root (line 40) | func (r *spanRecorder) root() *Span { method children (line 51) | func (r *spanRecorder) children() []*Span { FILE: vendor/github.com/getsentry/sentry-go/stacktrace.go constant unknown (line 11) | unknown string = "unknown" type Stacktrace (line 21) | type Stacktrace struct function NewStacktrace (line 27) | func NewStacktrace() *Stacktrace { function ExtractStacktrace (line 50) | func ExtractStacktrace(err error) *Stacktrace { function extractReflectedStacktraceMethod (line 75) | func extractReflectedStacktraceMethod(err error) reflect.Value { function extractPcs (line 104) | func extractPcs(method reflect.Value) []uintptr { function extractXErrorsPC (line 141) | func extractXErrorsPC(err error) []uintptr { type Frame (line 164) | type Frame struct function NewFrame (line 194) | func NewFrame(f runtime.Frame) Frame { function isAbsPath (line 207) | func isAbsPath(path string) bool { function newFrame (line 225) | func newFrame(module string, function string, file string, line int) Fra... function splitQualifiedFunctionName (line 259) | func splitQualifiedFunctionName(name string) (pkg string, fun string) { function extractFrames (line 267) | func extractFrames(pcs []uintptr) []runtime.Frame { function createFrames (line 287) | func createFrames(frames []runtime.Frame) []Frame { function shouldSkipFrame (line 316) | func shouldSkipFrame(module string) bool { function setInAppFrame (line 334) | func setInAppFrame(frame *Frame) { function callerFunctionName (line 342) | func callerFunctionName() string { function packageName (line 354) | func packageName(name string) string { function baseName (line 373) | func baseName(name string) string { function isCompilerGeneratedSymbol (line 380) | func isCompilerGeneratedSymbol(name string) bool { function cleanupFunctionNamePrefix (line 394) | func cleanupFunctionNamePrefix(f []Frame) []Frame { FILE: vendor/github.com/getsentry/sentry-go/traces_sampler.go type SamplingContext (line 8) | type SamplingContext struct type TracesSampler (line 15) | type TracesSampler method Sample (line 17) | func (f TracesSampler) Sample(ctx SamplingContext) float64 { FILE: vendor/github.com/getsentry/sentry-go/tracing.go constant SentryTraceHeader (line 20) | SentryTraceHeader = "sentry-trace" constant SentryBaggageHeader (line 21) | SentryBaggageHeader = "baggage" constant TraceparentHeader (line 22) | TraceparentHeader = "traceparent" type SpanOrigin (line 26) | type SpanOrigin constant SpanOriginManual (line 29) | SpanOriginManual = "manual" constant SpanOriginEcho (line 30) | SpanOriginEcho = "auto.http.echo" constant SpanOriginFastHTTP (line 31) | SpanOriginFastHTTP = "auto.http.fasthttp" constant SpanOriginFiber (line 32) | SpanOriginFiber = "auto.http.fiber" constant SpanOriginGin (line 33) | SpanOriginGin = "auto.http.gin" constant SpanOriginStdLib (line 34) | SpanOriginStdLib = "auto.http.stdlib" constant SpanOriginIris (line 35) | SpanOriginIris = "auto.http.iris" constant SpanOriginNegroni (line 36) | SpanOriginNegroni = "auto.http.negroni" type Span (line 44) | type Span struct method Finish (line 215) | func (s *Span) Finish() { method Context (line 220) | func (s *Span) Context() context.Context { return s.ctx } method StartChild (line 226) | func (s *Span) StartChild(operation string, options ...SpanOption) *Sp... method SetTag (line 233) | func (s *Span) SetTag(name, value string) { method SetData (line 246) | func (s *Span) SetData(name string, value interface{}) { method SetContext (line 263) | func (s *Span) SetContext(key string, value Context) { method IsTransaction (line 274) | func (s *Span) IsTransaction() bool { method GetTransaction (line 282) | func (s *Span) GetTransaction() *Span { method ToSentryTrace (line 310) | func (s *Span) ToSentryTrace() string { method ToTraceparent (line 325) | func (s *Span) ToTraceparent() string { method ToBaggage (line 336) | func (s *Span) ToBaggage() string { method SetDynamicSamplingContext (line 356) | func (s *Span) SetDynamicSamplingContext(dsc DynamicSamplingContext) { method shouldIgnoreStatusCode (line 363) | func (s *Span) shouldIgnoreStatusCode() bool { method doFinish (line 415) | func (s *Span) doFinish() { method updateFromSentryTrace (line 460) | func (s *Span) updateFromSentryTrace(header []byte) (updated bool) { method updateFromBaggage (line 479) | func (s *Span) updateFromBaggage(header []byte) { method clientOptions (line 490) | func (s *Span) clientOptions() *ClientOptions { method sample (line 498) | func (s *Span) sample() Sampled { method toEvent (line 594) | func (s *Span) toEvent() *Event { method traceContext (line 647) | func (s *Span) traceContext() *TraceContext { method spanRecorder (line 660) | func (s *Span) spanRecorder() *spanRecorder { return s.recorder } type TraceParentContext (line 92) | type TraceParentContext struct function StartSpan (line 124) | func StartSpan(ctx context.Context, operation string, options ...SpanOpt... function ParseTraceParentContext (line 666) | func ParseTraceParentContext(header []byte) (traceParentContext TracePar... type TraceID (line 680) | type TraceID method Hex (line 682) | func (id TraceID) Hex() []byte { method String (line 688) | func (id TraceID) String() string { method MarshalText (line 692) | func (id TraceID) MarshalText() ([]byte, error) { type SpanID (line 697) | type SpanID method Hex (line 699) | func (id SpanID) Hex() []byte { method String (line 705) | func (id SpanID) String() string { method MarshalText (line 709) | func (id SpanID) MarshalText() ([]byte, error) { type TransactionSource (line 720) | type TransactionSource method isValid (line 744) | func (ts TransactionSource) isValid() bool { constant SourceCustom (line 723) | SourceCustom TransactionSource = "custom" constant SourceURL (line 724) | SourceURL TransactionSource = "url" constant SourceRoute (line 725) | SourceRoute TransactionSource = "route" constant SourceView (line 726) | SourceView TransactionSource = "view" constant SourceComponent (line 727) | SourceComponent TransactionSource = "component" constant SourceTask (line 728) | SourceTask TransactionSource = "task" type SpanStatus (line 750) | type SpanStatus method String (line 811) | func (ss SpanStatus) String() string { method MarshalJSON (line 818) | func (ss SpanStatus) MarshalJSON() ([]byte, error) { constant SpanStatusUndefined (line 769) | SpanStatusUndefined SpanStatus = iota constant SpanStatusOK (line 770) | SpanStatusOK constant SpanStatusCanceled (line 771) | SpanStatusCanceled constant SpanStatusUnknown (line 772) | SpanStatusUnknown constant SpanStatusInvalidArgument (line 773) | SpanStatusInvalidArgument constant SpanStatusDeadlineExceeded (line 774) | SpanStatusDeadlineExceeded constant SpanStatusNotFound (line 775) | SpanStatusNotFound constant SpanStatusAlreadyExists (line 776) | SpanStatusAlreadyExists constant SpanStatusPermissionDenied (line 777) | SpanStatusPermissionDenied constant SpanStatusResourceExhausted (line 778) | SpanStatusResourceExhausted constant SpanStatusFailedPrecondition (line 779) | SpanStatusFailedPrecondition constant SpanStatusAborted (line 780) | SpanStatusAborted constant SpanStatusOutOfRange (line 781) | SpanStatusOutOfRange constant SpanStatusUnimplemented (line 782) | SpanStatusUnimplemented constant SpanStatusInternalError (line 783) | SpanStatusInternalError constant SpanStatusUnavailable (line 784) | SpanStatusUnavailable constant SpanStatusDataLoss (line 785) | SpanStatusDataLoss constant SpanStatusUnauthenticated (line 786) | SpanStatusUnauthenticated constant maxSpanStatus (line 787) | maxSpanStatus type TraceContext (line 828) | type TraceContext struct method Map (line 838) | func (tc TraceContext) Map() map[string]interface{} { type Sampled (line 868) | type Sampled method String (line 878) | func (s Sampled) String() string { method Bool (line 892) | func (s Sampled) Bool() bool { constant SampledFalse (line 873) | SampledFalse Sampled = -1 constant SampledUndefined (line 874) | SampledUndefined Sampled = 0 constant SampledTrue (line 875) | SampledTrue Sampled = 1 type SpanOption (line 897) | type SpanOption function WithTransactionName (line 904) | func WithTransactionName(name string) SpanOption { function WithDescription (line 911) | func WithDescription(description string) SpanOption { function WithOpName (line 918) | func WithOpName(name string) SpanOption { function WithTransactionSource (line 929) | func WithTransactionSource(source TransactionSource) SpanOption { function WithSpanSampled (line 936) | func WithSpanSampled(sampled Sampled) SpanOption { function WithSpanOrigin (line 943) | func WithSpanOrigin(origin SpanOrigin) SpanOption { function ContinueTrace (line 953) | func ContinueTrace(hub *Hub, traceparent, baggage string) SpanOption { function ContinueFromRequest (line 968) | func ContinueFromRequest(r *http.Request) SpanOption { function ContinueFromHeaders (line 974) | func ContinueFromHeaders(trace, baggage string) SpanOption { function ContinueFromTrace (line 996) | func ContinueFromTrace(trace string) SpanOption { type spanContextKey (line 1006) | type spanContextKey struct function TransactionFromContext (line 1010) | func TransactionFromContext(ctx context.Context) *Span { function SpanFromContext (line 1019) | func SpanFromContext(ctx context.Context) *Span { function StartTransaction (line 1028) | func StartTransaction(ctx context.Context, name string, options ...SpanO... function HTTPtoSpanStatus (line 1044) | func HTTPtoSpanStatus(code int) SpanStatus { FILE: vendor/github.com/getsentry/sentry-go/transport.go constant defaultBufferSize (line 24) | defaultBufferSize = 1000 constant defaultTimeout (line 25) | defaultTimeout = time.Second * 30 type Transport (line 29) | type Transport interface function getProxyConfig (line 37) | func getProxyConfig(options ClientOptions) func(*http.Request) (*url.URL... function getTLSConfig (line 53) | func getTLSConfig(options ClientOptions) *tls.Config { function getRequestBodyFromEvent (line 65) | func getRequestBodyFromEvent(event *Event) []byte { function encodeAttachment (line 95) | func encodeAttachment(enc *json.Encoder, b io.Writer, attachment *Attach... function encodeEnvelopeItem (line 127) | func encodeEnvelopeItem(enc *json.Encoder, itemType string, body json.Ra... function encodeEnvelopeLogs (line 143) | func encodeEnvelopeLogs(enc *json.Encoder, count int, body json.RawMessa... function encodeEnvelopeMetrics (line 160) | func encodeEnvelopeMetrics(enc *json.Encoder, count int, body json.RawMe... function envelopeFromBody (line 177) | func envelopeFromBody(event *Event, dsn *Dsn, sentAt time.Time, body jso... function getRequestFromEvent (line 235) | func getRequestFromEvent(ctx context.Context, event *Event, dsn *Dsn) (r... type batch (line 282) | type batch struct type batchItem (line 288) | type batchItem struct type HTTPTransport (line 299) | type HTTPTransport struct method Configure (line 334) | func (t *HTTPTransport) Configure(options ClientOptions) { method SendEvent (line 376) | func (t *HTTPTransport) SendEvent(event *Event) { method SendEventWithContext (line 381) | func (t *HTTPTransport) SendEventWithContext(ctx context.Context, even... method Flush (line 441) | func (t *HTTPTransport) Flush(timeout time.Duration) bool { method FlushWithContext (line 448) | func (t *HTTPTransport) FlushWithContext(ctx context.Context) bool { method flushInternal (line 452) | func (t *HTTPTransport) flushInternal(timeout <-chan struct{}) bool { method Close (line 505) | func (t *HTTPTransport) Close() { method worker (line 511) | func (t *HTTPTransport) worker() { method disabled (line 560) | func (t *HTTPTransport) disabled(c ratelimit.Category) bool { function NewHTTPTransport (line 324) | func NewHTTPTransport() *HTTPTransport { type HTTPSyncTransport (line 585) | type HTTPSyncTransport struct method Configure (line 608) | func (t *HTTPSyncTransport) Configure(options ClientOptions) { method SendEvent (line 636) | func (t *HTTPSyncTransport) SendEvent(event *Event) { method Close (line 640) | func (t *HTTPSyncTransport) Close() {} method SendEventWithContext (line 643) | func (t *HTTPSyncTransport) SendEventWithContext(ctx context.Context, ... method Flush (line 687) | func (t *HTTPSyncTransport) Flush(_ time.Duration) bool { method FlushWithContext (line 692) | func (t *HTTPSyncTransport) FlushWithContext(_ context.Context) bool { method disabled (line 696) | func (t *HTTPSyncTransport) disabled(c ratelimit.Category) bool { function NewHTTPSyncTransport (line 598) | func NewHTTPSyncTransport() *HTTPSyncTransport { type noopTransport (line 712) | type noopTransport struct method Configure (line 716) | func (noopTransport) Configure(ClientOptions) { method SendEvent (line 720) | func (noopTransport) SendEvent(*Event) { method Flush (line 724) | func (noopTransport) Flush(time.Duration) bool { method FlushWithContext (line 728) | func (noopTransport) FlushWithContext(context.Context) bool { method Close (line 732) | func (noopTransport) Close() {} function newInternalAsyncTransport (line 742) | func newInternalAsyncTransport() Transport { type internalAsyncTransportAdapter (line 748) | type internalAsyncTransportAdapter struct method Configure (line 753) | func (a *internalAsyncTransportAdapter) Configure(options ClientOption... method SendEvent (line 775) | func (a *internalAsyncTransportAdapter) SendEvent(event *Event) { method Flush (line 801) | func (a *internalAsyncTransportAdapter) Flush(timeout time.Duration) b... method FlushWithContext (line 805) | func (a *internalAsyncTransportAdapter) FlushWithContext(ctx context.C... method Close (line 809) | func (a *internalAsyncTransportAdapter) Close() { FILE: vendor/github.com/getsentry/sentry-go/util.go function uuid (line 16) | func uuid() string { function fileExists (line 20) | func fileExists(fileName string) bool { function monotonicTimeSince (line 28) | func monotonicTimeSince(start time.Time) (end time.Time) { function prettyPrint (line 33) | func prettyPrint(data interface{}) { function defaultRelease (line 40) | func defaultRelease() (release string) { function revisionFromBuildInfo (line 98) | func revisionFromBuildInfo(info *debug.BuildInfo) string { function Pointer (line 109) | func Pointer[T any](v T) *T { function eventIdentifier (line 115) | func eventIdentifier(event *Event) string { FILE: vendor/github.com/go-chi/chi/v5/chain.go function Chain (line 6) | func Chain(middlewares ...func(http.Handler) http.Handler) Middlewares { method Handler (line 12) | func (mws Middlewares) Handler(h http.Handler) http.Handler { method HandlerFunc (line 18) | func (mws Middlewares) HandlerFunc(h http.HandlerFunc) http.Handler { type ChainHandler (line 24) | type ChainHandler struct method ServeHTTP (line 30) | func (c *ChainHandler) ServeHTTP(w http.ResponseWriter, r *http.Reques... function chain (line 36) | func chain(middlewares []func(http.Handler) http.Handler, endpoint http.... FILE: vendor/github.com/go-chi/chi/v5/chi.go function NewRouter (line 60) | func NewRouter() *Mux { type Router (line 66) | type Router interface type Routes (line 118) | type Routes interface type Middlewares (line 137) | type Middlewares FILE: vendor/github.com/go-chi/chi/v5/context.go function URLParam (line 10) | func URLParam(r *http.Request, key string) string { function URLParamFromCtx (line 18) | func URLParamFromCtx(ctx context.Context, key string) string { function RouteContext (line 27) | func RouteContext(ctx context.Context) *Context { function NewRouteContext (line 33) | func NewRouteContext() *Context { type Context (line 45) | type Context struct method Reset (line 82) | func (x *Context) Reset() { method URLParam (line 100) | func (x *Context) URLParam(key string) string { method RoutePattern (line 123) | func (x *Context) RoutePattern() string { function replaceWildcards (line 138) | func replaceWildcards(p string) string { type RouteParams (line 146) | type RouteParams struct method Add (line 151) | func (s *RouteParams) Add(key, value string) { type contextKey (line 159) | type contextKey struct method String (line 163) | func (k *contextKey) String() string { FILE: vendor/github.com/go-chi/chi/v5/mux.go type Mux (line 21) | type Mux struct method ServeHTTP (line 63) | func (mx *Mux) ServeHTTP(w http.ResponseWriter, r *http.Request) { method Use (line 100) | func (mx *Mux) Use(middlewares ...func(http.Handler) http.Handler) { method Handle (line 109) | func (mx *Mux) Handle(pattern string, handler http.Handler) { method HandleFunc (line 120) | func (mx *Mux) HandleFunc(pattern string, handlerFn http.HandlerFunc) { method Method (line 131) | func (mx *Mux) Method(method, pattern string, handler http.Handler) { method MethodFunc (line 141) | func (mx *Mux) MethodFunc(method, pattern string, handlerFn http.Handl... method Connect (line 147) | func (mx *Mux) Connect(pattern string, handlerFn http.HandlerFunc) { method Delete (line 153) | func (mx *Mux) Delete(pattern string, handlerFn http.HandlerFunc) { method Get (line 159) | func (mx *Mux) Get(pattern string, handlerFn http.HandlerFunc) { method Head (line 165) | func (mx *Mux) Head(pattern string, handlerFn http.HandlerFunc) { method Options (line 171) | func (mx *Mux) Options(pattern string, handlerFn http.HandlerFunc) { method Patch (line 177) | func (mx *Mux) Patch(pattern string, handlerFn http.HandlerFunc) { method Post (line 183) | func (mx *Mux) Post(pattern string, handlerFn http.HandlerFunc) { method Put (line 189) | func (mx *Mux) Put(pattern string, handlerFn http.HandlerFunc) { method Trace (line 195) | func (mx *Mux) Trace(pattern string, handlerFn http.HandlerFunc) { method NotFound (line 201) | func (mx *Mux) NotFound(handlerFn http.HandlerFunc) { method MethodNotAllowed (line 221) | func (mx *Mux) MethodNotAllowed(handlerFn http.HandlerFunc) { method With (line 240) | func (mx *Mux) With(middlewares ...func(http.Handler) http.Handler) Ro... method Group (line 266) | func (mx *Mux) Group(fn func(r Router)) Router { method Route (line 276) | func (mx *Mux) Route(pattern string, fn func(r Router)) Router { method Mount (line 293) | func (mx *Mux) Mount(pattern string, handler http.Handler) { method Routes (line 348) | func (mx *Mux) Routes() []Route { method Middlewares (line 353) | func (mx *Mux) Middlewares() Middlewares { method Match (line 363) | func (mx *Mux) Match(rctx *Context, method, path string) bool { method Find (line 372) | func (mx *Mux) Find(rctx *Context, method, path string) string { method NotFoundHandler (line 402) | func (mx *Mux) NotFoundHandler() http.HandlerFunc { method MethodNotAllowedHandler (line 411) | func (mx *Mux) MethodNotAllowedHandler(methodsAllowed ...methodTyp) ht... method handle (line 420) | func (mx *Mux) handle(method methodTyp, pattern string, handler http.H... method routeHTTP (line 445) | func (mx *Mux) routeHTTP(w http.ResponseWriter, r *http.Request) { method nextRoutePath (line 488) | func (mx *Mux) nextRoutePath(rctx *Context) string { method updateSubRoutes (line 498) | func (mx *Mux) updateSubRoutes(fn func(subMux *Mux)) { method updateRouteHandler (line 512) | func (mx *Mux) updateRouteHandler() { function NewMux (line 52) | func NewMux() *Mux { function methodNotAllowedHandler (line 519) | func methodNotAllowedHandler(methodsAllowed ...methodTyp) func(w http.Re... FILE: vendor/github.com/go-chi/chi/v5/path_value.go constant supportsPathValue (line 12) | supportsPathValue = true function setPathValue (line 16) | func setPathValue(rctx *Context, r *http.Request) { FILE: vendor/github.com/go-chi/chi/v5/path_value_fallback.go constant supportsPathValue (line 11) | supportsPathValue = false function setPathValue (line 18) | func setPathValue(rctx *Context, r *http.Request) { FILE: vendor/github.com/go-chi/chi/v5/tree.go type methodTyp (line 16) | type methodTyp constant mSTUB (line 19) | mSTUB methodTyp = 1 << iota constant mCONNECT (line 20) | mCONNECT constant mDELETE (line 21) | mDELETE constant mGET (line 22) | mGET constant mHEAD (line 23) | mHEAD constant mOPTIONS (line 24) | mOPTIONS constant mPATCH (line 25) | mPATCH constant mPOST (line 26) | mPOST constant mPUT (line 27) | mPUT constant mTRACE (line 28) | mTRACE function RegisterMethod (line 60) | func RegisterMethod(method string) { type nodeTyp (line 77) | type nodeTyp constant ntStatic (line 80) | ntStatic nodeTyp = iota constant ntRegexp (line 81) | ntRegexp constant ntParam (line 82) | ntParam constant ntCatchAll (line 83) | ntCatchAll type node (line 86) | type node struct method InsertRoute (line 137) | func (n *node) InsertRoute(method methodTyp, pattern string, handler h... method addChild (line 233) | func (n *node) addChild(child *node, prefix string) *node { method replaceChild (line 317) | func (n *node) replaceChild(label, tail byte, child *node) { method getEdge (line 329) | func (n *node) getEdge(ntyp nodeTyp, label, tail byte, prefix string) ... method setEndpoint (line 342) | func (n *node) setEndpoint(method methodTyp, handler http.Handler, pat... method FindRoute (line 372) | func (n *node) FindRoute(rctx *Context, method methodTyp, path string)... method findRoute (line 399) | func (n *node) findRoute(rctx *Context, method methodTyp, path string)... method findEdge (line 546) | func (n *node) findEdge(ntyp nodeTyp, label byte) *node { method isLeaf (line 574) | func (n *node) isLeaf() bool { method findPattern (line 578) | func (n *node) findPattern(pattern string) bool { method routes (line 620) | func (n *node) routes() []Route { method walk (line 670) | func (n *node) walk(fn func(eps endpoints, subroutes Routes) bool) bool { type endpoints (line 115) | type endpoints method Value (line 128) | func (s endpoints) Value(method methodTyp) *endpoint { type endpoint (line 117) | type endpoint struct function patNextSegment (line 689) | func patNextSegment(pattern string) (nodeTyp, string, string, byte, int,... function patParamKeys (line 757) | func patParamKeys(pattern string) []string { function longestPrefix (line 777) | func longestPrefix(k1, k2 string) int { function methodTypString (line 791) | func methodTypString(method methodTyp) string { type nodes (line 800) | type nodes method Sort (line 803) | func (ns nodes) Sort() { sort.Sort(ns); ns.tailSort() } method Len (line 804) | func (ns nodes) Len() int { return len(ns) } method Swap (line 805) | func (ns nodes) Swap(i, j int) { ns[i], ns[j] = ns[j], ns[i] } method Less (line 806) | func (ns nodes) Less(i, j int) bool { return ns[i].label < ns[j].label } method tailSort (line 810) | func (ns nodes) tailSort() { method findEdge (line 819) | func (ns nodes) findEdge(label byte) *node { type Route (line 841) | type Route struct type WalkFunc (line 848) | type WalkFunc function Walk (line 851) | func Walk(r Routes, walkFn WalkFunc) error { function walk (line 855) | func walk(r Routes, walkFn WalkFunc, parentRoute string, parentMw ...fun... FILE: vendor/github.com/go-chi/cors/cors.go type Options (line 30) | type Options struct type Logger (line 75) | type Logger interface type Cors (line 80) | type Cors struct method Handler (line 211) | func (c *Cors) Handler(next http.Handler) http.Handler { method handlePreflight (line 234) | func (c *Cors) handlePreflight(w http.ResponseWriter, r *http.Request) { method handleActualRequest (line 292) | func (c *Cors) handleActualRequest(w http.ResponseWriter, r *http.Requ... method logf (line 331) | func (c *Cors) logf(format string, a ...interface{}) { method isOriginAllowed (line 339) | func (c *Cors) isOriginAllowed(r *http.Request, origin string) bool { method isMethodAllowed (line 362) | func (c *Cors) isMethodAllowed(method string) bool { method areHeadersAllowed (line 382) | func (c *Cors) areHeadersAllowed(requestedHeaders []string) bool { function New (line 114) | func New(options Options) *Cors { function Handler (line 186) | func Handler(options Options) func(next http.Handler) http.Handler { function AllowAll (line 193) | func AllowAll() *Cors { FILE: vendor/github.com/go-chi/cors/utils.go constant toLower (line 5) | toLower = 'a' - 'A' type converter (line 7) | type converter type wildcard (line 9) | type wildcard struct method match (line 14) | func (w wildcard) match(s string) bool { function convert (line 19) | func convert(s []string, c converter) []string { function parseHeaderList (line 28) | func parseHeaderList(headerList string) []string { FILE: vendor/github.com/go-jose/go-jose/v4/asymmetric.go type rsaEncrypterVerifier (line 37) | type rsaEncrypterVerifier struct method encryptKey (line 181) | func (ctx rsaEncrypterVerifier) encryptKey(cek []byte, alg KeyAlgorith... method encrypt (line 195) | func (ctx rsaEncrypterVerifier) encrypt(cek []byte, alg KeyAlgorithm) ... method verifyPayload (line 309) | func (ctx rsaEncrypterVerifier) verifyPayload(payload []byte, signatur... type rsaDecrypterSigner (line 42) | type rsaDecrypterSigner struct method decryptKey (line 209) | func (ctx rsaDecrypterSigner) decryptKey(headers rawHeader, recipient ... method decrypt (line 215) | func (ctx rsaDecrypterSigner) decrypt(jek []byte, alg KeyAlgorithm, ge... method signPayload (line 263) | func (ctx rsaDecrypterSigner) signPayload(payload []byte, alg Signatur... type ecEncrypterVerifier (line 47) | type ecEncrypterVerifier struct method encryptKey (line 340) | func (ctx ecEncrypterVerifier) encryptKey(cek []byte, alg KeyAlgorithm... method verifyPayload (line 558) | func (ctx ecEncrypterVerifier) verifyPayload(payload []byte, signature... type edEncrypterVerifier (line 51) | type edEncrypterVerifier struct method verifyPayload (line 489) | func (ctx edEncrypterVerifier) verifyPayload(payload []byte, signature... type ecKeyGenerator (line 56) | type ecKeyGenerator struct method keySize (line 388) | func (ctx ecKeyGenerator) keySize() int { method genKey (line 393) | func (ctx ecKeyGenerator) genKey() ([]byte, rawHeader, error) { type ecDecrypterSigner (line 63) | type ecDecrypterSigner struct method decryptKey (line 416) | func (ctx ecDecrypterSigner) decryptKey(headers rawHeader, recipient *... method signPayload (line 501) | func (ctx ecDecrypterSigner) signPayload(payload []byte, alg Signature... type edDecrypterSigner (line 67) | type edDecrypterSigner struct method signPayload (line 473) | func (ctx edDecrypterSigner) signPayload(payload []byte, alg Signature... function newRSARecipient (line 72) | func newRSARecipient(keyAlg KeyAlgorithm, publicKey *rsa.PublicKey) (rec... function newRSASigner (line 93) | func newRSASigner(sigAlg SignatureAlgorithm, privateKey *rsa.PrivateKey)... function newEd25519Signer (line 116) | func newEd25519Signer(sigAlg SignatureAlgorithm, privateKey ed25519.Priv... function newECDHRecipient (line 136) | func newECDHRecipient(keyAlg KeyAlgorithm, publicKey *ecdsa.PublicKey) (... function newECDSASigner (line 157) | func newECDSASigner(sigAlg SignatureAlgorithm, privateKey *ecdsa.Private... FILE: vendor/github.com/go-jose/go-jose/v4/cipher/cbc_hmac.go constant nonceBytes (line 32) | nonceBytes = 16 function NewCBCHMAC (line 36) | func NewCBCHMAC(key []byte, newBlockCipher func([]byte) (cipher.Block, e... type cbcAEAD (line 65) | type cbcAEAD struct method NonceSize (line 72) | func (ctx *cbcAEAD) NonceSize() int { method Overhead (line 76) | func (ctx *cbcAEAD) Overhead() int { method Seal (line 83) | func (ctx *cbcAEAD) Seal(dst, nonce, plaintext, data []byte) []byte { method Open (line 102) | func (ctx *cbcAEAD) Open(dst, nonce, ciphertext, data []byte) ([]byte,... method computeAuthTag (line 138) | func (ctx *cbcAEAD) computeAuthTag(aad, nonce, ciphertext []byte) []by... function resize (line 156) | func resize(in []byte, n uint64) (head, tail []byte) { function padBuffer (line 169) | func padBuffer(buffer []byte, blockSize int) []byte { function unpadBuffer (line 178) | func unpadBuffer(buffer []byte, blockSize int) ([]byte, error) { FILE: vendor/github.com/go-jose/go-jose/v4/cipher/concat_kdf.go type concatKDF (line 26) | type concatKDF struct method Read (line 54) | func (ctx *concatKDF) Read(out []byte) (int, error) { function NewConcatKDF (line 34) | func NewConcatKDF(hash crypto.Hash, z, algID, ptyUInfo, ptyVInfo, supPub... FILE: vendor/github.com/go-jose/go-jose/v4/cipher/ecdh_es.go function DeriveECDHES (line 31) | func DeriveECDHES(alg string, apuData, apvData []byte, priv *ecdsa.Priva... function dSize (line 71) | func dSize(curve elliptic.Curve) int { function lengthPrefixed (line 81) | func lengthPrefixed(data []byte) []byte { FILE: vendor/github.com/go-jose/go-jose/v4/cipher/key_wrap.go function KeyWrap (line 29) | func KeyWrap(block cipher.Block, cek []byte) ([]byte, error) { function KeyUnwrap (line 69) | func KeyUnwrap(block cipher.Block, ciphertext []byte) ([]byte, error) { FILE: vendor/github.com/go-jose/go-jose/v4/crypter.go type Encrypter (line 29) | type Encrypter interface type contentCipher (line 36) | type contentCipher interface type keyGenerator (line 43) | type keyGenerator interface type keyEncrypter (line 49) | type keyEncrypter interface type keyDecrypter (line 54) | type keyDecrypter interface type genericEncrypter (line 59) | type genericEncrypter struct method addRecipient (line 252) | func (ctx *genericEncrypter) addRecipient(recipient Recipient) (err er... method Encrypt (line 334) | func (ctx *genericEncrypter) Encrypt(plaintext []byte) (*JSONWebEncryp... method EncryptWithAuthData (line 339) | func (ctx *genericEncrypter) EncryptWithAuthData(plaintext, aad []byte... method Options (line 422) | func (ctx *genericEncrypter) Options() EncrypterOptions { type recipientKeyInfo (line 68) | type recipientKeyInfo struct type EncrypterOptions (line 75) | type EncrypterOptions struct method WithHeader (line 96) | func (eo *EncrypterOptions) WithHeader(k HeaderKey, v interface{}) *En... method WithContentType (line 106) | func (eo *EncrypterOptions) WithContentType(contentType ContentType) *... method WithType (line 111) | func (eo *EncrypterOptions) WithType(typ ContentType) *EncrypterOptions { type Recipient (line 122) | type Recipient struct function NewEncrypter (line 141) | func NewEncrypter(enc ContentEncryption, rcpt Recipient, opts *Encrypter... function NewMultiEncrypter (line 218) | func NewMultiEncrypter(enc ContentEncryption, rcpts []Recipient, opts *E... function makeJWERecipient (line 279) | func makeJWERecipient(alg KeyAlgorithm, encryptionKey interface{}) (reci... function newDecrypter (line 304) | func newDecrypter(decryptionKey interface{}) (keyDecrypter, error) { method Decrypt (line 450) | func (obj JSONWebEncryption) Decrypt(decryptionKey interface{}) ([]byte,... method DecryptMulti (line 523) | func (obj JSONWebEncryption) DecryptMulti(decryptionKey interface{}) (in... FILE: vendor/github.com/go-jose/go-jose/v4/encoding.go function mustSerializeJSON (line 35) | func mustSerializeJSON(value interface{}) []byte { function stripWhitespace (line 58) | func stripWhitespace(data string) string { function compress (line 70) | func compress(algorithm CompressionAlgorithm, input []byte) ([]byte, err... function decompress (line 80) | func decompress(algorithm CompressionAlgorithm, input []byte) ([]byte, e... function deflate (line 90) | func deflate(input []byte) ([]byte, error) { function inflate (line 105) | func inflate(input []byte) ([]byte, error) { type byteBuffer (line 125) | type byteBuffer struct method MarshalJSON (line 152) | func (b *byteBuffer) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 156) | func (b *byteBuffer) UnmarshalJSON(data []byte) error { method base64 (line 177) | func (b *byteBuffer) base64() string { method bytes (line 181) | func (b *byteBuffer) bytes() []byte { method bigInt (line 189) | func (b byteBuffer) bigInt() *big.Int { method toInt (line 193) | func (b byteBuffer) toInt() int { function newBuffer (line 129) | func newBuffer(data []byte) *byteBuffer { function newFixedSizeBuffer (line 138) | func newFixedSizeBuffer(data []byte, length int) *byteBuffer { function newBufferFromInt (line 146) | func newBufferFromInt(num uint64) *byteBuffer { function base64EncodeLen (line 197) | func base64EncodeLen(sl []byte) int { function base64JoinWithDots (line 201) | func base64JoinWithDots(inputs ...[]byte) string { FILE: vendor/github.com/go-jose/go-jose/v4/json/decode.go function Unmarshal (line 85) | func Unmarshal(data []byte, v interface{}) error { type Unmarshaler (line 104) | type Unmarshaler interface type UnmarshalTypeError (line 110) | type UnmarshalTypeError struct method Error (line 116) | func (e *UnmarshalTypeError) Error() string { type UnmarshalFieldError (line 123) | type UnmarshalFieldError struct method Error (line 129) | func (e *UnmarshalFieldError) Error() string { type InvalidUnmarshalError (line 135) | type InvalidUnmarshalError struct method Error (line 139) | func (e *InvalidUnmarshalError) Error() string { type Number (line 173) | type Number method String (line 176) | func (n Number) String() string { return string(n) } method Float64 (line 179) | func (n Number) Float64() (float64, error) { method Int64 (line 184) | func (n Number) Int64() (int64, error) { function isValidNumber (line 189) | func isValidNumber(s string) bool { type NumberUnmarshalType (line 248) | type NumberUnmarshalType constant UnmarshalFloat (line 252) | UnmarshalFloat NumberUnmarshalType = iota constant UnmarshalJSONNumber (line 254) | UnmarshalJSONNumber constant UnmarshalIntOrFloat (line 257) | UnmarshalIntOrFloat type decodeState (line 261) | type decodeState struct method unmarshal (line 150) | func (d *decodeState) unmarshal(v interface{}) (err error) { method init (line 275) | func (d *decodeState) init(data []byte) *decodeState { method error (line 283) | func (d *decodeState) error(err error) { method saveError (line 289) | func (d *decodeState) saveError(err error) { method next (line 297) | func (d *decodeState) next() []byte { method scanWhile (line 320) | func (d *decodeState) scanWhile(op int) int { method value (line 340) | func (d *decodeState) value(v reflect.Value) { method valueQuoted (line 392) | func (d *decodeState) valueQuoted() interface{} { method indirect (line 416) | func (d *decodeState) indirect(v reflect.Value, decodingNull bool) (Un... method array (line 459) | func (d *decodeState) array(v reflect.Value) { method object (line 567) | func (d *decodeState) object(v reflect.Value) { method literal (line 726) | func (d *decodeState) literal(v reflect.Value) { method convertNumber (line 740) | func (d *decodeState) convertNumber(s string) (interface{}, error) { method literalStore (line 779) | func (d *decodeState) literalStore(item []byte, v reflect.Value, fromQ... method valueInterface (line 948) | func (d *decodeState) valueInterface() interface{} { method arrayInterface (line 963) | func (d *decodeState) arrayInterface() []interface{} { method objectInterface (line 991) | func (d *decodeState) objectInterface() map[string]interface{} { method literalInterface (line 1047) | func (d *decodeState) literalInterface() interface{} { type unquotedValue (line 386) | type unquotedValue struct function getu4 (line 1085) | func getu4(s []byte) rune { function unquote (line 1098) | func unquote(s []byte) (t string, ok bool) { function unquoteBytes (line 1104) | func unquoteBytes(s []byte) (t []byte, ok bool) { FILE: vendor/github.com/go-jose/go-jose/v4/json/encode.go function Marshal (line 137) | func Marshal(v interface{}) ([]byte, error) { function MarshalIndent (line 147) | func MarshalIndent(v interface{}, prefix, indent string) ([]byte, error) { function HTMLEscape (line 166) | func HTMLEscape(dst *bytes.Buffer, src []byte) { type Marshaler (line 197) | type Marshaler interface type UnsupportedTypeError (line 203) | type UnsupportedTypeError struct method Error (line 207) | func (e *UnsupportedTypeError) Error() string { type UnsupportedValueError (line 211) | type UnsupportedValueError struct method Error (line 216) | func (e *UnsupportedValueError) Error() string { type InvalidUTF8Error (line 226) | type InvalidUTF8Error struct method Error (line 230) | func (e *InvalidUTF8Error) Error() string { type MarshalerError (line 234) | type MarshalerError struct method Error (line 239) | func (e *MarshalerError) Error() string { type encodeState (line 246) | type encodeState struct method marshal (line 262) | func (e *encodeState) marshal(v interface{}) (err error) { method error (line 278) | func (e *encodeState) error(err error) { method reflectValue (line 300) | func (e *encodeState) reflectValue(v reflect.Value) { method string (line 788) | func (e *encodeState) string(s string) int { method stringBytes (line 864) | func (e *encodeState) stringBytes(s []byte) int { function newEncodeState (line 253) | func newEncodeState() *encodeState { function isEmptyValue (line 282) | func isEmptyValue(v reflect.Value) bool { type encoderFunc (line 304) | type encoderFunc function valueEncoder (line 311) | func valueEncoder(v reflect.Value) encoderFunc { function typeEncoder (line 318) | func typeEncoder(t reflect.Type) encoderFunc { function newTypeEncoder (line 359) | func newTypeEncoder(t reflect.Type, allowAddr bool) encoderFunc { function invalidValueEncoder (line 408) | func invalidValueEncoder(e *encodeState, v reflect.Value, quoted bool) { function marshalerEncoder (line 412) | func marshalerEncoder(e *encodeState, v reflect.Value, quoted bool) { function addrMarshalerEncoder (line 428) | func addrMarshalerEncoder(e *encodeState, v reflect.Value, quoted bool) { function textMarshalerEncoder (line 445) | func textMarshalerEncoder(e *encodeState, v reflect.Value, quoted bool) { function addrTextMarshalerEncoder (line 458) | func addrTextMarshalerEncoder(e *encodeState, v reflect.Value, quoted bo... function boolEncoder (line 472) | func boolEncoder(e *encodeState, v reflect.Value, quoted bool) { function intEncoder (line 486) | func intEncoder(e *encodeState, v reflect.Value, quoted bool) { function uintEncoder (line 497) | func uintEncoder(e *encodeState, v reflect.Value, quoted bool) { type floatEncoder (line 508) | type floatEncoder method encode (line 510) | func (bits floatEncoder) encode(e *encodeState, v reflect.Value, quote... function stringEncoder (line 530) | func stringEncoder(e *encodeState, v reflect.Value, quoted bool) { function interfaceEncoder (line 555) | func interfaceEncoder(e *encodeState, v reflect.Value, quoted bool) { function unsupportedTypeEncoder (line 563) | func unsupportedTypeEncoder(e *encodeState, v reflect.Value, quoted bool) { type structEncoder (line 567) | type structEncoder struct method encode (line 572) | func (se *structEncoder) encode(e *encodeState, v reflect.Value, quote... function newStructEncoder (line 592) | func newStructEncoder(t reflect.Type) encoderFunc { type mapEncoder (line 604) | type mapEncoder struct method encode (line 608) | func (me *mapEncoder) encode(e *encodeState, v reflect.Value, _ bool) { function newMapEncoder (line 627) | func newMapEncoder(t reflect.Type) encoderFunc { function encodeByteSlice (line 635) | func encodeByteSlice(e *encodeState, v reflect.Value, _ bool) { type sliceEncoder (line 658) | type sliceEncoder struct method encode (line 662) | func (se *sliceEncoder) encode(e *encodeState, v reflect.Value, _ bool) { function newSliceEncoder (line 670) | func newSliceEncoder(t reflect.Type) encoderFunc { type arrayEncoder (line 679) | type arrayEncoder struct method encode (line 683) | func (ae *arrayEncoder) encode(e *encodeState, v reflect.Value, _ bool) { function newArrayEncoder (line 695) | func newArrayEncoder(t reflect.Type) encoderFunc { type ptrEncoder (line 700) | type ptrEncoder struct method encode (line 704) | func (pe *ptrEncoder) encode(e *encodeState, v reflect.Value, quoted b... function newPtrEncoder (line 712) | func newPtrEncoder(t reflect.Type) encoderFunc { type condAddrEncoder (line 717) | type condAddrEncoder struct method encode (line 721) | func (ce *condAddrEncoder) encode(e *encodeState, v reflect.Value, quo... function newCondAddrEncoder (line 731) | func newCondAddrEncoder(canAddrEnc, elseEnc encoderFunc) encoderFunc { function isValidTag (line 736) | func isValidTag(s string) bool { function fieldByIndex (line 755) | func fieldByIndex(v reflect.Value, index []int) reflect.Value { function typeByIndex (line 768) | func typeByIndex(t reflect.Type, index []int) reflect.Type { type stringValues (line 780) | type stringValues method Len (line 782) | func (sv stringValues) Len() int { return len(sv) } method Swap (line 783) | func (sv stringValues) Swap(i, j int) { sv[i], sv[j] = sv[j], sv[... method Less (line 784) | func (sv stringValues) Less(i, j int) bool { return sv.get(i) < sv.get... method get (line 785) | func (sv stringValues) get(i int) string { return sv[i].String() } type field (line 940) | type field struct function fillField (line 951) | func fillField(f field) field { type byName (line 959) | type byName method Len (line 961) | func (x byName) Len() int { return len(x) } method Swap (line 963) | func (x byName) Swap(i, j int) { x[i], x[j] = x[j], x[i] } method Less (line 965) | func (x byName) Less(i, j int) bool { type byIndex (line 979) | type byIndex method Len (line 981) | func (x byIndex) Len() int { return len(x) } method Swap (line 983) | func (x byIndex) Swap(i, j int) { x[i], x[j] = x[j], x[i] } method Less (line 985) | func (x byIndex) Less(i, j int) bool { function typeFields (line 1000) | func typeFields(t reflect.Type) []field { function dominantField (line 1137) | func dominantField(fields []field) (field, bool) { function cachedTypeFields (line 1175) | func cachedTypeFields(t reflect.Type) []field { FILE: vendor/github.com/go-jose/go-jose/v4/json/indent.go function Compact (line 11) | func Compact(dst *bytes.Buffer, src []byte) error { function compact (line 15) | func compact(dst *bytes.Buffer, src []byte, escape bool) error { function newline (line 60) | func newline(dst *bytes.Buffer, prefix, indent string, depth int) { function Indent (line 79) | func Indent(dst *bytes.Buffer, src []byte, prefix, indent string) error { FILE: vendor/github.com/go-jose/go-jose/v4/json/scanner.go function checkValid (line 20) | func checkValid(data []byte, scan *scanner) error { function nextValue (line 37) | func nextValue(data []byte, scan *scanner) (value, rest []byte, err erro... type SyntaxError (line 64) | type SyntaxError struct method Error (line 69) | func (e *SyntaxError) Error() string { return e.msg } type scanner (line 83) | type scanner struct method reset (line 145) | func (s *scanner) reset() { method eof (line 155) | func (s *scanner) eof() int { method pushParseState (line 173) | func (s *scanner) pushParseState(p int) { method popParseState (line 179) | func (s *scanner) popParseState() { method error (line 585) | func (s *scanner) error(c byte, context string) int { method undo (line 608) | func (s *scanner) undo(scanCode int) { constant scanContinue (line 117) | scanContinue = iota constant scanBeginLiteral (line 118) | scanBeginLiteral constant scanBeginObject (line 119) | scanBeginObject constant scanObjectKey (line 120) | scanObjectKey constant scanObjectValue (line 121) | scanObjectValue constant scanEndObject (line 122) | scanEndObject constant scanBeginArray (line 123) | scanBeginArray constant scanArrayValue (line 124) | scanArrayValue constant scanEndArray (line 125) | scanEndArray constant scanSkipSpace (line 126) | scanSkipSpace constant scanEnd (line 129) | scanEnd constant scanError (line 130) | scanError constant parseObjectKey (line 138) | parseObjectKey = iota constant parseObjectValue (line 139) | parseObjectValue constant parseArrayValue (line 140) | parseArrayValue function isSpace (line 191) | func isSpace(c byte) bool { function stateBeginValueOrEmpty (line 196) | func stateBeginValueOrEmpty(s *scanner, c byte) int { function stateBeginValue (line 207) | func stateBeginValue(s *scanner, c byte) int { function stateBeginStringOrEmpty (line 247) | func stateBeginStringOrEmpty(s *scanner, c byte) int { function stateBeginString (line 260) | func stateBeginString(s *scanner, c byte) int { function stateEndValue (line 273) | func stateEndValue(s *scanner, c byte) int { function stateEndTop (line 322) | func stateEndTop(s *scanner, c byte) int { function stateInString (line 331) | func stateInString(s *scanner, c byte) int { function stateInStringEsc (line 347) | func stateInStringEsc(s *scanner, c byte) int { function stateInStringEscU (line 360) | func stateInStringEscU(s *scanner, c byte) int { function stateInStringEscU1 (line 370) | func stateInStringEscU1(s *scanner, c byte) int { function stateInStringEscU12 (line 380) | func stateInStringEscU12(s *scanner, c byte) int { function stateInStringEscU123 (line 390) | func stateInStringEscU123(s *scanner, c byte) int { function stateNeg (line 400) | func stateNeg(s *scanner, c byte) int { function state1 (line 414) | func state1(s *scanner, c byte) int { function state0 (line 423) | func state0(s *scanner, c byte) int { function stateDot (line 437) | func stateDot(s *scanner, c byte) int { function stateDot0 (line 447) | func stateDot0(s *scanner, c byte) int { function stateE (line 460) | func stateE(s *scanner, c byte) int { function stateESign (line 470) | func stateESign(s *scanner, c byte) int { function stateE0 (line 481) | func stateE0(s *scanner, c byte) int { function stateT (line 489) | func stateT(s *scanner, c byte) int { function stateTr (line 498) | func stateTr(s *scanner, c byte) int { function stateTru (line 507) | func stateTru(s *scanner, c byte) int { function stateF (line 516) | func stateF(s *scanner, c byte) int { function stateFa (line 525) | func stateFa(s *scanner, c byte) int { function stateFal (line 534) | func stateFal(s *scanner, c byte) int { function stateFals (line 543) | func stateFals(s *scanner, c byte) int { function stateN (line 552) | func stateN(s *scanner, c byte) int { function stateNu (line 561) | func stateNu(s *scanner, c byte) int { function stateNul (line 570) | func stateNul(s *scanner, c byte) int { function stateError (line 580) | func stateError(s *scanner, c byte) int { function quoteChar (line 592) | func quoteChar(c byte) string { function stateRedo (line 619) | func stateRedo(s *scanner, c byte) int { FILE: vendor/github.com/go-jose/go-jose/v4/json/stream.go type Decoder (line 14) | type Decoder struct method UseNumber (line 37) | func (dec *Decoder) UseNumber() { dec.d.numberType = UnmarshalJSONNumb... method SetNumberType (line 41) | func (dec *Decoder) SetNumberType(t NumberUnmarshalType) { dec.d.numbe... method Decode (line 48) | func (dec *Decoder) Decode(v interface{}) error { method Buffered (line 82) | func (dec *Decoder) Buffered() io.Reader { method readValue (line 88) | func (dec *Decoder) readValue() (int, error) { method refill (line 139) | func (dec *Decoder) refill() error { method tokenPrepareForDecode (line 258) | func (dec *Decoder) tokenPrepareForDecode() error { method tokenValueAllowed (line 287) | func (dec *Decoder) tokenValueAllowed() bool { method tokenValueEnd (line 295) | func (dec *Decoder) tokenValueEnd() { method Token (line 322) | func (dec *Decoder) Token() (Token, error) { method tokenError (line 424) | func (dec *Decoder) tokenError(c byte) (Token, error) { method More (line 445) | func (dec *Decoder) More() bool { method peek (line 450) | func (dec *Decoder) peek() (byte, error) { function NewDecoder (line 30) | func NewDecoder(r io.Reader) *Decoder { function nonSpace (line 163) | func nonSpace(b []byte) bool { type Encoder (line 173) | type Encoder struct method Encode (line 188) | func (enc *Encoder) Encode(v interface{}) error { function NewEncoder (line 179) | func NewEncoder(w io.Writer) *Encoder { type RawMessage (line 216) | type RawMessage method MarshalJSON (line 219) | func (m *RawMessage) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 224) | func (m *RawMessage) UnmarshalJSON(data []byte) error { type Token (line 243) | type Token interface constant tokenTopValue (line 246) | tokenTopValue = iota constant tokenArrayStart (line 247) | tokenArrayStart constant tokenArrayValue (line 248) | tokenArrayValue constant tokenArrayComma (line 249) | tokenArrayComma constant tokenObjectStart (line 250) | tokenObjectStart constant tokenObjectKey (line 251) | tokenObjectKey constant tokenObjectColon (line 252) | tokenObjectColon constant tokenObjectValue (line 253) | tokenObjectValue constant tokenObjectComma (line 254) | tokenObjectComma type Delim (line 305) | type Delim method String (line 307) | func (d Delim) String() string { function clearOffset (line 418) | func clearOffset(err error) { FILE: vendor/github.com/go-jose/go-jose/v4/json/tags.go type tagOptions (line 13) | type tagOptions method Contains (line 27) | func (o tagOptions) Contains(optionName string) bool { function parseTag (line 17) | func parseTag(tag string) (string, tagOptions) { FILE: vendor/github.com/go-jose/go-jose/v4/jwe.go type rawJSONWebEncryption (line 29) | type rawJSONWebEncryption struct method sanitized (line 166) | func (parsed *rawJSONWebEncryption) sanitized( type rawRecipientInfo (line 42) | type rawRecipientInfo struct type JSONWebEncryption (line 48) | type JSONWebEncryption struct method GetAuthData (line 63) | func (obj JSONWebEncryption) GetAuthData() []byte { method mergedHeaders (line 74) | func (obj JSONWebEncryption) mergedHeaders(recipient *recipientInfo) r... method computeAuthData (line 87) | func (obj JSONWebEncryption) computeAuthData() []byte { method CompactSerialize (line 343) | func (obj JSONWebEncryption) CompactSerialize() (string, error) { method FullSerialize (line 361) | func (obj JSONWebEncryption) FullSerialize() string { type recipientInfo (line 57) | type recipientInfo struct function containsKeyAlgorithm (line 108) | func containsKeyAlgorithm(haystack []KeyAlgorithm, needle KeyAlgorithm) ... function containsContentEncryption (line 117) | func containsContentEncryption(haystack []ContentEncryption, needle Cont... function ParseEncrypted (line 136) | func ParseEncrypted(input string, function ParseEncryptedJSON (line 151) | func ParseEncryptedJSON( function validateAlgEnc (line 271) | func validateAlgEnc(headers rawHeader, keyAlgorithms []KeyAlgorithm, con... function ParseEncryptedCompact (line 286) | func ParseEncryptedCompact( FILE: vendor/github.com/go-jose/go-jose/v4/jwk.go type rawJSONWebKey (line 42) | type rawJSONWebKey struct method rsaPublicKey (line 496) | func (key rawJSONWebKey) rsaPublicKey() (*rsa.PublicKey, error) { method ecPublicKey (line 523) | func (key rawJSONWebKey) ecPublicKey() (*ecdsa.PublicKey, error) { method edPrivateKey (line 594) | func (key rawJSONWebKey) edPrivateKey() (ed25519.PrivateKey, error) { method edPublicKey (line 614) | func (key rawJSONWebKey) edPublicKey() (ed25519.PublicKey, error) { method rsaPrivateKey (line 624) | func (key rawJSONWebKey) rsaPrivateKey() (*rsa.PrivateKey, error) { method ecPrivateKey (line 702) | func (key rawJSONWebKey) ecPrivateKey() (*ecdsa.PrivateKey, error) { method symmetricKey (line 800) | func (key rawJSONWebKey) symmetricKey() ([]byte, error) { type JSONWebKey (line 72) | type JSONWebKey struct method MarshalJSON (line 104) | func (k JSONWebKey) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 180) | func (k *JSONWebKey) UnmarshalJSON(data []byte) (err error) { method Thumbprint (line 400) | func (k *JSONWebKey) Thumbprint(hash crypto.Hash) ([]byte, error) { method IsPublic (line 432) | func (k *JSONWebKey) IsPublic() bool { method Public (line 442) | func (k *JSONWebKey) Public() JSONWebKey { method Valid (line 461) | func (k *JSONWebKey) Valid() bool { type JSONWebKeySet (line 344) | type JSONWebKeySet struct method Key (line 352) | func (s *JSONWebKeySet) Key(kid string) []JSONWebKey { constant rsaThumbprintTemplate (line 363) | rsaThumbprintTemplate = `{"e":"%s","kty":"RSA","n":"%s"}` constant ecThumbprintTemplate (line 364) | ecThumbprintTemplate = `{"crv":"%s","kty":"EC","x":"%s","y":"%s"}` constant edThumbprintTemplate (line 365) | edThumbprintTemplate = `{"crv":"%s","kty":"OKP","x":"%s"}` function ecThumbprintInput (line 367) | func ecThumbprintInput(curve elliptic.Curve, x, y *big.Int) (string, err... function rsaThumbprintInput (line 383) | func rsaThumbprintInput(n *big.Int, e int) (string, error) { function edThumbprintInput (line 389) | func edThumbprintInput(ed ed25519.PublicKey) (string, error) { function fromEdPublicKey (line 507) | func fromEdPublicKey(pub ed25519.PublicKey) *rawJSONWebKey { function fromRsaPublicKey (line 515) | func fromRsaPublicKey(pub *rsa.PublicKey) *rawJSONWebKey { function fromEcPublicKey (line 565) | func fromEcPublicKey(pub *ecdsa.PublicKey) (*rawJSONWebKey, error) { function fromEdPrivateKey (line 671) | func fromEdPrivateKey(ed ed25519.PrivateKey) (*rawJSONWebKey, error) { function fromRsaPrivateKey (line 678) | func fromRsaPrivateKey(rsa *rsa.PrivateKey) (*rawJSONWebKey, error) { function fromEcPrivateKey (line 763) | func fromEcPrivateKey(ec *ecdsa.PrivateKey) (*rawJSONWebKey, error) { function dSize (line 783) | func dSize(curve elliptic.Curve) int { function fromSymmetricKey (line 793) | func fromSymmetricKey(key []byte) (*rawJSONWebKey, error) { function tryJWKS (line 813) | func tryJWKS(key interface{}, headers ...Header) (interface{}, error) { FILE: vendor/github.com/go-jose/go-jose/v4/jws.go type rawJSONWebSignature (line 30) | type rawJSONWebSignature struct method sanitized (line 227) | func (parsed *rawJSONWebSignature) sanitized(signatureAlgorithms []Sig... type rawSignatureInfo (line 39) | type rawSignatureInfo struct type JSONWebSignature (line 46) | type JSONWebSignature struct method computeAuthData (line 147) | func (obj JSONWebSignature) computeAuthData(payload []byte, signature ... method compactSerialize (line 413) | func (obj JSONWebSignature) compactSerialize(detached bool) (string, e... method CompactSerialize (line 433) | func (obj JSONWebSignature) CompactSerialize() (string, error) { method DetachedCompactSerialize (line 438) | func (obj JSONWebSignature) DetachedCompactSerialize() (string, error) { method FullSerialize (line 443) | func (obj JSONWebSignature) FullSerialize() string { type Signature (line 55) | type Signature struct method mergedHeaders (line 139) | func (sig Signature) mergedHeaders() rawHeader { function ParseSigned (line 88) | func ParseSigned( function ParseSignedCompact (line 110) | func ParseSignedCompact( function ParseDetached (line 127) | func ParseDetached( function ParseSignedJSON (line 185) | func ParseSignedJSON( function containsSignatureAlgorithm (line 198) | func containsSignatureAlgorithm(haystack []SignatureAlgorithm, needle Si... type ErrUnexpectedSignatureAlgorithm (line 209) | type ErrUnexpectedSignatureAlgorithm struct method Error (line 215) | func (e *ErrUnexpectedSignatureAlgorithm) Error() string { function newErrUnexpectedSignatureAlgorithm (line 219) | func newErrUnexpectedSignatureAlgorithm(got SignatureAlgorithm, expected... constant tokenDelim (line 364) | tokenDelim = "." function parseSignedCompact (line 367) | func parseSignedCompact( FILE: vendor/github.com/go-jose/go-jose/v4/jwt/builder.go type Builder (line 31) | type Builder interface type NestedBuilder (line 46) | type NestedBuilder interface type builder (line 58) | type builder struct method claims (line 109) | func (b builder) claims(i interface{}) builder { method merge (line 151) | func (b *builder) merge(m map[string]interface{}) builder { method token (line 165) | func (b *builder) token(p func(interface{}) ([]byte, error), h []jose.... type signedBuilder (line 63) | type signedBuilder struct method Claims (line 172) | func (b *signedBuilder) Claims(i interface{}) Builder { method Token (line 179) | func (b *signedBuilder) Token() (*JSONWebToken, error) { method Serialize (line 193) | func (b *signedBuilder) Serialize() (string, error) { method sign (line 202) | func (b *signedBuilder) sign() (*jose.JSONWebSignature, error) { type encryptedBuilder (line 68) | type encryptedBuilder struct method Claims (line 215) | func (b *encryptedBuilder) Claims(i interface{}) Builder { method Serialize (line 222) | func (b *encryptedBuilder) Serialize() (string, error) { method Token (line 231) | func (b *encryptedBuilder) Token() (*JSONWebToken, error) { method encrypt (line 240) | func (b *encryptedBuilder) encrypt() (*jose.JSONWebEncryption, error) { type nestedBuilder (line 73) | type nestedBuilder struct method Claims (line 253) | func (b *nestedBuilder) Claims(i interface{}) NestedBuilder { method Token (line 263) | func (b *nestedBuilder) Token() (*NestedJSONWebToken, error) { method Serialize (line 276) | func (b *nestedBuilder) Serialize() (string, error) { method FullSerialize (line 285) | func (b *nestedBuilder) FullSerialize() (string, error) { method signAndEncrypt (line 294) | func (b *nestedBuilder) signAndEncrypt() (*jose.JSONWebEncryption, err... function Signed (line 80) | func Signed(sig jose.Signer) Builder { function Encrypted (line 87) | func Encrypted(enc jose.Encrypter) Builder { function SignedAndEncrypted (line 95) | func SignedAndEncrypted(sig jose.Signer, enc jose.Encrypter) NestedBuild... function normalize (line 133) | func normalize(i interface{}) (map[string]interface{}, error) { FILE: vendor/github.com/go-jose/go-jose/v4/jwt/claims.go type Claims (line 28) | type Claims struct type NumericDate (line 42) | type NumericDate method MarshalJSON (line 59) | func (n NumericDate) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 64) | func (n *NumericDate) UnmarshalJSON(b []byte) error { method Time (line 77) | func (n *NumericDate) Time() time.Time { function NewNumericDate (line 45) | func NewNumericDate(t time.Time) *NumericDate { type Audience (line 85) | type Audience method UnmarshalJSON (line 88) | func (s *Audience) UnmarshalJSON(b []byte) error { method MarshalJSON (line 115) | func (s Audience) MarshalJSON() ([]byte, error) { method Contains (line 123) | func (s Audience) Contains(v string) bool { FILE: vendor/github.com/go-jose/go-jose/v4/jwt/jwt.go type JSONWebToken (line 29) | type JSONWebToken struct method Claims (line 43) | func (t *JSONWebToken) Claims(key interface{}, dest ...interface{}) er... method UnsafeClaimsWithoutVerification (line 61) | func (t *JSONWebToken) UnsafeClaimsWithoutVerification(dest ...interfa... type NestedJSONWebToken (line 35) | type NestedJSONWebToken struct method Decrypt (line 74) | func (t *NestedJSONWebToken) Decrypt(decryptionKey interface{}) (*JSON... function ParseSigned (line 89) | func ParseSigned(s string, signatureAlgorithms []jose.SignatureAlgorithm... function validateKeyEncryptionAlgorithm (line 106) | func validateKeyEncryptionAlgorithm(algs []jose.KeyAlgorithm) error { function parseEncryptedCompact (line 129) | func parseEncryptedCompact( function ParseEncrypted (line 152) | func ParseEncrypted(s string, function ParseSignedAndEncrypted (line 178) | func ParseSignedAndEncrypted(s string, FILE: vendor/github.com/go-jose/go-jose/v4/jwt/validation.go constant DefaultLeeway (line 24) | DefaultLeeway = 1.0 * time.Minute type Expected (line 31) | type Expected struct method WithTime (line 46) | func (e Expected) WithTime(t time.Time) Expected { method Validate (line 61) | func (c Claims) Validate(e Expected) error { method ValidateWithLeeway (line 79) | func (c Claims) ValidateWithLeeway(e Expected, leeway time.Duration) err... FILE: vendor/github.com/go-jose/go-jose/v4/opaque.go type OpaqueSigner (line 23) | type OpaqueSigner interface type opaqueSigner (line 33) | type opaqueSigner struct method signPayload (line 58) | func (o *opaqueSigner) signPayload(payload []byte, alg SignatureAlgori... function newOpaqueSigner (line 37) | func newOpaqueSigner(alg SignatureAlgorithm, signer OpaqueSigner) (recip... type OpaqueVerifier (line 73) | type OpaqueVerifier interface type opaqueVerifier (line 77) | type opaqueVerifier struct method verifyPayload (line 81) | func (o *opaqueVerifier) verifyPayload(payload []byte, signature []byt... type OpaqueKeyEncrypter (line 89) | type OpaqueKeyEncrypter interface type opaqueKeyEncrypter (line 98) | type opaqueKeyEncrypter struct method encryptKey (line 123) | func (oke *opaqueKeyEncrypter) encryptKey(cek []byte, alg KeyAlgorithm... function newOpaqueKeyEncrypter (line 102) | func newOpaqueKeyEncrypter(alg KeyAlgorithm, encrypter OpaqueKeyEncrypte... type OpaqueKeyDecrypter (line 128) | type OpaqueKeyDecrypter interface type opaqueKeyDecrypter (line 132) | type opaqueKeyDecrypter struct method decryptKey (line 136) | func (okd *opaqueKeyDecrypter) decryptKey(headers rawHeader, recipient... FILE: vendor/github.com/go-jose/go-jose/v4/shared.go type KeyAlgorithm (line 30) | type KeyAlgorithm type SignatureAlgorithm (line 33) | type SignatureAlgorithm type ContentEncryption (line 36) | type ContentEncryption type CompressionAlgorithm (line 39) | type CompressionAlgorithm type ContentType (line 42) | type ContentType constant ED25519 (line 87) | ED25519 = KeyAlgorithm("ED25519") constant RSA1_5 (line 88) | RSA1_5 = KeyAlgorithm("RSA1_5") constant RSA_OAEP (line 89) | RSA_OAEP = KeyAlgorithm("RSA-OAEP") constant RSA_OAEP_256 (line 90) | RSA_OAEP_256 = KeyAlgorithm("RSA-OAEP-256") constant A128KW (line 91) | A128KW = KeyAlgorithm("A128KW") constant A192KW (line 92) | A192KW = KeyAlgorithm("A192KW") constant A256KW (line 93) | A256KW = KeyAlgorithm("A256KW") constant DIRECT (line 94) | DIRECT = KeyAlgorithm("dir") constant ECDH_ES (line 95) | ECDH_ES = KeyAlgorithm("ECDH-ES") constant ECDH_ES_A128KW (line 96) | ECDH_ES_A128KW = KeyAlgorithm("ECDH-ES+A128KW") constant ECDH_ES_A192KW (line 97) | ECDH_ES_A192KW = KeyAlgorithm("ECDH-ES+A192KW") constant ECDH_ES_A256KW (line 98) | ECDH_ES_A256KW = KeyAlgorithm("ECDH-ES+A256KW") constant A128GCMKW (line 99) | A128GCMKW = KeyAlgorithm("A128GCMKW") constant A192GCMKW (line 100) | A192GCMKW = KeyAlgorithm("A192GCMKW") constant A256GCMKW (line 101) | A256GCMKW = KeyAlgorithm("A256GCMKW") constant PBES2_HS256_A128KW (line 102) | PBES2_HS256_A128KW = KeyAlgorithm("PBES2-HS256+A128KW") constant PBES2_HS384_A192KW (line 103) | PBES2_HS384_A192KW = KeyAlgorithm("PBES2-HS384+A192KW") constant PBES2_HS512_A256KW (line 104) | PBES2_HS512_A256KW = KeyAlgorithm("PBES2-HS512+A256KW") constant EdDSA (line 109) | EdDSA = SignatureAlgorithm("EdDSA") constant HS256 (line 110) | HS256 = SignatureAlgorithm("HS256") constant HS384 (line 111) | HS384 = SignatureAlgorithm("HS384") constant HS512 (line 112) | HS512 = SignatureAlgorithm("HS512") constant RS256 (line 113) | RS256 = SignatureAlgorithm("RS256") constant RS384 (line 114) | RS384 = SignatureAlgorithm("RS384") constant RS512 (line 115) | RS512 = SignatureAlgorithm("RS512") constant ES256 (line 116) | ES256 = SignatureAlgorithm("ES256") constant ES384 (line 117) | ES384 = SignatureAlgorithm("ES384") constant ES512 (line 118) | ES512 = SignatureAlgorithm("ES512") constant PS256 (line 119) | PS256 = SignatureAlgorithm("PS256") constant PS384 (line 120) | PS384 = SignatureAlgorithm("PS384") constant PS512 (line 121) | PS512 = SignatureAlgorithm("PS512") constant A128CBC_HS256 (line 126) | A128CBC_HS256 = ContentEncryption("A128CBC-HS256") constant A192CBC_HS384 (line 127) | A192CBC_HS384 = ContentEncryption("A192CBC-HS384") constant A256CBC_HS512 (line 128) | A256CBC_HS512 = ContentEncryption("A256CBC-HS512") constant A128GCM (line 129) | A128GCM = ContentEncryption("A128GCM") constant A192GCM (line 130) | A192GCM = ContentEncryption("A192GCM") constant A256GCM (line 131) | A256GCM = ContentEncryption("A256GCM") constant NONE (line 136) | NONE = CompressionAlgorithm("") constant DEFLATE (line 137) | DEFLATE = CompressionAlgorithm("DEF") type HeaderKey (line 142) | type HeaderKey constant HeaderType (line 145) | HeaderType = "typ" constant HeaderContentType (line 146) | HeaderContentType = "cty" constant headerAlgorithm (line 150) | headerAlgorithm = "alg" constant headerEncryption (line 151) | headerEncryption = "enc" constant headerCompression (line 152) | headerCompression = "zip" constant headerCritical (line 153) | headerCritical = "crit" constant headerAPU (line 155) | headerAPU = "apu" constant headerAPV (line 156) | headerAPV = "apv" constant headerEPK (line 157) | headerEPK = "epk" constant headerIV (line 158) | headerIV = "iv" constant headerTag (line 159) | headerTag = "tag" constant headerX5c (line 160) | headerX5c = "x5c" constant headerJWK (line 162) | headerJWK = "jwk" constant headerKeyID (line 163) | headerKeyID = "kid" constant headerNonce (line 164) | headerNonce = "nonce" constant headerB64 (line 165) | headerB64 = "b64" constant headerP2C (line 167) | headerP2C = "p2c" constant headerP2S (line 168) | headerP2S = "p2s" type rawHeader (line 183) | type rawHeader method set (line 225) | func (parsed rawHeader) set(k HeaderKey, v interface{}) error { method getString (line 236) | func (parsed rawHeader) getString(k HeaderKey) string { method getByteBuffer (line 251) | func (parsed rawHeader) getByteBuffer(k HeaderKey) (*byteBuffer, error) { method getAlgorithm (line 265) | func (parsed rawHeader) getAlgorithm() KeyAlgorithm { method getSignatureAlgorithm (line 270) | func (parsed rawHeader) getSignatureAlgorithm() SignatureAlgorithm { method getEncryption (line 275) | func (parsed rawHeader) getEncryption() ContentEncryption { method getCompression (line 280) | func (parsed rawHeader) getCompression() CompressionAlgorithm { method getNonce (line 284) | func (parsed rawHeader) getNonce() string { method getEPK (line 289) | func (parsed rawHeader) getEPK() (*JSONWebKey, error) { method getAPU (line 303) | func (parsed rawHeader) getAPU() (*byteBuffer, error) { method getAPV (line 308) | func (parsed rawHeader) getAPV() (*byteBuffer, error) { method getIV (line 313) | func (parsed rawHeader) getIV() (*byteBuffer, error) { method getTag (line 318) | func (parsed rawHeader) getTag() (*byteBuffer, error) { method getJWK (line 323) | func (parsed rawHeader) getJWK() (*JSONWebKey, error) { method getCritical (line 338) | func (parsed rawHeader) getCritical() ([]string, error) { method checkNoCritical (line 353) | func (parsed rawHeader) checkNoCritical() error { method checkSupportedCritical (line 363) | func (parsed rawHeader) checkSupportedCritical(supported map[string]st... method getP2C (line 379) | func (parsed rawHeader) getP2C() (int, error) { method getP2S (line 394) | func (parsed rawHeader) getP2S() (*byteBuffer, error) { method getB64 (line 399) | func (parsed rawHeader) getB64() (bool, error) { method sanitized (line 414) | func (parsed rawHeader) sanitized() (h Header, err error) { method isSet (line 495) | func (parsed rawHeader) isSet(k HeaderKey) bool { method merge (line 515) | func (parsed rawHeader) merge(src *rawHeader) { type Header (line 186) | type Header struct method Certificates (line 209) | func (h Header) Certificates(opts x509.VerifyOptions) ([][]*x509.Certi... function parseCertificateChain (line 480) | func parseCertificateChain(chain []string) ([]*x509.Certificate, error) { function curveName (line 530) | func curveName(crv elliptic.Curve) (string, error) { function curveSize (line 544) | func curveSize(crv elliptic.Curve) int { function makeRawMessage (line 557) | func makeRawMessage(b []byte) *json.RawMessage { FILE: vendor/github.com/go-jose/go-jose/v4/signing.go type NonceSource (line 32) | type NonceSource interface type Signer (line 37) | type Signer interface type SigningKey (line 57) | type SigningKey struct type SignerOptions (line 63) | type SignerOptions struct method WithHeader (line 85) | func (so *SignerOptions) WithHeader(k HeaderKey, v interface{}) *Signe... method WithContentType (line 95) | func (so *SignerOptions) WithContentType(contentType ContentType) *Sig... method WithType (line 100) | func (so *SignerOptions) WithType(typ ContentType) *SignerOptions { method WithCritical (line 106) | func (so *SignerOptions) WithCritical(names ...string) *SignerOptions { method WithBase64 (line 117) | func (so *SignerOptions) WithBase64(b64 bool) *SignerOptions { type payloadSigner (line 125) | type payloadSigner interface type payloadVerifier (line 129) | type payloadVerifier interface type genericSigner (line 133) | type genericSigner struct method addRecipient (line 207) | func (ctx *genericSigner) addRecipient(alg SignatureAlgorithm, signing... method Sign (line 259) | func (ctx *genericSigner) Sign(payload []byte) (*JSONWebSignature, err... method Options (line 339) | func (ctx *genericSigner) Options() SignerOptions { type recipientSigInfo (line 140) | type recipientSigInfo struct function staticPublicKey (line 146) | func staticPublicKey(jwk *JSONWebKey) func() *JSONWebKey { function NewSigner (line 153) | func NewSigner(sig SigningKey, opts *SignerOptions) (Signer, error) { function NewMultiSigner (line 158) | func NewMultiSigner(sigs []SigningKey, opts *SignerOptions) (Signer, err... function newVerifier (line 178) | func newVerifier(verificationKey interface{}) (payloadVerifier, error) { function makeJWSRecipient (line 217) | func makeJWSRecipient(alg SignatureAlgorithm, signingKey interface{}) (r... function newJWKSigner (line 238) | func newJWKSigner(alg SignatureAlgorithm, signingKey JSONWebKey) (recipi... method Verify (line 370) | func (obj JSONWebSignature) Verify(verificationKey interface{}) ([]byte,... method UnsafePayloadWithoutVerification (line 381) | func (obj JSONWebSignature) UnsafePayloadWithoutVerification() []byte { method DetachedVerify (line 392) | func (obj JSONWebSignature) DetachedVerify(payload []byte, verificationK... method VerifyMulti (line 449) | func (obj JSONWebSignature) VerifyMulti(verificationKey interface{}) (in... method DetachedVerifyMulti (line 469) | func (obj JSONWebSignature) DetachedVerifyMulti(payload []byte, verifica... method headers (line 517) | func (obj JSONWebSignature) headers() []Header { FILE: vendor/github.com/go-jose/go-jose/v4/symmetric.go constant defaultP2C (line 52) | defaultP2C = 600000 constant defaultP2SSize (line 54) | defaultP2SSize = 16 type symmetricKeyCipher (line 58) | type symmetricKeyCipher struct method encryptKey (line 271) | func (ctx *symmetricKeyCipher) encryptKey(cek []byte, alg KeyAlgorithm... method decryptKey (line 368) | func (ctx *symmetricKeyCipher) decryptKey(headers rawHeader, recipient... type symmetricMac (line 65) | type symmetricMac struct method signPayload (line 459) | func (ctx symmetricMac) signPayload(payload []byte, alg SignatureAlgor... method verifyPayload (line 472) | func (ctx symmetricMac) verifyPayload(payload []byte, mac []byte, alg ... method hmac (line 491) | func (ctx symmetricMac) hmac(payload []byte, alg SignatureAlgorithm) (... type aeadParts (line 70) | type aeadParts struct type aeadContentCipher (line 75) | type aeadContentCipher struct method keySize (line 227) | func (ctx aeadContentCipher) keySize() int { method encrypt (line 232) | func (ctx aeadContentCipher) encrypt(key, aad, pt []byte) (*aeadParts,... method decrypt (line 257) | func (ctx aeadContentCipher) decrypt(key, aad []byte, parts *aeadParts... type randomKeyGenerator (line 82) | type randomKeyGenerator struct method genKey (line 199) | func (ctx randomKeyGenerator) genKey() ([]byte, rawHeader, error) { method keySize (line 210) | func (ctx randomKeyGenerator) keySize() int { type staticKeyGenerator (line 87) | type staticKeyGenerator struct method genKey (line 215) | func (ctx staticKeyGenerator) genKey() ([]byte, rawHeader, error) { method keySize (line 222) | func (ctx staticKeyGenerator) keySize() int { function newAESGCM (line 92) | func newAESGCM(keySize int) contentCipher { function newAESCBC (line 108) | func newAESCBC(keySize int) contentCipher { function getContentCipher (line 119) | func getContentCipher(alg ContentEncryption) contentCipher { function getPbkdf2Params (line 140) | func getPbkdf2Params(alg KeyAlgorithm) (int, func() hash.Hash) { function getRandomSalt (line 154) | func getRandomSalt(size int) ([]byte, error) { function newSymmetricRecipient (line 165) | func newSymmetricRecipient(keyAlg KeyAlgorithm, key []byte) (recipientKe... function newSymmetricSigner (line 182) | func newSymmetricSigner(sigAlg SignatureAlgorithm, key []byte) (recipien... FILE: vendor/github.com/go-logr/logr/context.go type contextKey (line 22) | type contextKey struct type notFoundError (line 25) | type notFoundError struct method Error (line 27) | func (notFoundError) Error() string { method IsNotFound (line 31) | func (notFoundError) IsNotFound() bool { FILE: vendor/github.com/go-logr/logr/context_noslog.go function FromContext (line 27) | func FromContext(ctx context.Context) (Logger, error) { function FromContextOrDiscard (line 37) | func FromContextOrDiscard(ctx context.Context) Logger { function NewContext (line 47) | func NewContext(ctx context.Context, logger Logger) context.Context { FILE: vendor/github.com/go-logr/logr/context_slog.go function FromContext (line 29) | func FromContext(ctx context.Context) (Logger, error) { function FromContextAsSlogLogger (line 47) | func FromContextAsSlogLogger(ctx context.Context) *slog.Logger { function FromContextOrDiscard (line 66) | func FromContextOrDiscard(ctx context.Context) Logger { function NewContext (line 75) | func NewContext(ctx context.Context, logger Logger) context.Context { function NewContextWithSlogLogger (line 81) | func NewContextWithSlogLogger(ctx context.Context, logger *slog.Logger) ... FILE: vendor/github.com/go-logr/logr/discard.go function Discard (line 22) | func Discard() Logger { FILE: vendor/github.com/go-logr/logr/funcr/funcr.go function New (line 53) | func New(fn func(prefix, args string), opts Options) logr.Logger { function NewJSON (line 59) | func NewJSON(fn func(obj string), opts Options) logr.Logger { type Underlier (line 70) | type Underlier interface function newSink (line 74) | func newSink(fn func(prefix, args string), formatter Formatter) logr.Log... type Options (line 85) | type Options struct type MessageClass (line 146) | type MessageClass constant None (line 150) | None MessageClass = iota constant All (line 152) | All constant Info (line 154) | Info constant Error (line 156) | Error type fnlogger (line 161) | type fnlogger struct method WithName (line 166) | func (l fnlogger) WithName(name string) logr.LogSink { method WithValues (line 171) | func (l fnlogger) WithValues(kvList ...any) logr.LogSink { method WithCallDepth (line 176) | func (l fnlogger) WithCallDepth(depth int) logr.LogSink { method Info (line 181) | func (l fnlogger) Info(level int, msg string, kvList ...any) { method Error (line 186) | func (l fnlogger) Error(err error, msg string, kvList ...any) { method GetUnderlying (line 191) | func (l fnlogger) GetUnderlying() func(prefix, args string) { function NewFormatter (line 201) | func NewFormatter(opts Options) Formatter { function NewFormatterJSON (line 206) | func NewFormatterJSON(opts Options) Formatter { constant defaultTimestampFormat (line 211) | defaultTimestampFormat = "2006-01-02 15:04:05.000000" constant defaultMaxLogDepth (line 212) | defaultMaxLogDepth = 16 function newFormatter (line 214) | func newFormatter(opts Options, outfmt outputFormat) Formatter { type Formatter (line 238) | type Formatter struct method render (line 270) | func (f Formatter) render(builtins, args []any) string { method renderGroup (line 330) | func (f Formatter) renderGroup(name string, values string, args string... method flatten (line 368) | func (f Formatter) flatten(buf *bytes.Buffer, kvList []any, escapeKeys... method quoted (line 406) | func (f Formatter) quoted(str string, escape bool) string { method comma (line 414) | func (f Formatter) comma() byte { method colon (line 421) | func (f Formatter) colon() byte { method pretty (line 428) | func (f Formatter) pretty(value any) string { method prettyWithFlags (line 437) | func (f Formatter) prettyWithFlags(value any, flags uint32, depth int)... method caller (line 749) | func (f Formatter) caller() Caller { method nonStringKey (line 767) | func (f Formatter) nonStringKey(v any) string { method snippet (line 772) | func (f Formatter) snippet(v any) string { method sanitize (line 785) | func (f Formatter) sanitize(kvList []any) []any { method startGroup (line 801) | func (f *Formatter) startGroup(name string) { method Init (line 819) | func (f *Formatter) Init(info logr.RuntimeInfo) { method Enabled (line 824) | func (f Formatter) Enabled(level int) bool { method GetDepth (line 830) | func (f Formatter) GetDepth() int { method FormatInfo (line 837) | func (f Formatter) FormatInfo(level int, msg string, kvList []any) (pr... method FormatError (line 860) | func (f Formatter) FormatError(err error, msg string, kvList []any) (p... method AddName (line 885) | func (f *Formatter) AddName(name string) { method AddValues (line 894) | func (f *Formatter) AddValues(kvList []any) { method AddCallDepth (line 912) | func (f *Formatter) AddCallDepth(depth int) { type outputFormat (line 250) | type outputFormat constant outputKeyValue (line 254) | outputKeyValue outputFormat = iota constant outputJSON (line 256) | outputJSON type groupDef (line 261) | type groupDef struct type PseudoStruct (line 267) | type PseudoStruct constant flagRawStruct (line 433) | flagRawStruct = 0x1 function prettyString (line 663) | func prettyString(s string) string { function needsEscape (line 677) | func needsEscape(s string) bool { function isEmpty (line 686) | func isEmpty(v reflect.Value) bool { function invokeMarshaler (line 706) | func invokeMarshaler(m logr.Marshaler) (ret any) { function invokeStringer (line 715) | func invokeStringer(s fmt.Stringer) (ret string) { function invokeError (line 724) | func invokeError(e error) (ret string) { type Caller (line 739) | type Caller struct constant noValue (line 765) | noValue = "" FILE: vendor/github.com/go-logr/logr/funcr/slogsink.go constant extraSlogSinkDepth (line 31) | extraSlogSinkDepth = 3 method Handle (line 33) | func (l fnlogger) Handle(_ context.Context, record slog.Record) error { method WithAttrs (line 49) | func (l fnlogger) WithAttrs(attrs []slog.Attr) logr.SlogSink { method WithGroup (line 58) | func (l fnlogger) WithGroup(name string) logr.SlogSink { function attrToKVs (line 65) | func attrToKVs(attr slog.Attr, kvList []any) []any { method levelFromSlog (line 99) | func (l fnlogger) levelFromSlog(level slog.Level) int { FILE: vendor/github.com/go-logr/logr/logr.go function New (line 213) | func New(sink LogSink) Logger { type Logger (line 249) | type Logger struct method setSink (line 225) | func (l *Logger) setSink(sink LogSink) { method GetSink (line 230) | func (l Logger) GetSink() LogSink { method WithSink (line 235) | func (l Logger) WithSink(sink LogSink) Logger { method Enabled (line 256) | func (l Logger) Enabled() bool { method Info (line 272) | func (l Logger) Info(msg string, keysAndValues ...any) { method Error (line 294) | func (l Logger) Error(err error, msg string, keysAndValues ...any) { method V (line 308) | func (l Logger) V(level int) Logger { method GetV (line 321) | func (l Logger) GetV() int { method WithValues (line 328) | func (l Logger) WithValues(keysAndValues ...any) Logger { method WithName (line 341) | func (l Logger) WithName(name string) Logger { method WithCallDepth (line 364) | func (l Logger) WithCallDepth(depth int) Logger { method WithCallStackHelper (line 388) | func (l Logger) WithCallStackHelper() (func(), Logger) { method IsZero (line 405) | func (l Logger) IsZero() bool { type RuntimeInfo (line 411) | type RuntimeInfo struct type LogSink (line 426) | type LogSink interface type CallDepthLogSink (line 465) | type CallDepthLogSink interface type CallStackHelperLogSink (line 497) | type CallStackHelperLogSink interface type Marshaler (line 508) | type Marshaler interface FILE: vendor/github.com/go-logr/logr/sloghandler.go type slogHandler (line 27) | type slogHandler struct method GetLevel (line 51) | func (l *slogHandler) GetLevel() slog.Level { method Enabled (line 55) | func (l *slogHandler) Enabled(_ context.Context, level slog.Level) bool { method Handle (line 59) | func (l *slogHandler) Handle(ctx context.Context, record slog.Record) ... method sinkWithCallDepth (line 96) | func (l *slogHandler) sinkWithCallDepth() LogSink { method WithAttrs (line 103) | func (l *slogHandler) WithAttrs(attrs []slog.Attr) slog.Handler { method WithGroup (line 122) | func (l *slogHandler) WithGroup(name string) slog.Handler { method levelFromSlog (line 185) | func (l *slogHandler) levelFromSlog(level slog.Level) int { constant groupSeparator (line 48) | groupSeparator = "." function attrToKVs (line 142) | func attrToKVs(attr slog.Attr, groupPrefix string, kvList []any) []any { function addPrefix (line 162) | func addPrefix(prefix, name string) string { FILE: vendor/github.com/go-logr/logr/slogr.go function FromSlogHandler (line 31) | func FromSlogHandler(handler slog.Handler) Logger { function ToSlogHandler (line 59) | func ToSlogHandler(logger Logger) slog.Handler { type SlogSink (line 94) | type SlogSink interface FILE: vendor/github.com/go-logr/logr/slogsink.go type Underlier (line 36) | type Underlier interface constant nameKey (line 43) | nameKey = "logger" constant errKey (line 46) | errKey = "err" type slogSink (line 49) | type slogSink struct method Init (line 55) | func (l *slogSink) Init(info RuntimeInfo) { method GetUnderlying (line 59) | func (l *slogSink) GetUnderlying() slog.Handler { method WithCallDepth (line 63) | func (l *slogSink) WithCallDepth(depth int) LogSink { method Enabled (line 69) | func (l *slogSink) Enabled(level int) bool { method Info (line 73) | func (l *slogSink) Info(level int, msg string, kvList ...interface{}) { method Error (line 77) | func (l *slogSink) Error(err error, msg string, kvList ...interface{}) { method log (line 81) | func (l *slogSink) log(err error, msg string, level slog.Level, kvList... method WithName (line 97) | func (l slogSink) WithName(name string) LogSink { method WithValues (line 105) | func (l slogSink) WithValues(kvList ...interface{}) LogSink { function kvListToAttrs (line 110) | func kvListToAttrs(kvList ...interface{}) []slog.Attr { FILE: vendor/github.com/go-logr/stdr/stdr.go function SetVerbosity (line 37) | func SetVerbosity(v int) int { function New (line 48) | func New(std StdLogger) logr.Logger { function NewWithOptions (line 54) | func NewWithOptions(std StdLogger, opts Options) logr.Logger { type Options (line 80) | type Options struct type MessageClass (line 95) | type MessageClass constant None (line 99) | None MessageClass = iota constant All (line 101) | All constant Info (line 103) | Info constant Error (line 105) | Error type StdLogger (line 110) | type StdLogger interface type logger (line 115) | type logger struct method Enabled (line 123) | func (l logger) Enabled(level int) bool { method Info (line 127) | func (l logger) Info(level int, msg string, kvList ...interface{}) { method Error (line 135) | func (l logger) Error(err error, msg string, kvList ...interface{}) { method WithName (line 143) | func (l logger) WithName(name string) logr.LogSink { method WithValues (line 148) | func (l logger) WithValues(kvList ...interface{}) logr.LogSink { method WithCallDepth (line 153) | func (l logger) WithCallDepth(depth int) logr.LogSink { method GetUnderlying (line 168) | func (l logger) GetUnderlying() StdLogger { type Underlier (line 162) | type Underlier interface FILE: vendor/github.com/gobwas/httphead/cookie.go function ScanCookie (line 9) | func ScanCookie(data []byte, it func(key, value []byte) bool) bool { type CookieScanner (line 20) | type CookieScanner struct method Scan (line 49) | func (c CookieScanner) Scan(data []byte, it func(name, value []byte) b... function ValidCookieValue (line 145) | func ValidCookieValue(value []byte, strict bool) bool { function ValidCookieName (line 170) | func ValidCookieName(name []byte) bool { function stripQuotes (line 179) | func stripQuotes(bts []byte) []byte { function trimLeft (line 186) | func trimLeft(p []byte) []byte { function trimRight (line 194) | func trimRight(p []byte) []byte { FILE: vendor/github.com/gobwas/httphead/head.go type Version (line 9) | type Version struct type RequestLine (line 15) | type RequestLine struct type ResponseLine (line 22) | type ResponseLine struct function SplitRequestLine (line 30) | func SplitRequestLine(line []byte) (method, uri, version []byte) { function ParseRequestLine (line 35) | func ParseRequestLine(line []byte) (r RequestLine, ok bool) { function SplitResponseLine (line 67) | func SplitResponseLine(line []byte) (version, status, reason []byte) { function ParseResponseLine (line 72) | func ParseResponseLine(line []byte) (r ResponseLine, ok bool) { function ParseVersion (line 103) | func ParseVersion(bts []byte) (major, minor int, ok bool) { function ReadLine (line 147) | func ReadLine(br *bufio.Reader) ([]byte, error) { function ParseHeaderLine (line 180) | func ParseHeaderLine(line []byte) (k, v []byte, ok bool) { function IntFromASCII (line 197) | func IntFromASCII(bts []byte) (ret int, ok bool) { constant toLower (line 215) | toLower = 'a' - 'A' constant toUpper (line 216) | toUpper = ^byte(toLower) function CanonicalizeHeaderKey (line 222) | func CanonicalizeHeaderKey(k []byte) { function pow (line 236) | func pow(a, b int) int { function split3 (line 248) | func split3(p []byte, sep byte) (p1, p2, p3 []byte) { function split2 (line 258) | func split2(p []byte, sep byte) (p1, p2 []byte) { function trim (line 266) | func trim(p []byte) []byte { FILE: vendor/github.com/gobwas/httphead/httphead.go function ScanTokens (line 18) | func ScanTokens(data []byte, it func([]byte) bool) bool { function ParseOptions (line 46) | func ParseOptions(data []byte, options []Option) ([]Option, bool) { type SelectFlag (line 63) | type SelectFlag method String (line 66) | func (f SelectFlag) String() string { constant SelectCopy (line 85) | SelectCopy SelectFlag = 1 << iota constant SelectUnique (line 89) | SelectUnique type OptionSelector (line 93) | type OptionSelector struct method Select (line 111) | func (s OptionSelector) Select(data []byte, options []Option) ([]Optio... function defaultAlloc (line 161) | func defaultAlloc(n int) []byte { return make([]byte, n) } function defaultCheck (line 162) | func defaultCheck(Option) bool { return true } type Control (line 165) | type Control constant ControlContinue (line 169) | ControlContinue Control = iota constant ControlBreak (line 171) | ControlBreak constant ControlSkip (line 173) | ControlSkip function ScanOptions (line 195) | func ScanOptions(data []byte, it func(index int, option, attribute, valu... function isComma (line 323) | func isComma(b []byte) bool { function isSemicolon (line 326) | func isSemicolon(b []byte) bool { function isEquality (line 329) | func isEquality(b []byte) bool { FILE: vendor/github.com/gobwas/httphead/lexer.go type ItemType (line 8) | type ItemType constant ItemUndef (line 12) | ItemUndef ItemType = iota constant ItemToken (line 14) | ItemToken constant ItemSeparator (line 16) | ItemSeparator constant ItemString (line 18) | ItemString constant ItemComment (line 20) | ItemComment constant ItemOctet (line 22) | ItemOctet type Scanner (line 27) | type Scanner struct method Next (line 44) | func (l *Scanner) Next() bool { method FetchUntil (line 67) | func (l *Scanner) FetchUntil(c byte) bool { method Peek (line 77) | func (l *Scanner) Peek() byte { method Peek2 (line 86) | func (l *Scanner) Peek2() (a, b byte) { method Buffered (line 97) | func (l *Scanner) Buffered() int { method Advance (line 103) | func (l *Scanner) Advance(n int) bool { method Skip (line 113) | func (l *Scanner) Skip(c byte) { method SkipEscaped (line 129) | func (l *Scanner) SkipEscaped(c byte) { method Type (line 145) | func (l *Scanner) Type() ItemType { method Bytes (line 150) | func (l *Scanner) Bytes() []byte { method nextChar (line 154) | func (l *Scanner) nextChar() (byte, bool) { method resetItem (line 168) | func (l *Scanner) resetItem() { method fetchOctet (line 173) | func (l *Scanner) fetchOctet(c byte) bool { method fetchToken (line 188) | func (l *Scanner) fetchToken() bool { method fetchQuotedString (line 202) | func (l *Scanner) fetchQuotedString() (ok bool) { method fetchComment (line 218) | func (l *Scanner) fetchComment() (ok bool) { function NewScanner (line 38) | func NewScanner(data []byte) *Scanner { function ScanUntil (line 236) | func ScanUntil(data []byte, c byte) (n int) { function ScanPairGreedy (line 253) | func ScanPairGreedy(data []byte, open, close byte) (n int) { function RemoveByte (line 288) | func RemoveByte(data []byte, c byte) []byte { function SkipSpace (line 317) | func SkipSpace(p []byte) (n int) { function ScanToken (line 338) | func ScanToken(p []byte) (n int, t ItemType) { FILE: vendor/github.com/gobwas/httphead/octet.go type OctetType (line 33) | type OctetType method IsChar (line 36) | func (t OctetType) IsChar() bool { return t&octetChar != 0 } method IsControl (line 39) | func (t OctetType) IsControl() bool { return t&octetControl != 0 } method IsSeparator (line 42) | func (t OctetType) IsSeparator() bool { return t&octetSeparator != 0 } method IsSpace (line 45) | func (t OctetType) IsSpace() bool { return t&octetSpace != 0 } method IsToken (line 48) | func (t OctetType) IsToken() bool { return t&octetToken != 0 } constant octetChar (line 51) | octetChar OctetType = 1 << iota constant octetControl (line 52) | octetControl constant octetSpace (line 53) | octetSpace constant octetSeparator (line 54) | octetSeparator constant octetToken (line 55) | octetToken function init (line 61) | func init() { FILE: vendor/github.com/gobwas/httphead/option.go type Option (line 9) | type Option struct method Size (line 15) | func (opt Option) Size() int { method Copy (line 21) | func (opt Option) Copy(p []byte) Option { method Clone (line 30) | func (opt Option) Clone() Option { method String (line 35) | func (opt Option) String() string { method Equal (line 52) | func (opt Option) Equal(b Option) bool { function NewOption (line 40) | func NewOption(name string, params map[string]string) Option { type Parameters (line 60) | type Parameters struct method Equal (line 68) | func (p Parameters) Equal(b Parameters) bool { method Size (line 94) | func (p *Parameters) Size() int { method Copy (line 101) | func (p *Parameters) Copy(dst []byte) (Parameters, []byte) { method Get (line 120) | func (p *Parameters) Get(key string) (value []byte, ok bool) { method Set (line 130) | func (p *Parameters) Set(key, value []byte) { method ForEach (line 147) | func (p *Parameters) ForEach(cb func(k, v []byte) bool) { method String (line 156) | func (p *Parameters) String() (ret string) { method data (line 167) | func (p *Parameters) data() []pair { type pair (line 174) | type pair struct method copy (line 178) | func (p pair) copy(dst []byte) (pair, []byte) { type pairs (line 189) | type pairs method Len (line 191) | func (p pairs) Len() int { return len(p) } method Less (line 192) | func (p pairs) Less(a, b int) bool { return bytes.Compare(p[a].key, p[... method Swap (line 193) | func (p pairs) Swap(a, b int) { p[a], p[b] = p[b], p[a] } FILE: vendor/github.com/gobwas/httphead/writer.go function WriteOptions (line 21) | func WriteOptions(dest io.Writer, options []Option) (n int, err error) { function writeTokenSanitized (line 55) | func writeTokenSanitized(bw *writer, bts []byte) { type writer (line 83) | type writer struct method write (line 89) | func (w *writer) write(p []byte) { method result (line 99) | func (w *writer) result() (int, error) { FILE: vendor/github.com/gobwas/pool/generic.go function Get (line 19) | func Get(size int) (interface{}, int) { return DefaultPool.Get(size) } function Put (line 23) | func Put(x interface{}, size int) { DefaultPool.Put(x, size) } type Pool (line 27) | type Pool struct method Get (line 62) | func (p *Pool) Get(size int) (interface{}, int) { method Put (line 71) | func (p *Pool) Put(x interface{}, size int) { function New (line 37) | func New(min, max int) *Pool { function Custom (line 45) | func Custom(opts ...Option) *Pool { type poolConfig (line 77) | type poolConfig method AddSize (line 80) | func (p *poolConfig) AddSize(n int) { method SetSizeMapping (line 85) | func (p *poolConfig) SetSizeMapping(size func(int) int) { FILE: vendor/github.com/gobwas/pool/internal/pmath/pmath.go constant bitsize (line 4) | bitsize = 32 << (^uint(0) >> 63) constant maxint (line 5) | maxint = int(1<<(bitsize-1) - 1) constant maxintHeadBit (line 6) | maxintHeadBit = 1 << (bitsize - 2) function LogarithmicRange (line 11) | func LogarithmicRange(min, max int, cb func(int)) { function IsPowerOfTwo (line 21) | func IsPowerOfTwo(n int) bool { function Identity (line 26) | func Identity(n int) int { function CeilToPowerOfTwo (line 32) | func CeilToPowerOfTwo(n int) int { function FloorToPowerOfTwo (line 47) | func FloorToPowerOfTwo(n int) int { function fillBits (line 57) | func fillBits(n int) int { FILE: vendor/github.com/gobwas/pool/option.go type Option (line 6) | type Option type Config (line 9) | type Config interface function WithLogSizeRange (line 16) | func WithLogSizeRange(min, max int) Option { function WithSize (line 25) | func WithSize(n int) Option { function WithSizeMapping (line 31) | func WithSizeMapping(sz func(int) int) Option { function WithLogSizeMapping (line 37) | func WithLogSizeMapping() Option { function WithIdentitySizeMapping (line 41) | func WithIdentitySizeMapping() Option { FILE: vendor/github.com/gobwas/pool/pbufio/pbufio.go function GetWriter (line 19) | func GetWriter(w io.Writer, size int) *bufio.Writer { return DefaultWrit... function PutWriter (line 24) | func PutWriter(bw *bufio.Writer) { DefaultWriterPool.Put(bw) } function GetReader (line 30) | func GetReader(w io.Reader, size int) *bufio.Reader { return DefaultRead... function PutReader (line 36) | func PutReader(bw *bufio.Reader) { DefaultReaderPool.Put(bw) } type WriterPool (line 39) | type WriterPool struct method Get (line 55) | func (wp *WriterPool) Get(w io.Writer, size int) *bufio.Writer { method Put (line 66) | func (wp *WriterPool) Put(bw *bufio.Writer) { function NewWriterPool (line 45) | func NewWriterPool(min, max int) *WriterPool { function CustomWriterPool (line 50) | func CustomWriterPool(opts ...pool.Option) *WriterPool { type ReaderPool (line 74) | type ReaderPool struct method Get (line 90) | func (rp *ReaderPool) Get(r io.Reader, size int) *bufio.Reader { method Put (line 101) | func (rp *ReaderPool) Put(br *bufio.Reader) { function NewReaderPool (line 80) | func NewReaderPool(min, max int) *ReaderPool { function CustomReaderPool (line 85) | func CustomReaderPool(opts ...pool.Option) *ReaderPool { FILE: vendor/github.com/gobwas/pool/pbufio/pbufio_go110.go function writerSize (line 7) | func writerSize(bw *bufio.Writer) int { function readerSize (line 11) | func readerSize(br *bufio.Reader) int { FILE: vendor/github.com/gobwas/pool/pbufio/pbufio_go19.go function writerSize (line 7) | func writerSize(bw *bufio.Writer) int { function readerSize (line 13) | func readerSize(br *bufio.Reader) int { type optimisticReader (line 23) | type optimisticReader struct method Read (line 25) | func (optimisticReader) Read(p []byte) (int, error) { FILE: vendor/github.com/gobwas/pool/pbytes/pbytes.go function Get (line 11) | func Get(n, c int) []byte { return DefaultPool.Get(n, c) } function GetCap (line 15) | func GetCap(c int) []byte { return DefaultPool.GetCap(c) } function GetLen (line 20) | func GetLen(n int) []byte { return DefaultPool.GetLen(n) } function Put (line 24) | func Put(p []byte) { DefaultPool.Put(p) } FILE: vendor/github.com/gobwas/pool/pbytes/pool.go type Pool (line 8) | type Pool struct method Get (line 28) | func (p *Pool) Get(n, c int) []byte { method Put (line 46) | func (p *Pool) Put(bts []byte) { method GetCap (line 51) | func (p *Pool) GetCap(c int) []byte { method GetLen (line 57) | func (p *Pool) GetLen(n int) []byte { function New (line 17) | func New(min, max int) *Pool { function Custom (line 22) | func Custom(opts ...pool.Option) *Pool { FILE: vendor/github.com/gobwas/pool/pbytes/pool_sanitize.go constant magic (line 15) | magic = uint64(0x777742) type guard (line 17) | type guard struct constant guardSize (line 23) | guardSize = int(unsafe.Sizeof(guard{})) type Pool (line 25) | type Pool struct method Get (line 35) | func (p *Pool) Get(n, c int) []byte { method GetCap (line 56) | func (p *Pool) GetCap(c int) []byte { return p.Get(0, c) } method GetLen (line 57) | func (p *Pool) GetLen(n int) []byte { return Get(n, n) } method Put (line 60) | func (p *Pool) Put(bts []byte) { function New (line 29) | func New(min, max int) *Pool { function alloc (line 86) | func alloc(n int) []byte { function free (line 94) | func free(b []byte) { function mprotect (line 100) | func mprotect(ptr uintptr, r, w bool, size int) { FILE: vendor/github.com/gobwas/ws/check.go type State (line 7) | type State method Is (line 22) | func (s State) Is(v State) bool { method Set (line 27) | func (s State) Set(v State) State { method Clear (line 32) | func (s State) Clear(v State) State { method ServerSide (line 37) | func (s State) ServerSide() bool { return s.Is(StateServerSide) } method ClientSide (line 40) | func (s State) ClientSide() bool { return s.Is(StateClientSide) } method Extended (line 43) | func (s State) Extended() bool { return s.Is(StateExtended) } method Fragmented (line 46) | func (s State) Fragmented() bool { return s.Is(StateFragmented) } constant StateServerSide (line 11) | StateServerSide State = 0x1 << iota constant StateClientSide (line 13) | StateClientSide constant StateExtended (line 15) | StateExtended constant StateFragmented (line 18) | StateFragmented type ProtocolError (line 50) | type ProtocolError method Error (line 53) | func (p ProtocolError) Error() string { return string(p) } function CheckHeader (line 76) | func CheckHeader(h Header, s State) error { function CheckCloseFrameData (line 125) | func CheckCloseFrameData(code StatusCode, reason string) error { FILE: vendor/github.com/gobwas/ws/cipher.go function Cipher (line 14) | func Cipher(payload []byte, mask [4]byte, offset int) { FILE: vendor/github.com/gobwas/ws/dialer.go constant DefaultClientReadBufferSize (line 23) | DefaultClientReadBufferSize = 4096 constant DefaultClientWriteBufferSize (line 24) | DefaultClientWriteBufferSize = 4096 type Handshake (line 28) | type Handshake struct function Dial (line 47) | func Dial(ctx context.Context, urlstr string) (net.Conn, *bufio.Reader, ... type Dialer (line 52) | type Dialer struct method Dial (line 146) | func (d Dialer) Dial(ctx context.Context, urlstr string) (conn net.Con... method dial (line 219) | func (d Dialer) dial(ctx context.Context, u *url.URL) (conn net.Conn, ... method tlsClient (line 248) | func (d Dialer) tlsClient(conn net.Conn, hostname string) net.Conn { method Upgrade (line 278) | func (d Dialer) Upgrade(conn io.ReadWriter, u *url.URL) (br *bufio.Rea... function tlsDefaultConfig (line 204) | func tlsDefaultConfig() *tls.Config { function hostport (line 208) | func hostport(host, defaultPort string) (hostname, addr string) { function PutReader (line 450) | func PutReader(br *bufio.Reader) { type StatusError (line 455) | type StatusError method Error (line 457) | func (s StatusError) Error() string { function isTimeoutError (line 461) | func isTimeoutError(err error) bool { function matchSelectedExtensions (line 466) | func matchSelectedExtensions(selected []byte, wanted, received []httphea... function setupContextDeadliner (line 537) | func setupContextDeadliner(ctx context.Context, conn net.Conn) (done fun... FILE: vendor/github.com/gobwas/ws/dialer_tls_go17.go function tlsCloneConfig (line 7) | func tlsCloneConfig(c *tls.Config) *tls.Config { FILE: vendor/github.com/gobwas/ws/dialer_tls_go18.go function tlsCloneConfig (line 8) | func tlsCloneConfig(c *tls.Config) *tls.Config { FILE: vendor/github.com/gobwas/ws/errors.go type RejectOption (line 5) | type RejectOption function RejectionReason (line 9) | func RejectionReason(reason string) RejectOption { function RejectionStatus (line 17) | func RejectionStatus(code int) RejectOption { function RejectionHeader (line 25) | func RejectionHeader(h HandshakeHeader) RejectOption { function RejectConnectionError (line 33) | func RejectConnectionError(options ...RejectOption) error { type ConnectionRejectedError (line 46) | type ConnectionRejectedError struct method Error (line 53) | func (r *ConnectionRejectedError) Error() string { method StatusCode (line 57) | func (r *ConnectionRejectedError) StatusCode() int { FILE: vendor/github.com/gobwas/ws/frame.go constant MaxControlFramePayloadSize (line 12) | MaxControlFramePayloadSize = 125 type OpCode (line 16) | type OpCode method IsControl (line 31) | func (c OpCode) IsControl() bool { method IsData (line 41) | func (c OpCode) IsData() bool { method IsReserved (line 51) | func (c OpCode) IsReserved() bool { constant OpContinuation (line 21) | OpContinuation OpCode = 0x0 constant OpText (line 22) | OpText OpCode = 0x1 constant OpBinary (line 23) | OpBinary OpCode = 0x2 constant OpClose (line 24) | OpClose OpCode = 0x8 constant OpPing (line 25) | OpPing OpCode = 0x9 constant OpPong (line 26) | OpPong OpCode = 0xa type StatusCode (line 64) | type StatusCode method In (line 104) | func (s StatusCode) In(r StatusCodeRange) bool { method Empty (line 111) | func (s StatusCode) Empty() bool { method IsNotUsed (line 116) | func (s StatusCode) IsNotUsed() bool { method IsApplicationSpec (line 122) | func (s StatusCode) IsApplicationSpec() bool { method IsPrivateSpec (line 127) | func (s StatusCode) IsPrivateSpec() bool { method IsProtocolSpec (line 132) | func (s StatusCode) IsProtocolSpec() bool { method IsProtocolDefined (line 137) | func (s StatusCode) IsProtocolDefined() bool { method IsProtocolReserved (line 158) | func (s StatusCode) IsProtocolReserved() bool { type StatusCodeRange (line 67) | type StatusCodeRange struct constant StatusNormalClosure (line 83) | StatusNormalClosure StatusCode = 1000 constant StatusGoingAway (line 84) | StatusGoingAway StatusCode = 1001 constant StatusProtocolError (line 85) | StatusProtocolError StatusCode = 1002 constant StatusUnsupportedData (line 86) | StatusUnsupportedData StatusCode = 1003 constant StatusNoMeaningYet (line 87) | StatusNoMeaningYet StatusCode = 1004 constant StatusInvalidFramePayloadData (line 88) | StatusInvalidFramePayloadData StatusCode = 1007 constant StatusPolicyViolation (line 89) | StatusPolicyViolation StatusCode = 1008 constant StatusMessageTooBig (line 90) | StatusMessageTooBig StatusCode = 1009 constant StatusMandatoryExt (line 91) | StatusMandatoryExt StatusCode = 1010 constant StatusInternalServerError (line 92) | StatusInternalServerError StatusCode = 1011 constant StatusTLSHandshake (line 93) | StatusTLSHandshake StatusCode = 1015 constant StatusAbnormalClosure (line 97) | StatusAbnormalClosure StatusCode = 1006 constant StatusNoStatusRcvd (line 100) | StatusNoStatusRcvd StatusCode = 1005 type Header (line 191) | type Header struct method Rsv1 (line 201) | func (h Header) Rsv1() bool { return h.Rsv&bit5 != 0 } method Rsv2 (line 204) | func (h Header) Rsv2() bool { return h.Rsv&bit6 != 0 } method Rsv3 (line 207) | func (h Header) Rsv3() bool { return h.Rsv&bit7 != 0 } function Rsv (line 210) | func Rsv(r1, r2, r3 bool) (rsv byte) { function RsvBits (line 224) | func RsvBits(rsv byte) (r1, r2, r3 bool) { type Frame (line 233) | type Frame struct function NewFrame (line 240) | func NewFrame(op OpCode, fin bool, p []byte) Frame { function NewTextFrame (line 253) | func NewTextFrame(p []byte) Frame { function NewBinaryFrame (line 259) | func NewBinaryFrame(p []byte) Frame { function NewPingFrame (line 267) | func NewPingFrame(p []byte) Frame { function NewPongFrame (line 275) | func NewPongFrame(p []byte) Frame { function NewCloseFrame (line 283) | func NewCloseFrame(p []byte) Frame { function NewCloseFrameBody (line 295) | func NewCloseFrameBody(code StatusCode, reason string) []byte { function PutCloseFrameBody (line 311) | func PutCloseFrameBody(p []byte, code StatusCode, reason string) { function MaskFrame (line 320) | func MaskFrame(f Frame) Frame { function MaskFrameWith (line 328) | func MaskFrameWith(f Frame, mask [4]byte) Frame { function MaskFrameInPlace (line 340) | func MaskFrameInPlace(f Frame) Frame { function UnmaskFrame (line 349) | func UnmaskFrame(f Frame) Frame { function UnmaskFrameInPlace (line 360) | func UnmaskFrameInPlace(f Frame) Frame { function MaskFrameInPlaceWith (line 371) | func MaskFrameInPlaceWith(f Frame, m [4]byte) Frame { function NewMask (line 379) | func NewMask() (ret [4]byte) { function CompileFrame (line 387) | func CompileFrame(f Frame) (bts []byte, err error) { function MustCompileFrame (line 396) | func MustCompileFrame(f Frame) []byte { function makeCloseFrame (line 404) | func makeCloseFrame(code StatusCode) Frame { FILE: vendor/github.com/gobwas/ws/http.go constant crlf (line 15) | crlf = "\r\n" constant colonAndSpace (line 16) | colonAndSpace = ": " constant commaAndSpace (line 17) | commaAndSpace = ", " constant textHeadUpgrade (line 21) | textHeadUpgrade = "HTTP/1.1 101 Switching Protocols\r\nUpgrade: websocke... constant headerHost (line 42) | headerHost = "Host" constant headerUpgrade (line 43) | headerUpgrade = "Upgrade" constant headerConnection (line 44) | headerConnection = "Connection" constant headerSecVersion (line 45) | headerSecVersion = "Sec-WebSocket-Version" constant headerSecProtocol (line 46) | headerSecProtocol = "Sec-WebSocket-Protocol" constant headerSecExtensions (line 47) | headerSecExtensions = "Sec-WebSocket-Extensions" constant headerSecKey (line 48) | headerSecKey = "Sec-WebSocket-Key" constant headerSecAccept (line 49) | headerSecAccept = "Sec-WebSocket-Accept" constant headerHostCanonical (line 51) | headerHostCanonical = headerHost constant headerUpgradeCanonical (line 52) | headerUpgradeCanonical = headerUpgrade constant headerConnectionCanonical (line 53) | headerConnectionCanonical = headerConnection constant headerSecVersionCanonical (line 54) | headerSecVersionCanonical = "Sec-Websocket-Version" constant headerSecProtocolCanonical (line 55) | headerSecProtocolCanonical = "Sec-Websocket-Protocol" constant headerSecExtensionsCanonical (line 56) | headerSecExtensionsCanonical = "Sec-Websocket-Extensions" constant headerSecKeyCanonical (line 57) | headerSecKeyCanonical = "Sec-Websocket-Key" constant headerSecAcceptCanonical (line 58) | headerSecAcceptCanonical = "Sec-Websocket-Accept" type httpRequestLine (line 74) | type httpRequestLine struct type httpResponseLine (line 79) | type httpResponseLine struct function httpParseRequestLine (line 86) | func httpParseRequestLine(line []byte) (req httpRequestLine, err error) { function httpParseResponseLine (line 98) | func httpParseResponseLine(line []byte) (resp httpResponseLine, err erro... function httpParseVersion (line 122) | func httpParseVersion(bts []byte) (major, minor int, ok bool) { function httpParseHeaderLine (line 155) | func httpParseHeaderLine(line []byte) (k, v []byte, ok bool) { function httpGetHeader (line 172) | func httpGetHeader(h http.Header, key string) string { function strSelectProtocol (line 191) | func strSelectProtocol(h string, check func(string) bool) (ret string, o... function btsSelectProtocol (line 202) | func btsSelectProtocol(h []byte, check func([]byte) bool) (ret string, o... function btsSelectExtensions (line 217) | func btsSelectExtensions(h []byte, selected []httphead.Option, check fun... function negotiateMaybe (line 225) | func negotiateMaybe(in httphead.Option, dest []httphead.Option, f func(h... function negotiateExtensions (line 239) | func negotiateExtensions( function httpWriteHeader (line 265) | func httpWriteHeader(bw *bufio.Writer, key, value string) { function httpWriteHeaderBts (line 271) | func httpWriteHeaderBts(bw *bufio.Writer, key string, value []byte) { function httpWriteHeaderKey (line 277) | func httpWriteHeaderKey(bw *bufio.Writer, key string) { function httpWriteUpgradeRequest (line 282) | func httpWriteUpgradeRequest( function httpWriteResponseUpgrade (line 330) | func httpWriteResponseUpgrade(bw *bufio.Writer, nonce []byte, hs Handsha... function httpWriteResponseError (line 352) | func httpWriteResponseError(bw *bufio.Writer, err error, code int, heade... function writeStatusText (line 395) | func writeStatusText(bw *bufio.Writer, code int) { function writeErrorText (line 405) | func writeErrorText(bw *bufio.Writer, err error) { function httpError (line 415) | func httpError(w http.ResponseWriter, body string, code int) { function statusText (line 424) | func statusText(code int) string { function errorText (line 434) | func errorText(err error) string { type HandshakeHeader (line 444) | type HandshakeHeader interface type HandshakeHeaderString (line 450) | type HandshakeHeaderString method WriteTo (line 453) | func (s HandshakeHeaderString) WriteTo(w io.Writer) (int64, error) { type HandshakeHeaderBytes (line 460) | type HandshakeHeaderBytes method WriteTo (line 463) | func (b HandshakeHeaderBytes) WriteTo(w io.Writer) (int64, error) { type HandshakeHeaderFunc (line 470) | type HandshakeHeaderFunc method WriteTo (line 473) | func (f HandshakeHeaderFunc) WriteTo(w io.Writer) (int64, error) { type HandshakeHeaderHTTP (line 479) | type HandshakeHeaderHTTP method WriteTo (line 482) | func (h HandshakeHeaderHTTP) WriteTo(w io.Writer) (int64, error) { type writer (line 488) | type writer struct method WriteString (line 493) | func (w *writer) WriteString(s string) (int, error) { method Write (line 499) | func (w *writer) Write(p []byte) (int, error) { FILE: vendor/github.com/gobwas/ws/nonce.go constant nonceKeySize (line 17) | nonceKeySize = 16 constant nonceSize (line 18) | nonceSize = 24 constant acceptSize (line 25) | acceptSize = 28 function initNonce (line 29) | func initNonce(dst []byte) { function checkAcceptFromNonce (line 40) | func checkAcceptFromNonce(accept, nonce []byte) bool { function initAcceptFromNonce (line 52) | func initAcceptFromNonce(accept, nonce []byte) { function writeAccept (line 70) | func writeAccept(bw *bufio.Writer, nonce []byte) (int, error) { FILE: vendor/github.com/gobwas/ws/read.go function ReadHeader (line 16) | func ReadHeader(r io.Reader) (h Header, err error) { function ReadFrame (line 95) | func ReadFrame(r io.Reader) (f Frame, err error) { function MustReadFrame (line 112) | func MustReadFrame(r io.Reader) Frame { function ParseCloseFrameData (line 123) | func ParseCloseFrameData(payload []byte) (code StatusCode, reason string) { function ParseCloseFrameDataUnsafe (line 140) | func ParseCloseFrameDataUnsafe(payload []byte) (code StatusCode, reason ... FILE: vendor/github.com/gobwas/ws/server.go constant DefaultServerReadBufferSize (line 19) | DefaultServerReadBufferSize = 4096 constant DefaultServerWriteBufferSize (line 20) | DefaultServerWriteBufferSize = 512 function UpgradeHTTP (line 96) | func UpgradeHTTP(r *http.Request, w http.ResponseWriter) (net.Conn, *buf... function Upgrade (line 105) | func Upgrade(conn io.ReadWriter) (Handshake, error) { type HTTPUpgrader (line 111) | type HTTPUpgrader struct method Upgrade (line 155) | func (u HTTPUpgrader) Upgrade(r *http.Request, w http.ResponseWriter) ... type Upgrader (line 269) | type Upgrader struct method Upgrade (line 418) | func (u Upgrader) Upgrade(conn io.ReadWriter) (hs Handshake, err error) { type handshakeHeader (line 652) | type handshakeHeader method WriteTo (line 654) | func (hs handshakeHeader) WriteTo(w io.Writer) (n int64, err error) { FILE: vendor/github.com/gobwas/ws/util.go function SelectFromSlice (line 13) | func SelectFromSlice(accept []string) func(string) bool { function SelectEqual (line 36) | func SelectEqual(v string) func(string) bool { function asciiToInt (line 43) | func asciiToInt(bts []byte) (ret int, err error) { function pow (line 62) | func pow(a, b int) int { function bsplit3 (line 74) | func bsplit3(bts []byte, sep byte) (b1, b2, b3 []byte) { function btrim (line 84) | func btrim(bts []byte) []byte { function strHasToken (line 95) | func strHasToken(header, token string) (has bool) { function btsHasToken (line 99) | func btsHasToken(header, token []byte) (has bool) { constant toLower (line 108) | toLower = 'a' - 'A' constant toUpper (line 109) | toUpper = ^byte(toLower) constant toLower8 (line 110) | toLower8 = uint64(toLower) | function canonicalizeHeaderKey (line 122) | func canonicalizeHeaderKey(k []byte) { function readLine (line 151) | func readLine(br *bufio.Reader) ([]byte, error) { function min (line 187) | func min(a, b int) int { function nonZero (line 194) | func nonZero(a, b int) int { FILE: vendor/github.com/gobwas/ws/util_purego.go function strToBytes (line 6) | func strToBytes(str string) (bts []byte) { function btsToString (line 10) | func btsToString(bts []byte) (str string) { FILE: vendor/github.com/gobwas/ws/util_unsafe.go function strToBytes (line 11) | func strToBytes(str string) (bts []byte) { function btsToString (line 20) | func btsToString(bts []byte) (str string) { FILE: vendor/github.com/gobwas/ws/write.go constant MaxHeaderSize (line 10) | MaxHeaderSize = 14 constant MinHeaderSize (line 11) | MinHeaderSize = 2 constant bit0 (line 15) | bit0 = 0x80 constant bit1 (line 16) | bit1 = 0x40 constant bit2 (line 17) | bit2 = 0x20 constant bit3 (line 18) | bit3 = 0x10 constant bit4 (line 19) | bit4 = 0x08 constant bit5 (line 20) | bit5 = 0x04 constant bit6 (line 21) | bit6 = 0x02 constant bit7 (line 22) | bit7 = 0x01 constant len7 (line 24) | len7 = int64(125) constant len16 (line 25) | len16 = int64(^(uint16(0))) constant len64 (line 26) | len64 = int64(^(uint64(0)) >> 1) function HeaderSize (line 31) | func HeaderSize(h Header) (n int) { function WriteHeader (line 49) | func WriteHeader(w io.Writer, h Header) error { function WriteFrame (line 90) | func WriteFrame(w io.Writer, f Frame) error { function MustWriteFrame (line 100) | func MustWriteFrame(w io.Writer, f Frame) { FILE: vendor/github.com/gobwas/ws/wsutil/cipher.go type CipherReader (line 13) | type CipherReader struct method Reset (line 25) | func (c *CipherReader) Reset(r io.Reader, mask [4]byte) { method Read (line 33) | func (c *CipherReader) Read(p []byte) (n int, err error) { function NewCipherReader (line 20) | func NewCipherReader(r io.Reader, mask [4]byte) *CipherReader { type CipherWriter (line 42) | type CipherWriter struct method Reset (line 54) | func (c *CipherWriter) Reset(w io.Writer, mask [4]byte) { method Write (line 62) | func (c *CipherWriter) Write(p []byte) (n int, err error) { function NewCipherWriter (line 49) | func NewCipherWriter(w io.Writer, mask [4]byte) *CipherWriter { FILE: vendor/github.com/gobwas/ws/wsutil/dialer.go type DebugDialer (line 21) | type DebugDialer struct method Dial (line 32) | func (d *DebugDialer) Dial(ctx context.Context, urlstr string) (conn n... type rwConn (line 106) | type rwConn struct method Read (line 113) | func (rwc rwConn) Read(p []byte) (int, error) { method Write (line 117) | func (rwc rwConn) Write(p []byte) (int, error) { type prefetchResponseReader (line 123) | type prefetchResponseReader struct method Read (line 131) | func (r *prefetchResponseReader) Read(p []byte) (int, error) { FILE: vendor/github.com/gobwas/ws/wsutil/extenstion.go type RecvExtension (line 6) | type RecvExtension interface type RecvExtensionFunc (line 12) | type RecvExtensionFunc method UnsetBits (line 15) | func (fn RecvExtensionFunc) UnsetBits(h ws.Header) (ws.Header, error) { type SendExtension (line 20) | type SendExtension interface type SendExtensionFunc (line 26) | type SendExtensionFunc method SetBits (line 29) | func (fn SendExtensionFunc) SetBits(h ws.Header) (ws.Header, error) { FILE: vendor/github.com/gobwas/ws/wsutil/handler.go type ClosedError (line 15) | type ClosedError struct method Error (line 21) | func (err ClosedError) Error() string { type ControlHandler (line 36) | type ControlHandler struct method Handle (line 57) | func (c ControlHandler) Handle(h ws.Header) error { method HandlePing (line 71) | func (c ControlHandler) HandlePing(h ws.Header) error { method HandlePong (line 114) | func (c ControlHandler) HandlePong(h ws.Header) error { method HandleClose (line 133) | func (c ControlHandler) HandleClose(h ws.Header) error { method closeWithProtocolError (line 211) | func (c ControlHandler) closeWithProtocolError(reason error) error { FILE: vendor/github.com/gobwas/ws/wsutil/helper.go type Message (line 14) | type Message struct function ReadMessage (line 27) | func ReadMessage(r io.Reader, s ws.State, m []Message) ([]Message, error) { function ReadClientMessage (line 68) | func ReadClientMessage(r io.Reader, m []Message) ([]Message, error) { function ReadServerMessage (line 75) | func ReadServerMessage(r io.Reader, m []Message) ([]Message, error) { function ReadData (line 87) | func ReadData(rw io.ReadWriter, s ws.State) ([]byte, ws.OpCode, error) { function ReadClientData (line 96) | func ReadClientData(rw io.ReadWriter) ([]byte, ws.OpCode, error) { function ReadClientText (line 106) | func ReadClientText(rw io.ReadWriter) ([]byte, error) { function ReadClientBinary (line 117) | func ReadClientBinary(rw io.ReadWriter) ([]byte, error) { function ReadServerData (line 127) | func ReadServerData(rw io.ReadWriter) ([]byte, ws.OpCode, error) { function ReadServerText (line 137) | func ReadServerText(rw io.ReadWriter) ([]byte, error) { function ReadServerBinary (line 148) | func ReadServerBinary(rw io.ReadWriter) ([]byte, error) { function WriteMessage (line 160) | func WriteMessage(w io.Writer, s ws.State, op ws.OpCode, p []byte) error { function WriteServerMessage (line 166) | func WriteServerMessage(w io.Writer, op ws.OpCode, p []byte) error { function WriteServerText (line 172) | func WriteServerText(w io.Writer, p []byte) error { function WriteServerBinary (line 178) | func WriteServerBinary(w io.Writer, p []byte) error { function WriteClientMessage (line 184) | func WriteClientMessage(w io.Writer, op ws.OpCode, p []byte) error { function WriteClientText (line 190) | func WriteClientText(w io.Writer, p []byte) error { function WriteClientBinary (line 196) | func WriteClientBinary(w io.Writer, p []byte) error { function HandleClientControlMessage (line 204) | func HandleClientControlMessage(conn io.Writer, msg Message) error { function HandleServerControlMessage (line 212) | func HandleServerControlMessage(conn io.Writer, msg Message) error { function HandleControlMessage (line 221) | func HandleControlMessage(conn io.Writer, state ws.State, msg Message) e... function ControlFrameHandler (line 237) | func ControlFrameHandler(w io.Writer, state ws.State) FrameHandlerFunc { function readData (line 248) | func readData(rw io.ReadWriter, s ws.State, want ws.OpCode) ([]byte, ws.... FILE: vendor/github.com/gobwas/ws/wsutil/reader.go type FrameHandlerFunc (line 23) | type FrameHandlerFunc type Reader (line 33) | type Reader struct method Read (line 95) | func (r *Reader) Read(p []byte) (n int, err error) { method Discard (line 145) | func (r *Reader) Discard() (err error) { method NextFrame (line 167) | func (r *Reader) NextFrame() (hdr ws.Header, err error) { method fragmented (line 246) | func (r *Reader) fragmented() bool { method resetFragment (line 250) | func (r *Reader) resetFragment() { method reset (line 257) | func (r *Reader) reset() { function NewReader (line 67) | func NewReader(r io.Reader, s ws.State) *Reader { function NewClientSideReader (line 76) | func NewClientSideReader(r io.Reader) *Reader { function NewServerSideReader (line 82) | func NewServerSideReader(r io.Reader) *Reader { function NextReader (line 279) | func NextReader(r io.Reader, s ws.State) (ws.Header, io.Reader, error) { FILE: vendor/github.com/gobwas/ws/wsutil/upgrader.go type DebugUpgrader (line 18) | type DebugUpgrader struct method Upgrade (line 28) | func (d *DebugUpgrader) Upgrade(conn io.ReadWriter) (hs ws.Handshake, ... FILE: vendor/github.com/gobwas/ws/wsutil/utf8.go type UTF8Reader (line 26) | type UTF8Reader struct method Reset (line 43) | func (u *UTF8Reader) Reset(r io.Reader) { method Read (line 50) | func (u *UTF8Reader) Read(p []byte) (n int, err error) { method Valid (line 73) | func (u *UTF8Reader) Valid() bool { method Accepted (line 78) | func (u *UTF8Reader) Accepted() int { function NewUTF8Reader (line 36) | func NewUTF8Reader(r io.Reader) *UTF8Reader { constant utf8Accept (line 105) | utf8Accept = 0 constant utf8Reject (line 106) | utf8Reject = 12 function decode (line 130) | func decode(state, codep uint32, b byte) (uint32, uint32) { FILE: vendor/github.com/gobwas/ws/wsutil/writer.go constant len7 (line 30) | len7 = int64(125) constant len16 (line 31) | len16 = int64(^uint16(0)) constant len64 (line 32) | len64 = int64((^uint64(0)) >> 1) type ControlWriter (line 37) | type ControlWriter struct method Write (line 75) | func (c *ControlWriter) Write(p []byte) (n int, err error) { method Flush (line 83) | func (c *ControlWriter) Flush() error { function NewControlWriter (line 45) | func NewControlWriter(dest io.Writer, state ws.State, op ws.OpCode) *Con... function NewControlWriterBuffer (line 59) | func NewControlWriterBuffer(dest io.Writer, state ws.State, op ws.OpCode... function GetWriter (line 98) | func GetWriter(dest io.Writer, state ws.State, op ws.OpCode, n int) *Wri... function PutWriter (line 111) | func PutWriter(w *Writer) { type Writer (line 133) | type Writer struct method initBuf (line 219) | func (w *Writer) initBuf() { method Reset (line 230) | func (w *Writer) Reset(dest io.Writer, state ws.State, op ws.OpCode) { method ResetOp (line 247) | func (w *Writer) ResetOp(op ws.OpCode) { method SetExtensions (line 255) | func (w *Writer) SetExtensions(xs ...SendExtension) { method DisableFlush (line 260) | func (w *Writer) DisableFlush() { method Size (line 266) | func (w *Writer) Size() int { method Available (line 271) | func (w *Writer) Available() int { method Buffered (line 277) | func (w *Writer) Buffered() int { method Write (line 286) | func (w *Writer) Write(p []byte) (n int, err error) { method Grow (line 341) | func (w *Writer) Grow(n int) { method WriteThrough (line 379) | func (w *Writer) WriteThrough(p []byte) (n int, err error) { method ReadFrom (line 423) | func (w *Writer) ReadFrom(src io.Reader) (n int64, err error) { method Flush (line 469) | func (w *Writer) Flush() error { method FlushFragment (line 484) | func (w *Writer) FlushFragment() error { method flushFragment (line 496) | func (w *Writer) flushFragment(fin bool) (err error) { method opCode (line 532) | func (w *Writer) opCode() ws.OpCode { function NewWriter (line 169) | func NewWriter(dest io.Writer, state ws.State, op ws.OpCode) *Writer { function NewWriterSize (line 178) | func NewWriterSize(dest io.Writer, state ws.State, op ws.OpCode, n int) ... function NewWriterBufferSize (line 192) | func NewWriterBufferSize(dest io.Writer, state ws.State, op ws.OpCode, n... function NewWriterBuffer (line 208) | func NewWriterBuffer(dest io.Writer, state ws.State, op ws.OpCode, buf [... function ceilPowerOfTwo (line 328) | func ceilPowerOfTwo(n int) int { type bytesWriter (line 541) | type bytesWriter struct method Write (line 546) | func (w *bytesWriter) Write(p []byte) (int, error) { function writeFrame (line 555) | func writeFrame(w io.Writer, s ws.State, op ws.OpCode, fin bool, p []byt... function reserve (line 577) | func reserve(state ws.State, n int) (offset int) { function headerSize (line 594) | func headerSize(s ws.State, n int) int { FILE: vendor/github.com/google/gopacket/base.go type Layer (line 19) | type Layer interface type Payload (line 33) | type Payload method LayerType (line 36) | func (p Payload) LayerType() LayerType { return LayerTypePayload } method LayerContents (line 39) | func (p Payload) LayerContents() []byte { return []byte(p) } method LayerPayload (line 42) | func (p Payload) LayerPayload() []byte { return nil } method Payload (line 45) | func (p Payload) Payload() []byte { return []byte(p) } method String (line 48) | func (p Payload) String() string { return fmt.Sprintf("%d byte(s)", le... method GoString (line 51) | func (p Payload) GoString() string { return LongBytesGoString([]byte(p... method CanDecode (line 54) | func (p Payload) CanDecode() LayerClass { return LayerTypePayload } method NextLayerType (line 57) | func (p Payload) NextLayerType() LayerType { return LayerTypeZero } method DecodeFromBytes (line 60) | func (p *Payload) DecodeFromBytes(data []byte, df DecodeFeedback) error { method SerializeTo (line 68) | func (p Payload) SerializeTo(b SerializeBuffer, opts SerializeOptions)... function decodePayload (line 78) | func decodePayload(data []byte, p PacketBuilder) error { type Fragment (line 90) | type Fragment method LayerType (line 93) | func (p *Fragment) LayerType() LayerType { return LayerTypeFragment } method LayerContents (line 96) | func (p *Fragment) LayerContents() []byte { return []byte(*p) } method LayerPayload (line 99) | func (p *Fragment) LayerPayload() []byte { return nil } method Payload (line 102) | func (p *Fragment) Payload() []byte { return []byte(*p) } method String (line 105) | func (p *Fragment) String() string { return fmt.Sprintf("%d byte(s)", ... method CanDecode (line 108) | func (p *Fragment) CanDecode() LayerClass { return LayerTypeFragment } method NextLayerType (line 111) | func (p *Fragment) NextLayerType() LayerType { return LayerTypeZero } method DecodeFromBytes (line 114) | func (p *Fragment) DecodeFromBytes(data []byte, df DecodeFeedback) err... method SerializeTo (line 122) | func (p *Fragment) SerializeTo(b SerializeBuffer, opts SerializeOption... function decodeFragment (line 132) | func decodeFragment(data []byte, p PacketBuilder) error { type LinkLayer (line 146) | type LinkLayer interface type NetworkLayer (line 153) | type NetworkLayer interface type TransportLayer (line 160) | type TransportLayer interface type ApplicationLayer (line 167) | type ApplicationLayer interface type ErrorLayer (line 175) | type ErrorLayer interface FILE: vendor/github.com/google/gopacket/decode.go type DecodeFeedback (line 14) | type DecodeFeedback interface type nilDecodeFeedback (line 21) | type nilDecodeFeedback struct method SetTruncated (line 23) | func (nilDecodeFeedback) SetTruncated() {} type PacketBuilder (line 41) | type PacketBuilder interface type Decoder (line 74) | type Decoder interface type DecodeFunc (line 82) | type DecodeFunc method Decode (line 85) | func (d DecodeFunc) Decode(data []byte, p PacketBuilder) error { type DecodeFailure (line 122) | type DecodeFailure struct method Error (line 129) | func (d *DecodeFailure) Error() error { return d.err } method LayerContents (line 132) | func (d *DecodeFailure) LayerContents() []byte { return d.data } method LayerPayload (line 135) | func (d *DecodeFailure) LayerPayload() []byte { return nil } method String (line 138) | func (d *DecodeFailure) String() string { method Dump (line 143) | func (d *DecodeFailure) Dump() (s string) { method LayerType (line 151) | func (d *DecodeFailure) LayerType() LayerType { return LayerTypeDecode... function decodeUnknown (line 155) | func decodeUnknown(data []byte, p PacketBuilder) error { FILE: vendor/github.com/google/gopacket/flows.go constant MaxEndpointSize (line 27) | MaxEndpointSize = 16 type Endpoint (line 32) | type Endpoint struct method EndpointType (line 39) | func (a Endpoint) EndpointType() EndpointType { return a.typ } method Raw (line 43) | func (a Endpoint) Raw() []byte { return a.raw[:a.len] } method LessThan (line 53) | func (a Endpoint) LessThan(b Endpoint) bool { method FastHash (line 78) | func (a Endpoint) FastHash() (h uint64) { method String (line 133) | func (a Endpoint) String() string { function fnvHash (line 60) | func fnvHash(s []byte) (h uint64) { constant fnvBasis (line 69) | fnvBasis = 14695981039346656037 constant fnvPrime (line 70) | fnvPrime = 1099511628211 function NewEndpoint (line 89) | func NewEndpoint(typ EndpointType, raw []byte) (e Endpoint) { type EndpointTypeMetadata (line 100) | type EndpointTypeMetadata struct type EndpointType (line 110) | type EndpointType method String (line 126) | func (e EndpointType) String() string { function RegisterEndpointType (line 117) | func RegisterEndpointType(num int, meta EndpointTypeMetadata) EndpointTy... type Flow (line 142) | type Flow struct method FastHash (line 167) | func (f Flow) FastHash() (h uint64) { method String (line 178) | func (f Flow) String() string { method EndpointType (line 184) | func (f Flow) EndpointType() EndpointType { method Endpoints (line 189) | func (f Flow) Endpoints() (src, dst Endpoint) { method Src (line 194) | func (f Flow) Src() (src Endpoint) { method Dst (line 200) | func (f Flow) Dst() (dst Endpoint) { method Reverse (line 206) | func (f Flow) Reverse() Flow { function FlowFromEndpoints (line 151) | func FlowFromEndpoints(src, dst Endpoint) (_ Flow, err error) { function NewFlow (line 214) | func NewFlow(t EndpointType, src, dst []byte) (f Flow) { FILE: vendor/github.com/google/gopacket/layerclass.go type LayerClass (line 11) | type LayerClass interface method Contains (line 22) | func (l LayerType) Contains(a LayerType) bool { method LayerTypes (line 27) | func (l LayerType) LayerTypes() []LayerType { type LayerClassSlice (line 32) | type LayerClassSlice method Contains (line 36) | func (s LayerClassSlice) Contains(t LayerType) bool { method LayerTypes (line 42) | func (s LayerClassSlice) LayerTypes() (all []LayerType) { function NewLayerClassSlice (line 55) | func NewLayerClassSlice(types []LayerType) LayerClassSlice { type LayerClassMap (line 70) | type LayerClassMap method Contains (line 74) | func (m LayerClassMap) Contains(t LayerType) bool { method LayerTypes (line 79) | func (m LayerClassMap) LayerTypes() (all []LayerType) { function NewLayerClassMap (line 88) | func NewLayerClassMap(types []LayerType) LayerClassMap { function NewLayerClass (line 98) | func NewLayerClass(types []LayerType) LayerClass { FILE: vendor/github.com/google/gopacket/layers/arp.go constant ARPRequest (line 20) | ARPRequest = 1 constant ARPReply (line 21) | ARPReply = 2 type ARP (line 25) | type ARP struct method LayerType (line 39) | func (arp *ARP) LayerType() gopacket.LayerType { return LayerTypeARP } method DecodeFromBytes (line 42) | func (arp *ARP) DecodeFromBytes(data []byte, df gopacket.DecodeFeedbac... method SerializeTo (line 70) | func (arp *ARP) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.... method CanDecode (line 105) | func (arp *ARP) CanDecode() gopacket.LayerClass { method NextLayerType (line 110) | func (arp *ARP) NextLayerType() gopacket.LayerType { function decodeARP (line 114) | func decodeARP(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/asf.go constant ASFRMCPEnterprise (line 20) | ASFRMCPEnterprise uint32 = 4542 type ASFDataIdentifier (line 29) | type ASFDataIdentifier struct method LayerType (line 46) | func (a ASFDataIdentifier) LayerType() gopacket.LayerType { function RegisterASFLayerType (line 58) | func RegisterASFLayerType(a ASFDataIdentifier, l gopacket.LayerType) { type ASF (line 91) | type ASF struct method LayerType (line 109) | func (*ASF) LayerType() gopacket.LayerType { method CanDecode (line 114) | func (a *ASF) CanDecode() gopacket.LayerClass { method DecodeFromBytes (line 120) | func (a *ASF) DecodeFromBytes(data []byte, df gopacket.DecodeFeedback)... method NextLayerType (line 140) | func (a *ASF) NextLayerType() gopacket.LayerType { method SerializeTo (line 146) | func (a *ASF) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.Se... function decodeASF (line 164) | func decodeASF(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/asf_presencepong.go type ASFEntity (line 26) | type ASFEntity type ASFInteraction (line 33) | type ASFInteraction constant ASFDCMIEnterprise (line 41) | ASFDCMIEnterprise uint32 = 36465 constant ASFPresencePongEntityIPMI (line 45) | ASFPresencePongEntityIPMI ASFEntity = 1 << 7 constant ASFPresencePongEntityASFv1 (line 49) | ASFPresencePongEntityASFv1 ASFEntity = 1 constant ASFPresencePongInteractionSecurityExtensions (line 54) | ASFPresencePongInteractionSecurityExtensions ASFInteraction = 1 << 7 constant ASFPresencePongInteractionDASH (line 59) | ASFPresencePongInteractionDASH ASFInteraction = 1 << 5 type ASFPresencePong (line 64) | type ASFPresencePong struct method SupportsDCMI (line 110) | func (a *ASFPresencePong) SupportsDCMI() bool { method LayerType (line 116) | func (*ASFPresencePong) LayerType() gopacket.LayerType { method CanDecode (line 122) | func (a *ASFPresencePong) CanDecode() gopacket.LayerClass { method DecodeFromBytes (line 128) | func (a *ASFPresencePong) DecodeFromBytes(data []byte, df gopacket.Dec... method NextLayerType (line 150) | func (a *ASFPresencePong) NextLayerType() gopacket.LayerType { method SerializeTo (line 156) | func (a *ASFPresencePong) SerializeTo(b gopacket.SerializeBuffer, _ go... function decodeASFPresencePong (line 192) | func decodeASFPresencePong(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/base.go type BaseLayer (line 15) | type BaseLayer struct method LayerContents (line 27) | func (b *BaseLayer) LayerContents() []byte { return b.Contents } method LayerPayload (line 30) | func (b *BaseLayer) LayerPayload() []byte { return b.Payload } type layerDecodingLayer (line 32) | type layerDecodingLayer interface function decodingLayerDecoder (line 38) | func decodingLayerDecoder(d layerDecodingLayer, data []byte, p gopacket.... FILE: vendor/github.com/google/gopacket/layers/bfd.go constant bfdMinimumRecordSizeInBytes (line 88) | bfdMinimumRecordSizeInBytes int = 24 type BFDVersion (line 91) | type BFDVersion type BFDDiagnostic (line 94) | type BFDDiagnostic method String (line 110) | func (bd BFDDiagnostic) String() string { constant BFDDiagnosticNone (line 98) | BFDDiagnosticNone BFDDiagnostic = 0 constant BFDDiagnosticTimeExpired (line 99) | BFDDiagnosticTimeExpired BFDDiagnostic = 1 constant BFDDiagnosticEchoFailed (line 100) | BFDDiagnosticEchoFailed BFDDiagnostic = 2 constant BFDDiagnosticNeighborSignalDown (line 101) | BFDDiagnosticNeighborSignalDown BFDDiagnostic = 3 constant BFDDiagnosticForwardPlaneReset (line 102) | BFDDiagnosticForwardPlaneReset BFDDiagnostic = 4 constant BFDDiagnosticPathDown (line 103) | BFDDiagnosticPathDown BFDDiagnostic = 5 constant BFDDiagnosticConcatPathDown (line 104) | BFDDiagnosticConcatPathDown BFDDiagnostic = 6 constant BFDDiagnosticAdminDown (line 105) | BFDDiagnosticAdminDown BFDDiagnostic = 7 constant BFDDiagnosticRevConcatPathDown (line 106) | BFDDiagnosticRevConcatPathDown BFDDiagnostic = 8 type BFDState (line 136) | type BFDState method String (line 147) | func (s BFDState) String() string { constant BFDStateAdminDown (line 140) | BFDStateAdminDown BFDState = 0 constant BFDStateDown (line 141) | BFDStateDown BFDState = 1 constant BFDStateInit (line 142) | BFDStateInit BFDState = 2 constant BFDStateUp (line 143) | BFDStateUp BFDState = 3 type BFDDetectMultiplier (line 165) | type BFDDetectMultiplier type BFDDiscriminator (line 169) | type BFDDiscriminator type BFDTimeInterval (line 172) | type BFDTimeInterval type BFDAuthType (line 175) | type BFDAuthType method String (line 188) | func (at BFDAuthType) String() string { constant BFDAuthTypeNone (line 179) | BFDAuthTypeNone BFDAuthType = 0 constant BFDAuthTypePassword (line 180) | BFDAuthTypePassword BFDAuthType = 1 constant BFDAuthTypeKeyedMD5 (line 181) | BFDAuthTypeKeyedMD5 BFDAuthType = 2 constant BFDAuthTypeMeticulousKeyedMD5 (line 182) | BFDAuthTypeMeticulousKeyedMD5 BFDAuthType = 3 constant BFDAuthTypeKeyedSHA1 (line 183) | BFDAuthTypeKeyedSHA1 BFDAuthType = 4 constant BFDAuthTypeMeticulousKeyedSHA1 (line 184) | BFDAuthTypeMeticulousKeyedSHA1 BFDAuthType = 5 type BFDAuthKeyID (line 209) | type BFDAuthKeyID type BFDAuthSequenceNumber (line 216) | type BFDAuthSequenceNumber type BFDAuthData (line 219) | type BFDAuthData type BFDAuthHeader (line 222) | type BFDAuthHeader struct method Length (line 231) | func (h *BFDAuthHeader) Length() int { type BFD (line 262) | type BFD struct method Length (line 286) | func (d *BFD) Length() int { method LayerType (line 295) | func (d *BFD) LayerType() gopacket.LayerType { method DecodeFromBytes (line 329) | func (d *BFD) DecodeFromBytes(data []byte, df gopacket.DecodeFeedback)... method SerializeTo (line 402) | func (d *BFD) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.Se... method CanDecode (line 459) | func (d *BFD) CanDecode() gopacket.LayerClass { method NextLayerType (line 466) | func (d *BFD) NextLayerType() gopacket.LayerType { method Payload (line 471) | func (d *BFD) Payload() []byte { function decodeBFD (line 306) | func decodeBFD(data []byte, p gopacket.PacketBuilder) error { function bool2uint8 (line 476) | func bool2uint8(b bool) uint8 { FILE: vendor/github.com/google/gopacket/layers/cdp.go type CDPTLVType (line 24) | type CDPTLVType method String (line 550) | func (t CDPTLVType) String() (s string) { constant CDPTLVDevID (line 28) | CDPTLVDevID CDPTLVType = 0x0001 constant CDPTLVAddress (line 29) | CDPTLVAddress CDPTLVType = 0x0002 constant CDPTLVPortID (line 30) | CDPTLVPortID CDPTLVType = 0x0003 constant CDPTLVCapabilities (line 31) | CDPTLVCapabilities CDPTLVType = 0x0004 constant CDPTLVVersion (line 32) | CDPTLVVersion CDPTLVType = 0x0005 constant CDPTLVPlatform (line 33) | CDPTLVPlatform CDPTLVType = 0x0006 constant CDPTLVIPPrefix (line 34) | CDPTLVIPPrefix CDPTLVType = 0x0007 constant CDPTLVHello (line 35) | CDPTLVHello CDPTLVType = 0x0008 constant CDPTLVVTPDomain (line 36) | CDPTLVVTPDomain CDPTLVType = 0x0009 constant CDPTLVNativeVLAN (line 37) | CDPTLVNativeVLAN CDPTLVType = 0x000a constant CDPTLVFullDuplex (line 38) | CDPTLVFullDuplex CDPTLVType = 0x000b constant CDPTLVVLANReply (line 39) | CDPTLVVLANReply CDPTLVType = 0x000e constant CDPTLVVLANQuery (line 40) | CDPTLVVLANQuery CDPTLVType = 0x000f constant CDPTLVPower (line 41) | CDPTLVPower CDPTLVType = 0x0010 constant CDPTLVMTU (line 42) | CDPTLVMTU CDPTLVType = 0x0011 constant CDPTLVExtendedTrust (line 43) | CDPTLVExtendedTrust CDPTLVType = 0x0012 constant CDPTLVUntrustedCOS (line 44) | CDPTLVUntrustedCOS CDPTLVType = 0x0013 constant CDPTLVSysName (line 45) | CDPTLVSysName CDPTLVType = 0x0014 constant CDPTLVSysOID (line 46) | CDPTLVSysOID CDPTLVType = 0x0015 constant CDPTLVMgmtAddresses (line 47) | CDPTLVMgmtAddresses CDPTLVType = 0x0016 constant CDPTLVLocation (line 48) | CDPTLVLocation CDPTLVType = 0x0017 constant CDPTLVExternalPortID (line 49) | CDPTLVExternalPortID CDPTLVType = 0x0018 constant CDPTLVPowerRequested (line 50) | CDPTLVPowerRequested CDPTLVType = 0x0019 constant CDPTLVPowerAvailable (line 51) | CDPTLVPowerAvailable CDPTLVType = 0x001a constant CDPTLVPortUnidirectional (line 52) | CDPTLVPortUnidirectional CDPTLVType = 0x001b constant CDPTLVEnergyWise (line 53) | CDPTLVEnergyWise CDPTLVType = 0x001d constant CDPTLVSparePairPOE (line 54) | CDPTLVSparePairPOE CDPTLVType = 0x001f type CiscoDiscoveryValue (line 58) | type CiscoDiscoveryValue struct type CiscoDiscovery (line 66) | type CiscoDiscovery struct method LayerType (line 217) | func (c *CiscoDiscovery) LayerType() gopacket.LayerType { type CDPCapability (line 75) | type CDPCapability constant CDPCapMaskRouter (line 79) | CDPCapMaskRouter CDPCapability = 0x0001 constant CDPCapMaskTBBridge (line 80) | CDPCapMaskTBBridge CDPCapability = 0x0002 constant CDPCapMaskSPBridge (line 81) | CDPCapMaskSPBridge CDPCapability = 0x0004 constant CDPCapMaskSwitch (line 82) | CDPCapMaskSwitch CDPCapability = 0x0008 constant CDPCapMaskHost (line 83) | CDPCapMaskHost CDPCapability = 0x0010 constant CDPCapMaskIGMPFilter (line 84) | CDPCapMaskIGMPFilter CDPCapability = 0x0020 constant CDPCapMaskRepeater (line 85) | CDPCapMaskRepeater CDPCapability = 0x0040 constant CDPCapMaskPhone (line 86) | CDPCapMaskPhone CDPCapability = 0x0080 constant CDPCapMaskRemote (line 87) | CDPCapMaskRemote CDPCapability = 0x0100 type CDPCapabilities (line 91) | type CDPCapabilities struct constant CDPPoEFourWire (line 105) | CDPPoEFourWire byte = 0x01 constant CDPPoEPDArch (line 106) | CDPPoEPDArch byte = 0x02 constant CDPPoEPDRequest (line 107) | CDPPoEPDRequest byte = 0x04 constant CDPPoEPSE (line 108) | CDPPoEPSE byte = 0x08 type CDPSparePairPoE (line 112) | type CDPSparePairPoE struct type CDPVLANDialogue (line 120) | type CDPVLANDialogue struct type CDPPowerDialogue (line 126) | type CDPPowerDialogue struct type CDPLocation (line 133) | type CDPLocation struct type CDPHello (line 139) | type CDPHello struct type CDPEnergyWiseSubtype (line 155) | type CDPEnergyWiseSubtype method String (line 638) | func (t CDPEnergyWiseSubtype) String() (s string) { constant CDPEnergyWiseRole (line 159) | CDPEnergyWiseRole CDPEnergyWiseSubtype = 0x00000007 constant CDPEnergyWiseDomain (line 160) | CDPEnergyWiseDomain CDPEnergyWiseSubtype = 0x00000008 constant CDPEnergyWiseName (line 161) | CDPEnergyWiseName CDPEnergyWiseSubtype = 0x00000009 constant CDPEnergyWiseReplyTo (line 162) | CDPEnergyWiseReplyTo CDPEnergyWiseSubtype = 0x00000017 type CDPEnergyWise (line 166) | type CDPEnergyWise struct type CiscoDiscoveryInfo (line 186) | type CiscoDiscoveryInfo struct method LayerType (line 242) | func (c *CiscoDiscoveryInfo) LayerType() gopacket.LayerType { function decodeCiscoDiscovery (line 221) | func decodeCiscoDiscovery(data []byte, p gopacket.PacketBuilder) error { function decodeCiscoDiscoveryTLVs (line 246) | func decodeCiscoDiscoveryTLVs(data []byte, p gopacket.PacketBuilder) (va... function decodeCiscoDiscoveryInfo (line 270) | func decodeCiscoDiscoveryInfo(data []byte, p gopacket.PacketBuilder) err... constant CDPProtocolTypeNLPID (line 490) | CDPProtocolTypeNLPID byte = 1 constant CDPProtocolType802_2 (line 491) | CDPProtocolType802_2 byte = 2 type CDPAddressType (line 495) | type CDPAddressType method String (line 612) | func (a CDPAddressType) String() (s string) { constant CDPAddressTypeCLNP (line 499) | CDPAddressTypeCLNP CDPAddressType = 0x81 constant CDPAddressTypeIPV4 (line 500) | CDPAddressTypeIPV4 CDPAddressType = 0xcc constant CDPAddressTypeIPV6 (line 501) | CDPAddressTypeIPV6 CDPAddressType = 0xaaaa030000000800 constant CDPAddressTypeDECNET (line 502) | CDPAddressTypeDECNET CDPAddressType = 0xaaaa030000006003 constant CDPAddressTypeAPPLETALK (line 503) | CDPAddressTypeAPPLETALK CDPAddressType = 0xaaaa03000000809b constant CDPAddressTypeIPX (line 504) | CDPAddressTypeIPX CDPAddressType = 0xaaaa030000008137 constant CDPAddressTypeVINES (line 505) | CDPAddressTypeVINES CDPAddressType = 0xaaaa0300000080c4 constant CDPAddressTypeXNS (line 506) | CDPAddressTypeXNS CDPAddressType = 0xaaaa030000000600 constant CDPAddressTypeAPOLLO (line 507) | CDPAddressTypeAPOLLO CDPAddressType = 0xaaaa030000008019 function decodeAddresses (line 510) | func decodeAddresses(v []byte) (addresses []net.IP, err error) { function checkCDPTLVLen (line 654) | func checkCDPTLVLen(v CiscoDiscoveryValue, l int) (err error) { FILE: vendor/github.com/google/gopacket/layers/ctp.go type EthernetCTPFunction (line 17) | type EthernetCTPFunction constant EthernetCTPFunctionReply (line 21) | EthernetCTPFunctionReply EthernetCTPFunction = 1 constant EthernetCTPFunctionForwardData (line 22) | EthernetCTPFunctionForwardData EthernetCTPFunction = 2 type EthernetCTP (line 28) | type EthernetCTP struct method LayerType (line 34) | func (c *EthernetCTP) LayerType() gopacket.LayerType { type EthernetCTPForwardData (line 40) | type EthernetCTPForwardData struct method LayerType (line 47) | func (c *EthernetCTPForwardData) LayerType() gopacket.LayerType { method ForwardEndpoint (line 52) | func (c *EthernetCTPForwardData) ForwardEndpoint() gopacket.Endpoint { type EthernetCTPReply (line 57) | type EthernetCTPReply struct method LayerType (line 65) | func (c *EthernetCTPReply) LayerType() gopacket.LayerType { method Payload (line 70) | func (c *EthernetCTPReply) Payload() []byte { return c.Data } function decodeEthernetCTP (line 72) | func decodeEthernetCTP(data []byte, p gopacket.PacketBuilder) error { function decodeEthernetCTPFromFunctionType (line 86) | func decodeEthernetCTPFromFunctionType(data []byte, p gopacket.PacketBui... FILE: vendor/github.com/google/gopacket/layers/dhcpv4.go type DHCPOp (line 19) | type DHCPOp method String (line 28) | func (o DHCPOp) String() string { constant DHCPOpRequest (line 23) | DHCPOpRequest DHCPOp = 1 constant DHCPOpReply (line 24) | DHCPOpReply DHCPOp = 2 type DHCPMsgType (line 40) | type DHCPMsgType method String (line 56) | func (o DHCPMsgType) String() string { constant DHCPMsgTypeUnspecified (line 44) | DHCPMsgTypeUnspecified DHCPMsgType = iota constant DHCPMsgTypeDiscover (line 45) | DHCPMsgTypeDiscover constant DHCPMsgTypeOffer (line 46) | DHCPMsgTypeOffer constant DHCPMsgTypeRequest (line 47) | DHCPMsgTypeRequest constant DHCPMsgTypeDecline (line 48) | DHCPMsgTypeDecline constant DHCPMsgTypeAck (line 49) | DHCPMsgTypeAck constant DHCPMsgTypeNak (line 50) | DHCPMsgTypeNak constant DHCPMsgTypeRelease (line 51) | DHCPMsgTypeRelease constant DHCPMsgTypeInform (line 52) | DHCPMsgTypeInform type DHCPv4 (line 85) | type DHCPv4 struct method LayerType (line 123) | func (d *DHCPv4) LayerType() gopacket.LayerType { return LayerTypeDHCP... method DecodeFromBytes (line 126) | func (d *DHCPv4) DecodeFromBytes(data []byte, df gopacket.DecodeFeedba... method Len (line 182) | func (d *DHCPv4) Len() uint16 { method SerializeTo (line 198) | func (d *DHCPv4) SerializeTo(b gopacket.SerializeBuffer, opts gopacket... method CanDecode (line 247) | func (d *DHCPv4) CanDecode() gopacket.LayerClass { method NextLayerType (line 252) | func (d *DHCPv4) NextLayerType() gopacket.LayerType { type DHCPOptions (line 106) | type DHCPOptions method String (line 109) | func (o DHCPOptions) String() string { function decodeDHCPv4 (line 256) | func decodeDHCPv4(data []byte, p gopacket.PacketBuilder) error { type DHCPOpt (line 267) | type DHCPOpt method String (line 340) | func (o DHCPOpt) String() string { constant DHCPOptPad (line 271) | DHCPOptPad DHCPOpt = 0 constant DHCPOptSubnetMask (line 272) | DHCPOptSubnetMask DHCPOpt = 1 constant DHCPOptTimeOffset (line 273) | DHCPOptTimeOffset DHCPOpt = 2 constant DHCPOptRouter (line 274) | DHCPOptRouter DHCPOpt = 3 constant DHCPOptTimeServer (line 275) | DHCPOptTimeServer DHCPOpt = 4 constant DHCPOptNameServer (line 276) | DHCPOptNameServer DHCPOpt = 5 constant DHCPOptDNS (line 277) | DHCPOptDNS DHCPOpt = 6 constant DHCPOptLogServer (line 278) | DHCPOptLogServer DHCPOpt = 7 constant DHCPOptCookieServer (line 279) | DHCPOptCookieServer DHCPOpt = 8 constant DHCPOptLPRServer (line 280) | DHCPOptLPRServer DHCPOpt = 9 constant DHCPOptImpressServer (line 281) | DHCPOptImpressServer DHCPOpt = 10 constant DHCPOptResLocServer (line 282) | DHCPOptResLocServer DHCPOpt = 11 constant DHCPOptHostname (line 283) | DHCPOptHostname DHCPOpt = 12 constant DHCPOptBootfileSize (line 284) | DHCPOptBootfileSize DHCPOpt = 13 constant DHCPOptMeritDumpFile (line 285) | DHCPOptMeritDumpFile DHCPOpt = 14 constant DHCPOptDomainName (line 286) | DHCPOptDomainName DHCPOpt = 15 constant DHCPOptSwapServer (line 287) | DHCPOptSwapServer DHCPOpt = 16 constant DHCPOptRootPath (line 288) | DHCPOptRootPath DHCPOpt = 17 constant DHCPOptExtensionsPath (line 289) | DHCPOptExtensionsPath DHCPOpt = 18 constant DHCPOptIPForwarding (line 290) | DHCPOptIPForwarding DHCPOpt = 19 constant DHCPOptSourceRouting (line 291) | DHCPOptSourceRouting DHCPOpt = 20 constant DHCPOptPolicyFilter (line 292) | DHCPOptPolicyFilter DHCPOpt = 21 constant DHCPOptDatagramMTU (line 293) | DHCPOptDatagramMTU DHCPOpt = 22 constant DHCPOptDefaultTTL (line 294) | DHCPOptDefaultTTL DHCPOpt = 23 constant DHCPOptPathMTUAgingTimeout (line 295) | DHCPOptPathMTUAgingTimeout DHCPOpt = 24 constant DHCPOptPathPlateuTableOption (line 296) | DHCPOptPathPlateuTableOption DHCPOpt = 25 constant DHCPOptInterfaceMTU (line 297) | DHCPOptInterfaceMTU DHCPOpt = 26 constant DHCPOptAllSubsLocal (line 298) | DHCPOptAllSubsLocal DHCPOpt = 27 constant DHCPOptBroadcastAddr (line 299) | DHCPOptBroadcastAddr DHCPOpt = 28 constant DHCPOptMaskDiscovery (line 300) | DHCPOptMaskDiscovery DHCPOpt = 29 constant DHCPOptMaskSupplier (line 301) | DHCPOptMaskSupplier DHCPOpt = 30 constant DHCPOptRouterDiscovery (line 302) | DHCPOptRouterDiscovery DHCPOpt = 31 constant DHCPOptSolicitAddr (line 303) | DHCPOptSolicitAddr DHCPOpt = 32 constant DHCPOptStaticRoute (line 304) | DHCPOptStaticRoute DHCPOpt = 33 constant DHCPOptARPTrailers (line 305) | DHCPOptARPTrailers DHCPOpt = 34 constant DHCPOptARPTimeout (line 306) | DHCPOptARPTimeout DHCPOpt = 35 constant DHCPOptEthernetEncap (line 307) | DHCPOptEthernetEncap DHCPOpt = 36 constant DHCPOptTCPTTL (line 308) | DHCPOptTCPTTL DHCPOpt = 37 constant DHCPOptTCPKeepAliveInt (line 309) | DHCPOptTCPKeepAliveInt DHCPOpt = 38 constant DHCPOptTCPKeepAliveGarbage (line 310) | DHCPOptTCPKeepAliveGarbage DHCPOpt = 39 constant DHCPOptNISDomain (line 311) | DHCPOptNISDomain DHCPOpt = 40 constant DHCPOptNISServers (line 312) | DHCPOptNISServers DHCPOpt = 41 constant DHCPOptNTPServers (line 313) | DHCPOptNTPServers DHCPOpt = 42 constant DHCPOptVendorOption (line 314) | DHCPOptVendorOption DHCPOpt = 43 constant DHCPOptNetBIOSTCPNS (line 315) | DHCPOptNetBIOSTCPNS DHCPOpt = 44 constant DHCPOptNetBIOSTCPDDS (line 316) | DHCPOptNetBIOSTCPDDS DHCPOpt = 45 constant DHCPOptNETBIOSTCPNodeType (line 317) | DHCPOptNETBIOSTCPNodeType DHCPOpt = 46 constant DHCPOptNetBIOSTCPScope (line 318) | DHCPOptNetBIOSTCPScope DHCPOpt = 47 constant DHCPOptXFontServer (line 319) | DHCPOptXFontServer DHCPOpt = 48 constant DHCPOptXDisplayManager (line 320) | DHCPOptXDisplayManager DHCPOpt = 49 constant DHCPOptRequestIP (line 321) | DHCPOptRequestIP DHCPOpt = 50 constant DHCPOptLeaseTime (line 322) | DHCPOptLeaseTime DHCPOpt = 51 constant DHCPOptExtOptions (line 323) | DHCPOptExtOptions DHCPOpt = 52 constant DHCPOptMessageType (line 324) | DHCPOptMessageType DHCPOpt = 53 constant DHCPOptServerID (line 325) | DHCPOptServerID DHCPOpt = 54 constant DHCPOptParamsRequest (line 326) | DHCPOptParamsRequest DHCPOpt = 55 constant DHCPOptMessage (line 327) | DHCPOptMessage DHCPOpt = 56 constant DHCPOptMaxMessageSize (line 328) | DHCPOptMaxMessageSize DHCPOpt = 57 constant DHCPOptT1 (line 329) | DHCPOptT1 DHCPOpt = 58 constant DHCPOptT2 (line 330) | DHCPOptT2 DHCPOpt = 59 constant DHCPOptClassID (line 331) | DHCPOptClassID DHCPOpt = 60 constant DHCPOptClientID (line 332) | DHCPOptClientID DHCPOpt = 61 constant DHCPOptDomainSearch (line 333) | DHCPOptDomainSearch DHCPOpt = 119 constant DHCPOptSIPServers (line 334) | DHCPOptSIPServers DHCPOpt = 120 constant DHCPOptClasslessStaticRoute (line 335) | DHCPOptClasslessStaticRoute DHCPOpt = 121 constant DHCPOptEnd (line 336) | DHCPOptEnd DHCPOpt = 255 type DHCPOption (line 480) | type DHCPOption struct method String (line 487) | func (o DHCPOption) String() string { method encode (line 543) | func (o *DHCPOption) encode(b []byte) error { method decode (line 555) | func (o *DHCPOption) decode(data []byte) error { function NewDHCPOption (line 534) | func NewDHCPOption(t DHCPOpt, data []byte) DHCPOption { type DHCPv4Error (line 578) | type DHCPv4Error method Error (line 581) | func (d DHCPv4Error) Error() string { constant DecOptionNotEnoughData (line 587) | DecOptionNotEnoughData = DHCPv4Error("Not enough data to decode") constant DecOptionMalformed (line 589) | DecOptionMalformed = DHCPv4Error("Option is malformed") constant InvalidMagicCookie (line 591) | InvalidMagicCookie = DHCPv4Error("Bad DHCP header") FILE: vendor/github.com/google/gopacket/layers/dhcpv6.go type DHCPv6MsgType (line 18) | type DHCPv6MsgType method String (line 39) | func (o DHCPv6MsgType) String() string { constant DHCPv6MsgTypeUnspecified (line 22) | DHCPv6MsgTypeUnspecified DHCPv6MsgType = iota constant DHCPv6MsgTypeSolicit (line 23) | DHCPv6MsgTypeSolicit constant DHCPv6MsgTypeAdverstise (line 24) | DHCPv6MsgTypeAdverstise constant DHCPv6MsgTypeRequest (line 25) | DHCPv6MsgTypeRequest constant DHCPv6MsgTypeConfirm (line 26) | DHCPv6MsgTypeConfirm constant DHCPv6MsgTypeRenew (line 27) | DHCPv6MsgTypeRenew constant DHCPv6MsgTypeRebind (line 28) | DHCPv6MsgTypeRebind constant DHCPv6MsgTypeReply (line 29) | DHCPv6MsgTypeReply constant DHCPv6MsgTypeRelease (line 30) | DHCPv6MsgTypeRelease constant DHCPv6MsgTypeDecline (line 31) | DHCPv6MsgTypeDecline constant DHCPv6MsgTypeReconfigure (line 32) | DHCPv6MsgTypeReconfigure constant DHCPv6MsgTypeInformationRequest (line 33) | DHCPv6MsgTypeInformationRequest constant DHCPv6MsgTypeRelayForward (line 34) | DHCPv6MsgTypeRelayForward constant DHCPv6MsgTypeRelayReply (line 35) | DHCPv6MsgTypeRelayReply type DHCPv6 (line 75) | type DHCPv6 struct method LayerType (line 86) | func (d *DHCPv6) LayerType() gopacket.LayerType { return LayerTypeDHCP... method DecodeFromBytes (line 89) | func (d *DHCPv6) DecodeFromBytes(data []byte, df gopacket.DecodeFeedba... method Len (line 127) | func (d *DHCPv6) Len() int { method SerializeTo (line 145) | func (d *DHCPv6) SerializeTo(b gopacket.SerializeBuffer, opts gopacket... method CanDecode (line 177) | func (d *DHCPv6) CanDecode() gopacket.LayerClass { method NextLayerType (line 182) | func (d *DHCPv6) NextLayerType() gopacket.LayerType { function decodeDHCPv6 (line 186) | func decodeDHCPv6(data []byte, p gopacket.PacketBuilder) error { type DHCPv6StatusCode (line 197) | type DHCPv6StatusCode method String (line 210) | func (o DHCPv6StatusCode) String() string { constant DHCPv6StatusCodeSuccess (line 201) | DHCPv6StatusCodeSuccess DHCPv6StatusCode = iota constant DHCPv6StatusCodeUnspecFail (line 202) | DHCPv6StatusCodeUnspecFail constant DHCPv6StatusCodeNoAddrsAvail (line 203) | DHCPv6StatusCodeNoAddrsAvail constant DHCPv6StatusCodeNoBinding (line 204) | DHCPv6StatusCodeNoBinding constant DHCPv6StatusCodeNotOnLink (line 205) | DHCPv6StatusCodeNotOnLink constant DHCPv6StatusCodeUseMulticast (line 206) | DHCPv6StatusCodeUseMulticast type DHCPv6DUIDType (line 230) | type DHCPv6DUIDType method String (line 240) | func (o DHCPv6DUIDType) String() string { constant DHCPv6DUIDTypeLLT (line 234) | DHCPv6DUIDTypeLLT DHCPv6DUIDType = iota + 1 constant DHCPv6DUIDTypeEN (line 235) | DHCPv6DUIDTypeEN constant DHCPv6DUIDTypeLL (line 236) | DHCPv6DUIDTypeLL type DHCPv6DUID (line 254) | type DHCPv6DUID struct method DecodeFromBytes (line 269) | func (d *DHCPv6DUID) DecodeFromBytes(data []byte) error { method Encode (line 305) | func (d *DHCPv6DUID) Encode() []byte { method Len (line 328) | func (d *DHCPv6DUID) Len() int { method String (line 341) | func (d *DHCPv6DUID) String() string { function decodeDHCPv6DUID (line 353) | func decodeDHCPv6DUID(data []byte) (*DHCPv6DUID, error) { FILE: vendor/github.com/google/gopacket/layers/dhcpv6_options.go type DHCPv6Opt (line 18) | type DHCPv6Opt method String (line 263) | func (o DHCPv6Opt) String() string { constant DHCPv6OptClientID (line 22) | DHCPv6OptClientID DHCPv6Opt = 1 constant DHCPv6OptServerID (line 23) | DHCPv6OptServerID DHCPv6Opt = 2 constant DHCPv6OptIANA (line 24) | DHCPv6OptIANA DHCPv6Opt = 3 constant DHCPv6OptIATA (line 25) | DHCPv6OptIATA DHCPv6Opt = 4 constant DHCPv6OptIAAddr (line 26) | DHCPv6OptIAAddr DHCPv6Opt = 5 constant DHCPv6OptOro (line 27) | DHCPv6OptOro DHCPv6Opt = 6 constant DHCPv6OptPreference (line 28) | DHCPv6OptPreference DHCPv6Opt = 7 constant DHCPv6OptElapsedTime (line 29) | DHCPv6OptElapsedTime DHCPv6Opt = 8 constant DHCPv6OptRelayMessage (line 30) | DHCPv6OptRelayMessage DHCPv6Opt = 9 constant DHCPv6OptAuth (line 31) | DHCPv6OptAuth DHCPv6Opt = 11 constant DHCPv6OptUnicast (line 32) | DHCPv6OptUnicast DHCPv6Opt = 12 constant DHCPv6OptStatusCode (line 33) | DHCPv6OptStatusCode DHCPv6Opt = 13 constant DHCPv6OptRapidCommit (line 34) | DHCPv6OptRapidCommit DHCPv6Opt = 14 constant DHCPv6OptUserClass (line 35) | DHCPv6OptUserClass DHCPv6Opt = 15 constant DHCPv6OptVendorClass (line 36) | DHCPv6OptVendorClass DHCPv6Opt = 16 constant DHCPv6OptVendorOpts (line 37) | DHCPv6OptVendorOpts DHCPv6Opt = 17 constant DHCPv6OptInterfaceID (line 38) | DHCPv6OptInterfaceID DHCPv6Opt = 18 constant DHCPv6OptReconfigureMessage (line 39) | DHCPv6OptReconfigureMessage DHCPv6Opt = 19 constant DHCPv6OptReconfigureAccept (line 40) | DHCPv6OptReconfigureAccept DHCPv6Opt = 20 constant DHCPv6OptSIPServersDomainList (line 43) | DHCPv6OptSIPServersDomainList DHCPv6Opt = 21 constant DHCPv6OptSIPServersAddressList (line 44) | DHCPv6OptSIPServersAddressList DHCPv6Opt = 22 constant DHCPv6OptDNSServers (line 47) | DHCPv6OptDNSServers DHCPv6Opt = 23 constant DHCPv6OptDomainList (line 48) | DHCPv6OptDomainList DHCPv6Opt = 24 constant DHCPv6OptIAPD (line 51) | DHCPv6OptIAPD DHCPv6Opt = 25 constant DHCPv6OptIAPrefix (line 52) | DHCPv6OptIAPrefix DHCPv6Opt = 26 constant DHCPv6OptNISServers (line 55) | DHCPv6OptNISServers DHCPv6Opt = 27 constant DHCPv6OptNISPServers (line 56) | DHCPv6OptNISPServers DHCPv6Opt = 28 constant DHCPv6OptNISDomainName (line 57) | DHCPv6OptNISDomainName DHCPv6Opt = 29 constant DHCPv6OptNISPDomainName (line 58) | DHCPv6OptNISPDomainName DHCPv6Opt = 30 constant DHCPv6OptSNTPServers (line 61) | DHCPv6OptSNTPServers DHCPv6Opt = 31 constant DHCPv6OptInformationRefreshTime (line 64) | DHCPv6OptInformationRefreshTime DHCPv6Opt = 32 constant DHCPv6OptBCMCSServerDomainNameList (line 67) | DHCPv6OptBCMCSServerDomainNameList DHCPv6Opt = 33 constant DHCPv6OptBCMCSServerAddressList (line 68) | DHCPv6OptBCMCSServerAddressList DHCPv6Opt = 34 constant DHCPv6OptGeoconfCivic (line 71) | DHCPv6OptGeoconfCivic DHCPv6Opt = 36 constant DHCPv6OptRemoteID (line 74) | DHCPv6OptRemoteID DHCPv6Opt = 37 constant DHCPv6OptSubscriberID (line 77) | DHCPv6OptSubscriberID DHCPv6Opt = 38 constant DHCPv6OptClientFQDN (line 80) | DHCPv6OptClientFQDN DHCPv6Opt = 39 constant DHCPv6OptPanaAgent (line 83) | DHCPv6OptPanaAgent DHCPv6Opt = 40 constant DHCPv6OptNewPOSIXTimezone (line 86) | DHCPv6OptNewPOSIXTimezone DHCPv6Opt = 41 constant DHCPv6OptNewTZDBTimezone (line 87) | DHCPv6OptNewTZDBTimezone DHCPv6Opt = 42 constant DHCPv6OptEchoRequestOption (line 90) | DHCPv6OptEchoRequestOption DHCPv6Opt = 43 constant DHCPv6OptLQQuery (line 93) | DHCPv6OptLQQuery DHCPv6Opt = 44 constant DHCPv6OptCLTTime (line 94) | DHCPv6OptCLTTime DHCPv6Opt = 45 constant DHCPv6OptClientData (line 95) | DHCPv6OptClientData DHCPv6Opt = 46 constant DHCPv6OptLQRelayData (line 96) | DHCPv6OptLQRelayData DHCPv6Opt = 47 constant DHCPv6OptLQClientLink (line 97) | DHCPv6OptLQClientLink DHCPv6Opt = 48 constant DHCPv6OptMIP6HNIDF (line 100) | DHCPv6OptMIP6HNIDF DHCPv6Opt = 49 constant DHCPv6OptMIP6VDINF (line 101) | DHCPv6OptMIP6VDINF DHCPv6Opt = 50 constant DHCPv6OptMIP6IDINF (line 102) | DHCPv6OptMIP6IDINF DHCPv6Opt = 69 constant DHCPv6OptMIP6UDINF (line 103) | DHCPv6OptMIP6UDINF DHCPv6Opt = 70 constant DHCPv6OptMIP6HNP (line 104) | DHCPv6OptMIP6HNP DHCPv6Opt = 71 constant DHCPv6OptMIP6HAA (line 105) | DHCPv6OptMIP6HAA DHCPv6Opt = 72 constant DHCPv6OptMIP6HAF (line 106) | DHCPv6OptMIP6HAF DHCPv6Opt = 73 constant DHCPv6OptV6LOST (line 109) | DHCPv6OptV6LOST DHCPv6Opt = 51 constant DHCPv6OptCAPWAPACV6 (line 112) | DHCPv6OptCAPWAPACV6 DHCPv6Opt = 52 constant DHCPv6OptRelayID (line 115) | DHCPv6OptRelayID DHCPv6Opt = 53 constant DHCPv6OptIPv6AddressMoS (line 118) | DHCPv6OptIPv6AddressMoS DHCPv6Opt = 54 constant DHCPv6OptIPv6FQDNMoS (line 119) | DHCPv6OptIPv6FQDNMoS DHCPv6Opt = 55 constant DHCPv6OptNTPServer (line 122) | DHCPv6OptNTPServer DHCPv6Opt = 56 constant DHCPv6OptV6AccessDomain (line 125) | DHCPv6OptV6AccessDomain DHCPv6Opt = 57 constant DHCPv6OptSIPUACSList (line 128) | DHCPv6OptSIPUACSList DHCPv6Opt = 58 constant DHCPv6OptBootFileURL (line 131) | DHCPv6OptBootFileURL DHCPv6Opt = 59 constant DHCPv6OptBootFileParam (line 132) | DHCPv6OptBootFileParam DHCPv6Opt = 60 constant DHCPv6OptClientArchType (line 133) | DHCPv6OptClientArchType DHCPv6Opt = 61 constant DHCPv6OptNII (line 134) | DHCPv6OptNII DHCPv6Opt = 62 constant DHCPv6OptGeolocation (line 137) | DHCPv6OptGeolocation DHCPv6Opt = 63 constant DHCPv6OptAFTRName (line 140) | DHCPv6OptAFTRName DHCPv6Opt = 64 constant DHCPv6OptERPLocalDomainName (line 143) | DHCPv6OptERPLocalDomainName DHCPv6Opt = 65 constant DHCPv6OptRSOO (line 146) | DHCPv6OptRSOO DHCPv6Opt = 66 constant DHCPv6OptPDExclude (line 149) | DHCPv6OptPDExclude DHCPv6Opt = 67 constant DHCPv6OptVSS (line 152) | DHCPv6OptVSS DHCPv6Opt = 68 constant DHCPv6OptRDNSSSelection (line 155) | DHCPv6OptRDNSSSelection DHCPv6Opt = 74 constant DHCPv6OptKRBPrincipalName (line 158) | DHCPv6OptKRBPrincipalName DHCPv6Opt = 75 constant DHCPv6OptKRBRealmName (line 159) | DHCPv6OptKRBRealmName DHCPv6Opt = 76 constant DHCPv6OptKRBKDC (line 160) | DHCPv6OptKRBKDC DHCPv6Opt = 77 constant DHCPv6OptClientLinkLayerAddress (line 163) | DHCPv6OptClientLinkLayerAddress DHCPv6Opt = 79 constant DHCPv6OptLinkAddress (line 166) | DHCPv6OptLinkAddress DHCPv6Opt = 80 constant DHCPv6OptRADIUS (line 169) | DHCPv6OptRADIUS DHCPv6Opt = 81 constant DHCPv6OptSolMaxRt (line 172) | DHCPv6OptSolMaxRt DHCPv6Opt = 82 constant DHCPv6OptInfMaxRt (line 173) | DHCPv6OptInfMaxRt DHCPv6Opt = 83 constant DHCPv6OptAddrSel (line 176) | DHCPv6OptAddrSel DHCPv6Opt = 84 constant DHCPv6OptAddrSelTable (line 177) | DHCPv6OptAddrSelTable DHCPv6Opt = 85 constant DHCPv6OptV6PCPServer (line 180) | DHCPv6OptV6PCPServer DHCPv6Opt = 86 constant DHCPv6OptDHCPv4Message (line 183) | DHCPv6OptDHCPv4Message DHCPv6Opt = 87 constant DHCPv6OptDHCPv4OverDHCPv6Server (line 184) | DHCPv6OptDHCPv4OverDHCPv6Server DHCPv6Opt = 88 constant DHCPv6OptS46Rule (line 187) | DHCPv6OptS46Rule DHCPv6Opt = 89 constant DHCPv6OptS46BR (line 188) | DHCPv6OptS46BR DHCPv6Opt = 90 constant DHCPv6OptS46DMR (line 189) | DHCPv6OptS46DMR DHCPv6Opt = 91 constant DHCPv6OptS46V4V4Bind (line 190) | DHCPv6OptS46V4V4Bind DHCPv6Opt = 92 constant DHCPv6OptS46PortParameters (line 191) | DHCPv6OptS46PortParameters DHCPv6Opt = 93 constant DHCPv6OptS46ContMAPE (line 192) | DHCPv6OptS46ContMAPE DHCPv6Opt = 94 constant DHCPv6OptS46ContMAPT (line 193) | DHCPv6OptS46ContMAPT DHCPv6Opt = 95 constant DHCPv6OptS46ContLW (line 194) | DHCPv6OptS46ContLW DHCPv6Opt = 96 constant DHCPv6Opt4RD (line 197) | DHCPv6Opt4RD DHCPv6Opt = 97 constant DHCPv6Opt4RDMapRule (line 198) | DHCPv6Opt4RDMapRule DHCPv6Opt = 98 constant DHCPv6Opt4RDNonMapRule (line 199) | DHCPv6Opt4RDNonMapRule DHCPv6Opt = 99 constant DHCPv6OptLQBaseTime (line 202) | DHCPv6OptLQBaseTime DHCPv6Opt = 100 constant DHCPv6OptLQStartTime (line 203) | DHCPv6OptLQStartTime DHCPv6Opt = 101 constant DHCPv6OptLQEndTime (line 204) | DHCPv6OptLQEndTime DHCPv6Opt = 102 constant DHCPv6OptCaptivePortal (line 207) | DHCPv6OptCaptivePortal DHCPv6Opt = 103 constant DHCPv6OptMPLParameters (line 210) | DHCPv6OptMPLParameters DHCPv6Opt = 104 constant DHCPv6OptANIATT (line 213) | DHCPv6OptANIATT DHCPv6Opt = 105 constant DHCPv6OptANINetworkName (line 214) | DHCPv6OptANINetworkName DHCPv6Opt = 106 constant DHCPv6OptANIAPName (line 215) | DHCPv6OptANIAPName DHCPv6Opt = 107 constant DHCPv6OptANIAPBSSID (line 216) | DHCPv6OptANIAPBSSID DHCPv6Opt = 108 constant DHCPv6OptANIOperatorID (line 217) | DHCPv6OptANIOperatorID DHCPv6Opt = 109 constant DHCPv6OptANIOperatorRealm (line 218) | DHCPv6OptANIOperatorRealm DHCPv6Opt = 110 constant DHCPv6OptS46Priority (line 221) | DHCPv6OptS46Priority DHCPv6Opt = 111 constant DHCPv6OptMUDURLV6 (line 224) | DHCPv6OptMUDURLV6 DHCPv6Opt = 112 constant DHCPv6OptV6Prefix64 (line 227) | DHCPv6OptV6Prefix64 DHCPv6Opt = 113 constant DHCPv6OptFBindingStatus (line 230) | DHCPv6OptFBindingStatus DHCPv6Opt = 114 constant DHCPv6OptFConnectFlags (line 231) | DHCPv6OptFConnectFlags DHCPv6Opt = 115 constant DHCPv6OptFDNSRemovalInfo (line 232) | DHCPv6OptFDNSRemovalInfo DHCPv6Opt = 116 constant DHCPv6OptFDNSHostName (line 233) | DHCPv6OptFDNSHostName DHCPv6Opt = 117 constant DHCPv6OptFDNSZoneName (line 234) | DHCPv6OptFDNSZoneName DHCPv6Opt = 118 constant DHCPv6OptFDNSFlags (line 235) | DHCPv6OptFDNSFlags DHCPv6Opt = 119 constant DHCPv6OptFExpirationTime (line 236) | DHCPv6OptFExpirationTime DHCPv6Opt = 120 constant DHCPv6OptFMaxUnacknowledgedBNDUPD (line 237) | DHCPv6OptFMaxUnacknowledgedBNDUPD DHCPv6Opt = 121 constant DHCPv6OptFMCLT (line 238) | DHCPv6OptFMCLT DHCPv6Opt = 122 constant DHCPv6OptFPartnerLifetime (line 239) | DHCPv6OptFPartnerLifetime DHCPv6Opt = 123 constant DHCPv6OptFPartnerLifetimeSent (line 240) | DHCPv6OptFPartnerLifetimeSent DHCPv6Opt = 124 constant DHCPv6OptFPartnerDownTime (line 241) | DHCPv6OptFPartnerDownTime DHCPv6Opt = 125 constant DHCPv6OptFPartnerRawCltTime (line 242) | DHCPv6OptFPartnerRawCltTime DHCPv6Opt = 126 constant DHCPv6OptFProtocolVersion (line 243) | DHCPv6OptFProtocolVersion DHCPv6Opt = 127 constant DHCPv6OptFKeepaliveTime (line 244) | DHCPv6OptFKeepaliveTime DHCPv6Opt = 128 constant DHCPv6OptFReconfigureData (line 245) | DHCPv6OptFReconfigureData DHCPv6Opt = 129 constant DHCPv6OptFRelationshipName (line 246) | DHCPv6OptFRelationshipName DHCPv6Opt = 130 constant DHCPv6OptFServerFlags (line 247) | DHCPv6OptFServerFlags DHCPv6Opt = 131 constant DHCPv6OptFServerState (line 248) | DHCPv6OptFServerState DHCPv6Opt = 132 constant DHCPv6OptFStartTimeOfState (line 249) | DHCPv6OptFStartTimeOfState DHCPv6Opt = 133 constant DHCPv6OptFStateExpirationTime (line 250) | DHCPv6OptFStateExpirationTime DHCPv6Opt = 134 constant DHCPv6OptRelayPort (line 253) | DHCPv6OptRelayPort DHCPv6Opt = 135 constant DHCPv6OptV6ZeroTouchRedirect (line 256) | DHCPv6OptV6ZeroTouchRedirect DHCPv6Opt = 136 constant DHCPv6OptIPV6AddressANDSF (line 259) | DHCPv6OptIPV6AddressANDSF DHCPv6Opt = 143 type DHCPv6Options (line 540) | type DHCPv6Options method String (line 543) | func (o DHCPv6Options) String() string { type DHCPv6Option (line 557) | type DHCPv6Option struct method String (line 564) | func (o DHCPv6Option) String() string { method encode (line 598) | func (o *DHCPv6Option) encode(b []byte, opts gopacket.SerializeOptions... method decode (line 610) | func (o *DHCPv6Option) decode(data []byte) error { function NewDHCPv6Option (line 588) | func NewDHCPv6Option(code DHCPv6Opt, data []byte) DHCPv6Option { FILE: vendor/github.com/google/gopacket/layers/dns.go type DNSClass (line 21) | type DNSClass method String (line 32) | func (dc DNSClass) String() string { constant DNSClassIN (line 25) | DNSClassIN DNSClass = 1 constant DNSClassCS (line 26) | DNSClassCS DNSClass = 2 constant DNSClassCH (line 27) | DNSClassCH DNSClass = 3 constant DNSClassHS (line 28) | DNSClassHS DNSClass = 4 constant DNSClassAny (line 29) | DNSClassAny DNSClass = 255 type DNSType (line 51) | type DNSType method String (line 77) | func (dt DNSType) String() string { constant DNSTypeA (line 55) | DNSTypeA DNSType = 1 constant DNSTypeNS (line 56) | DNSTypeNS DNSType = 2 constant DNSTypeMD (line 57) | DNSTypeMD DNSType = 3 constant DNSTypeMF (line 58) | DNSTypeMF DNSType = 4 constant DNSTypeCNAME (line 59) | DNSTypeCNAME DNSType = 5 constant DNSTypeSOA (line 60) | DNSTypeSOA DNSType = 6 constant DNSTypeMB (line 61) | DNSTypeMB DNSType = 7 constant DNSTypeMG (line 62) | DNSTypeMG DNSType = 8 constant DNSTypeMR (line 63) | DNSTypeMR DNSType = 9 constant DNSTypeNULL (line 64) | DNSTypeNULL DNSType = 10 constant DNSTypeWKS (line 65) | DNSTypeWKS DNSType = 11 constant DNSTypePTR (line 66) | DNSTypePTR DNSType = 12 constant DNSTypeHINFO (line 67) | DNSTypeHINFO DNSType = 13 constant DNSTypeMINFO (line 68) | DNSTypeMINFO DNSType = 14 constant DNSTypeMX (line 69) | DNSTypeMX DNSType = 15 constant DNSTypeTXT (line 70) | DNSTypeTXT DNSType = 16 constant DNSTypeAAAA (line 71) | DNSTypeAAAA DNSType = 28 constant DNSTypeSRV (line 72) | DNSTypeSRV DNSType = 33 constant DNSTypeOPT (line 73) | DNSTypeOPT DNSType = 41 constant DNSTypeURI (line 74) | DNSTypeURI DNSType = 256 type DNSResponseCode (line 125) | type DNSResponseCode method String (line 151) | func (drc DNSResponseCode) String() string { constant DNSResponseCodeNoErr (line 129) | DNSResponseCodeNoErr DNSResponseCode = 0 constant DNSResponseCodeFormErr (line 130) | DNSResponseCodeFormErr DNSResponseCode = 1 constant DNSResponseCodeServFail (line 131) | DNSResponseCodeServFail DNSResponseCode = 2 constant DNSResponseCodeNXDomain (line 132) | DNSResponseCodeNXDomain DNSResponseCode = 3 constant DNSResponseCodeNotImp (line 133) | DNSResponseCodeNotImp DNSResponseCode = 4 constant DNSResponseCodeRefused (line 134) | DNSResponseCodeRefused DNSResponseCode = 5 constant DNSResponseCodeYXDomain (line 135) | DNSResponseCodeYXDomain DNSResponseCode = 6 constant DNSResponseCodeYXRRSet (line 136) | DNSResponseCodeYXRRSet DNSResponseCode = 7 constant DNSResponseCodeNXRRSet (line 137) | DNSResponseCodeNXRRSet DNSResponseCode = 8 constant DNSResponseCodeNotAuth (line 138) | DNSResponseCodeNotAuth DNSResponseCode = 9 constant DNSResponseCodeNotZone (line 139) | DNSResponseCodeNotZone DNSResponseCode = 10 constant DNSResponseCodeBadVers (line 140) | DNSResponseCodeBadVers DNSResponseCode = 16 constant DNSResponseCodeBadSig (line 141) | DNSResponseCodeBadSig DNSResponseCode = 16 constant DNSResponseCodeBadKey (line 142) | DNSResponseCodeBadKey DNSResponseCode = 17 constant DNSResponseCodeBadTime (line 143) | DNSResponseCodeBadTime DNSResponseCode = 18 constant DNSResponseCodeBadMode (line 144) | DNSResponseCodeBadMode DNSResponseCode = 19 constant DNSResponseCodeBadName (line 145) | DNSResponseCodeBadName DNSResponseCode = 20 constant DNSResponseCodeBadAlg (line 146) | DNSResponseCodeBadAlg DNSResponseCode = 21 constant DNSResponseCodeBadTruc (line 147) | DNSResponseCodeBadTruc DNSResponseCode = 22 constant DNSResponseCodeBadCookie (line 148) | DNSResponseCodeBadCookie DNSResponseCode = 23 type DNSOpCode (line 197) | type DNSOpCode method String (line 208) | func (doc DNSOpCode) String() string { constant DNSOpCodeQuery (line 201) | DNSOpCodeQuery DNSOpCode = 0 constant DNSOpCodeIQuery (line 202) | DNSOpCodeIQuery DNSOpCode = 1 constant DNSOpCodeStatus (line 203) | DNSOpCodeStatus DNSOpCode = 2 constant DNSOpCodeNotify (line 204) | DNSOpCodeNotify DNSOpCode = 4 constant DNSOpCodeUpdate (line 205) | DNSOpCodeUpdate DNSOpCode = 5 type DNS (line 255) | type DNS struct method LayerType (line 288) | func (d *DNS) LayerType() gopacket.LayerType { return LayerTypeDNS } method DecodeFromBytes (line 304) | func (d *DNS) DecodeFromBytes(data []byte, df gopacket.DecodeFeedback)... method CanDecode (line 395) | func (d *DNS) CanDecode() gopacket.LayerClass { method NextLayerType (line 400) | func (d *DNS) NextLayerType() gopacket.LayerType { method Payload (line 405) | func (d *DNS) Payload() []byte { method SerializeTo (line 471) | func (d *DNS) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.Se... function decodeDNS (line 292) | func decodeDNS(data []byte, p gopacket.PacketBuilder) error { function b2i (line 409) | func b2i(b bool) int { function recSize (line 416) | func recSize(rr *DNSResourceRecord) int { function computeSize (line 453) | func computeSize(recs []DNSResourceRecord) int { constant maxRecursionLevel (line 536) | maxRecursionLevel = 255 function decodeName (line 538) | func decodeName(data []byte, offset int, buffer *[]byte, level int) ([]b... type DNSQuestion (line 630) | type DNSQuestion struct method decode (line 636) | func (q *DNSQuestion) decode(data []byte, offset int, df gopacket.Deco... method encode (line 649) | func (q *DNSQuestion) encode(data []byte, offset int) int { type DNSResourceRecord (line 680) | type DNSResourceRecord struct method decode (line 706) | func (rr *DNSResourceRecord) decode(data []byte, offset int, df gopack... method encode (line 754) | func (rr *DNSResourceRecord) encode(data []byte, offset int, opts gopa... method String (line 824) | func (rr *DNSResourceRecord) String() string { method decodeRData (line 896) | func (rr *DNSResourceRecord) decodeRData(data []byte, offset int, buff... function encodeName (line 730) | func encodeName(name []byte, data []byte, offset int) int { function decodeCharacterStrings (line 854) | func decodeCharacterStrings(data []byte) ([][]byte, error) { function decodeOPTs (line 867) | func decodeOPTs(data []byte, offset int) ([]DNSOPT, error) { type DNSSOA (line 987) | type DNSSOA struct type DNSSRV (line 994) | type DNSSRV struct type DNSMX (line 1001) | type DNSMX struct type DNSURI (line 1007) | type DNSURI struct type DNSOptionCode (line 1013) | type DNSOptionCode method String (line 1015) | func (doc DNSOptionCode) String() string { constant DNSOptionCodeNSID (line 1052) | DNSOptionCodeNSID DNSOptionCode = 3 constant DNSOptionCodeDAU (line 1053) | DNSOptionCodeDAU DNSOptionCode = 5 constant DNSOptionCodeDHU (line 1054) | DNSOptionCodeDHU DNSOptionCode = 6 constant DNSOptionCodeN3U (line 1055) | DNSOptionCodeN3U DNSOptionCode = 7 constant DNSOptionCodeEDNSClientSubnet (line 1056) | DNSOptionCodeEDNSClientSubnet DNSOptionCode = 8 constant DNSOptionCodeEDNSExpire (line 1057) | DNSOptionCodeEDNSExpire DNSOptionCode = 9 constant DNSOptionCodeCookie (line 1058) | DNSOptionCodeCookie DNSOptionCode = 10 constant DNSOptionCodeEDNSKeepAlive (line 1059) | DNSOptionCodeEDNSKeepAlive DNSOptionCode = 11 constant DNSOptionCodePadding (line 1060) | DNSOptionCodePadding DNSOptionCode = 12 constant DNSOptionCodeChain (line 1061) | DNSOptionCodeChain DNSOptionCode = 13 constant DNSOptionCodeEDNSKeyTag (line 1062) | DNSOptionCodeEDNSKeyTag DNSOptionCode = 14 constant DNSOptionCodeEDNSClientTag (line 1063) | DNSOptionCodeEDNSClientTag DNSOptionCode = 16 constant DNSOptionCodeEDNSServerTag (line 1064) | DNSOptionCodeEDNSServerTag DNSOptionCode = 17 constant DNSOptionCodeDeviceID (line 1065) | DNSOptionCodeDeviceID DNSOptionCode = 26946 type DNSOPT (line 1069) | type DNSOPT struct method String (line 1074) | func (opt DNSOPT) String() string { FILE: vendor/github.com/google/gopacket/layers/dot11.go type Dot11Flags (line 24) | type Dot11Flags method ToDS (line 37) | func (d Dot11Flags) ToDS() bool { method FromDS (line 40) | func (d Dot11Flags) FromDS() bool { method MF (line 43) | func (d Dot11Flags) MF() bool { method Retry (line 46) | func (d Dot11Flags) Retry() bool { method PowerManagement (line 49) | func (d Dot11Flags) PowerManagement() bool { method MD (line 52) | func (d Dot11Flags) MD() bool { method WEP (line 55) | func (d Dot11Flags) WEP() bool { method Order (line 58) | func (d Dot11Flags) Order() bool { method String (line 65) | func (a Dot11Flags) String() string { constant Dot11FlagsToDS (line 27) | Dot11FlagsToDS Dot11Flags = 1 << iota constant Dot11FlagsFromDS (line 28) | Dot11FlagsFromDS constant Dot11FlagsMF (line 29) | Dot11FlagsMF constant Dot11FlagsRetry (line 30) | Dot11FlagsRetry constant Dot11FlagsPowerManagement (line 31) | Dot11FlagsPowerManagement constant Dot11FlagsMD (line 32) | Dot11FlagsMD constant Dot11FlagsWEP (line 33) | Dot11FlagsWEP constant Dot11FlagsOrder (line 34) | Dot11FlagsOrder type Dot11Reason (line 98) | type Dot11Reason method String (line 118) | func (a Dot11Reason) String() string { constant Dot11ReasonReserved (line 103) | Dot11ReasonReserved Dot11Reason = 1 constant Dot11ReasonUnspecified (line 104) | Dot11ReasonUnspecified Dot11Reason = 2 constant Dot11ReasonAuthExpired (line 105) | Dot11ReasonAuthExpired Dot11Reason = 3 constant Dot11ReasonDeauthStLeaving (line 106) | Dot11ReasonDeauthStLeaving Dot11Reason = 4 constant Dot11ReasonInactivity (line 107) | Dot11ReasonInactivity Dot11Reason = 5 constant Dot11ReasonApFull (line 108) | Dot11ReasonApFull Dot11Reason = 6 constant Dot11ReasonClass2FromNonAuth (line 109) | Dot11ReasonClass2FromNonAuth Dot11Reason = 7 constant Dot11ReasonClass3FromNonAss (line 110) | Dot11ReasonClass3FromNonAss Dot11Reason = 8 constant Dot11ReasonDisasStLeaving (line 111) | Dot11ReasonDisasStLeaving Dot11Reason = 9 constant Dot11ReasonStNotAuth (line 112) | Dot11ReasonStNotAuth Dot11Reason = 10 type Dot11Status (line 145) | type Dot11Status method String (line 164) | func (a Dot11Status) String() string { constant Dot11StatusSuccess (line 148) | Dot11StatusSuccess Dot11Status = 0 constant Dot11StatusFailure (line 149) | Dot11StatusFailure Dot11Status = 1 constant Dot11StatusCannotSupportAllCapabilities (line 150) | Dot11StatusCannotSupportAllCapabilities Dot11Status = 10 constant Dot11StatusInabilityExistsAssociation (line 151) | Dot11StatusInabilityExistsAssociation Dot11Status = 11 constant Dot11StatusAssociationDenied (line 152) | Dot11StatusAssociationDenied Dot11Status = 12 constant Dot11StatusAlgorithmUnsupported (line 153) | Dot11StatusAlgorithmUnsupported Dot11Status = 13 constant Dot11StatusOufOfExpectedSequence (line 154) | Dot11StatusOufOfExpectedSequence Dot11Status = 14 constant Dot11StatusChallengeFailure (line 155) | Dot11StatusChallengeFailure Dot11Status = 15 constant Dot11StatusTimeout (line 156) | Dot11StatusTimeout Dot11Status = 16 constant Dot11StatusAPUnableToHandle (line 157) | Dot11StatusAPUnableToHandle Dot11Status = 17 constant Dot11StatusRateUnsupported (line 158) | Dot11StatusRateUnsupported Dot11Status = 18 type Dot11AckPolicy (line 193) | type Dot11AckPolicy method String (line 205) | func (a Dot11AckPolicy) String() string { constant Dot11AckPolicyNormal (line 196) | Dot11AckPolicyNormal Dot11AckPolicy = 0 constant Dot11AckPolicyNone (line 197) | Dot11AckPolicyNone Dot11AckPolicy = 1 constant Dot11AckPolicyNoExplicit (line 198) | Dot11AckPolicyNoExplicit Dot11AckPolicy = 2 constant Dot11AckPolicyBlock (line 199) | Dot11AckPolicyBlock Dot11AckPolicy = 3 type Dot11Algorithm (line 220) | type Dot11Algorithm method String (line 230) | func (a Dot11Algorithm) String() string { constant Dot11AlgorithmOpen (line 223) | Dot11AlgorithmOpen Dot11Algorithm = 0 constant Dot11AlgorithmSharedKey (line 224) | Dot11AlgorithmSharedKey Dot11Algorithm = 1 type Dot11InformationElementID (line 241) | type Dot11InformationElementID method String (line 421) | func (a Dot11InformationElementID) String() string { constant Dot11InformationElementIDSSID (line 244) | Dot11InformationElementIDSSID Dot11InformationEleme... constant Dot11InformationElementIDRates (line 245) | Dot11InformationElementIDRates Dot11InformationEleme... constant Dot11InformationElementIDFHSet (line 246) | Dot11InformationElementIDFHSet Dot11InformationEleme... constant Dot11InformationElementIDDSSet (line 247) | Dot11InformationElementIDDSSet Dot11InformationEleme... constant Dot11InformationElementIDCFSet (line 248) | Dot11InformationElementIDCFSet Dot11InformationEleme... constant Dot11InformationElementIDTIM (line 249) | Dot11InformationElementIDTIM Dot11InformationEleme... constant Dot11InformationElementIDIBSSSet (line 250) | Dot11InformationElementIDIBSSSet Dot11InformationEleme... constant Dot11InformationElementIDCountryInfo (line 251) | Dot11InformationElementIDCountryInfo Dot11InformationEleme... constant Dot11InformationElementIDHoppingPatternParam (line 252) | Dot11InformationElementIDHoppingPatternParam Dot11InformationEleme... constant Dot11InformationElementIDHoppingPatternTable (line 253) | Dot11InformationElementIDHoppingPatternTable Dot11InformationEleme... constant Dot11InformationElementIDRequest (line 254) | Dot11InformationElementIDRequest Dot11InformationEleme... constant Dot11InformationElementIDQBSSLoadElem (line 255) | Dot11InformationElementIDQBSSLoadElem Dot11InformationEleme... constant Dot11InformationElementIDEDCAParamSet (line 256) | Dot11InformationElementIDEDCAParamSet Dot11InformationEleme... constant Dot11InformationElementIDTrafficSpec (line 257) | Dot11InformationElementIDTrafficSpec Dot11InformationEleme... constant Dot11InformationElementIDTrafficClass (line 258) | Dot11InformationElementIDTrafficClass Dot11InformationEleme... constant Dot11InformationElementIDSchedule (line 259) | Dot11InformationElementIDSchedule Dot11InformationEleme... constant Dot11InformationElementIDChallenge (line 260) | Dot11InformationElementIDChallenge Dot11InformationEleme... constant Dot11InformationElementIDPowerConst (line 261) | Dot11InformationElementIDPowerConst Dot11InformationEleme... constant Dot11InformationElementIDPowerCapability (line 262) | Dot11InformationElementIDPowerCapability Dot11InformationEleme... constant Dot11InformationElementIDTPCRequest (line 263) | Dot11InformationElementIDTPCRequest Dot11InformationEleme... constant Dot11InformationElementIDTPCReport (line 264) | Dot11InformationElementIDTPCReport Dot11InformationEleme... constant Dot11InformationElementIDSupportedChannels (line 265) | Dot11InformationElementIDSupportedChannels Dot11InformationEleme... constant Dot11InformationElementIDSwitchChannelAnnounce (line 266) | Dot11InformationElementIDSwitchChannelAnnounce Dot11InformationEleme... constant Dot11InformationElementIDMeasureRequest (line 267) | Dot11InformationElementIDMeasureRequest Dot11InformationEleme... constant Dot11InformationElementIDMeasureReport (line 268) | Dot11InformationElementIDMeasureReport Dot11InformationEleme... constant Dot11InformationElementIDQuiet (line 269) | Dot11InformationElementIDQuiet Dot11InformationEleme... constant Dot11InformationElementIDIBSSDFS (line 270) | Dot11InformationElementIDIBSSDFS Dot11InformationEleme... constant Dot11InformationElementIDERPInfo (line 271) | Dot11InformationElementIDERPInfo Dot11InformationEleme... constant Dot11InformationElementIDTSDelay (line 272) | Dot11InformationElementIDTSDelay Dot11InformationEleme... constant Dot11InformationElementIDTCLASProcessing (line 273) | Dot11InformationElementIDTCLASProcessing Dot11InformationEleme... constant Dot11InformationElementIDHTCapabilities (line 274) | Dot11InformationElementIDHTCapabilities Dot11InformationEleme... constant Dot11InformationElementIDQOSCapability (line 275) | Dot11InformationElementIDQOSCapability Dot11InformationEleme... constant Dot11InformationElementIDERPInfo2 (line 276) | Dot11InformationElementIDERPInfo2 Dot11InformationEleme... constant Dot11InformationElementIDRSNInfo (line 277) | Dot11InformationElementIDRSNInfo Dot11InformationEleme... constant Dot11InformationElementIDESRates (line 278) | Dot11InformationElementIDESRates Dot11InformationEleme... constant Dot11InformationElementIDAPChannelReport (line 279) | Dot11InformationElementIDAPChannelReport Dot11InformationEleme... constant Dot11InformationElementIDNeighborReport (line 280) | Dot11InformationElementIDNeighborReport Dot11InformationEleme... constant Dot11InformationElementIDRCPI (line 281) | Dot11InformationElementIDRCPI Dot11InformationEleme... constant Dot11InformationElementIDMobilityDomain (line 282) | Dot11InformationElementIDMobilityDomain Dot11InformationEleme... constant Dot11InformationElementIDFastBSSTrans (line 283) | Dot11InformationElementIDFastBSSTrans Dot11InformationEleme... constant Dot11InformationElementIDTimeoutInt (line 284) | Dot11InformationElementIDTimeoutInt Dot11InformationEleme... constant Dot11InformationElementIDRICData (line 285) | Dot11InformationElementIDRICData Dot11InformationEleme... constant Dot11InformationElementIDDSERegisteredLoc (line 286) | Dot11InformationElementIDDSERegisteredLoc Dot11InformationEleme... constant Dot11InformationElementIDSuppOperatingClass (line 287) | Dot11InformationElementIDSuppOperatingClass Dot11InformationEleme... constant Dot11InformationElementIDExtChanSwitchAnnounce (line 288) | Dot11InformationElementIDExtChanSwitchAnnounce Dot11InformationEleme... constant Dot11InformationElementIDHTInfo (line 289) | Dot11InformationElementIDHTInfo Dot11InformationEleme... constant Dot11InformationElementIDSecChanOffset (line 290) | Dot11InformationElementIDSecChanOffset Dot11InformationEleme... constant Dot11InformationElementIDBSSAverageAccessDelay (line 291) | Dot11InformationElementIDBSSAverageAccessDelay Dot11InformationEleme... constant Dot11InformationElementIDAntenna (line 292) | Dot11InformationElementIDAntenna Dot11InformationEleme... constant Dot11InformationElementIDRSNI (line 293) | Dot11InformationElementIDRSNI Dot11InformationEleme... constant Dot11InformationElementIDMeasurePilotTrans (line 294) | Dot11InformationElementIDMeasurePilotTrans Dot11InformationEleme... constant Dot11InformationElementIDBSSAvailAdmCapacity (line 295) | Dot11InformationElementIDBSSAvailAdmCapacity Dot11InformationEleme... constant Dot11InformationElementIDBSSACAccDelayWAPIParam (line 296) | Dot11InformationElementIDBSSACAccDelayWAPIParam Dot11InformationEleme... constant Dot11InformationElementIDTimeAdvertisement (line 297) | Dot11InformationElementIDTimeAdvertisement Dot11InformationEleme... constant Dot11InformationElementIDRMEnabledCapabilities (line 298) | Dot11InformationElementIDRMEnabledCapabilities Dot11InformationEleme... constant Dot11InformationElementIDMultipleBSSID (line 299) | Dot11InformationElementIDMultipleBSSID Dot11InformationEleme... constant Dot11InformationElementID2040BSSCoExist (line 300) | Dot11InformationElementID2040BSSCoExist Dot11InformationEleme... constant Dot11InformationElementID2040BSSIntChanReport (line 301) | Dot11InformationElementID2040BSSIntChanReport Dot11InformationEleme... constant Dot11InformationElementIDOverlapBSSScanParam (line 302) | Dot11InformationElementIDOverlapBSSScanParam Dot11InformationEleme... constant Dot11InformationElementIDRICDescriptor (line 303) | Dot11InformationElementIDRICDescriptor Dot11InformationEleme... constant Dot11InformationElementIDManagementMIC (line 304) | Dot11InformationElementIDManagementMIC Dot11InformationEleme... constant Dot11InformationElementIDEventRequest (line 305) | Dot11InformationElementIDEventRequest Dot11InformationEleme... constant Dot11InformationElementIDEventReport (line 306) | Dot11InformationElementIDEventReport Dot11InformationEleme... constant Dot11InformationElementIDDiagnosticRequest (line 307) | Dot11InformationElementIDDiagnosticRequest Dot11InformationEleme... constant Dot11InformationElementIDDiagnosticReport (line 308) | Dot11InformationElementIDDiagnosticReport Dot11InformationEleme... constant Dot11InformationElementIDLocationParam (line 309) | Dot11InformationElementIDLocationParam Dot11InformationEleme... constant Dot11InformationElementIDNonTransBSSIDCapability (line 310) | Dot11InformationElementIDNonTransBSSIDCapability Dot11InformationEleme... constant Dot11InformationElementIDSSIDList (line 311) | Dot11InformationElementIDSSIDList Dot11InformationEleme... constant Dot11InformationElementIDMultipleBSSIDIndex (line 312) | Dot11InformationElementIDMultipleBSSIDIndex Dot11InformationEleme... constant Dot11InformationElementIDFMSDescriptor (line 313) | Dot11InformationElementIDFMSDescriptor Dot11InformationEleme... constant Dot11InformationElementIDFMSRequest (line 314) | Dot11InformationElementIDFMSRequest Dot11InformationEleme... constant Dot11InformationElementIDFMSResponse (line 315) | Dot11InformationElementIDFMSResponse Dot11InformationEleme... constant Dot11InformationElementIDQOSTrafficCapability (line 316) | Dot11InformationElementIDQOSTrafficCapability Dot11InformationEleme... constant Dot11InformationElementIDBSSMaxIdlePeriod (line 317) | Dot11InformationElementIDBSSMaxIdlePeriod Dot11InformationEleme... constant Dot11InformationElementIDTFSRequest (line 318) | Dot11InformationElementIDTFSRequest Dot11InformationEleme... constant Dot11InformationElementIDTFSResponse (line 319) | Dot11InformationElementIDTFSResponse Dot11InformationEleme... constant Dot11InformationElementIDWNMSleepMode (line 320) | Dot11InformationElementIDWNMSleepMode Dot11InformationEleme... constant Dot11InformationElementIDTIMBroadcastRequest (line 321) | Dot11InformationElementIDTIMBroadcastRequest Dot11InformationEleme... constant Dot11InformationElementIDTIMBroadcastResponse (line 322) | Dot11InformationElementIDTIMBroadcastResponse Dot11InformationEleme... constant Dot11InformationElementIDCollInterferenceReport (line 323) | Dot11InformationElementIDCollInterferenceReport Dot11InformationEleme... constant Dot11InformationElementIDChannelUsage (line 324) | Dot11InformationElementIDChannelUsage Dot11InformationEleme... constant Dot11InformationElementIDTimeZone (line 325) | Dot11InformationElementIDTimeZone Dot11InformationEleme... constant Dot11InformationElementIDDMSRequest (line 326) | Dot11InformationElementIDDMSRequest Dot11InformationEleme... constant Dot11InformationElementIDDMSResponse (line 327) | Dot11InformationElementIDDMSResponse Dot11InformationEleme... constant Dot11InformationElementIDLinkIdentifier (line 328) | Dot11InformationElementIDLinkIdentifier Dot11InformationEleme... constant Dot11InformationElementIDWakeupSchedule (line 329) | Dot11InformationElementIDWakeupSchedule Dot11InformationEleme... constant Dot11InformationElementIDChannelSwitchTiming (line 330) | Dot11InformationElementIDChannelSwitchTiming Dot11InformationEleme... constant Dot11InformationElementIDPTIControl (line 331) | Dot11InformationElementIDPTIControl Dot11InformationEleme... constant Dot11InformationElementIDPUBufferStatus (line 332) | Dot11InformationElementIDPUBufferStatus Dot11InformationEleme... constant Dot11InformationElementIDInterworking (line 333) | Dot11InformationElementIDInterworking Dot11InformationEleme... constant Dot11InformationElementIDAdvertisementProtocol (line 334) | Dot11InformationElementIDAdvertisementProtocol Dot11InformationEleme... constant Dot11InformationElementIDExpBWRequest (line 335) | Dot11InformationElementIDExpBWRequest Dot11InformationEleme... constant Dot11InformationElementIDQOSMapSet (line 336) | Dot11InformationElementIDQOSMapSet Dot11InformationEleme... constant Dot11InformationElementIDRoamingConsortium (line 337) | Dot11InformationElementIDRoamingConsortium Dot11InformationEleme... constant Dot11InformationElementIDEmergencyAlertIdentifier (line 338) | Dot11InformationElementIDEmergencyAlertIdentifier Dot11InformationEleme... constant Dot11InformationElementIDMeshConfiguration (line 339) | Dot11InformationElementIDMeshConfiguration Dot11InformationEleme... constant Dot11InformationElementIDMeshID (line 340) | Dot11InformationElementIDMeshID Dot11InformationEleme... constant Dot11InformationElementIDMeshLinkMetricReport (line 341) | Dot11InformationElementIDMeshLinkMetricReport Dot11InformationEleme... constant Dot11InformationElementIDCongestionNotification (line 342) | Dot11InformationElementIDCongestionNotification Dot11InformationEleme... constant Dot11InformationElementIDMeshPeeringManagement (line 343) | Dot11InformationElementIDMeshPeeringManagement Dot11InformationEleme... constant Dot11InformationElementIDMeshChannelSwitchParam (line 344) | Dot11InformationElementIDMeshChannelSwitchParam Dot11InformationEleme... constant Dot11InformationElementIDMeshAwakeWindows (line 345) | Dot11InformationElementIDMeshAwakeWindows Dot11InformationEleme... constant Dot11InformationElementIDBeaconTiming (line 346) | Dot11InformationElementIDBeaconTiming Dot11InformationEleme... constant Dot11InformationElementIDMCCAOPSetupRequest (line 347) | Dot11InformationElementIDMCCAOPSetupRequest Dot11InformationEleme... constant Dot11InformationElementIDMCCAOPSetupReply (line 348) | Dot11InformationElementIDMCCAOPSetupReply Dot11InformationEleme... constant Dot11InformationElementIDMCCAOPAdvertisement (line 349) | Dot11InformationElementIDMCCAOPAdvertisement Dot11InformationEleme... constant Dot11InformationElementIDMCCAOPTeardown (line 350) | Dot11InformationElementIDMCCAOPTeardown Dot11InformationEleme... constant Dot11InformationElementIDGateAnnouncement (line 351) | Dot11InformationElementIDGateAnnouncement Dot11InformationEleme... constant Dot11InformationElementIDRootAnnouncement (line 352) | Dot11InformationElementIDRootAnnouncement Dot11InformationEleme... constant Dot11InformationElementIDExtCapability (line 353) | Dot11InformationElementIDExtCapability Dot11InformationEleme... constant Dot11InformationElementIDAgereProprietary (line 354) | Dot11InformationElementIDAgereProprietary Dot11InformationEleme... constant Dot11InformationElementIDPathRequest (line 355) | Dot11InformationElementIDPathRequest Dot11InformationEleme... constant Dot11InformationElementIDPathReply (line 356) | Dot11InformationElementIDPathReply Dot11InformationEleme... constant Dot11InformationElementIDPathError (line 357) | Dot11InformationElementIDPathError Dot11InformationEleme... constant Dot11InformationElementIDCiscoCCX1CKIPDeviceName (line 358) | Dot11InformationElementIDCiscoCCX1CKIPDeviceName Dot11InformationEleme... constant Dot11InformationElementIDCiscoCCX2 (line 359) | Dot11InformationElementIDCiscoCCX2 Dot11InformationEleme... constant Dot11InformationElementIDProxyUpdate (line 360) | Dot11InformationElementIDProxyUpdate Dot11InformationEleme... constant Dot11InformationElementIDProxyUpdateConfirmation (line 361) | Dot11InformationElementIDProxyUpdateConfirmation Dot11InformationEleme... constant Dot11InformationElementIDAuthMeshPerringExch (line 362) | Dot11InformationElementIDAuthMeshPerringExch Dot11InformationEleme... constant Dot11InformationElementIDMIC (line 363) | Dot11InformationElementIDMIC Dot11InformationEleme... constant Dot11InformationElementIDDestinationURI (line 364) | Dot11InformationElementIDDestinationURI Dot11InformationEleme... constant Dot11InformationElementIDUAPSDCoexistence (line 365) | Dot11InformationElementIDUAPSDCoexistence Dot11InformationEleme... constant Dot11InformationElementIDWakeupSchedule80211ad (line 366) | Dot11InformationElementIDWakeupSchedule80211ad Dot11InformationEleme... constant Dot11InformationElementIDExtendedSchedule (line 367) | Dot11InformationElementIDExtendedSchedule Dot11InformationEleme... constant Dot11InformationElementIDSTAAvailability (line 368) | Dot11InformationElementIDSTAAvailability Dot11InformationEleme... constant Dot11InformationElementIDDMGTSPEC (line 369) | Dot11InformationElementIDDMGTSPEC Dot11InformationEleme... constant Dot11InformationElementIDNextDMGATI (line 370) | Dot11InformationElementIDNextDMGATI Dot11InformationEleme... constant Dot11InformationElementIDDMSCapabilities (line 371) | Dot11InformationElementIDDMSCapabilities Dot11InformationEleme... constant Dot11InformationElementIDCiscoUnknown95 (line 372) | Dot11InformationElementIDCiscoUnknown95 Dot11InformationEleme... constant Dot11InformationElementIDVendor2 (line 373) | Dot11InformationElementIDVendor2 Dot11InformationEleme... constant Dot11InformationElementIDDMGOperating (line 374) | Dot11InformationElementIDDMGOperating Dot11InformationEleme... constant Dot11InformationElementIDDMGBSSParamChange (line 375) | Dot11InformationElementIDDMGBSSParamChange Dot11InformationEleme... constant Dot11InformationElementIDDMGBeamRefinement (line 376) | Dot11InformationElementIDDMGBeamRefinement Dot11InformationEleme... constant Dot11InformationElementIDChannelMeasFeedback (line 377) | Dot11InformationElementIDChannelMeasFeedback Dot11InformationEleme... constant Dot11InformationElementIDAwakeWindow (line 378) | Dot11InformationElementIDAwakeWindow Dot11InformationEleme... constant Dot11InformationElementIDMultiBand (line 379) | Dot11InformationElementIDMultiBand Dot11InformationEleme... constant Dot11InformationElementIDADDBAExtension (line 380) | Dot11InformationElementIDADDBAExtension Dot11InformationEleme... constant Dot11InformationElementIDNEXTPCPList (line 381) | Dot11InformationElementIDNEXTPCPList Dot11InformationEleme... constant Dot11InformationElementIDPCPHandover (line 382) | Dot11InformationElementIDPCPHandover Dot11InformationEleme... constant Dot11InformationElementIDDMGLinkMargin (line 383) | Dot11InformationElementIDDMGLinkMargin Dot11InformationEleme... constant Dot11InformationElementIDSwitchingStream (line 384) | Dot11InformationElementIDSwitchingStream Dot11InformationEleme... constant Dot11InformationElementIDSessionTransmission (line 385) | Dot11InformationElementIDSessionTransmission Dot11InformationEleme... constant Dot11InformationElementIDDynamicTonePairReport (line 386) | Dot11InformationElementIDDynamicTonePairReport Dot11InformationEleme... constant Dot11InformationElementIDClusterReport (line 387) | Dot11InformationElementIDClusterReport Dot11InformationEleme... constant Dot11InformationElementIDRelayCapabilities (line 388) | Dot11InformationElementIDRelayCapabilities Dot11InformationEleme... constant Dot11InformationElementIDRelayTransferParameter (line 389) | Dot11InformationElementIDRelayTransferParameter Dot11InformationEleme... constant Dot11InformationElementIDBeamlinkMaintenance (line 390) | Dot11InformationElementIDBeamlinkMaintenance Dot11InformationEleme... constant Dot11InformationElementIDMultipleMacSublayers (line 391) | Dot11InformationElementIDMultipleMacSublayers Dot11InformationEleme... constant Dot11InformationElementIDUPID (line 392) | Dot11InformationElementIDUPID Dot11InformationEleme... constant Dot11InformationElementIDDMGLinkAdaptionAck (line 393) | Dot11InformationElementIDDMGLinkAdaptionAck Dot11InformationEleme... constant Dot11InformationElementIDSymbolProprietary (line 394) | Dot11InformationElementIDSymbolProprietary Dot11InformationEleme... constant Dot11InformationElementIDMCCAOPAdvertOverview (line 395) | Dot11InformationElementIDMCCAOPAdvertOverview Dot11InformationEleme... constant Dot11InformationElementIDQuietPeriodRequest (line 396) | Dot11InformationElementIDQuietPeriodRequest Dot11InformationEleme... constant Dot11InformationElementIDQuietPeriodResponse (line 397) | Dot11InformationElementIDQuietPeriodResponse Dot11InformationEleme... constant Dot11InformationElementIDECPACPolicy (line 398) | Dot11InformationElementIDECPACPolicy Dot11InformationEleme... constant Dot11InformationElementIDClusterTimeOffset (line 399) | Dot11InformationElementIDClusterTimeOffset Dot11InformationEleme... constant Dot11InformationElementIDAntennaSectorID (line 400) | Dot11InformationElementIDAntennaSectorID Dot11InformationEleme... constant Dot11InformationElementIDVHTCapabilities (line 401) | Dot11InformationElementIDVHTCapabilities Dot11InformationEleme... constant Dot11InformationElementIDVHTOperation (line 402) | Dot11InformationElementIDVHTOperation Dot11InformationEleme... constant Dot11InformationElementIDExtendedBSSLoad (line 403) | Dot11InformationElementIDExtendedBSSLoad Dot11InformationEleme... constant Dot11InformationElementIDWideBWChannelSwitch (line 404) | Dot11InformationElementIDWideBWChannelSwitch Dot11InformationEleme... constant Dot11InformationElementIDVHTTxPowerEnvelope (line 405) | Dot11InformationElementIDVHTTxPowerEnvelope Dot11InformationEleme... constant Dot11InformationElementIDChannelSwitchWrapper (line 406) | Dot11InformationElementIDChannelSwitchWrapper Dot11InformationEleme... constant Dot11InformationElementIDOperatingModeNotification (line 407) | Dot11InformationElementIDOperatingModeNotification Dot11InformationEleme... constant Dot11InformationElementIDUPSIM (line 408) | Dot11InformationElementIDUPSIM Dot11InformationEleme... constant Dot11InformationElementIDReducedNeighborReport (line 409) | Dot11InformationElementIDReducedNeighborReport Dot11InformationEleme... constant Dot11InformationElementIDTVHTOperation (line 410) | Dot11InformationElementIDTVHTOperation Dot11InformationEleme... constant Dot11InformationElementIDDeviceLocation (line 411) | Dot11InformationElementIDDeviceLocation Dot11InformationEleme... constant Dot11InformationElementIDWhiteSpaceMap (line 412) | Dot11InformationElementIDWhiteSpaceMap Dot11InformationEleme... constant Dot11InformationElementIDFineTuningMeasureParams (line 413) | Dot11InformationElementIDFineTuningMeasureParams Dot11InformationEleme... constant Dot11InformationElementIDVendor (line 414) | Dot11InformationElementIDVendor Dot11InformationEleme... type Dot11 (line 773) | type Dot11 struct method LayerType (line 884) | func (m *Dot11) LayerType() gopacket.LayerType { return LayerTypeDot11 } method CanDecode (line 885) | func (m *Dot11) CanDecode() gopacket.LayerClass { return LayerTypeDot11 } method NextLayerType (line 886) | func (m *Dot11) NextLayerType() gopacket.LayerType { method DecodeFromBytes (line 918) | func (m *Dot11) DecodeFromBytes(data []byte, df gopacket.DecodeFeedbac... method ChecksumValid (line 1084) | func (m *Dot11) ChecksumValid() bool { method SerializeTo (line 1092) | func (m Dot11) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.S... type Dot11QOS (line 791) | type Dot11QOS struct type Dot11HTControl (line 798) | type Dot11HTControl struct type Dot11HTControlHT (line 806) | type Dot11HTControlHT struct type Dot11HTControlVHT (line 815) | type Dot11HTControlVHT struct type Dot11HTControlMFB (line 828) | type Dot11HTControlMFB struct method NoFeedBackPresent (line 867) | func (m *Dot11HTControlMFB) NoFeedBackPresent() bool { type Dot11LinkAdapationControl (line 835) | type Dot11LinkAdapationControl struct type Dot11ASEL (line 844) | type Dot11ASEL struct type Dot11CodingType (line 849) | type Dot11CodingType method String (line 856) | func (a Dot11CodingType) String() string { constant Dot11CodingTypeBCC (line 852) | Dot11CodingTypeBCC = 0 constant Dot11CodingTypeLDPC (line 853) | Dot11CodingTypeLDPC = 1 function decodeDot11 (line 871) | func decodeDot11(data []byte, p gopacket.PacketBuilder) error { function createU8 (line 896) | func createU8(x uint8) *uint8 { type Dot11Mgmt (line 1134) | type Dot11Mgmt struct method NextLayerType (line 1138) | func (m *Dot11Mgmt) NextLayerType() gopacket.LayerType { return gopack... method DecodeFromBytes (line 1139) | func (m *Dot11Mgmt) DecodeFromBytes(data []byte, df gopacket.DecodeFee... type Dot11Ctrl (line 1145) | type Dot11Ctrl struct method NextLayerType (line 1149) | func (m *Dot11Ctrl) NextLayerType() gopacket.LayerType { return gopack... method LayerType (line 1151) | func (m *Dot11Ctrl) LayerType() gopacket.LayerType { return LayerType... method CanDecode (line 1152) | func (m *Dot11Ctrl) CanDecode() gopacket.LayerClass { return LayerType... method DecodeFromBytes (line 1153) | func (m *Dot11Ctrl) DecodeFromBytes(data []byte, df gopacket.DecodeFee... function decodeDot11Ctrl (line 1158) | func decodeDot11Ctrl(data []byte, p gopacket.PacketBuilder) error { type Dot11WEP (line 1164) | type Dot11WEP struct method NextLayerType (line 1168) | func (m *Dot11WEP) NextLayerType() gopacket.LayerType { return gopacke... method LayerType (line 1170) | func (m *Dot11WEP) LayerType() gopacket.LayerType { return LayerTypeD... method CanDecode (line 1171) | func (m *Dot11WEP) CanDecode() gopacket.LayerClass { return LayerTypeD... method DecodeFromBytes (line 1172) | func (m *Dot11WEP) DecodeFromBytes(data []byte, df gopacket.DecodeFeed... function decodeDot11WEP (line 1177) | func decodeDot11WEP(data []byte, p gopacket.PacketBuilder) error { type Dot11Data (line 1183) | type Dot11Data struct method NextLayerType (line 1187) | func (m *Dot11Data) NextLayerType() gopacket.LayerType { method LayerType (line 1191) | func (m *Dot11Data) LayerType() gopacket.LayerType { return LayerType... method CanDecode (line 1192) | func (m *Dot11Data) CanDecode() gopacket.LayerClass { return LayerType... method DecodeFromBytes (line 1193) | func (m *Dot11Data) DecodeFromBytes(data []byte, df gopacket.DecodeFee... function decodeDot11Data (line 1198) | func decodeDot11Data(data []byte, p gopacket.PacketBuilder) error { type Dot11DataCFAck (line 1203) | type Dot11DataCFAck struct method LayerType (line 1212) | func (m *Dot11DataCFAck) LayerType() gopacket.LayerType { return Laye... method CanDecode (line 1213) | func (m *Dot11DataCFAck) CanDecode() gopacket.LayerClass { return Laye... method DecodeFromBytes (line 1214) | func (m *Dot11DataCFAck) DecodeFromBytes(data []byte, df gopacket.Deco... function decodeDot11DataCFAck (line 1207) | func decodeDot11DataCFAck(data []byte, p gopacket.PacketBuilder) error { type Dot11DataCFPoll (line 1218) | type Dot11DataCFPoll struct method LayerType (line 1227) | func (m *Dot11DataCFPoll) LayerType() gopacket.LayerType { return Lay... method CanDecode (line 1228) | func (m *Dot11DataCFPoll) CanDecode() gopacket.LayerClass { return Lay... method DecodeFromBytes (line 1229) | func (m *Dot11DataCFPoll) DecodeFromBytes(data []byte, df gopacket.Dec... function decodeDot11DataCFPoll (line 1222) | func decodeDot11DataCFPoll(data []byte, p gopacket.PacketBuilder) error { type Dot11DataCFAckPoll (line 1233) | type Dot11DataCFAckPoll struct method LayerType (line 1242) | func (m *Dot11DataCFAckPoll) LayerType() gopacket.LayerType { return ... method CanDecode (line 1243) | func (m *Dot11DataCFAckPoll) CanDecode() gopacket.LayerClass { return ... method DecodeFromBytes (line 1244) | func (m *Dot11DataCFAckPoll) DecodeFromBytes(data []byte, df gopacket.... function decodeDot11DataCFAckPoll (line 1237) | func decodeDot11DataCFAckPoll(data []byte, p gopacket.PacketBuilder) err... type Dot11DataNull (line 1248) | type Dot11DataNull struct method LayerType (line 1257) | func (m *Dot11DataNull) LayerType() gopacket.LayerType { return Layer... method CanDecode (line 1258) | func (m *Dot11DataNull) CanDecode() gopacket.LayerClass { return Layer... method DecodeFromBytes (line 1259) | func (m *Dot11DataNull) DecodeFromBytes(data []byte, df gopacket.Decod... function decodeDot11DataNull (line 1252) | func decodeDot11DataNull(data []byte, p gopacket.PacketBuilder) error { type Dot11DataCFAckNoData (line 1263) | type Dot11DataCFAckNoData struct method LayerType (line 1272) | func (m *Dot11DataCFAckNoData) LayerType() gopacket.LayerType { retur... method CanDecode (line 1273) | func (m *Dot11DataCFAckNoData) CanDecode() gopacket.LayerClass { retur... method DecodeFromBytes (line 1274) | func (m *Dot11DataCFAckNoData) DecodeFromBytes(data []byte, df gopacke... function decodeDot11DataCFAckNoData (line 1267) | func decodeDot11DataCFAckNoData(data []byte, p gopacket.PacketBuilder) e... type Dot11DataCFPollNoData (line 1278) | type Dot11DataCFPollNoData struct method LayerType (line 1287) | func (m *Dot11DataCFPollNoData) LayerType() gopacket.LayerType { retur... method CanDecode (line 1288) | func (m *Dot11DataCFPollNoData) CanDecode() gopacket.LayerClass { method DecodeFromBytes (line 1291) | func (m *Dot11DataCFPollNoData) DecodeFromBytes(data []byte, df gopack... function decodeDot11DataCFPollNoData (line 1282) | func decodeDot11DataCFPollNoData(data []byte, p gopacket.PacketBuilder) ... type Dot11DataCFAckPollNoData (line 1295) | type Dot11DataCFAckPollNoData struct method LayerType (line 1304) | func (m *Dot11DataCFAckPollNoData) LayerType() gopacket.LayerType { method CanDecode (line 1307) | func (m *Dot11DataCFAckPollNoData) CanDecode() gopacket.LayerClass { method DecodeFromBytes (line 1310) | func (m *Dot11DataCFAckPollNoData) DecodeFromBytes(data []byte, df gop... function decodeDot11DataCFAckPollNoData (line 1299) | func decodeDot11DataCFAckPollNoData(data []byte, p gopacket.PacketBuilde... type Dot11DataQOS (line 1314) | type Dot11DataQOS struct method DecodeFromBytes (line 1318) | func (m *Dot11DataQOS) DecodeFromBytes(data []byte, df gopacket.Decode... type Dot11DataQOSData (line 1323) | type Dot11DataQOSData struct method LayerType (line 1332) | func (m *Dot11DataQOSData) LayerType() gopacket.LayerType { return La... method CanDecode (line 1333) | func (m *Dot11DataQOSData) CanDecode() gopacket.LayerClass { return La... method NextLayerType (line 1335) | func (m *Dot11DataQOSData) NextLayerType() gopacket.LayerType { function decodeDot11DataQOSData (line 1327) | func decodeDot11DataQOSData(data []byte, p gopacket.PacketBuilder) error { type Dot11DataQOSDataCFAck (line 1339) | type Dot11DataQOSDataCFAck struct method LayerType (line 1348) | func (m *Dot11DataQOSDataCFAck) LayerType() gopacket.LayerType { retur... method CanDecode (line 1349) | func (m *Dot11DataQOSDataCFAck) CanDecode() gopacket.LayerClass { method NextLayerType (line 1352) | func (m *Dot11DataQOSDataCFAck) NextLayerType() gopacket.LayerType { r... function decodeDot11DataQOSDataCFAck (line 1343) | func decodeDot11DataQOSDataCFAck(data []byte, p gopacket.PacketBuilder) ... type Dot11DataQOSDataCFPoll (line 1354) | type Dot11DataQOSDataCFPoll struct method LayerType (line 1363) | func (m *Dot11DataQOSDataCFPoll) LayerType() gopacket.LayerType { method CanDecode (line 1366) | func (m *Dot11DataQOSDataCFPoll) CanDecode() gopacket.LayerClass { method NextLayerType (line 1369) | func (m *Dot11DataQOSDataCFPoll) NextLayerType() gopacket.LayerType { ... function decodeDot11DataQOSDataCFPoll (line 1358) | func decodeDot11DataQOSDataCFPoll(data []byte, p gopacket.PacketBuilder)... type Dot11DataQOSDataCFAckPoll (line 1371) | type Dot11DataQOSDataCFAckPoll struct method LayerType (line 1380) | func (m *Dot11DataQOSDataCFAckPoll) LayerType() gopacket.LayerType { method CanDecode (line 1383) | func (m *Dot11DataQOSDataCFAckPoll) CanDecode() gopacket.LayerClass { method NextLayerType (line 1386) | func (m *Dot11DataQOSDataCFAckPoll) NextLayerType() gopacket.LayerType { function decodeDot11DataQOSDataCFAckPoll (line 1375) | func decodeDot11DataQOSDataCFAckPoll(data []byte, p gopacket.PacketBuild... type Dot11DataQOSNull (line 1390) | type Dot11DataQOSNull struct method LayerType (line 1399) | func (m *Dot11DataQOSNull) LayerType() gopacket.LayerType { return... method CanDecode (line 1400) | func (m *Dot11DataQOSNull) CanDecode() gopacket.LayerClass { return... method NextLayerType (line 1401) | func (m *Dot11DataQOSNull) NextLayerType() gopacket.LayerType { return... function decodeDot11DataQOSNull (line 1394) | func decodeDot11DataQOSNull(data []byte, p gopacket.PacketBuilder) error { type Dot11DataQOSCFPollNoData (line 1403) | type Dot11DataQOSCFPollNoData struct method LayerType (line 1412) | func (m *Dot11DataQOSCFPollNoData) LayerType() gopacket.LayerType { method CanDecode (line 1415) | func (m *Dot11DataQOSCFPollNoData) CanDecode() gopacket.LayerClass { method NextLayerType (line 1418) | func (m *Dot11DataQOSCFPollNoData) NextLayerType() gopacket.LayerType { function decodeDot11DataQOSCFPollNoData (line 1407) | func decodeDot11DataQOSCFPollNoData(data []byte, p gopacket.PacketBuilde... type Dot11DataQOSCFAckPollNoData (line 1422) | type Dot11DataQOSCFAckPollNoData struct method LayerType (line 1431) | func (m *Dot11DataQOSCFAckPollNoData) LayerType() gopacket.LayerType { method CanDecode (line 1434) | func (m *Dot11DataQOSCFAckPollNoData) CanDecode() gopacket.LayerClass { method NextLayerType (line 1437) | func (m *Dot11DataQOSCFAckPollNoData) NextLayerType() gopacket.LayerTy... function decodeDot11DataQOSCFAckPollNoData (line 1426) | func decodeDot11DataQOSCFAckPollNoData(data []byte, p gopacket.PacketBui... type Dot11InformationElement (line 1441) | type Dot11InformationElement struct method LayerType (line 1449) | func (m *Dot11InformationElement) LayerType() gopacket.LayerType { method CanDecode (line 1452) | func (m *Dot11InformationElement) CanDecode() gopacket.LayerClass { method NextLayerType (line 1456) | func (m *Dot11InformationElement) NextLayerType() gopacket.LayerType { method DecodeFromBytes (line 1460) | func (m *Dot11InformationElement) DecodeFromBytes(data []byte, df gopa... method String (line 1491) | func (d *Dot11InformationElement) String() string { method SerializeTo (line 1511) | func (m Dot11InformationElement) SerializeTo(b gopacket.SerializeBuffe... function decodeDot11InformationElement (line 1524) | func decodeDot11InformationElement(data []byte, p gopacket.PacketBuilder... type Dot11CtrlCTS (line 1529) | type Dot11CtrlCTS struct method LayerType (line 1538) | func (m *Dot11CtrlCTS) LayerType() gopacket.LayerType { method CanDecode (line 1541) | func (m *Dot11CtrlCTS) CanDecode() gopacket.LayerClass { method DecodeFromBytes (line 1544) | func (m *Dot11CtrlCTS) DecodeFromBytes(data []byte, df gopacket.Decode... function decodeDot11CtrlCTS (line 1533) | func decodeDot11CtrlCTS(data []byte, p gopacket.PacketBuilder) error { type Dot11CtrlRTS (line 1548) | type Dot11CtrlRTS struct method LayerType (line 1557) | func (m *Dot11CtrlRTS) LayerType() gopacket.LayerType { method CanDecode (line 1560) | func (m *Dot11CtrlRTS) CanDecode() gopacket.LayerClass { method DecodeFromBytes (line 1563) | func (m *Dot11CtrlRTS) DecodeFromBytes(data []byte, df gopacket.Decode... function decodeDot11CtrlRTS (line 1552) | func decodeDot11CtrlRTS(data []byte, p gopacket.PacketBuilder) error { type Dot11CtrlBlockAckReq (line 1567) | type Dot11CtrlBlockAckReq struct method LayerType (line 1576) | func (m *Dot11CtrlBlockAckReq) LayerType() gopacket.LayerType { method CanDecode (line 1579) | func (m *Dot11CtrlBlockAckReq) CanDecode() gopacket.LayerClass { method DecodeFromBytes (line 1582) | func (m *Dot11CtrlBlockAckReq) DecodeFromBytes(data []byte, df gopacke... function decodeDot11CtrlBlockAckReq (line 1571) | func decodeDot11CtrlBlockAckReq(data []byte, p gopacket.PacketBuilder) e... type Dot11CtrlBlockAck (line 1586) | type Dot11CtrlBlockAck struct method LayerType (line 1595) | func (m *Dot11CtrlBlockAck) LayerType() gopacket.LayerType { return L... method CanDecode (line 1596) | func (m *Dot11CtrlBlockAck) CanDecode() gopacket.LayerClass { return L... method DecodeFromBytes (line 1597) | func (m *Dot11CtrlBlockAck) DecodeFromBytes(data []byte, df gopacket.D... function decodeDot11CtrlBlockAck (line 1590) | func decodeDot11CtrlBlockAck(data []byte, p gopacket.PacketBuilder) error { type Dot11CtrlPowersavePoll (line 1601) | type Dot11CtrlPowersavePoll struct method LayerType (line 1610) | func (m *Dot11CtrlPowersavePoll) LayerType() gopacket.LayerType { method CanDecode (line 1613) | func (m *Dot11CtrlPowersavePoll) CanDecode() gopacket.LayerClass { method DecodeFromBytes (line 1616) | func (m *Dot11CtrlPowersavePoll) DecodeFromBytes(data []byte, df gopac... function decodeDot11CtrlPowersavePoll (line 1605) | func decodeDot11CtrlPowersavePoll(data []byte, p gopacket.PacketBuilder)... type Dot11CtrlAck (line 1620) | type Dot11CtrlAck struct method LayerType (line 1629) | func (m *Dot11CtrlAck) LayerType() gopacket.LayerType { return LayerT... method CanDecode (line 1630) | func (m *Dot11CtrlAck) CanDecode() gopacket.LayerClass { return LayerT... method DecodeFromBytes (line 1631) | func (m *Dot11CtrlAck) DecodeFromBytes(data []byte, df gopacket.Decode... function decodeDot11CtrlAck (line 1624) | func decodeDot11CtrlAck(data []byte, p gopacket.PacketBuilder) error { type Dot11CtrlCFEnd (line 1635) | type Dot11CtrlCFEnd struct method LayerType (line 1644) | func (m *Dot11CtrlCFEnd) LayerType() gopacket.LayerType { method CanDecode (line 1647) | func (m *Dot11CtrlCFEnd) CanDecode() gopacket.LayerClass { method DecodeFromBytes (line 1650) | func (m *Dot11CtrlCFEnd) DecodeFromBytes(data []byte, df gopacket.Deco... function decodeDot11CtrlCFEnd (line 1639) | func decodeDot11CtrlCFEnd(data []byte, p gopacket.PacketBuilder) error { type Dot11CtrlCFEndAck (line 1654) | type Dot11CtrlCFEndAck struct method LayerType (line 1663) | func (m *Dot11CtrlCFEndAck) LayerType() gopacket.LayerType { method CanDecode (line 1666) | func (m *Dot11CtrlCFEndAck) CanDecode() gopacket.LayerClass { method DecodeFromBytes (line 1669) | func (m *Dot11CtrlCFEndAck) DecodeFromBytes(data []byte, df gopacket.D... function decodeDot11CtrlCFEndAck (line 1658) | func decodeDot11CtrlCFEndAck(data []byte, p gopacket.PacketBuilder) error { type Dot11MgmtAssociationReq (line 1673) | type Dot11MgmtAssociationReq struct method LayerType (line 1684) | func (m *Dot11MgmtAssociationReq) LayerType() gopacket.LayerType { method CanDecode (line 1687) | func (m *Dot11MgmtAssociationReq) CanDecode() gopacket.LayerClass { method NextLayerType (line 1690) | func (m *Dot11MgmtAssociationReq) NextLayerType() gopacket.LayerType { method DecodeFromBytes (line 1693) | func (m *Dot11MgmtAssociationReq) DecodeFromBytes(data []byte, df gopa... method SerializeTo (line 1704) | func (m Dot11MgmtAssociationReq) SerializeTo(b gopacket.SerializeBuffe... function decodeDot11MgmtAssociationReq (line 1679) | func decodeDot11MgmtAssociationReq(data []byte, p gopacket.PacketBuilder... type Dot11MgmtAssociationResp (line 1717) | type Dot11MgmtAssociationResp struct method CanDecode (line 1729) | func (m *Dot11MgmtAssociationResp) CanDecode() gopacket.LayerClass { method LayerType (line 1732) | func (m *Dot11MgmtAssociationResp) LayerType() gopacket.LayerType { method NextLayerType (line 1735) | func (m *Dot11MgmtAssociationResp) NextLayerType() gopacket.LayerType { method DecodeFromBytes (line 1738) | func (m *Dot11MgmtAssociationResp) DecodeFromBytes(data []byte, df gop... method SerializeTo (line 1750) | func (m Dot11MgmtAssociationResp) SerializeTo(b gopacket.SerializeBuff... function decodeDot11MgmtAssociationResp (line 1724) | func decodeDot11MgmtAssociationResp(data []byte, p gopacket.PacketBuilde... type Dot11MgmtReassociationReq (line 1764) | type Dot11MgmtReassociationReq struct method LayerType (line 1776) | func (m *Dot11MgmtReassociationReq) LayerType() gopacket.LayerType { method CanDecode (line 1779) | func (m *Dot11MgmtReassociationReq) CanDecode() gopacket.LayerClass { method NextLayerType (line 1782) | func (m *Dot11MgmtReassociationReq) NextLayerType() gopacket.LayerType { method DecodeFromBytes (line 1785) | func (m *Dot11MgmtReassociationReq) DecodeFromBytes(data []byte, df go... method SerializeTo (line 1797) | func (m Dot11MgmtReassociationReq) SerializeTo(b gopacket.SerializeBuf... function decodeDot11MgmtReassociationReq (line 1771) | func decodeDot11MgmtReassociationReq(data []byte, p gopacket.PacketBuild... type Dot11MgmtReassociationResp (line 1812) | type Dot11MgmtReassociationResp struct method LayerType (line 1821) | func (m *Dot11MgmtReassociationResp) LayerType() gopacket.LayerType { method CanDecode (line 1824) | func (m *Dot11MgmtReassociationResp) CanDecode() gopacket.LayerClass { method NextLayerType (line 1827) | func (m *Dot11MgmtReassociationResp) NextLayerType() gopacket.LayerType { function decodeDot11MgmtReassociationResp (line 1816) | func decodeDot11MgmtReassociationResp(data []byte, p gopacket.PacketBuil... type Dot11MgmtProbeReq (line 1831) | type Dot11MgmtProbeReq struct method LayerType (line 1840) | func (m *Dot11MgmtProbeReq) LayerType() gopacket.LayerType { return L... method CanDecode (line 1841) | func (m *Dot11MgmtProbeReq) CanDecode() gopacket.LayerClass { return L... method NextLayerType (line 1842) | func (m *Dot11MgmtProbeReq) NextLayerType() gopacket.LayerType { function decodeDot11MgmtProbeReq (line 1835) | func decodeDot11MgmtProbeReq(data []byte, p gopacket.PacketBuilder) error { type Dot11MgmtProbeResp (line 1846) | type Dot11MgmtProbeResp struct method LayerType (line 1858) | func (m *Dot11MgmtProbeResp) LayerType() gopacket.LayerType { return ... method CanDecode (line 1859) | func (m *Dot11MgmtProbeResp) CanDecode() gopacket.LayerClass { return ... method DecodeFromBytes (line 1860) | func (m *Dot11MgmtProbeResp) DecodeFromBytes(data []byte, df gopacket.... method NextLayerType (line 1875) | func (m *Dot11MgmtProbeResp) NextLayerType() gopacket.LayerType { method SerializeTo (line 1879) | func (m Dot11MgmtProbeResp) SerializeTo(b gopacket.SerializeBuffer, op... function decodeDot11MgmtProbeResp (line 1853) | func decodeDot11MgmtProbeResp(data []byte, p gopacket.PacketBuilder) err... type Dot11MgmtMeasurementPilot (line 1893) | type Dot11MgmtMeasurementPilot struct method LayerType (line 1902) | func (m *Dot11MgmtMeasurementPilot) LayerType() gopacket.LayerType { method CanDecode (line 1905) | func (m *Dot11MgmtMeasurementPilot) CanDecode() gopacket.LayerClass { function decodeDot11MgmtMeasurementPilot (line 1897) | func decodeDot11MgmtMeasurementPilot(data []byte, p gopacket.PacketBuild... type Dot11MgmtBeacon (line 1909) | type Dot11MgmtBeacon struct method LayerType (line 1921) | func (m *Dot11MgmtBeacon) LayerType() gopacket.LayerType { return Lay... method CanDecode (line 1922) | func (m *Dot11MgmtBeacon) CanDecode() gopacket.LayerClass { return Lay... method DecodeFromBytes (line 1923) | func (m *Dot11MgmtBeacon) DecodeFromBytes(data []byte, df gopacket.Dec... method NextLayerType (line 1935) | func (m *Dot11MgmtBeacon) NextLayerType() gopacket.LayerType { return ... method SerializeTo (line 1937) | func (m Dot11MgmtBeacon) SerializeTo(b gopacket.SerializeBuffer, opts ... function decodeDot11MgmtBeacon (line 1916) | func decodeDot11MgmtBeacon(data []byte, p gopacket.PacketBuilder) error { type Dot11MgmtATIM (line 1951) | type Dot11MgmtATIM struct method LayerType (line 1960) | func (m *Dot11MgmtATIM) LayerType() gopacket.LayerType { return Layer... method CanDecode (line 1961) | func (m *Dot11MgmtATIM) CanDecode() gopacket.LayerClass { return Layer... function decodeDot11MgmtATIM (line 1955) | func decodeDot11MgmtATIM(data []byte, p gopacket.PacketBuilder) error { type Dot11MgmtDisassociation (line 1963) | type Dot11MgmtDisassociation struct method LayerType (line 1973) | func (m *Dot11MgmtDisassociation) LayerType() gopacket.LayerType { method CanDecode (line 1976) | func (m *Dot11MgmtDisassociation) CanDecode() gopacket.LayerClass { method DecodeFromBytes (line 1979) | func (m *Dot11MgmtDisassociation) DecodeFromBytes(data []byte, df gopa... method SerializeTo (line 1988) | func (m Dot11MgmtDisassociation) SerializeTo(b gopacket.SerializeBuffe... function decodeDot11MgmtDisassociation (line 1968) | func decodeDot11MgmtDisassociation(data []byte, p gopacket.PacketBuilder... type Dot11MgmtAuthentication (line 2000) | type Dot11MgmtAuthentication struct method LayerType (line 2012) | func (m *Dot11MgmtAuthentication) LayerType() gopacket.LayerType { method CanDecode (line 2015) | func (m *Dot11MgmtAuthentication) CanDecode() gopacket.LayerClass { method NextLayerType (line 2018) | func (m *Dot11MgmtAuthentication) NextLayerType() gopacket.LayerType { method DecodeFromBytes (line 2021) | func (m *Dot11MgmtAuthentication) DecodeFromBytes(data []byte, df gopa... method SerializeTo (line 2033) | func (m Dot11MgmtAuthentication) SerializeTo(b gopacket.SerializeBuffe... function decodeDot11MgmtAuthentication (line 2007) | func decodeDot11MgmtAuthentication(data []byte, p gopacket.PacketBuilder... type Dot11MgmtDeauthentication (line 2047) | type Dot11MgmtDeauthentication struct method LayerType (line 2057) | func (m *Dot11MgmtDeauthentication) LayerType() gopacket.LayerType { method CanDecode (line 2060) | func (m *Dot11MgmtDeauthentication) CanDecode() gopacket.LayerClass { method DecodeFromBytes (line 2063) | func (m *Dot11MgmtDeauthentication) DecodeFromBytes(data []byte, df go... method SerializeTo (line 2072) | func (m Dot11MgmtDeauthentication) SerializeTo(b gopacket.SerializeBuf... function decodeDot11MgmtDeauthentication (line 2052) | func decodeDot11MgmtDeauthentication(data []byte, p gopacket.PacketBuild... type Dot11MgmtAction (line 2084) | type Dot11MgmtAction struct method LayerType (line 2093) | func (m *Dot11MgmtAction) LayerType() gopacket.LayerType { return Lay... method CanDecode (line 2094) | func (m *Dot11MgmtAction) CanDecode() gopacket.LayerClass { return Lay... function decodeDot11MgmtAction (line 2088) | func decodeDot11MgmtAction(data []byte, p gopacket.PacketBuilder) error { type Dot11MgmtActionNoAck (line 2096) | type Dot11MgmtActionNoAck struct method LayerType (line 2105) | func (m *Dot11MgmtActionNoAck) LayerType() gopacket.LayerType { retur... method CanDecode (line 2106) | func (m *Dot11MgmtActionNoAck) CanDecode() gopacket.LayerClass { retur... function decodeDot11MgmtActionNoAck (line 2100) | func decodeDot11MgmtActionNoAck(data []byte, p gopacket.PacketBuilder) e... type Dot11MgmtArubaWLAN (line 2108) | type Dot11MgmtArubaWLAN struct method LayerType (line 2117) | func (m *Dot11MgmtArubaWLAN) LayerType() gopacket.LayerType { return ... method CanDecode (line 2118) | func (m *Dot11MgmtArubaWLAN) CanDecode() gopacket.LayerClass { return ... function decodeDot11MgmtArubaWLAN (line 2112) | func decodeDot11MgmtArubaWLAN(data []byte, p gopacket.PacketBuilder) err... FILE: vendor/github.com/google/gopacket/layers/dot1q.go type Dot1Q (line 17) | type Dot1Q struct method LayerType (line 26) | func (d *Dot1Q) LayerType() gopacket.LayerType { return LayerTypeDot1Q } method DecodeFromBytes (line 29) | func (d *Dot1Q) DecodeFromBytes(data []byte, df gopacket.DecodeFeedbac... method CanDecode (line 43) | func (d *Dot1Q) CanDecode() gopacket.LayerClass { method NextLayerType (line 48) | func (d *Dot1Q) NextLayerType() gopacket.LayerType { method SerializeTo (line 60) | func (d *Dot1Q) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.... function decodeDot1Q (line 52) | func decodeDot1Q(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/eap.go type EAPCode (line 15) | type EAPCode type EAPType (line 16) | type EAPType constant EAPCodeRequest (line 19) | EAPCodeRequest EAPCode = 1 constant EAPCodeResponse (line 20) | EAPCodeResponse EAPCode = 2 constant EAPCodeSuccess (line 21) | EAPCodeSuccess EAPCode = 3 constant EAPCodeFailure (line 22) | EAPCodeFailure EAPCode = 4 constant EAPTypeNone (line 26) | EAPTypeNone EAPType = 0 constant EAPTypeIdentity (line 28) | EAPTypeIdentity EAPType = 1 constant EAPTypeNotification (line 29) | EAPTypeNotification EAPType = 2 constant EAPTypeNACK (line 30) | EAPTypeNACK EAPType = 3 constant EAPTypeOTP (line 31) | EAPTypeOTP EAPType = 4 constant EAPTypeTokenCard (line 32) | EAPTypeTokenCard EAPType = 5 type EAP (line 36) | type EAP struct method LayerType (line 46) | func (e *EAP) LayerType() gopacket.LayerType { return LayerTypeEAP } method DecodeFromBytes (line 49) | func (e *EAP) DecodeFromBytes(data []byte, df gopacket.DecodeFeedback)... method SerializeTo (line 79) | func (e *EAP) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.Se... method CanDecode (line 102) | func (e *EAP) CanDecode() gopacket.LayerClass { method NextLayerType (line 107) | func (e *EAP) NextLayerType() gopacket.LayerType { function decodeEAP (line 111) | func decodeEAP(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/eapol.go type EAPOL (line 16) | type EAPOL struct method LayerType (line 24) | func (e *EAPOL) LayerType() gopacket.LayerType { return LayerTypeEAPOL } method DecodeFromBytes (line 27) | func (e *EAPOL) DecodeFromBytes(data []byte, df gopacket.DecodeFeedbac... method SerializeTo (line 41) | func (e *EAPOL) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.... method CanDecode (line 50) | func (e *EAPOL) CanDecode() gopacket.LayerClass { method NextLayerType (line 55) | func (e *EAPOL) NextLayerType() gopacket.LayerType { function decodeEAPOL (line 59) | func decodeEAPOL(data []byte, p gopacket.PacketBuilder) error { type EAPOLKeyDescriptorType (line 66) | type EAPOLKeyDescriptorType method String (line 75) | func (kdt EAPOLKeyDescriptorType) String() string { constant EAPOLKeyDescriptorTypeRC4 (line 70) | EAPOLKeyDescriptorTypeRC4 EAPOLKeyDescriptorType = 1 constant EAPOLKeyDescriptorTypeDot11 (line 71) | EAPOLKeyDescriptorTypeDot11 EAPOLKeyDescriptorType = 2 constant EAPOLKeyDescriptorTypeWPA (line 72) | EAPOLKeyDescriptorTypeWPA EAPOLKeyDescriptorType = 254 type EAPOLKeyDescriptorVersion (line 91) | type EAPOLKeyDescriptorVersion method String (line 101) | func (v EAPOLKeyDescriptorVersion) String() string { constant EAPOLKeyDescriptorVersionOther (line 95) | EAPOLKeyDescriptorVersionOther EAPOLKeyDescriptorVersion = 0 constant EAPOLKeyDescriptorVersionRC4HMACMD5 (line 96) | EAPOLKeyDescriptorVersionRC4HMACMD5 EAPOLKeyDescriptorVersion = 1 constant EAPOLKeyDescriptorVersionAESHMACSHA1 (line 97) | EAPOLKeyDescriptorVersionAESHMACSHA1 EAPOLKeyDescriptorVersion = 2 constant EAPOLKeyDescriptorVersionAES128CMAC (line 98) | EAPOLKeyDescriptorVersionAES128CMAC EAPOLKeyDescriptorVersion = 3 type EAPOLKeyType (line 118) | type EAPOLKeyType method String (line 126) | func (kt EAPOLKeyType) String() string { constant EAPOLKeyTypeGroupSMK (line 122) | EAPOLKeyTypeGroupSMK EAPOLKeyType = 0 constant EAPOLKeyTypePairwise (line 123) | EAPOLKeyTypePairwise EAPOLKeyType = 1 type EAPOLKey (line 138) | type EAPOLKey struct method LayerType (line 164) | func (ek *EAPOLKey) LayerType() gopacket.LayerType { method CanDecode (line 169) | func (ek *EAPOLKey) CanDecode() gopacket.LayerType { method NextLayerType (line 175) | func (ek *EAPOLKey) NextLayerType() gopacket.LayerType { method DecodeFromBytes (line 185) | func (ek *EAPOLKey) DecodeFromBytes(data []byte, df gopacket.DecodeFee... method SerializeTo (line 244) | func (ek *EAPOLKey) SerializeTo(b gopacket.SerializeBuffer, opts gopac... constant eapolKeyFrameLen (line 182) | eapolKeyFrameLen = 95 function decodeEAPOLKey (line 299) | func decodeEAPOLKey(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/endpoints.go function NewIPEndpoint (line 52) | func NewIPEndpoint(a net.IP) gopacket.Endpoint { function NewMACEndpoint (line 67) | func NewMACEndpoint(a net.HardwareAddr) gopacket.Endpoint { function newPortEndpoint (line 70) | func newPortEndpoint(t gopacket.EndpointType, p uint16) gopacket.Endpoint { function NewTCPPortEndpoint (line 75) | func NewTCPPortEndpoint(p TCPPort) gopacket.Endpoint { function NewUDPPortEndpoint (line 80) | func NewUDPPortEndpoint(p UDPPort) gopacket.Endpoint { function NewSCTPPortEndpoint (line 85) | func NewSCTPPortEndpoint(p SCTPPort) gopacket.Endpoint { function NewRUDPPortEndpoint (line 90) | func NewRUDPPortEndpoint(p RUDPPort) gopacket.Endpoint { function NewUDPLitePortEndpoint (line 95) | func NewUDPLitePortEndpoint(p UDPLitePort) gopacket.Endpoint { FILE: vendor/github.com/google/gopacket/layers/enums.go type EnumMetadata (line 19) | type EnumMetadata struct type EthernetType (line 30) | type EthernetType constant EthernetTypeLLC (line 36) | EthernetTypeLLC EthernetType = 0 constant EthernetTypeIPv4 (line 37) | EthernetTypeIPv4 EthernetType = 0x0800 constant EthernetTypeARP (line 38) | EthernetTypeARP EthernetType = 0x0806 constant EthernetTypeIPv6 (line 39) | EthernetTypeIPv6 EthernetType = 0x86DD constant EthernetTypeCiscoDiscovery (line 40) | EthernetTypeCiscoDiscovery EthernetType = 0x2000 constant EthernetTypeNortelDiscovery (line 41) | EthernetTypeNortelDiscovery EthernetType = 0x01a2 constant EthernetTypeTransparentEthernetBridging (line 42) | EthernetTypeTransparentEthernetBridging EthernetType = 0x6558 constant EthernetTypeDot1Q (line 43) | EthernetTypeDot1Q EthernetType = 0x8100 constant EthernetTypePPP (line 44) | EthernetTypePPP EthernetType = 0x880b constant EthernetTypePPPoEDiscovery (line 45) | EthernetTypePPPoEDiscovery EthernetType = 0x8863 constant EthernetTypePPPoESession (line 46) | EthernetTypePPPoESession EthernetType = 0x8864 constant EthernetTypeMPLSUnicast (line 47) | EthernetTypeMPLSUnicast EthernetType = 0x8847 constant EthernetTypeMPLSMulticast (line 48) | EthernetTypeMPLSMulticast EthernetType = 0x8848 constant EthernetTypeEAPOL (line 49) | EthernetTypeEAPOL EthernetType = 0x888e constant EthernetTypeERSPAN (line 50) | EthernetTypeERSPAN EthernetType = 0x88be constant EthernetTypeQinQ (line 51) | EthernetTypeQinQ EthernetType = 0x88a8 constant EthernetTypeLinkLayerDiscovery (line 52) | EthernetTypeLinkLayerDiscovery EthernetType = 0x88cc constant EthernetTypeEthernetCTP (line 53) | EthernetTypeEthernetCTP EthernetType = 0x9000 type IPProtocol (line 58) | type IPProtocol constant IPProtocolIPv6HopByHop (line 61) | IPProtocolIPv6HopByHop IPProtocol = 0 constant IPProtocolICMPv4 (line 62) | IPProtocolICMPv4 IPProtocol = 1 constant IPProtocolIGMP (line 63) | IPProtocolIGMP IPProtocol = 2 constant IPProtocolIPv4 (line 64) | IPProtocolIPv4 IPProtocol = 4 constant IPProtocolTCP (line 65) | IPProtocolTCP IPProtocol = 6 constant IPProtocolUDP (line 66) | IPProtocolUDP IPProtocol = 17 constant IPProtocolRUDP (line 67) | IPProtocolRUDP IPProtocol = 27 constant IPProtocolIPv6 (line 68) | IPProtocolIPv6 IPProtocol = 41 constant IPProtocolIPv6Routing (line 69) | IPProtocolIPv6Routing IPProtocol = 43 constant IPProtocolIPv6Fragment (line 70) | IPProtocolIPv6Fragment IPProtocol = 44 constant IPProtocolGRE (line 71) | IPProtocolGRE IPProtocol = 47 constant IPProtocolESP (line 72) | IPProtocolESP IPProtocol = 50 constant IPProtocolAH (line 73) | IPProtocolAH IPProtocol = 51 constant IPProtocolICMPv6 (line 74) | IPProtocolICMPv6 IPProtocol = 58 constant IPProtocolNoNextHeader (line 75) | IPProtocolNoNextHeader IPProtocol = 59 constant IPProtocolIPv6Destination (line 76) | IPProtocolIPv6Destination IPProtocol = 60 constant IPProtocolOSPF (line 77) | IPProtocolOSPF IPProtocol = 89 constant IPProtocolIPIP (line 78) | IPProtocolIPIP IPProtocol = 94 constant IPProtocolEtherIP (line 79) | IPProtocolEtherIP IPProtocol = 97 constant IPProtocolVRRP (line 80) | IPProtocolVRRP IPProtocol = 112 constant IPProtocolSCTP (line 81) | IPProtocolSCTP IPProtocol = 132 constant IPProtocolUDPLite (line 82) | IPProtocolUDPLite IPProtocol = 136 constant IPProtocolMPLSInIP (line 83) | IPProtocolMPLSInIP IPProtocol = 137 type LinkType (line 88) | type LinkType constant LinkTypeNull (line 92) | LinkTypeNull LinkType = 0 constant LinkTypeEthernet (line 93) | LinkTypeEthernet LinkType = 1 constant LinkTypeAX25 (line 94) | LinkTypeAX25 LinkType = 3 constant LinkTypeTokenRing (line 95) | LinkTypeTokenRing LinkType = 6 constant LinkTypeArcNet (line 96) | LinkTypeArcNet LinkType = 7 constant LinkTypeSLIP (line 97) | LinkTypeSLIP LinkType = 8 constant LinkTypePPP (line 98) | LinkTypePPP LinkType = 9 constant LinkTypeFDDI (line 99) | LinkTypeFDDI LinkType = 10 constant LinkTypePPP_HDLC (line 100) | LinkTypePPP_HDLC LinkType = 50 constant LinkTypePPPEthernet (line 101) | LinkTypePPPEthernet LinkType = 51 constant LinkTypeATM_RFC1483 (line 102) | LinkTypeATM_RFC1483 LinkType = 100 constant LinkTypeRaw (line 103) | LinkTypeRaw LinkType = 101 constant LinkTypeC_HDLC (line 104) | LinkTypeC_HDLC LinkType = 104 constant LinkTypeIEEE802_11 (line 105) | LinkTypeIEEE802_11 LinkType = 105 constant LinkTypeFRelay (line 106) | LinkTypeFRelay LinkType = 107 constant LinkTypeLoop (line 107) | LinkTypeLoop LinkType = 108 constant LinkTypeLinuxSLL (line 108) | LinkTypeLinuxSLL LinkType = 113 constant LinkTypeLTalk (line 109) | LinkTypeLTalk LinkType = 114 constant LinkTypePFLog (line 110) | LinkTypePFLog LinkType = 117 constant LinkTypePrismHeader (line 111) | LinkTypePrismHeader LinkType = 119 constant LinkTypeIPOverFC (line 112) | LinkTypeIPOverFC LinkType = 122 constant LinkTypeSunATM (line 113) | LinkTypeSunATM LinkType = 123 constant LinkTypeIEEE80211Radio (line 114) | LinkTypeIEEE80211Radio LinkType = 127 constant LinkTypeARCNetLinux (line 115) | LinkTypeARCNetLinux LinkType = 129 constant LinkTypeIPOver1394 (line 116) | LinkTypeIPOver1394 LinkType = 138 constant LinkTypeMTP2Phdr (line 117) | LinkTypeMTP2Phdr LinkType = 139 constant LinkTypeMTP2 (line 118) | LinkTypeMTP2 LinkType = 140 constant LinkTypeMTP3 (line 119) | LinkTypeMTP3 LinkType = 141 constant LinkTypeSCCP (line 120) | LinkTypeSCCP LinkType = 142 constant LinkTypeDOCSIS (line 121) | LinkTypeDOCSIS LinkType = 143 constant LinkTypeLinuxIRDA (line 122) | LinkTypeLinuxIRDA LinkType = 144 constant LinkTypeLinuxLAPD (line 123) | LinkTypeLinuxLAPD LinkType = 177 constant LinkTypeLinuxUSB (line 124) | LinkTypeLinuxUSB LinkType = 220 constant LinkTypeFC2 (line 125) | LinkTypeFC2 LinkType = 224 constant LinkTypeFC2Framed (line 126) | LinkTypeFC2Framed LinkType = 225 constant LinkTypeIPv4 (line 127) | LinkTypeIPv4 LinkType = 228 constant LinkTypeIPv6 (line 128) | LinkTypeIPv6 LinkType = 229 type PPPoECode (line 132) | type PPPoECode constant PPPoECodePADI (line 135) | PPPoECodePADI PPPoECode = 0x09 constant PPPoECodePADO (line 136) | PPPoECodePADO PPPoECode = 0x07 constant PPPoECodePADR (line 137) | PPPoECodePADR PPPoECode = 0x19 constant PPPoECodePADS (line 138) | PPPoECodePADS PPPoECode = 0x65 constant PPPoECodePADT (line 139) | PPPoECodePADT PPPoECode = 0xA7 constant PPPoECodeSession (line 140) | PPPoECodeSession PPPoECode = 0x00 type PPPType (line 145) | type PPPType constant PPPTypeIPv4 (line 148) | PPPTypeIPv4 PPPType = 0x0021 constant PPPTypeIPv6 (line 149) | PPPTypeIPv6 PPPType = 0x0057 constant PPPTypeMPLSUnicast (line 150) | PPPTypeMPLSUnicast PPPType = 0x0281 constant PPPTypeMPLSMulticast (line 151) | PPPTypeMPLSMulticast PPPType = 0x0283 type SCTPChunkType (line 155) | type SCTPChunkType constant SCTPChunkTypeData (line 158) | SCTPChunkTypeData SCTPChunkType = 0 constant SCTPChunkTypeInit (line 159) | SCTPChunkTypeInit SCTPChunkType = 1 constant SCTPChunkTypeInitAck (line 160) | SCTPChunkTypeInitAck SCTPChunkType = 2 constant SCTPChunkTypeSack (line 161) | SCTPChunkTypeSack SCTPChunkType = 3 constant SCTPChunkTypeHeartbeat (line 162) | SCTPChunkTypeHeartbeat SCTPChunkType = 4 constant SCTPChunkTypeHeartbeatAck (line 163) | SCTPChunkTypeHeartbeatAck SCTPChunkType = 5 constant SCTPChunkTypeAbort (line 164) | SCTPChunkTypeAbort SCTPChunkType = 6 constant SCTPChunkTypeShutdown (line 165) | SCTPChunkTypeShutdown SCTPChunkType = 7 constant SCTPChunkTypeShutdownAck (line 166) | SCTPChunkTypeShutdownAck SCTPChunkType = 8 constant SCTPChunkTypeError (line 167) | SCTPChunkTypeError SCTPChunkType = 9 constant SCTPChunkTypeCookieEcho (line 168) | SCTPChunkTypeCookieEcho SCTPChunkType = 10 constant SCTPChunkTypeCookieAck (line 169) | SCTPChunkTypeCookieAck SCTPChunkType = 11 constant SCTPChunkTypeShutdownComplete (line 170) | SCTPChunkTypeShutdownComplete SCTPChunkType = 14 type FDDIFrameControl (line 174) | type FDDIFrameControl constant FDDIFrameControlLLC (line 177) | FDDIFrameControlLLC FDDIFrameControl = 0x50 type EAPOLType (line 181) | type EAPOLType constant EAPOLTypeEAP (line 184) | EAPOLTypeEAP EAPOLType = 0 constant EAPOLTypeStart (line 185) | EAPOLTypeStart EAPOLType = 1 constant EAPOLTypeLogOff (line 186) | EAPOLTypeLogOff EAPOLType = 2 constant EAPOLTypeKey (line 187) | EAPOLTypeKey EAPOLType = 3 constant EAPOLTypeASFAlert (line 188) | EAPOLTypeASFAlert EAPOLType = 4 type ProtocolFamily (line 192) | type ProtocolFamily constant ProtocolFamilyIPv4 (line 195) | ProtocolFamilyIPv4 ProtocolFamily = 2 constant ProtocolFamilyIPv6BSD (line 198) | ProtocolFamilyIPv6BSD ProtocolFamily = 24 constant ProtocolFamilyIPv6FreeBSD (line 199) | ProtocolFamilyIPv6FreeBSD ProtocolFamily = 28 constant ProtocolFamilyIPv6Darwin (line 200) | ProtocolFamilyIPv6Darwin ProtocolFamily = 30 constant ProtocolFamilyIPv6Linux (line 201) | ProtocolFamilyIPv6Linux ProtocolFamily = 10 type Dot11Type (line 210) | type Dot11Type method MainType (line 214) | func (d Dot11Type) MainType() Dot11Type { method QOS (line 218) | func (d Dot11Type) QOS() bool { constant Dot11TypeMgmt (line 223) | Dot11TypeMgmt Dot11Type = 0x00 constant Dot11TypeCtrl (line 224) | Dot11TypeCtrl Dot11Type = 0x01 constant Dot11TypeData (line 225) | Dot11TypeData Dot11Type = 0x02 constant Dot11TypeReserved (line 226) | Dot11TypeReserved Dot11Type = 0x03 constant dot11TypeMask (line 227) | dot11TypeMask = 0x03 constant dot11QOSMask (line 228) | dot11QOSMask = 0x23 constant Dot11TypeMgmtAssociationReq (line 233) | Dot11TypeMgmtAssociationReq Dot11Type = 0x00 constant Dot11TypeMgmtAssociationResp (line 234) | Dot11TypeMgmtAssociationResp Dot11Type = 0x04 constant Dot11TypeMgmtReassociationReq (line 235) | Dot11TypeMgmtReassociationReq Dot11Type = 0x08 constant Dot11TypeMgmtReassociationResp (line 236) | Dot11TypeMgmtReassociationResp Dot11Type = 0x0c constant Dot11TypeMgmtProbeReq (line 237) | Dot11TypeMgmtProbeReq Dot11Type = 0x10 constant Dot11TypeMgmtProbeResp (line 238) | Dot11TypeMgmtProbeResp Dot11Type = 0x14 constant Dot11TypeMgmtMeasurementPilot (line 239) | Dot11TypeMgmtMeasurementPilot Dot11Type = 0x18 constant Dot11TypeMgmtBeacon (line 240) | Dot11TypeMgmtBeacon Dot11Type = 0x20 constant Dot11TypeMgmtATIM (line 241) | Dot11TypeMgmtATIM Dot11Type = 0x24 constant Dot11TypeMgmtDisassociation (line 242) | Dot11TypeMgmtDisassociation Dot11Type = 0x28 constant Dot11TypeMgmtAuthentication (line 243) | Dot11TypeMgmtAuthentication Dot11Type = 0x2c constant Dot11TypeMgmtDeauthentication (line 244) | Dot11TypeMgmtDeauthentication Dot11Type = 0x30 constant Dot11TypeMgmtAction (line 245) | Dot11TypeMgmtAction Dot11Type = 0x34 constant Dot11TypeMgmtActionNoAck (line 246) | Dot11TypeMgmtActionNoAck Dot11Type = 0x38 constant Dot11TypeCtrlWrapper (line 249) | Dot11TypeCtrlWrapper Dot11Type = 0x1d constant Dot11TypeCtrlBlockAckReq (line 250) | Dot11TypeCtrlBlockAckReq Dot11Type = 0x21 constant Dot11TypeCtrlBlockAck (line 251) | Dot11TypeCtrlBlockAck Dot11Type = 0x25 constant Dot11TypeCtrlPowersavePoll (line 252) | Dot11TypeCtrlPowersavePoll Dot11Type = 0x29 constant Dot11TypeCtrlRTS (line 253) | Dot11TypeCtrlRTS Dot11Type = 0x2d constant Dot11TypeCtrlCTS (line 254) | Dot11TypeCtrlCTS Dot11Type = 0x31 constant Dot11TypeCtrlAck (line 255) | Dot11TypeCtrlAck Dot11Type = 0x35 constant Dot11TypeCtrlCFEnd (line 256) | Dot11TypeCtrlCFEnd Dot11Type = 0x39 constant Dot11TypeCtrlCFEndAck (line 257) | Dot11TypeCtrlCFEndAck Dot11Type = 0x3d constant Dot11TypeDataCFAck (line 260) | Dot11TypeDataCFAck Dot11Type = 0x06 constant Dot11TypeDataCFPoll (line 261) | Dot11TypeDataCFPoll Dot11Type = 0x0a constant Dot11TypeDataCFAckPoll (line 262) | Dot11TypeDataCFAckPoll Dot11Type = 0x0e constant Dot11TypeDataNull (line 263) | Dot11TypeDataNull Dot11Type = 0x12 constant Dot11TypeDataCFAckNoData (line 264) | Dot11TypeDataCFAckNoData Dot11Type = 0x16 constant Dot11TypeDataCFPollNoData (line 265) | Dot11TypeDataCFPollNoData Dot11Type = 0x1a constant Dot11TypeDataCFAckPollNoData (line 266) | Dot11TypeDataCFAckPollNoData Dot11Type = 0x1e constant Dot11TypeDataQOSData (line 267) | Dot11TypeDataQOSData Dot11Type = 0x22 constant Dot11TypeDataQOSDataCFAck (line 268) | Dot11TypeDataQOSDataCFAck Dot11Type = 0x26 constant Dot11TypeDataQOSDataCFPoll (line 269) | Dot11TypeDataQOSDataCFPoll Dot11Type = 0x2a constant Dot11TypeDataQOSDataCFAckPoll (line 270) | Dot11TypeDataQOSDataCFAckPoll Dot11Type = 0x2e constant Dot11TypeDataQOSNull (line 271) | Dot11TypeDataQOSNull Dot11Type = 0x32 constant Dot11TypeDataQOSCFPollNoData (line 272) | Dot11TypeDataQOSCFPollNoData Dot11Type = 0x3a constant Dot11TypeDataQOSCFAckPollNoData (line 273) | Dot11TypeDataQOSCFAckPollNoData Dot11Type = 0x3e function decodeIPv4or6 (line 277) | func decodeIPv4or6(data []byte, p gopacket.PacketBuilder) error { function initActualTypeData (line 288) | func initActualTypeData() { FILE: vendor/github.com/google/gopacket/layers/enums_generated.go function init (line 14) | func init() { method Decode (line 30) | func (a LinkType) Decode(data []byte, p gopacket.PacketBuilder) error { method String (line 35) | func (a LinkType) String() string { method LayerType (line 40) | func (a LinkType) LayerType() gopacket.LayerType { type errorDecoderForLinkType (line 44) | type errorDecoderForLinkType method Decode (line 46) | func (a *errorDecoderForLinkType) Decode(data []byte, p gopacket.Packe... method Error (line 49) | func (a *errorDecoderForLinkType) Error() string { function initUnknownTypesForLinkType (line 56) | func initUnknownTypesForLinkType() { method Decode (line 67) | func (a EthernetType) Decode(data []byte, p gopacket.PacketBuilder) error { method String (line 72) | func (a EthernetType) String() string { method LayerType (line 77) | func (a EthernetType) LayerType() gopacket.LayerType { type errorDecoderForEthernetType (line 81) | type errorDecoderForEthernetType method Decode (line 83) | func (a *errorDecoderForEthernetType) Decode(data []byte, p gopacket.P... method Error (line 86) | func (a *errorDecoderForEthernetType) Error() string { function initUnknownTypesForEthernetType (line 93) | func initUnknownTypesForEthernetType() { method Decode (line 104) | func (a PPPType) Decode(data []byte, p gopacket.PacketBuilder) error { method String (line 109) | func (a PPPType) String() string { method LayerType (line 114) | func (a PPPType) LayerType() gopacket.LayerType { type errorDecoderForPPPType (line 118) | type errorDecoderForPPPType method Decode (line 120) | func (a *errorDecoderForPPPType) Decode(data []byte, p gopacket.Packet... method Error (line 123) | func (a *errorDecoderForPPPType) Error() string { function initUnknownTypesForPPPType (line 130) | func initUnknownTypesForPPPType() { method Decode (line 141) | func (a IPProtocol) Decode(data []byte, p gopacket.PacketBuilder) error { method String (line 146) | func (a IPProtocol) String() string { method LayerType (line 151) | func (a IPProtocol) LayerType() gopacket.LayerType { type errorDecoderForIPProtocol (line 155) | type errorDecoderForIPProtocol method Decode (line 157) | func (a *errorDecoderForIPProtocol) Decode(data []byte, p gopacket.Pac... method Error (line 160) | func (a *errorDecoderForIPProtocol) Error() string { function initUnknownTypesForIPProtocol (line 167) | func initUnknownTypesForIPProtocol() { method Decode (line 178) | func (a SCTPChunkType) Decode(data []byte, p gopacket.PacketBuilder) err... method String (line 183) | func (a SCTPChunkType) String() string { method LayerType (line 188) | func (a SCTPChunkType) LayerType() gopacket.LayerType { type errorDecoderForSCTPChunkType (line 192) | type errorDecoderForSCTPChunkType method Decode (line 194) | func (a *errorDecoderForSCTPChunkType) Decode(data []byte, p gopacket.... method Error (line 197) | func (a *errorDecoderForSCTPChunkType) Error() string { function initUnknownTypesForSCTPChunkType (line 204) | func initUnknownTypesForSCTPChunkType() { method Decode (line 215) | func (a PPPoECode) Decode(data []byte, p gopacket.PacketBuilder) error { method String (line 220) | func (a PPPoECode) String() string { method LayerType (line 225) | func (a PPPoECode) LayerType() gopacket.LayerType { type errorDecoderForPPPoECode (line 229) | type errorDecoderForPPPoECode method Decode (line 231) | func (a *errorDecoderForPPPoECode) Decode(data []byte, p gopacket.Pack... method Error (line 234) | func (a *errorDecoderForPPPoECode) Error() string { function initUnknownTypesForPPPoECode (line 241) | func initUnknownTypesForPPPoECode() { method Decode (line 252) | func (a FDDIFrameControl) Decode(data []byte, p gopacket.PacketBuilder) ... method String (line 257) | func (a FDDIFrameControl) String() string { method LayerType (line 262) | func (a FDDIFrameControl) LayerType() gopacket.LayerType { type errorDecoderForFDDIFrameControl (line 266) | type errorDecoderForFDDIFrameControl method Decode (line 268) | func (a *errorDecoderForFDDIFrameControl) Decode(data []byte, p gopack... method Error (line 271) | func (a *errorDecoderForFDDIFrameControl) Error() string { function initUnknownTypesForFDDIFrameControl (line 278) | func initUnknownTypesForFDDIFrameControl() { method Decode (line 289) | func (a EAPOLType) Decode(data []byte, p gopacket.PacketBuilder) error { method String (line 294) | func (a EAPOLType) String() string { method LayerType (line 299) | func (a EAPOLType) LayerType() gopacket.LayerType { type errorDecoderForEAPOLType (line 303) | type errorDecoderForEAPOLType method Decode (line 305) | func (a *errorDecoderForEAPOLType) Decode(data []byte, p gopacket.Pack... method Error (line 308) | func (a *errorDecoderForEAPOLType) Error() string { function initUnknownTypesForEAPOLType (line 315) | func initUnknownTypesForEAPOLType() { method Decode (line 326) | func (a ProtocolFamily) Decode(data []byte, p gopacket.PacketBuilder) er... method String (line 331) | func (a ProtocolFamily) String() string { method LayerType (line 336) | func (a ProtocolFamily) LayerType() gopacket.LayerType { type errorDecoderForProtocolFamily (line 340) | type errorDecoderForProtocolFamily method Decode (line 342) | func (a *errorDecoderForProtocolFamily) Decode(data []byte, p gopacket... method Error (line 345) | func (a *errorDecoderForProtocolFamily) Error() string { function initUnknownTypesForProtocolFamily (line 352) | func initUnknownTypesForProtocolFamily() { method Decode (line 363) | func (a Dot11Type) Decode(data []byte, p gopacket.PacketBuilder) error { method String (line 368) | func (a Dot11Type) String() string { method LayerType (line 373) | func (a Dot11Type) LayerType() gopacket.LayerType { type errorDecoderForDot11Type (line 377) | type errorDecoderForDot11Type method Decode (line 379) | func (a *errorDecoderForDot11Type) Decode(data []byte, p gopacket.Pack... method Error (line 382) | func (a *errorDecoderForDot11Type) Error() string { function initUnknownTypesForDot11Type (line 389) | func initUnknownTypesForDot11Type() { method Decode (line 400) | func (a USBTransportType) Decode(data []byte, p gopacket.PacketBuilder) ... method String (line 405) | func (a USBTransportType) String() string { method LayerType (line 410) | func (a USBTransportType) LayerType() gopacket.LayerType { type errorDecoderForUSBTransportType (line 414) | type errorDecoderForUSBTransportType method Decode (line 416) | func (a *errorDecoderForUSBTransportType) Decode(data []byte, p gopack... method Error (line 419) | func (a *errorDecoderForUSBTransportType) Error() string { function initUnknownTypesForUSBTransportType (line 426) | func initUnknownTypesForUSBTransportType() { FILE: vendor/github.com/google/gopacket/layers/erspan2.go constant ERSPANIIVersionObsolete (line 17) | ERSPANIIVersionObsolete = 0x0 constant ERSPANIIVersion (line 19) | ERSPANIIVersion = 0x1 type ERSPANII (line 24) | type ERSPANII struct method LayerType (line 32) | func (erspan2 *ERSPANII) LayerType() gopacket.LayerType { return Layer... method DecodeFromBytes (line 35) | func (erspan2 *ERSPANII) DecodeFromBytes(data []byte, df gopacket.Deco... method SerializeTo (line 53) | func (erspan2 *ERSPANII) SerializeTo(b gopacket.SerializeBuffer, opts ... method CanDecode (line 74) | func (erspan2 *ERSPANII) CanDecode() gopacket.LayerClass { method NextLayerType (line 79) | func (erspan2 *ERSPANII) NextLayerType() gopacket.LayerType { function decodeERSPANII (line 83) | func decodeERSPANII(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/etherip.go type EtherIP (line 15) | type EtherIP struct method LayerType (line 22) | func (e *EtherIP) LayerType() gopacket.LayerType { return LayerTypeEth... method DecodeFromBytes (line 25) | func (e *EtherIP) DecodeFromBytes(data []byte, df gopacket.DecodeFeedb... method CanDecode (line 33) | func (e *EtherIP) CanDecode() gopacket.LayerClass { method NextLayerType (line 38) | func (e *EtherIP) NextLayerType() gopacket.LayerType { function decodeEtherIP (line 42) | func decodeEtherIP(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/ethernet.go type Ethernet (line 22) | type Ethernet struct method LayerType (line 35) | func (e *Ethernet) LayerType() gopacket.LayerType { return LayerTypeEt... method LinkFlow (line 37) | func (e *Ethernet) LinkFlow() gopacket.Flow { method DecodeFromBytes (line 41) | func (eth *Ethernet) DecodeFromBytes(data []byte, df gopacket.DecodeFe... method SerializeTo (line 67) | func (eth *Ethernet) SerializeTo(b gopacket.SerializeBuffer, opts gopa... method CanDecode (line 106) | func (eth *Ethernet) CanDecode() gopacket.LayerClass { method NextLayerType (line 110) | func (eth *Ethernet) NextLayerType() gopacket.LayerType { function decodeEthernet (line 114) | func decodeEthernet(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/fddi.go type FDDI (line 15) | type FDDI struct method LayerType (line 23) | func (f *FDDI) LayerType() gopacket.LayerType { return LayerTypeFDDI } method LinkFlow (line 26) | func (f *FDDI) LinkFlow() gopacket.Flow { function decodeFDDI (line 30) | func decodeFDDI(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/fuzz_layer.go function FuzzLayer (line 19) | func FuzzLayer(data []byte) int { FILE: vendor/github.com/google/gopacket/layers/geneve.go type Geneve (line 25) | type Geneve struct method LayerType (line 51) | func (gn *Geneve) LayerType() gopacket.LayerType { return LayerTypeGen... method DecodeFromBytes (line 75) | func (gn *Geneve) DecodeFromBytes(data []byte, df gopacket.DecodeFeedb... method NextLayerType (line 114) | func (gn *Geneve) NextLayerType() gopacket.LayerType { type GeneveOption (line 42) | type GeneveOption struct function decodeGeneveOption (line 53) | func decodeGeneveOption(data []byte, gn *Geneve, df gopacket.DecodeFeedb... function decodeGeneve (line 118) | func decodeGeneve(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/gre.go type GRE (line 16) | type GRE struct method LayerType (line 36) | func (g *GRE) LayerType() gopacket.LayerType { return LayerTypeGRE } method DecodeFromBytes (line 39) | func (g *GRE) DecodeFromBytes(data []byte, df gopacket.DecodeFeedback)... method SerializeTo (line 91) | func (g *GRE) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.Se... method CanDecode (line 188) | func (g *GRE) CanDecode() gopacket.LayerClass { method NextLayerType (line 193) | func (g *GRE) NextLayerType() gopacket.LayerType { type GRERouting (line 28) | type GRERouting struct function decodeGRE (line 197) | func decodeGRE(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/gtp.go constant gtpMinimumSizeInBytes (line 16) | gtpMinimumSizeInBytes int = 8 type GTPExtensionHeader (line 19) | type GTPExtensionHeader struct type GTPv1U (line 26) | type GTPv1U struct method LayerType (line 43) | func (g *GTPv1U) LayerType() gopacket.LayerType { return LayerTypeGTPv... method DecodeFromBytes (line 46) | func (g *GTPv1U) DecodeFromBytes(data []byte, df gopacket.DecodeFeedba... method SerializeTo (line 111) | func (g *GTPv1U) SerializeTo(b gopacket.SerializeBuffer, opts gopacket... method CanDecode (line 157) | func (g *GTPv1U) CanDecode() gopacket.LayerClass { method NextLayerType (line 162) | func (g *GTPv1U) NextLayerType() gopacket.LayerType { function decodeGTPv1u (line 176) | func decodeGTPv1u(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/icmp4.go constant ICMPv4TypeEchoReply (line 20) | ICMPv4TypeEchoReply = 0 constant ICMPv4TypeDestinationUnreachable (line 21) | ICMPv4TypeDestinationUnreachable = 3 constant ICMPv4TypeSourceQuench (line 22) | ICMPv4TypeSourceQuench = 4 constant ICMPv4TypeRedirect (line 23) | ICMPv4TypeRedirect = 5 constant ICMPv4TypeEchoRequest (line 24) | ICMPv4TypeEchoRequest = 8 constant ICMPv4TypeRouterAdvertisement (line 25) | ICMPv4TypeRouterAdvertisement = 9 constant ICMPv4TypeRouterSolicitation (line 26) | ICMPv4TypeRouterSolicitation = 10 constant ICMPv4TypeTimeExceeded (line 27) | ICMPv4TypeTimeExceeded = 11 constant ICMPv4TypeParameterProblem (line 28) | ICMPv4TypeParameterProblem = 12 constant ICMPv4TypeTimestampRequest (line 29) | ICMPv4TypeTimestampRequest = 13 constant ICMPv4TypeTimestampReply (line 30) | ICMPv4TypeTimestampReply = 14 constant ICMPv4TypeInfoRequest (line 31) | ICMPv4TypeInfoRequest = 15 constant ICMPv4TypeInfoReply (line 32) | ICMPv4TypeInfoReply = 16 constant ICMPv4TypeAddressMaskRequest (line 33) | ICMPv4TypeAddressMaskRequest = 17 constant ICMPv4TypeAddressMaskReply (line 34) | ICMPv4TypeAddressMaskReply = 18 constant ICMPv4CodeNet (line 39) | ICMPv4CodeNet = 0 constant ICMPv4CodeHost (line 40) | ICMPv4CodeHost = 1 constant ICMPv4CodeProtocol (line 41) | ICMPv4CodeProtocol = 2 constant ICMPv4CodePort (line 42) | ICMPv4CodePort = 3 constant ICMPv4CodeFragmentationNeeded (line 43) | ICMPv4CodeFragmentationNeeded = 4 constant ICMPv4CodeSourceRoutingFailed (line 44) | ICMPv4CodeSourceRoutingFailed = 5 constant ICMPv4CodeNetUnknown (line 45) | ICMPv4CodeNetUnknown = 6 constant ICMPv4CodeHostUnknown (line 46) | ICMPv4CodeHostUnknown = 7 constant ICMPv4CodeSourceIsolated (line 47) | ICMPv4CodeSourceIsolated = 8 constant ICMPv4CodeNetAdminProhibited (line 48) | ICMPv4CodeNetAdminProhibited = 9 constant ICMPv4CodeHostAdminProhibited (line 49) | ICMPv4CodeHostAdminProhibited = 10 constant ICMPv4CodeNetTOS (line 50) | ICMPv4CodeNetTOS = 11 constant ICMPv4CodeHostTOS (line 51) | ICMPv4CodeHostTOS = 12 constant ICMPv4CodeCommAdminProhibited (line 52) | ICMPv4CodeCommAdminProhibited = 13 constant ICMPv4CodeHostPrecedence (line 53) | ICMPv4CodeHostPrecedence = 14 constant ICMPv4CodePrecedenceCutoff (line 54) | ICMPv4CodePrecedenceCutoff = 15 constant ICMPv4CodeTTLExceeded (line 57) | ICMPv4CodeTTLExceeded = 0 constant ICMPv4CodeFragmentReassemblyTimeExceeded (line 58) | ICMPv4CodeFragmentReassemblyTimeExceeded = 1 constant ICMPv4CodePointerIndicatesError (line 61) | ICMPv4CodePointerIndicatesError = 0 constant ICMPv4CodeMissingOption (line 62) | ICMPv4CodeMissingOption = 1 constant ICMPv4CodeBadLength (line 63) | ICMPv4CodeBadLength = 2 constant ICMPv4CodeTOSNet (line 68) | ICMPv4CodeTOSNet = 2 constant ICMPv4CodeTOSHost (line 69) | ICMPv4CodeTOSHost = 3 type icmpv4TypeCodeInfoStruct (line 72) | type icmpv4TypeCodeInfoStruct struct type ICMPv4TypeCode (line 156) | type ICMPv4TypeCode method Type (line 159) | func (a ICMPv4TypeCode) Type() uint8 { method Code (line 164) | func (a ICMPv4TypeCode) Code() uint8 { method String (line 168) | func (a ICMPv4TypeCode) String() string { method GoString (line 192) | func (a ICMPv4TypeCode) GoString() string { method SerializeTo (line 198) | func (a ICMPv4TypeCode) SerializeTo(bytes []byte) { function CreateICMPv4TypeCode (line 204) | func CreateICMPv4TypeCode(typ uint8, code uint8) ICMPv4TypeCode { type ICMPv4 (line 209) | type ICMPv4 struct method LayerType (line 218) | func (i *ICMPv4) LayerType() gopacket.LayerType { return LayerTypeICMP... method DecodeFromBytes (line 221) | func (i *ICMPv4) DecodeFromBytes(data []byte, df gopacket.DecodeFeedba... method SerializeTo (line 237) | func (i *ICMPv4) SerializeTo(b gopacket.SerializeBuffer, opts gopacket... method CanDecode (line 255) | func (i *ICMPv4) CanDecode() gopacket.LayerClass { method NextLayerType (line 260) | func (i *ICMPv4) NextLayerType() gopacket.LayerType { function decodeICMPv4 (line 264) | func decodeICMPv4(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/icmp6.go constant ICMPv6TypeDestinationUnreachable (line 21) | ICMPv6TypeDestinationUnreachable = 1 constant ICMPv6TypePacketTooBig (line 22) | ICMPv6TypePacketTooBig = 2 constant ICMPv6TypeTimeExceeded (line 23) | ICMPv6TypeTimeExceeded = 3 constant ICMPv6TypeParameterProblem (line 24) | ICMPv6TypeParameterProblem = 4 constant ICMPv6TypeEchoRequest (line 25) | ICMPv6TypeEchoRequest = 128 constant ICMPv6TypeEchoReply (line 26) | ICMPv6TypeEchoReply = 129 constant ICMPv6TypeRouterSolicitation (line 29) | ICMPv6TypeRouterSolicitation = 133 constant ICMPv6TypeRouterAdvertisement (line 30) | ICMPv6TypeRouterAdvertisement = 134 constant ICMPv6TypeNeighborSolicitation (line 31) | ICMPv6TypeNeighborSolicitation = 135 constant ICMPv6TypeNeighborAdvertisement (line 32) | ICMPv6TypeNeighborAdvertisement = 136 constant ICMPv6TypeRedirect (line 33) | ICMPv6TypeRedirect = 137 constant ICMPv6TypeMLDv1MulticastListenerQueryMessage (line 36) | ICMPv6TypeMLDv1MulticastListenerQueryMessage = 130 constant ICMPv6TypeMLDv1MulticastListenerReportMessage (line 37) | ICMPv6TypeMLDv1MulticastListenerReportMessage = 131 constant ICMPv6TypeMLDv1MulticastListenerDoneMessage (line 38) | ICMPv6TypeMLDv1MulticastListenerDoneMessage = 132 constant ICMPv6TypeMLDv2MulticastListenerReportMessageV2 (line 41) | ICMPv6TypeMLDv2MulticastListenerReportMessageV2 = 143 constant ICMPv6CodeNoRouteToDst (line 46) | ICMPv6CodeNoRouteToDst = 0 constant ICMPv6CodeAdminProhibited (line 47) | ICMPv6CodeAdminProhibited = 1 constant ICMPv6CodeBeyondScopeOfSrc (line 48) | ICMPv6CodeBeyondScopeOfSrc = 2 constant ICMPv6CodeAddressUnreachable (line 49) | ICMPv6CodeAddressUnreachable = 3 constant ICMPv6CodePortUnreachable (line 50) | ICMPv6CodePortUnreachable = 4 constant ICMPv6CodeSrcAddressFailedPolicy (line 51) | ICMPv6CodeSrcAddressFailedPolicy = 5 constant ICMPv6CodeRejectRouteToDst (line 52) | ICMPv6CodeRejectRouteToDst = 6 constant ICMPv6CodeHopLimitExceeded (line 55) | ICMPv6CodeHopLimitExceeded = 0 constant ICMPv6CodeFragmentReassemblyTimeExceeded (line 56) | ICMPv6CodeFragmentReassemblyTimeExceeded = 1 constant ICMPv6CodeErroneousHeaderField (line 59) | ICMPv6CodeErroneousHeaderField = 0 constant ICMPv6CodeUnrecognizedNextHeader (line 60) | ICMPv6CodeUnrecognizedNextHeader = 1 constant ICMPv6CodeUnrecognizedIPv6Option (line 61) | ICMPv6CodeUnrecognizedIPv6Option = 2 type icmpv6TypeCodeInfoStruct (line 64) | type icmpv6TypeCodeInfoStruct struct type ICMPv6TypeCode (line 122) | type ICMPv6TypeCode method Type (line 125) | func (a ICMPv6TypeCode) Type() uint8 { method Code (line 130) | func (a ICMPv6TypeCode) Code() uint8 { method String (line 134) | func (a ICMPv6TypeCode) String() string { method GoString (line 158) | func (a ICMPv6TypeCode) GoString() string { method SerializeTo (line 164) | func (a ICMPv6TypeCode) SerializeTo(bytes []byte) { function CreateICMPv6TypeCode (line 170) | func CreateICMPv6TypeCode(typ uint8, code uint8) ICMPv6TypeCode { type ICMPv6 (line 175) | type ICMPv6 struct method LayerType (line 186) | func (i *ICMPv6) LayerType() gopacket.LayerType { return LayerTypeICMP... method DecodeFromBytes (line 189) | func (i *ICMPv6) DecodeFromBytes(data []byte, df gopacket.DecodeFeedba... method SerializeTo (line 203) | func (i *ICMPv6) SerializeTo(b gopacket.SerializeBuffer, opts gopacket... method CanDecode (line 225) | func (i *ICMPv6) CanDecode() gopacket.LayerClass { method NextLayerType (line 230) | func (i *ICMPv6) NextLayerType() gopacket.LayerType { function decodeICMPv6 (line 263) | func decodeICMPv6(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/icmp6msg.go type ICMPv6Opt (line 24) | type ICMPv6Opt method String (line 115) | func (i ICMPv6Opt) String() string { constant _ (line 27) | _ ICMPv6Opt = iota constant ICMPv6OptSourceAddress (line 33) | ICMPv6OptSourceAddress constant ICMPv6OptTargetAddress (line 38) | ICMPv6OptTargetAddress constant ICMPv6OptPrefixInfo (line 44) | ICMPv6OptPrefixInfo constant ICMPv6OptRedirectedHeader (line 48) | ICMPv6OptRedirectedHeader constant ICMPv6OptMTU (line 54) | ICMPv6OptMTU type ICMPv6Echo (line 58) | type ICMPv6Echo struct method CanDecode (line 133) | func (i *ICMPv6Echo) CanDecode() gopacket.LayerClass { method LayerType (line 138) | func (i *ICMPv6Echo) LayerType() gopacket.LayerType { method NextLayerType (line 143) | func (i *ICMPv6Echo) NextLayerType() gopacket.LayerType { method DecodeFromBytes (line 148) | func (i *ICMPv6Echo) DecodeFromBytes(data []byte, df gopacket.DecodeFe... method SerializeTo (line 162) | func (i *ICMPv6Echo) SerializeTo(b gopacket.SerializeBuffer, opts gopa... type ICMPv6RouterSolicitation (line 65) | type ICMPv6RouterSolicitation struct method LayerType (line 174) | func (i *ICMPv6RouterSolicitation) LayerType() gopacket.LayerType { method NextLayerType (line 179) | func (i *ICMPv6RouterSolicitation) NextLayerType() gopacket.LayerType { method DecodeFromBytes (line 184) | func (i *ICMPv6RouterSolicitation) DecodeFromBytes(data []byte, df gop... method SerializeTo (line 200) | func (i *ICMPv6RouterSolicitation) SerializeTo(b gopacket.SerializeBuf... method CanDecode (line 215) | func (i *ICMPv6RouterSolicitation) CanDecode() gopacket.LayerClass { type ICMPv6RouterAdvertisement (line 71) | type ICMPv6RouterAdvertisement struct method LayerType (line 220) | func (i *ICMPv6RouterAdvertisement) LayerType() gopacket.LayerType { method NextLayerType (line 225) | func (i *ICMPv6RouterAdvertisement) NextLayerType() gopacket.LayerType { method DecodeFromBytes (line 230) | func (i *ICMPv6RouterAdvertisement) DecodeFromBytes(data []byte, df go... method SerializeTo (line 253) | func (i *ICMPv6RouterAdvertisement) SerializeTo(b gopacket.SerializeBu... method CanDecode (line 272) | func (i *ICMPv6RouterAdvertisement) CanDecode() gopacket.LayerClass { method ManagedAddressConfig (line 278) | func (i *ICMPv6RouterAdvertisement) ManagedAddressConfig() bool { method OtherConfig (line 284) | func (i *ICMPv6RouterAdvertisement) OtherConfig() bool { type ICMPv6NeighborSolicitation (line 83) | type ICMPv6NeighborSolicitation struct method LayerType (line 289) | func (i *ICMPv6NeighborSolicitation) LayerType() gopacket.LayerType { method NextLayerType (line 294) | func (i *ICMPv6NeighborSolicitation) NextLayerType() gopacket.LayerType { method DecodeFromBytes (line 299) | func (i *ICMPv6NeighborSolicitation) DecodeFromBytes(data []byte, df g... method SerializeTo (line 317) | func (i *ICMPv6NeighborSolicitation) SerializeTo(b gopacket.SerializeB... method CanDecode (line 333) | func (i *ICMPv6NeighborSolicitation) CanDecode() gopacket.LayerClass { type ICMPv6NeighborAdvertisement (line 90) | type ICMPv6NeighborAdvertisement struct method LayerType (line 338) | func (i *ICMPv6NeighborAdvertisement) LayerType() gopacket.LayerType { method NextLayerType (line 343) | func (i *ICMPv6NeighborAdvertisement) NextLayerType() gopacket.LayerTy... method DecodeFromBytes (line 348) | func (i *ICMPv6NeighborAdvertisement) DecodeFromBytes(data []byte, df ... method SerializeTo (line 367) | func (i *ICMPv6NeighborAdvertisement) SerializeTo(b gopacket.Serialize... method CanDecode (line 384) | func (i *ICMPv6NeighborAdvertisement) CanDecode() gopacket.LayerClass { method Router (line 389) | func (i *ICMPv6NeighborAdvertisement) Router() bool { method Solicited (line 394) | func (i *ICMPv6NeighborAdvertisement) Solicited() bool { method Override (line 400) | func (i *ICMPv6NeighborAdvertisement) Override() bool { type ICMPv6Redirect (line 99) | type ICMPv6Redirect struct method LayerType (line 405) | func (i *ICMPv6Redirect) LayerType() gopacket.LayerType { method NextLayerType (line 410) | func (i *ICMPv6Redirect) NextLayerType() gopacket.LayerType { method DecodeFromBytes (line 415) | func (i *ICMPv6Redirect) DecodeFromBytes(data []byte, df gopacket.Deco... method SerializeTo (line 434) | func (i *ICMPv6Redirect) SerializeTo(b gopacket.SerializeBuffer, opts ... method CanDecode (line 451) | func (i *ICMPv6Redirect) CanDecode() gopacket.LayerClass { type ICMPv6Option (line 107) | type ICMPv6Option struct method String (line 455) | func (i ICMPv6Option) String() string { type ICMPv6Options (line 113) | type ICMPv6Options method DecodeFromBytes (line 497) | func (i *ICMPv6Options) DecodeFromBytes(data []byte, df gopacket.Decod... method SerializeTo (line 534) | func (i *ICMPv6Options) SerializeTo(b gopacket.SerializeBuffer, opts g... function decodeICMPv6Echo (line 550) | func decodeICMPv6Echo(data []byte, p gopacket.PacketBuilder) error { function decodeICMPv6RouterSolicitation (line 555) | func decodeICMPv6RouterSolicitation(data []byte, p gopacket.PacketBuilde... function decodeICMPv6RouterAdvertisement (line 560) | func decodeICMPv6RouterAdvertisement(data []byte, p gopacket.PacketBuild... function decodeICMPv6NeighborSolicitation (line 565) | func decodeICMPv6NeighborSolicitation(data []byte, p gopacket.PacketBuil... function decodeICMPv6NeighborAdvertisement (line 570) | func decodeICMPv6NeighborAdvertisement(data []byte, p gopacket.PacketBui... function decodeICMPv6Redirect (line 575) | func decodeICMPv6Redirect(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/igmp.go type IGMPType (line 19) | type IGMPType method String (line 30) | func (i IGMPType) String() string { constant IGMPMembershipQuery (line 22) | IGMPMembershipQuery IGMPType = 0x11 constant IGMPMembershipReportV1 (line 23) | IGMPMembershipReportV1 IGMPType = 0x12 constant IGMPMembershipReportV2 (line 24) | IGMPMembershipReportV2 IGMPType = 0x16 constant IGMPLeaveGroup (line 25) | IGMPLeaveGroup IGMPType = 0x17 constant IGMPMembershipReportV3 (line 26) | IGMPMembershipReportV3 IGMPType = 0x22 type IGMPv3GroupRecordType (line 47) | type IGMPv3GroupRecordType method String (line 58) | func (i IGMPv3GroupRecordType) String() string { constant IGMPIsIn (line 50) | IGMPIsIn IGMPv3GroupRecordType = 0x01 constant IGMPIsEx (line 51) | IGMPIsEx IGMPv3GroupRecordType = 0x02 constant IGMPToIn (line 52) | IGMPToIn IGMPv3GroupRecordType = 0x03 constant IGMPToEx (line 53) | IGMPToEx IGMPv3GroupRecordType = 0x04 constant IGMPAllow (line 54) | IGMPAllow IGMPv3GroupRecordType = 0x05 constant IGMPBlock (line 55) | IGMPBlock IGMPv3GroupRecordType = 0x06 type IGMP (line 78) | type IGMP struct method decodeIGMPv3MembershipReport (line 171) | func (i *IGMP) decodeIGMPv3MembershipReport(data []byte) error { method decodeIGMPv3MembershipQuery (line 224) | func (i *IGMP) decodeIGMPv3MembershipQuery(data []byte) error { method LayerType (line 260) | func (i *IGMP) LayerType() gopacket.LayerType { return LayerTypeI... method DecodeFromBytes (line 285) | func (i *IGMP) DecodeFromBytes(data []byte, df gopacket.DecodeFeedback... method CanDecode (line 306) | func (i *IGMP) CanDecode() gopacket.LayerClass { method NextLayerType (line 311) | func (i *IGMP) NextLayerType() gopacket.LayerType { type IGMPv1or2 (line 103) | type IGMPv1or2 struct method decodeResponse (line 113) | func (i *IGMPv1or2) decodeResponse(data []byte) error { method LayerType (line 261) | func (i *IGMPv1or2) LayerType() gopacket.LayerType { return LayerTypeI... method DecodeFromBytes (line 263) | func (i *IGMPv1or2) DecodeFromBytes(data []byte, df gopacket.DecodeFee... method NextLayerType (line 276) | func (i *IGMPv1or2) NextLayerType() gopacket.LayerType { method CanDecode (line 280) | func (i *IGMPv1or2) CanDecode() gopacket.LayerClass { type IGMPv3GroupRecord (line 162) | type IGMPv3GroupRecord struct function igmpTimeDecode (line 250) | func igmpTimeDecode(t uint8) time.Duration { function decodeIGMP (line 319) | func decodeIGMP(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/ip4.go type IPv4Flag (line 20) | type IPv4Flag method String (line 28) | func (f IPv4Flag) String() string { constant IPv4EvilBit (line 23) | IPv4EvilBit IPv4Flag = 1 << 2 constant IPv4DontFragment (line 24) | IPv4DontFragment IPv4Flag = 1 << 1 constant IPv4MoreFragments (line 25) | IPv4MoreFragments IPv4Flag = 1 << 0 type IPv4 (line 43) | type IPv4 struct method LayerType (line 62) | func (i *IPv4) LayerType() gopacket.LayerType { return LayerTypeIPv4 } method NetworkFlow (line 63) | func (i *IPv4) NetworkFlow() gopacket.Flow { method getIPv4OptionSize (line 79) | func (ip *IPv4) getIPv4OptionSize() uint8 { method SerializeTo (line 103) | func (ip *IPv4) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.... method flagsfrags (line 181) | func (ip *IPv4) flagsfrags() (ff uint16) { method DecodeFromBytes (line 188) | func (ip *IPv4) DecodeFromBytes(data []byte, df gopacket.DecodeFeedbac... method CanDecode (line 277) | func (i *IPv4) CanDecode() gopacket.LayerClass { method NextLayerType (line 281) | func (i *IPv4) NextLayerType() gopacket.LayerType { method AddressTo4 (line 309) | func (ip *IPv4) AddressTo4() error { type IPv4Option (line 67) | type IPv4Option struct method String (line 73) | func (i IPv4Option) String() string { function checksum (line 158) | func checksum(bytes []byte) uint16 { function decodeIPv4 (line 288) | func decodeIPv4(data []byte, p gopacket.PacketBuilder) error { function checkIPv4Address (line 299) | func checkIPv4Address(addr net.IP) (net.IP, error) { FILE: vendor/github.com/google/gopacket/layers/ip6.go constant IPv6HopByHopOptionJumbogram (line 21) | IPv6HopByHopOptionJumbogram = 0xC2 constant ipv6MaxPayloadLength (line 25) | ipv6MaxPayloadLength = 65535 type IPv6 (line 29) | type IPv6 struct method LayerType (line 46) | func (ipv6 *IPv6) LayerType() gopacket.LayerType { return LayerTypeIPv6 } method NetworkFlow (line 49) | func (ipv6 *IPv6) NetworkFlow() gopacket.Flow { method SerializeTo (line 139) | func (ipv6 *IPv6) SerializeTo(b gopacket.SerializeBuffer, opts gopacke... method DecodeFromBytes (line 221) | func (ipv6 *IPv6) DecodeFromBytes(data []byte, df gopacket.DecodeFeedb... method CanDecode (line 281) | func (ipv6 *IPv6) CanDecode() gopacket.LayerClass { method NextLayerType (line 286) | func (ipv6 *IPv6) NextLayerType() gopacket.LayerType { method AddressTo16 (line 714) | func (ipv6 *IPv6) AddressTo16() error { function getIPv6HopByHopJumboLength (line 54) | func getIPv6HopByHopJumboLength(hopopts *IPv6HopByHop) (uint32, bool, er... function addIPv6JumboOption (line 80) | func addIPv6JumboOption(ip6 *IPv6) { function setIPv6PayloadJumboLength (line 105) | func setIPv6PayloadJumboLength(hbh []byte) error { function decodeIPv6 (line 293) | func decodeIPv6(data []byte, p gopacket.PacketBuilder) error { type ipv6HeaderTLVOption (line 307) | type ipv6HeaderTLVOption struct method serializeTo (line 314) | func (h *ipv6HeaderTLVOption) serializeTo(data []byte, fixLengths bool... function decodeIPv6HeaderTLVOption (line 327) | func decodeIPv6HeaderTLVOption(data []byte, df gopacket.DecodeFeedback) ... function serializeTLVOptionPadding (line 348) | func serializeTLVOptionPadding(data []byte, padLength int) { function serializeIPv6HeaderTLVOptions (line 368) | func serializeIPv6HeaderTLVOptions(buf []byte, options []*ipv6HeaderTLVO... type ipv6ExtensionBase (line 411) | type ipv6ExtensionBase struct function decodeIPv6ExtensionBase (line 418) | func decodeIPv6ExtensionBase(data []byte, df gopacket.DecodeFeedback) (i... type IPv6ExtensionSkipper (line 437) | type IPv6ExtensionSkipper struct method DecodeFromBytes (line 443) | func (i *IPv6ExtensionSkipper) DecodeFromBytes(data []byte, df gopacke... method CanDecode (line 454) | func (i *IPv6ExtensionSkipper) CanDecode() gopacket.LayerClass { method NextLayerType (line 459) | func (i *IPv6ExtensionSkipper) NextLayerType() gopacket.LayerType { type IPv6HopByHopOption (line 464) | type IPv6HopByHopOption method SetJumboLength (line 539) | func (o *IPv6HopByHopOption) SetJumboLength(len uint32) { type IPv6HopByHop (line 467) | type IPv6HopByHop struct method LayerType (line 473) | func (i *IPv6HopByHop) LayerType() gopacket.LayerType { return LayerTy... method SerializeTo (line 476) | func (i *IPv6HopByHop) SerializeTo(b gopacket.SerializeBuffer, opts go... method DecodeFromBytes (line 509) | func (i *IPv6HopByHop) DecodeFromBytes(data []byte, df gopacket.Decode... function decodeIPv6HopByHop (line 528) | func decodeIPv6HopByHop(data []byte, p gopacket.PacketBuilder) error { type IPv6Routing (line 551) | type IPv6Routing struct method LayerType (line 564) | func (i *IPv6Routing) LayerType() gopacket.LayerType { return LayerTyp... function decodeIPv6Routing (line 566) | func decodeIPv6Routing(data []byte, p gopacket.PacketBuilder) error { type IPv6Fragment (line 594) | type IPv6Fragment struct method LayerType (line 607) | func (i *IPv6Fragment) LayerType() gopacket.LayerType { return LayerTy... function decodeIPv6Fragment (line 609) | func decodeIPv6Fragment(data []byte, p gopacket.PacketBuilder) error { type IPv6DestinationOption (line 628) | type IPv6DestinationOption type IPv6Destination (line 631) | type IPv6Destination struct method LayerType (line 637) | func (i *IPv6Destination) LayerType() gopacket.LayerType { return Laye... method DecodeFromBytes (line 640) | func (i *IPv6Destination) DecodeFromBytes(data []byte, df gopacket.Dec... method SerializeTo (line 671) | func (i *IPv6Destination) SerializeTo(b gopacket.SerializeBuffer, opts... function decodeIPv6Destination (line 658) | func decodeIPv6Destination(data []byte, p gopacket.PacketBuilder) error { function checkIPv6Address (line 703) | func checkIPv6Address(addr net.IP) error { FILE: vendor/github.com/google/gopacket/layers/ipsec.go type IPSecAH (line 17) | type IPSecAH struct method LayerType (line 28) | func (i *IPSecAH) LayerType() gopacket.LayerType { return LayerTypeIPS... function decodeIPSecAH (line 30) | func decodeIPSecAH(data []byte, p gopacket.PacketBuilder) error { type IPSecESP (line 58) | type IPSecESP struct method LayerType (line 66) | func (i *IPSecESP) LayerType() gopacket.LayerType { return LayerTypeIP... function decodeIPSecESP (line 68) | func decodeIPSecESP(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/lcm.go constant LCMShortHeaderMagic (line 19) | LCMShortHeaderMagic uint32 = 0x4c433032 constant LCMFragmentedHeaderMagic (line 21) | LCMFragmentedHeaderMagic uint32 = 0x4c433033 type LCM (line 34) | type LCM struct method DecodeFromBytes (line 117) | func (lcm *LCM) DecodeFromBytes(data []byte, df gopacket.DecodeFeedbac... method CanDecode (line 179) | func (lcm LCM) CanDecode() gopacket.LayerClass { method NextLayerType (line 187) | func (lcm LCM) NextLayerType() gopacket.LayerType { method LayerType (line 196) | func (lcm LCM) LayerType() gopacket.LayerType { method LayerContents (line 201) | func (lcm LCM) LayerContents() []byte { method LayerPayload (line 206) | func (lcm LCM) LayerPayload() []byte { method Payload (line 211) | func (lcm LCM) Payload() []byte { method Fingerprint (line 216) | func (lcm LCM) Fingerprint() LCMFingerprint { type LCMFingerprint (line 53) | type LCMFingerprint function RegisterLCMLayerType (line 67) | func RegisterLCMLayerType(num int, name string, fingerprint LCMFingerprint, function SupportedLCMFingerprints (line 83) | func SupportedLCMFingerprints() []LCMFingerprint { function GetLCMLayerType (line 93) | func GetLCMLayerType(fingerprint LCMFingerprint) gopacket.LayerType { function decodeLCM (line 102) | func decodeLCM(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/linux_sll.go type LinuxSLLPacketType (line 18) | type LinuxSLLPacketType method String (line 31) | func (l LinuxSLLPacketType) String() string { constant LinuxSLLPacketTypeHost (line 21) | LinuxSLLPacketTypeHost LinuxSLLPacketType = 0 constant LinuxSLLPacketTypeBroadcast (line 22) | LinuxSLLPacketTypeBroadcast LinuxSLLPacketType = 1 constant LinuxSLLPacketTypeMulticast (line 23) | LinuxSLLPacketTypeMulticast LinuxSLLPacketType = 2 constant LinuxSLLPacketTypeOtherhost (line 24) | LinuxSLLPacketTypeOtherhost LinuxSLLPacketType = 3 constant LinuxSLLPacketTypeOutgoing (line 25) | LinuxSLLPacketTypeOutgoing LinuxSLLPacketType = 4 constant LinuxSLLPacketTypeLoopback (line 27) | LinuxSLLPacketTypeLoopback LinuxSLLPacketType = 5 constant LinuxSLLPacketTypeFastroute (line 28) | LinuxSLLPacketTypeFastroute LinuxSLLPacketType = 6 type LinuxSLL (line 51) | type LinuxSLL struct method LayerType (line 61) | func (sll *LinuxSLL) LayerType() gopacket.LayerType { return LayerType... method CanDecode (line 63) | func (sll *LinuxSLL) CanDecode() gopacket.LayerClass { method LinkFlow (line 67) | func (sll *LinuxSLL) LinkFlow() gopacket.Flow { method NextLayerType (line 71) | func (sll *LinuxSLL) NextLayerType() gopacket.LayerType { method DecodeFromBytes (line 75) | func (sll *LinuxSLL) DecodeFromBytes(data []byte, df gopacket.DecodeFe... function decodeLinuxSLL (line 90) | func decodeLinuxSLL(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/llc.go type LLC (line 18) | type LLC struct method LayerType (line 28) | func (l *LLC) LayerType() gopacket.LayerType { return LayerTypeLLC } method DecodeFromBytes (line 31) | func (l *LLC) DecodeFromBytes(data []byte, df gopacket.DecodeFeedback)... method CanDecode (line 56) | func (l *LLC) CanDecode() gopacket.LayerClass { method NextLayerType (line 61) | func (l *LLC) NextLayerType() gopacket.LayerType { method SerializeTo (line 134) | func (l *LLC) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.Se... type SNAP (line 77) | type SNAP struct method LayerType (line 84) | func (s *SNAP) LayerType() gopacket.LayerType { return LayerTypeSNAP } method DecodeFromBytes (line 87) | func (s *SNAP) DecodeFromBytes(data []byte, df gopacket.DecodeFeedback... method CanDecode (line 98) | func (s *SNAP) CanDecode() gopacket.LayerClass { method NextLayerType (line 103) | func (s *SNAP) NextLayerType() gopacket.LayerType { method SerializeTo (line 182) | func (s *SNAP) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.S... function decodeLLC (line 108) | func decodeLLC(data []byte, p gopacket.PacketBuilder) error { function decodeSNAP (line 118) | func decodeSNAP(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/lldp.go type LLDPTLVType (line 18) | type LLDPTLVType method String (line 1243) | func (t LLDPTLVType) String() (s string) { constant LLDPTLVEnd (line 21) | LLDPTLVEnd LLDPTLVType = 0 constant LLDPTLVChassisID (line 22) | LLDPTLVChassisID LLDPTLVType = 1 constant LLDPTLVPortID (line 23) | LLDPTLVPortID LLDPTLVType = 2 constant LLDPTLVTTL (line 24) | LLDPTLVTTL LLDPTLVType = 3 constant LLDPTLVPortDescription (line 25) | LLDPTLVPortDescription LLDPTLVType = 4 constant LLDPTLVSysName (line 26) | LLDPTLVSysName LLDPTLVType = 5 constant LLDPTLVSysDescription (line 27) | LLDPTLVSysDescription LLDPTLVType = 6 constant LLDPTLVSysCapabilities (line 28) | LLDPTLVSysCapabilities LLDPTLVType = 7 constant LLDPTLVMgmtAddress (line 29) | LLDPTLVMgmtAddress LLDPTLVType = 8 constant LLDPTLVOrgSpecific (line 30) | LLDPTLVOrgSpecific LLDPTLVType = 127 type LinkLayerDiscoveryValue (line 34) | type LinkLayerDiscoveryValue struct method len (line 40) | func (c *LinkLayerDiscoveryValue) len() int { type LLDPChassisIDSubType (line 45) | type LLDPChassisIDSubType method String (line 1271) | func (t LLDPChassisIDSubType) String() (s string) { constant LLDPChassisIDSubTypeReserved (line 49) | LLDPChassisIDSubTypeReserved LLDPChassisIDSubType = 0 constant LLDPChassisIDSubTypeChassisComp (line 50) | LLDPChassisIDSubTypeChassisComp LLDPChassisIDSubType = 1 constant LLDPChassisIDSubtypeIfaceAlias (line 51) | LLDPChassisIDSubtypeIfaceAlias LLDPChassisIDSubType = 2 constant LLDPChassisIDSubTypePortComp (line 52) | LLDPChassisIDSubTypePortComp LLDPChassisIDSubType = 3 constant LLDPChassisIDSubTypeMACAddr (line 53) | LLDPChassisIDSubTypeMACAddr LLDPChassisIDSubType = 4 constant LLDPChassisIDSubTypeNetworkAddr (line 54) | LLDPChassisIDSubTypeNetworkAddr LLDPChassisIDSubType = 5 constant LLDPChassisIDSubtypeIfaceName (line 55) | LLDPChassisIDSubtypeIfaceName LLDPChassisIDSubType = 6 constant LLDPChassisIDSubTypeLocal (line 56) | LLDPChassisIDSubTypeLocal LLDPChassisIDSubType = 7 type LLDPChassisID (line 59) | type LLDPChassisID struct method serialize (line 64) | func (c *LLDPChassisID) serialize() []byte { method serializedLen (line 74) | func (c *LLDPChassisID) serializedLen() int { type LLDPPortIDSubType (line 79) | type LLDPPortIDSubType method String (line 1295) | func (t LLDPPortIDSubType) String() (s string) { constant LLDPPortIDSubtypeReserved (line 83) | LLDPPortIDSubtypeReserved LLDPPortIDSubType = 0 constant LLDPPortIDSubtypeIfaceAlias (line 84) | LLDPPortIDSubtypeIfaceAlias LLDPPortIDSubType = 1 constant LLDPPortIDSubtypePortComp (line 85) | LLDPPortIDSubtypePortComp LLDPPortIDSubType = 2 constant LLDPPortIDSubtypeMACAddr (line 86) | LLDPPortIDSubtypeMACAddr LLDPPortIDSubType = 3 constant LLDPPortIDSubtypeNetworkAddr (line 87) | LLDPPortIDSubtypeNetworkAddr LLDPPortIDSubType = 4 constant LLDPPortIDSubtypeIfaceName (line 88) | LLDPPortIDSubtypeIfaceName LLDPPortIDSubType = 5 constant LLDPPortIDSubtypeAgentCircuitID (line 89) | LLDPPortIDSubtypeAgentCircuitID LLDPPortIDSubType = 6 constant LLDPPortIDSubtypeLocal (line 90) | LLDPPortIDSubtypeLocal LLDPPortIDSubType = 7 type LLDPPortID (line 93) | type LLDPPortID struct method serialize (line 98) | func (c *LLDPPortID) serialize() []byte { method serializedLen (line 108) | func (c *LLDPPortID) serializedLen() int { type LinkLayerDiscovery (line 116) | type LinkLayerDiscovery struct method LayerType (line 764) | func (c *LinkLayerDiscovery) LayerType() gopacket.LayerType { method SerializeTo (line 769) | func (c *LinkLayerDiscovery) SerializeTo(b gopacket.SerializeBuffer, o... type IEEEOUI (line 124) | type IEEEOUI constant IEEEOUI8021 (line 128) | IEEEOUI8021 IEEEOUI = 0x0080c2 constant IEEEOUI8023 (line 129) | IEEEOUI8023 IEEEOUI = 0x00120f constant IEEEOUI80211 (line 130) | IEEEOUI80211 IEEEOUI = 0x000fac constant IEEEOUI8021Qbg (line 131) | IEEEOUI8021Qbg IEEEOUI = 0x0013BF constant IEEEOUICisco2 (line 132) | IEEEOUICisco2 IEEEOUI = 0x000142 constant IEEEOUIMedia (line 133) | IEEEOUIMedia IEEEOUI = 0x0012bb constant IEEEOUIProfinet (line 134) | IEEEOUIProfinet IEEEOUI = 0x000ecf constant IEEEOUIDCBX (line 135) | IEEEOUIDCBX IEEEOUI = 0x001b21 type LLDPOrgSpecificTLV (line 139) | type LLDPOrgSpecificTLV struct constant LLDPCapsOther (line 147) | LLDPCapsOther uint16 = 1 << 0 constant LLDPCapsRepeater (line 148) | LLDPCapsRepeater uint16 = 1 << 1 constant LLDPCapsBridge (line 149) | LLDPCapsBridge uint16 = 1 << 2 constant LLDPCapsWLANAP (line 150) | LLDPCapsWLANAP uint16 = 1 << 3 constant LLDPCapsRouter (line 151) | LLDPCapsRouter uint16 = 1 << 4 constant LLDPCapsPhone (line 152) | LLDPCapsPhone uint16 = 1 << 5 constant LLDPCapsDocSis (line 153) | LLDPCapsDocSis uint16 = 1 << 6 constant LLDPCapsStationOnly (line 154) | LLDPCapsStationOnly uint16 = 1 << 7 constant LLDPCapsCVLAN (line 155) | LLDPCapsCVLAN uint16 = 1 << 8 constant LLDPCapsSVLAN (line 156) | LLDPCapsSVLAN uint16 = 1 << 9 constant LLDPCapsTmpr (line 157) | LLDPCapsTmpr uint16 = 1 << 10 type LLDPCapabilities (line 161) | type LLDPCapabilities struct type LLDPSysCapabilities (line 175) | type LLDPSysCapabilities struct type IANAAddressFamily (line 180) | type IANAAddressFamily method String (line 1319) | func (t IANAAddressFamily) String() (s string) { constant IANAAddressFamilyReserved (line 185) | IANAAddressFamilyReserved IANAAddressFamily = 0 constant IANAAddressFamilyIPV4 (line 186) | IANAAddressFamilyIPV4 IANAAddressFamily = 1 constant IANAAddressFamilyIPV6 (line 187) | IANAAddressFamilyIPV6 IANAAddressFamily = 2 constant IANAAddressFamilyNSAP (line 188) | IANAAddressFamilyNSAP IANAAddressFamily = 3 constant IANAAddressFamilyHDLC (line 189) | IANAAddressFamilyHDLC IANAAddressFamily = 4 constant IANAAddressFamilyBBN1822 (line 190) | IANAAddressFamilyBBN1822 IANAAddressFamily = 5 constant IANAAddressFamily802 (line 191) | IANAAddressFamily802 IANAAddressFamily = 6 constant IANAAddressFamilyE163 (line 192) | IANAAddressFamilyE163 IANAAddressFamily = 7 constant IANAAddressFamilyE164 (line 193) | IANAAddressFamilyE164 IANAAddressFamily = 8 constant IANAAddressFamilyF69 (line 194) | IANAAddressFamilyF69 IANAAddressFamily = 9 constant IANAAddressFamilyX121 (line 195) | IANAAddressFamilyX121 IANAAddressFamily = 10 constant IANAAddressFamilyIPX (line 196) | IANAAddressFamilyIPX IANAAddressFamily = 11 constant IANAAddressFamilyAtalk (line 197) | IANAAddressFamilyAtalk IANAAddressFamily = 12 constant IANAAddressFamilyDecnet (line 198) | IANAAddressFamilyDecnet IANAAddressFamily = 13 constant IANAAddressFamilyBanyan (line 199) | IANAAddressFamilyBanyan IANAAddressFamily = 14 constant IANAAddressFamilyE164NSAP (line 200) | IANAAddressFamilyE164NSAP IANAAddressFamily = 15 constant IANAAddressFamilyDNS (line 201) | IANAAddressFamilyDNS IANAAddressFamily = 16 constant IANAAddressFamilyDistname (line 202) | IANAAddressFamilyDistname IANAAddressFamily = 17 constant IANAAddressFamilyASNumber (line 203) | IANAAddressFamilyASNumber IANAAddressFamily = 18 constant IANAAddressFamilyXTPIPV4 (line 204) | IANAAddressFamilyXTPIPV4 IANAAddressFamily = 19 constant IANAAddressFamilyXTPIPV6 (line 205) | IANAAddressFamilyXTPIPV6 IANAAddressFamily = 20 constant IANAAddressFamilyXTP (line 206) | IANAAddressFamilyXTP IANAAddressFamily = 21 constant IANAAddressFamilyFcWWPN (line 207) | IANAAddressFamilyFcWWPN IANAAddressFamily = 22 constant IANAAddressFamilyFcWWNN (line 208) | IANAAddressFamilyFcWWNN IANAAddressFamily = 23 constant IANAAddressFamilyGWID (line 209) | IANAAddressFamilyGWID IANAAddressFamily = 24 constant IANAAddressFamilyL2VPN (line 210) | IANAAddressFamilyL2VPN IANAAddressFamily = 25 type LLDPInterfaceSubtype (line 213) | type LLDPInterfaceSubtype method String (line 1379) | func (t LLDPInterfaceSubtype) String() (s string) { constant LLDPInterfaceSubtypeUnknown (line 217) | LLDPInterfaceSubtypeUnknown LLDPInterfaceSubtype = 1 constant LLDPInterfaceSubtypeifIndex (line 218) | LLDPInterfaceSubtypeifIndex LLDPInterfaceSubtype = 2 constant LLDPInterfaceSubtypeSysPort (line 219) | LLDPInterfaceSubtypeSysPort LLDPInterfaceSubtype = 3 type LLDPMgmtAddress (line 222) | type LLDPMgmtAddress struct type LinkLayerDiscoveryInfo (line 232) | type LinkLayerDiscoveryInfo struct method Decode8021 (line 907) | func (l *LinkLayerDiscoveryInfo) Decode8021() (info LLDPInfo8021, err ... method Decode8023 (line 962) | func (l *LinkLayerDiscoveryInfo) Decode8023() (info LLDPInfo8023, err ... method Decode8021Qbg (line 1014) | func (l *LinkLayerDiscoveryInfo) Decode8021Qbg() (info LLDPInfo8021Qbg... method DecodeMedia (line 1034) | func (l *LinkLayerDiscoveryInfo) DecodeMedia() (info LLDPInfoMedia, er... method DecodeCisco2 (line 1138) | func (l *LinkLayerDiscoveryInfo) DecodeCisco2() (info LLDPInfoCisco2, ... method DecodeProfinet (line 1157) | func (l *LinkLayerDiscoveryInfo) DecodeProfinet() (info LLDPInfoProfin... method LayerType (line 1214) | func (c *LinkLayerDiscoveryInfo) LayerType() gopacket.LayerType { constant LLDP8021SubtypePortVLANID (line 245) | LLDP8021SubtypePortVLANID uint8 = 1 constant LLDP8021SubtypeProtocolVLANID (line 246) | LLDP8021SubtypeProtocolVLANID uint8 = 2 constant LLDP8021SubtypeVLANName (line 247) | LLDP8021SubtypeVLANName uint8 = 3 constant LLDP8021SubtypeProtocolIdentity (line 248) | LLDP8021SubtypeProtocolIdentity uint8 = 4 constant LLDP8021SubtypeVDIUsageDigest (line 249) | LLDP8021SubtypeVDIUsageDigest uint8 = 5 constant LLDP8021SubtypeManagementVID (line 250) | LLDP8021SubtypeManagementVID uint8 = 6 constant LLDP8021SubtypeLinkAggregation (line 251) | LLDP8021SubtypeLinkAggregation uint8 = 7 constant LLDPProtocolVLANIDCapability (line 256) | LLDPProtocolVLANIDCapability byte = 1 << 1 constant LLDPProtocolVLANIDStatus (line 257) | LLDPProtocolVLANIDStatus byte = 1 << 2 type PortProtocolVLANID (line 260) | type PortProtocolVLANID struct type VLANName (line 266) | type VLANName struct type ProtocolIdentity (line 271) | type ProtocolIdentity constant LLDPAggregationCapability (line 275) | LLDPAggregationCapability byte = 1 << 0 constant LLDPAggregationStatus (line 276) | LLDPAggregationStatus byte = 1 << 1 type LLDPLinkAggregation (line 280) | type LLDPLinkAggregation struct type LLDPInfo8021 (line 287) | type LLDPInfo8021 struct constant LLDP8023SubtypeMACPHY (line 299) | LLDP8023SubtypeMACPHY uint8 = 1 constant LLDP8023SubtypeMDIPower (line 300) | LLDP8023SubtypeMDIPower uint8 = 2 constant LLDP8023SubtypeLinkAggregation (line 301) | LLDP8023SubtypeLinkAggregation uint8 = 3 constant LLDP8023SubtypeMTU (line 302) | LLDP8023SubtypeMTU uint8 = 4 constant LLDPMACPHYCapability (line 307) | LLDPMACPHYCapability byte = 1 << 0 constant LLDPMACPHYStatus (line 308) | LLDPMACPHYStatus byte = 1 << 1 constant LLDPMAUTypeUnknown (line 313) | LLDPMAUTypeUnknown uint16 = 0 constant LLDPMAUTypeAUI (line 314) | LLDPMAUTypeAUI uint16 = 1 constant LLDPMAUType10Base5 (line 315) | LLDPMAUType10Base5 uint16 = 2 constant LLDPMAUTypeFOIRL (line 316) | LLDPMAUTypeFOIRL uint16 = 3 constant LLDPMAUType10Base2 (line 317) | LLDPMAUType10Base2 uint16 = 4 constant LLDPMAUType10BaseT (line 318) | LLDPMAUType10BaseT uint16 = 5 constant LLDPMAUType10BaseFP (line 319) | LLDPMAUType10BaseFP uint16 = 6 constant LLDPMAUType10BaseFB (line 320) | LLDPMAUType10BaseFB uint16 = 7 constant LLDPMAUType10BaseFL (line 321) | LLDPMAUType10BaseFL uint16 = 8 constant LLDPMAUType10BROAD36 (line 322) | LLDPMAUType10BROAD36 uint16 = 9 constant LLDPMAUType10BaseT_HD (line 323) | LLDPMAUType10BaseT_HD uint16 = 10 constant LLDPMAUType10BaseT_FD (line 324) | LLDPMAUType10BaseT_FD uint16 = 11 constant LLDPMAUType10BaseFL_HD (line 325) | LLDPMAUType10BaseFL_HD uint16 = 12 constant LLDPMAUType10BaseFL_FD (line 326) | LLDPMAUType10BaseFL_FD uint16 = 13 constant LLDPMAUType100BaseT4 (line 327) | LLDPMAUType100BaseT4 uint16 = 14 constant LLDPMAUType100BaseTX_HD (line 328) | LLDPMAUType100BaseTX_HD uint16 = 15 constant LLDPMAUType100BaseTX_FD (line 329) | LLDPMAUType100BaseTX_FD uint16 = 16 constant LLDPMAUType100BaseFX_HD (line 330) | LLDPMAUType100BaseFX_HD uint16 = 17 constant LLDPMAUType100BaseFX_FD (line 331) | LLDPMAUType100BaseFX_FD uint16 = 18 constant LLDPMAUType100BaseT2_HD (line 332) | LLDPMAUType100BaseT2_HD uint16 = 19 constant LLDPMAUType100BaseT2_FD (line 333) | LLDPMAUType100BaseT2_FD uint16 = 20 constant LLDPMAUType1000BaseX_HD (line 334) | LLDPMAUType1000BaseX_HD uint16 = 21 constant LLDPMAUType1000BaseX_FD (line 335) | LLDPMAUType1000BaseX_FD uint16 = 22 constant LLDPMAUType1000BaseLX_HD (line 336) | LLDPMAUType1000BaseLX_HD uint16 = 23 constant LLDPMAUType1000BaseLX_FD (line 337) | LLDPMAUType1000BaseLX_FD uint16 = 24 constant LLDPMAUType1000BaseSX_HD (line 338) | LLDPMAUType1000BaseSX_HD uint16 = 25 constant LLDPMAUType1000BaseSX_FD (line 339) | LLDPMAUType1000BaseSX_FD uint16 = 26 constant LLDPMAUType1000BaseCX_HD (line 340) | LLDPMAUType1000BaseCX_HD uint16 = 27 constant LLDPMAUType1000BaseCX_FD (line 341) | LLDPMAUType1000BaseCX_FD uint16 = 28 constant LLDPMAUType1000BaseT_HD (line 342) | LLDPMAUType1000BaseT_HD uint16 = 29 constant LLDPMAUType1000BaseT_FD (line 343) | LLDPMAUType1000BaseT_FD uint16 = 30 constant LLDPMAUType10GBaseX (line 344) | LLDPMAUType10GBaseX uint16 = 31 constant LLDPMAUType10GBaseLX4 (line 345) | LLDPMAUType10GBaseLX4 uint16 = 32 constant LLDPMAUType10GBaseR (line 346) | LLDPMAUType10GBaseR uint16 = 33 constant LLDPMAUType10GBaseER (line 347) | LLDPMAUType10GBaseER uint16 = 34 constant LLDPMAUType10GBaseLR (line 348) | LLDPMAUType10GBaseLR uint16 = 35 constant LLDPMAUType10GBaseSR (line 349) | LLDPMAUType10GBaseSR uint16 = 36 constant LLDPMAUType10GBaseW (line 350) | LLDPMAUType10GBaseW uint16 = 37 constant LLDPMAUType10GBaseEW (line 351) | LLDPMAUType10GBaseEW uint16 = 38 constant LLDPMAUType10GBaseLW (line 352) | LLDPMAUType10GBaseLW uint16 = 39 constant LLDPMAUType10GBaseSW (line 353) | LLDPMAUType10GBaseSW uint16 = 40 constant LLDPMAUType10GBaseCX4 (line 354) | LLDPMAUType10GBaseCX4 uint16 = 41 constant LLDPMAUType2BaseTL (line 355) | LLDPMAUType2BaseTL uint16 = 42 constant LLDPMAUType10PASS_TS (line 356) | LLDPMAUType10PASS_TS uint16 = 43 constant LLDPMAUType100BaseBX10D (line 357) | LLDPMAUType100BaseBX10D uint16 = 44 constant LLDPMAUType100BaseBX10U (line 358) | LLDPMAUType100BaseBX10U uint16 = 45 constant LLDPMAUType100BaseLX10 (line 359) | LLDPMAUType100BaseLX10 uint16 = 46 constant LLDPMAUType1000BaseBX10D (line 360) | LLDPMAUType1000BaseBX10D uint16 = 47 constant LLDPMAUType1000BaseBX10U (line 361) | LLDPMAUType1000BaseBX10U uint16 = 48 constant LLDPMAUType1000BaseLX10 (line 362) | LLDPMAUType1000BaseLX10 uint16 = 49 constant LLDPMAUType1000BasePX10D (line 363) | LLDPMAUType1000BasePX10D uint16 = 50 constant LLDPMAUType1000BasePX10U (line 364) | LLDPMAUType1000BasePX10U uint16 = 51 constant LLDPMAUType1000BasePX20D (line 365) | LLDPMAUType1000BasePX20D uint16 = 52 constant LLDPMAUType1000BasePX20U (line 366) | LLDPMAUType1000BasePX20U uint16 = 53 constant LLDPMAUType10GBaseT (line 367) | LLDPMAUType10GBaseT uint16 = 54 constant LLDPMAUType10GBaseLRM (line 368) | LLDPMAUType10GBaseLRM uint16 = 55 constant LLDPMAUType1000BaseKX (line 369) | LLDPMAUType1000BaseKX uint16 = 56 constant LLDPMAUType10GBaseKX4 (line 370) | LLDPMAUType10GBaseKX4 uint16 = 57 constant LLDPMAUType10GBaseKR (line 371) | LLDPMAUType10GBaseKR uint16 = 58 constant LLDPMAUType10_1GBasePRX_D1 (line 372) | LLDPMAUType10_1GBasePRX_D1 uint16 = 59 constant LLDPMAUType10_1GBasePRX_D2 (line 373) | LLDPMAUType10_1GBasePRX_D2 uint16 = 60 constant LLDPMAUType10_1GBasePRX_D3 (line 374) | LLDPMAUType10_1GBasePRX_D3 uint16 = 61 constant LLDPMAUType10_1GBasePRX_U1 (line 375) | LLDPMAUType10_1GBasePRX_U1 uint16 = 62 constant LLDPMAUType10_1GBasePRX_U2 (line 376) | LLDPMAUType10_1GBasePRX_U2 uint16 = 63 constant LLDPMAUType10_1GBasePRX_U3 (line 377) | LLDPMAUType10_1GBasePRX_U3 uint16 = 64 constant LLDPMAUType10GBasePR_D1 (line 378) | LLDPMAUType10GBasePR_D1 uint16 = 65 constant LLDPMAUType10GBasePR_D2 (line 379) | LLDPMAUType10GBasePR_D2 uint16 = 66 constant LLDPMAUType10GBasePR_D3 (line 380) | LLDPMAUType10GBasePR_D3 uint16 = 67 constant LLDPMAUType10GBasePR_U1 (line 381) | LLDPMAUType10GBasePR_U1 uint16 = 68 constant LLDPMAUType10GBasePR_U3 (line 382) | LLDPMAUType10GBasePR_U3 uint16 = 69 constant LLDPMAUPMDOther (line 387) | LLDPMAUPMDOther uint16 = 1 << 15 constant LLDPMAUPMD10BaseT (line 388) | LLDPMAUPMD10BaseT uint16 = 1 << 14 constant LLDPMAUPMD10BaseT_FD (line 389) | LLDPMAUPMD10BaseT_FD uint16 = 1 << 13 constant LLDPMAUPMD100BaseT4 (line 390) | LLDPMAUPMD100BaseT4 uint16 = 1 << 12 constant LLDPMAUPMD100BaseTX (line 391) | LLDPMAUPMD100BaseTX uint16 = 1 << 11 constant LLDPMAUPMD100BaseTX_FD (line 392) | LLDPMAUPMD100BaseTX_FD uint16 = 1 << 10 constant LLDPMAUPMD100BaseT2 (line 393) | LLDPMAUPMD100BaseT2 uint16 = 1 << 9 constant LLDPMAUPMD100BaseT2_FD (line 394) | LLDPMAUPMD100BaseT2_FD uint16 = 1 << 8 constant LLDPMAUPMDFDXPAUSE (line 395) | LLDPMAUPMDFDXPAUSE uint16 = 1 << 7 constant LLDPMAUPMDFDXAPAUSE (line 396) | LLDPMAUPMDFDXAPAUSE uint16 = 1 << 6 constant LLDPMAUPMDFDXSPAUSE (line 397) | LLDPMAUPMDFDXSPAUSE uint16 = 1 << 5 constant LLDPMAUPMDFDXBPAUSE (line 398) | LLDPMAUPMDFDXBPAUSE uint16 = 1 << 4 constant LLDPMAUPMD1000BaseX (line 399) | LLDPMAUPMD1000BaseX uint16 = 1 << 3 constant LLDPMAUPMD1000BaseX_FD (line 400) | LLDPMAUPMD1000BaseX_FD uint16 = 1 << 2 constant LLDPMAUPMD1000BaseT (line 401) | LLDPMAUPMD1000BaseT uint16 = 1 << 1 constant LLDPMAUPMD1000BaseT_FD (line 402) | LLDPMAUPMD1000BaseT_FD uint16 = 1 << 0 constant LLDPMAUPMDOtherInv (line 409) | LLDPMAUPMDOtherInv uint16 = 1 << 0 constant LLDPMAUPMD10BaseTInv (line 410) | LLDPMAUPMD10BaseTInv uint16 = 1 << 1 constant LLDPMAUPMD10BaseT_FDInv (line 411) | LLDPMAUPMD10BaseT_FDInv uint16 = 1 << 2 constant LLDPMAUPMD100BaseT4Inv (line 412) | LLDPMAUPMD100BaseT4Inv uint16 = 1 << 3 constant LLDPMAUPMD100BaseTXInv (line 413) | LLDPMAUPMD100BaseTXInv uint16 = 1 << 4 constant LLDPMAUPMD100BaseTX_FDInv (line 414) | LLDPMAUPMD100BaseTX_FDInv uint16 = 1 << 5 constant LLDPMAUPMD100BaseT2Inv (line 415) | LLDPMAUPMD100BaseT2Inv uint16 = 1 << 6 constant LLDPMAUPMD100BaseT2_FDInv (line 416) | LLDPMAUPMD100BaseT2_FDInv uint16 = 1 << 7 constant LLDPMAUPMDFDXPAUSEInv (line 417) | LLDPMAUPMDFDXPAUSEInv uint16 = 1 << 8 constant LLDPMAUPMDFDXAPAUSEInv (line 418) | LLDPMAUPMDFDXAPAUSEInv uint16 = 1 << 9 constant LLDPMAUPMDFDXSPAUSEInv (line 419) | LLDPMAUPMDFDXSPAUSEInv uint16 = 1 << 10 constant LLDPMAUPMDFDXBPAUSEInv (line 420) | LLDPMAUPMDFDXBPAUSEInv uint16 = 1 << 11 constant LLDPMAUPMD1000BaseXInv (line 421) | LLDPMAUPMD1000BaseXInv uint16 = 1 << 12 constant LLDPMAUPMD1000BaseX_FDInv (line 422) | LLDPMAUPMD1000BaseX_FDInv uint16 = 1 << 13 constant LLDPMAUPMD1000BaseTInv (line 423) | LLDPMAUPMD1000BaseTInv uint16 = 1 << 14 constant LLDPMAUPMD1000BaseT_FDInv (line 424) | LLDPMAUPMD1000BaseT_FDInv uint16 = 1 << 15 type LLDPMACPHYConfigStatus (line 427) | type LLDPMACPHYConfigStatus struct constant LLDPMDIPowerPortClass (line 436) | LLDPMDIPowerPortClass byte = 1 << 0 constant LLDPMDIPowerCapability (line 437) | LLDPMDIPowerCapability byte = 1 << 1 constant LLDPMDIPowerStatus (line 438) | LLDPMDIPowerStatus byte = 1 << 2 constant LLDPMDIPowerPairsAbility (line 439) | LLDPMDIPowerPairsAbility byte = 1 << 3 type LLDPPowerType (line 442) | type LLDPPowerType method String (line 1393) | func (t LLDPPowerType) String() (s string) { type LLDPPowerSource (line 444) | type LLDPPowerSource method String (line 1409) | func (t LLDPPowerSource) String() (s string) { type LLDPPowerPriority (line 446) | type LLDPPowerPriority method String (line 1433) | func (t LLDPPowerPriority) String() (s string) { constant LLDPPowerPriorityUnknown (line 449) | LLDPPowerPriorityUnknown LLDPPowerPriority = 0 constant LLDPPowerPriorityMedium (line 450) | LLDPPowerPriorityMedium LLDPPowerPriority = 1 constant LLDPPowerPriorityHigh (line 451) | LLDPPowerPriorityHigh LLDPPowerPriority = 2 constant LLDPPowerPriorityLow (line 452) | LLDPPowerPriorityLow LLDPPowerPriority = 3 type LLDPPowerViaMDI8023 (line 455) | type LLDPPowerViaMDI8023 struct type LLDPInfo8023 (line 470) | type LLDPInfo8023 struct constant LLDP8021QbgEVB (line 479) | LLDP8021QbgEVB uint8 = 0 constant LLDP8021QbgCDCP (line 480) | LLDP8021QbgCDCP uint8 = 1 constant LLDP8021QbgVDP (line 481) | LLDP8021QbgVDP uint8 = 2 constant LLDP8021QbgEVB22 (line 482) | LLDP8021QbgEVB22 uint8 = 13 constant LLDPEVBCapsSTD (line 487) | LLDPEVBCapsSTD uint16 = 1 << 7 constant LLDPEVBCapsRR (line 488) | LLDPEVBCapsRR uint16 = 1 << 6 constant LLDPEVBCapsRTE (line 489) | LLDPEVBCapsRTE uint16 = 1 << 2 constant LLDPEVBCapsECP (line 490) | LLDPEVBCapsECP uint16 = 1 << 1 constant LLDPEVBCapsVDP (line 491) | LLDPEVBCapsVDP uint16 = 1 << 0 type LLDPEVBCapabilities (line 495) | type LLDPEVBCapabilities struct type LLDPEVBSettings (line 503) | type LLDPEVBSettings struct type LLDPInfo8021Qbg (line 512) | type LLDPInfo8021Qbg struct type LLDPMediaSubtype (line 516) | type LLDPMediaSubtype method String (line 1449) | func (t LLDPMediaSubtype) String() (s string) { constant LLDPMediaTypeCapabilities (line 520) | LLDPMediaTypeCapabilities LLDPMediaSubtype = 1 constant LLDPMediaTypeNetwork (line 521) | LLDPMediaTypeNetwork LLDPMediaSubtype = 2 constant LLDPMediaTypeLocation (line 522) | LLDPMediaTypeLocation LLDPMediaSubtype = 3 constant LLDPMediaTypePower (line 523) | LLDPMediaTypePower LLDPMediaSubtype = 4 constant LLDPMediaTypeHardware (line 524) | LLDPMediaTypeHardware LLDPMediaSubtype = 5 constant LLDPMediaTypeFirmware (line 525) | LLDPMediaTypeFirmware LLDPMediaSubtype = 6 constant LLDPMediaTypeSoftware (line 526) | LLDPMediaTypeSoftware LLDPMediaSubtype = 7 constant LLDPMediaTypeSerial (line 527) | LLDPMediaTypeSerial LLDPMediaSubtype = 8 constant LLDPMediaTypeManufacturer (line 528) | LLDPMediaTypeManufacturer LLDPMediaSubtype = 9 constant LLDPMediaTypeModel (line 529) | LLDPMediaTypeModel LLDPMediaSubtype = 10 constant LLDPMediaTypeAssetID (line 530) | LLDPMediaTypeAssetID LLDPMediaSubtype = 11 type LLDPMediaClass (line 533) | type LLDPMediaClass method String (line 1479) | func (t LLDPMediaClass) String() (s string) { constant LLDPMediaClassUndefined (line 537) | LLDPMediaClassUndefined LLDPMediaClass = 0 constant LLDPMediaClassEndpointI (line 538) | LLDPMediaClassEndpointI LLDPMediaClass = 1 constant LLDPMediaClassEndpointII (line 539) | LLDPMediaClassEndpointII LLDPMediaClass = 2 constant LLDPMediaClassEndpointIII (line 540) | LLDPMediaClassEndpointIII LLDPMediaClass = 3 constant LLDPMediaClassNetwork (line 541) | LLDPMediaClassNetwork LLDPMediaClass = 4 constant LLDPMediaCapsLLDP (line 546) | LLDPMediaCapsLLDP uint16 = 1 << 0 constant LLDPMediaCapsNetwork (line 547) | LLDPMediaCapsNetwork uint16 = 1 << 1 constant LLDPMediaCapsLocation (line 548) | LLDPMediaCapsLocation uint16 = 1 << 2 constant LLDPMediaCapsPowerPSE (line 549) | LLDPMediaCapsPowerPSE uint16 = 1 << 3 constant LLDPMediaCapsPowerPD (line 550) | LLDPMediaCapsPowerPD uint16 = 1 << 4 constant LLDPMediaCapsInventory (line 551) | LLDPMediaCapsInventory uint16 = 1 << 5 type LLDPMediaCapabilities (line 555) | type LLDPMediaCapabilities struct type LLDPApplicationType (line 565) | type LLDPApplicationType method String (line 1497) | func (t LLDPApplicationType) String() (s string) { constant LLDPAppTypeReserved (line 568) | LLDPAppTypeReserved LLDPApplicationType = 0 constant LLDPAppTypeVoice (line 569) | LLDPAppTypeVoice LLDPApplicationType = 1 constant LLDPappTypeVoiceSignaling (line 570) | LLDPappTypeVoiceSignaling LLDPApplicationType = 2 constant LLDPappTypeGuestVoice (line 571) | LLDPappTypeGuestVoice LLDPApplicationType = 3 constant LLDPappTypeGuestVoiceSignaling (line 572) | LLDPappTypeGuestVoiceSignaling LLDPApplicationType = 4 constant LLDPappTypeSoftphoneVoice (line 573) | LLDPappTypeSoftphoneVoice LLDPApplicationType = 5 constant LLDPappTypeVideoConferencing (line 574) | LLDPappTypeVideoConferencing LLDPApplicationType = 6 constant LLDPappTypeStreamingVideo (line 575) | LLDPappTypeStreamingVideo LLDPApplicationType = 7 constant LLDPappTypeVideoSignaling (line 576) | LLDPappTypeVideoSignaling LLDPApplicationType = 8 type LLDPNetworkPolicy (line 579) | type LLDPNetworkPolicy struct type LLDPLocationFormat (line 588) | type LLDPLocationFormat method String (line 1523) | func (t LLDPLocationFormat) String() (s string) { constant LLDPLocationFormatInvalid (line 591) | LLDPLocationFormatInvalid LLDPLocationFormat = 0 constant LLDPLocationFormatCoordinate (line 592) | LLDPLocationFormatCoordinate LLDPLocationFormat = 1 constant LLDPLocationFormatAddress (line 593) | LLDPLocationFormatAddress LLDPLocationFormat = 2 constant LLDPLocationFormatECS (line 594) | LLDPLocationFormatECS LLDPLocationFormat = 3 type LLDPLocationAddressWhat (line 597) | type LLDPLocationAddressWhat constant LLDPLocationAddressWhatDHCP (line 600) | LLDPLocationAddressWhatDHCP LLDPLocationAddressWhat = 0 constant LLDPLocationAddressWhatNetwork (line 601) | LLDPLocationAddressWhatNetwork LLDPLocationAddressWhat = 1 constant LLDPLocationAddressWhatClient (line 602) | LLDPLocationAddressWhatClient LLDPLocationAddressWhat = 2 type LLDPLocationAddressType (line 605) | type LLDPLocationAddressType method String (line 1539) | func (t LLDPLocationAddressType) String() (s string) { constant LLDPLocationAddressTypeLanguage (line 608) | LLDPLocationAddressTypeLanguage LLDPLocationAddressType = 0 constant LLDPLocationAddressTypeNational (line 609) | LLDPLocationAddressTypeNational LLDPLocationAddressType = 1 constant LLDPLocationAddressTypeCounty (line 610) | LLDPLocationAddressTypeCounty LLDPLocationAddressType = 2 constant LLDPLocationAddressTypeCity (line 611) | LLDPLocationAddressTypeCity LLDPLocationAddressType = 3 constant LLDPLocationAddressTypeCityDivision (line 612) | LLDPLocationAddressTypeCityDivision LLDPLocationAddressType = 4 constant LLDPLocationAddressTypeNeighborhood (line 613) | LLDPLocationAddressTypeNeighborhood LLDPLocationAddressType = 5 constant LLDPLocationAddressTypeStreet (line 614) | LLDPLocationAddressTypeStreet LLDPLocationAddressType = 6 constant LLDPLocationAddressTypeLeadingStreet (line 615) | LLDPLocationAddressTypeLeadingStreet LLDPLocationAddressType = 16 constant LLDPLocationAddressTypeTrailingStreet (line 616) | LLDPLocationAddressTypeTrailingStreet LLDPLocationAddressType = 17 constant LLDPLocationAddressTypeStreetSuffix (line 617) | LLDPLocationAddressTypeStreetSuffix LLDPLocationAddressType = 18 constant LLDPLocationAddressTypeHouseNum (line 618) | LLDPLocationAddressTypeHouseNum LLDPLocationAddressType = 19 constant LLDPLocationAddressTypeHouseSuffix (line 619) | LLDPLocationAddressTypeHouseSuffix LLDPLocationAddressType = 20 constant LLDPLocationAddressTypeLandmark (line 620) | LLDPLocationAddressTypeLandmark LLDPLocationAddressType = 21 constant LLDPLocationAddressTypeAdditional (line 621) | LLDPLocationAddressTypeAdditional LLDPLocationAddressType = 22 constant LLDPLocationAddressTypeName (line 622) | LLDPLocationAddressTypeName LLDPLocationAddressType = 23 constant LLDPLocationAddressTypePostal (line 623) | LLDPLocationAddressTypePostal LLDPLocationAddressType = 24 constant LLDPLocationAddressTypeBuilding (line 624) | LLDPLocationAddressTypeBuilding LLDPLocationAddressType = 25 constant LLDPLocationAddressTypeUnit (line 625) | LLDPLocationAddressTypeUnit LLDPLocationAddressType = 26 constant LLDPLocationAddressTypeFloor (line 626) | LLDPLocationAddressTypeFloor LLDPLocationAddressType = 27 constant LLDPLocationAddressTypeRoom (line 627) | LLDPLocationAddressTypeRoom LLDPLocationAddressType = 28 constant LLDPLocationAddressTypePlace (line 628) | LLDPLocationAddressTypePlace LLDPLocationAddressType = 29 constant LLDPLocationAddressTypeScript (line 629) | LLDPLocationAddressTypeScript LLDPLocationAddressType = 128 type LLDPLocationCoordinate (line 632) | type LLDPLocationCoordinate struct type LLDPLocationAddressLine (line 643) | type LLDPLocationAddressLine struct type LLDPLocationAddress (line 648) | type LLDPLocationAddress struct type LLDPLocationECS (line 654) | type LLDPLocationECS struct type LLDPLocation (line 660) | type LLDPLocation struct type LLDPPowerViaMDI (line 667) | type LLDPPowerViaMDI struct type LLDPInfoMedia (line 675) | type LLDPInfoMedia struct type LLDPCisco2Subtype (line 689) | type LLDPCisco2Subtype constant LLDPCisco2PowerViaMDI (line 693) | LLDPCisco2PowerViaMDI LLDPCisco2Subtype = 1 constant LLDPCiscoPSESupport (line 697) | LLDPCiscoPSESupport uint8 = 1 << 0 constant LLDPCiscoArchShared (line 698) | LLDPCiscoArchShared uint8 = 1 << 1 constant LLDPCiscoPDSparePair (line 699) | LLDPCiscoPDSparePair uint8 = 1 << 2 constant LLDPCiscoPSESparePair (line 700) | LLDPCiscoPSESparePair uint8 = 1 << 3 type LLDPInfoCisco2 (line 704) | type LLDPInfoCisco2 struct type LLDPProfinetSubtype (line 712) | type LLDPProfinetSubtype constant LLDPProfinetPNIODelay (line 715) | LLDPProfinetPNIODelay LLDPProfinetSubtype = 1 constant LLDPProfinetPNIOPortStatus (line 716) | LLDPProfinetPNIOPortStatus LLDPProfinetSubtype = 2 constant LLDPProfinetPNIOMRPPortStatus (line 717) | LLDPProfinetPNIOMRPPortStatus LLDPProfinetSubtype = 4 constant LLDPProfinetPNIOChassisMAC (line 718) | LLDPProfinetPNIOChassisMAC LLDPProfinetSubtype = 5 constant LLDPProfinetPNIOPTCPStatus (line 719) | LLDPProfinetPNIOPTCPStatus LLDPProfinetSubtype = 6 type LLDPPNIODelay (line 722) | type LLDPPNIODelay struct type LLDPPNIOPortStatus (line 730) | type LLDPPNIOPortStatus struct type LLDPPNIOMRPPortStatus (line 735) | type LLDPPNIOMRPPortStatus struct type LLDPPNIOPTCPStatus (line 740) | type LLDPPNIOPTCPStatus struct type LLDPInfoProfinet (line 755) | type LLDPInfoProfinet struct function decodeLinkLayerDiscovery (line 801) | func decodeLinkLayerDiscovery(data []byte, p gopacket.PacketBuilder) err... function getCapabilities (line 1218) | func getCapabilities(v uint16) (c LLDPCapabilities) { function getEVBCapabilities (line 1233) | func getEVBCapabilities(v uint16) (c LLDPEVBCapabilities) { function checkLLDPTLVLen (line 1591) | func checkLLDPTLVLen(v LinkLayerDiscoveryValue, l int) (err error) { function checkLLDPOrgSpecificLen (line 1598) | func checkLLDPOrgSpecificLen(o LLDPOrgSpecificTLV, l int) (err error) { FILE: vendor/github.com/google/gopacket/layers/loopback.go type Loopback (line 20) | type Loopback struct method LayerType (line 26) | func (l *Loopback) LayerType() gopacket.LayerType { return LayerTypeLo... method DecodeFromBytes (line 29) | func (l *Loopback) DecodeFromBytes(data []byte, df gopacket.DecodeFeed... method CanDecode (line 53) | func (l *Loopback) CanDecode() gopacket.LayerClass { method NextLayerType (line 58) | func (l *Loopback) NextLayerType() gopacket.LayerType { method SerializeTo (line 64) | func (l *Loopback) SerializeTo(b gopacket.SerializeBuffer, opts gopack... function decodeLoopback (line 73) | func decodeLoopback(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/mldv1.go type MLDv1Message (line 21) | type MLDv1Message struct method DecodeFromBytes (line 32) | func (m *MLDv1Message) DecodeFromBytes(data []byte, df gopacket.Decode... method NextLayerType (line 46) | func (*MLDv1Message) NextLayerType() gopacket.LayerType { method SerializeTo (line 53) | func (m *MLDv1Message) SerializeTo(b gopacket.SerializeBuffer, opts go... method String (line 80) | func (m *MLDv1Message) String() string { type MLDv1MulticastListenerQueryMessage (line 90) | type MLDv1MulticastListenerQueryMessage struct method DecodeFromBytes (line 95) | func (m *MLDv1MulticastListenerQueryMessage) DecodeFromBytes(data []by... method LayerType (line 109) | func (*MLDv1MulticastListenerQueryMessage) LayerType() gopacket.LayerT... method CanDecode (line 114) | func (*MLDv1MulticastListenerQueryMessage) CanDecode() gopacket.LayerC... method IsGeneralQuery (line 122) | func (m *MLDv1MulticastListenerQueryMessage) IsGeneralQuery() bool { method IsSpecificQuery (line 130) | func (m *MLDv1MulticastListenerQueryMessage) IsSpecificQuery() bool { type MLDv1MulticastListenerReportMessage (line 138) | type MLDv1MulticastListenerReportMessage struct method LayerType (line 143) | func (*MLDv1MulticastListenerReportMessage) LayerType() gopacket.Layer... method CanDecode (line 148) | func (*MLDv1MulticastListenerReportMessage) CanDecode() gopacket.Layer... type MLDv1MulticastListenerDoneMessage (line 155) | type MLDv1MulticastListenerDoneMessage struct method LayerType (line 160) | func (*MLDv1MulticastListenerDoneMessage) LayerType() gopacket.LayerTy... method CanDecode (line 165) | func (*MLDv1MulticastListenerDoneMessage) CanDecode() gopacket.LayerCl... function decodeMLDv1MulticastListenerReport (line 169) | func decodeMLDv1MulticastListenerReport(data []byte, p gopacket.PacketBu... function decodeMLDv1MulticastListenerQuery (line 174) | func decodeMLDv1MulticastListenerQuery(data []byte, p gopacket.PacketBui... function decodeMLDv1MulticastListenerDone (line 179) | func decodeMLDv1MulticastListenerDone(data []byte, p gopacket.PacketBuil... FILE: vendor/github.com/google/gopacket/layers/mldv2.go constant mldv2STrue (line 22) | mldv2STrue uint8 = 0x8 constant mldv2SMask (line 28) | mldv2SMask uint8 = 0x8 constant mldv2QRVMask (line 31) | mldv2QRVMask uint8 = 0x7 type MLDv2MulticastListenerQueryMessage (line 40) | type MLDv2MulticastListenerQueryMessage struct method DecodeFromBytes (line 61) | func (m *MLDv2MulticastListenerQueryMessage) DecodeFromBytes(data []by... method NextLayerType (line 93) | func (*MLDv2MulticastListenerQueryMessage) NextLayerType() gopacket.La... method SerializeTo (line 100) | func (m *MLDv2MulticastListenerQueryMessage) SerializeTo(b gopacket.Se... method serializeSourceAddressesTo (line 135) | func (m *MLDv2MulticastListenerQueryMessage) serializeSourceAddressesT... method String (line 167) | func (m *MLDv2MulticastListenerQueryMessage) String() string { method LayerType (line 183) | func (*MLDv2MulticastListenerQueryMessage) LayerType() gopacket.LayerT... method CanDecode (line 188) | func (*MLDv2MulticastListenerQueryMessage) CanDecode() gopacket.LayerC... method QQI (line 194) | func (m *MLDv2MulticastListenerQueryMessage) QQI() time.Duration { method SetQQI (line 207) | func (m *MLDv2MulticastListenerQueryMessage) SetQQI(d time.Duration) e... method MaximumResponseDelay (line 248) | func (m *MLDv2MulticastListenerQueryMessage) MaximumResponseDelay() ti... method SetMLDv2MaximumResponseDelay (line 261) | func (m *MLDv2MulticastListenerQueryMessage) SetMLDv2MaximumResponseDe... type MLDv2MulticastListenerReportMessage (line 300) | type MLDv2MulticastListenerReportMessage struct method DecodeFromBytes (line 309) | func (m *MLDv2MulticastListenerReportMessage) DecodeFromBytes(data []b... method SerializeTo (line 338) | func (m *MLDv2MulticastListenerReportMessage) SerializeTo(b gopacket.S... method String (line 371) | func (m *MLDv2MulticastListenerReportMessage) String() string { method LayerType (line 380) | func (*MLDv2MulticastListenerReportMessage) LayerType() gopacket.Layer... method CanDecode (line 385) | func (*MLDv2MulticastListenerReportMessage) CanDecode() gopacket.Layer... method NextLayerType (line 390) | func (*MLDv2MulticastListenerReportMessage) NextLayerType() gopacket.L... type MLDv2MulticastAddressRecordType (line 398) | type MLDv2MulticastAddressRecordType method String (line 435) | func (m MLDv2MulticastAddressRecordType) String() string { constant MLDv2MulticastAddressRecordTypeModeIsIncluded (line 404) | MLDv2MulticastAddressRecordTypeModeIsIncluded MLDv2MulticastAddressRecor... constant MLDv2MulticastAddressRecordTypeModeIsExcluded (line 408) | MLDv2MulticastAddressRecordTypeModeIsExcluded MLDv2MulticastAddressRecor... constant MLDv2MulticastAddressRecordTypeChangeToIncludeMode (line 413) | MLDv2MulticastAddressRecordTypeChangeToIncludeMode MLDv2MulticastAddress... constant MLDv2MulticastAddressRecordTypeChangeToExcludeMode (line 418) | MLDv2MulticastAddressRecordTypeChangeToExcludeMode MLDv2MulticastAddress... constant MLDv2MulticastAddressRecordTypeAllowNewSources (line 424) | MLDv2MulticastAddressRecordTypeAllowNewSources MLDv2MulticastAddressReco... constant MLDv2MulticastAddressRecordTypeBlockOldSources (line 430) | MLDv2MulticastAddressRecordTypeBlockOldSources MLDv2MulticastAddressReco... type MLDv2MulticastAddressRecord (line 457) | type MLDv2MulticastAddressRecord struct method decode (line 473) | func (m *MLDv2MulticastAddressRecord) decode(data []byte, df gopacket.... method String (line 512) | func (m *MLDv2MulticastAddressRecord) String() string { method serializeTo (line 525) | func (m *MLDv2MulticastAddressRecord) serializeTo(b gopacket.Serialize... method serializeAuxiliaryDataTo (line 553) | func (m *MLDv2MulticastAddressRecord) serializeAuxiliaryDataTo(b gopac... method serializeSourceAddressesTo (line 579) | func (m *MLDv2MulticastAddressRecord) serializeSourceAddressesTo(b gop... function decodeMLDv2MulticastListenerReport (line 611) | func decodeMLDv2MulticastListenerReport(data []byte, p gopacket.PacketBu... function decodeMLDv2MulticastListenerQuery (line 616) | func decodeMLDv2MulticastListenerQuery(data []byte, p gopacket.PacketBui... FILE: vendor/github.com/google/gopacket/layers/modbustcp.go constant mbapRecordSizeInBytes (line 25) | mbapRecordSizeInBytes int = 7 constant modbusPDUMinimumRecordSizeInBytes (line 26) | modbusPDUMinimumRecordSizeInBytes int = 2 constant modbusPDUMaximumRecordSizeInBytes (line 27) | modbusPDUMaximumRecordSizeInBytes int = 253 type ModbusProtocol (line 30) | type ModbusProtocol method String (line 37) | func (mp ModbusProtocol) String() string { constant ModbusProtocolModbus (line 34) | ModbusProtocolModbus ModbusProtocol = 0 type ModbusTCP (line 54) | type ModbusTCP struct method LayerType (line 66) | func (d *ModbusTCP) LayerType() gopacket.LayerType { method DecodeFromBytes (line 104) | func (d *ModbusTCP) DecodeFromBytes(data []byte, df gopacket.DecodeFee... method NextLayerType (line 141) | func (d *ModbusTCP) NextLayerType() gopacket.LayerType { method Payload (line 148) | func (d *ModbusTCP) Payload() []byte { function decodeModbusTCP (line 79) | func decodeModbusTCP(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/mpls.go type MPLS (line 16) | type MPLS struct method LayerType (line 25) | func (m *MPLS) LayerType() gopacket.LayerType { return LayerTypeMPLS } method SerializeTo (line 74) | func (m *MPLS) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.S... type ProtocolGuessingDecoder (line 33) | type ProtocolGuessingDecoder struct method Decode (line 35) | func (ProtocolGuessingDecoder) Decode(data []byte, p gopacket.PacketBu... function decodeMPLS (line 55) | func decodeMPLS(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/ndp.go type NDPChassisType (line 18) | type NDPChassisType method String (line 241) | func (t NDPChassisType) String() (s string) { constant NDPChassisother (line 22) | NDPChassisother NDPChassisType = 1 constant NDPChassis3000 (line 23) | NDPChassis3000 NDPChassisType = 2 constant NDPChassis3030 (line 24) | NDPChassis3030 NDPChassisType = 3 constant NDPChassis2310 (line 25) | NDPChassis2310 NDPChassisType = 4 constant NDPChassis2810 (line 26) | NDPChassis2810 NDPChassisType = 5 constant NDPChassis2912 (line 27) | NDPChassis2912 NDPChassisType = 6 constant NDPChassis2914 (line 28) | NDPChassis2914 NDPChassisType = 7 constant NDPChassis271x (line 29) | NDPChassis271x NDPChassisType = 8 constant NDPChassis2813 (line 30) | NDPChassis2813 NDPChassisType = 9 constant NDPChassis2814 (line 31) | NDPChassis2814 NDPChassisType = 10 constant NDPChassis2915 (line 32) | NDPChassis2915 NDPChassisType = 11 constant NDPChassis5000 (line 33) | NDPChassis5000 NDPChassisType = 12 constant NDPChassis2813SA (line 34) | NDPChassis2813SA NDPChassisType = 13 constant NDPChassis2814SA (line 35) | NDPChassis2814SA NDPChassisType = 14 constant NDPChassis810M (line 36) | NDPChassis810M NDPChassisType = 15 constant NDPChassisEthercell (line 37) | NDPChassisEthercell NDPChassisType = 16 constant NDPChassis5005 (line 38) | NDPChassis5005 NDPChassisType = 17 constant NDPChassisAlcatelEWC (line 39) | NDPChassisAlcatelEWC NDPChassisType = 18 constant NDPChassis2715SA (line 40) | NDPChassis2715SA NDPChassisType = 20 constant NDPChassis2486 (line 41) | NDPChassis2486 NDPChassisType = 21 constant NDPChassis28000series (line 42) | NDPChassis28000series NDPChassisType = 22 constant NDPChassis23000series (line 43) | NDPChassis23000series NDPChassisType = 23 constant NDPChassis5DN00xseries (line 44) | NDPChassis5DN00xseries NDPChassisType = 24 constant NDPChassisBayStackEthernet (line 45) | NDPChassisBayStackEthernet NDPChassisType = 25 constant NDPChassis23100series (line 46) | NDPChassis23100series NDPChassisType = 26 constant NDPChassis100BaseTHub (line 47) | NDPChassis100BaseTHub NDPChassisType = 27 constant NDPChassis3000FastEthernet (line 48) | NDPChassis3000FastEthernet NDPChassisType = 28 constant NDPChassisOrionSwitch (line 49) | NDPChassisOrionSwitch NDPChassisType = 29 constant NDPChassisDDS (line 50) | NDPChassisDDS NDPChassisType = 31 constant NDPChassisCentillion6slot (line 51) | NDPChassisCentillion6slot NDPChassisType = 32 constant NDPChassisCentillion12slot (line 52) | NDPChassisCentillion12slot NDPChassisType = 33 constant NDPChassisCentillion1slot (line 53) | NDPChassisCentillion1slot NDPChassisType = 34 constant NDPChassisBayStack301 (line 54) | NDPChassisBayStack301 NDPChassisType = 35 constant NDPChassisBayStackTokenRingHub (line 55) | NDPChassisBayStackTokenRingHub NDPChassisType = 36 constant NDPChassisFVCMultimediaSwitch (line 56) | NDPChassisFVCMultimediaSwitch NDPChassisType = 37 constant NDPChassisSwitchNode (line 57) | NDPChassisSwitchNode NDPChassisType = 38 constant NDPChassisBayStack302Switch (line 58) | NDPChassisBayStack302Switch NDPChassisType = 39 constant NDPChassisBayStack350Switch (line 59) | NDPChassisBayStack350Switch NDPChassisType = 40 constant NDPChassisBayStack150EthernetHub (line 60) | NDPChassisBayStack150EthernetHub NDPChassisType = 41 constant NDPChassisCentillion50NSwitch (line 61) | NDPChassisCentillion50NSwitch NDPChassisType = 42 constant NDPChassisCentillion50TSwitch (line 62) | NDPChassisCentillion50TSwitch NDPChassisType = 43 constant NDPChassisBayStack303304Switches (line 63) | NDPChassisBayStack303304Switches NDPChassisType = 44 constant NDPChassisBayStack200EthernetHub (line 64) | NDPChassisBayStack200EthernetHub NDPChassisType = 45 constant NDPChassisBayStack25010100EthernetHub (line 65) | NDPChassisBayStack25010100EthernetHub NDPChassisType = 46 constant NDPChassisBayStack450101001000Switches (line 66) | NDPChassisBayStack450101001000Switches NDPChassisType = 48 constant NDPChassisBayStack41010100Switches (line 67) | NDPChassisBayStack41010100Switches NDPChassisType = 49 constant NDPChassisPassport1200L3Switch (line 68) | NDPChassisPassport1200L3Switch NDPChassisType = 50 constant NDPChassisPassport1250L3Switch (line 69) | NDPChassisPassport1250L3Switch NDPChassisType = 51 constant NDPChassisPassport1100L3Switch (line 70) | NDPChassisPassport1100L3Switch NDPChassisType = 52 constant NDPChassisPassport1150L3Switch (line 71) | NDPChassisPassport1150L3Switch NDPChassisType = 53 constant NDPChassisPassport1050L3Switch (line 72) | NDPChassisPassport1050L3Switch NDPChassisType = 54 constant NDPChassisPassport1051L3Switch (line 73) | NDPChassisPassport1051L3Switch NDPChassisType = 55 constant NDPChassisPassport8610L3Switch (line 74) | NDPChassisPassport8610L3Switch NDPChassisType = 56 constant NDPChassisPassport8606L3Switch (line 75) | NDPChassisPassport8606L3Switch NDPChassisType = 57 constant NDPChassisPassport8010 (line 76) | NDPChassisPassport8010 NDPChassisType = 58 constant NDPChassisPassport8006 (line 77) | NDPChassisPassport8006 NDPChassisType = 59 constant NDPChassisBayStack670wirelessaccesspoint (line 78) | NDPChassisBayStack670wirelessaccesspoint NDPChassisType = 60 constant NDPChassisPassport740 (line 79) | NDPChassisPassport740 NDPChassisType = 61 constant NDPChassisPassport750 (line 80) | NDPChassisPassport750 NDPChassisType = 62 constant NDPChassisPassport790 (line 81) | NDPChassisPassport790 NDPChassisType = 63 constant NDPChassisBusinessPolicySwitch200010100Switches (line 82) | NDPChassisBusinessPolicySwitch200010100Switches NDPChassisType = 64 constant NDPChassisPassport8110L2Switch (line 83) | NDPChassisPassport8110L2Switch NDPChassisType = 65 constant NDPChassisPassport8106L2Switch (line 84) | NDPChassisPassport8106L2Switch NDPChassisType = 66 constant NDPChassisBayStack3580GigSwitch (line 85) | NDPChassisBayStack3580GigSwitch NDPChassisType = 67 constant NDPChassisBayStack10PowerSupplyUnit (line 86) | NDPChassisBayStack10PowerSupplyUnit NDPChassisType = 68 constant NDPChassisBayStack42010100Switch (line 87) | NDPChassisBayStack42010100Switch NDPChassisType = 69 constant NDPChassisOPTeraMetro1200EthernetServiceModule (line 88) | NDPChassisOPTeraMetro1200EthernetServiceModule NDPChassisType = 70 constant NDPChassisOPTera8010co (line 89) | NDPChassisOPTera8010co NDPChassisType = 71 constant NDPChassisOPTera8610coL3Switch (line 90) | NDPChassisOPTera8610coL3Switch NDPChassisType = 72 constant NDPChassisOPTera8110coL2Switch (line 91) | NDPChassisOPTera8110coL2Switch NDPChassisType = 73 constant NDPChassisOPTera8003 (line 92) | NDPChassisOPTera8003 NDPChassisType = 74 constant NDPChassisOPTera8603L3Switch (line 93) | NDPChassisOPTera8603L3Switch NDPChassisType = 75 constant NDPChassisOPTera8103L2Switch (line 94) | NDPChassisOPTera8103L2Switch NDPChassisType = 76 constant NDPChassisBayStack380101001000Switch (line 95) | NDPChassisBayStack380101001000Switch NDPChassisType = 77 constant NDPChassisEthernetSwitch47048T (line 96) | NDPChassisEthernetSwitch47048T NDPChassisType = 78 constant NDPChassisOPTeraMetro1450EthernetServiceModule (line 97) | NDPChassisOPTeraMetro1450EthernetServiceModule NDPChassisType = 79 constant NDPChassisOPTeraMetro1400EthernetServiceModule (line 98) | NDPChassisOPTeraMetro1400EthernetServiceModule NDPChassisType = 80 constant NDPChassisAlteonSwitchFamily (line 99) | NDPChassisAlteonSwitchFamily NDPChassisType = 81 constant NDPChassisEthernetSwitch46024TPWR (line 100) | NDPChassisEthernetSwitch46024TPWR NDPChassisType = 82 constant NDPChassisOPTeraMetro8010OPML2Switch (line 101) | NDPChassisOPTeraMetro8010OPML2Switch NDPChassisType = 83 constant NDPChassisOPTeraMetro8010coOPML2Switch (line 102) | NDPChassisOPTeraMetro8010coOPML2Switch NDPChassisType = 84 constant NDPChassisOPTeraMetro8006OPML2Switch (line 103) | NDPChassisOPTeraMetro8006OPML2Switch NDPChassisType = 85 constant NDPChassisOPTeraMetro8003OPML2Switch (line 104) | NDPChassisOPTeraMetro8003OPML2Switch NDPChassisType = 86 constant NDPChassisAlteon180e (line 105) | NDPChassisAlteon180e NDPChassisType = 87 constant NDPChassisAlteonAD3 (line 106) | NDPChassisAlteonAD3 NDPChassisType = 88 constant NDPChassisAlteon184 (line 107) | NDPChassisAlteon184 NDPChassisType = 89 constant NDPChassisAlteonAD4 (line 108) | NDPChassisAlteonAD4 NDPChassisType = 90 constant NDPChassisPassport1424L3Switch (line 109) | NDPChassisPassport1424L3Switch NDPChassisType = 91 constant NDPChassisPassport1648L3Switch (line 110) | NDPChassisPassport1648L3Switch NDPChassisType = 92 constant NDPChassisPassport1612L3Switch (line 111) | NDPChassisPassport1612L3Switch NDPChassisType = 93 constant NDPChassisPassport1624L3Switch (line 112) | NDPChassisPassport1624L3Switch NDPChassisType = 94 constant NDPChassisBayStack38024FFiber1000Switch (line 113) | NDPChassisBayStack38024FFiber1000Switch NDPChassisType = 95 constant NDPChassisEthernetRoutingSwitch551024T (line 114) | NDPChassisEthernetRoutingSwitch551024T NDPChassisType = 96 constant NDPChassisEthernetRoutingSwitch551048T (line 115) | NDPChassisEthernetRoutingSwitch551048T NDPChassisType = 97 constant NDPChassisEthernetSwitch47024T (line 116) | NDPChassisEthernetSwitch47024T NDPChassisType = 98 constant NDPChassisNortelNetworksWirelessLANAccessPoint2220 (line 117) | NDPChassisNortelNetworksWirelessLANAccessPoint2220 NDPChassisType = 99 constant NDPChassisPassportRBS2402L3Switch (line 118) | NDPChassisPassportRBS2402L3Switch NDPChassisType = 100 constant NDPChassisAlteonApplicationSwitch2424 (line 119) | NDPChassisAlteonApplicationSwitch2424 NDPChassisType = 101 constant NDPChassisAlteonApplicationSwitch2224 (line 120) | NDPChassisAlteonApplicationSwitch2224 NDPChassisType = 102 constant NDPChassisAlteonApplicationSwitch2208 (line 121) | NDPChassisAlteonApplicationSwitch2208 NDPChassisType = 103 constant NDPChassisAlteonApplicationSwitch2216 (line 122) | NDPChassisAlteonApplicationSwitch2216 NDPChassisType = 104 constant NDPChassisAlteonApplicationSwitch3408 (line 123) | NDPChassisAlteonApplicationSwitch3408 NDPChassisType = 105 constant NDPChassisAlteonApplicationSwitch3416 (line 124) | NDPChassisAlteonApplicationSwitch3416 NDPChassisType = 106 constant NDPChassisNortelNetworksWirelessLANSecuritySwitch2250 (line 125) | NDPChassisNortelNetworksWirelessLANSecuritySwitch2250 NDPChassisType = 107 constant NDPChassisEthernetSwitch42548T (line 126) | NDPChassisEthernetSwitch42548T NDPChassisType = 108 constant NDPChassisEthernetSwitch42524T (line 127) | NDPChassisEthernetSwitch42524T NDPChassisType = 109 constant NDPChassisNortelNetworksWirelessLANAccessPoint2221 (line 128) | NDPChassisNortelNetworksWirelessLANAccessPoint2221 NDPChassisType = 110 constant NDPChassisNortelMetroEthernetServiceUnit24TSPFswitch (line 129) | NDPChassisNortelMetroEthernetServiceUnit24TSPFswitch NDPChassisType = 111 constant NDPChassisNortelMetroEthernetServiceUnit24TLXDCswitch (line 130) | NDPChassisNortelMetroEthernetServiceUnit24TLXDCswitch NDPChassisType = 112 constant NDPChassisPassport830010slotchassis (line 131) | NDPChassisPassport830010slotchassis NDPChassisType = 113 constant NDPChassisPassport83006slotchassis (line 132) | NDPChassisPassport83006slotchassis NDPChassisType = 114 constant NDPChassisEthernetRoutingSwitch552024TPWR (line 133) | NDPChassisEthernetRoutingSwitch552024TPWR NDPChassisType = 115 constant NDPChassisEthernetRoutingSwitch552048TPWR (line 134) | NDPChassisEthernetRoutingSwitch552048TPWR NDPChassisType = 116 constant NDPChassisNortelNetworksVPNGateway3050 (line 135) | NDPChassisNortelNetworksVPNGateway3050 NDPChassisType = 117 constant NDPChassisAlteonSSL31010100 (line 136) | NDPChassisAlteonSSL31010100 NDPChassisType = 118 constant NDPChassisAlteonSSL31010100Fiber (line 137) | NDPChassisAlteonSSL31010100Fiber NDPChassisType = 119 constant NDPChassisAlteonSSL31010100FIPS (line 138) | NDPChassisAlteonSSL31010100FIPS NDPChassisType = 120 constant NDPChassisAlteonSSL410101001000 (line 139) | NDPChassisAlteonSSL410101001000 NDPChassisType = 121 constant NDPChassisAlteonSSL410101001000Fiber (line 140) | NDPChassisAlteonSSL410101001000Fiber NDPChassisType = 122 constant NDPChassisAlteonApplicationSwitch2424SSL (line 141) | NDPChassisAlteonApplicationSwitch2424SSL NDPChassisType = 123 constant NDPChassisEthernetSwitch32524T (line 142) | NDPChassisEthernetSwitch32524T NDPChassisType = 124 constant NDPChassisEthernetSwitch32524G (line 143) | NDPChassisEthernetSwitch32524G NDPChassisType = 125 constant NDPChassisNortelNetworksWirelessLANAccessPoint2225 (line 144) | NDPChassisNortelNetworksWirelessLANAccessPoint2225 NDPChassisType = 126 constant NDPChassisNortelNetworksWirelessLANSecuritySwitch2270 (line 145) | NDPChassisNortelNetworksWirelessLANSecuritySwitch2270 NDPChassisType = 127 constant NDPChassis24portEthernetSwitch47024TPWR (line 146) | NDPChassis24portEthernetSwitch47024TPWR NDPChassisType = 128 constant NDPChassis48portEthernetSwitch47048TPWR (line 147) | NDPChassis48portEthernetSwitch47048TPWR NDPChassisType = 129 constant NDPChassisEthernetRoutingSwitch553024TFD (line 148) | NDPChassisEthernetRoutingSwitch553024TFD NDPChassisType = 130 constant NDPChassisEthernetSwitch351024T (line 149) | NDPChassisEthernetSwitch351024T NDPChassisType = 131 constant NDPChassisNortelMetroEthernetServiceUnit12GACL3Switch (line 150) | NDPChassisNortelMetroEthernetServiceUnit12GACL3Switch NDPChassisType = 132 constant NDPChassisNortelMetroEthernetServiceUnit12GDCL3Switch (line 151) | NDPChassisNortelMetroEthernetServiceUnit12GDCL3Switch NDPChassisType = 133 constant NDPChassisNortelSecureAccessSwitch (line 152) | NDPChassisNortelSecureAccessSwitch NDPChassisType = 134 constant NDPChassisNortelNetworksVPNGateway3070 (line 153) | NDPChassisNortelNetworksVPNGateway3070 NDPChassisType = 135 constant NDPChassisOPTeraMetro3500 (line 154) | NDPChassisOPTeraMetro3500 NDPChassisType = 136 constant NDPChassisSMBBES101024T (line 155) | NDPChassisSMBBES101024T NDPChassisType = 137 constant NDPChassisSMBBES101048T (line 156) | NDPChassisSMBBES101048T NDPChassisType = 138 constant NDPChassisSMBBES102024TPWR (line 157) | NDPChassisSMBBES102024TPWR NDPChassisType = 139 constant NDPChassisSMBBES102048TPWR (line 158) | NDPChassisSMBBES102048TPWR NDPChassisType = 140 constant NDPChassisSMBBES201024T (line 159) | NDPChassisSMBBES201024T NDPChassisType = 141 constant NDPChassisSMBBES201048T (line 160) | NDPChassisSMBBES201048T NDPChassisType = 142 constant NDPChassisSMBBES202024TPWR (line 161) | NDPChassisSMBBES202024TPWR NDPChassisType = 143 constant NDPChassisSMBBES202048TPWR (line 162) | NDPChassisSMBBES202048TPWR NDPChassisType = 144 constant NDPChassisSMBBES11024T (line 163) | NDPChassisSMBBES11024T NDPChassisType = 145 constant NDPChassisSMBBES11048T (line 164) | NDPChassisSMBBES11048T NDPChassisType = 146 constant NDPChassisSMBBES12024TPWR (line 165) | NDPChassisSMBBES12024TPWR NDPChassisType = 147 constant NDPChassisSMBBES12048TPWR (line 166) | NDPChassisSMBBES12048TPWR NDPChassisType = 148 constant NDPChassisSMBBES21024T (line 167) | NDPChassisSMBBES21024T NDPChassisType = 149 constant NDPChassisSMBBES21048T (line 168) | NDPChassisSMBBES21048T NDPChassisType = 150 constant NDPChassisSMBBES22024TPWR (line 169) | NDPChassisSMBBES22024TPWR NDPChassisType = 151 constant NDPChassisSMBBES22048TPWR (line 170) | NDPChassisSMBBES22048TPWR NDPChassisType = 152 constant NDPChassisOME6500 (line 171) | NDPChassisOME6500 NDPChassisType = 153 constant NDPChassisEthernetRoutingSwitch4548GT (line 172) | NDPChassisEthernetRoutingSwitch4548GT NDPChassisType = 154 constant NDPChassisEthernetRoutingSwitch4548GTPWR (line 173) | NDPChassisEthernetRoutingSwitch4548GTPWR NDPChassisType = 155 constant NDPChassisEthernetRoutingSwitch4550T (line 174) | NDPChassisEthernetRoutingSwitch4550T NDPChassisType = 156 constant NDPChassisEthernetRoutingSwitch4550TPWR (line 175) | NDPChassisEthernetRoutingSwitch4550TPWR NDPChassisType = 157 constant NDPChassisEthernetRoutingSwitch4526FX (line 176) | NDPChassisEthernetRoutingSwitch4526FX NDPChassisType = 158 constant NDPChassisEthernetRoutingSwitch250026T (line 177) | NDPChassisEthernetRoutingSwitch250026T NDPChassisType = 159 constant NDPChassisEthernetRoutingSwitch250026TPWR (line 178) | NDPChassisEthernetRoutingSwitch250026TPWR NDPChassisType = 160 constant NDPChassisEthernetRoutingSwitch250050T (line 179) | NDPChassisEthernetRoutingSwitch250050T NDPChassisType = 161 constant NDPChassisEthernetRoutingSwitch250050TPWR (line 180) | NDPChassisEthernetRoutingSwitch250050TPWR NDPChassisType = 162 type NDPBackplaneType (line 183) | type NDPBackplaneType method String (line 567) | func (t NDPBackplaneType) String() (s string) { constant NDPBackplaneOther (line 187) | NDPBackplaneOther NDPBackplaneType... constant NDPBackplaneEthernet (line 188) | NDPBackplaneEthernet NDPBackplaneType... constant NDPBackplaneEthernetTokenring (line 189) | NDPBackplaneEthernetTokenring NDPBackplaneType... constant NDPBackplaneEthernetFDDI (line 190) | NDPBackplaneEthernetFDDI NDPBackplaneType... constant NDPBackplaneEthernetTokenringFDDI (line 191) | NDPBackplaneEthernetTokenringFDDI NDPBackplaneType... constant NDPBackplaneEthernetTokenringRedundantPower (line 192) | NDPBackplaneEthernetTokenringRedundantPower NDPBackplaneType... constant NDPBackplaneEthernetTokenringFDDIRedundantPower (line 193) | NDPBackplaneEthernetTokenringFDDIRedundantPower NDPBackplaneType... constant NDPBackplaneTokenRing (line 194) | NDPBackplaneTokenRing NDPBackplaneType... constant NDPBackplaneEthernetTokenringFastEthernet (line 195) | NDPBackplaneEthernetTokenringFastEthernet NDPBackplaneType... constant NDPBackplaneEthernetFastEthernet (line 196) | NDPBackplaneEthernetFastEthernet NDPBackplaneType... constant NDPBackplaneEthernetTokenringFastEthernetRedundantPower (line 197) | NDPBackplaneEthernetTokenringFastEthernetRedundantPower NDPBackplaneType... constant NDPBackplaneEthernetFastEthernetGigabitEthernet (line 198) | NDPBackplaneEthernetFastEthernetGigabitEthernet NDPBackplaneType... type NDPState (line 201) | type NDPState method String (line 599) | func (t NDPState) String() (s string) { constant NDPStateTopology (line 205) | NDPStateTopology NDPState = 1 constant NDPStateHeartbeat (line 206) | NDPStateHeartbeat NDPState = 2 constant NDPStateNew (line 207) | NDPStateNew NDPState = 3 type NortelDiscovery (line 211) | type NortelDiscovery struct method LayerType (line 222) | func (c *NortelDiscovery) LayerType() gopacket.LayerType { function decodeNortelDiscovery (line 226) | func decodeNortelDiscovery(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/ntp.go constant ntpMinimumRecordSizeInBytes (line 213) | ntpMinimumRecordSizeInBytes int = 48 type NTPLeapIndicator (line 224) | type NTPLeapIndicator type NTPVersion (line 225) | type NTPVersion type NTPMode (line 226) | type NTPMode type NTPStratum (line 227) | type NTPStratum type NTPLog2Seconds (line 228) | type NTPLog2Seconds type NTPFixed16Seconds (line 229) | type NTPFixed16Seconds type NTPReferenceID (line 230) | type NTPReferenceID type NTPTimestamp (line 231) | type NTPTimestamp type NTP (line 233) | type NTP struct method LayerType (line 257) | func (d *NTP) LayerType() gopacket.LayerType { method DecodeFromBytes (line 295) | func (d *NTP) DecodeFromBytes(data []byte, df gopacket.DecodeFeedback)... method SerializeTo (line 353) | func (d *NTP) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.Se... method CanDecode (line 392) | func (d *NTP) CanDecode() gopacket.LayerClass { method NextLayerType (line 401) | func (d *NTP) NextLayerType() gopacket.LayerType { method Payload (line 410) | func (d *NTP) Payload() []byte { function decodeNTP (line 270) | func decodeNTP(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/ospf.go type OSPFType (line 18) | type OSPFType method String (line 48) | func (i OSPFType) String() string { constant OSPFHello (line 22) | OSPFHello OSPFType = 1 constant OSPFDatabaseDescription (line 23) | OSPFDatabaseDescription OSPFType = 2 constant OSPFLinkStateRequest (line 24) | OSPFLinkStateRequest OSPFType = 3 constant OSPFLinkStateUpdate (line 25) | OSPFLinkStateUpdate OSPFType = 4 constant OSPFLinkStateAcknowledgment (line 26) | OSPFLinkStateAcknowledgment OSPFType = 5 constant RouterLSAtypeV2 (line 31) | RouterLSAtypeV2 = 0x1 constant RouterLSAtype (line 32) | RouterLSAtype = 0x2001 constant NetworkLSAtypeV2 (line 33) | NetworkLSAtypeV2 = 0x2 constant NetworkLSAtype (line 34) | NetworkLSAtype = 0x2002 constant SummaryLSANetworktypeV2 (line 35) | SummaryLSANetworktypeV2 = 0x3 constant InterAreaPrefixLSAtype (line 36) | InterAreaPrefixLSAtype = 0x2003 constant SummaryLSAASBRtypeV2 (line 37) | SummaryLSAASBRtypeV2 = 0x4 constant InterAreaRouterLSAtype (line 38) | InterAreaRouterLSAtype = 0x2004 constant ASExternalLSAtypeV2 (line 39) | ASExternalLSAtypeV2 = 0x5 constant ASExternalLSAtype (line 40) | ASExternalLSAtype = 0x4005 constant NSSALSAtype (line 41) | NSSALSAtype = 0x2007 constant NSSALSAtypeV2 (line 42) | NSSALSAtypeV2 = 0x7 constant LinkLSAtype (line 43) | LinkLSAtype = 0x0008 constant IntraAreaPrefixLSAtype (line 44) | IntraAreaPrefixLSAtype = 0x2009 type Prefix (line 66) | type Prefix struct type IntraAreaPrefixLSA (line 74) | type IntraAreaPrefixLSA struct type LinkLSA (line 83) | type LinkLSA struct type ASExternalLSAV2 (line 92) | type ASExternalLSAV2 struct type ASExternalLSA (line 101) | type ASExternalLSA struct type InterAreaRouterLSA (line 114) | type InterAreaRouterLSA struct type InterAreaPrefixLSA (line 121) | type InterAreaPrefixLSA struct type NetworkLSA (line 129) | type NetworkLSA struct type NetworkLSAV2 (line 135) | type NetworkLSAV2 struct type RouterV2 (line 141) | type RouterV2 struct type RouterLSAV2 (line 149) | type RouterLSAV2 struct type Router (line 156) | type Router struct type RouterLSA (line 165) | type RouterLSA struct type LSAheader (line 172) | type LSAheader struct type LSA (line 184) | type LSA struct type LSUpdate (line 190) | type LSUpdate struct type LSReq (line 196) | type LSReq struct type DbDescPkg (line 203) | type DbDescPkg struct type HelloPkg (line 212) | type HelloPkg struct type HelloPkgV2 (line 224) | type HelloPkgV2 struct type OSPF (line 230) | type OSPF struct type OSPFv2 (line 241) | type OSPFv2 struct method DecodeFromBytes (line 484) | func (ospf *OSPFv2) DecodeFromBytes(data []byte, df gopacket.DecodeFee... method LayerType (line 676) | func (ospf *OSPFv2) LayerType() gopacket.LayerType { method NextLayerType (line 684) | func (ospf *OSPFv2) NextLayerType() gopacket.LayerType { method CanDecode (line 692) | func (ospf *OSPFv2) CanDecode() gopacket.LayerClass { type OSPFv3 (line 249) | type OSPFv3 struct method DecodeFromBytes (line 580) | func (ospf *OSPFv3) DecodeFromBytes(data []byte, df gopacket.DecodeFee... method LayerType (line 679) | func (ospf *OSPFv3) LayerType() gopacket.LayerType { method NextLayerType (line 687) | func (ospf *OSPFv3) NextLayerType() gopacket.LayerType { method CanDecode (line 695) | func (ospf *OSPFv3) CanDecode() gopacket.LayerClass { function getLSAsv2 (line 257) | func getLSAsv2(num uint32, data []byte) ([]LSA, error) { function extractLSAInformation (line 288) | func extractLSAInformation(lstype, lsalength uint16, data []byte) (inter... function getLSAs (line 452) | func getLSAs(num uint32, data []byte) ([]LSA, error) { function decodeOSPF (line 699) | func decodeOSPF(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/pflog.go type PFDirection (line 17) | type PFDirection constant PFDirectionInOut (line 20) | PFDirectionInOut PFDirection = 0 constant PFDirectionIn (line 21) | PFDirectionIn PFDirection = 1 constant PFDirectionOut (line 22) | PFDirectionOut PFDirection = 2 type PFLog (line 27) | type PFLog struct method DecodeFromBytes (line 42) | func (pf *PFLog) DecodeFromBytes(data []byte, df gopacket.DecodeFeedba... method LayerType (line 73) | func (pf *PFLog) LayerType() gopacket.LayerType { return LayerTypePFLog } method CanDecode (line 75) | func (pf *PFLog) CanDecode() gopacket.LayerClass { return LayerTypePFL... method NextLayerType (line 77) | func (pf *PFLog) NextLayerType() gopacket.LayerType { function decodePFLog (line 81) | func decodePFLog(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/ports.go type TCPPort (line 17) | type TCPPort method String (line 42) | func (a TCPPort) String() string { method LayerType (line 54) | func (a TCPPort) LayerType() gopacket.LayerType { type UDPPort (line 20) | type UDPPort method String (line 85) | func (a UDPPort) String() string { method LayerType (line 97) | func (a UDPPort) LayerType() gopacket.LayerType { type RUDPPort (line 23) | type RUDPPort method String (line 131) | func (a RUDPPort) String() string { type SCTPPort (line 26) | type SCTPPort method String (line 141) | func (a SCTPPort) String() string { type UDPLitePort (line 29) | type UDPLitePort method String (line 151) | func (a UDPLitePort) String() string { function RegisterTCPPortLayerType (line 78) | func RegisterTCPPortLayerType(port TCPPort, layerType gopacket.LayerType) { function RegisterUDPPortLayerType (line 124) | func RegisterUDPPortLayerType(port UDPPort, layerType gopacket.LayerType) { FILE: vendor/github.com/google/gopacket/layers/ppp.go type PPP (line 16) | type PPP struct method LayerType (line 33) | func (p *PPP) LayerType() gopacket.LayerType { return LayerTypePPP } method LinkFlow (line 36) | func (p *PPP) LinkFlow() gopacket.Flow { return PPPFlow } method SerializeTo (line 65) | func (p *PPP) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.Se... function decodePPP (line 38) | func decodePPP(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/pppoe.go type PPPoE (line 15) | type PPPoE struct method LayerType (line 25) | func (p *PPPoE) LayerType() gopacket.LayerType { method SerializeTo (line 46) | func (p *PPPoE) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.... function decodePPPoE (line 30) | func decodePPPoE(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/prism.go function decodePrismValue (line 18) | func decodePrismValue(data []byte, pv *PrismValue) { type PrismDID (line 25) | type PrismDID method String (line 55) | func (p PrismDID) String() string { constant PrismDIDType1HostTime (line 28) | PrismDIDType1HostTime PrismDID = 0x10044 constant PrismDIDType2HostTime (line 29) | PrismDIDType2HostTime PrismDID = 0x01041 constant PrismDIDType1MACTime (line 30) | PrismDIDType1MACTime PrismDID = 0x20044 constant PrismDIDType2MACTime (line 31) | PrismDIDType2MACTime PrismDID = 0x02041 constant PrismDIDType1Channel (line 32) | PrismDIDType1Channel PrismDID = 0x30044 constant PrismDIDType2Channel (line 33) | PrismDIDType2Channel PrismDID = 0x03041 constant PrismDIDType1RSSI (line 34) | PrismDIDType1RSSI PrismDID = 0x40044 constant PrismDIDType2RSSI (line 35) | PrismDIDType2RSSI PrismDID = 0x04041 constant PrismDIDType1SignalQuality (line 36) | PrismDIDType1SignalQuality PrismDID = 0x50044 constant PrismDIDType2SignalQuality (line 37) | PrismDIDType2SignalQuality PrismDID = 0x05041 constant PrismDIDType1Signal (line 38) | PrismDIDType1Signal PrismDID = 0x60044 constant PrismDIDType2Signal (line 39) | PrismDIDType2Signal PrismDID = 0x06041 constant PrismDIDType1Noise (line 40) | PrismDIDType1Noise PrismDID = 0x70044 constant PrismDIDType2Noise (line 41) | PrismDIDType2Noise PrismDID = 0x07041 constant PrismDIDType1Rate (line 42) | PrismDIDType1Rate PrismDID = 0x80044 constant PrismDIDType2Rate (line 43) | PrismDIDType2Rate PrismDID = 0x08041 constant PrismDIDType1TransmittedFrameIndicator (line 44) | PrismDIDType1TransmittedFrameIndicator PrismDID = 0x90044 constant PrismDIDType2TransmittedFrameIndicator (line 45) | PrismDIDType2TransmittedFrameIndicator PrismDID = 0x09041 constant PrismDIDType1FrameLength (line 46) | PrismDIDType1FrameLength PrismDID = 0xA0044 constant PrismDIDType2FrameLength (line 47) | PrismDIDType2FrameLength PrismDID = 0x0A041 constant PrismType1MessageCode (line 51) | PrismType1MessageCode uint16 = 0x00000044 constant PrismType2MessageCode (line 52) | PrismType2MessageCode uint16 = 0x00000041 type PrismValue (line 86) | type PrismValue struct method IsSupplied (line 93) | func (pv *PrismValue) IsSupplied() bool { function decodePrismHeader (line 100) | func decodePrismHeader(data []byte, p gopacket.PacketBuilder) error { type PrismHeader (line 105) | type PrismHeader struct method LayerType (line 113) | func (m *PrismHeader) LayerType() gopacket.LayerType { return LayerTyp... method DecodeFromBytes (line 115) | func (m *PrismHeader) DecodeFromBytes(data []byte, df gopacket.DecodeF... method CanDecode (line 145) | func (m *PrismHeader) CanDecode() gopacket.LayerClass { return Laye... method NextLayerType (line 146) | func (m *PrismHeader) NextLayerType() gopacket.LayerType { return Laye... FILE: vendor/github.com/google/gopacket/layers/radiotap.go function align (line 23) | func align(offset uint16, width uint16) uint16 { type RadioTapPresent (line 27) | type RadioTapPresent method TSFT (line 55) | func (r RadioTapPresent) TSFT() bool { method Flags (line 58) | func (r RadioTapPresent) Flags() bool { method Rate (line 61) | func (r RadioTapPresent) Rate() bool { method Channel (line 64) | func (r RadioTapPresent) Channel() bool { method FHSS (line 67) | func (r RadioTapPresent) FHSS() bool { method DBMAntennaSignal (line 70) | func (r RadioTapPresent) DBMAntennaSignal() bool { method DBMAntennaNoise (line 73) | func (r RadioTapPresent) DBMAntennaNoise() bool { method LockQuality (line 76) | func (r RadioTapPresent) LockQuality() bool { method TxAttenuation (line 79) | func (r RadioTapPresent) TxAttenuation() bool { method DBTxAttenuation (line 82) | func (r RadioTapPresent) DBTxAttenuation() bool { method DBMTxPower (line 85) | func (r RadioTapPresent) DBMTxPower() bool { method Antenna (line 88) | func (r RadioTapPresent) Antenna() bool { method DBAntennaSignal (line 91) | func (r RadioTapPresent) DBAntennaSignal() bool { method DBAntennaNoise (line 94) | func (r RadioTapPresent) DBAntennaNoise() bool { method RxFlags (line 97) | func (r RadioTapPresent) RxFlags() bool { method TxFlags (line 100) | func (r RadioTapPresent) TxFlags() bool { method RtsRetries (line 103) | func (r RadioTapPresent) RtsRetries() bool { method DataRetries (line 106) | func (r RadioTapPresent) DataRetries() bool { method MCS (line 109) | func (r RadioTapPresent) MCS() bool { method AMPDUStatus (line 112) | func (r RadioTapPresent) AMPDUStatus() bool { method VHT (line 115) | func (r RadioTapPresent) VHT() bool { method EXT (line 118) | func (r RadioTapPresent) EXT() bool { constant RadioTapPresentTSFT (line 30) | RadioTapPresentTSFT RadioTapPresent = 1 << iota constant RadioTapPresentFlags (line 31) | RadioTapPresentFlags constant RadioTapPresentRate (line 32) | RadioTapPresentRate constant RadioTapPresentChannel (line 33) | RadioTapPresentChannel constant RadioTapPresentFHSS (line 34) | RadioTapPresentFHSS constant RadioTapPresentDBMAntennaSignal (line 35) | RadioTapPresentDBMAntennaSignal constant RadioTapPresentDBMAntennaNoise (line 36) | RadioTapPresentDBMAntennaNoise constant RadioTapPresentLockQuality (line 37) | RadioTapPresentLockQuality constant RadioTapPresentTxAttenuation (line 38) | RadioTapPresentTxAttenuation constant RadioTapPresentDBTxAttenuation (line 39) | RadioTapPresentDBTxAttenuation constant RadioTapPresentDBMTxPower (line 40) | RadioTapPresentDBMTxPower constant RadioTapPresentAntenna (line 41) | RadioTapPresentAntenna constant RadioTapPresentDBAntennaSignal (line 42) | RadioTapPresentDBAntennaSignal constant RadioTapPresentDBAntennaNoise (line 43) | RadioTapPresentDBAntennaNoise constant RadioTapPresentRxFlags (line 44) | RadioTapPresentRxFlags constant RadioTapPresentTxFlags (line 45) | RadioTapPresentTxFlags constant RadioTapPresentRtsRetries (line 46) | RadioTapPresentRtsRetries constant RadioTapPresentDataRetries (line 47) | RadioTapPresentDataRetries constant _ (line 48) | _ constant RadioTapPresentMCS (line 49) | RadioTapPresentMCS constant RadioTapPresentAMPDUStatus (line 50) | RadioTapPresentAMPDUStatus constant RadioTapPresentVHT (line 51) | RadioTapPresentVHT constant RadioTapPresentEXT (line 52) | RadioTapPresentEXT RadioTapPresent = 1 << 31 type RadioTapChannelFlags (line 122) | type RadioTapChannelFlags method Turbo (line 135) | func (r RadioTapChannelFlags) Turbo() bool { method CCK (line 138) | func (r RadioTapChannelFlags) CCK() bool { method OFDM (line 141) | func (r RadioTapChannelFlags) OFDM() bool { method Ghz2 (line 144) | func (r RadioTapChannelFlags) Ghz2() bool { method Ghz5 (line 147) | func (r RadioTapChannelFlags) Ghz5() bool { method Passive (line 150) | func (r RadioTapChannelFlags) Passive() bool { method Dynamic (line 153) | func (r RadioTapChannelFlags) Dynamic() bool { method GFSK (line 156) | func (r RadioTapChannelFlags) GFSK() bool { method String (line 163) | func (a RadioTapChannelFlags) String() string { constant RadioTapChannelFlagsTurbo (line 125) | RadioTapChannelFlagsTurbo RadioTapChannelFlags = 0x0010 constant RadioTapChannelFlagsCCK (line 126) | RadioTapChannelFlagsCCK RadioTapChannelFlags = 0x0020 constant RadioTapChannelFlagsOFDM (line 127) | RadioTapChannelFlagsOFDM RadioTapChannelFlags = 0x0040 constant RadioTapChannelFlagsGhz2 (line 128) | RadioTapChannelFlagsGhz2 RadioTapChannelFlags = 0x0080 constant RadioTapChannelFlagsGhz5 (line 129) | RadioTapChannelFlagsGhz5 RadioTapChannelFlags = 0x0100 constant RadioTapChannelFlagsPassive (line 130) | RadioTapChannelFlagsPassive RadioTapChannelFlags = 0x0200 constant RadioTapChannelFlagsDynamic (line 131) | RadioTapChannelFlagsDynamic RadioTapChannelFlags = 0x0400 constant RadioTapChannelFlagsGFSK (line 132) | RadioTapChannelFlagsGFSK RadioTapChannelFlags = 0x0800 type RadioTapFlags (line 196) | type RadioTapFlags method CFP (line 209) | func (r RadioTapFlags) CFP() bool { method ShortPreamble (line 212) | func (r RadioTapFlags) ShortPreamble() bool { method WEP (line 215) | func (r RadioTapFlags) WEP() bool { method Frag (line 218) | func (r RadioTapFlags) Frag() bool { method FCS (line 221) | func (r RadioTapFlags) FCS() bool { method Datapad (line 224) | func (r RadioTapFlags) Datapad() bool { method BadFCS (line 227) | func (r RadioTapFlags) BadFCS() bool { method ShortGI (line 230) | func (r RadioTapFlags) ShortGI() bool { method String (line 237) | func (a RadioTapFlags) String() string { constant RadioTapFlagsCFP (line 199) | RadioTapFlagsCFP RadioTapFlags = 1 << iota constant RadioTapFlagsShortPreamble (line 200) | RadioTapFlagsShortPreamble constant RadioTapFlagsWEP (line 201) | RadioTapFlagsWEP constant RadioTapFlagsFrag (line 202) | RadioTapFlagsFrag constant RadioTapFlagsFCS (line 203) | RadioTapFlagsFCS constant RadioTapFlagsDatapad (line 204) | RadioTapFlagsDatapad constant RadioTapFlagsBadFCS (line 205) | RadioTapFlagsBadFCS constant RadioTapFlagsShortGI (line 206) | RadioTapFlagsShortGI type RadioTapRate (line 267) | type RadioTapRate method String (line 269) | func (a RadioTapRate) String() string { type RadioTapChannelFrequency (line 273) | type RadioTapChannelFrequency method String (line 275) | func (a RadioTapChannelFrequency) String() string { type RadioTapRxFlags (line 279) | type RadioTapRxFlags method BadPlcp (line 285) | func (self RadioTapRxFlags) BadPlcp() bool { method String (line 289) | func (self RadioTapRxFlags) String() string { constant RadioTapRxFlagsBadPlcp (line 282) | RadioTapRxFlagsBadPlcp RadioTapRxFlags = 0x0002 type RadioTapTxFlags (line 296) | type RadioTapTxFlags method Fail (line 305) | func (self RadioTapTxFlags) Fail() bool { return self&RadioTapTxFlags... method CTS (line 306) | func (self RadioTapTxFlags) CTS() bool { return self&RadioTapTxFlags... method RTS (line 307) | func (self RadioTapTxFlags) RTS() bool { return self&RadioTapTxFlags... method NoACK (line 308) | func (self RadioTapTxFlags) NoACK() bool { return self&RadioTapTxFlags... method String (line 310) | func (self RadioTapTxFlags) String() string { constant RadioTapTxFlagsFail (line 299) | RadioTapTxFlagsFail RadioTapTxFlags = 1 << iota constant RadioTapTxFlagsCTS (line 300) | RadioTapTxFlagsCTS constant RadioTapTxFlagsRTS (line 301) | RadioTapTxFlagsRTS constant RadioTapTxFlagsNoACK (line 302) | RadioTapTxFlagsNoACK type RadioTapMCS (line 327) | type RadioTapMCS struct method String (line 333) | func (self RadioTapMCS) String() string { type RadioTapMCSKnown (line 389) | type RadioTapMCSKnown method Bandwidth (line 402) | func (self RadioTapMCSKnown) Bandwidth() bool { return self&RadioT... method MCSIndex (line 403) | func (self RadioTapMCSKnown) MCSIndex() bool { return self&RadioT... method GuardInterval (line 404) | func (self RadioTapMCSKnown) GuardInterval() bool { return self&RadioT... method HTFormat (line 405) | func (self RadioTapMCSKnown) HTFormat() bool { return self&RadioT... method FECType (line 406) | func (self RadioTapMCSKnown) FECType() bool { return self&RadioT... method STBC (line 407) | func (self RadioTapMCSKnown) STBC() bool { return self&RadioT... method NESS (line 408) | func (self RadioTapMCSKnown) NESS() bool { return self&RadioT... method NESS1 (line 409) | func (self RadioTapMCSKnown) NESS1() bool { return self&RadioT... constant RadioTapMCSKnownBandwidth (line 392) | RadioTapMCSKnownBandwidth RadioTapMCSKnown = 1 << iota constant RadioTapMCSKnownMCSIndex (line 393) | RadioTapMCSKnownMCSIndex constant RadioTapMCSKnownGuardInterval (line 394) | RadioTapMCSKnownGuardInterval constant RadioTapMCSKnownHTFormat (line 395) | RadioTapMCSKnownHTFormat constant RadioTapMCSKnownFECType (line 396) | RadioTapMCSKnownFECType constant RadioTapMCSKnownSTBC (line 397) | RadioTapMCSKnownSTBC constant RadioTapMCSKnownNESS (line 398) | RadioTapMCSKnownNESS constant RadioTapMCSKnownNESS1 (line 399) | RadioTapMCSKnownNESS1 type RadioTapMCSFlags (line 411) | type RadioTapMCSFlags method Bandwidth (line 422) | func (self RadioTapMCSFlags) Bandwidth() int { method ShortGI (line 425) | func (self RadioTapMCSFlags) ShortGI() bool { return self&RadioTapM... method Greenfield (line 426) | func (self RadioTapMCSFlags) Greenfield() bool { return self&RadioTapM... method FECLDPC (line 427) | func (self RadioTapMCSFlags) FECLDPC() bool { return self&RadioTapM... method STBC (line 428) | func (self RadioTapMCSFlags) STBC() int { method NESS0 (line 431) | func (self RadioTapMCSFlags) NESS0() bool { return self&RadioTapMCSFla... constant RadioTapMCSFlagsBandwidthMask (line 414) | RadioTapMCSFlagsBandwidthMask RadioTapMCSFlags = 0x03 constant RadioTapMCSFlagsShortGI (line 415) | RadioTapMCSFlagsShortGI = 0x04 constant RadioTapMCSFlagsGreenfield (line 416) | RadioTapMCSFlagsGreenfield = 0x08 constant RadioTapMCSFlagsFECLDPC (line 417) | RadioTapMCSFlagsFECLDPC = 0x10 constant RadioTapMCSFlagsSTBCMask (line 418) | RadioTapMCSFlagsSTBCMask = 0x60 constant RadioTapMCSFlagsNESS0 (line 419) | RadioTapMCSFlagsNESS0 = 0x80 type RadioTapAMPDUStatus (line 433) | type RadioTapAMPDUStatus struct method String (line 439) | func (self RadioTapAMPDUStatus) String() string { type RadioTapAMPDUStatusFlags (line 458) | type RadioTapAMPDUStatusFlags method ReportZerolen (line 469) | func (self RadioTapAMPDUStatusFlags) ReportZerolen() bool { method IsZerolen (line 472) | func (self RadioTapAMPDUStatusFlags) IsZerolen() bool { return self&... method LastKnown (line 473) | func (self RadioTapAMPDUStatusFlags) LastKnown() bool { return self&... method IsLast (line 474) | func (self RadioTapAMPDUStatusFlags) IsLast() bool { return self&... method DelimCRCErr (line 475) | func (self RadioTapAMPDUStatusFlags) DelimCRCErr() bool { return self&... method DelimCRCKnown (line 476) | func (self RadioTapAMPDUStatusFlags) DelimCRCKnown() bool { constant RadioTapAMPDUStatusFlagsReportZerolen (line 461) | RadioTapAMPDUStatusFlagsReportZerolen RadioTapAMPDUStatusFlags = 1 << iota constant RadioTapAMPDUIsZerolen (line 462) | RadioTapAMPDUIsZerolen constant RadioTapAMPDULastKnown (line 463) | RadioTapAMPDULastKnown constant RadioTapAMPDUIsLast (line 464) | RadioTapAMPDUIsLast constant RadioTapAMPDUDelimCRCErr (line 465) | RadioTapAMPDUDelimCRCErr constant RadioTapAMPDUDelimCRCKnown (line 466) | RadioTapAMPDUDelimCRCKnown type RadioTapVHT (line 480) | type RadioTapVHT struct method String (line 490) | func (self RadioTapVHT) String() string { type RadioTapVHTKnown (line 615) | type RadioTapVHTKnown method STBC (line 629) | func (self RadioTapVHTKnown) STBC() bool { return self&RadioTapVHTKnow... method TXOPPSNotAllowed (line 630) | func (self RadioTapVHTKnown) TXOPPSNotAllowed() bool { method GI (line 633) | func (self RadioTapVHTKnown) GI() bool { return self&RadioTapVHTKnownG... method SGINSYMDisambiguation (line 634) | func (self RadioTapVHTKnown) SGINSYMDisambiguation() bool { method LDPCExtraOFDMSymbol (line 637) | func (self RadioTapVHTKnown) LDPCExtraOFDMSymbol() bool { method Beamformed (line 640) | func (self RadioTapVHTKnown) Beamformed() bool { return self&RadioTapV... method Bandwidth (line 641) | func (self RadioTapVHTKnown) Bandwidth() bool { return self&RadioTapV... method GroupId (line 642) | func (self RadioTapVHTKnown) GroupId() bool { return self&RadioTapV... method PartialAID (line 643) | func (self RadioTapVHTKnown) PartialAID() bool { return self&RadioTapV... constant RadioTapVHTKnownSTBC (line 618) | RadioTapVHTKnownSTBC RadioTapVHTKnown = 1 << iota constant RadioTapVHTKnownTXOPPSNotAllowed (line 619) | RadioTapVHTKnownTXOPPSNotAllowed constant RadioTapVHTKnownGI (line 620) | RadioTapVHTKnownGI constant RadioTapVHTKnownSGINSYMDisambiguation (line 621) | RadioTapVHTKnownSGINSYMDisambiguation constant RadioTapVHTKnownLDPCExtraOFDMSymbol (line 622) | RadioTapVHTKnownLDPCExtraOFDMSymbol constant RadioTapVHTKnownBeamformed (line 623) | RadioTapVHTKnownBeamformed constant RadioTapVHTKnownBandwidth (line 624) | RadioTapVHTKnownBandwidth constant RadioTapVHTKnownGroupId (line 625) | RadioTapVHTKnownGroupId constant RadioTapVHTKnownPartialAID (line 626) | RadioTapVHTKnownPartialAID type RadioTapVHTFlags (line 645) | type RadioTapVHTFlags method STBC (line 656) | func (self RadioTapVHTFlags) STBC() bool { return self&RadioTapVHTFlag... method TXOPPSNotAllowed (line 657) | func (self RadioTapVHTFlags) TXOPPSNotAllowed() bool { method SGI (line 660) | func (self RadioTapVHTFlags) SGI() bool { return self&RadioTapV... method SGINSYMMod (line 661) | func (self RadioTapVHTFlags) SGINSYMMod() bool { return self&RadioTapV... method LDPCExtraOFDMSymbol (line 662) | func (self RadioTapVHTFlags) LDPCExtraOFDMSymbol() bool { method Beamformed (line 665) | func (self RadioTapVHTFlags) Beamformed() bool { return self&RadioTapV... constant RadioTapVHTFlagsSTBC (line 648) | RadioTapVHTFlagsSTBC RadioTapVHTFlags = 1 << iota constant RadioTapVHTFlagsTXOPPSNotAllowed (line 649) | RadioTapVHTFlagsTXOPPSNotAllowed constant RadioTapVHTFlagsSGI (line 650) | RadioTapVHTFlagsSGI constant RadioTapVHTFlagsSGINSYMMod (line 651) | RadioTapVHTFlagsSGINSYMMod constant RadioTapVHTFlagsLDPCExtraOFDMSymbol (line 652) | RadioTapVHTFlagsLDPCExtraOFDMSymbol constant RadioTapVHTFlagsBeamformed (line 653) | RadioTapVHTFlagsBeamformed type RadioTapVHTMCSNSS (line 667) | type RadioTapVHTMCSNSS method Present (line 669) | func (self RadioTapVHTMCSNSS) Present() bool { method String (line 673) | func (self RadioTapVHTMCSNSS) String() string { function decodeRadioTap (line 677) | func decodeRadioTap(data []byte, p gopacket.PacketBuilder) error { type RadioTap (line 683) | type RadioTap struct method LayerType (line 730) | func (m *RadioTap) LayerType() gopacket.LayerType { return LayerTypeRa... method DecodeFromBytes (line 732) | func (m *RadioTap) DecodeFromBytes(data []byte, df gopacket.DecodeFeed... method SerializeTo (line 905) | func (m RadioTap) SerializeTo(b gopacket.SerializeBuffer, opts gopacke... method CanDecode (line 1075) | func (m *RadioTap) CanDecode() gopacket.LayerClass { return LayerTy... method NextLayerType (line 1076) | func (m *RadioTap) NextLayerType() gopacket.LayerType { return LayerTy... FILE: vendor/github.com/google/gopacket/layers/radius.go constant radiusMinimumRecordSizeInBytes (line 18) | radiusMinimumRecordSizeInBytes int = 20 constant radiusMaximumRecordSizeInBytes (line 19) | radiusMaximumRecordSizeInBytes int = 4096 constant radiusAttributesMinimumRecordSizeInBytes (line 24) | radiusAttributesMinimumRecordSizeInBytes int = 2 type RADIUS (line 28) | type RADIUS struct method Len (line 369) | func (radius *RADIUS) Len() (int, error) { method LayerType (line 382) | func (radius *RADIUS) LayerType() gopacket.LayerType { method DecodeFromBytes (line 387) | func (radius *RADIUS) DecodeFromBytes(data []byte, df gopacket.DecodeF... method SerializeTo (line 480) | func (radius *RADIUS) SerializeTo(b gopacket.SerializeBuffer, opts gop... method CanDecode (line 520) | func (radius *RADIUS) CanDecode() gopacket.LayerClass { method NextLayerType (line 525) | func (radius *RADIUS) NextLayerType() gopacket.LayerType { method Payload (line 534) | func (radius *RADIUS) Payload() []byte { type RADIUSCode (line 39) | type RADIUSCode method String (line 55) | func (t RADIUSCode) String() (s string) { constant RADIUSCodeAccessRequest (line 43) | RADIUSCodeAccessRequest RADIUSCode = 1 constant RADIUSCodeAccessAccept (line 44) | RADIUSCodeAccessAccept RADIUSCode = 2 constant RADIUSCodeAccessReject (line 45) | RADIUSCodeAccessReject RADIUSCode = 3 constant RADIUSCodeAccountingRequest (line 46) | RADIUSCodeAccountingRequest RADIUSCode = 4 constant RADIUSCodeAccountingResponse (line 47) | RADIUSCodeAccountingResponse RADIUSCode = 5 constant RADIUSCodeAccessChallenge (line 48) | RADIUSCodeAccessChallenge RADIUSCode = 11 constant RADIUSCodeStatusServer (line 49) | RADIUSCodeStatusServer RADIUSCode = 12 constant RADIUSCodeStatusClient (line 50) | RADIUSCodeStatusClient RADIUSCode = 13 constant RADIUSCodeReserved (line 51) | RADIUSCodeReserved RADIUSCode = 255 type RADIUSIdentifier (line 82) | type RADIUSIdentifier type RADIUSLength (line 85) | type RADIUSLength type RADIUSAuthenticator (line 88) | type RADIUSAuthenticator type RADIUSAttribute (line 91) | type RADIUSAttribute struct type RADIUSAttributeType (line 98) | type RADIUSAttributeType method String (line 194) | func (t RADIUSAttributeType) String() (s string) { constant RADIUSAttributeTypeUserName (line 102) | RADIUSAttributeTypeUserName RADIUSAttributeType = 1 constant RADIUSAttributeTypeUserPassword (line 103) | RADIUSAttributeTypeUserPassword RADIUSAttributeType = 2 constant RADIUSAttributeTypeCHAPPassword (line 104) | RADIUSAttributeTypeCHAPPassword RADIUSAttributeType = 3 constant RADIUSAttributeTypeNASIPAddress (line 105) | RADIUSAttributeTypeNASIPAddress RADIUSAttributeType = 4 constant RADIUSAttributeTypeNASPort (line 106) | RADIUSAttributeTypeNASPort RADIUSAttributeType = 5 constant RADIUSAttributeTypeServiceType (line 107) | RADIUSAttributeTypeServiceType RADIUSAttributeType = 6 constant RADIUSAttributeTypeFramedProtocol (line 108) | RADIUSAttributeTypeFramedProtocol RADIUSAttributeType = 7 constant RADIUSAttributeTypeFramedIPAddress (line 109) | RADIUSAttributeTypeFramedIPAddress RADIUSAttributeType = 8 constant RADIUSAttributeTypeFramedIPNetmask (line 110) | RADIUSAttributeTypeFramedIPNetmask RADIUSAttributeType = 9 constant RADIUSAttributeTypeFramedRouting (line 111) | RADIUSAttributeTypeFramedRouting RADIUSAttributeType = 10 constant RADIUSAttributeTypeFilterId (line 112) | RADIUSAttributeTypeFilterId RADIUSAttributeType = 11 constant RADIUSAttributeTypeFramedMTU (line 113) | RADIUSAttributeTypeFramedMTU RADIUSAttributeType = 12 constant RADIUSAttributeTypeFramedCompression (line 114) | RADIUSAttributeTypeFramedCompression RADIUSAttributeType = 13 constant RADIUSAttributeTypeLoginIPHost (line 115) | RADIUSAttributeTypeLoginIPHost RADIUSAttributeType = 14 constant RADIUSAttributeTypeLoginService (line 116) | RADIUSAttributeTypeLoginService RADIUSAttributeType = 15 constant RADIUSAttributeTypeLoginTCPPort (line 117) | RADIUSAttributeTypeLoginTCPPort RADIUSAttributeType = 16 constant RADIUSAttributeTypeReplyMessage (line 118) | RADIUSAttributeTypeReplyMessage RADIUSAttributeType = 18 constant RADIUSAttributeTypeCallbackNumber (line 119) | RADIUSAttributeTypeCallbackNumber RADIUSAttributeType = 19 constant RADIUSAttributeTypeCallbackId (line 120) | RADIUSAttributeTypeCallbackId RADIUSAttributeType = 20 constant RADIUSAttributeTypeFramedRoute (line 121) | RADIUSAttributeTypeFramedRoute RADIUSAttributeType = 22 constant RADIUSAttributeTypeFramedIPXNetwork (line 122) | RADIUSAttributeTypeFramedIPXNetwork RADIUSAttributeType = 23 constant RADIUSAttributeTypeState (line 123) | RADIUSAttributeTypeState RADIUSAttributeType = 24 constant RADIUSAttributeTypeClass (line 124) | RADIUSAttributeTypeClass RADIUSAttributeType = 25 constant RADIUSAttributeTypeVendorSpecific (line 125) | RADIUSAttributeTypeVendorSpecific RADIUSAttributeType = 26 constant RADIUSAttributeTypeSessionTimeout (line 126) | RADIUSAttributeTypeSessionTimeout RADIUSAttributeType = 27 constant RADIUSAttributeTypeIdleTimeout (line 127) | RADIUSAttributeTypeIdleTimeout RADIUSAttributeType = 28 constant RADIUSAttributeTypeTerminationAction (line 128) | RADIUSAttributeTypeTerminationAction RADIUSAttributeType = 29 constant RADIUSAttributeTypeCalledStationId (line 129) | RADIUSAttributeTypeCalledStationId RADIUSAttributeType = 30 constant RADIUSAttributeTypeCallingStationId (line 130) | RADIUSAttributeTypeCallingStationId RADIUSAttributeType = 31 constant RADIUSAttributeTypeNASIdentifier (line 131) | RADIUSAttributeTypeNASIdentifier RADIUSAttributeType = 32 constant RADIUSAttributeTypeProxyState (line 132) | RADIUSAttributeTypeProxyState RADIUSAttributeType = 33 constant RADIUSAttributeTypeLoginLATService (line 133) | RADIUSAttributeTypeLoginLATService RADIUSAttributeType = 34 constant RADIUSAttributeTypeLoginLATNode (line 134) | RADIUSAttributeTypeLoginLATNode RADIUSAttributeType = 35 constant RADIUSAttributeTypeLoginLATGroup (line 135) | RADIUSAttributeTypeLoginLATGroup RADIUSAttributeType = 36 constant RADIUSAttributeTypeFramedAppleTalkLink (line 136) | RADIUSAttributeTypeFramedAppleTalkLink RADIUSAttributeType = 37 constant RADIUSAttributeTypeFramedAppleTalkNetwork (line 137) | RADIUSAttributeTypeFramedAppleTalkNetwork RADIUSAttributeType = 38 constant RADIUSAttributeTypeFramedAppleTalkZone (line 138) | RADIUSAttributeTypeFramedAppleTalkZone RADIUSAttributeType = 39 constant RADIUSAttributeTypeAcctStatusType (line 139) | RADIUSAttributeTypeAcctStatusType RADIUSAttributeType = 40 constant RADIUSAttributeTypeAcctDelayTime (line 140) | RADIUSAttributeTypeAcctDelayTime RADIUSAttributeType = 41 constant RADIUSAttributeTypeAcctInputOctets (line 141) | RADIUSAttributeTypeAcctInputOctets RADIUSAttributeType = 42 constant RADIUSAttributeTypeAcctOutputOctets (line 142) | RADIUSAttributeTypeAcctOutputOctets RADIUSAttributeType = 43 constant RADIUSAttributeTypeAcctSessionId (line 143) | RADIUSAttributeTypeAcctSessionId RADIUSAttributeType = 44 constant RADIUSAttributeTypeAcctAuthentic (line 144) | RADIUSAttributeTypeAcctAuthentic RADIUSAttributeType = 45 constant RADIUSAttributeTypeAcctSessionTime (line 145) | RADIUSAttributeTypeAcctSessionTime RADIUSAttributeType = 46 constant RADIUSAttributeTypeAcctInputPackets (line 146) | RADIUSAttributeTypeAcctInputPackets RADIUSAttributeType = 47 constant RADIUSAttributeTypeAcctOutputPackets (line 147) | RADIUSAttributeTypeAcctOutputPackets RADIUSAttributeType = 48 constant RADIUSAttributeTypeAcctTerminateCause (line 148) | RADIUSAttributeTypeAcctTerminateCause RADIUSAttributeType = 49 constant RADIUSAttributeTypeAcctMultiSessionId (line 149) | RADIUSAttributeTypeAcctMultiSessionId RADIUSAttributeType = 50 constant RADIUSAttributeTypeAcctLinkCount (line 150) | RADIUSAttributeTypeAcctLinkCount RADIUSAttributeType = 51 constant RADIUSAttributeTypeAcctInputGigawords (line 151) | RADIUSAttributeTypeAcctInputGigawords RADIUSAttributeType = 52 constant RADIUSAttributeTypeAcctOutputGigawords (line 152) | RADIUSAttributeTypeAcctOutputGigawords RADIUSAttributeType = 53 constant RADIUSAttributeTypeEventTimestamp (line 153) | RADIUSAttributeTypeEventTimestamp RADIUSAttributeType = 55 constant RADIUSAttributeTypeCHAPChallenge (line 154) | RADIUSAttributeTypeCHAPChallenge RADIUSAttributeType = 60 constant RADIUSAttributeTypeNASPortType (line 155) | RADIUSAttributeTypeNASPortType RADIUSAttributeType = 61 constant RADIUSAttributeTypePortLimit (line 156) | RADIUSAttributeTypePortLimit RADIUSAttributeType = 62 constant RADIUSAttributeTypeLoginLATPort (line 157) | RADIUSAttributeTypeLoginLATPort RADIUSAttributeType = 63 constant RADIUSAttributeTypeTunnelType (line 158) | RADIUSAttributeTypeTunnelType RADIUSAttributeType = 64 constant RADIUSAttributeTypeTunnelMediumType (line 159) | RADIUSAttributeTypeTunnelMediumType RADIUSAttributeType = 65 constant RADIUSAttributeTypeTunnelClientEndpoint (line 160) | RADIUSAttributeTypeTunnelClientEndpoint RADIUSAttributeType = 66 constant RADIUSAttributeTypeTunnelServerEndpoint (line 161) | RADIUSAttributeTypeTunnelServerEndpoint RADIUSAttributeType = 67 constant RADIUSAttributeTypeAcctTunnelConnection (line 162) | RADIUSAttributeTypeAcctTunnelConnection RADIUSAttributeType = 68 constant RADIUSAttributeTypeTunnelPassword (line 163) | RADIUSAttributeTypeTunnelPassword RADIUSAttributeType = 69 constant RADIUSAttributeTypeARAPPassword (line 164) | RADIUSAttributeTypeARAPPassword RADIUSAttributeType = 70 constant RADIUSAttributeTypeARAPFeatures (line 165) | RADIUSAttributeTypeARAPFeatures RADIUSAttributeType = 71 constant RADIUSAttributeTypeARAPZoneAccess (line 166) | RADIUSAttributeTypeARAPZoneAccess RADIUSAttributeType = 72 constant RADIUSAttributeTypeARAPSecurity (line 167) | RADIUSAttributeTypeARAPSecurity RADIUSAttributeType = 73 constant RADIUSAttributeTypeARAPSecurityData (line 168) | RADIUSAttributeTypeARAPSecurityData RADIUSAttributeType = 74 constant RADIUSAttributeTypePasswordRetry (line 169) | RADIUSAttributeTypePasswordRetry RADIUSAttributeType = 75 constant RADIUSAttributeTypePrompt (line 170) | RADIUSAttributeTypePrompt RADIUSAttributeType = 76 constant RADIUSAttributeTypeConnectInfo (line 171) | RADIUSAttributeTypeConnectInfo RADIUSAttributeType = 77 constant RADIUSAttributeTypeConfigurationToken (line 172) | RADIUSAttributeTypeConfigurationToken RADIUSAttributeType = 78 constant RADIUSAttributeTypeEAPMessage (line 173) | RADIUSAttributeTypeEAPMessage RADIUSAttributeType = 79 constant RADIUSAttributeTypeMessageAuthenticator (line 174) | RADIUSAttributeTypeMessageAuthenticator RADIUSAttributeType = 80 constant RADIUSAttributeTypeTunnelPrivateGroupID (line 175) | RADIUSAttributeTypeTunnelPrivateGroupID RADIUSAttributeType = 81 constant RADIUSAttributeTypeTunnelAssignmentID (line 176) | RADIUSAttributeTypeTunnelAssignmentID RADIUSAttributeType = 82 constant RADIUSAttributeTypeTunnelPreference (line 177) | RADIUSAttributeTypeTunnelPreference RADIUSAttributeType = 83 constant RADIUSAttributeTypeARAPChallengeResponse (line 178) | RADIUSAttributeTypeARAPChallengeResponse RADIUSAttributeType = 84 constant RADIUSAttributeTypeAcctInterimInterval (line 179) | RADIUSAttributeTypeAcctInterimInterval RADIUSAttributeType = 85 constant RADIUSAttributeTypeAcctTunnelPacketsLost (line 180) | RADIUSAttributeTypeAcctTunnelPacketsLost RADIUSAttributeType = 86 constant RADIUSAttributeTypeNASPortId (line 181) | RADIUSAttributeTypeNASPortId RADIUSAttributeType = 87 constant RADIUSAttributeTypeFramedPool (line 182) | RADIUSAttributeTypeFramedPool RADIUSAttributeType = 88 constant RADIUSAttributeTypeTunnelClientAuthID (line 183) | RADIUSAttributeTypeTunnelClientAuthID RADIUSAttributeType = 90 constant RADIUSAttributeTypeTunnelServerAuthID (line 184) | RADIUSAttributeTypeTunnelServerAuthID RADIUSAttributeType = 91 type RADIUSAttributeLength (line 188) | type RADIUSAttributeLength type RADIUSAttributeValue (line 191) | type RADIUSAttributeValue function decodeRADIUS (line 538) | func decodeRADIUS(data []byte, p gopacket.PacketBuilder) error { function attributeValueLength (line 553) | func attributeValueLength(v []byte) (RADIUSAttributeLength, error) { FILE: vendor/github.com/google/gopacket/layers/rmcp.go type RMCPClass (line 20) | type RMCPClass method LayerType (line 23) | func (c RMCPClass) LayerType() gopacket.LayerType { method String (line 30) | func (c RMCPClass) String() string { constant RMCPVersion1 (line 38) | RMCPVersion1 uint8 = 0x06 constant RMCPNormal (line 41) | RMCPNormal uint8 = 0 constant RMCPAck (line 44) | RMCPAck uint8 = 1 << 7 constant RMCPClassASF (line 48) | RMCPClassASF RMCPClass = 0x06 constant RMCPClassIPMI (line 51) | RMCPClassIPMI RMCPClass = 0x07 constant RMCPClassOEM (line 55) | RMCPClassOEM RMCPClass = 0x08 function RegisterRMCPLayerType (line 69) | func RegisterRMCPLayerType(c RMCPClass, l gopacket.LayerType) { type RMCP (line 75) | type RMCP struct method LayerType (line 100) | func (*RMCP) LayerType() gopacket.LayerType { method CanDecode (line 105) | func (r *RMCP) CanDecode() gopacket.LayerClass { method DecodeFromBytes (line 111) | func (r *RMCP) DecodeFromBytes(data []byte, df gopacket.DecodeFeedback... method NextLayerType (line 131) | func (r *RMCP) NextLayerType() gopacket.LayerType { method Payload (line 136) | func (r *RMCP) Payload() []byte { method SerializeTo (line 142) | func (r *RMCP) SerializeTo(b gopacket.SerializeBuffer, _ gopacket.Seri... function decodeRMCP (line 161) | func decodeRMCP(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/rudp.go type RUDP (line 15) | type RUDP struct method LayerType (line 41) | func (r *RUDP) LayerType() gopacket.LayerType { return LayerTypeRUDP } method TransportFlow (line 91) | func (r *RUDP) TransportFlow() gopacket.Flow { type RUDPHeaderSYN (line 32) | type RUDPHeaderSYN struct type RUDPHeaderEACK (line 36) | type RUDPHeaderEACK struct function decodeRUDP (line 43) | func decodeRUDP(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/sctp.go type SCTP (line 19) | type SCTP struct method LayerType (line 28) | func (s *SCTP) LayerType() gopacket.LayerType { return LayerTypeSCTP } method TransportFlow (line 44) | func (s *SCTP) TransportFlow() gopacket.Flow { method SerializeTo (line 54) | func (s SCTP) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.Se... method DecodeFromBytes (line 71) | func (sctp *SCTP) DecodeFromBytes(data []byte, df gopacket.DecodeFeedb... method CanDecode (line 86) | func (t *SCTP) CanDecode() gopacket.LayerClass { method NextLayerType (line 90) | func (t *SCTP) NextLayerType() gopacket.LayerType { function decodeSCTP (line 30) | func decodeSCTP(data []byte, p gopacket.PacketBuilder) error { function decodeWithSCTPChunkTypePrefix (line 48) | func decodeWithSCTPChunkTypePrefix(data []byte, p gopacket.PacketBuilder... type SCTPChunk (line 95) | type SCTPChunk struct function roundUpToNearest4 (line 108) | func roundUpToNearest4(i int) int { function decodeSCTPChunk (line 115) | func decodeSCTPChunk(data []byte) (SCTPChunk, error) { type SCTPParameter (line 140) | type SCTPParameter struct method Bytes (line 157) | func (p SCTPParameter) Bytes() []byte { function decodeSCTPParameter (line 147) | func decodeSCTPParameter(data []byte) SCTPParameter { type SCTPUnknownChunkType (line 170) | type SCTPUnknownChunkType struct method SerializeTo (line 188) | func (s SCTPUnknownChunkType) SerializeTo(b gopacket.SerializeBuffer, ... method LayerType (line 198) | func (s *SCTPUnknownChunkType) LayerType() gopacket.LayerType { return... method Payload (line 202) | func (s *SCTPUnknownChunkType) Payload() []byte { return s.bytes } method Error (line 205) | func (s *SCTPUnknownChunkType) Error() error { function decodeSCTPChunkTypeUnknown (line 175) | func decodeSCTPChunkTypeUnknown(data []byte, p gopacket.PacketBuilder) e... type SCTPData (line 210) | type SCTPData struct method LayerType (line 220) | func (s *SCTPData) LayerType() gopacket.LayerType { return LayerTypeSC... method SerializeTo (line 313) | func (sc SCTPData) SerializeTo(b gopacket.SerializeBuffer, opts gopack... type SCTPPayloadProtocol (line 223) | type SCTPPayloadProtocol method String (line 248) | func (p SCTPPayloadProtocol) String() string { constant SCTPProtocolReserved (line 227) | SCTPProtocolReserved SCTPPayloadProtocol = 0 constant SCTPPayloadUIA (line 228) | SCTPPayloadUIA = 1 constant SCTPPayloadM2UA (line 229) | SCTPPayloadM2UA = 2 constant SCTPPayloadM3UA (line 230) | SCTPPayloadM3UA = 3 constant SCTPPayloadSUA (line 231) | SCTPPayloadSUA = 4 constant SCTPPayloadM2PA (line 232) | SCTPPayloadM2PA = 5 constant SCTPPayloadV5UA (line 233) | SCTPPayloadV5UA = 6 constant SCTPPayloadH248 (line 234) | SCTPPayloadH248 = 7 constant SCTPPayloadBICC (line 235) | SCTPPayloadBICC = 8 constant SCTPPayloadTALI (line 236) | SCTPPayloadTALI = 9 constant SCTPPayloadDUA (line 237) | SCTPPayloadDUA = 10 constant SCTPPayloadASAP (line 238) | SCTPPayloadASAP = 11 constant SCTPPayloadENRP (line 239) | SCTPPayloadENRP = 12 constant SCTPPayloadH323 (line 240) | SCTPPayloadH323 = 13 constant SCTPPayloadQIPC (line 241) | SCTPPayloadQIPC = 14 constant SCTPPayloadSIMCO (line 242) | SCTPPayloadSIMCO = 15 constant SCTPPayloadDDPSegment (line 243) | SCTPPayloadDDPSegment = 16 constant SCTPPayloadDDPStream (line 244) | SCTPPayloadDDPStream = 17 constant SCTPPayloadS1AP (line 245) | SCTPPayloadS1AP = 18 function decodeSCTPData (line 292) | func decodeSCTPData(data []byte, p gopacket.PacketBuilder) error { type SCTPInitParameter (line 345) | type SCTPInitParameter type SCTPInit (line 349) | type SCTPInit struct method LayerType (line 359) | func (sc *SCTPInit) LayerType() gopacket.LayerType { method SerializeTo (line 391) | func (sc SCTPInit) SerializeTo(b gopacket.SerializeBuffer, opts gopack... function decodeSCTPInit (line 367) | func decodeSCTPInit(data []byte, p gopacket.PacketBuilder) error { type SCTPSack (line 414) | type SCTPSack struct method LayerType (line 424) | func (sc *SCTPSack) LayerType() gopacket.LayerType { method SerializeTo (line 470) | func (sc SCTPSack) SerializeTo(b gopacket.SerializeBuffer, opts gopack... function decodeSCTPSack (line 428) | func decodeSCTPSack(data []byte, p gopacket.PacketBuilder) error { type SCTPHeartbeatParameter (line 495) | type SCTPHeartbeatParameter type SCTPHeartbeat (line 498) | type SCTPHeartbeat struct method LayerType (line 504) | func (sc *SCTPHeartbeat) LayerType() gopacket.LayerType { method SerializeTo (line 531) | func (sc SCTPHeartbeat) SerializeTo(b gopacket.SerializeBuffer, opts g... function decodeSCTPHeartbeat (line 512) | func decodeSCTPHeartbeat(data []byte, p gopacket.PacketBuilder) error { type SCTPErrorParameter (line 550) | type SCTPErrorParameter type SCTPError (line 553) | type SCTPError struct method LayerType (line 559) | func (sc *SCTPError) LayerType() gopacket.LayerType { method SerializeTo (line 587) | func (sc SCTPError) SerializeTo(b gopacket.SerializeBuffer, opts gopac... function decodeSCTPError (line 567) | func decodeSCTPError(data []byte, p gopacket.PacketBuilder) error { type SCTPShutdown (line 606) | type SCTPShutdown struct method LayerType (line 612) | func (sc *SCTPShutdown) LayerType() gopacket.LayerType { return LayerT... method SerializeTo (line 628) | func (sc SCTPShutdown) SerializeTo(b gopacket.SerializeBuffer, opts go... function decodeSCTPShutdown (line 614) | func decodeSCTPShutdown(data []byte, p gopacket.PacketBuilder) error { type SCTPShutdownAck (line 641) | type SCTPShutdownAck struct method LayerType (line 646) | func (sc *SCTPShutdownAck) LayerType() gopacket.LayerType { return Lay... method SerializeTo (line 661) | func (sc SCTPShutdownAck) SerializeTo(b gopacket.SerializeBuffer, opts... function decodeSCTPShutdownAck (line 648) | func decodeSCTPShutdownAck(data []byte, p gopacket.PacketBuilder) error { type SCTPCookieEcho (line 673) | type SCTPCookieEcho struct method LayerType (line 679) | func (sc *SCTPCookieEcho) LayerType() gopacket.LayerType { return Laye... method SerializeTo (line 695) | func (sc SCTPCookieEcho) SerializeTo(b gopacket.SerializeBuffer, opts ... function decodeSCTPCookieEcho (line 681) | func decodeSCTPCookieEcho(data []byte, p gopacket.PacketBuilder) error { type SCTPEmptyLayer (line 710) | type SCTPEmptyLayer struct method LayerType (line 716) | func (sc *SCTPEmptyLayer) LayerType() gopacket.LayerType { method SerializeTo (line 737) | func (sc SCTPEmptyLayer) SerializeTo(b gopacket.SerializeBuffer, opts ... function decodeSCTPEmptyLayer (line 724) | func decodeSCTPEmptyLayer(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/sflow.go type SFlowRecord (line 86) | type SFlowRecord interface type SFlowDataSource (line 93) | type SFlowDataSource method decode (line 95) | func (sdc SFlowDataSource) decode() (SFlowSourceFormat, SFlowSourceVal... type SFlowDataSourceExpanded (line 101) | type SFlowDataSourceExpanded struct method decode (line 106) | func (sdce SFlowDataSourceExpanded) decode() (SFlowSourceFormat, SFlow... type SFlowSourceFormat (line 112) | type SFlowSourceFormat method String (line 122) | func (sdf SFlowSourceFormat) String() string { type SFlowSourceValue (line 114) | type SFlowSourceValue constant SFlowTypeSingleInterface (line 117) | SFlowTypeSingleInterface SFlowSourceFormat = 0 constant SFlowTypePacketDiscarded (line 118) | SFlowTypePacketDiscarded SFlowSourceFormat = 1 constant SFlowTypeMultipleDestinations (line 119) | SFlowTypeMultipleDestinations SFlowSourceFormat = 2 function decodeSFlow (line 135) | func decodeSFlow(data []byte, p gopacket.PacketBuilder) error { type SFlowDatagram (line 148) | type SFlowDatagram struct method LayerType (line 261) | func (s *SFlowDatagram) LayerType() gopacket.LayerType { return LayerT... method Payload (line 263) | func (d *SFlowDatagram) Payload() []byte { return nil } method CanDecode (line 265) | func (d *SFlowDatagram) CanDecode() gopacket.LayerClass { return Layer... method NextLayerType (line 267) | func (d *SFlowDatagram) NextLayerType() gopacket.LayerType { return go... method DecodeFromBytes (line 300) | func (s *SFlowDatagram) DecodeFromBytes(data []byte, df gopacket.Decod... type SFlowDataFormat (line 188) | type SFlowDataFormat method decode (line 190) | func (sdf SFlowDataFormat) decode() (SFlowEnterpriseID, SFlowSampleTyp... type SFlowEnterpriseID (line 201) | type SFlowEnterpriseID method String (line 207) | func (eid SFlowEnterpriseID) String() string { method GetType (line 216) | func (eid SFlowEnterpriseID) GetType() SFlowEnterpriseID { constant SFlowStandard (line 204) | SFlowStandard SFlowEnterpriseID = 0 type SFlowSampleType (line 222) | type SFlowSampleType method GetType (line 231) | func (st SFlowSampleType) GetType() SFlowSampleType { method String (line 246) | func (st SFlowSampleType) String() string { constant SFlowTypeFlowSample (line 225) | SFlowTypeFlowSample SFlowSampleType = 1 constant SFlowTypeCounterSample (line 226) | SFlowTypeCounterSample SFlowSampleType = 2 constant SFlowTypeExpandedFlowSample (line 227) | SFlowTypeExpandedFlowSample SFlowSampleType = 3 constant SFlowTypeExpandedCounterSample (line 228) | SFlowTypeExpandedCounterSample SFlowSampleType = 4 type SFlowIPType (line 271) | type SFlowIPType method String (line 278) | func (s SFlowIPType) String() string { method Length (line 289) | func (s SFlowIPType) Length() int { constant SFlowIPv4 (line 274) | SFlowIPv4 SFlowIPType = 1 constant SFlowIPv6 (line 275) | SFlowIPv6 SFlowIPType = 2 type SFlowFlowSample (line 352) | type SFlowFlowSample struct method GetRecords (line 443) | func (fs SFlowFlowSample) GetRecords() []SFlowRecord { method GetType (line 447) | func (fs SFlowFlowSample) GetType() SFlowSampleType { type SFlowFlowDataFormat (line 435) | type SFlowFlowDataFormat method decode (line 437) | func (fdf SFlowFlowDataFormat) decode() (SFlowEnterpriseID, SFlowFlowR... function skipRecord (line 451) | func skipRecord(data *[]byte) { function decodeFlowSample (line 456) | func decodeFlowSample(data *[]byte, expanded bool) (SFlowFlowSample, err... type SFlowCounterSample (line 687) | type SFlowCounterSample struct method GetRecords (line 723) | func (cs SFlowCounterSample) GetRecords() []SFlowRecord { method GetType (line 729) | func (cs SFlowCounterSample) GetType() SFlowSampleType { type SFlowCounterDataFormat (line 712) | type SFlowCounterDataFormat method decode (line 714) | func (cdf SFlowCounterDataFormat) decode() (SFlowEnterpriseID, SFlowCo... type SFlowCounterRecordType (line 733) | type SFlowCounterRecordType method String (line 749) | func (cr SFlowCounterRecordType) String() string { constant SFlowTypeGenericInterfaceCounters (line 736) | SFlowTypeGenericInterfaceCounters SFlowCounterRecordType = 1 constant SFlowTypeEthernetInterfaceCounters (line 737) | SFlowTypeEthernetInterfaceCounters SFlowCounterRecordType = 2 constant SFlowTypeTokenRingInterfaceCounters (line 738) | SFlowTypeTokenRingInterfaceCounters SFlowCounterRecordType = 3 constant SFlowType100BaseVGInterfaceCounters (line 739) | SFlowType100BaseVGInterfaceCounters SFlowCounterRecordType = 4 constant SFlowTypeVLANCounters (line 740) | SFlowTypeVLANCounters SFlowCounterRecordType = 5 constant SFlowTypeLACPCounters (line 741) | SFlowTypeLACPCounters SFlowCounterRecordType = 7 constant SFlowTypeProcessorCounters (line 742) | SFlowTypeProcessorCounters SFlowCounterRecordType = 1001 constant SFlowTypeOpenflowPortCounters (line 743) | SFlowTypeOpenflowPortCounters SFlowCounterRecordType = 1004 constant SFlowTypePORTNAMECounters (line 744) | SFlowTypePORTNAMECounters SFlowCounterRecordType = 1005 constant SFLowTypeAPPRESOURCESCounters (line 745) | SFLowTypeAPPRESOURCESCounters SFlowCounterRecordType = 2203 constant SFlowTypeOVSDPCounters (line 746) | SFlowTypeOVSDPCounters SFlowCounterRecordType = 2207 function decodeCounterSample (line 779) | func decodeCounterSample(data *[]byte, expanded bool) (SFlowCounterSampl... type SFlowBaseFlowRecord (line 871) | type SFlowBaseFlowRecord struct method GetType (line 877) | func (bfr SFlowBaseFlowRecord) GetType() SFlowFlowRecordType { type SFlowFlowRecordType (line 883) | type SFlowFlowRecordType method String (line 912) | func (rt SFlowFlowRecordType) String() string { constant SFlowTypeRawPacketFlow (line 886) | SFlowTypeRawPacketFlow SFlowFlowRecordType = 1 constant SFlowTypeEthernetFrameFlow (line 887) | SFlowTypeEthernetFrameFlow SFlowFlowRecordType = 2 constant SFlowTypeIpv4Flow (line 888) | SFlowTypeIpv4Flow SFlowFlowRecordType = 3 constant SFlowTypeIpv6Flow (line 889) | SFlowTypeIpv6Flow SFlowFlowRecordType = 4 constant SFlowTypeExtendedSwitchFlow (line 890) | SFlowTypeExtendedSwitchFlow SFlowFlowRecordType = 1001 constant SFlowTypeExtendedRouterFlow (line 891) | SFlowTypeExtendedRouterFlow SFlowFlowRecordType = 1002 constant SFlowTypeExtendedGatewayFlow (line 892) | SFlowTypeExtendedGatewayFlow SFlowFlowRecordType = 1003 constant SFlowTypeExtendedUserFlow (line 893) | SFlowTypeExtendedUserFlow SFlowFlowRecordType = 1004 constant SFlowTypeExtendedUrlFlow (line 894) | SFlowTypeExtendedUrlFlow SFlowFlowRecordType = 1005 constant SFlowTypeExtendedMlpsFlow (line 895) | SFlowTypeExtendedMlpsFlow SFlowFlowRecordType = 1006 constant SFlowTypeExtendedNatFlow (line 896) | SFlowTypeExtendedNatFlow SFlowFlowRecordType = 1007 constant SFlowTypeExtendedMlpsTunnelFlow (line 897) | SFlowTypeExtendedMlpsTunnelFlow SFlowFlowRecordType = 1008 constant SFlowTypeExtendedMlpsVcFlow (line 898) | SFlowTypeExtendedMlpsVcFlow SFlowFlowRecordType = 1009 constant SFlowTypeExtendedMlpsFecFlow (line 899) | SFlowTypeExtendedMlpsFecFlow SFlowFlowRecordType = 1010 constant SFlowTypeExtendedMlpsLvpFecFlow (line 900) | SFlowTypeExtendedMlpsLvpFecFlow SFlowFlowRecordType = 1011 constant SFlowTypeExtendedVlanFlow (line 901) | SFlowTypeExtendedVlanFlow SFlowFlowRecordType = 1012 constant SFlowTypeExtendedIpv4TunnelEgressFlow (line 902) | SFlowTypeExtendedIpv4TunnelEgressFlow SFlowFlowRecordType = 1023 constant SFlowTypeExtendedIpv4TunnelIngressFlow (line 903) | SFlowTypeExtendedIpv4TunnelIngressFlow SFlowFlowRecordType = 1024 constant SFlowTypeExtendedIpv6TunnelEgressFlow (line 904) | SFlowTypeExtendedIpv6TunnelEgressFlow SFlowFlowRecordType = 1025 constant SFlowTypeExtendedIpv6TunnelIngressFlow (line 905) | SFlowTypeExtendedIpv6TunnelIngressFlow SFlowFlowRecordType = 1026 constant SFlowTypeExtendedDecapsulateEgressFlow (line 906) | SFlowTypeExtendedDecapsulateEgressFlow SFlowFlowRecordType = 1027 constant SFlowTypeExtendedDecapsulateIngressFlow (line 907) | SFlowTypeExtendedDecapsulateIngressFlow SFlowFlowRecordType = 1028 constant SFlowTypeExtendedVniEgressFlow (line 908) | SFlowTypeExtendedVniEgressFlow SFlowFlowRecordType = 1029 constant SFlowTypeExtendedVniIngressFlow (line 909) | SFlowTypeExtendedVniIngressFlow SFlowFlowRecordType = 1030 type SFlowRawPacketFlowRecord (line 977) | type SFlowRawPacketFlowRecord struct type SFlowRawHeaderProtocol (line 1007) | type SFlowRawHeaderProtocol method String (line 1026) | func (sfhp SFlowRawHeaderProtocol) String() string { constant SFlowProtoEthernet (line 1010) | SFlowProtoEthernet SFlowRawHeaderProtocol = 1 constant SFlowProtoISO88024 (line 1011) | SFlowProtoISO88024 SFlowRawHeaderProtocol = 2 constant SFlowProtoISO88025 (line 1012) | SFlowProtoISO88025 SFlowRawHeaderProtocol = 3 constant SFlowProtoFDDI (line 1013) | SFlowProtoFDDI SFlowRawHeaderProtocol = 4 constant SFlowProtoFrameRelay (line 1014) | SFlowProtoFrameRelay SFlowRawHeaderProtocol = 5 constant SFlowProtoX25 (line 1015) | SFlowProtoX25 SFlowRawHeaderProtocol = 6 constant SFlowProtoPPP (line 1016) | SFlowProtoPPP SFlowRawHeaderProtocol = 7 constant SFlowProtoSMDS (line 1017) | SFlowProtoSMDS SFlowRawHeaderProtocol = 8 constant SFlowProtoAAL5 (line 1018) | SFlowProtoAAL5 SFlowRawHeaderProtocol = 9 constant SFlowProtoAAL5_IP (line 1019) | SFlowProtoAAL5_IP SFlowRawHeaderProtocol = 10 constant SFlowProtoIPv4 (line 1020) | SFlowProtoIPv4 SFlowRawHeaderProtocol = 11 constant SFlowProtoIPv6 (line 1021) | SFlowProtoIPv6 SFlowRawHeaderProtocol = 12 constant SFlowProtoMPLS (line 1022) | SFlowProtoMPLS SFlowRawHeaderProtocol = 13 constant SFlowProtoPOS (line 1023) | SFlowProtoPOS SFlowRawHeaderProtocol = 14 function decodeRawPacketFlowRecord (line 1060) | func decodeRawPacketFlowRecord(data *[]byte) (SFlowRawPacketFlowRecord, ... type SFlowExtendedSwitchFlowRecord (line 1082) | type SFlowExtendedSwitchFlowRecord struct function decodeExtendedSwitchFlowRecord (line 1107) | func decodeExtendedSwitchFlowRecord(data *[]byte) (SFlowExtendedSwitchFl... type SFlowExtendedRouterFlowRecord (line 1124) | type SFlowExtendedRouterFlowRecord struct function decodeExtendedRouterFlowRecord (line 1149) | func decodeExtendedRouterFlowRecord(data *[]byte) (SFlowExtendedRouterFl... type SFlowExtendedGatewayFlowRecord (line 1222) | type SFlowExtendedGatewayFlowRecord struct type SFlowASPathType (line 1234) | type SFlowASPathType method String (line 1241) | func (apt SFlowASPathType) String() string { constant SFlowASSet (line 1237) | SFlowASSet SFlowASPathType = 1 constant SFlowASSequence (line 1238) | SFlowASSequence SFlowASPathType = 2 type SFlowASDestination (line 1252) | type SFlowASDestination struct method String (line 1258) | func (asd SFlowASDestination) String() string { method decodePath (line 1269) | func (ad *SFlowASDestination) decodePath(data *[]byte) { function decodeExtendedGatewayFlowRecord (line 1280) | func decodeExtendedGatewayFlowRecord(data *[]byte) (SFlowExtendedGateway... type SFlowURLDirection (line 1328) | type SFlowURLDirection method String (line 1335) | func (urld SFlowURLDirection) String() string { constant SFlowURLsrc (line 1331) | SFlowURLsrc SFlowURLDirection = 1 constant SFlowURLdst (line 1332) | SFlowURLdst SFlowURLDirection = 2 type SFlowExtendedURLRecord (line 1346) | type SFlowExtendedURLRecord struct function decodeExtendedURLRecord (line 1353) | func decodeExtendedURLRecord(data *[]byte) (SFlowExtendedURLRecord, erro... type SFlowExtendedUserFlow (line 1397) | type SFlowExtendedUserFlow struct type SFlowCharSet (line 1405) | type SFlowCharSet constant SFlowCSunknown (line 1408) | SFlowCSunknown SFlowCharSet = 2 constant SFlowCSASCII (line 1409) | SFlowCSASCII SFlowCharSet = 3 constant SFlowCSISOLatin1 (line 1410) | SFlowCSISOLatin1 SFlowCharSet = 4 constant SFlowCSISOLatin2 (line 1411) | SFlowCSISOLatin2 SFlowCharSet = 5 constant SFlowCSISOLatin3 (line 1412) | SFlowCSISOLatin3 SFlowCharSet = 6 constant SFlowCSISOLatin4 (line 1413) | SFlowCSISOLatin4 SFlowCharSet = 7 constant SFlowCSISOLatinCyrillic (line 1414) | SFlowCSISOLatinCyrillic SFlowCharSet = 8 constant SFlowCSISOLatinArabic (line 1415) | SFlowCSISOLatinArabic SFlowCharSet = 9 constant SFlowCSISOLatinGreek (line 1416) | SFlowCSISOLatinGreek SFlowCharSet = 10 constant SFlowCSISOLatinHebrew (line 1417) | SFlowCSISOLatinHebrew SFlowCharSet = 11 constant SFlowCSISOLatin5 (line 1418) | SFlowCSISOLatin5 SFlowCharSet = 12 constant SFlowCSISOLatin6 (line 1419) | SFlowCSISOLatin6 SFlowCharSet = 13 constant SFlowCSISOTextComm (line 1420) | SFlowCSISOTextComm SFlowCharSet = 14 constant SFlowCSHalfWidthKatakana (line 1421) | SFlowCSHalfWidthKatakana SFlowCharSet = 15 constant SFlowCSJISEncoding (line 1422) | SFlowCSJISEncoding SFlowCharSet = 16 constant SFlowCSShiftJIS (line 1423) | SFlowCSShiftJIS SFlowCharSet = 17 constant SFlowCSEUCPkdFmtJapanese (line 1424) | SFlowCSEUCPkdFmtJapanese SFlowCharSet = 18 constant SFlowCSEUCFixWidJapanese (line 1425) | SFlowCSEUCFixWidJapanese SFlowCharSet = 19 constant SFlowCSISO4UnitedKingdom (line 1426) | SFlowCSISO4UnitedKingdom SFlowCharSet = 20 constant SFlowCSISO11SwedishForNames (line 1427) | SFlowCSISO11SwedishForNames SFlowCharSet = 21 constant SFlowCSISO15Italian (line 1428) | SFlowCSISO15Italian SFlowCharSet = 22 constant SFlowCSISO17Spanish (line 1429) | SFlowCSISO17Spanish SFlowCharSet = 23 constant SFlowCSISO21German (line 1430) | SFlowCSISO21German SFlowCharSet = 24 constant SFlowCSISO60DanishNorwegian (line 1431) | SFlowCSISO60DanishNorwegian SFlowCharSet = 25 constant SFlowCSISO69French (line 1432) | SFlowCSISO69French SFlowCharSet = 26 constant SFlowCSISO10646UTF1 (line 1433) | SFlowCSISO10646UTF1 SFlowCharSet = 27 constant SFlowCSISO646basic1983 (line 1434) | SFlowCSISO646basic1983 SFlowCharSet = 28 constant SFlowCSINVARIANT (line 1435) | SFlowCSINVARIANT SFlowCharSet = 29 constant SFlowCSISO2IntlRefVersion (line 1436) | SFlowCSISO2IntlRefVersion SFlowCharSet = 30 constant SFlowCSNATSSEFI (line 1437) | SFlowCSNATSSEFI SFlowCharSet = 31 constant SFlowCSNATSSEFIADD (line 1438) | SFlowCSNATSSEFIADD SFlowCharSet = 32 constant SFlowCSNATSDANO (line 1439) | SFlowCSNATSDANO SFlowCharSet = 33 constant SFlowCSNATSDANOADD (line 1440) | SFlowCSNATSDANOADD SFlowCharSet = 34 constant SFlowCSISO10Swedish (line 1441) | SFlowCSISO10Swedish SFlowCharSet = 35 constant SFlowCSKSC56011987 (line 1442) | SFlowCSKSC56011987 SFlowCharSet = 36 constant SFlowCSISO2022KR (line 1443) | SFlowCSISO2022KR SFlowCharSet = 37 constant SFlowCSEUCKR (line 1444) | SFlowCSEUCKR SFlowCharSet = 38 constant SFlowCSISO2022JP (line 1445) | SFlowCSISO2022JP SFlowCharSet = 39 constant SFlowCSISO2022JP2 (line 1446) | SFlowCSISO2022JP2 SFlowCharSet = 40 constant SFlowCSISO13JISC6220jp (line 1447) | SFlowCSISO13JISC6220jp SFlowCharSet = 41 constant SFlowCSISO14JISC6220ro (line 1448) | SFlowCSISO14JISC6220ro SFlowCharSet = 42 constant SFlowCSISO16Portuguese (line 1449) | SFlowCSISO16Portuguese SFlowCharSet = 43 constant SFlowCSISO18Greek7Old (line 1450) | SFlowCSISO18Greek7Old SFlowCharSet = 44 constant SFlowCSISO19LatinGreek (line 1451) | SFlowCSISO19LatinGreek SFlowCharSet = 45 constant SFlowCSISO25French (line 1452) | SFlowCSISO25French SFlowCharSet = 46 constant SFlowCSISO27LatinGreek1 (line 1453) | SFlowCSISO27LatinGreek1 SFlowCharSet = 47 constant SFlowCSISO5427Cyrillic (line 1454) | SFlowCSISO5427Cyrillic SFlowCharSet = 48 constant SFlowCSISO42JISC62261978 (line 1455) | SFlowCSISO42JISC62261978 SFlowCharSet = 49 constant SFlowCSISO47BSViewdata (line 1456) | SFlowCSISO47BSViewdata SFlowCharSet = 50 constant SFlowCSISO49INIS (line 1457) | SFlowCSISO49INIS SFlowCharSet = 51 constant SFlowCSISO50INIS8 (line 1458) | SFlowCSISO50INIS8 SFlowCharSet = 52 constant SFlowCSISO51INISCyrillic (line 1459) | SFlowCSISO51INISCyrillic SFlowCharSet = 53 constant SFlowCSISO54271981 (line 1460) | SFlowCSISO54271981 SFlowCharSet = 54 constant SFlowCSISO5428Greek (line 1461) | SFlowCSISO5428Greek SFlowCharSet = 55 constant SFlowCSISO57GB1988 (line 1462) | SFlowCSISO57GB1988 SFlowCharSet = 56 constant SFlowCSISO58GB231280 (line 1463) | SFlowCSISO58GB231280 SFlowCharSet = 57 constant SFlowCSISO61Norwegian2 (line 1464) | SFlowCSISO61Norwegian2 SFlowCharSet = 58 constant SFlowCSISO70VideotexSupp1 (line 1465) | SFlowCSISO70VideotexSupp1 SFlowCharSet = 59 constant SFlowCSISO84Portuguese2 (line 1466) | SFlowCSISO84Portuguese2 SFlowCharSet = 60 constant SFlowCSISO85Spanish2 (line 1467) | SFlowCSISO85Spanish2 SFlowCharSet = 61 constant SFlowCSISO86Hungarian (line 1468) | SFlowCSISO86Hungarian SFlowCharSet = 62 constant SFlowCSISO87JISX0208 (line 1469) | SFlowCSISO87JISX0208 SFlowCharSet = 63 constant SFlowCSISO88Greek7 (line 1470) | SFlowCSISO88Greek7 SFlowCharSet = 64 constant SFlowCSISO89ASMO449 (line 1471) | SFlowCSISO89ASMO449 SFlowCharSet = 65 constant SFlowCSISO90 (line 1472) | SFlowCSISO90 SFlowCharSet = 66 constant SFlowCSISO91JISC62291984a (line 1473) | SFlowCSISO91JISC62291984a SFlowCharSet = 67 constant SFlowCSISO92JISC62991984b (line 1474) | SFlowCSISO92JISC62991984b SFlowCharSet = 68 constant SFlowCSISO93JIS62291984badd (line 1475) | SFlowCSISO93JIS62291984badd SFlowCharSet = 69 constant SFlowCSISO94JIS62291984hand (line 1476) | SFlowCSISO94JIS62291984hand SFlowCharSet = 70 constant SFlowCSISO95JIS62291984handadd (line 1477) | SFlowCSISO95JIS62291984handadd SFlowCharSet = 71 constant SFlowCSISO96JISC62291984kana (line 1478) | SFlowCSISO96JISC62291984kana SFlowCharSet = 72 constant SFlowCSISO2033 (line 1479) | SFlowCSISO2033 SFlowCharSet = 73 constant SFlowCSISO99NAPLPS (line 1480) | SFlowCSISO99NAPLPS SFlowCharSet = 74 constant SFlowCSISO102T617bit (line 1481) | SFlowCSISO102T617bit SFlowCharSet = 75 constant SFlowCSISO103T618bit (line 1482) | SFlowCSISO103T618bit SFlowCharSet = 76 constant SFlowCSISO111ECMACyrillic (line 1483) | SFlowCSISO111ECMACyrillic SFlowCharSet = 77 constant SFlowCSa71 (line 1484) | SFlowCSa71 SFlowCharSet = 78 constant SFlowCSa72 (line 1485) | SFlowCSa72 SFlowCharSet = 79 constant SFlowCSISO123CSAZ24341985gr (line 1486) | SFlowCSISO123CSAZ24341985gr SFlowCharSet = 80 constant SFlowCSISO88596E (line 1487) | SFlowCSISO88596E SFlowCharSet = 81 constant SFlowCSISO88596I (line 1488) | SFlowCSISO88596I SFlowCharSet = 82 constant SFlowCSISO128T101G2 (line 1489) | SFlowCSISO128T101G2 SFlowCharSet = 83 constant SFlowCSISO88598E (line 1490) | SFlowCSISO88598E SFlowCharSet = 84 constant SFlowCSISO88598I (line 1491) | SFlowCSISO88598I SFlowCharSet = 85 constant SFlowCSISO139CSN369103 (line 1492) | SFlowCSISO139CSN369103 SFlowCharSet = 86 constant SFlowCSISO141JUSIB1002 (line 1493) | SFlowCSISO141JUSIB1002 SFlowCharSet = 87 constant SFlowCSISO143IECP271 (line 1494) | SFlowCSISO143IECP271 SFlowCharSet = 88 constant SFlowCSISO146Serbian (line 1495) | SFlowCSISO146Serbian SFlowCharSet = 89 constant SFlowCSISO147Macedonian (line 1496) | SFlowCSISO147Macedonian SFlowCharSet = 90 constant SFlowCSISO150 (line 1497) | SFlowCSISO150 SFlowCharSet = 91 constant SFlowCSISO151Cuba (line 1498) | SFlowCSISO151Cuba SFlowCharSet = 92 constant SFlowCSISO6937Add (line 1499) | SFlowCSISO6937Add SFlowCharSet = 93 constant SFlowCSISO153GOST1976874 (line 1500) | SFlowCSISO153GOST1976874 SFlowCharSet = 94 constant SFlowCSISO8859Supp (line 1501) | SFlowCSISO8859Supp SFlowCharSet = 95 constant SFlowCSISO10367Box (line 1502) | SFlowCSISO10367Box SFlowCharSet = 96 constant SFlowCSISO158Lap (line 1503) | SFlowCSISO158Lap SFlowCharSet = 97 constant SFlowCSISO159JISX02121990 (line 1504) | SFlowCSISO159JISX02121990 SFlowCharSet = 98 constant SFlowCSISO646Danish (line 1505) | SFlowCSISO646Danish SFlowCharSet = 99 constant SFlowCSUSDK (line 1506) | SFlowCSUSDK SFlowCharSet = 100 constant SFlowCSDKUS (line 1507) | SFlowCSDKUS SFlowCharSet = 101 constant SFlowCSKSC5636 (line 1508) | SFlowCSKSC5636 SFlowCharSet = 102 constant SFlowCSUnicode11UTF7 (line 1509) | SFlowCSUnicode11UTF7 SFlowCharSet = 103 constant SFlowCSISO2022CN (line 1510) | SFlowCSISO2022CN SFlowCharSet = 104 constant SFlowCSISO2022CNEXT (line 1511) | SFlowCSISO2022CNEXT SFlowCharSet = 105 constant SFlowCSUTF8 (line 1512) | SFlowCSUTF8 SFlowCharSet = 106 constant SFlowCSISO885913 (line 1513) | SFlowCSISO885913 SFlowCharSet = 109 constant SFlowCSISO885914 (line 1514) | SFlowCSISO885914 SFlowCharSet = 110 constant SFlowCSISO885915 (line 1515) | SFlowCSISO885915 SFlowCharSet = 111 constant SFlowCSISO885916 (line 1516) | SFlowCSISO885916 SFlowCharSet = 112 constant SFlowCSGBK (line 1517) | SFlowCSGBK SFlowCharSet = 113 constant SFlowCSGB18030 (line 1518) | SFlowCSGB18030 SFlowCharSet = 114 constant SFlowCSOSDEBCDICDF0415 (line 1519) | SFlowCSOSDEBCDICDF0415 SFlowCharSet = 115 constant SFlowCSOSDEBCDICDF03IRV (line 1520) | SFlowCSOSDEBCDICDF03IRV SFlowCharSet = 116 constant SFlowCSOSDEBCDICDF041 (line 1521) | SFlowCSOSDEBCDICDF041 SFlowCharSet = 117 constant SFlowCSISO115481 (line 1522) | SFlowCSISO115481 SFlowCharSet = 118 constant SFlowCSKZ1048 (line 1523) | SFlowCSKZ1048 SFlowCharSet = 119 constant SFlowCSUnicode (line 1524) | SFlowCSUnicode SFlowCharSet = 1000 constant SFlowCSUCS4 (line 1525) | SFlowCSUCS4 SFlowCharSet = 1001 constant SFlowCSUnicodeASCII (line 1526) | SFlowCSUnicodeASCII SFlowCharSet = 1002 constant SFlowCSUnicodeLatin1 (line 1527) | SFlowCSUnicodeLatin1 SFlowCharSet = 1003 constant SFlowCSUnicodeJapanese (line 1528) | SFlowCSUnicodeJapanese SFlowCharSet = 1004 constant SFlowCSUnicodeIBM1261 (line 1529) | SFlowCSUnicodeIBM1261 SFlowCharSet = 1005 constant SFlowCSUnicodeIBM1268 (line 1530) | SFlowCSUnicodeIBM1268 SFlowCharSet = 1006 constant SFlowCSUnicodeIBM1276 (line 1531) | SFlowCSUnicodeIBM1276 SFlowCharSet = 1007 constant SFlowCSUnicodeIBM1264 (line 1532) | SFlowCSUnicodeIBM1264 SFlowCharSet = 1008 constant SFlowCSUnicodeIBM1265 (line 1533) | SFlowCSUnicodeIBM1265 SFlowCharSet = 1009 constant SFlowCSUnicode11 (line 1534) | SFlowCSUnicode11 SFlowCharSet = 1010 constant SFlowCSSCSU (line 1535) | SFlowCSSCSU SFlowCharSet = 1011 constant SFlowCSUTF7 (line 1536) | SFlowCSUTF7 SFlowCharSet = 1012 constant SFlowCSUTF16BE (line 1537) | SFlowCSUTF16BE SFlowCharSet = 1013 constant SFlowCSUTF16LE (line 1538) | SFlowCSUTF16LE SFlowCharSet = 1014 constant SFlowCSUTF16 (line 1539) | SFlowCSUTF16 SFlowCharSet = 1015 constant SFlowCSCESU8 (line 1540) | SFlowCSCESU8 SFlowCharSet = 1016 constant SFlowCSUTF32 (line 1541) | SFlowCSUTF32 SFlowCharSet = 1017 constant SFlowCSUTF32BE (line 1542) | SFlowCSUTF32BE SFlowCharSet = 1018 constant SFlowCSUTF32LE (line 1543) | SFlowCSUTF32LE SFlowCharSet = 1019 constant SFlowCSBOCU1 (line 1544) | SFlowCSBOCU1 SFlowCharSet = 1020 constant SFlowCSWindows30Latin1 (line 1545) | SFlowCSWindows30Latin1 SFlowCharSet = 2000 constant SFlowCSWindows31Latin1 (line 1546) | SFlowCSWindows31Latin1 SFlowCharSet = 2001 constant SFlowCSWindows31Latin2 (line 1547) | SFlowCSWindows31Latin2 SFlowCharSet = 2002 constant SFlowCSWindows31Latin5 (line 1548) | SFlowCSWindows31Latin5 SFlowCharSet = 2003 constant SFlowCSHPRoman8 (line 1549) | SFlowCSHPRoman8 SFlowCharSet = 2004 constant SFlowCSAdobeStandardEncoding (line 1550) | SFlowCSAdobeStandardEncoding SFlowCharSet = 2005 constant SFlowCSVenturaUS (line 1551) | SFlowCSVenturaUS SFlowCharSet = 2006 constant SFlowCSVenturaInternational (line 1552) | SFlowCSVenturaInternational SFlowCharSet = 2007 constant SFlowCSDECMCS (line 1553) | SFlowCSDECMCS SFlowCharSet = 2008 constant SFlowCSPC850Multilingual (line 1554) | SFlowCSPC850Multilingual SFlowCharSet = 2009 constant SFlowCSPCp852 (line 1555) | SFlowCSPCp852 SFlowCharSet = 2010 constant SFlowCSPC8CodePage437 (line 1556) | SFlowCSPC8CodePage437 SFlowCharSet = 2011 constant SFlowCSPC8DanishNorwegian (line 1557) | SFlowCSPC8DanishNorwegian SFlowCharSet = 2012 constant SFlowCSPC862LatinHebrew (line 1558) | SFlowCSPC862LatinHebrew SFlowCharSet = 2013 constant SFlowCSPC8Turkish (line 1559) | SFlowCSPC8Turkish SFlowCharSet = 2014 constant SFlowCSIBMSymbols (line 1560) | SFlowCSIBMSymbols SFlowCharSet = 2015 constant SFlowCSIBMThai (line 1561) | SFlowCSIBMThai SFlowCharSet = 2016 constant SFlowCSHPLegal (line 1562) | SFlowCSHPLegal SFlowCharSet = 2017 constant SFlowCSHPPiFont (line 1563) | SFlowCSHPPiFont SFlowCharSet = 2018 constant SFlowCSHPMath8 (line 1564) | SFlowCSHPMath8 SFlowCharSet = 2019 constant SFlowCSHPPSMath (line 1565) | SFlowCSHPPSMath SFlowCharSet = 2020 constant SFlowCSHPDesktop (line 1566) | SFlowCSHPDesktop SFlowCharSet = 2021 constant SFlowCSVenturaMath (line 1567) | SFlowCSVenturaMath SFlowCharSet = 2022 constant SFlowCSMicrosoftPublishing (line 1568) | SFlowCSMicrosoftPublishing SFlowCharSet = 2023 constant SFlowCSWindows31J (line 1569) | SFlowCSWindows31J SFlowCharSet = 2024 constant SFlowCSGB2312 (line 1570) | SFlowCSGB2312 SFlowCharSet = 2025 constant SFlowCSBig5 (line 1571) | SFlowCSBig5 SFlowCharSet = 2026 constant SFlowCSMacintosh (line 1572) | SFlowCSMacintosh SFlowCharSet = 2027 constant SFlowCSIBM037 (line 1573) | SFlowCSIBM037 SFlowCharSet = 2028 constant SFlowCSIBM038 (line 1574) | SFlowCSIBM038 SFlowCharSet = 2029 constant SFlowCSIBM273 (line 1575) | SFlowCSIBM273 SFlowCharSet = 2030 constant SFlowCSIBM274 (line 1576) | SFlowCSIBM274 SFlowCharSet = 2031 constant SFlowCSIBM275 (line 1577) | SFlowCSIBM275 SFlowCharSet = 2032 constant SFlowCSIBM277 (line 1578) | SFlowCSIBM277 SFlowCharSet = 2033 constant SFlowCSIBM278 (line 1579) | SFlowCSIBM278 SFlowCharSet = 2034 constant SFlowCSIBM280 (line 1580) | SFlowCSIBM280 SFlowCharSet = 2035 constant SFlowCSIBM281 (line 1581) | SFlowCSIBM281 SFlowCharSet = 2036 constant SFlowCSIBM284 (line 1582) | SFlowCSIBM284 SFlowCharSet = 2037 constant SFlowCSIBM285 (line 1583) | SFlowCSIBM285 SFlowCharSet = 2038 constant SFlowCSIBM290 (line 1584) | SFlowCSIBM290 SFlowCharSet = 2039 constant SFlowCSIBM297 (line 1585) | SFlowCSIBM297 SFlowCharSet = 2040 constant SFlowCSIBM420 (line 1586) | SFlowCSIBM420 SFlowCharSet = 2041 constant SFlowCSIBM423 (line 1587) | SFlowCSIBM423 SFlowCharSet = 2042 constant SFlowCSIBM424 (line 1588) | SFlowCSIBM424 SFlowCharSet = 2043 constant SFlowCSIBM500 (line 1589) | SFlowCSIBM500 SFlowCharSet = 2044 constant SFlowCSIBM851 (line 1590) | SFlowCSIBM851 SFlowCharSet = 2045 constant SFlowCSIBM855 (line 1591) | SFlowCSIBM855 SFlowCharSet = 2046 constant SFlowCSIBM857 (line 1592) | SFlowCSIBM857 SFlowCharSet = 2047 constant SFlowCSIBM860 (line 1593) | SFlowCSIBM860 SFlowCharSet = 2048 constant SFlowCSIBM861 (line 1594) | SFlowCSIBM861 SFlowCharSet = 2049 constant SFlowCSIBM863 (line 1595) | SFlowCSIBM863 SFlowCharSet = 2050 constant SFlowCSIBM864 (line 1596) | SFlowCSIBM864 SFlowCharSet = 2051 constant SFlowCSIBM865 (line 1597) | SFlowCSIBM865 SFlowCharSet = 2052 constant SFlowCSIBM868 (line 1598) | SFlowCSIBM868 SFlowCharSet = 2053 constant SFlowCSIBM869 (line 1599) | SFlowCSIBM869 SFlowCharSet = 2054 constant SFlowCSIBM870 (line 1600) | SFlowCSIBM870 SFlowCharSet = 2055 constant SFlowCSIBM871 (line 1601) | SFlowCSIBM871 SFlowCharSet = 2056 constant SFlowCSIBM880 (line 1602) | SFlowCSIBM880 SFlowCharSet = 2057 constant SFlowCSIBM891 (line 1603) | SFlowCSIBM891 SFlowCharSet = 2058 constant SFlowCSIBM903 (line 1604) | SFlowCSIBM903 SFlowCharSet = 2059 constant SFlowCSIBBM904 (line 1605) | SFlowCSIBBM904 SFlowCharSet = 2060 constant SFlowCSIBM905 (line 1606) | SFlowCSIBM905 SFlowCharSet = 2061 constant SFlowCSIBM918 (line 1607) | SFlowCSIBM918 SFlowCharSet = 2062 constant SFlowCSIBM1026 (line 1608) | SFlowCSIBM1026 SFlowCharSet = 2063 constant SFlowCSIBMEBCDICATDE (line 1609) | SFlowCSIBMEBCDICATDE SFlowCharSet = 2064 constant SFlowCSEBCDICATDEA (line 1610) | SFlowCSEBCDICATDEA SFlowCharSet = 2065 constant SFlowCSEBCDICCAFR (line 1611) | SFlowCSEBCDICCAFR SFlowCharSet = 2066 constant SFlowCSEBCDICDKNO (line 1612) | SFlowCSEBCDICDKNO SFlowCharSet = 2067 constant SFlowCSEBCDICDKNOA (line 1613) | SFlowCSEBCDICDKNOA SFlowCharSet = 2068 constant SFlowCSEBCDICFISE (line 1614) | SFlowCSEBCDICFISE SFlowCharSet = 2069 constant SFlowCSEBCDICFISEA (line 1615) | SFlowCSEBCDICFISEA SFlowCharSet = 2070 constant SFlowCSEBCDICFR (line 1616) | SFlowCSEBCDICFR SFlowCharSet = 2071 constant SFlowCSEBCDICIT (line 1617) | SFlowCSEBCDICIT SFlowCharSet = 2072 constant SFlowCSEBCDICPT (line 1618) | SFlowCSEBCDICPT SFlowCharSet = 2073 constant SFlowCSEBCDICES (line 1619) | SFlowCSEBCDICES SFlowCharSet = 2074 constant SFlowCSEBCDICESA (line 1620) | SFlowCSEBCDICESA SFlowCharSet = 2075 constant SFlowCSEBCDICESS (line 1621) | SFlowCSEBCDICESS SFlowCharSet = 2076 constant SFlowCSEBCDICUK (line 1622) | SFlowCSEBCDICUK SFlowCharSet = 2077 constant SFlowCSEBCDICUS (line 1623) | SFlowCSEBCDICUS SFlowCharSet = 2078 constant SFlowCSUnknown8BiT (line 1624) | SFlowCSUnknown8BiT SFlowCharSet = 2079 constant SFlowCSMnemonic (line 1625) | SFlowCSMnemonic SFlowCharSet = 2080 constant SFlowCSMnem (line 1626) | SFlowCSMnem SFlowCharSet = 2081 constant SFlowCSVISCII (line 1627) | SFlowCSVISCII SFlowCharSet = 2082 constant SFlowCSVIQR (line 1628) | SFlowCSVIQR SFlowCharSet = 2083 constant SFlowCSKOI8R (line 1629) | SFlowCSKOI8R SFlowCharSet = 2084 constant SFlowCSHZGB2312 (line 1630) | SFlowCSHZGB2312 SFlowCharSet = 2085 constant SFlowCSIBM866 (line 1631) | SFlowCSIBM866 SFlowCharSet = 2086 constant SFlowCSPC775Baltic (line 1632) | SFlowCSPC775Baltic SFlowCharSet = 2087 constant SFlowCSKOI8U (line 1633) | SFlowCSKOI8U SFlowCharSet = 2088 constant SFlowCSIBM00858 (line 1634) | SFlowCSIBM00858 SFlowCharSet = 2089 constant SFlowCSIBM00924 (line 1635) | SFlowCSIBM00924 SFlowCharSet = 2090 constant SFlowCSIBM01140 (line 1636) | SFlowCSIBM01140 SFlowCharSet = 2091 constant SFlowCSIBM01141 (line 1637) | SFlowCSIBM01141 SFlowCharSet = 2092 constant SFlowCSIBM01142 (line 1638) | SFlowCSIBM01142 SFlowCharSet = 2093 constant SFlowCSIBM01143 (line 1639) | SFlowCSIBM01143 SFlowCharSet = 2094 constant SFlowCSIBM01144 (line 1640) | SFlowCSIBM01144 SFlowCharSet = 2095 constant SFlowCSIBM01145 (line 1641) | SFlowCSIBM01145 SFlowCharSet = 2096 constant SFlowCSIBM01146 (line 1642) | SFlowCSIBM01146 SFlowCharSet = 2097 constant SFlowCSIBM01147 (line 1643) | SFlowCSIBM01147 SFlowCharSet = 2098 constant SFlowCSIBM01148 (line 1644) | SFlowCSIBM01148 SFlowCharSet = 2099 constant SFlowCSIBM01149 (line 1645) | SFlowCSIBM01149 SFlowCharSet = 2100 constant SFlowCSBig5HKSCS (line 1646) | SFlowCSBig5HKSCS SFlowCharSet = 2101 constant SFlowCSIBM1047 (line 1647) | SFlowCSIBM1047 SFlowCharSet = 2102 constant SFlowCSPTCP154 (line 1648) | SFlowCSPTCP154 SFlowCharSet = 2103 constant SFlowCSAmiga1251 (line 1649) | SFlowCSAmiga1251 SFlowCharSet = 2104 constant SFlowCSKOI7switched (line 1650) | SFlowCSKOI7switched SFlowCharSet = 2105 constant SFlowCSBRF (line 1651) | SFlowCSBRF SFlowCharSet = 2106 constant SFlowCSTSCII (line 1652) | SFlowCSTSCII SFlowCharSet = 2107 constant SFlowCSCP51932 (line 1653) | SFlowCSCP51932 SFlowCharSet = 2108 constant SFlowCSWindows874 (line 1654) | SFlowCSWindows874 SFlowCharSet = 2109 constant SFlowCSWindows1250 (line 1655) | SFlowCSWindows1250 SFlowCharSet = 2250 constant SFlowCSWindows1251 (line 1656) | SFlowCSWindows1251 SFlowCharSet = 2251 constant SFlowCSWindows1252 (line 1657) | SFlowCSWindows1252 SFlowCharSet = 2252 constant SFlowCSWindows1253 (line 1658) | SFlowCSWindows1253 SFlowCharSet = 2253 constant SFlowCSWindows1254 (line 1659) | SFlowCSWindows1254 SFlowCharSet = 2254 constant SFlowCSWindows1255 (line 1660) | SFlowCSWindows1255 SFlowCharSet = 2255 constant SFlowCSWindows1256 (line 1661) | SFlowCSWindows1256 SFlowCharSet = 2256 constant SFlowCSWindows1257 (line 1662) | SFlowCSWindows1257 SFlowCharSet = 2257 constant SFlowCSWindows1258 (line 1663) | SFlowCSWindows1258 SFlowCharSet = 2258 constant SFlowCSTIS620 (line 1664) | SFlowCSTIS620 SFlowCharSet = 2259 constant SFlowCS50220 (line 1665) | SFlowCS50220 SFlowCharSet = 2260 constant SFlowCSreserved (line 1666) | SFlowCSreserved SFlowCharSet = 3000 function decodeExtendedUserFlow (line 1669) | func decodeExtendedUserFlow(data *[]byte) (SFlowExtendedUserFlow, error) { type SFlowIpv4Record (line 1717) | type SFlowIpv4Record struct function decodeSFlowIpv4Record (line 1736) | func decodeSFlowIpv4Record(data *[]byte) (SFlowIpv4Record, error) { type SFlowIpv6Record (line 1773) | type SFlowIpv6Record struct function decodeSFlowIpv6Record (line 1792) | func decodeSFlowIpv6Record(data *[]byte) (SFlowIpv6Record, error) { type SFlowExtendedIpv4TunnelEgressRecord (line 1820) | type SFlowExtendedIpv4TunnelEgressRecord struct function decodeExtendedIpv4TunnelEgress (line 1825) | func decodeExtendedIpv4TunnelEgress(data *[]byte) (SFlowExtendedIpv4Tunn... type SFlowExtendedIpv4TunnelIngressRecord (line 1850) | type SFlowExtendedIpv4TunnelIngressRecord struct function decodeExtendedIpv4TunnelIngress (line 1855) | func decodeExtendedIpv4TunnelIngress(data *[]byte) (SFlowExtendedIpv4Tun... type SFlowExtendedIpv6TunnelEgressRecord (line 1880) | type SFlowExtendedIpv6TunnelEgressRecord struct function decodeExtendedIpv6TunnelEgress (line 1885) | func decodeExtendedIpv6TunnelEgress(data *[]byte) (SFlowExtendedIpv6Tunn... type SFlowExtendedIpv6TunnelIngressRecord (line 1910) | type SFlowExtendedIpv6TunnelIngressRecord struct function decodeExtendedIpv6TunnelIngress (line 1915) | func decodeExtendedIpv6TunnelIngress(data *[]byte) (SFlowExtendedIpv6Tun... type SFlowExtendedDecapsulateEgressRecord (line 1939) | type SFlowExtendedDecapsulateEgressRecord struct function decodeExtendedDecapsulateEgress (line 1944) | func decodeExtendedDecapsulateEgress(data *[]byte) (SFlowExtendedDecapsu... type SFlowExtendedDecapsulateIngressRecord (line 1968) | type SFlowExtendedDecapsulateIngressRecord struct function decodeExtendedDecapsulateIngress (line 1973) | func decodeExtendedDecapsulateIngress(data *[]byte) (SFlowExtendedDecaps... type SFlowExtendedVniEgressRecord (line 1997) | type SFlowExtendedVniEgressRecord struct function decodeExtendedVniEgress (line 2002) | func decodeExtendedVniEgress(data *[]byte) (SFlowExtendedVniEgressRecord... type SFlowExtendedVniIngressRecord (line 2026) | type SFlowExtendedVniIngressRecord struct function decodeExtendedVniIngress (line 2031) | func decodeExtendedVniIngress(data *[]byte) (SFlowExtendedVniIngressReco... type SFlowBaseCounterRecord (line 2057) | type SFlowBaseCounterRecord struct method GetType (line 2063) | func (bcr SFlowBaseCounterRecord) GetType() SFlowCounterRecordType { type SFlowGenericInterfaceCounters (line 2143) | type SFlowGenericInterfaceCounters struct function decodeGenericInterfaceCounters (line 2166) | func decodeGenericInterfaceCounters(data *[]byte) (SFlowGenericInterface... type SFlowEthernetCounters (line 2209) | type SFlowEthernetCounters struct function decodeEthernetCounters (line 2226) | func decodeEthernetCounters(data *[]byte) (SFlowEthernetCounters, error) { type SFlowVLANCounters (line 2293) | type SFlowVLANCounters struct function decodeVLANCounters (line 2303) | func decodeVLANCounters(data *[]byte) (SFlowVLANCounters, error) { type SFLLACPPortState (line 2321) | type SFLLACPPortState struct type SFlowLACPCounters (line 2326) | type SFlowLACPCounters struct function decodeLACPCounters (line 2342) | func decodeLACPCounters(data *[]byte) (SFlowLACPCounters, error) { type SFlowProcessorCounters (line 2388) | type SFlowProcessorCounters struct function decodeProcessorCounters (line 2397) | func decodeProcessorCounters(data *[]byte) (SFlowProcessorCounters, erro... type SFlowEthernetFrameFlowRecord (line 2422) | type SFlowEthernetFrameFlowRecord struct function decodeEthernetFrameFlowRecord (line 2445) | func decodeEthernetFrameFlowRecord(data *[]byte) (SFlowEthernetFrameFlow... type SFlowOpenflowPortCounters (line 2461) | type SFlowOpenflowPortCounters struct function decodeOpenflowportCounters (line 2467) | func decodeOpenflowportCounters(data *[]byte) (SFlowOpenflowPortCounters... type SFlowAppresourcesCounters (line 2481) | type SFlowAppresourcesCounters struct function decodeAppresourcesCounters (line 2493) | func decodeAppresourcesCounters(data *[]byte) (SFlowAppresourcesCounters... type SFlowOVSDPCounters (line 2513) | type SFlowOVSDPCounters struct function decodeOVSDPCounters (line 2523) | func decodeOVSDPCounters(data *[]byte) (SFlowOVSDPCounters, error) { type SFlowPORTNAME (line 2541) | type SFlowPORTNAME struct function decodeString (line 2547) | func decodeString(data *[]byte) (len uint32, str string) { function decodePortnameCounters (line 2557) | func decodePortnameCounters(data *[]byte) (SFlowPORTNAME, error) { FILE: vendor/github.com/google/gopacket/layers/sip.go type SIPVersion (line 20) | type SIPVersion method String (line 28) | func (sv SIPVersion) String() string { constant SIPVersion1 (line 24) | SIPVersion1 SIPVersion = 1 constant SIPVersion2 (line 25) | SIPVersion2 SIPVersion = 2 function GetSIPVersion (line 41) | func GetSIPVersion(version string) (SIPVersion, error) { type SIPMethod (line 55) | type SIPMethod method String (line 76) | func (sm SIPMethod) String() string { constant SIPMethodInvite (line 59) | SIPMethodInvite SIPMethod = 1 constant SIPMethodAck (line 60) | SIPMethodAck SIPMethod = 2 constant SIPMethodBye (line 61) | SIPMethodBye SIPMethod = 3 constant SIPMethodCancel (line 62) | SIPMethodCancel SIPMethod = 4 constant SIPMethodOptions (line 63) | SIPMethodOptions SIPMethod = 5 constant SIPMethodRegister (line 64) | SIPMethodRegister SIPMethod = 6 constant SIPMethodPrack (line 65) | SIPMethodPrack SIPMethod = 7 constant SIPMethodSubscribe (line 66) | SIPMethodSubscribe SIPMethod = 8 constant SIPMethodNotify (line 67) | SIPMethodNotify SIPMethod = 9 constant SIPMethodPublish (line 68) | SIPMethodPublish SIPMethod = 10 constant SIPMethodInfo (line 69) | SIPMethodInfo SIPMethod = 11 constant SIPMethodRefer (line 70) | SIPMethodRefer SIPMethod = 12 constant SIPMethodMessage (line 71) | SIPMethodMessage SIPMethod = 13 constant SIPMethodUpdate (line 72) | SIPMethodUpdate SIPMethod = 14 constant SIPMethodPing (line 73) | SIPMethodPing SIPMethod = 15 function GetSIPMethod (line 115) | func GetSIPMethod(method string) (SIPMethod, error) { type SIP (line 184) | type SIP struct method LayerType (line 227) | func (s *SIP) LayerType() gopacket.LayerType { method Payload (line 232) | func (s *SIP) Payload() []byte { method CanDecode (line 237) | func (s *SIP) CanDecode() gopacket.LayerClass { method NextLayerType (line 242) | func (s *SIP) NextLayerType() gopacket.LayerType { method DecodeFromBytes (line 247) | func (s *SIP) DecodeFromBytes(data []byte, df gopacket.DecodeFeedback)... method ParseFirstLine (line 314) | func (s *SIP) ParseFirstLine(firstLine []byte) error { method ParseHeader (line 382) | func (s *SIP) ParseHeader(header []byte) (err error) { method ParseSpecificHeaders (line 422) | func (s *SIP) ParseSpecificHeaders(headerName string, headerValue stri... method GetAllHeaders (line 462) | func (s *SIP) GetAllHeaders() map[string][]string { method GetHeader (line 468) | func (s *SIP) GetHeader(headerName string) []string { method GetFirstHeader (line 484) | func (s *SIP) GetFirstHeader(headerName string) string { method GetAuthorization (line 498) | func (s *SIP) GetAuthorization() string { method GetFrom (line 504) | func (s *SIP) GetFrom() string { method GetTo (line 510) | func (s *SIP) GetTo() string { method GetContact (line 516) | func (s *SIP) GetContact() string { method GetCallID (line 522) | func (s *SIP) GetCallID() string { method GetUserAgent (line 528) | func (s *SIP) GetUserAgent() string { method GetContentLength (line 534) | func (s *SIP) GetContentLength() int64 { method GetCSeq (line 540) | func (s *SIP) GetCSeq() int64 { function decodeSIP (line 208) | func decodeSIP(data []byte, p gopacket.PacketBuilder) error { function NewSIP (line 220) | func NewSIP() *SIP { FILE: vendor/github.com/google/gopacket/layers/stp.go type STP (line 14) | type STP struct method LayerType (line 19) | func (s *STP) LayerType() gopacket.LayerType { return LayerTypeSTP } function decodeSTP (line 21) | func decodeSTP(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/tcp.go type TCP (line 20) | type TCP struct method LayerType (line 131) | func (t *TCP) LayerType() gopacket.LayerType { return LayerTypeTCP } method SerializeTo (line 136) | func (t *TCP) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.Se... method ComputeChecksum (line 193) | func (t *TCP) ComputeChecksum() (uint16, error) { method flagsAndOffset (line 197) | func (t *TCP) flagsAndOffset() uint16 { method DecodeFromBytes (line 229) | func (tcp *TCP) DecodeFromBytes(data []byte, df gopacket.DecodeFeedbac... method CanDecode (line 304) | func (t *TCP) CanDecode() gopacket.LayerClass { method NextLayerType (line 308) | func (t *TCP) NextLayerType() gopacket.LayerType { method TransportFlow (line 331) | func (t *TCP) TransportFlow() gopacket.Flow { method SetInternalPortsForTesting (line 336) | func (t *TCP) SetInternalPortsForTesting() { type TCPOptionKind (line 38) | type TCPOptionKind method String (line 59) | func (k TCPOptionKind) String() string { constant TCPOptionKindEndList (line 41) | TCPOptionKindEndList = 0 constant TCPOptionKindNop (line 42) | TCPOptionKindNop = 1 constant TCPOptionKindMSS (line 43) | TCPOptionKindMSS = 2 constant TCPOptionKindWindowScale (line 44) | TCPOptionKindWindowScale = 3 constant TCPOptionKindSACKPermitted (line 45) | TCPOptionKindSACKPermitted = 4 constant TCPOptionKindSACK (line 46) | TCPOptionKindSACK = 5 constant TCPOptionKindEcho (line 47) | TCPOptionKindEcho = 6 constant TCPOptionKindEchoReply (line 48) | TCPOptionKindEchoReply = 7 constant TCPOptionKindTimestamps (line 49) | TCPOptionKindTimestamps = 8 constant TCPOptionKindPartialOrderConnectionPermitted (line 50) | TCPOptionKindPartialOrderConnectionPermitted = 9 constant TCPOptionKindPartialOrderServiceProfile (line 51) | TCPOptionKindPartialOrderServiceProfile = 10 constant TCPOptionKindCC (line 52) | TCPOptionKindCC = 11 constant TCPOptionKindCCNew (line 53) | TCPOptionKindCCNew = 12 constant TCPOptionKindCCEcho (line 54) | TCPOptionKindCCEcho = 13 constant TCPOptionKindAltChecksum (line 55) | TCPOptionKindAltChecksum = 14 constant TCPOptionKindAltChecksumData (line 56) | TCPOptionKindAltChecksumData = 15 type TCPOption (line 98) | type TCPOption struct method String (line 104) | func (t TCPOption) String() string { function decodeTCP (line 316) | func decodeTCP(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/tcpip.go type tcpipchecksum (line 18) | type tcpipchecksum struct method computeChecksum (line 75) | func (c *tcpipchecksum) computeChecksum(headerAndPayload []byte, heade... method SetNetworkLayerForChecksum (line 94) | func (i *tcpipchecksum) SetNetworkLayerForChecksum(l gopacket.NetworkL... type tcpipPseudoHeader (line 22) | type tcpipPseudoHeader interface method pseudoheaderChecksum (line 26) | func (ip *IPv4) pseudoheaderChecksum() (csum uint32, err error) { method pseudoheaderChecksum (line 37) | func (ip *IPv6) pseudoheaderChecksum() (csum uint32, err error) { function tcpipChecksum (line 52) | func tcpipChecksum(data []byte, csum uint32) uint16 { FILE: vendor/github.com/google/gopacket/layers/test_creator.py class Packet (line 15) | class Packet(object): method __init__ (line 18) | def __init__(self, packet_lines): method _DecodeText (line 23) | def _DecodeText(cls, packet_lines): method Test (line 35) | def Test(self, name, link_type): function GetTcpdumpOutput (line 61) | def GetTcpdumpOutput(filename): function TcpdumpOutputToPackets (line 67) | def TcpdumpOutputToPackets(output): function main (line 79) | def main(): FILE: vendor/github.com/google/gopacket/layers/tls.go type TLSType (line 17) | type TLSType method String (line 29) | func (tt TLSType) String() string { constant TLSChangeCipherSpec (line 21) | TLSChangeCipherSpec TLSType = 20 constant TLSAlert (line 22) | TLSAlert TLSType = 21 constant TLSHandshake (line 23) | TLSHandshake TLSType = 22 constant TLSApplicationData (line 24) | TLSApplicationData TLSType = 23 constant TLSUnknown (line 25) | TLSUnknown TLSType = 255 type TLSVersion (line 45) | type TLSVersion method String (line 48) | func (tv TLSVersion) String() string { type TLS (line 84) | type TLS struct method LayerType (line 102) | func (t *TLS) LayerType() gopacket.LayerType { return LayerTypeTLS } method DecodeFromBytes (line 118) | func (t *TLS) DecodeFromBytes(data []byte, df gopacket.DecodeFeedback)... method decodeTLSRecords (line 130) | func (t *TLS) decodeTLSRecords(data []byte, df gopacket.DecodeFeedback... method CanDecode (line 197) | func (t *TLS) CanDecode() gopacket.LayerClass { method NextLayerType (line 202) | func (t *TLS) NextLayerType() gopacket.LayerType { method Payload (line 207) | func (t *TLS) Payload() []byte { method SerializeTo (line 213) | func (t *TLS) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.Se... type TLSRecordHeader (line 95) | type TLSRecordHeader struct function decodeTLS (line 106) | func decodeTLS(data []byte, p gopacket.PacketBuilder) error { function encodeHeader (line 277) | func encodeHeader(header TLSRecordHeader, data []byte, offset int) int { FILE: vendor/github.com/google/gopacket/layers/tls_alert.go type TLSAlertLevel (line 17) | type TLSAlertLevel method String (line 98) | func (al TLSAlertLevel) String() string { type TLSAlertDescr (line 20) | type TLSAlertDescr method String (line 110) | func (ad TLSAlertDescr) String() string { constant TLSAlertWarning (line 23) | TLSAlertWarning TLSAlertLevel = 1 constant TLSAlertFatal (line 24) | TLSAlertFatal TLSAlertLevel = 2 constant TLSAlertUnknownLevel (line 25) | TLSAlertUnknownLevel TLSAlertLevel = 255 constant TLSAlertCloseNotify (line 27) | TLSAlertCloseNotify TLSAlertDescr = 0 constant TLSAlertUnexpectedMessage (line 28) | TLSAlertUnexpectedMessage TLSAlertDescr = 10 constant TLSAlertBadRecordMac (line 29) | TLSAlertBadRecordMac TLSAlertDescr = 20 constant TLSAlertDecryptionFailedRESERVED (line 30) | TLSAlertDecryptionFailedRESERVED TLSAlertDescr = 21 constant TLSAlertRecordOverflow (line 31) | TLSAlertRecordOverflow TLSAlertDescr = 22 constant TLSAlertDecompressionFailure (line 32) | TLSAlertDecompressionFailure TLSAlertDescr = 30 constant TLSAlertHandshakeFailure (line 33) | TLSAlertHandshakeFailure TLSAlertDescr = 40 constant TLSAlertNoCertificateRESERVED (line 34) | TLSAlertNoCertificateRESERVED TLSAlertDescr = 41 constant TLSAlertBadCertificate (line 35) | TLSAlertBadCertificate TLSAlertDescr = 42 constant TLSAlertUnsupportedCertificate (line 36) | TLSAlertUnsupportedCertificate TLSAlertDescr = 43 constant TLSAlertCertificateRevoked (line 37) | TLSAlertCertificateRevoked TLSAlertDescr = 44 constant TLSAlertCertificateExpired (line 38) | TLSAlertCertificateExpired TLSAlertDescr = 45 constant TLSAlertCertificateUnknown (line 39) | TLSAlertCertificateUnknown TLSAlertDescr = 46 constant TLSAlertIllegalParameter (line 40) | TLSAlertIllegalParameter TLSAlertDescr = 47 constant TLSAlertUnknownCa (line 41) | TLSAlertUnknownCa TLSAlertDescr = 48 constant TLSAlertAccessDenied (line 42) | TLSAlertAccessDenied TLSAlertDescr = 49 constant TLSAlertDecodeError (line 43) | TLSAlertDecodeError TLSAlertDescr = 50 constant TLSAlertDecryptError (line 44) | TLSAlertDecryptError TLSAlertDescr = 51 constant TLSAlertExportRestrictionRESERVED (line 45) | TLSAlertExportRestrictionRESERVED TLSAlertDescr = 60 constant TLSAlertProtocolVersion (line 46) | TLSAlertProtocolVersion TLSAlertDescr = 70 constant TLSAlertInsufficientSecurity (line 47) | TLSAlertInsufficientSecurity TLSAlertDescr = 71 constant TLSAlertInternalError (line 48) | TLSAlertInternalError TLSAlertDescr = 80 constant TLSAlertUserCanceled (line 49) | TLSAlertUserCanceled TLSAlertDescr = 90 constant TLSAlertNoRenegotiation (line 50) | TLSAlertNoRenegotiation TLSAlertDescr = 100 constant TLSAlertUnsupportedExtension (line 51) | TLSAlertUnsupportedExtension TLSAlertDescr = 110 constant TLSAlertUnknownDescription (line 52) | TLSAlertUnknownDescription TLSAlertDescr = 255 type TLSAlertRecord (line 64) | type TLSAlertRecord struct method decodeFromBytes (line 74) | func (t *TLSAlertRecord) decodeFromBytes(h TLSRecordHeader, data []byt... FILE: vendor/github.com/google/gopacket/layers/tls_appdata.go type TLSAppDataRecord (line 16) | type TLSAppDataRecord struct method decodeFromBytes (line 22) | func (t *TLSAppDataRecord) decodeFromBytes(h TLSRecordHeader, data []b... FILE: vendor/github.com/google/gopacket/layers/tls_cipherspec.go type TLSchangeCipherSpec (line 16) | type TLSchangeCipherSpec method String (line 57) | func (ccs TLSchangeCipherSpec) String() string { constant TLSChangecipherspecMessage (line 19) | TLSChangecipherspecMessage TLSchangeCipherSpec = 1 constant TLSChangecipherspecUnknown (line 20) | TLSChangecipherspecUnknown TLSchangeCipherSpec = 255 type TLSChangeCipherSpecRecord (line 30) | type TLSChangeCipherSpecRecord struct method decodeFromBytes (line 37) | func (t *TLSChangeCipherSpecRecord) decodeFromBytes(h TLSRecordHeader,... FILE: vendor/github.com/google/gopacket/layers/tls_handshake.go type TLSHandshakeRecord (line 14) | type TLSHandshakeRecord struct method decodeFromBytes (line 19) | func (t *TLSHandshakeRecord) decodeFromBytes(h TLSRecordHeader, data [... FILE: vendor/github.com/google/gopacket/layers/udp.go type UDP (line 18) | type UDP struct method LayerType (line 28) | func (u *UDP) LayerType() gopacket.LayerType { return LayerTypeUDP } method DecodeFromBytes (line 30) | func (udp *UDP) DecodeFromBytes(data []byte, df gopacket.DecodeFeedbac... method SerializeTo (line 61) | func (u *UDP) SerializeTo(b gopacket.SerializeBuffer, opts gopacket.Se... method CanDecode (line 98) | func (u *UDP) CanDecode() gopacket.LayerClass { method NextLayerType (line 105) | func (u *UDP) NextLayerType() gopacket.LayerType { method TransportFlow (line 123) | func (u *UDP) TransportFlow() gopacket.Flow { method SetInternalPortsForTesting (line 128) | func (u *UDP) SetInternalPortsForTesting() { function decodeUDP (line 112) | func decodeUDP(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/udplite.go type UDPLite (line 16) | type UDPLite struct method LayerType (line 25) | func (u *UDPLite) LayerType() gopacket.LayerType { return LayerTypeUDP... method TransportFlow (line 42) | func (u *UDPLite) TransportFlow() gopacket.Flow { function decodeUDPLite (line 27) | func decodeUDPLite(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/usb.go type USBEventType (line 15) | type USBEventType method String (line 23) | func (a USBEventType) String() string { constant USBEventTypeSubmit (line 18) | USBEventTypeSubmit USBEventType = 'S' constant USBEventTypeComplete (line 19) | USBEventTypeComplete USBEventType = 'C' constant USBEventTypeError (line 20) | USBEventTypeError USBEventType = 'E' type USBRequestBlockSetupRequest (line 36) | type USBRequestBlockSetupRequest method String (line 50) | func (a USBRequestBlockSetupRequest) String() string { constant USBRequestBlockSetupRequestGetStatus (line 39) | USBRequestBlockSetupRequestGetStatus USBRequestBlockSetupRequest ... constant USBRequestBlockSetupRequestClearFeature (line 40) | USBRequestBlockSetupRequestClearFeature USBRequestBlockSetupRequest ... constant USBRequestBlockSetupRequestSetFeature (line 41) | USBRequestBlockSetupRequestSetFeature USBRequestBlockSetupRequest ... constant USBRequestBlockSetupRequestSetAddress (line 42) | USBRequestBlockSetupRequestSetAddress USBRequestBlockSetupRequest ... constant USBRequestBlockSetupRequestGetDescriptor (line 43) | USBRequestBlockSetupRequestGetDescriptor USBRequestBlockSetupRequest ... constant USBRequestBlockSetupRequestSetDescriptor (line 44) | USBRequestBlockSetupRequestSetDescriptor USBRequestBlockSetupRequest ... constant USBRequestBlockSetupRequestGetConfiguration (line 45) | USBRequestBlockSetupRequestGetConfiguration USBRequestBlockSetupRequest ... constant USBRequestBlockSetupRequestSetConfiguration (line 46) | USBRequestBlockSetupRequestSetConfiguration USBRequestBlockSetupRequest ... constant USBRequestBlockSetupRequestSetIdle (line 47) | USBRequestBlockSetupRequestSetIdle USBRequestBlockSetupRequest ... type USBTransportType (line 75) | type USBTransportType constant USBTransportTypeTransferIn (line 78) | USBTransportTypeTransferIn USBTransportType = 0x80 constant USBTransportTypeIsochronous (line 79) | USBTransportTypeIsochronous USBTransportType = 0x00 constant USBTransportTypeInterrupt (line 80) | USBTransportTypeInterrupt USBTransportType = 0x01 constant USBTransportTypeControl (line 81) | USBTransportTypeControl USBTransportType = 0x02 constant USBTransportTypeBulk (line 82) | USBTransportTypeBulk USBTransportType = 0x03 type USBDirectionType (line 85) | type USBDirectionType method String (line 93) | func (a USBDirectionType) String() string { constant USBDirectionTypeUnknown (line 88) | USBDirectionTypeUnknown USBDirectionType = iota constant USBDirectionTypeIn (line 89) | USBDirectionTypeIn constant USBDirectionTypeOut (line 90) | USBDirectionTypeOut type USB (line 105) | type USB struct method LayerType (line 128) | func (u *USB) LayerType() gopacket.LayerType { return LayerTypeUSB } method NextLayerType (line 130) | func (m *USB) NextLayerType() gopacket.LayerType { method DecodeFromBytes (line 145) | func (m *USB) DecodeFromBytes(data []byte, df gopacket.DecodeFeedback)... function decodeUSB (line 139) | func decodeUSB(data []byte, p gopacket.PacketBuilder) error { type USBRequestBlockSetup (line 203) | type USBRequestBlockSetup struct method LayerType (line 212) | func (u *USBRequestBlockSetup) LayerType() gopacket.LayerType { return... method NextLayerType (line 214) | func (m *USBRequestBlockSetup) NextLayerType() gopacket.LayerType { method DecodeFromBytes (line 218) | func (m *USBRequestBlockSetup) DecodeFromBytes(data []byte, df gopacke... function decodeUSBRequestBlockSetup (line 229) | func decodeUSBRequestBlockSetup(data []byte, p gopacket.PacketBuilder) e... type USBControl (line 234) | type USBControl struct method LayerType (line 238) | func (u *USBControl) LayerType() gopacket.LayerType { return LayerType... method NextLayerType (line 240) | func (m *USBControl) NextLayerType() gopacket.LayerType { method DecodeFromBytes (line 244) | func (m *USBControl) DecodeFromBytes(data []byte, df gopacket.DecodeFe... function decodeUSBControl (line 249) | func decodeUSBControl(data []byte, p gopacket.PacketBuilder) error { type USBInterrupt (line 254) | type USBInterrupt struct method LayerType (line 258) | func (u *USBInterrupt) LayerType() gopacket.LayerType { return LayerTy... method NextLayerType (line 260) | func (m *USBInterrupt) NextLayerType() gopacket.LayerType { method DecodeFromBytes (line 264) | func (m *USBInterrupt) DecodeFromBytes(data []byte, df gopacket.Decode... function decodeUSBInterrupt (line 269) | func decodeUSBInterrupt(data []byte, p gopacket.PacketBuilder) error { type USBBulk (line 274) | type USBBulk struct method LayerType (line 278) | func (u *USBBulk) LayerType() gopacket.LayerType { return LayerTypeUSB... method NextLayerType (line 280) | func (m *USBBulk) NextLayerType() gopacket.LayerType { method DecodeFromBytes (line 284) | func (m *USBBulk) DecodeFromBytes(data []byte, df gopacket.DecodeFeedb... function decodeUSBBulk (line 289) | func decodeUSBBulk(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/vrrp.go type VRRPv2Type (line 40) | type VRRPv2Type method String (line 48) | func (v VRRPv2Type) String() string { type VRRPv2AuthType (line 41) | type VRRPv2AuthType method String (line 63) | func (v VRRPv2AuthType) String() string { constant VRRPv2Advertisement (line 44) | VRRPv2Advertisement VRRPv2Type = 0x01 constant VRRPv2AuthNoAuth (line 58) | VRRPv2AuthNoAuth VRRPv2AuthType = 0x00 constant VRRPv2AuthReserved1 (line 59) | VRRPv2AuthReserved1 VRRPv2AuthType = 0x01 constant VRRPv2AuthReserved2 (line 60) | VRRPv2AuthReserved2 VRRPv2AuthType = 0x02 type VRRPv2 (line 77) | type VRRPv2 struct method LayerType (line 91) | func (v *VRRPv2) LayerType() gopacket.LayerType { return LayerTypeVRRP } method DecodeFromBytes (line 93) | func (v *VRRPv2) DecodeFromBytes(data []byte, df gopacket.DecodeFeedba... method CanDecode (line 135) | func (v *VRRPv2) CanDecode() gopacket.LayerClass { method NextLayerType (line 140) | func (v *VRRPv2) NextLayerType() gopacket.LayerType { method Payload (line 145) | func (v *VRRPv2) Payload() []byte { function decodeVRRP (line 150) | func decodeVRRP(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers/vxlan.go type VXLAN (line 29) | type VXLAN struct method LayerType (line 40) | func (vx *VXLAN) LayerType() gopacket.LayerType { return LayerTypeVXLAN } method CanDecode (line 43) | func (vx *VXLAN) CanDecode() gopacket.LayerClass { method NextLayerType (line 48) | func (vx *VXLAN) NextLayerType() gopacket.LayerType { method DecodeFromBytes (line 53) | func (vx *VXLAN) DecodeFromBytes(data []byte, df gopacket.DecodeFeedba... method SerializeTo (line 94) | func (vx *VXLAN) SerializeTo(b gopacket.SerializeBuffer, opts gopacket... function decodeVXLAN (line 80) | func decodeVXLAN(data []byte, p gopacket.PacketBuilder) error { FILE: vendor/github.com/google/gopacket/layers_decoder.go function LayersDecoder (line 11) | func LayersDecoder(dl DecodingLayerContainer, first LayerType, df Decode... FILE: vendor/github.com/google/gopacket/layertype.go type LayerType (line 20) | type LayerType method Decode (line 87) | func (t LayerType) Decode(data []byte, c PacketBuilder) error { method String (line 101) | func (t LayerType) String() (s string) { type LayerTypeMetadata (line 23) | type LayerTypeMetadata struct type layerTypeMetadata (line 31) | type layerTypeMetadata struct constant maxLayerType (line 41) | maxLayerType = 2000 function RegisterLayerType (line 53) | func RegisterLayerType(num int, meta LayerTypeMetadata) LayerType { function OverrideLayerType (line 69) | func OverrideLayerType(num int, meta LayerTypeMetadata) LayerType { FILE: vendor/github.com/google/gopacket/packet.go type CaptureInfo (line 26) | type CaptureInfo struct type PacketMetadata (line 43) | type PacketMetadata struct type Packet (line 56) | type Packet interface type packet (line 106) | type packet struct method SetTruncated (line 129) | func (p *packet) SetTruncated() { method SetLinkLayer (line 133) | func (p *packet) SetLinkLayer(l LinkLayer) { method SetNetworkLayer (line 139) | func (p *packet) SetNetworkLayer(l NetworkLayer) { method SetTransportLayer (line 145) | func (p *packet) SetTransportLayer(l TransportLayer) { method SetApplicationLayer (line 151) | func (p *packet) SetApplicationLayer(l ApplicationLayer) { method SetErrorLayer (line 157) | func (p *packet) SetErrorLayer(l ErrorLayer) { method AddLayer (line 163) | func (p *packet) AddLayer(l Layer) { method DumpPacketData (line 168) | func (p *packet) DumpPacketData() { method Metadata (line 173) | func (p *packet) Metadata() *PacketMetadata { method Data (line 177) | func (p *packet) Data() []byte { method DecodeOptions (line 181) | func (p *packet) DecodeOptions() *DecodeOptions { method addFinalDecodeError (line 185) | func (p *packet) addFinalDecodeError(err error, stack []byte) { method recoverDecodeError (line 196) | func (p *packet) recoverDecodeError() { method packetString (line 400) | func (p *packet) packetString() string { method packetDump (line 419) | func (p *packet) packetDump() string { function LayerString (line 216) | func LayerString(l Layer) string { type Dumper (line 222) | type Dumper interface function LayerDump (line 229) | func LayerDump(l Layer) string { function layerString (line 255) | func layerString(v reflect.Value, anonymous bool, writeSpace bool) string { constant longBytesLength (line 316) | longBytesLength = 128 function LongBytesGoString (line 323) | func LongBytesGoString(buf []byte) string { function baseLayerString (line 332) | func baseLayerString(value reflect.Value) string { function layerGoString (line 349) | func layerGoString(i interface{}, b *bytes.Buffer) { function LayerGoString (line 394) | func LayerGoString(l Layer) string { type eagerPacket (line 431) | type eagerPacket struct method NextDecoder (line 437) | func (p *eagerPacket) NextDecoder(next Decoder) error { method initialDecode (line 451) | func (p *eagerPacket) initialDecode(dec Decoder) { method LinkLayer (line 458) | func (p *eagerPacket) LinkLayer() LinkLayer { method NetworkLayer (line 461) | func (p *eagerPacket) NetworkLayer() NetworkLayer { method TransportLayer (line 464) | func (p *eagerPacket) TransportLayer() TransportLayer { method ApplicationLayer (line 467) | func (p *eagerPacket) ApplicationLayer() ApplicationLayer { method ErrorLayer (line 470) | func (p *eagerPacket) ErrorLayer() ErrorLayer { method Layers (line 473) | func (p *eagerPacket) Layers() []Layer { method Layer (line 476) | func (p *eagerPacket) Layer(t LayerType) Layer { method LayerClass (line 484) | func (p *eagerPacket) LayerClass(lc LayerClass) Layer { method String (line 492) | func (p *eagerPacket) String() string { return p.packetString() } method Dump (line 493) | func (p *eagerPacket) Dump() string { return p.packetDump() } type lazyPacket (line 499) | type lazyPacket struct method NextDecoder (line 504) | func (p *lazyPacket) NextDecoder(next Decoder) error { method decodeNextLayer (line 511) | func (p *lazyPacket) decodeNextLayer() { method LinkLayer (line 532) | func (p *lazyPacket) LinkLayer() LinkLayer { method NetworkLayer (line 538) | func (p *lazyPacket) NetworkLayer() NetworkLayer { method TransportLayer (line 544) | func (p *lazyPacket) TransportLayer() TransportLayer { method ApplicationLayer (line 550) | func (p *lazyPacket) ApplicationLayer() ApplicationLayer { method ErrorLayer (line 556) | func (p *lazyPacket) ErrorLayer() ErrorLayer { method Layers (line 562) | func (p *lazyPacket) Layers() []Layer { method Layer (line 568) | func (p *lazyPacket) Layer(t LayerType) Layer { method LayerClass (line 586) | func (p *lazyPacket) LayerClass(lc LayerClass) Layer { method String (line 604) | func (p *lazyPacket) String() string { p.Layers(); return p.packetStri... method Dump (line 605) | func (p *lazyPacket) Dump() string { p.Layers(); return p.packetDump... type DecodeOptions (line 608) | type DecodeOptions struct function NewPacket (line 654) | func NewPacket(data []byte, firstLayerDecoder Decoder, options DecodeOpt... type PacketDataSource (line 691) | type PacketDataSource interface function ConcatFinitePacketDataSources (line 707) | func ConcatFinitePacketDataSources(pds ...PacketDataSource) PacketDataSo... type concat (line 712) | type concat method ReadPacketData (line 714) | func (c *concat) ReadPacketData() (data []byte, ci CaptureInfo, err er... type ZeroCopyPacketDataSource (line 730) | type ZeroCopyPacketDataSource interface type PacketSource (line 780) | type PacketSource struct method NextPacket (line 800) | func (p *PacketSource) NextPacket() (Packet, error) { method packetsToChannel (line 815) | func (p *PacketSource) packetsToChannel() { method Packets (line 858) | func (p *PacketSource) Packets() chan Packet { function NewPacketSource (line 791) | func NewPacketSource(source PacketDataSource, decoder Decoder) *PacketSo... FILE: vendor/github.com/google/gopacket/parser.go type decodingLayerElem (line 14) | type decodingLayerElem struct type DecodingLayer (line 29) | type DecodingLayer interface type DecodingLayerFunc (line 52) | type DecodingLayerFunc type DecodingLayerContainer (line 56) | type DecodingLayerContainer interface type DecodingLayerSparse (line 74) | type DecodingLayerSparse method Put (line 77) | func (dl DecodingLayerSparse) Put(d DecodingLayer) DecodingLayerContai... method LayersDecoder (line 96) | func (dl DecodingLayerSparse) LayersDecoder(first LayerType, df Decode... method Decoder (line 101) | func (dl DecodingLayerSparse) Decoder(typ LayerType) (DecodingLayer, b... type DecodingLayerArray (line 112) | type DecodingLayerArray method Put (line 115) | func (dl DecodingLayerArray) Put(d DecodingLayer) DecodingLayerContain... method Decoder (line 130) | func (dl DecodingLayerArray) Decoder(typ LayerType) (DecodingLayer, bo... method LayersDecoder (line 140) | func (dl DecodingLayerArray) LayersDecoder(first LayerType, df DecodeF... type DecodingLayerMap (line 147) | type DecodingLayerMap method Put (line 150) | func (dl DecodingLayerMap) Put(d DecodingLayer) DecodingLayerContainer { method Decoder (line 161) | func (dl DecodingLayerMap) Decoder(typ LayerType) (DecodingLayer, bool) { method LayersDecoder (line 167) | func (dl DecodingLayerMap) LayersDecoder(first LayerType, df DecodeFee... type DecodingLayerParser (line 182) | type DecodingLayerParser struct method AddDecodingLayer (line 200) | func (l *DecodingLayerParser) AddDecodingLayer(d DecodingLayer) { method SetTruncated (line 207) | func (l *DecodingLayerParser) SetTruncated() { method SetDecodingLayerContainer (line 238) | func (l *DecodingLayerParser) SetDecodingLayerContainer(dlc DecodingLa... method DecodeLayers (line 302) | func (l *DecodingLayerParser) DecodeLayers(data []byte, decoded *[]Lay... function NewDecodingLayerParser (line 222) | func NewDecodingLayerParser(first LayerType, decoders ...DecodingLayer) ... type UnsupportedLayerType (line 320) | type UnsupportedLayerType method Error (line 324) | func (e UnsupportedLayerType) Error() string { function panicToError (line 328) | func panicToError(e *error) { type DecodingLayerParserOptions (line 336) | type DecodingLayerParserOptions struct FILE: vendor/github.com/google/gopacket/time.go type TimestampResolution (line 16) | type TimestampResolution struct method String (line 20) | func (t TimestampResolution) String() string { method ToDuration (line 25) | func (t TimestampResolution) ToDuration() time.Duration { type PacketSourceResolution (line 69) | type PacketSourceResolution interface FILE: vendor/github.com/google/gopacket/writer.go type SerializableLayer (line 17) | type SerializableLayer interface type SerializeOptions (line 45) | type SerializeOptions struct type SerializeBuffer (line 82) | type SerializeBuffer interface type serializeBuffer (line 110) | type serializeBuffer struct method Bytes (line 135) | func (w *serializeBuffer) Bytes() []byte { method PrependBytes (line 139) | func (w *serializeBuffer) PrependBytes(num int) ([]byte, error) { method AppendBytes (line 160) | func (w *serializeBuffer) AppendBytes(num int) ([]byte, error) { method Clear (line 180) | func (w *serializeBuffer) Clear() error { method Layers (line 187) | func (w *serializeBuffer) Layers() []LayerType { method PushLayer (line 191) | func (w *serializeBuffer) PushLayer(l LayerType) { function NewSerializeBuffer (line 119) | func NewSerializeBuffer() SerializeBuffer { function NewSerializeBufferExpectedSize (line 126) | func NewSerializeBufferExpectedSize(expectedPrependLength, expectedAppen... function SerializeLayers (line 206) | func SerializeLayers(w SerializeBuffer, opts SerializeOptions, layers ..... function SerializePacket (line 222) | func SerializePacket(buf SerializeBuffer, opts SerializeOptions, packet ... FILE: vendor/github.com/google/pprof/profile/encode.go method decoder (line 23) | func (p *Profile) decoder() []decoder { method preEncode (line 30) | func (p *Profile) preEncode() { method encode (line 133) | func (p *Profile) encode(b *buffer) { method postDecode (line 249) | func (p *Profile) postDecode() error { function padStringArray (line 398) | func padStringArray(arr []string, l int) []string { method decoder (line 405) | func (p *ValueType) decoder() []decoder { method encode (line 409) | func (p *ValueType) encode(b *buffer) { method decoder (line 422) | func (p *Sample) decoder() []decoder { method encode (line 426) | func (p *Sample) encode(b *buffer) { method decoder (line 449) | func (p label) decoder() []decoder { method encode (line 453) | func (p label) encode(b *buffer) { method decoder (line 472) | func (p *Mapping) decoder() []decoder { method encode (line 476) | func (p *Mapping) encode(b *buffer) { method decoder (line 503) | func (p *Location) decoder() []decoder { method encode (line 507) | func (p *Location) encode(b *buffer) { method decoder (line 531) | func (p *Line) decoder() []decoder { method encode (line 535) | func (p *Line) encode(b *buffer) { method decoder (line 551) | func (p *Function) decoder() []decoder { method encode (line 555) | func (p *Function) encode(b *buffer) { function addString (line 577) | func addString(strings map[string]int, s string) int64 { function getString (line 586) | func getString(strings []string, strng *int64, err error) (string, error) { FILE: vendor/github.com/google/pprof/profile/filter.go method FilterSamplesByName (line 24) | func (p *Profile) FilterSamplesByName(focus, ignore, hide, show *regexp.... method ShowFrom (line 91) | func (p *Profile) ShowFrom(showFrom *regexp.Regexp) (matched bool) { function filterShowFromLocation (line 122) | func filterShowFromLocation(loc *Location, showFrom *regexp.Regexp) bool { method lastMatchedLineIndex (line 135) | func (loc *Location) lastMatchedLineIndex(re *regexp.Regexp) int { method FilterTagsByName (line 148) | func (p *Profile) FilterTagsByName(show, hide *regexp.Regexp) (sm, hm bo... method matchesName (line 179) | func (loc *Location) matchesName(re *regexp.Regexp) bool { method unmatchedLines (line 195) | func (loc *Location) unmatchedLines(re *regexp.Regexp) []Line { method matchedLines (line 213) | func (loc *Location) matchedLines(re *regexp.Regexp) []Line { function focusedAndNotIgnored (line 233) | func focusedAndNotIgnored(locs []*Location, m map[uint64]bool) bool { type TagMatch (line 251) | type TagMatch method FilterSamplesByTag (line 256) | func (p *Profile) FilterSamplesByTag(focus, ignore TagMatch) (fm, im boo... FILE: vendor/github.com/google/pprof/profile/index.go method SampleIndexByName (line 26) | func (p *Profile) SampleIndexByName(sampleIndex string) (int, error) { function sampleTypes (line 58) | func sampleTypes(p *Profile) []string { FILE: vendor/github.com/google/pprof/profile/legacy_java_profile.go function javaCPUProfile (line 42) | func javaCPUProfile(b []byte, period int64, parse func(b []byte) (uint64... function parseJavaProfile (line 68) | func parseJavaProfile(b []byte) (*Profile, error) { function parseJavaHeader (line 112) | func parseJavaHeader(pType string, b []byte, p *Profile) ([]byte, error) { function parseJavaSamples (line 167) | func parseJavaSamples(pType string, b []byte, p *Profile) ([]byte, map[u... function parseJavaLocations (line 239) | func parseJavaLocations(b []byte, locs map[uint64]*Location, p *Profile)... FILE: vendor/github.com/google/pprof/profile/legacy_profile.go function isSpaceOrComment (line 72) | func isSpaceOrComment(line string) bool { function parseGoCount (line 79) | func parseGoCount(b []byte) (*Profile, error) { method remapLocationIDs (line 151) | func (p *Profile) remapLocationIDs() { method remapFunctionIDs (line 168) | func (p *Profile) remapFunctionIDs() { method remapMappingIDs (line 190) | func (p *Profile) remapMappingIDs() { function get32l (line 265) | func get32l(b []byte) (uint64, []byte) { function get32b (line 272) | func get32b(b []byte) (uint64, []byte) { function get64l (line 279) | func get64l(b []byte) (uint64, []byte) { function get64b (line 286) | func get64b(b []byte) (uint64, []byte) { function parseCPU (line 304) | func parseCPU(b []byte) (*Profile, error) { function cpuProfile (line 331) | func cpuProfile(b []byte, period int64, parse func(b []byte) (uint64, []... function cleanupDuplicateLocations (line 389) | func cleanupDuplicateLocations(p *Profile) { function parseCPUSamples (line 423) | func parseCPUSamples(b []byte, parse func(b []byte) (uint64, []byte), ad... function parseHeap (line 468) | func parseHeap(b []byte) (p *Profile, err error) { function parseHeapHeader (line 560) | func parseHeapHeader(line string) (sampling string, period int64, hasAll... function parseHeapSample (line 589) | func parseHeapSample(line string, rate int64, sampling string, includeAl... function parseHexAddresses (line 641) | func parseHexAddresses(s string) ([]uint64, error) { function scaleHeapSample (line 663) | func scaleHeapSample(count, size, rate int64) (int64, int64) { function parseContention (line 683) | func parseContention(b []byte) (*Profile, error) { function parseContentionSample (line 804) | func parseContentionSample(line string, period, cpuHz int64) (value []in... function parseThread (line 840) | func parseThread(b []byte) (*Profile, error) { function parseThreadSample (line 925) | func parseThreadSample(s *bufio.Scanner) (nextl string, addrs []uint64, ... function parseAdditionalSections (line 959) | func parseAdditionalSections(s *bufio.Scanner, p *Profile) error { function ParseProcMaps (line 972) | func ParseProcMaps(rd io.Reader) ([]*Mapping, error) { function parseProcMapsFromScanner (line 977) | func parseProcMapsFromScanner(s *bufio.Scanner) ([]*Mapping, error) { function removeLoggingInfo (line 1013) | func removeLoggingInfo(line string) string { method ParseMemoryMap (line 1023) | func (p *Profile) ParseMemoryMap(rd io.Reader) error { method ParseMemoryMapFromScanner (line 1031) | func (p *Profile) ParseMemoryMapFromScanner(s *bufio.Scanner) error { function parseMappingEntry (line 1044) | func parseMappingEntry(l string) (*Mapping, error) { function isMemoryMapSentinel (line 1084) | func isMemoryMapSentinel(line string) bool { method addLegacyFrameInfo (line 1093) | func (p *Profile) addLegacyFrameInfo() { function isProfileType (line 1115) | func isProfileType(p *Profile, types [][]string) bool { FILE: vendor/github.com/google/pprof/profile/merge.go method Compact (line 28) | func (p *Profile) Compact() *Profile { function Merge (line 43) | func Merge(srcs []*Profile) (*Profile, error) { method Normalize (line 95) | func (p *Profile) Normalize(pb *Profile) error { function isZeroSample (line 127) | func isZeroSample(s *Sample) bool { type profileMerger (line 136) | type profileMerger struct method mapSample (line 156) | func (pm *profileMerger) mapSample(src *Sample) *Sample { method sampleKey (line 197) | func (pm *profileMerger) sampleKey(sample *Sample) sampleKey { method mapLocation (line 285) | func (pm *profileMerger) mapLocation(src *Location) *Location { method mapMapping (line 347) | func (pm *profileMerger) mapMapping(src *Mapping) mapInfo { method mapLine (line 418) | func (pm *profileMerger) mapLine(src Line) Line { method mapFunction (line 427) | func (pm *profileMerger) mapFunction(src *Function) *Function { type mapInfo (line 151) | type mapInfo struct type sampleKey (line 249) | type sampleKey function sortedKeys1 (line 256) | func sortedKeys1(m map[string][]string) []string { function sortedKeys2 (line 273) | func sortedKeys2(m map[string][]int64) []string { method key (line 319) | func (l *Location) key() locationKey { type locationKey (line 341) | type locationKey struct method key (line 387) | func (m *Mapping) key() mappingKey { type mappingKey (line 413) | type mappingKey struct method key (line 453) | func (f *Function) key() functionKey { type functionKey (line 462) | type functionKey struct function combineHeaders (line 469) | func combineHeaders(srcs []*Profile) (*Profile, error) { method compatible (line 525) | func (p *Profile) compatible(pb *Profile) error { function equalValueType (line 544) | func equalValueType(st1, st2 *ValueType) bool { type locationIDMap (line 550) | type locationIDMap struct method get (line 562) | func (lm locationIDMap) get(id uint64) *Location { method set (line 569) | func (lm locationIDMap) set(id uint64, loc *Location) { function makeLocationIDMap (line 555) | func makeLocationIDMap(n int) locationIDMap { function CompatibilizeSampleTypes (line 587) | func CompatibilizeSampleTypes(ps []*Profile) error { function commonSampleTypes (line 602) | func commonSampleTypes(ps []*Profile) []string { function compatibilizeSampleTypes (line 628) | func compatibilizeSampleTypes(p *Profile, sTypes []string) error { function searchValueType (line 667) | func searchValueType(vts []*ValueType, s string) int { FILE: vendor/github.com/google/pprof/profile/profile.go type Profile (line 34) | type Profile struct method massageMappings (line 256) | func (p *Profile) massageMappings() { method updateLocationMapping (line 327) | func (p *Profile) updateLocationMapping(from, to *Mapping) { method Write (line 344) | func (p *Profile) Write(w io.Writer) error { method WriteUncompressed (line 352) | func (p *Profile) WriteUncompressed(w io.Writer) error { method CheckValid (line 361) | func (p *Profile) CheckValid() error { method Aggregate (line 442) | func (p *Profile) Aggregate(inlineFrame, function, filename, linenumbe... method NumLabelUnits (line 498) | func (p *Profile) NumLabelUnits() (map[string]string, map[string][]str... method String (line 555) | func (p *Profile) String() string { method SetLabel (line 717) | func (p *Profile) SetLabel(key string, value []string) { method RemoveLabel (line 729) | func (p *Profile) RemoveLabel(key string) { method SetNumLabel (line 750) | func (p *Profile) SetNumLabel(key string, value []int64, unit []string) { method RemoveNumLabel (line 767) | func (p *Profile) RemoveNumLabel(key string) { method Scale (line 782) | func (p *Profile) Scale(ratio float64) { method ScaleN (line 795) | func (p *Profile) ScaleN(ratios []float64) error { method HasFunctions (line 830) | func (p *Profile) HasFunctions() bool { method HasFileLines (line 841) | func (p *Profile) HasFileLines() bool { method Copy (line 859) | func (p *Profile) Copy() *Profile { type ValueType (line 65) | type ValueType struct type Sample (line 74) | type Sample struct method string (line 661) | func (s *Sample) string() string { method HasLabel (line 736) | func (s *Sample) HasLabel(key, value string) bool { method DiffBaseSample (line 776) | func (s *Sample) DiffBaseSample() bool { type label (line 100) | type label struct type Mapping (line 110) | type Mapping struct method string (line 603) | func (m *Mapping) string() string { method Unsymbolizable (line 853) | func (m *Mapping) Unsymbolizable() bool { type Location (line 136) | type Location struct method string (line 627) | func (l *Location) string() string { type Line (line 147) | type Line struct type Function (line 156) | type Function struct function Parse (line 171) | func Parse(r io.Reader) (*Profile, error) { function ParseData (line 181) | func ParseData(data []byte) (*Profile, error) { function parseLegacy (line 212) | func parseLegacy(data []byte) (*Profile, error) { function ParseUncompressed (line 236) | func ParseUncompressed(data []byte) (*Profile, error) { function adjacent (line 304) | func adjacent(m1, m2 *Mapping) bool { function serialize (line 335) | func serialize(p *Profile) []byte { function labelsToString (line 684) | func labelsToString(labels map[string][]string) string { function numLabelsToString (line 695) | func numLabelsToString(numLabels map[string][]int64, numUnits map[string... FILE: vendor/github.com/google/pprof/profile/proto.go type buffer (line 41) | type buffer struct type decoder (line 50) | type decoder type message (line 52) | type message interface function marshal (line 57) | func marshal(m message) []byte { function encodeVarint (line 63) | func encodeVarint(b *buffer, x uint64) { function encodeLength (line 71) | func encodeLength(b *buffer, tag int, len int) { function encodeUint64 (line 76) | func encodeUint64(b *buffer, tag int, x uint64) { function encodeUint64s (line 82) | func encodeUint64s(b *buffer, tag int, x []uint64) { function encodeUint64Opt (line 102) | func encodeUint64Opt(b *buffer, tag int, x uint64) { function encodeInt64 (line 109) | func encodeInt64(b *buffer, tag int, x int64) { function encodeInt64s (line 114) | func encodeInt64s(b *buffer, tag int, x []int64) { function encodeInt64Opt (line 134) | func encodeInt64Opt(b *buffer, tag int, x int64) { function encodeString (line 141) | func encodeString(b *buffer, tag int, x string) { function encodeStrings (line 146) | func encodeStrings(b *buffer, tag int, x []string) { function encodeBool (line 152) | func encodeBool(b *buffer, tag int, x bool) { function encodeBoolOpt (line 160) | func encodeBoolOpt(b *buffer, tag int, x bool) { function encodeMessage (line 166) | func encodeMessage(b *buffer, tag int, m message) { function unmarshal (line 177) | func unmarshal(data []byte, m message) (err error) { function le64 (line 182) | func le64(p []byte) uint64 { function le32 (line 186) | func le32(p []byte) uint32 { function decodeVarint (line 190) | func decodeVarint(data []byte) (uint64, []byte, error) { function decodeField (line 203) | func decodeField(b *buffer, data []byte) ([]byte, error) { function checkType (line 248) | func checkType(b *buffer, typ int) error { function decodeMessage (line 255) | func decodeMessage(b *buffer, m message) error { function decodeInt64 (line 278) | func decodeInt64(b *buffer, x *int64) error { function decodeInt64s (line 286) | func decodeInt64s(b *buffer, x *[]int64) error { function decodeUint64 (line 309) | func decodeUint64(b *buffer, x *uint64) error { function decodeUint64s (line 317) | func decodeUint64s(b *buffer, x *[]uint64) error { function decodeString (line 340) | func decodeString(b *buffer, x *string) error { function decodeStrings (line 348) | func decodeStrings(b *buffer, x *[]string) error { function decodeBool (line 357) | func decodeBool(b *buffer, x *bool) error { FILE: vendor/github.com/google/pprof/profile/prune.go function simplifyFunc (line 37) | func simplifyFunc(f string) string { method Prune (line 61) | func (p *Profile) Prune(dropRx, keepRx *regexp.Regexp) { method RemoveUninteresting (line 137) | func (p *Profile) RemoveUninteresting() error { method PruneFrom (line 167) | func (p *Profile) PruneFrom(dropRx *regexp.Regexp) { FILE: vendor/github.com/google/uuid/dce.go type Domain (line 14) | type Domain method String (line 70) | func (d Domain) String() string { constant Person (line 18) | Person = Domain(0) constant Group (line 19) | Group = Domain(1) constant Org (line 20) | Org = Domain(2) function NewDCESecurity (line 32) | func NewDCESecurity(domain Domain, id uint32) (UUID, error) { function NewDCEPerson (line 46) | func NewDCEPerson() (UUID, error) { function NewDCEGroup (line 54) | func NewDCEGroup() (UUID, error) { method Domain (line 60) | func (uuid UUID) Domain() Domain { method ID (line 66) | func (uuid UUID) ID() uint32 { FILE: vendor/github.com/google/uuid/hash.go function NewHash (line 33) | func NewHash(h hash.Hash, space UUID, data []byte, version int) UUID { function NewMD5 (line 49) | func NewMD5(space UUID, data []byte) UUID { function NewSHA1 (line 57) | func NewSHA1(space UUID, data []byte) UUID { FILE: vendor/github.com/google/uuid/marshal.go method MarshalText (line 10) | func (uuid UUID) MarshalText() ([]byte, error) { method UnmarshalText (line 17) | func (uuid *UUID) UnmarshalText(data []byte) error { method MarshalBinary (line 27) | func (uuid UUID) MarshalBinary() ([]byte, error) { method UnmarshalBinary (line 32) | func (uuid *UUID) UnmarshalBinary(data []byte) error { FILE: vendor/github.com/google/uuid/node.go function NodeInterface (line 21) | func NodeInterface() string { function SetNodeInterface (line 33) | func SetNodeInterface(name string) bool { function setNodeInterface (line 39) | func setNodeInterface(name string) bool { function NodeID (line 60) | func NodeID() []byte { function SetNodeID (line 73) | func SetNodeID(id []byte) bool { method NodeID (line 86) | func (uuid UUID) NodeID() []byte { FILE: vendor/github.com/google/uuid/node_js.go function getHardwareInterface (line 12) | func getHardwareInterface(name string) (string, []byte) { return "", nil } FILE: vendor/github.com/google/uuid/node_net.go function getHardwareInterface (line 19) | func getHardwareInterface(name string) (string, []byte) { FILE: vendor/github.com/google/uuid/null.go type NullUUID (line 29) | type NullUUID struct method Scan (line 35) | func (nu *NullUUID) Scan(value interface{}) error { method Value (line 52) | func (nu NullUUID) Value() (driver.Value, error) { method MarshalBinary (line 61) | func (nu NullUUID) MarshalBinary() ([]byte, error) { method UnmarshalBinary (line 70) | func (nu *NullUUID) UnmarshalBinary(data []byte) error { method MarshalText (line 80) | func (nu NullUUID) MarshalText() ([]byte, error) { method UnmarshalText (line 89) | func (nu *NullUUID) UnmarshalText(data []byte) error { method MarshalJSON (line 101) | func (nu NullUUID) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 110) | func (nu *NullUUID) UnmarshalJSON(data []byte) error { FILE: vendor/github.com/google/uuid/sql.go method Scan (line 15) | func (uuid *UUID) Scan(src interface{}) error { method Value (line 57) | func (uuid UUID) Value() (driver.Value, error) { FILE: vendor/github.com/google/uuid/time.go type Time (line 15) | type Time method UnixTime (line 35) | func (t Time) UnixTime() (sec, nsec int64) { constant lillian (line 18) | lillian = 2299160 constant unix (line 19) | unix = 2440587 constant epoch (line 20) | epoch = unix - lillian constant g1582 (line 21) | g1582 = epoch * 86400 constant g1582ns100 (line 22) | g1582ns100 = g1582 * 10000000 function GetTime (line 45) | func GetTime() (Time, uint16, error) { function getTime (line 51) | func getTime() (Time, uint16, error) { function ClockSequence (line 76) | func ClockSequence() int { function clockSequence (line 82) | func clockSequence() int { function SetClockSequence (line 91) | func SetClockSequence(seq int) { function setClockSequence (line 97) | func setClockSequence(seq int) { method Time (line 112) | func (uuid UUID) Time() Time { method ClockSequence (line 132) | func (uuid UUID) ClockSequence() int { FILE: vendor/github.com/google/uuid/util.go function randomBits (line 12) | func randomBits(b []byte) { function xtob (line 39) | func xtob(x1, x2 byte) (byte, bool) { FILE: vendor/github.com/google/uuid/uuid.go type UUID (line 20) | type UUID method String (line 244) | func (uuid UUID) String() string { method URN (line 252) | func (uuid UUID) URN() string { method Variant (line 272) | func (uuid UUID) Variant() Variant { method Version (line 286) | func (uuid UUID) Version() Version { type Version (line 23) | type Version method String (line 290) | func (v Version) String() string { type Variant (line 26) | type Variant method String (line 297) | func (v Variant) String() string { constant Invalid (line 30) | Invalid = Variant(iota) constant RFC4122 (line 31) | RFC4122 constant Reserved (line 32) | Reserved constant Microsoft (line 33) | Microsoft constant Future (line 34) | Future constant randPoolSize (line 37) | randPoolSize = 16 * 16 type invalidLengthError (line 47) | type invalidLengthError struct method Error (line 49) | func (err invalidLengthError) Error() string { function IsInvalidLengthError (line 54) | func IsInvalidLengthError(err error) bool { function Parse (line 68) | func Parse(s string) (UUID, error) { function ParseBytes (line 120) | func ParseBytes(b []byte) (UUID, error) { function MustParse (line 166) | func MustParse(s string) UUID { function FromBytes (line 176) | func FromBytes(b []byte) (uuid UUID, err error) { function Must (line 182) | func Must(uuid UUID, err error) UUID { function Validate (line 195) | func Validate(s string) error { function encodeHex (line 259) | func encodeHex(dst []byte, uuid UUID) { function SetRand (line 319) | func SetRand(r io.Reader) { function EnableRandPool (line 338) | func EnableRandPool() { function DisableRandPool (line 348) | func DisableRandPool() { type UUIDs (line 356) | type UUIDs method Strings (line 359) | func (uuids UUIDs) Strings() []string { FILE: vendor/github.com/google/uuid/version1.go function NewUUID (line 19) | func NewUUID() (UUID, error) { FILE: vendor/github.com/google/uuid/version4.go function New (line 13) | func New() UUID { function NewString (line 21) | func NewString() string { function NewRandom (line 39) | func NewRandom() (UUID, error) { function NewRandomFromReader (line 47) | func NewRandomFromReader(r io.Reader) (UUID, error) { function newRandomFromPool (line 58) | func newRandomFromPool() (UUID, error) { FILE: vendor/github.com/google/uuid/version6.go function NewV6 (line 21) | func NewV6() (UUID, error) { FILE: vendor/github.com/google/uuid/version7.go function NewV7 (line 23) | func NewV7() (UUID, error) { function NewV7FromReader (line 35) | func NewV7FromReader(r io.Reader) (UUID, error) { function makeV7 (line 48) | func makeV7(uuid []byte) { constant nanoPerMilli (line 83) | nanoPerMilli = 1000000 function getV7Time (line 88) | func getV7Time() (milli, seq int64) { FILE: vendor/github.com/gorilla/websocket/client.go function NewClient (line 39) | func NewClient(netConn net.Conn, u *url.URL, requestHeader http.Header, ... type Dialer (line 53) | type Dialer struct method Dial (line 115) | func (d *Dialer) Dial(urlStr string, requestHeader http.Header) (*Conn... method DialContext (line 159) | func (d *Dialer) DialContext(ctx context.Context, urlStr string, reque... function hostPortNoPort (line 121) | func hostPortNoPort(u *url.URL) (hostPort, hostNoPort string) { function cloneTLSConfig (line 417) | func cloneTLSConfig(cfg *tls.Config) *tls.Config { FILE: vendor/github.com/gorilla/websocket/compression.go constant minCompressionLevel (line 16) | minCompressionLevel = -2 constant maxCompressionLevel (line 17) | maxCompressionLevel = flate.BestCompression constant defaultCompressionLevel (line 18) | defaultCompressionLevel = 1 function decompressNoContextTakeover (line 28) | func decompressNoContextTakeover(r io.Reader) io.ReadCloser { function isValidCompressionLevel (line 40) | func isValidCompressionLevel(level int) bool { function compressNoContextTakeover (line 44) | func compressNoContextTakeover(w io.WriteCloser, level int) io.WriteClos... type truncWriter (line 58) | type truncWriter struct method Write (line 64) | func (w *truncWriter) Write(p []byte) (int, error) { type flateWriteWrapper (line 92) | type flateWriteWrapper struct method Write (line 98) | func (w *flateWriteWrapper) Write(p []byte) (int, error) { method Close (line 105) | func (w *flateWriteWrapper) Close() error { type flateReadWrapper (line 122) | type flateReadWrapper struct method Read (line 126) | func (r *flateReadWrapper) Read(p []byte) (int, error) { method Close (line 140) | func (r *flateReadWrapper) Close() error { FILE: vendor/github.com/gorilla/websocket/conn.go constant finalBit (line 24) | finalBit = 1 << 7 constant rsv1Bit (line 25) | rsv1Bit = 1 << 6 constant rsv2Bit (line 26) | rsv2Bit = 1 << 5 constant rsv3Bit (line 27) | rsv3Bit = 1 << 4 constant maskBit (line 30) | maskBit = 1 << 7 constant maxFrameHeaderSize (line 32) | maxFrameHeaderSize = 2 + 8 + 4 constant maxControlFramePayloadSize (line 33) | maxControlFramePayloadSize = 125 constant writeWait (line 35) | writeWait = time.Second constant defaultReadBufferSize (line 37) | defaultReadBufferSize = 4096 constant defaultWriteBufferSize (line 38) | defaultWriteBufferSize = 4096 constant continuationFrame (line 40) | continuationFrame = 0 constant noFrame (line 41) | noFrame = -1 constant CloseNormalClosure (line 46) | CloseNormalClosure = 1000 constant CloseGoingAway (line 47) | CloseGoingAway = 1001 constant CloseProtocolError (line 48) | CloseProtocolError = 1002 constant CloseUnsupportedData (line 49) | CloseUnsupportedData = 1003 constant CloseNoStatusReceived (line 50) | CloseNoStatusReceived = 1005 constant CloseAbnormalClosure (line 51) | CloseAbnormalClosure = 1006 constant CloseInvalidFramePayloadData (line 52) | CloseInvalidFramePayloadData = 1007 constant ClosePolicyViolation (line 53) | ClosePolicyViolation = 1008 constant CloseMessageTooBig (line 54) | CloseMessageTooBig = 1009 constant CloseMandatoryExtension (line 55) | CloseMandatoryExtension = 1010 constant CloseInternalServerErr (line 56) | CloseInternalServerErr = 1011 constant CloseServiceRestart (line 57) | CloseServiceRestart = 1012 constant CloseTryAgainLater (line 58) | CloseTryAgainLater = 1013 constant CloseTLSHandshake (line 59) | CloseTLSHandshake = 1015 constant TextMessage (line 66) | TextMessage = 1 constant BinaryMessage (line 69) | BinaryMessage = 2 constant CloseMessage (line 74) | CloseMessage = 8 constant PingMessage (line 78) | PingMessage = 9 constant PongMessage (line 82) | PongMessage = 10 type netError (line 94) | type netError struct method Error (line 100) | func (e *netError) Error() string { return e.msg } method Temporary (line 101) | func (e *netError) Temporary() bool { return e.temporary } method Timeout (line 102) | func (e *netError) Timeout() bool { return e.timeout } type CloseError (line 105) | type CloseError struct method Error (line 113) | func (e *CloseError) Error() string { function IsCloseError (line 151) | func IsCloseError(err error, codes ...int) bool { function IsUnexpectedCloseError (line 164) | func IsUnexpectedCloseError(err error, expectedCodes ...int) bool { function newMaskKey (line 184) | func newMaskKey() [4]byte { function hideTempErr (line 189) | func hideTempErr(err error) error { function isControl (line 196) | func isControl(frameType int) bool { function isData (line 200) | func isData(frameType int) bool { function isValidReceivedCloseCode (line 223) | func isValidReceivedCloseCode(code int) bool { type BufferPool (line 229) | type BufferPool interface type writePoolData (line 239) | type writePoolData struct type Conn (line 242) | type Conn struct method setReadRemaining (line 328) | func (c *Conn) setReadRemaining(n int64) error { method Subprotocol (line 338) | func (c *Conn) Subprotocol() string { method Close (line 344) | func (c *Conn) Close() error { method LocalAddr (line 349) | func (c *Conn) LocalAddr() net.Addr { method RemoteAddr (line 354) | func (c *Conn) RemoteAddr() net.Addr { method writeFatal (line 360) | func (c *Conn) writeFatal(err error) error { method read (line 370) | func (c *Conn) read(n int) ([]byte, error) { method write (line 379) | func (c *Conn) write(frameType int, deadline time.Time, buf0, buf1 []b... method writeBufs (line 405) | func (c *Conn) writeBufs(bufs ...[]byte) error { method WriteControl (line 413) | func (c *Conn) WriteControl(messageType int, data []byte, deadline tim... method beginMessage (line 475) | func (c *Conn) beginMessage(mw *messageWriter, messageType int) error { method NextWriter (line 518) | func (c *Conn) NextWriter(messageType int) (io.WriteCloser, error) { method WritePreparedMessage (line 735) | func (c *Conn) WritePreparedMessage(pm *PreparedMessage) error { method WriteMessage (line 758) | func (c *Conn) WriteMessage(messageType int, data []byte) error { method SetWriteDeadline (line 787) | func (c *Conn) SetWriteDeadline(t time.Time) error { method advanceFrame (line 794) | func (c *Conn) advanceFrame() (int, error) { method handleProtocolError (line 979) | func (c *Conn) handleProtocolError(message string) error { method NextReader (line 998) | func (c *Conn) NextReader() (messageType int, r io.Reader, err error) { method ReadMessage (line 1091) | func (c *Conn) ReadMessage() (messageType int, p []byte, err error) { method SetReadDeadline (line 1105) | func (c *Conn) SetReadDeadline(t time.Time) error { method SetReadLimit (line 1112) | func (c *Conn) SetReadLimit(limit int64) { method CloseHandler (line 1117) | func (c *Conn) CloseHandler() func(code int, text string) error { method SetCloseHandler (line 1135) | func (c *Conn) SetCloseHandler(h func(code int, text string) error) { method PingHandler (line 1147) | func (c *Conn) PingHandler() func(appData string) error { method SetPingHandler (line 1158) | func (c *Conn) SetPingHandler(h func(appData string) error) { method PongHandler (line 1174) | func (c *Conn) PongHandler() func(appData string) error { method SetPongHandler (line 1185) | func (c *Conn) SetPongHandler(h func(appData string) error) { method UnderlyingConn (line 1194) | func (c *Conn) UnderlyingConn() net.Conn { method EnableWriteCompression (line 1201) | func (c *Conn) EnableWriteCompression(enable bool) { method SetCompressionLevel (line 1209) | func (c *Conn) SetCompressionLevel(level int) error { function newConn (line 285) | func newConn(conn net.Conn, isServer bool, readBufferSize, writeBufferSi... type messageWriter (line 532) | type messageWriter struct method endMessage (line 540) | func (w *messageWriter) endMessage(err error) error { method flushFrame (line 556) | func (w *messageWriter) flushFrame(final bool, extra []byte) error { method ncopy (line 643) | func (w *messageWriter) ncopy(max int) (int, error) { method Write (line 657) | func (w *messageWriter) Write(p []byte) (int, error) { method WriteString (line 684) | func (w *messageWriter) WriteString(p string) (int, error) { method ReadFrom (line 702) | func (w *messageWriter) ReadFrom(r io.Reader) (nn int64, err error) { method Close (line 727) | func (w *messageWriter) Close() error { type messageReader (line 1036) | type messageReader struct method Read (line 1038) | func (r *messageReader) Read(b []byte) (int, error) { method Close (line 1085) | func (r *messageReader) Close() error { function FormatCloseMessage (line 1219) | func FormatCloseMessage(closeCode int, text string) []byte { FILE: vendor/github.com/gorilla/websocket/join.go function JoinMessages (line 15) | func JoinMessages(c *Conn, term string) io.Reader { type joinReader (line 19) | type joinReader struct method Read (line 25) | func (r *joinReader) Read(p []byte) (int, error) { FILE: vendor/github.com/gorilla/websocket/json.go function WriteJSON (line 15) | func WriteJSON(c *Conn, v interface{}) error { method WriteJSON (line 23) | func (c *Conn) WriteJSON(v interface{}) error { function ReadJSON (line 40) | func ReadJSON(c *Conn, v interface{}) error { method ReadJSON (line 49) | func (c *Conn) ReadJSON(v interface{}) error { FILE: vendor/github.com/gorilla/websocket/mask.go constant wordSize (line 12) | wordSize = int(unsafe.Sizeof(uintptr(0))) function maskBytes (line 14) | func maskBytes(key [4]byte, pos int, b []byte) int { FILE: vendor/github.com/gorilla/websocket/mask_safe.go function maskBytes (line 10) | func maskBytes(key [4]byte, pos int, b []byte) int { FILE: vendor/github.com/gorilla/websocket/prepared.go type PreparedMessage (line 19) | type PreparedMessage struct method frame (line 62) | func (pm *PreparedMessage) frame(key prepareKey) (int, []byte, error) { type prepareKey (line 27) | type prepareKey struct type preparedFrame (line 34) | type preparedFrame struct function NewPreparedMessage (line 43) | func NewPreparedMessage(messageType int, data []byte) (*PreparedMessage,... type prepareConn (line 96) | type prepareConn struct method Write (line 101) | func (pc *prepareConn) Write(p []byte) (int, error) { return pc... method SetWriteDeadline (line 102) | func (pc *prepareConn) SetWriteDeadline(t time.Time) error { return nil } FILE: vendor/github.com/gorilla/websocket/proxy.go type netDialerFunc (line 17) | type netDialerFunc method Dial (line 19) | func (fn netDialerFunc) Dial(network, addr string) (net.Conn, error) { function init (line 23) | func init() { type httpProxyDialer (line 29) | type httpProxyDialer struct method Dial (line 34) | func (hpd *httpProxyDialer) Dial(network string, addr string) (net.Con... FILE: vendor/github.com/gorilla/websocket/server.go type HandshakeError (line 18) | type HandshakeError struct method Error (line 22) | func (e HandshakeError) Error() string { return e.message } type Upgrader (line 28) | type Upgrader struct method returnError (line 77) | func (u *Upgrader) returnError(w http.ResponseWriter, r *http.Request,... method selectSubprotocol (line 101) | func (u *Upgrader) selectSubprotocol(r *http.Request, responseHeader h... method Upgrade (line 125) | func (u *Upgrader) Upgrade(w http.ResponseWriter, r *http.Request, res... function checkSameOrigin (line 89) | func checkSameOrigin(r *http.Request) bool { function Upgrade (line 297) | func Upgrade(w http.ResponseWriter, r *http.Request, responseHeader http... function Subprotocols (line 311) | func Subprotocols(r *http.Request) []string { function IsWebSocketUpgrade (line 325) | func IsWebSocketUpgrade(r *http.Request) bool { function bufioReaderSize (line 331) | func bufioReaderSize(originalReader io.Reader, br *bufio.Reader) int { type writeHook (line 344) | type writeHook struct method Write (line 348) | func (wh *writeHook) Write(p []byte) (int, error) { function bufioWriterBuffer (line 354) | func bufioWriterBuffer(originalWriter io.Writer, bw *bufio.Writer) []byte { FILE: vendor/github.com/gorilla/websocket/tls_handshake.go function doHandshake (line 11) | func doHandshake(ctx context.Context, tlsConn *tls.Conn, cfg *tls.Config... FILE: vendor/github.com/gorilla/websocket/tls_handshake_116.go function doHandshake (line 11) | func doHandshake(ctx context.Context, tlsConn *tls.Conn, cfg *tls.Config... FILE: vendor/github.com/gorilla/websocket/util.go function computeAcceptKey (line 19) | func computeAcceptKey(challengeKey string) string { function generateChallengeKey (line 26) | func generateChallengeKey() (string, error) { function skipSpace (line 117) | func skipSpace(s string) (rest string) { function nextToken (line 129) | func nextToken(s string) (token, rest string) { function nextTokenOrQuoted (line 141) | func nextTokenOrQuoted(s string) (value string, rest string) { function equalASCIIFold (line 178) | func equalASCIIFold(s, t string) bool { function tokenListContainsValue (line 202) | func tokenListContainsValue(header http.Header, name string, value strin... function parseExtensions (line 228) | func parseExtensions(header http.Header) []map[string]string { FILE: vendor/github.com/gorilla/websocket/x_net_proxy.go type proxy_direct (line 21) | type proxy_direct struct method Dial (line 26) | func (proxy_direct) Dial(network, addr string) (net.Conn, error) { type proxy_PerHost (line 32) | type proxy_PerHost struct method Dial (line 53) | func (p *proxy_PerHost) Dial(network, addr string) (c net.Conn, err er... method dialerForRequest (line 62) | func (p *proxy_PerHost) dialerForRequest(host string) proxy_Dialer { method AddFromString (line 100) | func (p *proxy_PerHost) AddFromString(s string) { method AddIP (line 129) | func (p *proxy_PerHost) AddIP(ip net.IP) { method AddNetwork (line 136) | func (p *proxy_PerHost) AddNetwork(net *net.IPNet) { method AddZone (line 142) | func (p *proxy_PerHost) AddZone(zone string) { method AddHost (line 153) | func (p *proxy_PerHost) AddHost(host string) { function proxy_NewPerHost (line 44) | func proxy_NewPerHost(defaultDialer, bypass proxy_Dialer) *proxy_PerHost { type proxy_Dialer (line 161) | type proxy_Dialer interface type proxy_Auth (line 167) | type proxy_Auth struct function proxy_FromEnvironment (line 173) | func proxy_FromEnvironment() proxy_Dialer { function proxy_RegisterDialerType (line 205) | func proxy_RegisterDialerType(scheme string, f func(*url.URL, proxy_Dial... function proxy_FromURL (line 214) | func proxy_FromURL(u *url.URL, forward proxy_Dialer) (proxy_Dialer, erro... type proxy_envOnce (line 253) | type proxy_envOnce struct method Get (line 259) | func (e *proxy_envOnce) Get() string { method init (line 264) | func (e *proxy_envOnce) init() { function proxy_SOCKS5 (line 275) | func proxy_SOCKS5(network, addr string, auth *proxy_Auth, forward proxy_... type proxy_socks5 (line 289) | type proxy_socks5 struct method Dial (line 323) | func (s *proxy_socks5) Dial(network, addr string) (net.Conn, error) { method connect (line 344) | func (s *proxy_socks5) connect(conn net.Conn, target string) error { constant proxy_socks5Version (line 295) | proxy_socks5Version = 5 constant proxy_socks5AuthNone (line 298) | proxy_socks5AuthNone = 0 constant proxy_socks5AuthPassword (line 299) | proxy_socks5AuthPassword = 2 constant proxy_socks5Connect (line 302) | proxy_socks5Connect = 1 constant proxy_socks5IP4 (line 305) | proxy_socks5IP4 = 1 constant proxy_socks5Domain (line 306) | proxy_socks5Domain = 3 constant proxy_socks5IP6 (line 307) | proxy_socks5IP6 = 4 FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule/compile.go constant opcodeVersion (line 8) | opcodeVersion = 1 type Template (line 12) | type Template struct type Compiler (line 29) | type Compiler interface type op (line 33) | type op struct method compile (line 45) | func (w wildcard) compile() []op { method compile (line 51) | func (w deepWildcard) compile() []op { method compile (line 57) | func (l literal) compile() []op { method compile (line 66) | func (v variable) compile() []op { method Compile (line 82) | func (t template) Compile() Template { FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule/fuzz.go function Fuzz (line 6) | func Fuzz(data []byte) int { FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule/parse.go type InvalidTemplateError (line 10) | type InvalidTemplateError struct method Error (line 15) | func (e InvalidTemplateError) Error() string { function Parse (line 20) | func Parse(tmpl string) (Compiler, error) { function tokenize (line 39) | func tokenize(path string) (tokens []string, verb string) { type parser (line 115) | type parser struct method topLevelSegments (line 121) | func (p *parser) topLevelSegments() ([]segment, error) { method segments (line 136) | func (p *parser) segments() ([]segment, error) { method segment (line 155) | func (p *parser) segment() (segment, error) { method literal (line 173) | func (p *parser) literal() (segment, error) { method variable (line 181) | func (p *parser) variable() (segment, error) { method fieldPath (line 210) | func (p *parser) fieldPath() (string, error) { method accept (line 247) | func (p *parser) accept(term termType) (string, error) { type termType (line 229) | type termType constant typeIdent (line 236) | typeIdent = termType("ident") constant typeLiteral (line 237) | typeLiteral = termType("literal") constant typeEOF (line 238) | typeEOF = termType("$") constant eof (line 242) | eof = "\u0000" function expectPChars (line 283) | func expectPChars(t string) error { function expectIdent (line 334) | func expectIdent(ident string) error { function isHexDigit (line 358) | func isHexDigit(r rune) bool { FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule/types.go type template (line 8) | type template struct method String (line 50) | func (t template) String() string { type segment (line 14) | type segment interface type wildcard (line 19) | type wildcard struct method String (line 30) | func (wildcard) String() string { type deepWildcard (line 21) | type deepWildcard struct method String (line 34) | func (deepWildcard) String() string { type literal (line 23) | type literal method String (line 38) | func (l literal) String() string { type variable (line 25) | type variable struct method String (line 42) | func (v variable) String() string { FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/context.go constant MetadataHeaderPrefix (line 23) | MetadataHeaderPrefix = "Grpc-Metadata-" constant MetadataPrefix (line 27) | MetadataPrefix = "grpcgateway-" constant MetadataTrailerPrefix (line 31) | MetadataTrailerPrefix = "Grpc-Trailer-" constant metadataGrpcTimeout (line 33) | metadataGrpcTimeout = "Grpc-Timeout" constant metadataHeaderBinarySuffix (line 34) | metadataHeaderBinarySuffix = "-Bin" constant xForwardedFor (line 36) | xForwardedFor = "X-Forwarded-For" constant xForwardedHost (line 37) | xForwardedHost = "X-Forwarded-Host" type rpcMethodKey (line 50) | type rpcMethodKey struct type httpPathPatternKey (line 51) | type httpPathPatternKey struct type httpPatternKey (line 52) | type httpPatternKey struct type AnnotateContextOption (line 54) | type AnnotateContextOption function WithHTTPPathPattern (line 57) | func WithHTTPPathPattern(pattern string) AnnotateContextOption { function decodeBinHeader (line 63) | func decodeBinHeader(v string) ([]byte, error) { function AnnotateContext (line 78) | func AnnotateContext(ctx context.Context, mux *ServeMux, req *http.Reque... function AnnotateIncomingContext (line 92) | func AnnotateIncomingContext(ctx context.Context, mux *ServeMux, req *ht... function isValidGRPCMetadataKey (line 104) | func isValidGRPCMetadataKey(key string) bool { function isValidGRPCMetadataTextValue (line 123) | func isValidGRPCMetadataTextValue(textValue string) bool { function annotateContext (line 136) | func annotateContext(ctx context.Context, mux *ServeMux, req *http.Reque... type ServerMetadata (line 215) | type ServerMetadata struct type serverMetadataKey (line 220) | type serverMetadataKey struct function NewServerMetadataContext (line 223) | func NewServerMetadataContext(ctx context.Context, md ServerMetadata) co... function ServerMetadataFromContext (line 231) | func ServerMetadataFromContext(ctx context.Context) (md ServerMetadata, ... type ServerTransportStream (line 242) | type ServerTransportStream struct method Method (line 249) | func (s *ServerTransportStream) Method() string { method Header (line 254) | func (s *ServerTransportStream) Header() metadata.MD { method SetHeader (line 261) | func (s *ServerTransportStream) SetHeader(md metadata.MD) error { method SendHeader (line 273) | func (s *ServerTransportStream) SendHeader(md metadata.MD) error { method Trailer (line 278) | func (s *ServerTransportStream) Trailer() metadata.MD { method SetTrailer (line 285) | func (s *ServerTransportStream) SetTrailer(md metadata.MD) error { function timeoutDecode (line 296) | func timeoutDecode(s string) (time.Duration, error) { function timeoutUnitToDuration (line 312) | func timeoutUnitToDuration(u uint8) (d time.Duration, ok bool) { function isPermanentHTTPHeader (line 334) | func isPermanentHTTPHeader(hdr string) bool { function isMalformedHTTPHeader (line 368) | func isMalformedHTTPHeader(header string) bool { function RPCMethod (line 375) | func RPCMethod(ctx context.Context) (string, bool) { function withRPCMethod (line 387) | func withRPCMethod(ctx context.Context, rpcMethodName string) context.Co... function HTTPPathPattern (line 393) | func HTTPPathPattern(ctx context.Context) (string, bool) { function withHTTPPathPattern (line 405) | func withHTTPPathPattern(ctx context.Context, httpPathPattern string) co... function HTTPPattern (line 410) | func HTTPPattern(ctx context.Context) (Pattern, bool) { function withHTTPPattern (line 415) | func withHTTPPattern(ctx context.Context, httpPattern Pattern) context.C... FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/convert.go function String (line 17) | func String(val string) (string, error) { function StringSlice (line 23) | func StringSlice(val, sep string) ([]string, error) { function Bool (line 28) | func Bool(val string) (bool, error) { function BoolSlice (line 34) | func BoolSlice(val, sep string) ([]bool, error) { function Float64 (line 48) | func Float64(val string) (float64, error) { function Float64Slice (line 54) | func Float64Slice(val, sep string) ([]float64, error) { function Float32 (line 68) | func Float32(val string) (float32, error) { function Float32Slice (line 78) | func Float32Slice(val, sep string) ([]float32, error) { function Int64 (line 92) | func Int64(val string) (int64, error) { function Int64Slice (line 98) | func Int64Slice(val, sep string) ([]int64, error) { function Int32 (line 112) | func Int32(val string) (int32, error) { function Int32Slice (line 122) | func Int32Slice(val, sep string) ([]int32, error) { function Uint64 (line 136) | func Uint64(val string) (uint64, error) { function Uint64Slice (line 142) | func Uint64Slice(val, sep string) ([]uint64, error) { function Uint32 (line 156) | func Uint32(val string) (uint32, error) { function Uint32Slice (line 166) | func Uint32Slice(val, sep string) ([]uint32, error) { function Bytes (line 181) | func Bytes(val string) ([]byte, error) { function BytesSlice (line 194) | func BytesSlice(val, sep string) ([][]byte, error) { function Timestamp (line 208) | func Timestamp(val string) (*timestamppb.Timestamp, error) { function Duration (line 219) | func Duration(val string) (*durationpb.Duration, error) { function Enum (line 231) | func Enum(val string, enumValMap map[string]int32) (int32, error) { function EnumSlice (line 252) | func EnumSlice(val, sep string, enumValMap map[string]int32) ([]int32, e... function StringValue (line 268) | func StringValue(val string) (*wrapperspb.StringValue, error) { function FloatValue (line 273) | func FloatValue(val string) (*wrapperspb.FloatValue, error) { function DoubleValue (line 279) | func DoubleValue(val string) (*wrapperspb.DoubleValue, error) { function BoolValue (line 285) | func BoolValue(val string) (*wrapperspb.BoolValue, error) { function Int32Value (line 291) | func Int32Value(val string) (*wrapperspb.Int32Value, error) { function UInt32Value (line 297) | func UInt32Value(val string) (*wrapperspb.UInt32Value, error) { function Int64Value (line 303) | func Int64Value(val string) (*wrapperspb.Int64Value, error) { function UInt64Value (line 309) | func UInt64Value(val string) (*wrapperspb.UInt64Value, error) { function BytesValue (line 315) | func BytesValue(val string) (*wrapperspb.BytesValue, error) { FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/errors.go type ErrorHandlerFunc (line 15) | type ErrorHandlerFunc type StreamErrorHandlerFunc (line 18) | type StreamErrorHandlerFunc type RoutingErrorHandlerFunc (line 21) | type RoutingErrorHandlerFunc type HTTPStatusError (line 25) | type HTTPStatusError struct method Error (line 30) | func (e *HTTPStatusError) Error() string { function HTTPStatusFromCode (line 36) | func HTTPStatusFromCode(code codes.Code) int { function HTTPError (line 80) | func HTTPError(ctx context.Context, mux *ServeMux, marshaler Marshaler, ... function HTTPStreamError (line 85) | func HTTPStreamError(ctx context.Context, mux *ServeMux, marshaler Marsh... function DefaultHTTPErrorHandler (line 108) | func DefaultHTTPErrorHandler(ctx context.Context, mux *ServeMux, marshal... function DefaultStreamErrorHandler (line 182) | func DefaultStreamErrorHandler(_ context.Context, err error) *status.Sta... function DefaultRoutingErrorHandler (line 193) | func DefaultRoutingErrorHandler(ctx context.Context, mux *ServeMux, mars... FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/fieldmask.go function getFieldByName (line 15) | func getFieldByName(fields protoreflect.FieldDescriptors, name string) p... function FieldMaskFromRequestBody (line 25) | func FieldMaskFromRequestBody(r io.Reader, msg proto.Message) (*field_ma... function isProtobufAnyMessage (line 114) | func isProtobufAnyMessage(md protoreflect.MessageDescriptor) bool { function isDynamicProtoMessage (line 118) | func isDynamicProtoMessage(md protoreflect.MessageDescriptor) bool { function buildPathsBlindly (line 127) | func buildPathsBlindly(name string, in interface{}) []string { type fieldMaskPathItem (line 159) | type fieldMaskPathItem struct FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/handler.go function ForwardResponseStream (line 21) | func ForwardResponseStream(ctx context.Context, mux *ServeMux, marshaler... function handleForwardResponseServerMetadata (line 119) | func handleForwardResponseServerMetadata(w http.ResponseWriter, mux *Ser... function handleForwardResponseTrailerHeader (line 129) | func handleForwardResponseTrailerHeader(w http.ResponseWriter, mux *Serv... function handleForwardResponseTrailer (line 137) | func handleForwardResponseTrailer(w http.ResponseWriter, mux *ServeMux, ... type responseBody (line 149) | type responseBody interface function ForwardResponseMessage (line 154) | func ForwardResponseMessage(ctx context.Context, mux *ServeMux, marshale... function requestAcceptsTrailers (line 210) | func requestAcceptsTrailers(req *http.Request) bool { function handleForwardResponseOptions (line 215) | func handleForwardResponseOptions(ctx context.Context, w http.ResponseWr... function handleForwardResponseStreamError (line 227) | func handleForwardResponseStreamError(ctx context.Context, wroteHeader b... function errorChunk (line 249) | func errorChunk(st *status.Status) map[string]proto.Message { FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/marshal_httpbodyproto.go type HTTPBodyMarshaler (line 11) | type HTTPBodyMarshaler struct method ContentType (line 18) | func (h *HTTPBodyMarshaler) ContentType(v interface{}) string { method Marshal (line 27) | func (h *HTTPBodyMarshaler) Marshal(v interface{}) ([]byte, error) { FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/marshal_json.go type JSONBuiltin (line 15) | type JSONBuiltin struct method ContentType (line 18) | func (*JSONBuiltin) ContentType(_ interface{}) string { method Marshal (line 23) | func (j *JSONBuiltin) Marshal(v interface{}) ([]byte, error) { method MarshalIndent (line 28) | func (j *JSONBuiltin) MarshalIndent(v interface{}, prefix, indent stri... method Unmarshal (line 33) | func (j *JSONBuiltin) Unmarshal(data []byte, v interface{}) error { method NewDecoder (line 38) | func (j *JSONBuiltin) NewDecoder(r io.Reader) Decoder { method NewEncoder (line 43) | func (j *JSONBuiltin) NewEncoder(w io.Writer) Encoder { method Delimiter (line 48) | func (j *JSONBuiltin) Delimiter() []byte { FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/marshal_jsonpb.go type JSONPb (line 21) | type JSONPb struct method ContentType (line 27) | func (*JSONPb) ContentType(_ interface{}) string { method Marshal (line 32) | func (j *JSONPb) Marshal(v interface{}) ([]byte, error) { method marshalTo (line 40) | func (j *JSONPb) marshalTo(w io.Writer, v interface{}) error { method marshalNonProtoField (line 77) | func (j *JSONPb) marshalNonProtoField(v interface{}) ([]byte, error) { method Unmarshal (line 166) | func (j *JSONPb) Unmarshal(data []byte, v interface{}) error { method NewDecoder (line 171) | func (j *JSONPb) NewDecoder(r io.Reader) Decoder { method NewEncoder (line 193) | func (j *JSONPb) NewEncoder(w io.Writer) Encoder { method Delimiter (line 333) | func (j *JSONPb) Delimiter() []byte { type DecoderWrapper (line 181) | type DecoderWrapper struct method Decode (line 188) | func (d DecoderWrapper) Decode(v interface{}) error { function unmarshalJSONPb (line 205) | func unmarshalJSONPb(data []byte, unmarshaler protojson.UnmarshalOptions... function decodeJSONPb (line 210) | func decodeJSONPb(d *json.Decoder, unmarshaler protojson.UnmarshalOption... function decodeNonProtoField (line 225) | func decodeNonProtoField(d *json.Decoder, unmarshaler protojson.Unmarsha... type protoEnum (line 323) | type protoEnum interface FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/marshal_proto.go type ProtoMarshaller (line 11) | type ProtoMarshaller struct method ContentType (line 14) | func (*ProtoMarshaller) ContentType(_ interface{}) string { method Marshal (line 19) | func (*ProtoMarshaller) Marshal(value interface{}) ([]byte, error) { method Unmarshal (line 28) | func (*ProtoMarshaller) Unmarshal(data []byte, value interface{}) error { method NewDecoder (line 37) | func (marshaller *ProtoMarshaller) NewDecoder(reader io.Reader) Decoder { method NewEncoder (line 48) | func (marshaller *ProtoMarshaller) NewEncoder(writer io.Writer) Encoder { FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/marshaler.go type Marshaler (line 8) | type Marshaler interface type Decoder (line 25) | type Decoder interface type Encoder (line 30) | type Encoder interface type DecoderFunc (line 35) | type DecoderFunc method Decode (line 38) | func (f DecoderFunc) Decode(v interface{}) error { return f(v) } type EncoderFunc (line 41) | type EncoderFunc method Encode (line 44) | func (f EncoderFunc) Encode(v interface{}) error { return f(v) } type Delimited (line 47) | type Delimited interface type StreamContentType (line 53) | type StreamContentType interface FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/marshaler_registry.go constant MIMEWildcard (line 14) | MIMEWildcard = "*" function MarshalerForRequest (line 38) | func MarshalerForRequest(mux *ServeMux, r *http.Request) (inbound Marsha... type marshalerRegistry (line 69) | type marshalerRegistry struct method add (line 75) | func (m marshalerRegistry) add(mime string, marshaler Marshaler) error { function makeMarshalerMIMERegistry (line 93) | func makeMarshalerMIMERegistry() marshalerRegistry { function WithMarshalerOption (line 103) | func WithMarshalerOption(mime string, marshaler Marshaler) ServeMuxOption { FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/mux.go type UnescapingMode (line 22) | type UnescapingMode constant UnescapingModeLegacy (line 27) | UnescapingModeLegacy UnescapingMode = iota constant UnescapingModeAllExceptReserved (line 31) | UnescapingModeAllExceptReserved constant UnescapingModeAllExceptSlash (line 35) | UnescapingModeAllExceptSlash constant UnescapingModeAllCharacters (line 38) | UnescapingModeAllCharacters constant UnescapingModeDefault (line 43) | UnescapingModeDefault = UnescapingModeLegacy type HandlerFunc (line 49) | type HandlerFunc type Middleware (line 54) | type Middleware type ServeMux (line 58) | type ServeMux struct method Handle (line 350) | func (s *ServeMux) Handle(meth string, pat Pattern, h HandlerFunc) { method HandlePath (line 359) | func (s *ServeMux) HandlePath(meth string, pathPattern string, h Handl... method ServeHTTP (line 374) | func (s *ServeMux) ServeHTTP(w http.ResponseWriter, r *http.Request) { method GetForwardResponseOptions (line 521) | func (s *ServeMux) GetForwardResponseOptions() []func(context.Context,... method isPathLengthFallback (line 525) | func (s *ServeMux) isPathLengthFallback(r *http.Request) bool { method handleHandler (line 534) | func (s *ServeMux) handleHandler(h handler, w http.ResponseWriter, r *... type ServeMuxOption (line 78) | type ServeMuxOption type ForwardResponseRewriter (line 82) | type ForwardResponseRewriter function WithForwardResponseRewriter (line 92) | func WithForwardResponseRewriter(fwdResponseRewriter ForwardResponseRewr... function WithForwardResponseOption (line 104) | func WithForwardResponseOption(forwardResponseOption func(context.Contex... function WithUnescapingMode (line 112) | func WithUnescapingMode(mode UnescapingMode) ServeMuxOption { function WithMiddlewares (line 121) | func WithMiddlewares(middlewares ...Middleware) ServeMuxOption { function SetQueryParameterParser (line 130) | func SetQueryParameterParser(queryParameterParser QueryParameterParser) ... type HeaderMatcherFunc (line 137) | type HeaderMatcherFunc method matchedMalformedHeaders (line 176) | func (fn HeaderMatcherFunc) matchedMalformedHeaders() []string { function DefaultHeaderMatcher (line 143) | func DefaultHeaderMatcher(key string) (string, bool) { function defaultOutgoingHeaderMatcher (line 153) | func defaultOutgoingHeaderMatcher(key string) (string, bool) { function defaultOutgoingTrailerMatcher (line 157) | func defaultOutgoingTrailerMatcher(key string) (string, bool) { function WithIncomingHeaderMatcher (line 165) | func WithIncomingHeaderMatcher(fn HeaderMatcherFunc) ServeMuxOption { function WithOutgoingHeaderMatcher (line 195) | func WithOutgoingHeaderMatcher(fn HeaderMatcherFunc) ServeMuxOption { function WithOutgoingTrailerMatcher (line 206) | func WithOutgoingTrailerMatcher(fn HeaderMatcherFunc) ServeMuxOption { function WithMetadata (line 216) | func WithMetadata(annotator func(context.Context, *http.Request) metadat... function WithErrorHandler (line 225) | func WithErrorHandler(fn ErrorHandlerFunc) ServeMuxOption { function WithStreamErrorHandler (line 239) | func WithStreamErrorHandler(fn StreamErrorHandlerFunc) ServeMuxOption { function WithRoutingErrorHandler (line 249) | func WithRoutingErrorHandler(fn RoutingErrorHandlerFunc) ServeMuxOption { function WithDisablePathLengthFallback (line 256) | func WithDisablePathLengthFallback() ServeMuxOption { function WithWriteContentLength (line 263) | func WithWriteContentLength() ServeMuxOption { function WithHealthEndpointAt (line 277) | func WithHealthEndpointAt(healthCheckClient grpc_health_v1.HealthClient,... function WithHealthzEndpoint (line 315) | func WithHealthzEndpoint(healthCheckClient grpc_health_v1.HealthClient) ... function NewServeMux (line 320) | func NewServeMux(opts ...ServeMuxOption) *ServeMux { type handler (line 529) | type handler struct function chainMiddlewares (line 538) | func chainMiddlewares(mws []Middleware) Middleware { FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/pattern.go type MalformedSequenceError (line 20) | type MalformedSequenceError method Error (line 22) | func (e MalformedSequenceError) Error() string { type op (line 26) | type op struct type Pattern (line 33) | type Pattern struct method MatchAndEscape (line 154) | func (p Pattern) MatchAndEscape(components []string, verb string, unes... method Match (line 231) | func (p Pattern) Match(components []string, verb string) (map[string]s... method Verb (line 236) | func (p Pattern) Verb() string { return p.verb } method String (line 238) | func (p Pattern) String() string { function NewPattern (line 53) | func NewPattern(version int, ops []int, pool []string, verb string) (Pat... function MustPattern (line 143) | func MustPattern(p Pattern, err error) Pattern { function ishex (line 276) | func ishex(c byte) bool { function isRFC6570Reserved (line 288) | func isRFC6570Reserved(c byte) bool { function unhex (line 299) | func unhex(c byte) byte { function shouldUnescapeWithMode (line 313) | func shouldUnescapeWithMode(c byte, mode UnescapingMode) bool { function unescape (line 330) | func unescape(s string, mode UnescapingMode, multisegment bool) (string,... FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/proto2_convert.go function StringP (line 8) | func StringP(val string) (*string, error) { function BoolP (line 14) | func BoolP(val string) (*bool, error) { function Float64P (line 24) | func Float64P(val string) (*float64, error) { function Float32P (line 34) | func Float32P(val string) (*float32, error) { function Int64P (line 44) | func Int64P(val string) (*int64, error) { function Int32P (line 54) | func Int32P(val string) (*int32, error) { function Uint64P (line 64) | func Uint64P(val string) (*uint64, error) { function Uint32P (line 74) | func Uint32P(val string) (*uint32, error) { FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/query.go type QueryParameterParser (line 30) | type QueryParameterParser interface function PopulateQueryParameters (line 36) | func PopulateQueryParameters(msg proto.Message, values url.Values, filte... type DefaultQueryParser (line 44) | type DefaultQueryParser struct method Parse (line 48) | func (*DefaultQueryParser) Parse(msg proto.Message, values url.Values,... function PopulateFieldFromPath (line 68) | func PopulateFieldFromPath(msg proto.Message, fieldPathString string, va... function normalizeFieldPath (line 73) | func normalizeFieldPath(msgValue protoreflect.Message, fieldPath []strin... function populateFieldValueFromPath (line 105) | func populateFieldValueFromPath(msgValue protoreflect.Message, fieldPath... function populateField (line 166) | func populateField(fieldDescriptor protoreflect.FieldDescriptor, msgValu... function populateRepeatedField (line 176) | func populateRepeatedField(fieldDescriptor protoreflect.FieldDescriptor,... function populateMapField (line 188) | func populateMapField(fieldDescriptor protoreflect.FieldDescriptor, mp p... function parseField (line 208) | func parseField(fieldDescriptor protoreflect.FieldDescriptor, value stri... function parseMessage (line 288) | func parseMessage(msgDescriptor protoreflect.MessageDescriptor, value st... FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/utilities/pattern.go type OpCode (line 4) | type OpCode constant OpNop (line 9) | OpNop = OpCode(iota) constant OpPush (line 11) | OpPush constant OpLitPush (line 13) | OpLitPush constant OpPushM (line 15) | OpPushM constant OpConcatN (line 17) | OpConcatN constant OpCapture (line 19) | OpCapture constant OpEnd (line 21) | OpEnd FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/utilities/readerfactory.go function IOReaderFactory (line 10) | func IOReaderFactory(r io.Reader) (func() io.Reader, error) { FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/utilities/string_array_flag.go type flagInterface (line 9) | type flagInterface interface function StringArrayFlag (line 15) | func StringArrayFlag(f flagInterface, name string, usage string) *String... type StringArrayFlags (line 22) | type StringArrayFlags method String (line 25) | func (i *StringArrayFlags) String() string { method Set (line 30) | func (i *StringArrayFlags) Set(value string) error { FILE: vendor/github.com/grpc-ecosystem/grpc-gateway/v2/utilities/trie.go type DoubleArray (line 8) | type DoubleArray struct method HasCommonPrefix (line 152) | func (da *DoubleArray) HasCommonPrefix(seq []string) bool { function NewDoubleArray (line 18) | func NewDoubleArray(seqs [][]string) *DoubleArray { function registerTokens (line 40) | func registerTokens(da *DoubleArray, seqs [][]string) [][]int { type node (line 58) | type node struct method value (line 63) | func (n node) value(seqs [][]int) int { method children (line 67) | func (n node) children(seqs [][]int) []*node { function addSeqs (line 87) | func addSeqs(da *DoubleArray, seqs [][]int, pos int, n node) { function ensureSize (line 125) | func ensureSize(da *DoubleArray, i int) { type byLex (line 132) | type byLex method Len (line 134) | func (l byLex) Len() int { return len(l) } method Swap (line 135) | func (l byLex) Swap(i, j int) { l[i], l[j] = l[j], l[i] } method Less (line 136) | func (l byLex) Less(i, j int) bool { FILE: vendor/github.com/klauspost/compress/flate/deflate.go constant NoCompression (line 17) | NoCompression = 0 constant BestSpeed (line 18) | BestSpeed = 1 constant BestCompression (line 19) | BestCompression = 9 constant DefaultCompression (line 20) | DefaultCompression = -1 constant HuffmanOnly (line 31) | HuffmanOnly = -2 constant ConstantCompression (line 32) | ConstantCompression = HuffmanOnly constant logWindowSize (line 34) | logWindowSize = 15 constant windowSize (line 35) | windowSize = 1 << logWindowSize constant windowMask (line 36) | windowMask = windowSize - 1 constant logMaxOffsetSize (line 37) | logMaxOffsetSize = 15 constant minMatchLength (line 38) | minMatchLength = 4 constant maxMatchLength (line 39) | maxMatchLength = 258 constant minOffsetSize (line 40) | minOffsetSize = 1 constant maxFlateBlockTokens (line 46) | maxFlateBlockTokens = 1 << 15 constant maxStoreBlockSize (line 47) | maxStoreBlockSize = 65535 constant hashBits (line 48) | hashBits = 17 constant hashSize (line 49) | hashSize = 1 << hashBits constant hashMask (line 50) | hashMask = (1 << hashBits) - 1 constant hashShift (line 51) | hashShift = (hashBits + minMatchLength - 1) / minMatchLength constant maxHashOffset (line 52) | maxHashOffset = 1 << 28 constant skipNever (line 54) | skipNever = math.MaxInt32 constant debugDeflate (line 56) | debugDeflate = false type compressionLevel (line 59) | type compressionLevel struct type advancedState (line 83) | type advancedState struct type compressor (line 106) | type compressor struct method fillDeflate (line 130) | func (d *compressor) fillDeflate(b []byte) int { method writeBlock (line 171) | func (d *compressor) writeBlock(tok *tokens, index int, eof bool) error { method writeBlockSkip (line 188) | func (d *compressor) writeBlockSkip(tok *tokens, index int, eof bool) ... method fillWindow (line 213) | func (d *compressor) fillWindow(b []byte) { method findMatch (line 271) | func (d *compressor) findMatch(pos int, prevHead int, lookahead int) (... method writeStoredBlock (line 365) | func (d *compressor) writeStoredBlock(buf []byte) error { method initDeflate (line 402) | func (d *compressor) initDeflate() { method deflateLazy (line 419) | func (d *compressor) deflateLazy() { method store (line 704) | func (d *compressor) store() { method fillBlock (line 713) | func (d *compressor) fillBlock(b []byte) int { method storeHuff (line 722) | func (d *compressor) storeHuff() { method storeFast (line 734) | func (d *compressor) storeFast() { method write (line 776) | func (d *compressor) write(b []byte) (n int, err error) { method syncFlush (line 793) | func (d *compressor) syncFlush() error { method init (line 808) | func (d *compressor) init(w io.Writer, level int) (err error) { method reset (line 851) | func (d *compressor) reset(w io.Writer) { method close (line 886) | func (d *compressor) close() error { function hash4 (line 376) | func hash4(b []byte) uint32 { function hash4u (line 382) | func hash4u(u uint32, h uint8) uint32 { function bulkHash4 (line 388) | func bulkHash4(b []byte, dst []uint32) { function NewWriter (line 915) | func NewWriter(w io.Writer, level int) (*Writer, error) { function NewWriterDict (line 929) | func NewWriterDict(w io.Writer, level int, dict []byte) (*Writer, error) { constant MinCustomWindowSize (line 940) | MinCustomWindowSize = 32 constant MaxCustomWindowSize (line 943) | MaxCustomWindowSize = windowSize function NewWriterWindow (line 947) | func NewWriterWindow(w io.Writer, windowSize int) (*Writer, error) { type Writer (line 963) | type Writer struct method Write (line 970) | func (w *Writer) Write(data []byte) (n int, err error) { method Flush (line 983) | func (w *Writer) Flush() error { method Close (line 990) | func (w *Writer) Close() error { method Reset (line 997) | func (w *Writer) Reset(dst io.Writer) { method ResetDict (line 1013) | func (w *Writer) ResetDict(dst io.Writer, dict []byte) { FILE: vendor/github.com/klauspost/compress/flate/dict_decoder.go type dictDecoder (line 27) | type dictDecoder struct method init (line 39) | func (dd *dictDecoder) init(size int, dict []byte) { method histSize (line 59) | func (dd *dictDecoder) histSize() int { method availRead (line 67) | func (dd *dictDecoder) availRead() int { method availWrite (line 72) | func (dd *dictDecoder) availWrite() int { method writeSlice (line 79) | func (dd *dictDecoder) writeSlice() []byte { method writeMark (line 86) | func (dd *dictDecoder) writeMark(cnt int) { method writeByte (line 93) | func (dd *dictDecoder) writeByte(c byte) { method writeCopy (line 103) | func (dd *dictDecoder) writeCopy(dist, length int) int { method tryWriteCopy (line 153) | func (dd *dictDecoder) tryWriteCopy(dist, length int) int { method readFlush (line 176) | func (dd *dictDecoder) readFlush() []byte { FILE: vendor/github.com/klauspost/compress/flate/fast_encoder.go type fastEnc (line 15) | type fastEnc interface function newFastEnc (line 20) | func newFastEnc(level int) fastEnc { constant tableBits (line 40) | tableBits = 15 constant tableSize (line 41) | tableSize = 1 << tableBits constant tableShift (line 42) | tableShift = 32 - tableBits constant baseMatchOffset (line 43) | baseMatchOffset = 1 constant baseMatchLength (line 44) | baseMatchLength = 3 constant maxMatchOffset (line 45) | maxMatchOffset = 1 << 15 constant bTableBits (line 47) | bTableBits = 17 constant bTableSize (line 48) | bTableSize = 1 << bTableBits constant allocHistory (line 49) | allocHistory = maxStoreBlockSize * 5 constant bufferReset (line 50) | bufferReset = (1 << 31) - allocHistory - maxStoreBlockSize - 1 constant prime3bytes (line 54) | prime3bytes = 506832829 constant prime4bytes (line 55) | prime4bytes = 2654435761 constant prime5bytes (line 56) | prime5bytes = 889523592379 constant prime6bytes (line 57) | prime6bytes = 227718039650203 constant prime7bytes (line 58) | prime7bytes = 58295818150454627 constant prime8bytes (line 59) | prime8bytes = 0xcf1bbcdcb7a56463 function load3232 (line 62) | func load3232(b []byte, i int32) uint32 { function load6432 (line 66) | func load6432(b []byte, i int32) uint64 { type tableEntry (line 70) | type tableEntry struct type fastGen (line 77) | type fastGen struct method addBlock (line 82) | func (e *fastGen) addBlock(src []byte) int32 { method matchlen (line 139) | func (e *fastGen) matchlen(s, t int, src []byte) int32 { method matchlenLong (line 181) | func (e *fastGen) matchlenLong(s, t int, src []byte) int32 { method Reset (line 222) | func (e *fastGen) Reset() { type tableEntryPrev (line 104) | type tableEntryPrev struct function hash7 (line 111) | func hash7(u uint64, h uint8) uint32 { function hashLen (line 119) | func hashLen(u uint64, length, mls uint8) uint32 { FILE: vendor/github.com/klauspost/compress/flate/huffman_bit_writer.go constant offsetCodeCount (line 17) | offsetCodeCount = 30 constant endBlockMarker (line 20) | endBlockMarker = 256 constant lengthCodesStart (line 23) | lengthCodesStart = 257 constant codegenCodeCount (line 26) | codegenCodeCount = 19 constant badCode (line 27) | badCode = 255 constant maxPredefinedTokens (line 31) | maxPredefinedTokens = 250 constant bufferFlushSize (line 37) | bufferFlushSize = 246 constant lengthExtraBitsMinCode (line 41) | lengthExtraBitsMinCode = 8 constant offsetExtraBitsMinCode (line 59) | offsetExtraBitsMinCode = 4 function init (line 72) | func init() { type huffmanBitWriter (line 98) | type huffmanBitWriter struct method reset (line 156) | func (w *huffmanBitWriter) reset(writer io.Writer) { method canReuse (line 163) | func (w *huffmanBitWriter) canReuse(t *tokens) (ok bool) { method flush (line 192) | func (w *huffmanBitWriter) flush() { method write (line 218) | func (w *huffmanBitWriter) write(b []byte) { method writeBits (line 225) | func (w *huffmanBitWriter) writeBits(b int32, nb uint8) { method writeBytes (line 233) | func (w *huffmanBitWriter) writeBytes(bytes []byte) { method generateCodegen (line 267) | func (w *huffmanBitWriter) generateCodegen(numLiterals int, numOffsets... method codegens (line 354) | func (w *huffmanBitWriter) codegens() int { method headerSize (line 362) | func (w *huffmanBitWriter) headerSize() (size, numCodegens int) { method dynamicReuseSize (line 375) | func (w *huffmanBitWriter) dynamicReuseSize(litEnc, offEnc *huffmanEnc... method dynamicSize (line 382) | func (w *huffmanBitWriter) dynamicSize(litEnc, offEnc *huffmanEncoder,... method extraBitSize (line 393) | func (w *huffmanBitWriter) extraBitSize() int { method fixedSize (line 405) | func (w *huffmanBitWriter) fixedSize(extraBits int) int { method storedSize (line 415) | func (w *huffmanBitWriter) storedSize(in []byte) (int, bool) { method writeCode (line 425) | func (w *huffmanBitWriter) writeCode(c hcode) { method writeOutBits (line 435) | func (w *huffmanBitWriter) writeOutBits() { method writeDynamicHeader (line 462) | func (w *huffmanBitWriter) writeDynamicHeader(numLiterals int, numOffs... method writeStoredHeader (line 506) | func (w *huffmanBitWriter) writeStoredHeader(length int, isEof bool) { method writeFixedHeader (line 535) | func (w *huffmanBitWriter) writeFixedHeader(isEof bool) { method writeBlock (line 558) | func (w *huffmanBitWriter) writeBlock(tokens *tokens, eof bool, input ... method writeBlockDynamic (line 624) | func (w *huffmanBitWriter) writeBlockDynamic(tokens *tokens, eof bool,... method fillTokens (line 771) | func (w *huffmanBitWriter) fillTokens() { method indexTokens (line 788) | func (w *huffmanBitWriter) indexTokens(t *tokens, filled bool) (numLit... method generate (line 820) | func (w *huffmanBitWriter) generate() { method writeTokens (line 827) | func (w *huffmanBitWriter) writeTokens(tokens []token, leCodes, oeCode... method writeBlockHuff (line 995) | func (w *huffmanBitWriter) writeBlockHuff(eof bool, input []byte, sync... function newHuffmanBitWriter (line 146) | func newHuffmanBitWriter(w io.Writer) *huffmanBitWriter { function init (line 985) | func init() { FILE: vendor/github.com/klauspost/compress/flate/huffman_code.go constant maxBitsLimit (line 13) | maxBitsLimit = 16 constant literalCount (line 15) | literalCount = 286 type hcode (line 19) | type hcode method len (line 21) | func (h hcode) len() uint8 { method code64 (line 25) | func (h hcode) code64() uint64 { method zero (line 29) | func (h hcode) zero() bool { method set (line 69) | func (h *hcode) set(code uint16, length uint8) { type huffmanEncoder (line 33) | type huffmanEncoder struct method bitLength (line 132) | func (h *huffmanEncoder) bitLength(freq []uint16) int { method bitLengthRaw (line 142) | func (h *huffmanEncoder) bitLengthRaw(b []byte) int { method canReuseBits (line 151) | func (h *huffmanEncoder) canReuseBits(freq []uint16) int { method bitCounts (line 183) | func (h *huffmanEncoder) bitCounts(list []literalNode, maxBits int32) ... method assignEncodingAndSize (line 313) | func (h *huffmanEncoder) assignEncodingAndSize(bitCount []int32, list ... method generate (line 339) | func (h *huffmanEncoder) generate(freq []uint16, maxBits int32) { type literalNode (line 43) | type literalNode struct type levelInfo (line 49) | type levelInfo struct function newhcode (line 73) | func newhcode(code uint16, length uint8) hcode { function reverseBits (line 77) | func reverseBits(number uint16, bitLength byte) uint16 { function maxNode (line 81) | func maxNode() literalNode { return literalNode{math.MaxUint16, math.Max... function newHuffmanEncoder (line 83) | func newHuffmanEncoder(size int) *huffmanEncoder { function generateFixedLiteralEncoding (line 90) | func generateFixedLiteralEncoding() *huffmanEncoder { function generateFixedOffsetEncoding (line 120) | func generateFixedOffsetEncoding() *huffmanEncoder { function atLeastOne (line 374) | func atLeastOne(v float32) float32 { function histogram (line 384) | func histogram(b []byte, h []uint16) { function histogramSplit (line 396) | func histogramSplit(b []byte, h []uint16) { FILE: vendor/github.com/klauspost/compress/flate/huffman_sortByFreq.go function sortByFreq (line 10) | func sortByFreq(data []literalNode) { function quickSortByFreq (line 15) | func quickSortByFreq(data []literalNode, a, b, maxDepth int) { function doPivotByFreq (line 45) | func doPivotByFreq(data []literalNode, lo, hi int) (midlo, midhi int) { function insertionSortByFreq (line 133) | func insertionSortByFreq(data []literalNode, a, b int) { function medianOfThreeSortByFreq (line 145) | func medianOfThreeSortByFreq(data []literalNode, m1, m0, m2 int) { FILE: vendor/github.com/klauspost/compress/flate/huffman_sortByLiteral.go function sortByLiteral (line 10) | func sortByLiteral(data []literalNode) { function quickSort (line 15) | func quickSort(data []literalNode, a, b, maxDepth int) { function heapSort (line 44) | func heapSort(data []literalNode, a, b int) { function siftDown (line 63) | func siftDown(data []literalNode, lo, hi, first int) { function doPivot (line 80) | func doPivot(data []literalNode, lo, hi int) (midlo, midhi int) { function insertionSort (line 168) | func insertionSort(data []literalNode, a, b int) { function maxDepth (line 178) | func maxDepth(n int) int { function medianOfThree (line 187) | func medianOfThree(data []literalNode, m1, m0, m2 int) { FILE: vendor/github.com/klauspost/compress/flate/inflate.go constant maxCodeLen (line 20) | maxCodeLen = 16 constant maxCodeLenMask (line 21) | maxCodeLenMask = 15 constant maxNumLit (line 25) | maxNumLit = 286 constant maxNumDist (line 26) | maxNumDist = 30 constant numCodes (line 27) | numCodes = 19 constant debugDecode (line 29) | debugDecode = false type lengthExtra (line 33) | type lengthExtra struct type InternalError (line 54) | type InternalError method Error (line 56) | func (e InternalError) Error() string { return "flate: internal error:... type Resetter (line 71) | type Resetter interface constant huffmanChunkBits (line 98) | huffmanChunkBits = 9 constant huffmanNumChunks (line 99) | huffmanNumChunks = 1 << huffmanChunkBits constant huffmanCountMask (line 100) | huffmanCountMask = 15 constant huffmanValueShift (line 101) | huffmanValueShift = 4 type huffmanDecoder (line 104) | type huffmanDecoder struct method init (line 116) | func (h *huffmanDecoder) init(lengths []int) bool { type Reader (line 284) | type Reader interface type step (line 289) | type step constant copyData (line 292) | copyData step = iota + 1 constant nextBlock (line 293) | nextBlock constant huffmanBytesBuffer (line 294) | huffmanBytesBuffer constant huffmanBytesReader (line 295) | huffmanBytesReader constant huffmanBufioReader (line 296) | huffmanBufioReader constant huffmanStringsReader (line 297) | huffmanStringsReader constant huffmanGenericReader (line 298) | huffmanGenericReader type flushMode (line 302) | type flushMode constant syncFlush (line 305) | syncFlush flushMode = iota constant partialFlush (line 306) | partialFlush type decompressor (line 310) | type decompressor struct method nextBlock (line 347) | func (f *decompressor) nextBlock() { method Read (line 392) | func (f *decompressor) Read(b []byte) (int, error) { method WriteTo (line 415) | func (f *decompressor) WriteTo(w io.Writer) (int64, error) { method Close (line 447) | func (f *decompressor) Close() error { method readHuffman (line 459) | func (f *decompressor) readHuffman() error { method dataBlock (line 595) | func (f *decompressor) dataBlock() { method copyData (line 645) | func (f *decompressor) copyData() { method finishBlock (line 668) | func (f *decompressor) finishBlock() { method doStep (line 682) | func (f *decompressor) doStep() { method moreBits (line 711) | func (f *decompressor) moreBits() error { method huffSym (line 723) | func (f *decompressor) huffSym(h *huffmanDecoder) (int, error) { method Reset (line 795) | func (f *decompressor) Reset(r io.Reader, dict []byte) error { function noEOF (line 704) | func noEOF(e error) error { function makeReader (line 768) | func makeReader(r io.Reader) Reader { function fixedHuffmanDecoderInit (line 775) | func fixedHuffmanDecoderInit() { type ReaderOpt (line 809) | type ReaderOpt function WithPartialBlock (line 813) | func WithPartialBlock() ReaderOpt { function WithDict (line 820) | func WithDict(dict []byte) ReaderOpt { function NewReaderOpts (line 827) | func NewReaderOpts(r io.Reader, opts ...ReaderOpt) io.ReadCloser { function NewReader (line 852) | func NewReader(r io.Reader) io.ReadCloser { function NewReaderDict (line 863) | func NewReaderDict(r io.Reader, dict []byte) io.ReadCloser { FILE: vendor/github.com/klauspost/compress/flate/inflate_gen.go method huffmanBytesBuffer (line 17) | func (f *decompressor) huffmanBytesBuffer() { method huffmanBytesReader (line 268) | func (f *decompressor) huffmanBytesReader() { method huffmanBufioReader (line 519) | func (f *decompressor) huffmanBufioReader() { method huffmanStringsReader (line 770) | func (f *decompressor) huffmanStringsReader() { method huffmanGenericReader (line 1021) | func (f *decompressor) huffmanGenericReader() { method huffmanBlockDecoder (line 1268) | func (f *decompressor) huffmanBlockDecoder() { FILE: vendor/github.com/klauspost/compress/flate/level1.go type fastEncL1 (line 12) | type fastEncL1 struct method Encode (line 18) | func (e *fastEncL1) Encode(dst *tokens, src []byte) { FILE: vendor/github.com/klauspost/compress/flate/level2.go type fastEncL2 (line 8) | type fastEncL2 struct method Encode (line 15) | func (e *fastEncL2) Encode(dst *tokens, src []byte) { FILE: vendor/github.com/klauspost/compress/flate/level3.go type fastEncL3 (line 6) | type fastEncL3 struct method Encode (line 12) | func (e *fastEncL3) Encode(dst *tokens, src []byte) { FILE: vendor/github.com/klauspost/compress/flate/level4.go type fastEncL4 (line 5) | type fastEncL4 struct method Encode (line 11) | func (e *fastEncL4) Encode(dst *tokens, src []byte) { FILE: vendor/github.com/klauspost/compress/flate/level5.go type fastEncL5 (line 5) | type fastEncL5 struct method Encode (line 11) | func (e *fastEncL5) Encode(dst *tokens, src []byte) { type fastEncL5Window (line 314) | type fastEncL5Window struct method Encode (line 322) | func (e *fastEncL5Window) Encode(dst *tokens, src []byte) { method Reset (line 625) | func (e *fastEncL5Window) Reset() { method addBlock (line 639) | func (e *fastEncL5Window) addBlock(src []byte) int32 { method matchlen (line 665) | func (e *fastEncL5Window) matchlen(s, t int32, src []byte) int32 { method matchlenLong (line 691) | func (e *fastEncL5Window) matchlenLong(s, t int32, src []byte) int32 { FILE: vendor/github.com/klauspost/compress/flate/level6.go type fastEncL6 (line 5) | type fastEncL6 struct method Encode (line 11) | func (e *fastEncL6) Encode(dst *tokens, src []byte) { FILE: vendor/github.com/klauspost/compress/flate/matchlen_generic.go function matchLen (line 14) | func matchLen(a, b []byte) (n int) { FILE: vendor/github.com/klauspost/compress/flate/regmask_amd64.go constant reg8SizeMask8 (line 9) | reg8SizeMask8 = 7 constant reg8SizeMask16 (line 10) | reg8SizeMask16 = 15 constant reg8SizeMask32 (line 11) | reg8SizeMask32 = 31 constant reg8SizeMask64 (line 12) | reg8SizeMask64 = 63 constant reg16SizeMask8 (line 15) | reg16SizeMask8 = reg8SizeMask8 constant reg16SizeMask16 (line 16) | reg16SizeMask16 = reg8SizeMask16 constant reg16SizeMask32 (line 17) | reg16SizeMask32 = reg8SizeMask32 constant reg16SizeMask64 (line 18) | reg16SizeMask64 = reg8SizeMask64 constant reg32SizeMask8 (line 21) | reg32SizeMask8 = reg8SizeMask8 constant reg32SizeMask16 (line 22) | reg32SizeMask16 = reg8SizeMask16 constant reg32SizeMask32 (line 23) | reg32SizeMask32 = reg8SizeMask32 constant reg32SizeMask64 (line 24) | reg32SizeMask64 = reg8SizeMask64 constant reg64SizeMask8 (line 27) | reg64SizeMask8 = reg8SizeMask8 constant reg64SizeMask16 (line 28) | reg64SizeMask16 = reg8SizeMask16 constant reg64SizeMask32 (line 29) | reg64SizeMask32 = reg8SizeMask32 constant reg64SizeMask64 (line 30) | reg64SizeMask64 = reg8SizeMask64 constant regSizeMaskUint8 (line 33) | regSizeMaskUint8 = reg8SizeMask8 constant regSizeMaskUint16 (line 34) | regSizeMaskUint16 = reg8SizeMask16 constant regSizeMaskUint32 (line 35) | regSizeMaskUint32 = reg8SizeMask32 constant regSizeMaskUint64 (line 36) | regSizeMaskUint64 = reg8SizeMask64 FILE: vendor/github.com/klauspost/compress/flate/regmask_other.go constant reg8SizeMask8 (line 12) | reg8SizeMask8 = 0xff constant reg8SizeMask16 (line 13) | reg8SizeMask16 = 0xff constant reg8SizeMask32 (line 14) | reg8SizeMask32 = 0xff constant reg8SizeMask64 (line 15) | reg8SizeMask64 = 0xff constant reg16SizeMask8 (line 18) | reg16SizeMask8 = 0xffff constant reg16SizeMask16 (line 19) | reg16SizeMask16 = 0xffff constant reg16SizeMask32 (line 20) | reg16SizeMask32 = 0xffff constant reg16SizeMask64 (line 21) | reg16SizeMask64 = 0xffff constant reg32SizeMask8 (line 24) | reg32SizeMask8 = 0xffffffff constant reg32SizeMask16 (line 25) | reg32SizeMask16 = 0xffffffff constant reg32SizeMask32 (line 26) | reg32SizeMask32 = 0xffffffff constant reg32SizeMask64 (line 27) | reg32SizeMask64 = 0xffffffff constant reg64SizeMask8 (line 30) | reg64SizeMask8 = 0xffffffffffffffff constant reg64SizeMask16 (line 31) | reg64SizeMask16 = 0xffffffffffffffff constant reg64SizeMask32 (line 32) | reg64SizeMask32 = 0xffffffffffffffff constant reg64SizeMask64 (line 33) | reg64SizeMask64 = 0xffffffffffffffff constant regSizeMaskUint8 (line 36) | regSizeMaskUint8 = ^uint(0) constant regSizeMaskUint16 (line 37) | regSizeMaskUint16 = ^uint(0) constant regSizeMaskUint32 (line 38) | regSizeMaskUint32 = ^uint(0) constant regSizeMaskUint64 (line 39) | regSizeMaskUint64 = ^uint(0) FILE: vendor/github.com/klauspost/compress/flate/stateless.go constant maxStatelessBlock (line 12) | maxStatelessBlock = math.MaxInt16 constant maxStatelessDict (line 14) | maxStatelessDict = 8 << 10 constant slTableBits (line 16) | slTableBits = 13 constant slTableSize (line 17) | slTableSize = 1 << slTableBits constant slTableShift (line 18) | slTableShift = 32 - slTableBits type statelessWriter (line 21) | type statelessWriter struct method Close (line 26) | func (s *statelessWriter) Close() error { method Write (line 35) | func (s *statelessWriter) Write(p []byte) (n int, err error) { method Reset (line 43) | func (s *statelessWriter) Reset(w io.Writer) { function NewStatelessWriter (line 53) | func NewStatelessWriter(dst io.Writer) io.WriteCloser { function StatelessDeflate (line 69) | func StatelessDeflate(out io.Writer, in []byte, eof bool, dict []byte) e... function hashSL (line 152) | func hashSL(u uint32) uint32 { function load3216 (line 156) | func load3216(b []byte, i int16) uint32 { function load6416 (line 160) | func load6416(b []byte, i int16) uint64 { function statelessEnc (line 164) | func statelessEnc(dst *tokens, src []byte, startAt int16) { FILE: vendor/github.com/klauspost/compress/flate/token.go constant lengthShift (line 20) | lengthShift = 22 constant offsetMask (line 21) | offsetMask = 1<> lengthShift) } type tokens (line 130) | type tokens struct method Reset (line 139) | func (t *tokens) Reset() { method Fill (line 156) | func (t *tokens) Fill() { method indexTokens (line 185) | func (t *tokens) indexTokens(in []token) { method AddLiteral (line 205) | func (t *tokens) AddLiteral(lit byte) { method EstimatedBits (line 225) | func (t *tokens) EstimatedBits() int { method AddMatch (line 264) | func (t *tokens) AddMatch(xlength uint32, xoffset uint32) { method AddMatchLong (line 284) | func (t *tokens) AddMatchLong(xlength int32, xoffset uint32) { method AddEOB (line 311) | func (t *tokens) AddEOB() { method Slice (line 317) | func (t *tokens) Slice() []token { method VarInt (line 322) | func (t *tokens) VarInt() []byte { method FromVarInt (line 333) | func (t *tokens) FromVarInt(b []byte) error { function indexTokens (line 179) | func indexTokens(in []token) tokens { function emitLiteral (line 197) | func emitLiteral(dst *tokens, lit []byte) { function mFastLog2 (line 212) | func mFastLog2(val float32) float32 { function lengthCode (line 362) | func lengthCode(len uint8) uint8 { return lengthCodes[len] } function offsetCode (line 365) | func offsetCode(off uint32) uint32 { FILE: vendor/github.com/klauspost/compress/internal/le/le.go type Indexer (line 3) | type Indexer interface FILE: vendor/github.com/klauspost/compress/internal/le/unsafe_disabled.go function Load8 (line 10) | func Load8[I Indexer](b []byte, i I) byte { function Load16 (line 15) | func Load16[I Indexer](b []byte, i I) uint16 { function Load32 (line 20) | func Load32[I Indexer](b []byte, i I) uint32 { function Load64 (line 25) | func Load64[I Indexer](b []byte, i I) uint64 { function Store16 (line 30) | func Store16(b []byte, v uint16) { function Store32 (line 35) | func Store32(b []byte, v uint32) { function Store64 (line 40) | func Store64(b []byte, v uint64) { FILE: vendor/github.com/klauspost/compress/internal/le/unsafe_enabled.go function Load8 (line 12) | func Load8[I Indexer](b []byte, i I) byte { function Load16 (line 19) | func Load16[I Indexer](b []byte, i I) uint16 { function Load32 (line 26) | func Load32[I Indexer](b []byte, i I) uint32 { function Load64 (line 33) | func Load64[I Indexer](b []byte, i I) uint64 { function Store16 (line 40) | func Store16(b []byte, v uint16) { function Store32 (line 46) | func Store32(b []byte, v uint32) { function Store64 (line 52) | func Store64(b []byte, v uint64) { FILE: vendor/github.com/mattn/go-colorable/colorable_appengine.go function NewColorable (line 14) | func NewColorable(file *os.File) io.Writer { function NewColorableStdout (line 23) | func NewColorableStdout() io.Writer { function NewColorableStderr (line 28) | func NewColorableStderr() io.Writer { function EnableColorsStdout (line 33) | func EnableColorsStdout(enabled *bool) func() { FILE: vendor/github.com/mattn/go-colorable/colorable_others.go function NewColorable (line 14) | func NewColorable(file *os.File) io.Writer { function NewColorableStdout (line 23) | func NewColorableStdout() io.Writer { function NewColorableStderr (line 28) | func NewColorableStderr() io.Writer { function EnableColorsStdout (line 33) | func EnableColorsStdout(enabled *bool) func() { FILE: vendor/github.com/mattn/go-colorable/colorable_windows.go constant foregroundBlue (line 21) | foregroundBlue = 0x1 constant foregroundGreen (line 22) | foregroundGreen = 0x2 constant foregroundRed (line 23) | foregroundRed = 0x4 constant foregroundIntensity (line 24) | foregroundIntensity = 0x8 constant foregroundMask (line 25) | foregroundMask = (foregroundRed | foregroundBlue | foregroundGreen ... constant backgroundBlue (line 26) | backgroundBlue = 0x10 constant backgroundGreen (line 27) | backgroundGreen = 0x20 constant backgroundRed (line 28) | backgroundRed = 0x40 constant backgroundIntensity (line 29) | backgroundIntensity = 0x80 constant backgroundMask (line 30) | backgroundMask = (backgroundRed | backgroundBlue | backgroundGreen ... constant commonLvbUnderscore (line 31) | commonLvbUnderscore = 0x8000 constant cENABLE_VIRTUAL_TERMINAL_PROCESSING (line 33) | cENABLE_VIRTUAL_TERMINAL_PROCESSING = 0x4 constant genericRead (line 37) | genericRead = 0x80000000 constant genericWrite (line 38) | genericWrite = 0x40000000 constant consoleTextmodeBuffer (line 42) | consoleTextmodeBuffer = 0x1 type wchar (line 45) | type wchar type short (line 46) | type short type dword (line 47) | type dword type word (line 48) | type word type coord (line 50) | type coord struct type smallRect (line 55) | type smallRect struct type consoleScreenBufferInfo (line 62) | type consoleScreenBufferInfo struct type consoleCursorInfo (line 70) | type consoleCursorInfo struct type Writer (line 91) | type Writer struct method Write (line 437) | func (w *Writer) Write(data []byte) (n int, err error) { function NewColorable (line 102) | func NewColorable(file *os.File) io.Writer { function NewColorableStdout (line 121) | func NewColorableStdout() io.Writer { function NewColorableStderr (line 126) | func NewColorableStderr() io.Writer { function doTitleSequence (line 390) | func doTitleSequence(er *bytes.Reader) error { function atoiWithDefault (line 429) | func atoiWithDefault(s string, def int) (int, error) { type consoleColor (line 869) | type consoleColor struct method foregroundAttr (line 877) | func (c consoleColor) foregroundAttr() (attr word) { method backgroundAttr (line 893) | func (c consoleColor) backgroundAttr() (attr word) { type hsv (line 928) | type hsv struct method dist (line 932) | func (a hsv) dist(b hsv) float32 { function toHSV (line 945) | func toHSV(rgb int) hsv { type hsvTable (line 972) | type hsvTable method find (line 982) | func (t hsvTable) find(rgb int) consoleColor { function toHSVTable (line 974) | func toHSVTable(rgbTable []consoleColor) hsvTable { function minmax3f (line 995) | func minmax3f(a, b, c float32) (min, max float32) { function n256setup (line 1018) | func n256setup() { function EnableColorsStdout (line 1030) | func EnableColorsStdout(enabled *bool) func() { FILE: vendor/github.com/mattn/go-colorable/noncolorable.go type NonColorable (line 9) | type NonColorable struct method Write (line 19) | func (w *NonColorable) Write(data []byte) (n int, err error) { function NewNonColorable (line 14) | func NewNonColorable(w io.Writer) io.Writer { FILE: vendor/github.com/mattn/go-isatty/isatty_bsd.go function IsTerminal (line 11) | func IsTerminal(fd uintptr) bool { function IsCygwinTerminal (line 18) | func IsCygwinTerminal(fd uintptr) bool { FILE: vendor/github.com/mattn/go-isatty/isatty_others.go function IsTerminal (line 9) | func IsTerminal(fd uintptr) bool { function IsCygwinTerminal (line 15) | func IsCygwinTerminal(fd uintptr) bool { FILE: vendor/github.com/mattn/go-isatty/isatty_plan9.go function IsTerminal (line 11) | func IsTerminal(fd uintptr) bool { function IsCygwinTerminal (line 21) | func IsCygwinTerminal(fd uintptr) bool { FILE: vendor/github.com/mattn/go-isatty/isatty_solaris.go function IsTerminal (line 12) | func IsTerminal(fd uintptr) bool { function IsCygwinTerminal (line 19) | func IsCygwinTerminal(fd uintptr) bool { FILE: vendor/github.com/mattn/go-isatty/isatty_tcgets.go function IsTerminal (line 11) | func IsTerminal(fd uintptr) bool { function IsCygwinTerminal (line 18) | func IsCygwinTerminal(fd uintptr) bool { FILE: vendor/github.com/mattn/go-isatty/isatty_windows.go constant objectNameInfo (line 15) | objectNameInfo uintptr = 1 constant fileNameInfo (line 16) | fileNameInfo = 2 constant fileTypePipe (line 17) | fileTypePipe = 3 function init (line 29) | func init() { function IsTerminal (line 37) | func IsTerminal(fd uintptr) bool { function isCygwinPipeName (line 46) | func isCygwinPipeName(name string) bool { function getFileNameByHandle (line 83) | func getFileNameByHandle(fd uintptr) (string, error) { function IsCygwinTerminal (line 100) | func IsCygwinTerminal(fd uintptr) bool { FILE: vendor/github.com/mitchellh/go-homedir/homedir.go function Dir (line 26) | func Dir() (string, error) { function Expand (line 58) | func Expand(path string) (string, error) { function Reset (line 83) | func Reset() { function dirUnix (line 89) | func dirUnix() (string, error) { function dirWindows (line 148) | func dirWindows() (string, error) { FILE: vendor/github.com/modern-go/concurrent/executor.go type Executor (line 11) | type Executor interface FILE: vendor/github.com/modern-go/concurrent/go_above_19.go type Map (line 8) | type Map struct function NewMap (line 13) | func NewMap() *Map { FILE: vendor/github.com/modern-go/concurrent/go_below_19.go type Map (line 8) | type Map struct method Load (line 21) | func (m *Map) Load(key interface{}) (elem interface{}, found bool) { method Store (line 29) | func (m *Map) Store(key interface{}, elem interface{}) { function NewMap (line 14) | func NewMap() *Map { FILE: vendor/github.com/modern-go/concurrent/unbounded_executor.go type UnboundedExecutor (line 21) | type UnboundedExecutor struct method Go (line 50) | func (executor *UnboundedExecutor) Go(handler func(ctx context.Context... method Stop (line 80) | func (executor *UnboundedExecutor) Stop() { method StopAndWaitForever (line 86) | func (executor *UnboundedExecutor) StopAndWaitForever() { method StopAndWait (line 92) | func (executor *UnboundedExecutor) StopAndWait(ctx context.Context) { method checkNoActiveGoroutines (line 107) | func (executor *UnboundedExecutor) checkNoActiveGoroutines() bool { function NewUnboundedExecutor (line 38) | func NewUnboundedExecutor() *UnboundedExecutor { FILE: vendor/github.com/munnerz/goautoneg/autoneg.go type Accept (line 49) | type Accept struct type acceptSlice (line 56) | type acceptSlice method Len (line 58) | func (slice acceptSlice) Len() int { method Less (line 62) | func (slice acceptSlice) Less(i, j int) bool { method Swap (line 76) | func (slice acceptSlice) Swap(i, j int) { function stringTrimSpaceCutset (line 80) | func stringTrimSpaceCutset(r rune) bool { function nextSplitElement (line 84) | func nextSplitElement(s, sep string) (item string, remaining string) { function ParseAccept (line 93) | func ParseAccept(header string) acceptSlice { function Negotiate (line 167) | func Negotiate(header string, alternatives []string) (content_type strin... FILE: vendor/github.com/onsi/ginkgo/v2/config/deprecated.go type DeprecatedGinkgoConfigType (line 11) | type DeprecatedGinkgoConfigType struct type DeprecatedDefaultReporterConfigType (line 39) | type DeprecatedDefaultReporterConfigType struct type GinkgoConfigIsNoLongerAccessibleFromTheConfigPackageUseTheDSLsGinkgoConfigurationFunctionInstead (line 54) | type GinkgoConfigIsNoLongerAccessibleFromTheConfigPackageUseTheDSLsGinkg... type DefaultReporterConfigIsNoLongerAccessibleFromTheConfigPackageUseTheDSLsGinkgoConfigurationFunctionInstead (line 64) | type DefaultReporterConfigIsNoLongerAccessibleFromTheConfigPackageUseThe... FILE: vendor/github.com/onsi/ginkgo/v2/formatter/colorable_others.go function newColorable (line 39) | func newColorable(file *os.File) io.Writer { FILE: vendor/github.com/onsi/ginkgo/v2/formatter/colorable_windows.go function isTerminal (line 54) | func isTerminal(fd uintptr) bool { constant foregroundBlue (line 61) | foregroundBlue = 0x1 constant foregroundGreen (line 62) | foregroundGreen = 0x2 constant foregroundRed (line 63) | foregroundRed = 0x4 constant foregroundIntensity (line 64) | foregroundIntensity = 0x8 constant foregroundMask (line 65) | foregroundMask = (foregroundRed | foregroundBlue | foregroundGreen ... constant backgroundBlue (line 66) | backgroundBlue = 0x10 constant backgroundGreen (line 67) | backgroundGreen = 0x20 constant backgroundRed (line 68) | backgroundRed = 0x40 constant backgroundIntensity (line 69) | backgroundIntensity = 0x80 constant backgroundMask (line 70) | backgroundMask = (backgroundRed | backgroundBlue | backgroundGreen ... type wchar (line 73) | type wchar type short (line 74) | type short type dword (line 75) | type dword type word (line 76) | type word type coord (line 78) | type coord struct type smallRect (line 83) | type smallRect struct type consoleScreenBufferInfo (line 90) | type consoleScreenBufferInfo struct type writer (line 98) | type writer struct method Write (line 379) | func (w *writer) Write(data []byte) (n int, err error) { function newColorable (line 105) | func newColorable(file *os.File) io.Writer { type consoleColor (line 651) | type consoleColor struct method foregroundAttr (line 659) | func (c consoleColor) foregroundAttr() (attr word) { method backgroundAttr (line 675) | func (c consoleColor) backgroundAttr() (attr word) { type hsv (line 710) | type hsv struct method dist (line 714) | func (a hsv) dist(b hsv) float32 { function toHSV (line 727) | func toHSV(rgb int) hsv { type hsvTable (line 754) | type hsvTable method find (line 764) | func (t hsvTable) find(rgb int) consoleColor { function toHSVTable (line 756) | func toHSVTable(rgbTable []consoleColor) hsvTable { function minmax3f (line 777) | func minmax3f(a, b, c float32) (min, max float32) { function n256setup (line 800) | func n256setup() { FILE: vendor/github.com/onsi/ginkgo/v2/formatter/formatter.go constant COLS (line 15) | COLS = 80 type ColorMode (line 17) | type ColorMode constant ColorModeNone (line 20) | ColorModeNone ColorMode = iota constant ColorModeTerminal (line 21) | ColorModeTerminal constant ColorModePassthrough (line 22) | ColorModePassthrough function F (line 27) | func F(format string, args ...any) string { function Fi (line 31) | func Fi(indentation uint, format string, args ...any) string { function Fiw (line 35) | func Fiw(indentation uint, maxWidth uint, format string, args ...any) st... type Formatter (line 39) | type Formatter struct method F (line 118) | func (f Formatter) F(format string, args ...any) string { method Fi (line 122) | func (f Formatter) Fi(indentation uint, format string, args ...any) st... method Fiw (line 126) | func (f Formatter) Fiw(indentation uint, maxWidth uint, format string,... method length (line 183) | func (f Formatter) length(styled string) uint { method CycleJoin (line 202) | func (f Formatter) CycleJoin(elements []string, joiner string, cycle [... method style (line 218) | func (f Formatter) style(s string) string { function NewWithNoColorBool (line 46) | func NewWithNoColorBool(noColor bool) Formatter { function New (line 53) | func New(colorMode ColorMode) Formatter { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/build/build_command.go function BuildBuildCommand (line 13) | func BuildBuildCommand() command.Command { function buildSpecs (line 38) | func buildSpecs(args []string, cliConfig types.CLIConfig, goFlagsConfig ... FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/command/abort.go type AbortDetails (line 5) | type AbortDetails struct function Abort (line 11) | func Abort(details AbortDetails) { function AbortGracefullyWith (line 15) | func AbortGracefullyWith(format string, args ...any) { function AbortWith (line 23) | func AbortWith(format string, args ...any) { function AbortWithUsage (line 31) | func AbortWithUsage(format string, args ...any) { function AbortIfError (line 39) | func AbortIfError(preamble string, err error) { function AbortIfErrors (line 49) | func AbortIfErrors(preamble string, errors []error) { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/command/command.go type Command (line 12) | type Command struct method Run (line 22) | func (c Command) Run(args []string, additionalArgs []string) { method EmitUsage (line 35) | func (c Command) EmitUsage(writer io.Writer) { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/command/program.go type Program (line 13) | type Program struct method RunAndExit (line 31) | func (p Program) RunAndExit(osArgs []string) { method handleHelpRequestsAndExit (line 115) | func (p Program) handleHelpRequestsAndExit(writer io.Writer, args []st... method EmitUsage (line 161) | func (p Program) EmitUsage(writer io.Writer) { type DeprecatedCommand (line 26) | type DeprecatedCommand struct FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/bootstrap_command.go function BuildBootstrapCommand (line 16) | func BuildBootstrapCommand() command.Command { type bootstrapData (line 56) | type bootstrapData struct function generateBootstrap (line 67) | func generateBootstrap(conf GeneratorsConfig) { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generate_command.go function BuildGenerateCommand (line 19) | func BuildGenerateCommand() command.Command { type specData (line 64) | type specData struct function generateTestFiles (line 78) | func generateTestFiles(conf GeneratorsConfig, args []string) { function generateTestFileForSubject (line 88) | func generateTestFileForSubject(subject string, conf GeneratorsConfig) { function formatSubject (line 163) | func formatSubject(name string) string { function moduleName (line 172) | func moduleName(modRoot string) string { function findModuleRoot (line 222) | func findModuleRoot(dir string) (root string) { function getPackageImportPath (line 239) | func getPackageImportPath() string { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generators_common.go type GeneratorsConfig (line 14) | type GeneratorsConfig struct function getPackageAndFormattedName (line 21) | func getPackageAndFormattedName() (string, string, string) { function ensureLegalPackageName (line 38) | func ensureLegalPackageName(name string) string { function prettifyName (line 52) | func prettifyName(name string) string { function determinePackageName (line 60) | func determinePackageName(name string, internal bool) string { function getBuildTags (line 71) | func getBuildTags(tags string) string { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/compile.go function CompileSuite (line 14) | func CompileSuite(suite TestSuite, goFlagsConfig types.GoFlagsConfig, pr... function Cleanup (line 90) | func Cleanup(goFlagsConfig types.GoFlagsConfig, suites ...TestSuite) { type parallelSuiteBundle (line 101) | type parallelSuiteBundle struct type OrderedParallelCompiler (line 106) | type OrderedParallelCompiler struct method StartCompiling (line 123) | func (opc *OrderedParallelCompiler) StartCompiling(suites TestSuites, ... method Next (line 157) | func (opc *OrderedParallelCompiler) Next() (int, TestSuite) { method StopAndDrain (line 169) | func (opc *OrderedParallelCompiler) StopAndDrain() { function NewOrderedParallelCompiler (line 116) | func NewOrderedParallelCompiler(numCompilers int) *OrderedParallelCompil... FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/gocovmerge.go function AddCoverProfile (line 39) | func AddCoverProfile(profiles []*cover.Profile, p *cover.Profile) []*cov... function DumpCoverProfiles (line 51) | func DumpCoverProfiles(profiles []*cover.Profile, out io.Writer) error { function MergeCoverProfiles (line 68) | func MergeCoverProfiles(into *cover.Profile, merge *cover.Profile) error { function mergeProfileBlock (line 85) | func mergeProfileBlock(p *cover.Profile, pb cover.ProfileBlock, startInd... FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/profiles_and_reports.go function AbsPathForGeneratedAsset (line 17) | func AbsPathForGeneratedAsset(assetName string, suite TestSuite, cliConf... function FinalizeProfilesAndReportsForSuites (line 29) | func FinalizeProfilesAndReportsForSuites(suites TestSuites, cliConfig ty... function MergeAndCleanupCoverProfiles (line 148) | func MergeAndCleanupCoverProfiles(profiles []string, destination string)... function GetCoverageFromCoverProfile (line 172) | func GetCoverageFromCoverProfile(profile string) (float64, error) { function MergeProfiles (line 192) | func MergeProfiles(profilePaths []string, destination string) error { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/run.go function RunCompiledSuite (line 22) | func RunCompiledSuite(suite TestSuite, ginkgoConfig types.SuiteConfig, r... function buildAndStartCommand (line 41) | func buildAndStartCommand(suite TestSuite, args []string, pipeToStdout b... function checkForNoTestsWarning (line 58) | func checkForNoTestsWarning(buf *bytes.Buffer) bool { function runGoTest (line 66) | func runGoTest(suite TestSuite, cliConfig types.CLIConfig, goFlagsConfig... function runSerial (line 91) | func runSerial(suite TestSuite, ginkgoConfig types.SuiteConfig, reporter... function runParallel (line 157) | func runParallel(suite TestSuite, ginkgoConfig types.SuiteConfig, report... function runAfterRunHook (line 329) | func runAfterRunHook(command string, noColor bool, suite TestSuite) { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/test_suite.go constant TIMEOUT_ELAPSED_FAILURE_REASON (line 16) | TIMEOUT_ELAPSED_FAILURE_REASON = "Suite did not run because the timeout ... constant PRIOR_FAILURES_FAILURE_REASON (line 17) | PRIOR_FAILURES_FAILURE_REASON = "Suite did not run because prior suites ... constant EMPTY_SKIP_FAILURE_REASON (line 18) | EMPTY_SKIP_FAILURE_REASON = "Suite did not run go test reported that no ... type TestSuiteState (line 20) | type TestSuiteState method Is (line 41) | func (state TestSuiteState) Is(states ...TestSuiteState) bool { constant TestSuiteStateInvalid (line 23) | TestSuiteStateInvalid TestSuiteState = iota constant TestSuiteStateUncompiled (line 25) | TestSuiteStateUncompiled constant TestSuiteStateCompiled (line 26) | TestSuiteStateCompiled constant TestSuiteStatePassed (line 28) | TestSuiteStatePassed constant TestSuiteStateSkippedDueToEmptyCompilation (line 30) | TestSuiteStateSkippedDueToEmptyCompilation constant TestSuiteStateSkippedByFilter (line 31) | TestSuiteStateSkippedByFilter constant TestSuiteStateSkippedDueToPriorFailures (line 32) | TestSuiteStateSkippedDueToPriorFailures constant TestSuiteStateFailed (line 34) | TestSuiteStateFailed constant TestSuiteStateFailedDueToTimeout (line 35) | TestSuiteStateFailedDueToTimeout constant TestSuiteStateFailedToCompile (line 36) | TestSuiteStateFailedToCompile type TestSuite (line 51) | type TestSuite struct method AbsPath (line 64) | func (ts TestSuite) AbsPath() string { method NamespacedName (line 69) | func (ts TestSuite) NamespacedName() string { type TestSuites (line 80) | type TestSuites method AnyHaveProgrammaticFocus (line 82) | func (ts TestSuites) AnyHaveProgrammaticFocus() bool { method ThatAreGinkgoSuites (line 92) | func (ts TestSuites) ThatAreGinkgoSuites() TestSuites { method CountWithState (line 102) | func (ts TestSuites) CountWithState(states ...TestSuiteState) int { method WithState (line 113) | func (ts TestSuites) WithState(states ...TestSuiteState) TestSuites { method WithoutState (line 124) | func (ts TestSuites) WithoutState(states ...TestSuiteState) TestSuites { method ShuffledCopy (line 135) | func (ts TestSuites) ShuffledCopy(seed int64) TestSuites { function FindSuites (line 144) | func FindSuites(args []string, cliConfig types.CLIConfig, allowPrecompil... function precompiledTestSuite (line 182) | func precompiledTestSuite(path string) (TestSuite, error) { function suitesInDir (line 219) | func suitesInDir(dir string, recurse bool) TestSuites { function relPath (line 253) | func relPath(dir string) string { function packageNameForSuite (line 265) | func packageNameForSuite(dir string) string { function filesHaveGinkgoSuite (line 270) | func filesHaveGinkgoSuite(dir string, files []os.DirEntry) bool { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/utils.go function FileExists (line 13) | func FileExists(path string) bool { function CopyFile (line 18) | func CopyFile(src string, dest string) error { function GoFmt (line 49) | func GoFmt(path string) { function PluralizedWord (line 56) | func PluralizedWord(singular, plural string, count int) string { function FailedSuitesReport (line 63) | func FailedSuitesReport(suites TestSuites, f formatter.Formatter) string { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/verify_version.go function VerifyCLIAndFrameworkVersion (line 15) | func VerifyCLIAndFrameworkVersion(suites TestSuites) { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/labels/labels_command.go function BuildLabelsCommand (line 18) | func BuildLabelsCommand() command.Command { function ListLabels (line 38) | func ListLabels(args []string, cliConfig types.CLIConfig) { function fetchLabelsFromPackage (line 53) | func fetchLabelsFromPackage(packagePath string) []string { function fetchLabels (line 93) | func fetchLabels(callExpr *ast.CallExpr) []string { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/main.go function GenerateCommands (line 20) | func GenerateCommands() []command.Command { function main (line 33) | func main() { function BuildVersionCommand (line 49) | func BuildVersionCommand() command.Command { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/ginkgo.go constant undefinedTextAlt (line 13) | undefinedTextAlt = "undefined" type ginkgoMetadata (line 17) | type ginkgoMetadata struct type ginkgoNode (line 37) | type ginkgoNode struct method PreOrder (line 44) | func (n *ginkgoNode) PreOrder(f walkFunc) { method PostOrder (line 51) | func (n *ginkgoNode) PostOrder(f walkFunc) { method Walk (line 58) | func (n *ginkgoNode) Walk(pre, post walkFunc) { method PropagateInheritedProperties (line 68) | func (n *ginkgoNode) PropagateInheritedProperties() { method BackpropagateUnfocus (line 87) | func (n *ginkgoNode) BackpropagateUnfocus() { type walkFunc (line 42) | type walkFunc function packageAndIdentNamesFromCallExpr (line 107) | func packageAndIdentNamesFromCallExpr(ce *ast.CallExpr) (string, string,... function absoluteOffsetsForNode (line 131) | func absoluteOffsetsForNode(fset *token.FileSet, n ast.Node) (start, end... function ginkgoNodeFromCallExpr (line 137) | func ginkgoNodeFromCallExpr(fset *token.FileSet, ce *ast.CallExpr, ginkg... function textOrAltFromCallExpr (line 199) | func textOrAltFromCallExpr(ce *ast.CallExpr, alt string) string { function textFromCallExpr (line 209) | func textFromCallExpr(ce *ast.CallExpr) (string, bool) { function labelFromCallExpr (line 231) | func labelFromCallExpr(ce *ast.CallExpr) []string { function extractLabels (line 255) | func extractLabels(expr *ast.CallExpr) []string { function pendingFromCallExpr (line 276) | func pendingFromCallExpr(ce *ast.CallExpr) bool { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/import.go function packageNameForImport (line 24) | func packageNameForImport(f *ast.File, path string) *string { function importSpec (line 41) | func importSpec(f *ast.File, path string) *ast.ImportSpec { function importPath (line 52) | func importPath(s *ast.ImportSpec) string { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/outline.go constant ginkgoImportPath (line 18) | ginkgoImportPath = "github.com/onsi/ginkgo/v2" function FromASTFile (line 22) | func FromASTFile(fset *token.FileSet, src *ast.File) (*outline, error) { type outline (line 73) | type outline struct method MarshalJSON (line 77) | func (o *outline) MarshalJSON() ([]byte, error) { method String (line 83) | func (o *outline) String() string { method StringIndent (line 89) | func (o *outline) StringIndent(width int) string { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/outline_command.go constant indentWidth (line 16) | indentWidth = 4 constant stdinAlias (line 19) | stdinAlias = "-" constant usageCommand (line 20) | usageCommand = "ginkgo outline " type outlineConfig (line 23) | type outlineConfig struct function BuildOutlineCommand (line 27) | func BuildOutlineCommand() command.Command { function outlineFile (line 59) | func outlineFile(args []string, format string) { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/run/run_command.go function BuildRunCommand (line 16) | func BuildRunCommand() command.Command { type SpecRunner (line 57) | type SpecRunner struct method RunSpecs (line 67) | func (r *SpecRunner) RunSpecs(args []string, additionalArgs []string) { function orcMessage (line 203) | func orcMessage(iteration int) string { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/unfocus/unfocus_command.go function BuildUnfocusCommand (line 18) | func BuildUnfocusCommand() command.Command { function unfocusSpecs (line 30) | func unfocusSpecs() { function unfocusDir (line 55) | func unfocusDir(goFiles chan string, path string) { function shouldProcessDir (line 72) | func shouldProcessDir(basename string) bool { function shouldProcessFile (line 76) | func shouldProcessFile(basename string) bool { function unfocusFile (line 80) | func unfocusFile(path string) { function writeBackup (line 113) | func writeBackup(path string, data []byte) (string, error) { function updateFile (line 128) | func updateFile(path string, data []byte, eliminations [][]int64) error { function scanForFocus (line 157) | func scanForFocus(file *ast.File) (eliminations [][]int64) { function isFocus (line 179) | func isFocus(name string) bool { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/delta.go type Delta (line 5) | type Delta struct method ModifiedSuites (line 19) | func (d Delta) ModifiedSuites() []*Suite { type DescendingByDelta (line 13) | type DescendingByDelta method Len (line 15) | func (a DescendingByDelta) Len() int { return len(a) } method Swap (line 16) | func (a DescendingByDelta) Swap(i, j int) { a[i], a[j] = a[j], a[... method Less (line 17) | func (a DescendingByDelta) Less(i, j int) bool { return a[i].Delta() >... FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/delta_tracker.go type SuiteErrors (line 11) | type SuiteErrors type DeltaTracker (line 13) | type DeltaTracker struct method Delta (line 29) | func (d *DeltaTracker) Delta(suites internal.TestSuites) (delta Delta,... method WillRun (line 68) | func (d *DeltaTracker) WillRun(suite internal.TestSuite) error { function NewDeltaTracker (line 20) | func NewDeltaTracker(maxDepth int, watchRegExp *regexp.Regexp) *DeltaTra... FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/dependencies.go type Dependencies (line 11) | type Dependencies struct method Dependencies (line 40) | func (d Dependencies) Dependencies() map[string]int { method seedWithDepsForPackageAtPath (line 44) | func (d Dependencies) seedWithDepsForPackageAtPath(path string) error { method addDepsForDepth (line 58) | func (d Dependencies) addDepsForDepth(depth int) { method addDepsForDep (line 66) | func (d Dependencies) addDepsForDep(dep string, depth int) { method resolveAndAdd (line 75) | func (d Dependencies) resolveAndAdd(deps []string, depth int) { method addDepIfNotPresent (line 87) | func (d Dependencies) addDepIfNotPresent(dep string, depth int) { function NewDependencies (line 15) | func NewDependencies(path string, maxDepth int) (Dependencies, error) { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/package_hash.go type PackageHash (line 13) | type PackageHash struct method CheckForChanges (line 35) | func (p *PackageHash) CheckForChanges() bool { method computeHashes (line 65) | func (p *PackageHash) computeHashes() (codeHash string, codeModifiedTi... method hashForFileInfo (line 115) | func (p *PackageHash) hashForFileInfo(info os.FileInfo) string { function NewPackageHash (line 24) | func NewPackageHash(path string, watchRegExp *regexp.Regexp) *PackageHash { function isHiddenFile (line 111) | func isHiddenFile(info os.FileInfo) bool { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/package_hashes.go type PackageHashes (line 9) | type PackageHashes struct method CheckForChanges (line 25) | func (p *PackageHashes) CheckForChanges() []string { method Add (line 40) | func (p *PackageHashes) Add(path string) *PackageHash { method Get (line 56) | func (p *PackageHashes) Get(path string) *PackageHash { method StartTrackingUsage (line 67) | func (p *PackageHashes) StartTrackingUsage() { method StopTrackingUsageAndPrune (line 74) | func (p *PackageHashes) StopTrackingUsageAndPrune() { function NewPackageHashes (line 16) | func NewPackageHashes(watchRegExp *regexp.Regexp) *PackageHashes { FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/suite.go type Suite (line 11) | type Suite struct method Delta (line 38) | func (s *Suite) Delta() float64 { method MarkAsRunAndRecomputedDependencies (line 46) | func (s *Suite) MarkAsRunAndRecomputedDependencies(maxDepth int) error { method Description (line 64) | func (s *Suite) Description() string { method delta (line 73) | func (s *Suite) delta(packagePath string, includeTests bool, depth int... method dt (line 77) | func (s *Suite) dt(packagePath string, includeTests bool) time.Duration { function NewSuite (line 19) | func NewSuite(suite internal.TestSuite, maxDepth int, sharedPackageHashe... FILE: vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/watch_command.go function BuildWatchCommand (line 15) | func BuildWatchCommand() command.Command { type SpecWatcher (line 55) | type SpecWatcher struct method WatchSpecs (line 65) | func (w *SpecWatcher) WatchSpecs(args []string, additionalArgs []strin... method compileAndRun (line 155) | func (w *SpecWatcher) compileAndRun(suite internal.TestSuite, addition... method computeSuccinctMode (line 169) | func (w *SpecWatcher) computeSuccinctMode(numSuites int) { method updateSeed (line 188) | func (w *SpecWatcher) updateSeed() { FILE: vendor/github.com/onsi/ginkgo/v2/internal/interrupt_handler/interrupt_handler.go type InterruptCause (line 15) | type InterruptCause method String (line 32) | func (ic InterruptCause) String() string { constant InterruptCauseInvalid (line 18) | InterruptCauseInvalid InterruptCause = iota constant InterruptCauseSignal (line 19) | InterruptCauseSignal constant InterruptCauseAbortByOtherProcess (line 20) | InterruptCauseAbortByOtherProcess type InterruptLevel (line 23) | type InterruptLevel constant InterruptLevelUninterrupted (line 26) | InterruptLevelUninterrupted InterruptLevel = iota constant InterruptLevelCleanupAndReport (line 27) | InterruptLevelCleanupAndReport constant InterruptLevelReportOnly (line 28) | InterruptLevelReportOnly constant InterruptLevelBailOut (line 29) | InterruptLevelBailOut type InterruptStatus (line 42) | type InterruptStatus struct method Interrupted (line 48) | func (s InterruptStatus) Interrupted() bool { method Message (line 52) | func (s InterruptStatus) Message() string { method ShouldIncludeProgressReport (line 56) | func (s InterruptStatus) ShouldIncludeProgressReport() bool { type InterruptHandlerInterface (line 60) | type InterruptHandlerInterface interface type InterruptHandler (line 64) | type InterruptHandler struct method Stop (line 91) | func (handler *InterruptHandler) Stop() { method registerForInterrupts (line 95) | func (handler *InterruptHandler) registerForInterrupts() { method Status (line 161) | func (handler *InterruptHandler) Status() InterruptStatus { function NewInterruptHandler (line 75) | func NewInterruptHandler(client parallel_support.Client, signals ...os.S... FILE: vendor/github.com/onsi/ginkgo/v2/internal/interrupt_handler/sigquit_swallower_unix.go function SwallowSigQuit (line 12) | func SwallowSigQuit() { FILE: vendor/github.com/onsi/ginkgo/v2/internal/interrupt_handler/sigquit_swallower_windows.go function SwallowSigQuit (line 6) | func SwallowSigQuit() { FILE: vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/client_server.go type BeforeSuiteState (line 13) | type BeforeSuiteState struct type ParallelIndexCounter (line 18) | type ParallelIndexCounter struct type Server (line 28) | type Server interface type Client (line 38) | type Client interface function NewServer (line 58) | func NewServer(parallelTotal int, reporter reporters.Reporter) (Server, ... function NewClient (line 66) | func NewClient(serverHost string) Client { FILE: vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/http_client.go type httpClient (line 14) | type httpClient struct method Connect (line 24) | func (client *httpClient) Connect() bool { method Close (line 33) | func (client *httpClient) Close() error { method post (line 37) | func (client *httpClient) post(path string, data any) error { method poll (line 57) | func (client *httpClient) poll(path string, data any) error { method PostSuiteWillBegin (line 85) | func (client *httpClient) PostSuiteWillBegin(report types.Report) error { method PostDidRun (line 89) | func (client *httpClient) PostDidRun(report types.SpecReport) error { method PostSuiteDidEnd (line 93) | func (client *httpClient) PostSuiteDidEnd(report types.Report) error { method PostEmitProgressReport (line 97) | func (client *httpClient) PostEmitProgressReport(report types.Progress... method PostReportBeforeSuiteCompleted (line 101) | func (client *httpClient) PostReportBeforeSuiteCompleted(state types.S... method BlockUntilReportBeforeSuiteCompleted (line 105) | func (client *httpClient) BlockUntilReportBeforeSuiteCompleted() (type... method PostSynchronizedBeforeSuiteCompleted (line 114) | func (client *httpClient) PostSynchronizedBeforeSuiteCompleted(state t... method BlockUntilSynchronizedBeforeSuiteData (line 122) | func (client *httpClient) BlockUntilSynchronizedBeforeSuiteData() (typ... method BlockUntilNonprimaryProcsHaveFinished (line 131) | func (client *httpClient) BlockUntilNonprimaryProcsHaveFinished() error { method BlockUntilAggregatedNonprimaryProcsReport (line 135) | func (client *httpClient) BlockUntilAggregatedNonprimaryProcsReport() ... method FetchNextCounter (line 144) | func (client *httpClient) FetchNextCounter() (int, error) { method PostAbort (line 150) | func (client *httpClient) PostAbort() error { method ShouldAbort (line 154) | func (client *httpClient) ShouldAbort() bool { method Write (line 159) | func (client *httpClient) Write(p []byte) (int, error) { function newHttpClient (line 18) | func newHttpClient(serverHost string) *httpClient { FILE: vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/http_server.go type httpServer (line 24) | type httpServer struct method Start (line 42) | func (server *httpServer) Start() { method Close (line 69) | func (server *httpServer) Close() { method Address (line 74) | func (server *httpServer) Address() string { method GetSuiteDone (line 78) | func (server *httpServer) GetSuiteDone() chan any { method GetOutputDestination (line 82) | func (server *httpServer) GetOutputDestination() io.Writer { method SetOutputDestination (line 86) | func (server *httpServer) SetOutputDestination(w io.Writer) { method RegisterAlive (line 90) | func (server *httpServer) RegisterAlive(node int, alive func() bool) { method decode (line 99) | func (server *httpServer) decode(writer http.ResponseWriter, request *... method handleError (line 108) | func (server *httpServer) handleError(err error, writer http.ResponseW... method specSuiteWillBegin (line 125) | func (server *httpServer) specSuiteWillBegin(writer http.ResponseWrite... method didRun (line 134) | func (server *httpServer) didRun(writer http.ResponseWriter, request *... method specSuiteDidEnd (line 143) | func (server *httpServer) specSuiteDidEnd(writer http.ResponseWriter, ... method emitOutput (line 151) | func (server *httpServer) emitOutput(writer http.ResponseWriter, reque... method emitProgressReport (line 161) | func (server *httpServer) emitProgressReport(writer http.ResponseWrite... method handleReportBeforeSuiteCompleted (line 169) | func (server *httpServer) handleReportBeforeSuiteCompleted(writer http... method handleReportBeforeSuiteState (line 178) | func (server *httpServer) handleReportBeforeSuiteState(writer http.Res... method handleBeforeSuiteCompleted (line 186) | func (server *httpServer) handleBeforeSuiteCompleted(writer http.Respo... method handleBeforeSuiteState (line 195) | func (server *httpServer) handleBeforeSuiteState(writer http.ResponseW... method handleHaveNonprimaryProcsFinished (line 203) | func (server *httpServer) handleHaveNonprimaryProcsFinished(writer htt... method handleAggregatedNonprimaryProcsReport (line 210) | func (server *httpServer) handleAggregatedNonprimaryProcsReport(writer... method handleCounter (line 218) | func (server *httpServer) handleCounter(writer http.ResponseWriter, re... method handleUp (line 226) | func (server *httpServer) handleUp(writer http.ResponseWriter, request... method handleAbort (line 230) | func (server *httpServer) handleAbort(writer http.ResponseWriter, requ... function newHttpServer (line 30) | func newHttpServer(parallelTotal int, reporter reporters.Reporter) (*htt... FILE: vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/rpc_client.go type rpcClient (line 10) | type rpcClient struct method Connect (line 21) | func (client *rpcClient) Connect() bool { method Close (line 34) | func (client *rpcClient) Close() error { method poll (line 38) | func (client *rpcClient) poll(method string, data any) error { method PostSuiteWillBegin (line 57) | func (client *rpcClient) PostSuiteWillBegin(report types.Report) error { method PostDidRun (line 61) | func (client *rpcClient) PostDidRun(report types.SpecReport) error { method PostSuiteDidEnd (line 65) | func (client *rpcClient) PostSuiteDidEnd(report types.Report) error { method Write (line 69) | func (client *rpcClient) Write(p []byte) (int, error) { method PostEmitProgressReport (line 75) | func (client *rpcClient) PostEmitProgressReport(report types.ProgressR... method PostReportBeforeSuiteCompleted (line 79) | func (client *rpcClient) PostReportBeforeSuiteCompleted(state types.Sp... method BlockUntilReportBeforeSuiteCompleted (line 83) | func (client *rpcClient) BlockUntilReportBeforeSuiteCompleted() (types... method PostSynchronizedBeforeSuiteCompleted (line 92) | func (client *rpcClient) PostSynchronizedBeforeSuiteCompleted(state ty... method BlockUntilSynchronizedBeforeSuiteData (line 100) | func (client *rpcClient) BlockUntilSynchronizedBeforeSuiteData() (type... method BlockUntilNonprimaryProcsHaveFinished (line 109) | func (client *rpcClient) BlockUntilNonprimaryProcsHaveFinished() error { method BlockUntilAggregatedNonprimaryProcsReport (line 113) | func (client *rpcClient) BlockUntilAggregatedNonprimaryProcsReport() (... method FetchNextCounter (line 122) | func (client *rpcClient) FetchNextCounter() (int, error) { method PostAbort (line 128) | func (client *rpcClient) PostAbort() error { method ShouldAbort (line 132) | func (client *rpcClient) ShouldAbort() bool { function newRPCClient (line 15) | func newRPCClient(serverHost string) *rpcClient { FILE: vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/rpc_server.go type RPCServer (line 23) | type RPCServer struct method Start (line 41) | func (server *RPCServer) Start() { method Close (line 52) | func (server *RPCServer) Close() { method Address (line 57) | func (server *RPCServer) Address() string { method GetSuiteDone (line 61) | func (server *RPCServer) GetSuiteDone() chan any { method GetOutputDestination (line 65) | func (server *RPCServer) GetOutputDestination() io.Writer { method SetOutputDestination (line 69) | func (server *RPCServer) SetOutputDestination(w io.Writer) { method RegisterAlive (line 73) | func (server *RPCServer) RegisterAlive(node int, alive func() bool) { function newRPCServer (line 29) | func newRPCServer(parallelTotal int, reporter reporters.Reporter) (*RPCS... FILE: vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/server_handler.go type Void (line 12) | type Void struct type ServerHandler (line 20) | type ServerHandler struct method SpecSuiteWillBegin (line 53) | func (handler *ServerHandler) SpecSuiteWillBegin(report types.Report, ... method DidRun (line 74) | func (handler *ServerHandler) DidRun(report types.SpecReport, _ *Void)... method SpecSuiteDidEnd (line 88) | func (handler *ServerHandler) SpecSuiteDidEnd(report types.Report, _ *... method EmitOutput (line 107) | func (handler *ServerHandler) EmitOutput(output []byte, n *int) error { method EmitProgressReport (line 113) | func (handler *ServerHandler) EmitProgressReport(report types.Progress... method registerAlive (line 120) | func (handler *ServerHandler) registerAlive(proc int, alive func() boo... method procIsAlive (line 126) | func (handler *ServerHandler) procIsAlive(proc int) bool { method haveNonprimaryProcsFinished (line 136) | func (handler *ServerHandler) haveNonprimaryProcsFinished() bool { method ReportBeforeSuiteCompleted (line 145) | func (handler *ServerHandler) ReportBeforeSuiteCompleted(reportBeforeS... method ReportBeforeSuiteState (line 153) | func (handler *ServerHandler) ReportBeforeSuiteState(_ Void, reportBef... method BeforeSuiteCompleted (line 168) | func (handler *ServerHandler) BeforeSuiteCompleted(beforeSuiteState Be... method BeforeSuiteState (line 176) | func (handler *ServerHandler) BeforeSuiteState(_ Void, beforeSuiteStat... method HaveNonprimaryProcsFinished (line 191) | func (handler *ServerHandler) HaveNonprimaryProcsFinished(_ Void, _ *V... method AggregatedNonprimaryProcsReport (line 199) | func (handler *ServerHandler) AggregatedNonprimaryProcsReport(_ Void, ... method Counter (line 214) | func (handler *ServerHandler) Counter(_ Void, counter *int) error { method Abort (line 222) | func (handler *ServerHandler) Abort(_ Void, _ *Void) error { method ShouldAbort (line 229) | func (handler *ServerHandler) ShouldAbort(_ Void, shouldAbort *bool) e... function newServerHandler (line 39) | func newServerHandler(parallelTotal int, reporter reporters.Reporter) *S... FILE: vendor/github.com/onsi/ginkgo/v2/reporters/default_reporter.go type DefaultReporter (line 22) | type DefaultReporter struct method SuiteWillBegin (line 69) | func (r *DefaultReporter) SuiteWillBegin(report types.Report) { method SuiteDidEnd (line 105) | func (r *DefaultReporter) SuiteDidEnd(report types.Report) { method WillRun (line 175) | func (r *DefaultReporter) WillRun(report types.SpecReport) { method wrapTextBlock (line 185) | func (r *DefaultReporter) wrapTextBlock(sectionName string, fn func()) { method DidRun (line 201) | func (r *DefaultReporter) DidRun(report types.SpecReport) { method highlightColorForState (line 341) | func (r *DefaultReporter) highlightColorForState(state types.SpecState... method humanReadableState (line 364) | func (r *DefaultReporter) humanReadableState(state types.SpecState) st... method emitTimeline (line 368) | func (r *DefaultReporter) emitTimeline(indent uint, report types.SpecR... method EmitFailure (line 409) | func (r *DefaultReporter) EmitFailure(state types.SpecState, failure t... method emitShortFailure (line 417) | func (r *DefaultReporter) emitShortFailure(indent uint, state types.Sp... method emitFailure (line 426) | func (r *DefaultReporter) emitFailure(indent uint, state types.SpecSta... method EmitProgressReport (line 460) | func (r *DefaultReporter) EmitProgressReport(report types.ProgressRepo... method emitProgressReport (line 471) | func (r *DefaultReporter) emitProgressReport(indent uint, emitGinkgoWr... method EmitReportEntry (line 555) | func (r *DefaultReporter) EmitReportEntry(entry types.ReportEntry) { method emitReportEntry (line 562) | func (r *DefaultReporter) emitReportEntry(indent uint, entry types.Rep... method EmitSpecEvent (line 569) | func (r *DefaultReporter) EmitSpecEvent(event types.SpecEvent) { method emitSpecEvent (line 576) | func (r *DefaultReporter) emitSpecEvent(indent uint, event types.SpecE... method emitGoroutines (line 599) | func (r *DefaultReporter) emitGoroutines(indent uint, goroutines ...ty... method emitSource (line 623) | func (r *DefaultReporter) emitSource(indent uint, fc types.FunctionCal... method emit (line 653) | func (r *DefaultReporter) emit(s string) { method emitBlock (line 657) | func (r *DefaultReporter) emitBlock(s string) { method emitDelimiter (line 661) | func (r *DefaultReporter) emitDelimiter(indent uint) { method _emit (line 666) | func (r *DefaultReporter) _emit(s string, block bool, isDelimiter bool) { method f (line 688) | func (r *DefaultReporter) f(format string, args ...any) string { method fi (line 692) | func (r *DefaultReporter) fi(indentation uint, format string, args ...... method cycleJoin (line 696) | func (r *DefaultReporter) cycleJoin(elements []string, joiner string) ... method codeLocationBlock (line 700) | func (r *DefaultReporter) codeLocationBlock(report types.SpecReport, h... function NewDefaultReporterUnderTest (line 39) | func NewDefaultReporterUnderTest(conf types.ReporterConfig, writer io.Wr... function NewDefaultReporter (line 46) | func NewDefaultReporter(conf types.ReporterConfig, writer io.Writer) *De... FILE: vendor/github.com/onsi/ginkgo/v2/reporters/deprecated_reporter.go type DeprecatedReporter (line 13) | type DeprecatedReporter interface function ReportViaDeprecatedReporter (line 29) | func ReportViaDeprecatedReporter(reporter DeprecatedReporter, report typ... function failureFor (line 123) | func failureFor(spec types.SpecReport) types.DeprecatedSpecFailure { FILE: vendor/github.com/onsi/ginkgo/v2/reporters/json_report.go function GenerateJSONReport (line 13) | func GenerateJSONReport(report types.Report, destination string) error { function MergeAndCleanupJSONReports (line 35) | func MergeAndCleanupJSONReports(sources []string, destination string) ([... FILE: vendor/github.com/onsi/ginkgo/v2/reporters/junit_report.go type JunitReportConfig (line 25) | type JunitReportConfig struct type JUnitTestSuites (line 46) | type JUnitTestSuites struct type JUnitTestSuite (line 63) | type JUnitTestSuite struct type JUnitProperties (line 90) | type JUnitProperties struct method WithName (line 94) | func (jup JUnitProperties) WithName(name string) string { type JUnitProperty (line 103) | type JUnitProperty struct type JUnitTestCase (line 110) | type JUnitTestCase struct type JUnitSkipped (line 133) | type JUnitSkipped struct type JUnitError (line 138) | type JUnitError struct type JUnitFailure (line 147) | type JUnitFailure struct function GenerateJUnitReport (line 156) | func GenerateJUnitReport(report types.Report, dst string) error { function GenerateJUnitReportWithConfig (line 160) | func GenerateJUnitReportWithConfig(report types.Report, dst string, conf... function MergeAndCleanupJUnitReports (line 317) | func MergeAndCleanupJUnitReports(sources []string, dst string) ([]string... function failureDescriptionForUnstructuredReporters (line 358) | func failureDescriptionForUnstructuredReporters(spec types.SpecReport) s... function systemErrForUnstructuredReporters (line 367) | func systemErrForUnstructuredReporters(spec types.SpecReport) string { function RenderTimeline (line 371) | func RenderTimeline(spec types.SpecReport, noColor bool) string { function systemOutForUnstructuredReporters (line 377) | func systemOutForUnstructuredReporters(spec types.SpecReport) string { type JUnitReporter (line 382) | type JUnitReporter struct method SuiteWillBegin (line 385) | func (reporter *JUnitReporter) SuiteWillBegin(_ config.GinkgoConfigTyp... method BeforeSuiteDidRun (line 386) | func (reporter *JUnitReporter) BeforeSuiteDidRun(_ *types.SetupSummary... method SpecWillRun (line 387) | func (reporter *JUnitReporter) SpecWillRun(_ *types.SpecSummary) ... method SpecDidComplete (line 388) | func (reporter *JUnitReporter) SpecDidComplete(_ *types.SpecSummary) ... method AfterSuiteDidRun (line 389) | func (reporter *JUnitReporter) AfterSuiteDidRun(_ *types.SetupSummary)... method SuiteDidEnd (line 390) | func (reporter *JUnitReporter) SuiteDidEnd(_ *types.SuiteSummary) ... function NewJUnitReporter (line 384) | func NewJUnitReporter(_ string) *JUnitReporter ... FILE: vendor/github.com/onsi/ginkgo/v2/reporters/reporter.go type Reporter (line 7) | type Reporter interface type NoopReporter (line 20) | type NoopReporter struct method SuiteWillBegin (line 22) | func (n NoopReporter) SuiteWillBegin(report types.Report) ... method WillRun (line 23) | func (n NoopReporter) WillRun(report types.SpecReport) ... method DidRun (line 24) | func (n NoopReporter) DidRun(report types.SpecReport) ... method SuiteDidEnd (line 25) | func (n NoopReporter) SuiteDidEnd(report types.Report) ... method EmitFailure (line 26) | func (n NoopReporter) EmitFailure(state types.SpecState, failure types... method EmitProgressReport (line 27) | func (n NoopReporter) EmitProgressReport(progressReport types.Progress... method EmitReportEntry (line 28) | func (n NoopReporter) EmitReportEntry(entry types.ReportEntry) ... method EmitSpecEvent (line 29) | func (n NoopReporter) EmitSpecEvent(event types.SpecEvent) ... FILE: vendor/github.com/onsi/ginkgo/v2/reporters/teamcity_report.go function tcEscape (line 20) | func tcEscape(s string) string { function GenerateTeamcityReport (line 30) | func GenerateTeamcityReport(report types.Report, dst string) error { function MergeAndCleanupTeamcityReports (line 92) | func MergeAndCleanupTeamcityReports(sources []string, dst string) ([]str... FILE: vendor/github.com/onsi/ginkgo/v2/types/code_location.go type CodeLocation (line 13) | type CodeLocation struct method String (line 20) | func (codeLocation CodeLocation) String() string { method ContentsOfLine (line 27) | func (codeLocation CodeLocation) ContentsOfLine() string { type codeLocationLocator (line 42) | type codeLocationLocator struct method addHelper (line 48) | func (c *codeLocationLocator) addHelper(pc uintptr) { method hasHelper (line 65) | func (c *codeLocationLocator) hasHelper(name string) bool { method getCodeLocation (line 71) | func (c *codeLocationLocator) getCodeLocation(skip int) CodeLocation { function MarkAsHelper (line 98) | func MarkAsHelper(optionalSkip ...int) { function NewCustomCodeLocation (line 109) | func NewCustomCodeLocation(message string) CodeLocation { function NewCodeLocation (line 115) | func NewCodeLocation(skip int) CodeLocation { function NewCodeLocationWithStackTrace (line 119) | func NewCodeLocationWithStackTrace(skip int) CodeLocation { function PruneStack (line 132) | func PruneStack(fullStackTrace string, skip int) string { FILE: vendor/github.com/onsi/ginkgo/v2/types/config.go type SuiteConfig (line 19) | type SuiteConfig struct function NewDefaultSuiteConfig (line 46) | func NewDefaultSuiteConfig() SuiteConfig { type VerbosityLevel (line 56) | type VerbosityLevel method GT (line 65) | func (vl VerbosityLevel) GT(comp VerbosityLevel) bool { method GTE (line 69) | func (vl VerbosityLevel) GTE(comp VerbosityLevel) bool { method Is (line 73) | func (vl VerbosityLevel) Is(comp VerbosityLevel) bool { method LTE (line 77) | func (vl VerbosityLevel) LTE(comp VerbosityLevel) bool { method LT (line 81) | func (vl VerbosityLevel) LT(comp VerbosityLevel) bool { constant VerbosityLevelSuccinct (line 59) | VerbosityLevelSuccinct VerbosityLevel = iota constant VerbosityLevelNormal (line 60) | VerbosityLevelNormal constant VerbosityLevelVerbose (line 61) | VerbosityLevelVerbose constant VerbosityLevelVeryVerbose (line 62) | VerbosityLevelVeryVerbose type ReporterConfig (line 86) | type ReporterConfig struct method Verbosity (line 102) | func (rc ReporterConfig) Verbosity() VerbosityLevel { method WillGenerateReport (line 113) | func (rc ReporterConfig) WillGenerateReport() bool { function NewDefaultReporterConfig (line 117) | func NewDefaultReporterConfig() ReporterConfig { type CLIConfig (line 122) | type CLIConfig struct method ComputedProcs (line 155) | func (g CLIConfig) ComputedProcs() int { method ComputedNumCompilers (line 170) | func (g CLIConfig) ComputedNumCompilers() int { function NewDefaultCLIConfig (line 148) | func NewDefaultCLIConfig() CLIConfig { type GoFlagsConfig (line 182) | type GoFlagsConfig struct method BinaryMustBePreserved (line 230) | func (g GoFlagsConfig) BinaryMustBePreserved() bool { method NeedsSymbols (line 234) | func (g GoFlagsConfig) NeedsSymbols() bool { function NewDefaultGoFlagsConfig (line 226) | func NewDefaultGoFlagsConfig() GoFlagsConfig { type deprecatedConfig (line 239) | type deprecatedConfig struct function BuildTestSuiteFlagSet (line 373) | func BuildTestSuiteFlagSet(suiteConfig *SuiteConfig, reporterConfig *Rep... function VetConfig (line 387) | func VetConfig(flagSet GinkgoFlagSet, suiteConfig SuiteConfig, reporterC... function VetAndInitializeCLIAndGoConfig (line 604) | func VetAndInitializeCLIAndGoConfig(cliConfig CLIConfig, goFlagsConfig G... function GenerateGoTestCompileArgs (line 647) | func GenerateGoTestCompileArgs(goFlagsConfig GoFlagsConfig, packageToBui... function GenerateGinkgoTestRunArgs (line 690) | func GenerateGinkgoTestRunArgs(suiteConfig SuiteConfig, reporterConfig R... function GenerateGoTestRunArgs (line 706) | func GenerateGoTestRunArgs(goFlagsConfig GoFlagsConfig) ([]string, error) { function BuildRunCommandFlagSet (line 721) | func BuildRunCommandFlagSet(suiteConfig *SuiteConfig, reporterConfig *Re... function BuildWatchCommandFlagSet (line 742) | func BuildWatchCommandFlagSet(suiteConfig *SuiteConfig, reporterConfig *... function BuildBuildCommandFlagSet (line 763) | func BuildBuildCommandFlagSet(cliConfig *CLIConfig, goFlagsConfig *GoFla... function BuildLabelsCommandFlagSet (line 788) | func BuildLabelsCommandFlagSet(cliConfig *CLIConfig) (GinkgoFlagSet, err... FILE: vendor/github.com/onsi/ginkgo/v2/types/deprecated_types.go type DeprecatedSuiteSummary (line 33) | type DeprecatedSuiteSummary struct type DeprecatedSetupSummary (line 49) | type DeprecatedSetupSummary struct type DeprecatedSpecSummary (line 61) | type DeprecatedSpecSummary struct method HasFailureState (line 76) | func (s DeprecatedSpecSummary) HasFailureState() bool { method TimedOut (line 80) | func (s DeprecatedSpecSummary) TimedOut() bool { method Panicked (line 84) | func (s DeprecatedSpecSummary) Panicked() bool { method Failed (line 88) | func (s DeprecatedSpecSummary) Failed() bool { method Passed (line 92) | func (s DeprecatedSpecSummary) Passed() bool { method Skipped (line 96) | func (s DeprecatedSpecSummary) Skipped() bool { method Pending (line 100) | func (s DeprecatedSpecSummary) Pending() bool { type DeprecatedSpecFailure (line 104) | type DeprecatedSpecFailure struct type DeprecatedSpecMeasurement (line 114) | type DeprecatedSpecMeasurement struct method PrecisionFmt (line 133) | func (s DeprecatedSpecMeasurement) PrecisionFmt() string { FILE: vendor/github.com/onsi/ginkgo/v2/types/deprecation_support.go type Deprecation (line 13) | type Deprecation struct type deprecations (line 19) | type deprecations struct method CustomReporter (line 23) | func (d deprecations) CustomReporter() Deprecation { method Async (line 31) | func (d deprecations) Async() Deprecation { method Measure (line 39) | func (d deprecations) Measure() Deprecation { method ParallelNode (line 47) | func (d deprecations) ParallelNode() Deprecation { method CurrentGinkgoTestDescription (line 55) | func (d deprecations) CurrentGinkgoTestDescription() Deprecation { method Convert (line 63) | func (d deprecations) Convert() Deprecation { method Blur (line 71) | func (d deprecations) Blur() Deprecation { method Nodot (line 78) | func (d deprecations) Nodot() Deprecation { method SuppressProgressReporting (line 86) | func (d deprecations) SuppressProgressReporting() Deprecation { type DeprecationTracker (line 93) | type DeprecationTracker struct method TrackDeprecation (line 105) | func (d *DeprecationTracker) TrackDeprecation(deprecation Deprecation,... method DidTrackDeprecations (line 124) | func (d *DeprecationTracker) DidTrackDeprecations() bool { method DeprecationsReport (line 130) | func (d *DeprecationTracker) DeprecationsReport() string { function NewDeprecationTracker (line 98) | func NewDeprecationTracker() *DeprecationTracker { type SemVer (line 149) | type SemVer struct method GreaterThanOrEqualTo (line 155) | func (s SemVer) GreaterThanOrEqualTo(o SemVer) bool { function ParseSemVer (line 161) | func ParseSemVer(semver string) SemVer { FILE: vendor/github.com/onsi/ginkgo/v2/types/enum_support.go type EnumSupport (line 5) | type EnumSupport struct method String (line 22) | func (es EnumSupport) String(e uint) string { method UnmarshJSON (line 29) | func (es EnumSupport) UnmarshJSON(b []byte) (uint, error) { method MarshJSON (line 38) | func (es EnumSupport) MarshJSON(e uint) ([]byte, error) { function NewEnumSupport (line 11) | func NewEnumSupport(toString map[uint]string) EnumSupport { FILE: vendor/github.com/onsi/ginkgo/v2/types/errors.go type GinkgoError (line 11) | type GinkgoError struct method Error (line 18) | func (g GinkgoError) Error() string { type ginkgoErrors (line 38) | type ginkgoErrors struct method UncaughtGinkgoPanic (line 42) | func (g ginkgoErrors) UncaughtGinkgoPanic(cl CodeLocation) error { method RerunningSuite (line 65) | func (g ginkgoErrors) RerunningSuite() error { method PushingNodeInRunPhase (line 75) | func (g ginkgoErrors) PushingNodeInRunPhase(nodeType NodeType, cl Code... method CaughtPanicDuringABuildPhase (line 91) | func (g ginkgoErrors) CaughtPanicDuringABuildPhase(caughtPanic any, cl... method SuiteNodeInNestedContext (line 109) | func (g ginkgoErrors) SuiteNodeInNestedContext(nodeType NodeType, cl C... method SuiteNodeDuringRunPhase (line 126) | func (g ginkgoErrors) SuiteNodeDuringRunPhase(nodeType NodeType, cl Co... method MultipleBeforeSuiteNodes (line 143) | func (g ginkgoErrors) MultipleBeforeSuiteNodes(nodeType NodeType, cl C... method MultipleAfterSuiteNodes (line 147) | func (g ginkgoErrors) MultipleAfterSuiteNodes(nodeType NodeType, cl Co... method InvalidDecoratorForNodeType (line 165) | func (g ginkgoErrors) InvalidDecoratorForNodeType(cl CodeLocation, nod... method InvalidDeclarationOfFocusedAndPending (line 174) | func (g ginkgoErrors) InvalidDeclarationOfFocusedAndPending(cl CodeLoc... method InvalidDeclarationOfFlakeAttemptsAndMustPassRepeatedly (line 183) | func (g ginkgoErrors) InvalidDeclarationOfFlakeAttemptsAndMustPassRepe... method UnknownDecorator (line 192) | func (g ginkgoErrors) UnknownDecorator(cl CodeLocation, nodeType NodeT... method InvalidBodyTypeForContainer (line 201) | func (g ginkgoErrors) InvalidBodyTypeForContainer(t reflect.Type, cl C... method InvalidBodyType (line 210) | func (g ginkgoErrors) InvalidBodyType(t reflect.Type, cl CodeLocation,... method InvalidBodyTypeForSynchronizedBeforeSuiteProc1 (line 224) | func (g ginkgoErrors) InvalidBodyTypeForSynchronizedBeforeSuiteProc1(t... method InvalidBodyTypeForSynchronizedBeforeSuiteAllProcs (line 235) | func (g ginkgoErrors) InvalidBodyTypeForSynchronizedBeforeSuiteAllProc... method MultipleBodyFunctions (line 246) | func (g ginkgoErrors) MultipleBodyFunctions(cl CodeLocation, nodeType ... method MissingBodyFunction (line 255) | func (g ginkgoErrors) MissingBodyFunction(cl CodeLocation, nodeType No... method InvalidTimeoutOrGracePeriodForNonContextNode (line 264) | func (g ginkgoErrors) InvalidTimeoutOrGracePeriodForNonContextNode(cl ... method InvalidTimeoutOrGracePeriodForNonContextCleanupNode (line 273) | func (g ginkgoErrors) InvalidTimeoutOrGracePeriodForNonContextCleanupN... method InvalidSerialNodeInNonSerialOrderedContainer (line 283) | func (g ginkgoErrors) InvalidSerialNodeInNonSerialOrderedContainer(cl ... method SetupNodeNotInOrderedContainer (line 292) | func (g ginkgoErrors) SetupNodeNotInOrderedContainer(cl CodeLocation, ... method InvalidContinueOnFailureDecoration (line 301) | func (g ginkgoErrors) InvalidContinueOnFailureDecoration(cl CodeLocati... method DeferCleanupInvalidFunction (line 311) | func (g ginkgoErrors) DeferCleanupInvalidFunction(cl CodeLocation) err... method PushingCleanupNodeDuringTreeConstruction (line 320) | func (g ginkgoErrors) PushingCleanupNodeDuringTreeConstruction(cl Code... method PushingCleanupInReportingNode (line 329) | func (g ginkgoErrors) PushingCleanupInReportingNode(cl CodeLocation, n... method PushingCleanupInCleanupNode (line 338) | func (g ginkgoErrors) PushingCleanupInCleanupNode(cl CodeLocation) err... method TooManyReportEntryValues (line 348) | func (g ginkgoErrors) TooManyReportEntryValues(cl CodeLocation, arg an... method AddReportEntryNotDuringRunPhase (line 357) | func (g ginkgoErrors) AddReportEntryNotDuringRunPhase(cl CodeLocation)... method ByNotDuringRunPhase (line 367) | func (g ginkgoErrors) ByNotDuringRunPhase(cl CodeLocation) error { method InvalidFileFilter (line 377) | func (g ginkgoErrors) InvalidFileFilter(filter string) error { method InvalidFileFilterRegularExpression (line 385) | func (g ginkgoErrors) InvalidFileFilterRegularExpression(filter string... method SyntaxErrorParsingLabelFilter (line 394) | func (g ginkgoErrors) SyntaxErrorParsingLabelFilter(input string, loca... method InvalidLabel (line 417) | func (g ginkgoErrors) InvalidLabel(label string, cl CodeLocation) error { method InvalidEmptyLabel (line 426) | func (g ginkgoErrors) InvalidEmptyLabel(cl CodeLocation) error { method MultipleEntryBodyFunctionsForTable (line 436) | func (g ginkgoErrors) MultipleEntryBodyFunctionsForTable(cl CodeLocati... method InvalidEntryDescription (line 445) | func (g ginkgoErrors) InvalidEntryDescription(cl CodeLocation) error { method MissingParametersForTableFunction (line 454) | func (g ginkgoErrors) MissingParametersForTableFunction(cl CodeLocatio... method IncorrectParameterTypeForTable (line 463) | func (g ginkgoErrors) IncorrectParameterTypeForTable(i int, name strin... method TooFewParametersToTableFunction (line 472) | func (g ginkgoErrors) TooFewParametersToTableFunction(expected, actual... method TooManyParametersToTableFunction (line 481) | func (g ginkgoErrors) TooManyParametersToTableFunction(expected, actua... method IncorrectParameterTypeToTableFunction (line 490) | func (g ginkgoErrors) IncorrectParameterTypeToTableFunction(i int, exp... method IncorrectVariadicParameterTypeToTableFunction (line 499) | func (g ginkgoErrors) IncorrectVariadicParameterTypeToTableFunction(ex... method ContextsCannotBeUsedInSubtreeTables (line 508) | func (g ginkgoErrors) ContextsCannotBeUsedInSubtreeTables(cl CodeLocat... method AggregatedReportUnavailableDueToNodeDisappearing (line 519) | func (g ginkgoErrors) AggregatedReportUnavailableDueToNodeDisappearing... method SynchronizedBeforeSuiteFailedOnProc1 (line 526) | func (g ginkgoErrors) SynchronizedBeforeSuiteFailedOnProc1() error { method SynchronizedBeforeSuiteDisappearedOnProc1 (line 533) | func (g ginkgoErrors) SynchronizedBeforeSuiteDisappearedOnProc1() error { method UnknownTypePassedToRunSpecs (line 542) | func (g ginkgoErrors) UnknownTypePassedToRunSpecs(value any) error { method InvalidParallelTotalConfiguration (line 551) | func (g ginkgoErrors) InvalidParallelTotalConfiguration() error { method InvalidParallelProcessConfiguration (line 559) | func (g ginkgoErrors) InvalidParallelProcessConfiguration() error { method MissingParallelHostConfiguration (line 567) | func (g ginkgoErrors) MissingParallelHostConfiguration() error { method UnreachableParallelHost (line 575) | func (g ginkgoErrors) UnreachableParallelHost(host string) error { method DryRunInParallelConfiguration (line 583) | func (g ginkgoErrors) DryRunInParallelConfiguration() error { method GracePeriodCannotBeZero (line 590) | func (g ginkgoErrors) GracePeriodCannotBeZero() error { method ConflictingVerbosityConfiguration (line 597) | func (g ginkgoErrors) ConflictingVerbosityConfiguration() error { method InvalidOutputInterceptorModeConfiguration (line 604) | func (g ginkgoErrors) InvalidOutputInterceptorModeConfiguration(value ... method InvalidGoFlagCount (line 611) | func (g ginkgoErrors) InvalidGoFlagCount() error { method InvalidGoFlagParallel (line 618) | func (g ginkgoErrors) InvalidGoFlagParallel() error { method BothRepeatAndUntilItFails (line 625) | func (g ginkgoErrors) BothRepeatAndUntilItFails() error { method ExpectFilenameNotPath (line 632) | func (g ginkgoErrors) ExpectFilenameNotPath(flag string, path string) ... method FlagAfterPositionalParameter (line 639) | func (g ginkgoErrors) FlagAfterPositionalParameter() error { method FailedToParseStackTrace (line 648) | func (g ginkgoErrors) FailedToParseStackTrace(message string) error { function ginkgoErrorMultipleSuiteNodes (line 151) | func ginkgoErrorMultipleSuiteNodes(setupOrTeardown string, nodeType Node... FILE: vendor/github.com/onsi/ginkgo/v2/types/file_filter.go function ParseFileFilters (line 9) | func ParseFileFilters(filters []string) (FileFilters, error) { type FileFilter (line 56) | type FileFilter struct method Matches (line 61) | func (f FileFilter) Matches(locations []CodeLocation) bool { type FileFilters (line 72) | type FileFilters method Matches (line 74) | func (ffs FileFilters) Matches(locations []CodeLocation) bool { type LineFilter (line 84) | type LineFilter struct method Matches (line 89) | func (lf LineFilter) Matches(line int) bool { type LineFilters (line 93) | type LineFilters method Matches (line 95) | func (lfs LineFilters) Matches(line int) bool { FILE: vendor/github.com/onsi/ginkgo/v2/types/flags.go type GinkgoFlag (line 14) | type GinkgoFlag struct type GinkgoFlags (line 31) | type GinkgoFlags method CopyAppend (line 33) | func (f GinkgoFlags) CopyAppend(flags ...GinkgoFlag) GinkgoFlags { method WithPrefix (line 40) | func (f GinkgoFlags) WithPrefix(prefix string) GinkgoFlags { method SubsetWithNames (line 60) | func (f GinkgoFlags) SubsetWithNames(names ...string) GinkgoFlags { type GinkgoFlagSection (line 73) | type GinkgoFlagSection struct type GinkgoFlagSections (line 81) | type GinkgoFlagSections method Lookup (line 83) | func (gfs GinkgoFlagSections) Lookup(key string) (GinkgoFlagSection, b... type GinkgoFlagSet (line 93) | type GinkgoFlagSet struct method IsZero (line 211) | func (f GinkgoFlagSet) IsZero() bool { method WasSet (line 215) | func (f GinkgoFlagSet) WasSet(name string) bool { method Lookup (line 226) | func (f GinkgoFlagSet) Lookup(name string) *flag.Flag { method Parse (line 230) | func (f GinkgoFlagSet) Parse(args []string) ([]string, error) { method ValidateDeprecations (line 241) | func (f GinkgoFlagSet) ValidateDeprecations(deprecationTracker *Deprec... method Usage (line 265) | func (f GinkgoFlagSet) Usage() string { method substituteUsage (line 334) | func (f GinkgoFlagSet) substituteUsage() { method usageForSection (line 366) | func (f GinkgoFlagSet) usageForSection(section GinkgoFlagSection) stri... method usageForFlag (line 374) | func (f GinkgoFlagSet) usageForFlag(flag GinkgoFlag, style string) str... method usageForGoFlag (line 408) | func (f GinkgoFlagSet) usageForGoFlag(goFlag *flag.Flag) string { function NewGinkgoFlagSet (line 104) | func NewGinkgoFlagSet(flags GinkgoFlags, bindings any, sections GinkgoFl... function NewAttachedGinkgoFlagSet (line 113) | func NewAttachedGinkgoFlagSet(flagSet *flag.FlagSet, flags GinkgoFlags, ... function bindFlagSet (line 122) | func bindFlagSet(f GinkgoFlagSet, flagSet *flag.FlagSet) (GinkgoFlagSet,... function valueAtKeyPath (line 338) | func valueAtKeyPath(root any, keyPath string) (reflect.Value, bool) { type stringSliceVar (line 425) | type stringSliceVar struct method String (line 429) | func (ssv stringSliceVar) String() string { return "" } method Set (line 430) | func (ssv stringSliceVar) Set(s string) error { function GenerateFlagArgs (line 436) | func GenerateFlagArgs(flags GinkgoFlags, bindings any) ([]string, error) { FILE: vendor/github.com/onsi/ginkgo/v2/types/label_filter.go type LabelFilter (line 11) | type LabelFilter function matchLabelAction (line 13) | func matchLabelAction(label string) LabelFilter { function matchLabelRegexAction (line 25) | func matchLabelRegexAction(regex *regexp.Regexp) LabelFilter { function notAction (line 36) | func notAction(filter LabelFilter) LabelFilter { function andAction (line 40) | func andAction(a, b LabelFilter) LabelFilter { function orAction (line 44) | func orAction(a, b LabelFilter) LabelFilter { function labelSetFor (line 48) | func labelSetFor(key string, labels []string) map[string]bool { function isEmptyLabelSetAction (line 64) | func isEmptyLabelSetAction(key string) LabelFilter { function containsAnyLabelSetAction (line 70) | func containsAnyLabelSetAction(key string, expectedValues []string) Labe... function containsAllLabelSetAction (line 82) | func containsAllLabelSetAction(key string, expectedValues []string) Labe... function consistsOfLabelSetAction (line 94) | func consistsOfLabelSetAction(key string, expectedValues []string) Label... function isSubsetOfLabelSetAction (line 109) | func isSubsetOfLabelSetAction(key string, expectedValues []string) Label... type lfToken (line 125) | type lfToken method Precedence (line 144) | func (l lfToken) Precedence() int { method String (line 160) | func (l lfToken) String() string { constant lfTokenInvalid (line 128) | lfTokenInvalid lfToken = iota constant lfTokenRoot (line 130) | lfTokenRoot constant lfTokenOpenGroup (line 131) | lfTokenOpenGroup constant lfTokenCloseGroup (line 132) | lfTokenCloseGroup constant lfTokenNot (line 133) | lfTokenNot constant lfTokenAnd (line 134) | lfTokenAnd constant lfTokenOr (line 135) | lfTokenOr constant lfTokenRegexp (line 136) | lfTokenRegexp constant lfTokenLabel (line 137) | lfTokenLabel constant lfTokenSetKey (line 138) | lfTokenSetKey constant lfTokenSetOperation (line 139) | lfTokenSetOperation constant lfTokenSetArgument (line 140) | lfTokenSetArgument constant lfTokenEOF (line 141) | lfTokenEOF type treeNode (line 190) | type treeNode struct method setRightNode (line 200) | func (tn *treeNode) setRightNode(node *treeNode) { method setLeftNode (line 205) | func (tn *treeNode) setLeftNode(node *treeNode) { method firstAncestorWithPrecedenceLEQ (line 210) | func (tn *treeNode) firstAncestorWithPrecedenceLEQ(precedence int) *tr... method firstUnmatchedOpenNode (line 217) | func (tn *treeNode) firstUnmatchedOpenNode() *treeNode { method constructLabelFilter (line 227) | func (tn *treeNode) constructLabelFilter(input string) (LabelFilter, e... method tokenString (line 303) | func (tn *treeNode) tokenString() string { method toString (line 312) | func (tn *treeNode) toString(indent int) string { function tokenize (line 331) | func tokenize(input string) func() (*treeNode, error) { function MustParseLabelFilter (line 479) | func MustParseLabelFilter(input string) LabelFilter { function ParseLabelFilter (line 487) | func ParseLabelFilter(input string) (LabelFilter, error) { function ValidateAndCleanupLabel (line 565) | func ValidateAndCleanupLabel(label string, cl CodeLocation) (string, err... FILE: vendor/github.com/onsi/ginkgo/v2/types/report_entry.go type ReportEntryValue (line 11) | type ReportEntryValue struct method GetRawValue (line 23) | func (rev ReportEntryValue) GetRawValue() any { method String (line 27) | func (rev ReportEntryValue) String() string { method MarshalJSON (line 44) | func (rev ReportEntryValue) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 62) | func (rev *ReportEntryValue) UnmarshalJSON(data []byte) error { method GobEncode (line 76) | func (rev ReportEntryValue) GobEncode() ([]byte, error) { method GobDecode (line 80) | func (rev *ReportEntryValue) GobDecode(data []byte) error { function WrapEntryValue (line 17) | func WrapEntryValue(value any) ReportEntryValue { type ReportEntry (line 85) | type ReportEntry struct method StringRepresentation (line 112) | func (entry ReportEntry) StringRepresentation() string { method GetRawValue (line 121) | func (entry ReportEntry) GetRawValue() any { method GetTimelineLocation (line 125) | func (entry ReportEntry) GetTimelineLocation() TimelineLocation { type ColorableStringer (line 103) | type ColorableStringer interface type ReportEntries (line 129) | type ReportEntries method HasVisibility (line 131) | func (re ReportEntries) HasVisibility(visibilities ...ReportEntryVisib... method WithVisibility (line 140) | func (re ReportEntries) WithVisibility(visibilities ...ReportEntryVisi... type ReportEntryVisibility (line 153) | type ReportEntryVisibility method String (line 170) | func (rev ReportEntryVisibility) String() string { method UnmarshalJSON (line 173) | func (rev *ReportEntryVisibility) UnmarshalJSON(b []byte) error { method MarshalJSON (line 178) | func (rev ReportEntryVisibility) MarshalJSON() ([]byte, error) { method Is (line 182) | func (v ReportEntryVisibility) Is(visibilities ...ReportEntryVisibilit... constant ReportEntryVisibilityAlways (line 157) | ReportEntryVisibilityAlways ReportEntryVisibility = iota constant ReportEntryVisibilityFailureOrVerbose (line 159) | ReportEntryVisibilityFailureOrVerbose constant ReportEntryVisibilityNever (line 161) | ReportEntryVisibilityNever FILE: vendor/github.com/onsi/ginkgo/v2/types/types.go constant GINKGO_FOCUS_EXIT_CODE (line 12) | GINKGO_FOCUS_EXIT_CODE = 197 function init (line 16) | func init() { type Report (line 23) | type Report struct method Add (line 83) | func (report Report) Add(other Report) Report { type PreRunStats (line 76) | type PreRunStats struct type SpecReport (line 119) | type SpecReport struct method MarshalJSON (line 198) | func (report SpecReport) MarshalJSON() ([]byte, error) { method CombinedOutput (line 267) | func (report SpecReport) CombinedOutput() string { method Failed (line 279) | func (report SpecReport) Failed() bool { method FullText (line 284) | func (report SpecReport) FullText() string { method Labels (line 294) | func (report SpecReport) Labels() []string { method MatchesLabelFilter (line 316) | func (report SpecReport) MatchesLabelFilter(query string) (bool, error) { method FileName (line 325) | func (report SpecReport) FileName() string { method LineNumber (line 330) | func (report SpecReport) LineNumber() int { method FailureMessage (line 335) | func (report SpecReport) FailureMessage() string { method FailureLocation (line 340) | func (report SpecReport) FailureLocation() CodeLocation { method Timeline (line 345) | func (report SpecReport) Timeline() Timeline { type SpecReports (line 369) | type SpecReports method WithLeafNodeType (line 372) | func (reports SpecReports) WithLeafNodeType(nodeTypes NodeType) SpecRe... method WithState (line 392) | func (reports SpecReports) WithState(states SpecState) SpecReports { method CountWithState (line 411) | func (reports SpecReports) CountWithState(states SpecState) int { method CountOfFlakedSpecs (line 422) | func (reports SpecReports) CountOfFlakedSpecs() int { method CountOfRepeatedSpecs (line 433) | func (reports SpecReports) CountOfRepeatedSpecs() int { type TimelineLocation (line 444) | type TimelineLocation struct type TimelineEvent (line 457) | type TimelineEvent interface type Timeline (line 461) | type Timeline method Len (line 463) | func (t Timeline) Len() int { return len(t) } method Less (line 464) | func (t Timeline) Less(i, j int) bool { method Swap (line 467) | func (t Timeline) Swap(i, j int) { t[i], t[j] = t[j], t[i] } method WithoutHiddenReportEntries (line 468) | func (t Timeline) WithoutHiddenReportEntries() Timeline { method WithoutVeryVerboseSpecEvents (line 479) | func (t Timeline) WithoutVeryVerboseSpecEvents() Timeline { type Failure (line 491) | type Failure struct method IsZero (line 531) | func (f Failure) IsZero() bool { method GetTimelineLocation (line 535) | func (f Failure) GetTimelineLocation() TimelineLocation { type FailureNodeContext (line 540) | type FailureNodeContext method String (line 557) | func (fnc FailureNodeContext) String() string { method UnmarshalJSON (line 560) | func (fnc *FailureNodeContext) UnmarshalJSON(b []byte) error { method MarshalJSON (line 565) | func (fnc FailureNodeContext) MarshalJSON() ([]byte, error) { constant FailureNodeContextInvalid (line 543) | FailureNodeContextInvalid FailureNodeContext = iota constant FailureNodeIsLeafNode (line 545) | FailureNodeIsLeafNode constant FailureNodeAtTopLevel (line 546) | FailureNodeAtTopLevel constant FailureNodeInContainer (line 547) | FailureNodeInContainer type AdditionalFailure (line 572) | type AdditionalFailure struct method GetTimelineLocation (line 577) | func (f AdditionalFailure) GetTimelineLocation() TimelineLocation { type SpecState (line 583) | type SpecState method String (line 610) | func (ss SpecState) String() string { method GomegaString (line 613) | func (ss SpecState) GomegaString() string { method UnmarshalJSON (line 616) | func (ss *SpecState) UnmarshalJSON(b []byte) error { method MarshalJSON (line 621) | func (ss SpecState) MarshalJSON() ([]byte, error) { method Is (line 627) | func (ss SpecState) Is(states SpecState) bool { constant SpecStateInvalid (line 586) | SpecStateInvalid SpecState = 0 constant SpecStatePending (line 588) | SpecStatePending SpecState = 1 << iota constant SpecStateSkipped (line 589) | SpecStateSkipped constant SpecStatePassed (line 590) | SpecStatePassed constant SpecStateFailed (line 591) | SpecStateFailed constant SpecStateAborted (line 592) | SpecStateAborted constant SpecStatePanicked (line 593) | SpecStatePanicked constant SpecStateInterrupted (line 594) | SpecStateInterrupted constant SpecStateTimedout (line 595) | SpecStateTimedout type ProgressReport (line 632) | type ProgressReport struct method IsZero (line 659) | func (pr ProgressReport) IsZero() bool { method Time (line 663) | func (pr ProgressReport) Time() time.Time { method SpecGoroutine (line 667) | func (pr ProgressReport) SpecGoroutine() Goroutine { method HighlightedGoroutines (line 676) | func (pr ProgressReport) HighlightedGoroutines() []Goroutine { method OtherGoroutines (line 687) | func (pr ProgressReport) OtherGoroutines() []Goroutine { method WithoutCapturedGinkgoWriterOutput (line 698) | func (pr ProgressReport) WithoutCapturedGinkgoWriterOutput() ProgressR... method WithoutOtherGoroutines (line 704) | func (pr ProgressReport) WithoutOtherGoroutines() ProgressReport { method GetTimelineLocation (line 716) | func (pr ProgressReport) GetTimelineLocation() TimelineLocation { type Goroutine (line 720) | type Goroutine struct method IsZero (line 727) | func (g Goroutine) IsZero() bool { method HasHighlights (line 731) | func (g Goroutine) HasHighlights() bool { type FunctionCall (line 741) | type FunctionCall struct type NodeType (line 751) | type NodeType method String (line 812) | func (nt NodeType) String() string { method UnmarshalJSON (line 815) | func (nt *NodeType) UnmarshalJSON(b []byte) error { method MarshalJSON (line 820) | func (nt NodeType) MarshalJSON() ([]byte, error) { method Is (line 824) | func (nt NodeType) Is(nodeTypes NodeType) bool { constant NodeTypeInvalid (line 754) | NodeTypeInvalid NodeType = 0 constant NodeTypeContainer (line 756) | NodeTypeContainer NodeType = 1 << iota constant NodeTypeIt (line 757) | NodeTypeIt constant NodeTypeBeforeEach (line 759) | NodeTypeBeforeEach constant NodeTypeJustBeforeEach (line 760) | NodeTypeJustBeforeEach constant NodeTypeAfterEach (line 761) | NodeTypeAfterEach constant NodeTypeJustAfterEach (line 762) | NodeTypeJustAfterEach constant NodeTypeBeforeAll (line 764) | NodeTypeBeforeAll constant NodeTypeAfterAll (line 765) | NodeTypeAfterAll constant NodeTypeBeforeSuite (line 767) | NodeTypeBeforeSuite constant NodeTypeSynchronizedBeforeSuite (line 768) | NodeTypeSynchronizedBeforeSuite constant NodeTypeAfterSuite (line 769) | NodeTypeAfterSuite constant NodeTypeSynchronizedAfterSuite (line 770) | NodeTypeSynchronizedAfterSuite constant NodeTypeReportBeforeEach (line 772) | NodeTypeReportBeforeEach constant NodeTypeReportAfterEach (line 773) | NodeTypeReportAfterEach constant NodeTypeReportBeforeSuite (line 774) | NodeTypeReportBeforeSuite constant NodeTypeReportAfterSuite (line 775) | NodeTypeReportAfterSuite constant NodeTypeCleanupInvalid (line 777) | NodeTypeCleanupInvalid constant NodeTypeCleanupAfterEach (line 778) | NodeTypeCleanupAfterEach constant NodeTypeCleanupAfterAll (line 779) | NodeTypeCleanupAfterAll constant NodeTypeCleanupAfterSuite (line 780) | NodeTypeCleanupAfterSuite type SpecEvent (line 831) | type SpecEvent struct method GetTimelineLocation (line 843) | func (se SpecEvent) GetTimelineLocation() TimelineLocation { method IsOnlyVisibleAtVeryVerbose (line 847) | func (se SpecEvent) IsOnlyVisibleAtVeryVerbose() bool { method GomegaString (line 851) | func (se SpecEvent) GomegaString() string { type SpecEvents (line 873) | type SpecEvents method WithType (line 875) | func (se SpecEvents) WithType(seType SpecEventType) SpecEvents { type SpecEventType (line 885) | type SpecEventType method String (line 908) | func (se SpecEventType) String() string { method UnmarshalJSON (line 911) | func (se *SpecEventType) UnmarshalJSON(b []byte) error { method MarshalJSON (line 916) | func (se SpecEventType) MarshalJSON() ([]byte, error) { method Is (line 920) | func (se SpecEventType) Is(specEventTypes SpecEventType) bool { constant SpecEventInvalid (line 888) | SpecEventInvalid SpecEventType = 0 constant SpecEventByStart (line 890) | SpecEventByStart SpecEventType = 1 << iota constant SpecEventByEnd (line 891) | SpecEventByEnd constant SpecEventNodeStart (line 892) | SpecEventNodeStart constant SpecEventNodeEnd (line 893) | SpecEventNodeEnd constant SpecEventSpecRepeat (line 894) | SpecEventSpecRepeat constant SpecEventSpecRetry (line 895) | SpecEventSpecRetry FILE: vendor/github.com/onsi/ginkgo/v2/types/version.go constant VERSION (line 3) | VERSION = "2.23.4" FILE: vendor/github.com/pkg/errors/errors.go function New (line 102) | func New(message string) error { function Errorf (line 112) | func Errorf(format string, args ...interface{}) error { type fundamental (line 120) | type fundamental struct method Error (line 125) | func (f *fundamental) Error() string { return f.msg } method Format (line 127) | func (f *fundamental) Format(s fmt.State, verb rune) { function WithStack (line 145) | func WithStack(err error) error { type withStack (line 155) | type withStack struct method Cause (line 160) | func (w *withStack) Cause() error { return w.error } method Unwrap (line 163) | func (w *withStack) Unwrap() error { return w.error } method Format (line 165) | func (w *withStack) Format(s fmt.State, verb rune) { function Wrap (line 184) | func Wrap(err error, message string) error { function Wrapf (line 201) | func Wrapf(err error, format string, args ...interface{}) error { function WithMessage (line 217) | func WithMessage(err error, message string) error { function WithMessagef (line 229) | func WithMessagef(err error, format string, args ...interface{}) error { type withMessage (line 239) | type withMessage struct method Error (line 244) | func (w *withMessage) Error() string { return w.msg + ": " + w.cause.E... method Cause (line 245) | func (w *withMessage) Cause() error { return w.cause } method Unwrap (line 248) | func (w *withMessage) Unwrap() error { return w.cause } method Format (line 250) | func (w *withMessage) Format(s fmt.State, verb rune) { function Cause (line 275) | func Cause(err error) error { FILE: vendor/github.com/pkg/errors/go113.go function Is (line 16) | func Is(err, target error) bool { return stderrors.Is(err, target) } function As (line 31) | func As(err error, target interface{}) bool { return stderrors.As(err, t... function Unwrap (line 36) | func Unwrap(err error) error { FILE: vendor/github.com/pkg/errors/stack.go type Frame (line 15) | type Frame method pc (line 19) | func (f Frame) pc() uintptr { return uintptr(f) - 1 } method file (line 23) | func (f Frame) file() string { method line (line 34) | func (f Frame) line() int { method name (line 44) | func (f Frame) name() string { method Format (line 64) | func (f Frame) Format(s fmt.State, verb rune) { method MarshalText (line 88) | func (f Frame) MarshalText() ([]byte, error) { type StackTrace (line 97) | type StackTrace method Format (line 107) | func (st StackTrace) Format(s fmt.State, verb rune) { method formatSlice (line 128) | func (st StackTrace) formatSlice(s fmt.State, verb rune) { type stack (line 140) | type stack method Format (line 142) | func (s *stack) Format(st fmt.State, verb rune) { method StackTrace (line 155) | func (s *stack) StackTrace() StackTrace { function callers (line 163) | func callers() *stack { function funcname (line 172) | func funcname(name string) string { FILE: vendor/github.com/pmezard/go-difflib/difflib/difflib.go function min (line 26) | func min(a, b int) int { function max (line 33) | func max(a, b int) int { function calculateRatio (line 40) | func calculateRatio(matches, length int) float64 { type Match (line 47) | type Match struct type OpCode (line 53) | type OpCode struct type SequenceMatcher (line 87) | type SequenceMatcher struct method SetSeqs (line 115) | func (m *SequenceMatcher) SetSeqs(a, b []string) { method SetSeq1 (line 129) | func (m *SequenceMatcher) SetSeq1(a []string) { method SetSeq2 (line 140) | func (m *SequenceMatcher) SetSeq2(b []string) { method chainB (line 151) | func (m *SequenceMatcher) chainB() { method isBJunk (line 192) | func (m *SequenceMatcher) isBJunk(s string) bool { method findLongestMatch (line 221) | func (m *SequenceMatcher) findLongestMatch(alo, ahi, blo, bhi int) Mat... method GetMatchingBlocks (line 305) | func (m *SequenceMatcher) GetMatchingBlocks() []Match { method GetOpCodes (line 373) | func (m *SequenceMatcher) GetOpCodes() []OpCode { method GetGroupedOpCodes (line 413) | func (m *SequenceMatcher) GetGroupedOpCodes(n int) [][]OpCode { method Ratio (line 465) | func (m *SequenceMatcher) Ratio() float64 { method QuickRatio (line 477) | func (m *SequenceMatcher) QuickRatio() float64 { method RealQuickRatio (line 509) | func (m *SequenceMatcher) RealQuickRatio() float64 { function NewMatcher (line 100) | func NewMatcher(a, b []string) *SequenceMatcher { function NewMatcherWithJunk (line 106) | func NewMatcherWithJunk(a, b []string, autoJunk bool, function formatRangeUnified (line 515) | func formatRangeUnified(start, stop int) string { type UnifiedDiff (line 529) | type UnifiedDiff struct function WriteUnifiedDiff (line 559) | func WriteUnifiedDiff(writer io.Writer, diff UnifiedDiff) error { function GetUnifiedDiffString (line 635) | func GetUnifiedDiffString(diff UnifiedDiff) (string, error) { function formatRangeContext (line 642) | func formatRangeContext(start, stop int) string { type ContextDiff (line 655) | type ContextDiff function WriteContextDiff (line 674) | func WriteContextDiff(writer io.Writer, diff ContextDiff) error { function GetContextDiffString (line 760) | func GetContextDiffString(diff ContextDiff) (string, error) { function SplitLines (line 768) | func SplitLines(s string) []string { FILE: vendor/github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header/header.go type octetType (line 18) | type octetType constant isToken (line 21) | isToken octetType = 1 << iota constant isSpace (line 22) | isSpace function init (line 25) | func init() { type AcceptSpec (line 58) | type AcceptSpec struct function ParseAccept (line 64) | func ParseAccept(header http.Header, key string) (specs []AcceptSpec) { function skipSpace (line 96) | func skipSpace(s string) (rest string) { function expectTokenSlash (line 106) | func expectTokenSlash(s string) (token, rest string) { function expectQuality (line 117) | func expectQuality(s string) (q float64, rest string) { FILE: vendor/github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/negotiate.go function NegotiateContentEncoding (line 19) | func NegotiateContentEncoding(r *http.Request, offers []string) string { FILE: vendor/github.com/prometheus/client_golang/prometheus/build_info_collector.go function NewBuildInfoCollector (line 22) | func NewBuildInfoCollector() Collector { FILE: vendor/github.com/prometheus/client_golang/prometheus/collector.go type Collector (line 27) | type Collector interface function DescribeByCollect (line 87) | func DescribeByCollect(c Collector, descs chan<- *Desc) { type selfCollector (line 101) | type selfCollector struct method init (line 108) | func (c *selfCollector) init(self Metric) { method Describe (line 113) | func (c *selfCollector) Describe(ch chan<- *Desc) { method Collect (line 118) | func (c *selfCollector) Collect(ch chan<- Metric) { type collectorMetric (line 125) | type collectorMetric interface FILE: vendor/github.com/prometheus/client_golang/prometheus/collectorfunc.go type CollectorFunc (line 20) | type CollectorFunc method Collect (line 23) | func (f CollectorFunc) Collect(ch chan<- Metric) { method Describe (line 28) | func (f CollectorFunc) Describe(ch chan<- *Desc) { FILE: vendor/github.com/prometheus/client_golang/prometheus/counter.go type Counter (line 35) | type Counter interface type ExemplarAdder (line 56) | type ExemplarAdder interface type CounterOpts (line 61) | type CounterOpts type CounterVecOpts (line 66) | type CounterVecOpts struct function NewCounter (line 87) | func NewCounter(opts CounterOpts) Counter { type counter (line 103) | type counter struct method Desc (line 122) | func (c *counter) Desc() *Desc { method Add (line 126) | func (c *counter) Add(v float64) { method AddWithExemplar (line 146) | func (c *counter) AddWithExemplar(v float64, e Labels) { method Inc (line 151) | func (c *counter) Inc() { method get (line 155) | func (c *counter) get() float64 { method Write (line 161) | func (c *counter) Write(out *dto.Metric) error { method updateExemplar (line 172) | func (c *counter) updateExemplar(v float64, l Labels) { type CounterVec (line 188) | type CounterVec struct method GetMetricWithLabelValues (line 248) | func (v *CounterVec) GetMetricWithLabelValues(lvs ...string) (Counter,... method GetMetricWith (line 268) | func (v *CounterVec) GetMetricWith(labels Labels) (Counter, error) { method WithLabelValues (line 281) | func (v *CounterVec) WithLabelValues(lvs ...string) Counter { method With (line 293) | func (v *CounterVec) With(labels Labels) Counter { method CurryWith (line 314) | func (v *CounterVec) CurryWith(labels Labels) (*CounterVec, error) { method MustCurryWith (line 324) | func (v *CounterVec) MustCurryWith(labels Labels) *CounterVec { function NewCounterVec (line 194) | func NewCounterVec(opts CounterOpts, labelNames []string) *CounterVec { method NewCounterVec (line 202) | func (v2) NewCounterVec(opts CounterVecOpts) *CounterVec { type CounterFunc (line 336) | type CounterFunc interface function NewCounterFunc (line 351) | func NewCounterFunc(opts CounterOpts, function func() float64) CounterFu... FILE: vendor/github.com/prometheus/client_golang/prometheus/desc.go type Desc (line 45) | type Desc struct method String (line 184) | func (d *Desc) String() string { function NewDesc (line 78) | func NewDesc(fqName, help string, variableLabels []string, constLabels L... method NewDesc (line 92) | func (v2) NewDesc(fqName, help string, variableLabels ConstrainableLabel... function NewInvalidDesc (line 178) | func NewInvalidDesc(err error) *Desc { FILE: vendor/github.com/prometheus/client_golang/prometheus/expvar_collector.go type expvarCollector (line 21) | type expvarCollector struct method Describe (line 36) | func (e *expvarCollector) Describe(ch chan<- *Desc) { method Collect (line 43) | func (e *expvarCollector) Collect(ch chan<- Metric) { function NewExpvarCollector (line 29) | func NewExpvarCollector(exports map[string]*Desc) Collector { FILE: vendor/github.com/prometheus/client_golang/prometheus/fnv.go constant offset64 (line 19) | offset64 = 14695981039346656037 constant prime64 (line 20) | prime64 = 1099511628211 function hashNew (line 24) | func hashNew() uint64 { function hashAdd (line 29) | func hashAdd(h uint64, s string) uint64 { function hashAddByte (line 38) | func hashAddByte(h uint64, b byte) uint64 { FILE: vendor/github.com/prometheus/client_golang/prometheus/gauge.go type Gauge (line 32) | type Gauge interface type GaugeOpts (line 56) | type GaugeOpts type GaugeVecOpts (line 61) | type GaugeVecOpts struct function NewGauge (line 78) | func NewGauge(opts GaugeOpts) Gauge { type gauge (line 90) | type gauge struct method Desc (line 102) | func (g *gauge) Desc() *Desc { method Set (line 106) | func (g *gauge) Set(val float64) { method SetToCurrentTime (line 110) | func (g *gauge) SetToCurrentTime() { method Inc (line 114) | func (g *gauge) Inc() { method Dec (line 118) | func (g *gauge) Dec() { method Add (line 122) | func (g *gauge) Add(val float64) { method Sub (line 132) | func (g *gauge) Sub(val float64) { method Write (line 136) | func (g *gauge) Write(out *dto.Metric) error { type GaugeVec (line 146) | type GaugeVec struct method GetMetricWithLabelValues (line 202) | func (v *GaugeVec) GetMetricWithLabelValues(lvs ...string) (Gauge, err... method GetMetricWith (line 222) | func (v *GaugeVec) GetMetricWith(labels Labels) (Gauge, error) { method WithLabelValues (line 235) | func (v *GaugeVec) WithLabelValues(lvs ...string) Gauge { method With (line 247) | func (v *GaugeVec) With(labels Labels) Gauge { method CurryWith (line 268) | func (v *GaugeVec) CurryWith(labels Labels) (*GaugeVec, error) { method MustCurryWith (line 278) | func (v *GaugeVec) MustCurryWith(labels Labels) *GaugeVec { function NewGaugeVec (line 152) | func NewGaugeVec(opts GaugeOpts, labelNames []string) *GaugeVec { method NewGaugeVec (line 160) | func (v2) NewGaugeVec(opts GaugeVecOpts) *GaugeVec { type GaugeFunc (line 290) | type GaugeFunc interface function NewGaugeFunc (line 304) | func NewGaugeFunc(opts GaugeOpts, function func() float64) GaugeFunc { FILE: vendor/github.com/prometheus/client_golang/prometheus/get_pid.go function getPIDFn (line 21) | func getPIDFn() func() (int, error) { FILE: vendor/github.com/prometheus/client_golang/prometheus/get_pid_gopherjs.go function getPIDFn (line 19) | func getPIDFn() func() (int, error) { FILE: vendor/github.com/prometheus/client_golang/prometheus/go_collector.go function goRuntimeMemStats (line 26) | func goRuntimeMemStats() memStatsMetrics { type baseGoCollector (line 201) | type baseGoCollector struct method Describe (line 235) | func (c *baseGoCollector) Describe(ch chan<- *Desc) { method Collect (line 244) | func (c *baseGoCollector) Collect(ch chan<- Metric) { function newBaseGoCollector (line 209) | func newBaseGoCollector() baseGoCollector { function memstatNamespace (line 264) | func memstatNamespace(s string) string { type memStatsMetrics (line 270) | type memStatsMetrics FILE: vendor/github.com/prometheus/client_golang/prometheus/go_collector_go116.go type goCollector (line 25) | type goCollector struct method Describe (line 69) | func (c *goCollector) Describe(ch chan<- *Desc) { method Collect (line 77) | func (c *goCollector) Collect(ch chan<- Metric) { method msCollect (line 118) | func (c *goCollector) msCollect(ch chan<- Metric, ms *runtime.MemStats) { function NewGoCollector (line 42) | func NewGoCollector() Collector { FILE: vendor/github.com/prometheus/client_golang/prometheus/go_collector_latest.go constant goGCHeapTinyAllocsObjects (line 35) | goGCHeapTinyAllocsObjects = "/gc/heap/tiny/allocs:objects" constant goGCHeapAllocsObjects (line 36) | goGCHeapAllocsObjects = "/gc/heap/allocs:objects" constant goGCHeapFreesObjects (line 37) | goGCHeapFreesObjects = "/gc/heap/frees:objects" constant goGCHeapFreesBytes (line 38) | goGCHeapFreesBytes = "/gc/heap/frees:bytes" constant goGCHeapAllocsBytes (line 39) | goGCHeapAllocsBytes = "/gc/heap/allocs:bytes" constant goGCHeapObjects (line 40) | goGCHeapObjects = "/gc/heap/objects:objects" constant goGCHeapGoalBytes (line 41) | goGCHeapGoalBytes = "/gc/heap/goal:bytes" constant goMemoryClassesTotalBytes (line 42) | goMemoryClassesTotalBytes = "/memory/classes/total:bytes" constant goMemoryClassesHeapObjectsBytes (line 43) | goMemoryClassesHeapObjectsBytes = "/memory/classes/heap/objects:... constant goMemoryClassesHeapUnusedBytes (line 44) | goMemoryClassesHeapUnusedBytes = "/memory/classes/heap/unused:b... constant goMemoryClassesHeapReleasedBytes (line 45) | goMemoryClassesHeapReleasedBytes = "/memory/classes/heap/released... constant goMemoryClassesHeapFreeBytes (line 46) | goMemoryClassesHeapFreeBytes = "/memory/classes/heap/free:bytes" constant goMemoryClassesHeapStacksBytes (line 47) | goMemoryClassesHeapStacksBytes = "/memory/classes/heap/stacks:b... constant goMemoryClassesOSStacksBytes (line 48) | goMemoryClassesOSStacksBytes = "/memory/classes/os-stacks:bytes" constant goMemoryClassesMetadataMSpanInuseBytes (line 49) | goMemoryClassesMetadataMSpanInuseBytes = "/memory/classes/metadata/mspa... constant goMemoryClassesMetadataMSPanFreeBytes (line 50) | goMemoryClassesMetadataMSPanFreeBytes = "/memory/classes/metadata/mspa... constant goMemoryClassesMetadataMCacheInuseBytes (line 51) | goMemoryClassesMetadataMCacheInuseBytes = "/memory/classes/metadata/mcac... constant goMemoryClassesMetadataMCacheFreeBytes (line 52) | goMemoryClassesMetadataMCacheFreeBytes = "/memory/classes/metadata/mcac... constant goMemoryClassesProfilingBucketsBytes (line 53) | goMemoryClassesProfilingBucketsBytes = "/memory/classes/profiling/buc... constant goMemoryClassesMetadataOtherBytes (line 54) | goMemoryClassesMetadataOtherBytes = "/memory/classes/metadata/othe... constant goMemoryClassesOtherBytes (line 55) | goMemoryClassesOtherBytes = "/memory/classes/other:bytes" function bestEffortLookupRM (line 82) | func bestEffortLookupRM(lookup []string) []metrics.Description { type goCollector (line 94) | type goCollector struct method Describe (line 295) | func (c *goCollector) Describe(ch chan<- *Desc) { method Collect (line 306) | func (c *goCollector) Collect(ch chan<- Metric) { method exactSumFor (line 402) | func (c *goCollector) exactSumFor(rmName string) float64 { type rmMetricDesc (line 122) | type rmMetricDesc struct function matchRuntimeMetricsRules (line 126) | func matchRuntimeMetricsRules(rules []internal.GoCollectorRule) []rmMetr... function defaultGoCollectorOptions (line 150) | func defaultGoCollectorOptions() internal.GoCollectorOptions { function NewGoCollector (line 167) | func NewGoCollector(opts ...func(o *internal.GoCollectorOptions)) Collec... function attachOriginalName (line 290) | func attachOriginalName(desc, origName string) string { function unwrapScalarRMValue (line 375) | func unwrapScalarRMValue(v metrics.Value) float64 { function memStatsFromRM (line 414) | func memStatsFromRM(ms *runtime.MemStats, rm map[string]*metrics.Sample) { type batchHistogram (line 463) | type batchHistogram struct method update (line 509) | func (h *batchHistogram) update(his *metrics.Float64Histogram, sum flo... method Desc (line 532) | func (h *batchHistogram) Desc() *Desc { method Write (line 536) | func (h *batchHistogram) Write(out *dto.Metric) error { function newBatchHistogram (line 485) | func newBatchHistogram(desc *Desc, buckets []float64, hasSum bool) *batc... FILE: vendor/github.com/prometheus/client_golang/prometheus/histogram.go constant nativeHistogramSchemaMaximum (line 33) | nativeHistogramSchemaMaximum = 8 constant nativeHistogramSchemaMinimum (line 34) | nativeHistogramSchemaMinimum = -4 type Histogram (line 249) | type Histogram interface constant bucketLabel (line 265) | bucketLabel = "le" constant DefNativeHistogramZeroThreshold (line 278) | DefNativeHistogramZeroThreshold = 2.938735877055719e-39 constant NativeHistogramZeroThresholdZero (line 283) | NativeHistogramZeroThresholdZero = -1 function LinearBuckets (line 295) | func LinearBuckets(start, width float64, count int) []float64 { function ExponentialBuckets (line 315) | func ExponentialBuckets(start, factor float64, count int) []float64 { function ExponentialBucketsRange (line 339) | func ExponentialBucketsRange(minBucket, maxBucket float64, count int) []... type HistogramOpts (line 365) | type HistogramOpts struct type HistogramVecOpts (line 508) | type HistogramVecOpts struct function NewHistogram (line 523) | func NewHistogram(opts HistogramOpts) Histogram { function newHistogram (line 535) | func newHistogram(desc *Desc, opts HistogramOpts, labelValues ...string)... type histogramCounts (line 613) | type histogramCounts struct method observe (line 655) | func (hc *histogramCounts) observe(v float64, bucket int, doSparse boo... type histogram (line 708) | type histogram struct method Desc (line 762) | func (h *histogram) Desc() *Desc { method Observe (line 766) | func (h *histogram) Observe(v float64) { method ObserveWithExemplar (line 773) | func (h *histogram) ObserveWithExemplar(v float64, e Labels) { method Write (line 779) | func (h *histogram) Write(out *dto.Metric) error { method findBucket (line 866) | func (h *histogram) findBucket(v float64) int { method observe (line 900) | func (h *histogram) observe(v float64, bucket int) { method limitBuckets (line 919) | func (h *histogram) limitBuckets(counts *histogramCounts, value float6... method maybeReset (line 963) | func (h *histogram) maybeReset( method reset (line 989) | func (h *histogram) reset() { method maybeWidenZeroBucket (line 1017) | func (h *histogram) maybeWidenZeroBucket(hot, cold *histogramCounts) b... method doubleBucketWidth (line 1087) | func (h *histogram) doubleBucketWidth(hot, cold *histogramCounts) { method resetCounts (line 1135) | func (h *histogram) resetCounts(counts *histogramCounts) { method updateExemplar (line 1153) | func (h *histogram) updateExemplar(v float64, bucket int, l Labels) { type HistogramVec (line 1173) | type HistogramVec struct method GetMetricWithLabelValues (line 1225) | func (v *HistogramVec) GetMetricWithLabelValues(lvs ...string) (Observ... method GetMetricWith (line 1245) | func (v *HistogramVec) GetMetricWith(labels Labels) (Observer, error) { method WithLabelValues (line 1258) | func (v *HistogramVec) WithLabelValues(lvs ...string) Observer { method With (line 1270) | func (v *HistogramVec) With(labels Labels) Observer { method CurryWith (line 1291) | func (v *HistogramVec) CurryWith(labels Labels) (ObserverVec, error) { method MustCurryWith (line 1301) | func (v *HistogramVec) MustCurryWith(labels Labels) ObserverVec { function NewHistogramVec (line 1179) | func NewHistogramVec(opts HistogramOpts, labelNames []string) *Histogram... method NewHistogramVec (line 1187) | func (v2) NewHistogramVec(opts HistogramVecOpts) *HistogramVec { type constHistogram (line 1309) | type constHistogram struct method Desc (line 1318) | func (h *constHistogram) Desc() *Desc { method Write (line 1322) | func (h *constHistogram) Write(out *dto.Metric) error { function NewConstHistogram (line 1362) | func NewConstHistogram( function MustNewConstHistogram (line 1386) | func MustNewConstHistogram( function NewConstHistogramWithCreatedTimestamp (line 1401) | func NewConstHistogramWithCreatedTimestamp( function MustNewConstHistogramWithCreatedTimestamp (line 1427) | func MustNewConstHistogramWithCreatedTimestamp( type buckSort (line 1442) | type buckSort method Len (line 1444) | func (s buckSort) Len() int { method Swap (line 1448) | func (s buckSort) Swap(i, j int) { method Less (line 1452) | func (s buckSort) Less(i, j int) bool { function pickSchema (line 1462) | func pickSchema(bucketFactor float64) int32 { function makeBuckets (line 1477) | func makeBuckets(buckets *sync.Map) ([]*dto.BucketSpan, []int64) { function addToBucket (line 1534) | func addToBucket(buckets *sync.Map, key int, increment int64) bool { function addAndReset (line 1556) | func addAndReset(hotBuckets *sync.Map, bucketNumber *uint32) func(k, v i... function deleteSyncMap (line 1567) | func deleteSyncMap(m *sync.Map) { function findSmallestKey (line 1574) | func findSmallestKey(m *sync.Map) int { function getLe (line 1586) | func getLe(key int, schema int32) float64 { function waitForCooldown (line 1641) | func waitForCooldown(count uint64, counts *histogramCounts) { function atomicAddFloat (line 1649) | func atomicAddFloat(bits *uint64, v float64) { function atomicDecUint32 (line 1661) | func atomicDecUint32(p *uint32) { function addAndResetCounts (line 1668) | func addAndResetCounts(hot, cold *histogramCounts) { type nativeExemplars (line 1682) | type nativeExemplars struct method isEnabled (line 1692) | func (n *nativeExemplars) isEnabled() bool { method addExemplar (line 1716) | func (n *nativeExemplars) addExemplar(e *dto.Exemplar) { function makeNativeExemplars (line 1696) | func makeNativeExemplars(ttl time.Duration, maxCount int) nativeExemplars { type constNativeHistogram (line 1865) | type constNativeHistogram struct method Desc (line 1996) | func (h *constNativeHistogram) Desc() *Desc { method Write (line 2000) | func (h *constNativeHistogram) Write(out *dto.Metric) error { function validateCount (line 1871) | func validateCount(sum float64, count uint64, negativeBuckets, positiveB... function NewConstNativeHistogram (line 1913) | func NewConstNativeHistogram( function MustNewConstNativeHistogram (line 1969) | func MustNewConstNativeHistogram( function makeBucketsFromMap (line 2006) | func makeBucketsFromMap(buckets map[int]int64) ([]*dto.BucketSpan, []int... FILE: vendor/github.com/prometheus/client_golang/prometheus/internal/almost_equal.go function AlmostEqualFloat64 (line 36) | func AlmostEqualFloat64(a, b, epsilon float64) bool { function AlmostEqualFloat64s (line 50) | func AlmostEqualFloat64s(a, b []float64, epsilon float64) bool { FILE: vendor/github.com/prometheus/client_golang/prometheus/internal/difflib.go function minInt (line 29) | func minInt(a, b int) int { function maxInt (line 36) | func maxInt(a, b int) int { function calculateRatio (line 43) | func calculateRatio(matches, length int) float64 { type Match (line 50) | type Match struct type OpCode (line 56) | type OpCode struct type SequenceMatcher (line 90) | type SequenceMatcher struct method SetSeqs (line 118) | func (m *SequenceMatcher) SetSeqs(a, b []string) { method SetSeq1 (line 132) | func (m *SequenceMatcher) SetSeq1(a []string) { method SetSeq2 (line 143) | func (m *SequenceMatcher) SetSeq2(b []string) { method chainB (line 154) | func (m *SequenceMatcher) chainB() { method isBJunk (line 195) | func (m *SequenceMatcher) isBJunk(s string) bool { method findLongestMatch (line 227) | func (m *SequenceMatcher) findLongestMatch(alo, ahi, blo, bhi int) Mat... method GetMatchingBlocks (line 311) | func (m *SequenceMatcher) GetMatchingBlocks() []Match { method GetOpCodes (line 379) | func (m *SequenceMatcher) GetOpCodes() []OpCode { method GetGroupedOpCodes (line 419) | func (m *SequenceMatcher) GetGroupedOpCodes(n int) [][]OpCode { method Ratio (line 473) | func (m *SequenceMatcher) Ratio() float64 { method QuickRatio (line 485) | func (m *SequenceMatcher) QuickRatio() float64 { method RealQuickRatio (line 517) | func (m *SequenceMatcher) RealQuickRatio() float64 { function NewMatcher (line 103) | func NewMatcher(a, b []string) *SequenceMatcher { function NewMatcherWithJunk (line 109) | func NewMatcherWithJunk(a, b []string, autoJunk bool, function formatRangeUnified (line 523) | func formatRangeUnified(start, stop int) string { type UnifiedDiff (line 537) | type UnifiedDiff struct function WriteUnifiedDiff (line 567) | func WriteUnifiedDiff(writer io.Writer, diff UnifiedDiff) error { function GetUnifiedDiffString (line 643) | func GetUnifiedDiffString(diff UnifiedDiff) (string, error) { function SplitLines (line 651) | func SplitLines(s string) []string { FILE: vendor/github.com/prometheus/client_golang/prometheus/internal/go_collector_options.go type GoCollectorRule (line 18) | type GoCollectorRule struct type GoCollectorOptions (line 28) | type GoCollectorOptions struct FILE: vendor/github.com/prometheus/client_golang/prometheus/internal/go_runtime_metrics.go function RuntimeMetricsToProm (line 39) | func RuntimeMetricsToProm(d *metrics.Description) (string, string, strin... function RuntimeMetricsBucketsForUnit (line 85) | func RuntimeMetricsBucketsForUnit(buckets []float64, unit string) []floa... function reBucketExp (line 111) | func reBucketExp(buckets []float64, base float64) []float64 { FILE: vendor/github.com/prometheus/client_golang/prometheus/internal/metric.go type LabelPairSorter (line 24) | type LabelPairSorter method Len (line 26) | func (s LabelPairSorter) Len() int { method Swap (line 30) | func (s LabelPairSorter) Swap(i, j int) { method Less (line 34) | func (s LabelPairSorter) Less(i, j int) bool { type MetricSorter (line 39) | type MetricSorter method Len (line 41) | func (s MetricSorter) Len() int { method Swap (line 45) | func (s MetricSorter) Swap(i, j int) { method Less (line 49) | func (s MetricSorter) Less(i, j int) bool { function NormalizeMetricFamilies (line 85) | func NormalizeMetricFamilies(metricFamiliesByName map[string]*dto.Metric... FILE: vendor/github.com/prometheus/client_golang/prometheus/labels.go type Labels (line 33) | type Labels type LabelConstraint (line 36) | type LabelConstraint type ConstrainedLabel (line 41) | type ConstrainedLabel struct type ConstrainableLabels (line 56) | type ConstrainableLabels interface type ConstrainedLabels (line 64) | type ConstrainedLabels method compile (line 66) | func (cls ConstrainedLabels) compile() *compiledLabels { method labelNames (line 82) | func (cls ConstrainedLabels) labelNames() []string { type UnconstrainedLabels (line 101) | type UnconstrainedLabels method compile (line 103) | func (uls UnconstrainedLabels) compile() *compiledLabels { method labelNames (line 109) | func (uls UnconstrainedLabels) labelNames() []string { type compiledLabels (line 113) | type compiledLabels struct method compile (line 118) | func (cls *compiledLabels) compile() *compiledLabels { method labelNames (line 122) | func (cls *compiledLabels) labelNames() []string { method constrain (line 126) | func (cls *compiledLabels) constrain(labelName, value string) string { constant reservedLabelPrefix (line 135) | reservedLabelPrefix = "__" function makeInconsistentCardinalityError (line 139) | func makeInconsistentCardinalityError(fqName string, labels, labelValues... function validateValuesInLabels (line 148) | func validateValuesInLabels(labels Labels, expectedNumberOfValues int) e... function validateLabelValues (line 166) | func validateLabelValues(vals []string, expectedNumberOfValues int) error { function checkLabelName (line 186) | func checkLabelName(l string) bool { FILE: vendor/github.com/prometheus/client_golang/prometheus/metric.go type Metric (line 33) | type Metric interface type Opts (line 68) | type Opts struct function BuildFQName (line 107) | func BuildFQName(namespace, subsystem, name string) string { type invalidMetric (line 130) | type invalidMetric struct method Desc (line 142) | func (m *invalidMetric) Desc() *Desc { return m.desc } method Write (line 144) | func (m *invalidMetric) Write(*dto.Metric) error { return m.err } function NewInvalidMetric (line 138) | func NewInvalidMetric(desc *Desc, err error) Metric { type timestampedMetric (line 146) | type timestampedMetric struct method Write (line 151) | func (m timestampedMetric) Write(pb *dto.Metric) error { function NewMetricWithTimestamp (line 170) | func NewMetricWithTimestamp(t time.Time, m Metric) Metric { type withExemplarsMetric (line 174) | type withExemplarsMetric struct method Write (line 180) | func (m *withExemplarsMetric) Write(pb *dto.Metric) error { type Exemplar (line 215) | type Exemplar struct function NewMetricWithExemplars (line 233) | func NewMetricWithExemplars(m Metric, exemplars ...Exemplar) (Metric, er... function MustNewMetricWithExemplars (line 259) | func MustNewMetricWithExemplars(m Metric, exemplars ...Exemplar) Metric { FILE: vendor/github.com/prometheus/client_golang/prometheus/num_threads.go function getRuntimeNumThreads (line 22) | func getRuntimeNumThreads() float64 { FILE: vendor/github.com/prometheus/client_golang/prometheus/num_threads_gopherjs.go function getRuntimeNumThreads (line 20) | func getRuntimeNumThreads() float64 { FILE: vendor/github.com/prometheus/client_golang/prometheus/observer.go type Observer (line 18) | type Observer interface type ObserverFunc (line 35) | type ObserverFunc method Observe (line 38) | func (f ObserverFunc) Observe(value float64) { type ObserverVec (line 43) | type ObserverVec interface type ExemplarObserver (line 62) | type ExemplarObserver interface FILE: vendor/github.com/prometheus/client_golang/prometheus/process_collector.go type processCollector (line 24) | type processCollector struct method errorCollectFn (line 135) | func (c *processCollector) errorCollectFn(ch chan<- Metric) { method errorDescribeFn (line 139) | func (c *processCollector) errorDescribeFn(ch chan<- *Desc) { method Collect (line 146) | func (c *processCollector) Collect(ch chan<- Metric) { method Describe (line 151) | func (c *processCollector) Describe(ch chan<- *Desc) { method reportError (line 155) | func (c *processCollector) reportError(ch chan<- Metric, desc *Desc, e... type ProcessCollectorOpts (line 39) | type ProcessCollectorOpts struct function NewProcessCollector (line 62) | func NewProcessCollector(opts ProcessCollectorOpts) Collector { function NewPidFileFn (line 167) | func NewPidFileFn(pidFilePath string) func() (int, error) { FILE: vendor/github.com/prometheus/client_golang/prometheus/process_collector_darwin.go type memoryInfo (line 32) | type memoryInfo struct function canCollectProcess (line 37) | func canCollectProcess() bool { function getSoftLimit (line 41) | func getSoftLimit(which int) (uint64, error) { function getOpenFileCount (line 51) | func getOpenFileCount() (float64, error) { method processCollect (line 74) | func (c *processCollector) processCollect(ch chan<- Metric) { FILE: vendor/github.com/prometheus/client_golang/prometheus/process_collector_mem_cgo_darwin.c function get_memory_info (line 29) | int get_memory_info(unsigned long long *rss, unsigned long long *vsize) FILE: vendor/github.com/prometheus/client_golang/prometheus/process_collector_mem_cgo_darwin.go function getMemory (line 24) | func getMemory() (*memoryInfo, error) { method describe (line 38) | func (c *processCollector) describe(ch chan<- *Desc) { FILE: vendor/github.com/prometheus/client_golang/prometheus/process_collector_mem_nocgo_darwin.go function getMemory (line 18) | func getMemory() (*memoryInfo, error) { method describe (line 26) | func (c *processCollector) describe(ch chan<- *Desc) { FILE: vendor/github.com/prometheus/client_golang/prometheus/process_collector_not_supported.go function canCollectProcess (line 19) | func canCollectProcess() bool { method processCollect (line 23) | func (c *processCollector) processCollect(ch chan<- Metric) { method describe (line 31) | func (c *processCollector) describe(ch chan<- *Desc) { FILE: vendor/github.com/prometheus/client_golang/prometheus/process_collector_procfsenabled.go function canCollectProcess (line 23) | func canCollectProcess() bool { method processCollect (line 28) | func (c *processCollector) processCollect(ch chan<- Metric) { method describe (line 86) | func (c *processCollector) describe(ch chan<- *Desc) { FILE: vendor/github.com/prometheus/client_golang/prometheus/process_collector_windows.go function canCollectProcess (line 23) | func canCollectProcess() bool { type processMemoryCounters (line 35) | type processMemoryCounters struct function getProcessMemoryInfo (line 54) | func getProcessMemoryInfo(handle windows.Handle) (processMemoryCounters,... function getProcessHandleCount (line 68) | func getProcessHandleCount(handle windows.Handle) (uint32, error) { method processCollect (line 81) | func (c *processCollector) processCollect(ch chan<- Metric) { method describe (line 114) | func (c *processCollector) describe(ch chan<- *Desc) { function fileTimeToSeconds (line 123) | func fileTimeToSeconds(ft windows.Filetime) float64 { FILE: vendor/github.com/prometheus/client_golang/prometheus/promauto/auto.go function NewCounter (line 167) | func NewCounter(opts prometheus.CounterOpts) prometheus.Counter { function NewCounterVec (line 175) | func NewCounterVec(opts prometheus.CounterOpts, labelNames []string) *pr... function NewCounterFunc (line 183) | func NewCounterFunc(opts prometheus.CounterOpts, function func() float64... function NewGauge (line 190) | func NewGauge(opts prometheus.GaugeOpts) prometheus.Gauge { function NewGaugeVec (line 197) | func NewGaugeVec(opts prometheus.GaugeOpts, labelNames []string) *promet... function NewGaugeFunc (line 204) | func NewGaugeFunc(opts prometheus.GaugeOpts, function func() float64) pr... function NewSummary (line 211) | func NewSummary(opts prometheus.SummaryOpts) prometheus.Summary { function NewSummaryVec (line 219) | func NewSummaryVec(opts prometheus.SummaryOpts, labelNames []string) *pr... function NewHistogram (line 226) | func NewHistogram(opts prometheus.HistogramOpts) prometheus.Histogram { function NewHistogramVec (line 234) | func NewHistogramVec(opts prometheus.HistogramOpts, labelNames []string)... function NewUntypedFunc (line 242) | func NewUntypedFunc(opts prometheus.UntypedOpts, function func() float64... type Factory (line 251) | type Factory struct method NewCounter (line 262) | func (f Factory) NewCounter(opts prometheus.CounterOpts) prometheus.Co... method NewCounterVec (line 273) | func (f Factory) NewCounterVec(opts prometheus.CounterOpts, labelNames... method NewCounterFunc (line 284) | func (f Factory) NewCounterFunc(opts prometheus.CounterOpts, function ... method NewGauge (line 294) | func (f Factory) NewGauge(opts prometheus.GaugeOpts) prometheus.Gauge { method NewGaugeVec (line 305) | func (f Factory) NewGaugeVec(opts prometheus.GaugeOpts, labelNames []s... method NewGaugeFunc (line 316) | func (f Factory) NewGaugeFunc(opts prometheus.GaugeOpts, function func... method NewSummary (line 326) | func (f Factory) NewSummary(opts prometheus.SummaryOpts) prometheus.Su... method NewSummaryVec (line 337) | func (f Factory) NewSummaryVec(opts prometheus.SummaryOpts, labelNames... method NewHistogram (line 348) | func (f Factory) NewHistogram(opts prometheus.HistogramOpts) prometheu... method NewHistogramVec (line 359) | func (f Factory) NewHistogramVec(opts prometheus.HistogramOpts, labelN... method NewUntypedFunc (line 370) | func (f Factory) NewUntypedFunc(opts prometheus.UntypedOpts, function ... function With (line 258) | func With(r prometheus.Registerer) Factory { return Factory{r} } FILE: vendor/github.com/prometheus/client_golang/prometheus/promhttp/delegator.go constant closeNotifier (line 24) | closeNotifier = 1 << iota constant flusher (line 25) | flusher constant hijacker (line 26) | hijacker constant readerFrom (line 27) | readerFrom constant pusher (line 28) | pusher type delegator (line 31) | type delegator interface type responseWriterDelegator (line 38) | type responseWriterDelegator struct method Status (line 47) | func (r *responseWriterDelegator) Status() int { method Written (line 51) | func (r *responseWriterDelegator) Written() int64 { method WriteHeader (line 55) | func (r *responseWriterDelegator) WriteHeader(code int) { method Write (line 68) | func (r *responseWriterDelegator) Write(b []byte) (int, error) { method Unwrap (line 81) | func (r *responseWriterDelegator) Unwrap() http.ResponseWriter { type closeNotifierDelegator (line 86) | type closeNotifierDelegator struct method CloseNotify (line 93) | func (d closeNotifierDelegator) CloseNotify() <-chan bool { type flusherDelegator (line 87) | type flusherDelegator struct method Flush (line 98) | func (d flusherDelegator) Flush() { type hijackerDelegator (line 88) | type hijackerDelegator struct method Hijack (line 107) | func (d hijackerDelegator) Hijack() (net.Conn, *bufio.ReadWriter, erro... type readerFromDelegator (line 89) | type readerFromDelegator struct method ReadFrom (line 111) | func (d readerFromDelegator) ReadFrom(re io.Reader) (int64, error) { type pusherDelegator (line 90) | type pusherDelegator struct method Push (line 122) | func (d pusherDelegator) Push(target string, opts *http.PushOptions) e... function init (line 128) | func init() { function newDelegator (line 355) | func newDelegator(w http.ResponseWriter, observeWriteHeaderFunc func(int... FILE: vendor/github.com/prometheus/client_golang/prometheus/promhttp/http.go constant contentTypeHeader (line 52) | contentTypeHeader = "Content-Type" constant contentEncodingHeader (line 53) | contentEncodingHeader = "Content-Encoding" constant acceptEncodingHeader (line 54) | acceptEncodingHeader = "Accept-Encoding" constant processStartTimeHeader (line 55) | processStartTimeHeader = "Process-Start-Time-Unix" type Compression (line 60) | type Compression constant Identity (line 63) | Identity Compression = "identity" constant Gzip (line 64) | Gzip Compression = "gzip" constant Zstd (line 65) | Zstd Compression = "zstd" function defaultCompressionFormats (line 68) | func defaultCompressionFormats() []Compression { function Handler (line 96) | func Handler() http.Handler { function HandlerFor (line 108) | func HandlerFor(reg prometheus.Gatherer, opts HandlerOpts) http.Handler { function HandlerForTransactional (line 115) | func HandlerForTransactional(reg prometheus.TransactionalGatherer, opts ... function InstrumentMetricHandler (line 286) | func InstrumentMetricHandler(reg prometheus.Registerer, handler http.Han... type HandlerErrorHandling (line 325) | type HandlerErrorHandling constant HTTPErrorOnError (line 337) | HTTPErrorOnError HandlerErrorHandling = iota constant ContinueOnError (line 347) | ContinueOnError constant PanicOnError (line 349) | PanicOnError type Logger (line 355) | type Logger interface type HandlerOpts (line 361) | type HandlerOpts struct function httpError (line 452) | func httpError(rsp http.ResponseWriter, err error) { function negotiateEncodingWriter (line 465) | func negotiateEncodingWriter(r *http.Request, rw io.Writer, compressions... FILE: vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_client.go type RoundTripperFunc (line 28) | type RoundTripperFunc method RoundTrip (line 31) | func (rt RoundTripperFunc) RoundTrip(r *http.Request) (*http.Response,... function InstrumentRoundTripperInFlight (line 40) | func InstrumentRoundTripperInFlight(gauge prometheus.Gauge, next http.Ro... function InstrumentRoundTripperCounter (line 65) | func InstrumentRoundTripperCounter(counter *prometheus.CounterVec, next ... function InstrumentRoundTripperDuration (line 108) | func InstrumentRoundTripperDuration(obs prometheus.ObserverVec, next htt... type InstrumentTrace (line 136) | type InstrumentTrace struct function InstrumentRoundTripperTrace (line 165) | func InstrumentRoundTripperTrace(it *InstrumentTrace, next http.RoundTri... FILE: vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_server.go constant magicString (line 29) | magicString = "zZgWfBxLqvG8kc8IMv3POi2Bb0tZI3vAnBx+gBaFi9FyPzB/CzKUer1yu... function observeWithExemplar (line 33) | func observeWithExemplar(obs prometheus.Observer, val float64, labels ma... function addWithExemplar (line 43) | func addWithExemplar(obs prometheus.Counter, val float64, labels map[str... function InstrumentHandlerInFlight (line 56) | func InstrumentHandlerInFlight(g prometheus.Gauge, next http.Handler) ht... function InstrumentHandlerDuration (line 84) | func InstrumentHandlerDuration(obs prometheus.ObserverVec, next http.Han... function InstrumentHandlerCounter (line 135) | func InstrumentHandlerCounter(counter *prometheus.CounterVec, next http.... function InstrumentHandlerTimeToWriteHeader (line 190) | func InstrumentHandlerTimeToWriteHeader(obs prometheus.ObserverVec, next... function InstrumentHandlerRequestSize (line 231) | func InstrumentHandlerRequestSize(obs prometheus.ObserverVec, next http.... function InstrumentHandlerResponseSize (line 285) | func InstrumentHandlerResponseSize(obs prometheus.ObserverVec, next http... function checkLabels (line 311) | func checkLabels(c prometheus.Collector) (code, method bool) { function isLabelCurried (line 372) | func isLabelCurried(c prometheus.Collector, label string) bool { function labels (line 392) | func labels(code, method bool, reqMethod string, status int, extraMethod... function computeApproximateRequestSize (line 409) | func computeApproximateRequestSize(r *http.Request) int { function sanitizeMethod (line 436) | func sanitizeMethod(m string, extraMethods ...string) string { function sanitizeCode (line 473) | func sanitizeCode(s int) string { FILE: vendor/github.com/prometheus/client_golang/prometheus/promhttp/option.go type Option (line 23) | type Option interface type LabelValueFromCtx (line 29) | type LabelValueFromCtx type options (line 32) | type options struct method emptyDynamicLabels (line 45) | func (o *options) emptyDynamicLabels() prometheus.Labels { function defaultOptions (line 38) | func defaultOptions() *options { type optionApplyFunc (line 55) | type optionApplyFunc method apply (line 57) | func (o optionApplyFunc) apply(opt *options) { o(opt) } function WithExtraMethods (line 63) | func WithExtraMethods(methods ...string) Option { function WithExemplarFromContext (line 72) | func WithExemplarFromContext(getExemplarFn func(requestCtx context.Conte... function WithLabelFromCtx (line 80) | func WithLabelFromCtx(name string, valueFn LabelValueFromCtx) Option { FILE: vendor/github.com/prometheus/client_golang/prometheus/registry.go constant capMetricChan (line 39) | capMetricChan = 1000 constant capDescChan (line 40) | capDescChan = 10 function init (line 60) | func init() { function NewRegistry (line 67) | func NewRegistry() *Registry { function NewPedanticRegistry (line 85) | func NewPedanticRegistry() *Registry { type Registerer (line 96) | type Registerer interface type Gatherer (line 140) | type Gatherer interface function Register (line 167) | func Register(c Collector) error { function MustRegister (line 176) | func MustRegister(cs ...Collector) { function Unregister (line 185) | func Unregister(c Collector) bool { type GathererFunc (line 190) | type GathererFunc method Gather (line 193) | func (gf GathererFunc) Gather() ([]*dto.MetricFamily, error) { type AlreadyRegisteredError (line 205) | type AlreadyRegisteredError struct method Error (line 209) | func (err AlreadyRegisteredError) Error() string { type MultiError (line 215) | type MultiError method Error (line 219) | func (errs MultiError) Error() string { method Append (line 232) | func (errs *MultiError) Append(err error) { method MaybeUnwrap (line 242) | func (errs MultiError) MaybeUnwrap() error { type Registry (line 260) | type Registry struct method Register (line 270) | func (r *Registry) Register(c Collector) error { method Unregister (line 366) | func (r *Registry) Unregister(c Collector) bool { method MustRegister (line 403) | func (r *Registry) MustRegister(cs ...Collector) { method Gather (line 412) | func (r *Registry) Gather() ([]*dto.MetricFamily, error) { method Describe (line 563) | func (r *Registry) Describe(ch chan<- *Desc) { method Collect (line 575) | func (r *Registry) Collect(ch chan<- Metric) { function WriteToTextfile (line 593) | func WriteToTextfile(filename string, g Gatherer) error { function processMetric (line 620) | func processMetric( type Gatherers (line 743) | type Gatherers method Gather (line 746) | func (gs Gatherers) Gather() ([]*dto.MetricFamily, error) { function checkSuffixCollisions (line 808) | func checkSuffixCollisions(mf *dto.MetricFamily, mfs map[string]*dto.Met... function checkMetricConsistency (line 869) | func checkMetricConsistency( function checkDescConsistency (line 951) | func checkDescConsistency( type MultiTRegistry (line 999) | type MultiTRegistry struct method Gather (line 1011) | func (r *MultiTRegistry) Gather() (mfs []*dto.MetricFamily, done func(... function NewMultiTRegistry (line 1004) | func NewMultiTRegistry(tGatherers ...TransactionalGatherer) *MultiTRegis... type TransactionalGatherer (line 1038) | type TransactionalGatherer interface function ToTransactionalGatherer (line 1064) | func ToTransactionalGatherer(g Gatherer) TransactionalGatherer { type noTransactionGatherer (line 1068) | type noTransactionGatherer struct method Gather (line 1073) | func (g *noTransactionGatherer) Gather() (_ []*dto.MetricFamily, done ... FILE: vendor/github.com/prometheus/client_golang/prometheus/summary.go constant quantileLabel (line 34) | quantileLabel = "quantile" type Summary (line 54) | type Summary interface constant DefMaxAge (line 75) | DefMaxAge time.Duration = 10 * time.Minute constant DefAgeBuckets (line 78) | DefAgeBuckets = 5 constant DefBufCap (line 80) | DefBufCap = 500 type SummaryOpts (line 88) | type SummaryOpts struct type SummaryVecOpts (line 157) | type SummaryVecOpts struct function NewSummary (line 182) | func NewSummary(opts SummaryOpts) Summary { function newSummary (line 194) | func newSummary(desc *Desc, opts SummaryOpts, labelValues ...string) Sum... type summary (line 275) | type summary struct method Desc (line 305) | func (s *summary) Desc() *Desc { method Observe (line 309) | func (s *summary) Observe(v float64) { method Write (line 323) | func (s *summary) Write(out *dto.Metric) error { method newStream (line 364) | func (s *summary) newStream() *quantile.Stream { method asyncFlush (line 369) | func (s *summary) asyncFlush(now time.Time) { method maybeRotateStreams (line 383) | func (s *summary) maybeRotateStreams() { method flushColdBuf (line 396) | func (s *summary) flushColdBuf() { method swapBufs (line 409) | func (s *summary) swapBufs(now time.Time) { type summaryCounts (line 420) | type summaryCounts struct type noObjectivesSummary (line 429) | type noObjectivesSummary struct method Desc (line 463) | func (s *noObjectivesSummary) Desc() *Desc { method Observe (line 467) | func (s *noObjectivesSummary) Observe(v float64) { method Write (line 486) | func (s *noObjectivesSummary) Write(out *dto.Metric) error { type quantSort (line 533) | type quantSort method Len (line 535) | func (s quantSort) Len() int { method Swap (line 539) | func (s quantSort) Swap(i, j int) { method Less (line 543) | func (s quantSort) Less(i, j int) bool { type SummaryVec (line 552) | type SummaryVec struct method GetMetricWithLabelValues (line 613) | func (v *SummaryVec) GetMetricWithLabelValues(lvs ...string) (Observer... method GetMetricWith (line 633) | func (v *SummaryVec) GetMetricWith(labels Labels) (Observer, error) { method WithLabelValues (line 646) | func (v *SummaryVec) WithLabelValues(lvs ...string) Observer { method With (line 658) | func (v *SummaryVec) With(labels Labels) Observer { method CurryWith (line 679) | func (v *SummaryVec) CurryWith(labels Labels) (ObserverVec, error) { method MustCurryWith (line 689) | func (v *SummaryVec) MustCurryWith(labels Labels) ObserverVec { function NewSummaryVec (line 562) | func NewSummaryVec(opts SummaryOpts, labelNames []string) *SummaryVec { method NewSummaryVec (line 570) | func (v2) NewSummaryVec(opts SummaryVecOpts) *SummaryVec { type constSummary (line 697) | type constSummary struct method Desc (line 706) | func (s *constSummary) Desc() *Desc { method Write (line 710) | func (s *constSummary) Write(out *dto.Metric) error { function NewConstSummary (line 752) | func NewConstSummary( function MustNewConstSummary (line 776) | func MustNewConstSummary( function NewConstSummaryWithCreatedTimestamp (line 791) | func NewConstSummaryWithCreatedTimestamp( function MustNewConstSummaryWithCreatedTimestamp (line 817) | func MustNewConstSummaryWithCreatedTimestamp( FILE: vendor/github.com/prometheus/client_golang/prometheus/timer.go type Timer (line 20) | type Timer struct method ObserveDuration (line 59) | func (t *Timer) ObserveDuration() time.Duration { method ObserveDurationWithExemplar (line 70) | func (t *Timer) ObserveDurationWithExemplar(exemplar Labels) time.Dura... function NewTimer (line 44) | func NewTimer(o Observer) *Timer { FILE: vendor/github.com/prometheus/client_golang/prometheus/untyped.go type UntypedOpts (line 17) | type UntypedOpts type UntypedFunc (line 24) | type UntypedFunc interface function NewUntypedFunc (line 35) | func NewUntypedFunc(opts UntypedOpts, function func() float64) UntypedFu... FILE: vendor/github.com/prometheus/client_golang/prometheus/value.go type ValueType (line 31) | type ValueType method ToDTO (line 48) | func (v ValueType) ToDTO() *dto.MetricType { constant _ (line 36) | _ ValueType = iota constant CounterValue (line 37) | CounterValue constant GaugeValue (line 38) | GaugeValue constant UntypedValue (line 39) | UntypedValue type valueFunc (line 64) | type valueFunc struct method Desc (line 90) | func (v *valueFunc) Desc() *Desc { method Write (line 94) | func (v *valueFunc) Write(out *dto.Metric) error { function newValueFunc (line 79) | func newValueFunc(desc *Desc, valueType ValueType, function func() float... function NewConstMetric (line 105) | func NewConstMetric(desc *Desc, valueType ValueType, value float64, labe... function MustNewConstMetric (line 126) | func MustNewConstMetric(desc *Desc, valueType ValueType, value float64, ... function NewConstMetricWithCreatedTimestamp (line 136) | func NewConstMetricWithCreatedTimestamp(desc *Desc, valueType ValueType,... function MustNewConstMetricWithCreatedTimestamp (line 163) | func MustNewConstMetricWithCreatedTimestamp(desc *Desc, valueType ValueT... type constMetric (line 171) | type constMetric struct method Desc (line 176) | func (m *constMetric) Desc() *Desc { method Write (line 180) | func (m *constMetric) Write(out *dto.Metric) error { function populateMetric (line 188) | func populateMetric( function MakeLabelPairs (line 217) | func MakeLabelPairs(desc *Desc, labelValues []string) []*dto.LabelPair { constant ExemplarMaxRunes (line 240) | ExemplarMaxRunes = 128 function newExemplar (line 245) | func newExemplar(value float64, ts time.Time, l Labels) (*dto.Exemplar, ... FILE: vendor/github.com/prometheus/client_golang/prometheus/vec.go type MetricVec (line 36) | type MetricVec struct method DeleteLabelValues (line 74) | func (m *MetricVec) DeleteLabelValues(lvs ...string) bool { method Delete (line 95) | func (m *MetricVec) Delete(labels Labels) bool { method DeletePartialMatch (line 113) | func (m *MetricVec) DeletePartialMatch(labels Labels) int { method Describe (line 124) | func (m *MetricVec) Describe(ch chan<- *Desc) { m.metricMap.Describe(c... method Collect (line 127) | func (m *MetricVec) Collect(ch chan<- Metric) { m.metricMap.Collect(ch) } method Reset (line 130) | func (m *MetricVec) Reset() { m.metricMap.Reset() } method CurryWith (line 149) | func (m *MetricVec) CurryWith(labels Labels) (*MetricVec, error) { method GetMetricWithLabelValues (line 212) | func (m *MetricVec) GetMetricWithLabelValues(lvs ...string) (Metric, e... method GetMetricWith (line 238) | func (m *MetricVec) GetMetricWith(labels Labels) (Metric, error) { method hashLabelValues (line 250) | func (m *MetricVec) hashLabelValues(vals []string) (uint64, error) { method hashLabels (line 273) | func (m *MetricVec) hashLabels(labels Labels) (uint64, error) { function NewMetricVec (line 47) | func NewMetricVec(desc *Desc, newMetric func(lvs ...string) Metric) *Met... type metricWithLabelValues (line 304) | type metricWithLabelValues struct type curriedLabelValue (line 310) | type curriedLabelValue struct type metricMap (line 317) | type metricMap struct method Describe (line 326) | func (m *metricMap) Describe(ch chan<- *Desc) { method Collect (line 331) | func (m *metricMap) Collect(ch chan<- Metric) { method Reset (line 343) | func (m *metricMap) Reset() { method deleteByHashWithLabelValues (line 355) | func (m *metricMap) deleteByHashWithLabelValues( method deleteByHashWithLabels (line 384) | func (m *metricMap) deleteByHashWithLabels( method deleteByLabels (line 410) | func (m *metricMap) deleteByLabels(labels Labels, curry []curriedLabel... method getOrCreateMetricWithLabelValues (line 489) | func (m *metricMap) getOrCreateMetricWithLabelValues( method getOrCreateMetricWithLabels (line 514) | func (m *metricMap) getOrCreateMetricWithLabels( method getMetricWithHashAndLabelValues (line 537) | func (m *metricMap) getMetricWithHashAndLabelValues( method getMetricWithHashAndLabels (line 551) | func (m *metricMap) getMetricWithHashAndLabels( function findMetricWithPartialLabels (line 431) | func findMetricWithPartialLabels( function indexOf (line 444) | func indexOf(target string, items []string) (int, bool) { function valueMatchesVariableOrCurriedValue (line 456) | func valueMatchesVariableOrCurriedValue(targetValue string, index int, v... function matchPartialLabels (line 468) | func matchPartialLabels(desc *Desc, values []string, labels Labels, curr... function findMetricWithLabelValues (line 565) | func findMetricWithLabelValues( function findMetricWithLabels (line 578) | func findMetricWithLabels( function matchLabelValues (line 589) | func matchLabelValues(values, lvs []string, curry []curriedLabelValue) b... function matchLabels (line 610) | func matchLabels(desc *Desc, values []string, labels Labels, curry []cur... function extractLabelValues (line 630) | func extractLabelValues(desc *Desc, labels Labels, curry []curriedLabelV... function inlineLabelValues (line 644) | func inlineLabelValues(lvs []string, curry []curriedLabelValue) []string { function constrainLabels (line 665) | func constrainLabels(desc *Desc, labels Labels) (Labels, func()) { function constrainLabelValues (line 684) | func constrainLabelValues(desc *Desc, lvs []string, curry []curriedLabel... FILE: vendor/github.com/prometheus/client_golang/prometheus/vnext.go type v2 (line 16) | type v2 struct FILE: vendor/github.com/prometheus/client_golang/prometheus/wrap.go function WrapRegistererWith (line 46) | func WrapRegistererWith(labels Labels, reg Registerer) Registerer { function WrapRegistererWithPrefix (line 74) | func WrapRegistererWithPrefix(prefix string, reg Registerer) Registerer { type wrappingRegisterer (line 81) | type wrappingRegisterer struct method Register (line 87) | func (r *wrappingRegisterer) Register(c Collector) error { method MustRegister (line 98) | func (r *wrappingRegisterer) MustRegister(cs ...Collector) { method Unregister (line 109) | func (r *wrappingRegisterer) Unregister(c Collector) bool { type wrappingCollector (line 120) | type wrappingCollector struct method Collect (line 126) | func (c *wrappingCollector) Collect(ch chan<- Metric) { method Describe (line 141) | func (c *wrappingCollector) Describe(ch chan<- *Desc) { method unwrapRecursively (line 152) | func (c *wrappingCollector) unwrapRecursively() Collector { type wrappingMetric (line 161) | type wrappingMetric struct method Desc (line 167) | func (m *wrappingMetric) Desc() *Desc { method Write (line 171) | func (m *wrappingMetric) Write(out *dto.Metric) error { function wrapDesc (line 189) | func wrapDesc(desc *Desc, prefix string, labels Labels) *Desc { FILE: vendor/github.com/prometheus/client_model/go/metrics.pb.go constant _ (line 32) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 34) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type MetricType (line 37) | type MetricType method Enum (line 74) | func (x MetricType) Enum() *MetricType { method String (line 80) | func (x MetricType) String() string { method Descriptor (line 84) | func (MetricType) Descriptor() protoreflect.EnumDescriptor { method Type (line 88) | func (MetricType) Type() protoreflect.EnumType { method Number (line 92) | func (x MetricType) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 97) | func (x *MetricType) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 107) | func (MetricType) EnumDescriptor() ([]byte, []int) { constant MetricType_COUNTER (line 41) | MetricType_COUNTER MetricType = 0 constant MetricType_GAUGE (line 43) | MetricType_GAUGE MetricType = 1 constant MetricType_SUMMARY (line 45) | MetricType_SUMMARY MetricType = 2 constant MetricType_UNTYPED (line 47) | MetricType_UNTYPED MetricType = 3 constant MetricType_HISTOGRAM (line 49) | MetricType_HISTOGRAM MetricType = 4 constant MetricType_GAUGE_HISTOGRAM (line 51) | MetricType_GAUGE_HISTOGRAM MetricType = 5 type LabelPair (line 111) | type LabelPair struct method Reset (line 120) | func (x *LabelPair) Reset() { method String (line 129) | func (x *LabelPair) String() string { method ProtoMessage (line 133) | func (*LabelPair) ProtoMessage() {} method ProtoReflect (line 135) | func (x *LabelPair) ProtoReflect() protoreflect.Message { method Descriptor (line 148) | func (*LabelPair) Descriptor() ([]byte, []int) { method GetName (line 152) | func (x *LabelPair) GetName() string { method GetValue (line 159) | func (x *LabelPair) GetValue() string { type Gauge (line 166) | type Gauge struct method Reset (line 174) | func (x *Gauge) Reset() { method String (line 183) | func (x *Gauge) String() string { method ProtoMessage (line 187) | func (*Gauge) ProtoMessage() {} method ProtoReflect (line 189) | func (x *Gauge) ProtoReflect() protoreflect.Message { method Descriptor (line 202) | func (*Gauge) Descriptor() ([]byte, []int) { method GetValue (line 206) | func (x *Gauge) GetValue() float64 { type Counter (line 213) | type Counter struct method Reset (line 223) | func (x *Counter) Reset() { method String (line 232) | func (x *Counter) String() string { method ProtoMessage (line 236) | func (*Counter) ProtoMessage() {} method ProtoReflect (line 238) | func (x *Counter) ProtoReflect() protoreflect.Message { method Descriptor (line 251) | func (*Counter) Descriptor() ([]byte, []int) { method GetValue (line 255) | func (x *Counter) GetValue() float64 { method GetExemplar (line 262) | func (x *Counter) GetExemplar() *Exemplar { method GetCreatedTimestamp (line 269) | func (x *Counter) GetCreatedTimestamp() *timestamppb.Timestamp { type Quantile (line 276) | type Quantile struct method Reset (line 285) | func (x *Quantile) Reset() { method String (line 294) | func (x *Quantile) String() string { method ProtoMessage (line 298) | func (*Quantile) ProtoMessage() {} method ProtoReflect (line 300) | func (x *Quantile) ProtoReflect() protoreflect.Message { method Descriptor (line 313) | func (*Quantile) Descriptor() ([]byte, []int) { method GetQuantile (line 317) | func (x *Quantile) GetQuantile() float64 { method GetValue (line 324) | func (x *Quantile) GetValue() float64 { type Summary (line 331) | type Summary struct method Reset (line 342) | func (x *Summary) Reset() { method String (line 351) | func (x *Summary) String() string { method ProtoMessage (line 355) | func (*Summary) ProtoMessage() {} method ProtoReflect (line 357) | func (x *Summary) ProtoReflect() protoreflect.Message { method Descriptor (line 370) | func (*Summary) Descriptor() ([]byte, []int) { method GetSampleCount (line 374) | func (x *Summary) GetSampleCount() uint64 { method GetSampleSum (line 381) | func (x *Summary) GetSampleSum() float64 { method GetQuantile (line 388) | func (x *Summary) GetQuantile() []*Quantile { method GetCreatedTimestamp (line 395) | func (x *Summary) GetCreatedTimestamp() *timestamppb.Timestamp { type Untyped (line 402) | type Untyped struct method Reset (line 410) | func (x *Untyped) Reset() { method String (line 419) | func (x *Untyped) String() string { method ProtoMessage (line 423) | func (*Untyped) ProtoMessage() {} method ProtoReflect (line 425) | func (x *Untyped) ProtoReflect() protoreflect.Message { method Descriptor (line 438) | func (*Untyped) Descriptor() ([]byte, []int) { method GetValue (line 442) | func (x *Untyped) GetValue() float64 { type Histogram (line 449) | type Histogram struct method Reset (line 490) | func (x *Histogram) Reset() { method String (line 499) | func (x *Histogram) String() string { method ProtoMessage (line 503) | func (*Histogram) ProtoMessage() {} method ProtoReflect (line 505) | func (x *Histogram) ProtoReflect() protoreflect.Message { method Descriptor (line 518) | func (*Histogram) Descriptor() ([]byte, []int) { method GetSampleCount (line 522) | func (x *Histogram) GetSampleCount() uint64 { method GetSampleCountFloat (line 529) | func (x *Histogram) GetSampleCountFloat() float64 { method GetSampleSum (line 536) | func (x *Histogram) GetSampleSum() float64 { method GetBucket (line 543) | func (x *Histogram) GetBucket() []*Bucket { method GetCreatedTimestamp (line 550) | func (x *Histogram) GetCreatedTimestamp() *timestamppb.Timestamp { method GetSchema (line 557) | func (x *Histogram) GetSchema() int32 { method GetZeroThreshold (line 564) | func (x *Histogram) GetZeroThreshold() float64 { method GetZeroCount (line 571) | func (x *Histogram) GetZeroCount() uint64 { method GetZeroCountFloat (line 578) | func (x *Histogram) GetZeroCountFloat() float64 { method GetNegativeSpan (line 585) | func (x *Histogram) GetNegativeSpan() []*BucketSpan { method GetNegativeDelta (line 592) | func (x *Histogram) GetNegativeDelta() []int64 { method GetNegativeCount (line 599) | func (x *Histogram) GetNegativeCount() []float64 { method GetPositiveSpan (line 606) | func (x *Histogram) GetPositiveSpan() []*BucketSpan { method GetPositiveDelta (line 613) | func (x *Histogram) GetPositiveDelta() []int64 { method GetPositiveCount (line 620) | func (x *Histogram) GetPositiveCount() []float64 { method GetExemplars (line 627) | func (x *Histogram) GetExemplars() []*Exemplar { type Bucket (line 636) | type Bucket struct method Reset (line 647) | func (x *Bucket) Reset() { method String (line 656) | func (x *Bucket) String() string { method ProtoMessage (line 660) | func (*Bucket) ProtoMessage() {} method ProtoReflect (line 662) | func (x *Bucket) ProtoReflect() protoreflect.Message { method Descriptor (line 675) | func (*Bucket) Descriptor() ([]byte, []int) { method GetCumulativeCount (line 679) | func (x *Bucket) GetCumulativeCount() uint64 { method GetCumulativeCountFloat (line 686) | func (x *Bucket) GetCumulativeCountFloat() float64 { method GetUpperBound (line 693) | func (x *Bucket) GetUpperBound() float64 { method GetExemplar (line 700) | func (x *Bucket) GetExemplar() *Exemplar { type BucketSpan (line 713) | type BucketSpan struct method Reset (line 722) | func (x *BucketSpan) Reset() { method String (line 731) | func (x *BucketSpan) String() string { method ProtoMessage (line 735) | func (*BucketSpan) ProtoMessage() {} method ProtoReflect (line 737) | func (x *BucketSpan) ProtoReflect() protoreflect.Message { method Descriptor (line 750) | func (*BucketSpan) Descriptor() ([]byte, []int) { method GetOffset (line 754) | func (x *BucketSpan) GetOffset() int32 { method GetLength (line 761) | func (x *BucketSpan) GetLength() uint32 { type Exemplar (line 768) | type Exemplar struct method Reset (line 778) | func (x *Exemplar) Reset() { method String (line 787) | func (x *Exemplar) String() string { method ProtoMessage (line 791) | func (*Exemplar) ProtoMessage() {} method ProtoReflect (line 793) | func (x *Exemplar) ProtoReflect() protoreflect.Message { method Descriptor (line 806) | func (*Exemplar) Descriptor() ([]byte, []int) { method GetLabel (line 810) | func (x *Exemplar) GetLabel() []*LabelPair { method GetValue (line 817) | func (x *Exemplar) GetValue() float64 { method GetTimestamp (line 824) | func (x *Exemplar) GetTimestamp() *timestamppb.Timestamp { type Metric (line 831) | type Metric struct method Reset (line 845) | func (x *Metric) Reset() { method String (line 854) | func (x *Metric) String() string { method ProtoMessage (line 858) | func (*Metric) ProtoMessage() {} method ProtoReflect (line 860) | func (x *Metric) ProtoReflect() protoreflect.Message { method Descriptor (line 873) | func (*Metric) Descriptor() ([]byte, []int) { method GetLabel (line 877) | func (x *Metric) GetLabel() []*LabelPair { method GetGauge (line 884) | func (x *Metric) GetGauge() *Gauge { method GetCounter (line 891) | func (x *Metric) GetCounter() *Counter { method GetSummary (line 898) | func (x *Metric) GetSummary() *Summary { method GetUntyped (line 905) | func (x *Metric) GetUntyped() *Untyped { method GetHistogram (line 912) | func (x *Metric) GetHistogram() *Histogram { method GetTimestampMs (line 919) | func (x *Metric) GetTimestampMs() int64 { type MetricFamily (line 926) | type MetricFamily struct method Reset (line 938) | func (x *MetricFamily) Reset() { method String (line 947) | func (x *MetricFamily) String() string { method ProtoMessage (line 951) | func (*MetricFamily) ProtoMessage() {} method ProtoReflect (line 953) | func (x *MetricFamily) ProtoReflect() protoreflect.Message { method Descriptor (line 966) | func (*MetricFamily) Descriptor() ([]byte, []int) { method GetName (line 970) | func (x *MetricFamily) GetName() string { method GetHelp (line 977) | func (x *MetricFamily) GetHelp() string { method GetType (line 984) | func (x *MetricFamily) GetType() MetricType { method GetMetric (line 991) | func (x *MetricFamily) GetMetric() []*Metric { method GetUnit (line 998) | func (x *MetricFamily) GetUnit() string { function file_io_prometheus_client_metrics_proto_rawDescGZIP (line 1176) | func file_io_prometheus_client_metrics_proto_rawDescGZIP() []byte { function init (line 1229) | func init() { file_io_prometheus_client_metrics_proto_init() } function file_io_prometheus_client_metrics_proto_init (line 1230) | func file_io_prometheus_client_metrics_proto_init() { FILE: vendor/github.com/prometheus/common/expfmt/decode.go type Decoder (line 31) | type Decoder interface type DecodeOptions (line 36) | type DecodeOptions struct function ResponseFormat (line 43) | func ResponseFormat(h http.Header) Format { function NewDecoder (line 75) | func NewDecoder(r io.Reader, format Format) Decoder { type protoDecoder (line 84) | type protoDecoder struct method Decode (line 89) | func (d *protoDecoder) Decode(v *dto.MetricFamily) error { type textDecoder (line 119) | type textDecoder struct method Decode (line 126) | func (d *textDecoder) Decode(v *dto.MetricFamily) error { type SampleDecoder (line 150) | type SampleDecoder struct method Decode (line 159) | func (sd *SampleDecoder) Decode(s *model.Vector) error { function ExtractSamples (line 172) | func ExtractSamples(o *DecodeOptions, fams ...*dto.MetricFamily) (model.... function extractSamples (line 188) | func extractSamples(f *dto.MetricFamily, o *DecodeOptions) (model.Vector... function extractCounter (line 204) | func extractCounter(o *DecodeOptions, f *dto.MetricFamily) model.Vector { function extractGauge (line 235) | func extractGauge(o *DecodeOptions, f *dto.MetricFamily) model.Vector { function extractUntyped (line 266) | func extractUntyped(o *DecodeOptions, f *dto.MetricFamily) model.Vector { function extractSummary (line 297) | func extractSummary(o *DecodeOptions, f *dto.MetricFamily) model.Vector { function extractHistogram (line 354) | func extractHistogram(o *DecodeOptions, f *dto.MetricFamily) model.Vector { FILE: vendor/github.com/prometheus/common/expfmt/encode.go type Encoder (line 32) | type Encoder interface type Closer (line 43) | type Closer interface type encoderCloser (line 47) | type encoderCloser struct method Encode (line 52) | func (ec encoderCloser) Encode(v *dto.MetricFamily) error { method Close (line 56) | func (ec encoderCloser) Close() error { function Negotiate (line 65) | func Negotiate(h http.Header) Format { function NegotiateIncludingOpenMetrics (line 98) | func NegotiateIncludingOpenMetrics(h http.Header) Format { function NewEncoder (line 149) | func NewEncoder(w io.Writer, format Format, options ...EncoderOption) En... FILE: vendor/github.com/prometheus/common/expfmt/expfmt.go type Format (line 25) | type Format method WithEscapingScheme (line 118) | func (f Format) WithEscapingScheme(s model.EscapingScheme) Format { method FormatType (line 139) | func (f Format) FormatType() FormatType { method ToEscapingScheme (line 191) | func (format Format) ToEscapingScheme() model.EscapingScheme { constant TextVersion (line 35) | TextVersion = "0.0.4" constant ProtoType (line 36) | ProtoType = `application/vnd.google.protobuf` constant ProtoProtocol (line 37) | ProtoProtocol = `io.prometheus.client.MetricFamily` constant ProtoFmt (line 39) | ProtoFmt = ProtoType + "; proto=" + ProtoProtocol + ";" constant OpenMetricsType (line 40) | OpenMetricsType = `application/openmetrics-text` constant OpenMetricsVersion_0_0_1 (line 41) | OpenMetricsVersion_0_0_1 = "0.0.1" constant OpenMetricsVersion_1_0_0 (line 42) | OpenMetricsVersion_1_0_0 = "1.0.0" constant FmtUnknown (line 47) | FmtUnknown Format = `` constant FmtText (line 49) | FmtText Format = `text/plain; version=` + TextVersion + `; charset=utf-8` constant FmtProtoDelim (line 51) | FmtProtoDelim Format = ProtoFmt + ` encoding=delimited` constant FmtProtoText (line 53) | FmtProtoText Format = ProtoFmt + ` encoding=text` constant FmtProtoCompact (line 55) | FmtProtoCompact Format = ProtoFmt + ` encoding=compact-text` constant FmtOpenMetrics_1_0_0 (line 57) | FmtOpenMetrics_1_0_0 Format = OpenMetricsType + `; version=` + OpenMetri... constant FmtOpenMetrics_0_0_1 (line 59) | FmtOpenMetrics_0_0_1 Format = OpenMetricsType + `; version=` + OpenMetri... constant hdrContentType (line 63) | hdrContentType = "Content-Type" constant hdrAccept (line 64) | hdrAccept = "Accept" type FormatType (line 71) | type FormatType constant TypeUnknown (line 74) | TypeUnknown FormatType = iota constant TypeProtoCompact (line 75) | TypeProtoCompact constant TypeProtoDelim (line 76) | TypeProtoDelim constant TypeProtoText (line 77) | TypeProtoText constant TypeTextPlain (line 78) | TypeTextPlain constant TypeOpenMetrics (line 79) | TypeOpenMetrics function NewFormat (line 86) | func NewFormat(t FormatType) Format { function NewOpenMetricsFormat (line 105) | func NewOpenMetricsFormat(version string) (Format, error) { FILE: vendor/github.com/prometheus/common/expfmt/fuzz.go function Fuzz (line 28) | func Fuzz(in []byte) int { FILE: vendor/github.com/prometheus/common/expfmt/openmetrics_create.go type encoderOption (line 32) | type encoderOption struct type EncoderOption (line 37) | type EncoderOption function WithCreatedLines (line 49) | func WithCreatedLines() EncoderOption { function WithUnit (line 60) | func WithUnit() EncoderOption { function MetricFamilyToOpenMetrics (line 120) | func MetricFamilyToOpenMetrics(out io.Writer, in *dto.MetricFamily, opti... function FinalizeOpenMetrics (line 395) | func FinalizeOpenMetrics(w io.Writer) (written int, err error) { function writeOpenMetricsSample (line 405) | func writeOpenMetricsSample( function writeOpenMetricsNameAndLabelPairs (line 465) | func writeOpenMetricsNameAndLabelPairs( function writeOpenMetricsCreated (line 577) | func writeOpenMetricsCreated(w enhancedWriter, function writeExemplar (line 616) | func writeExemplar(w enhancedWriter, e *dto.Exemplar) (int, error) { function writeOpenMetricsFloat (line 663) | func writeOpenMetricsFloat(w enhancedWriter, f float64) (int, error) { function writeUint (line 690) | func writeUint(w enhancedWriter, u uint64) (int, error) { FILE: vendor/github.com/prometheus/common/expfmt/text_create.go type enhancedWriter (line 32) | type enhancedWriter interface constant initialNumBufSize (line 40) | initialNumBufSize = 24 function MetricFamilyToText (line 78) | func MetricFamilyToText(out io.Writer, in *dto.MetricFamily) (written in... function writeSample (line 288) | func writeSample( function writeNameAndLabelPairs (line 342) | func writeNameAndLabelPairs( function writeEscapedString (line 454) | func writeEscapedString(w enhancedWriter, v string, includeDoubleQuote b... function writeFloat (line 464) | func writeFloat(w enhancedWriter, f float64) (int, error) { function writeInt (line 490) | func writeInt(w enhancedWriter, i int64) (int, error) { function writeName (line 500) | func writeName(w enhancedWriter, name string) (int, error) { FILE: vendor/github.com/prometheus/common/expfmt/text_parse.go type stateFn (line 37) | type stateFn type ParseError (line 41) | type ParseError struct method Error (line 47) | func (e ParseError) Error() string { type TextParser (line 53) | type TextParser struct method TextToMetricFamilies (line 106) | func (p *TextParser) TextToMetricFamilies(in io.Reader) (map[string]*d... method reset (line 127) | func (p *TextParser) reset(in io.Reader) { method startOfLine (line 149) | func (p *TextParser) startOfLine() stateFn { method startComment (line 177) | func (p *TextParser) startComment() stateFn { method readingMetricName (line 238) | func (p *TextParser) readingMetricName() stateFn { method readingLabels (line 265) | func (p *TextParser) readingLabels() stateFn { method startLabelName (line 283) | func (p *TextParser) startLabelName() stateFn { method startLabelValue (line 369) | func (p *TextParser) startLabelValue() stateFn { method readingValue (line 439) | func (p *TextParser) readingValue() stateFn { method startTimestamp (line 527) | func (p *TextParser) startTimestamp() stateFn { method readingHelp (line 553) | func (p *TextParser) readingHelp() stateFn { method readingType (line 568) | func (p *TextParser) readingType() stateFn { method parseError (line 588) | func (p *TextParser) parseError(msg string) { method skipBlankTab (line 597) | func (p *TextParser) skipBlankTab() { method skipBlankTabIfCurrentBlankTab (line 607) | func (p *TextParser) skipBlankTabIfCurrentBlankTab() { method readTokenUntilWhitespace (line 617) | func (p *TextParser) readTokenUntilWhitespace() { method readTokenUntilNewline (line 631) | func (p *TextParser) readTokenUntilNewline(recognizeEscapeSequence boo... method readTokenAsMetricName (line 666) | func (p *TextParser) readTokenAsMetricName() { method readTokenAsLabelName (line 716) | func (p *TextParser) readTokenAsLabelName() { method readTokenAsLabelValue (line 767) | func (p *TextParser) readTokenAsLabelValue() { method setOrCreateCurrentMF (line 802) | func (p *TextParser) setOrCreateCurrentMF() { function isValidLabelNameStart (line 840) | func isValidLabelNameStart(b byte) bool { function isValidLabelNameContinuation (line 844) | func isValidLabelNameContinuation(b byte, quoted bool) bool { function isValidMetricNameStart (line 848) | func isValidMetricNameStart(b byte) bool { function isValidMetricNameContinuation (line 852) | func isValidMetricNameContinuation(b byte, quoted bool) bool { function isBlankOrTab (line 856) | func isBlankOrTab(b byte) bool { function isCount (line 860) | func isCount(name string) bool { function isSum (line 864) | func isSum(name string) bool { function isBucket (line 868) | func isBucket(name string) bool { function summaryMetricName (line 872) | func summaryMetricName(name string) string { function histogramMetricName (line 883) | func histogramMetricName(name string) string { function parseFloat (line 896) | func parseFloat(s string) (float64, error) { FILE: vendor/github.com/prometheus/common/model/alert.go type AlertStatus (line 22) | type AlertStatus constant AlertFiring (line 25) | AlertFiring AlertStatus = "firing" constant AlertResolved (line 26) | AlertResolved AlertStatus = "resolved" type Alert (line 30) | type Alert struct method Name (line 45) | func (a *Alert) Name() string { method Fingerprint (line 51) | func (a *Alert) Fingerprint() Fingerprint { method String (line 55) | func (a *Alert) String() string { method Resolved (line 64) | func (a *Alert) Resolved() bool { method ResolvedAt (line 70) | func (a *Alert) ResolvedAt(ts time.Time) bool { method Status (line 78) | func (a *Alert) Status() AlertStatus { method StatusAt (line 83) | func (a *Alert) StatusAt(ts time.Time) AlertStatus { method Validate (line 91) | func (a *Alert) Validate() error { type Alerts (line 111) | type Alerts method Len (line 113) | func (as Alerts) Len() int { return len(as) } method Swap (line 114) | func (as Alerts) Swap(i, j int) { as[i], as[j] = as[j], as[i] } method Less (line 116) | func (as Alerts) Less(i, j int) bool { method HasFiring (line 127) | func (as Alerts) HasFiring() bool { method HasFiringAt (line 138) | func (as Alerts) HasFiringAt(ts time.Time) bool { method Status (line 148) | func (as Alerts) Status() AlertStatus { method StatusAt (line 157) | func (as Alerts) StatusAt(ts time.Time) AlertStatus { FILE: vendor/github.com/prometheus/common/model/fingerprinting.go type Fingerprint (line 23) | type Fingerprint method String (line 40) | func (f Fingerprint) String() string { function FingerprintFromString (line 26) | func FingerprintFromString(s string) (Fingerprint, error) { function ParseFingerprint (line 32) | func ParseFingerprint(s string) (Fingerprint, error) { type Fingerprints (line 46) | type Fingerprints method Len (line 49) | func (f Fingerprints) Len() int { method Less (line 54) | func (f Fingerprints) Less(i, j int) bool { method Swap (line 59) | func (f Fingerprints) Swap(i, j int) { type FingerprintSet (line 64) | type FingerprintSet method Equal (line 67) | func (s FingerprintSet) Equal(o FingerprintSet) bool { method Intersection (line 82) | func (s FingerprintSet) Intersection(o FingerprintSet) FingerprintSet { FILE: vendor/github.com/prometheus/common/model/fnv.go constant offset64 (line 19) | offset64 = 14695981039346656037 constant prime64 (line 20) | prime64 = 1099511628211 function hashNew (line 24) | func hashNew() uint64 { function hashAdd (line 29) | func hashAdd(h uint64, s string) uint64 { function hashAddByte (line 38) | func hashAddByte(h uint64, b byte) uint64 { FILE: vendor/github.com/prometheus/common/model/labels.go constant AlertNameLabel (line 26) | AlertNameLabel = "alertname" constant ExportedLabelPrefix (line 30) | ExportedLabelPrefix = "exported_" constant MetricNameLabel (line 34) | MetricNameLabel = "__name__" constant SchemeLabel (line 38) | SchemeLabel = "__scheme__" constant AddressLabel (line 42) | AddressLabel = "__address__" constant MetricsPathLabel (line 46) | MetricsPathLabel = "__metrics_path__" constant ScrapeIntervalLabel (line 50) | ScrapeIntervalLabel = "__scrape_interval__" constant ScrapeTimeoutLabel (line 54) | ScrapeTimeoutLabel = "__scrape_timeout__" constant ReservedLabelPrefix (line 58) | ReservedLabelPrefix = "__" constant MetaLabelPrefix (line 63) | MetaLabelPrefix = "__meta_" constant TmpLabelPrefix (line 69) | TmpLabelPrefix = "__tmp_" constant ParamLabelPrefix (line 73) | ParamLabelPrefix = "__param_" constant JobLabel (line 77) | JobLabel = "job" constant InstanceLabel (line 80) | InstanceLabel = "instance" constant BucketLabel (line 84) | BucketLabel = "le" constant QuantileLabel (line 88) | QuantileLabel = "quantile" type LabelName (line 98) | type LabelName method IsValid (line 103) | func (ln LabelName) IsValid() bool { method IsValidLegacy (line 120) | func (ln LabelName) IsValidLegacy() bool { method UnmarshalYAML (line 134) | func (ln *LabelName) UnmarshalYAML(unmarshal func(interface{}) error) ... method UnmarshalJSON (line 147) | func (ln *LabelName) UnmarshalJSON(b []byte) error { type LabelNames (line 160) | type LabelNames method Len (line 162) | func (l LabelNames) Len() int { method Less (line 166) | func (l LabelNames) Less(i, j int) bool { method Swap (line 170) | func (l LabelNames) Swap(i, j int) { method String (line 174) | func (l LabelNames) String() string { type LabelValue (line 183) | type LabelValue method IsValid (line 186) | func (lv LabelValue) IsValid() bool { type LabelValues (line 191) | type LabelValues method Len (line 193) | func (l LabelValues) Len() int { method Less (line 197) | func (l LabelValues) Less(i, j int) bool { method Swap (line 201) | func (l LabelValues) Swap(i, j int) { type LabelPair (line 206) | type LabelPair struct type LabelPairs (line 213) | type LabelPairs method Len (line 215) | func (l LabelPairs) Len() int { method Less (line 219) | func (l LabelPairs) Less(i, j int) bool { method Swap (line 234) | func (l LabelPairs) Swap(i, j int) { FILE: vendor/github.com/prometheus/common/model/labelset.go type LabelSet (line 27) | type LabelSet method Validate (line 31) | func (ls LabelSet) Validate() error { method Equal (line 44) | func (ls LabelSet) Equal(o LabelSet) bool { method Before (line 71) | func (ls LabelSet) Before(o LabelSet) bool { method Clone (line 108) | func (ls LabelSet) Clone() LabelSet { method Merge (line 117) | func (l LabelSet) Merge(other LabelSet) LabelSet { method Fingerprint (line 132) | func (ls LabelSet) Fingerprint() Fingerprint { method FastFingerprint (line 138) | func (ls LabelSet) FastFingerprint() Fingerprint { method UnmarshalJSON (line 143) | func (l *LabelSet) UnmarshalJSON(b []byte) error { FILE: vendor/github.com/prometheus/common/model/labelset_string.go method String (line 23) | func (l LabelSet) String() string { FILE: vendor/github.com/prometheus/common/model/metadata.go type MetricType (line 17) | type MetricType constant MetricTypeCounter (line 20) | MetricTypeCounter = MetricType("counter") constant MetricTypeGauge (line 21) | MetricTypeGauge = MetricType("gauge") constant MetricTypeHistogram (line 22) | MetricTypeHistogram = MetricType("histogram") constant MetricTypeGaugeHistogram (line 23) | MetricTypeGaugeHistogram = MetricType("gaugehistogram") constant MetricTypeSummary (line 24) | MetricTypeSummary = MetricType("summary") constant MetricTypeInfo (line 25) | MetricTypeInfo = MetricType("info") constant MetricTypeStateset (line 26) | MetricTypeStateset = MetricType("stateset") constant MetricTypeUnknown (line 27) | MetricTypeUnknown = MetricType("unknown") FILE: vendor/github.com/prometheus/common/model/metric.go type ValidationScheme (line 62) | type ValidationScheme constant LegacyValidation (line 68) | LegacyValidation ValidationScheme = iota constant UTF8Validation (line 72) | UTF8Validation type EscapingScheme (line 75) | type EscapingScheme method String (line 434) | func (e EscapingScheme) String() string { constant NoEscaping (line 81) | NoEscaping EscapingScheme = iota constant UnderscoreEscaping (line 84) | UnderscoreEscaping constant DotsEscaping (line 88) | DotsEscaping constant ValueEncodingEscaping (line 93) | ValueEncodingEscaping constant EscapingKey (line 102) | EscapingKey = "escaping" constant AllowUTF8 (line 105) | AllowUTF8 = "allow-utf-8" constant EscapeUnderscores (line 106) | EscapeUnderscores = "underscores" constant EscapeDots (line 107) | EscapeDots = "dots" constant EscapeValues (line 108) | EscapeValues = "values" type Metric (line 118) | type Metric method Equal (line 121) | func (m Metric) Equal(o Metric) bool { method Before (line 126) | func (m Metric) Before(o Metric) bool { method Clone (line 131) | func (m Metric) Clone() Metric { method String (line 139) | func (m Metric) String() string { method Fingerprint (line 165) | func (m Metric) Fingerprint() Fingerprint { method FastFingerprint (line 171) | func (m Metric) FastFingerprint() Fingerprint { function IsValidMetricName (line 178) | func IsValidMetricName(n LabelValue) bool { function IsValidLegacyMetricName (line 196) | func IsValidLegacyMetricName(n string) bool { function EscapeMetricFamily (line 212) | func EscapeMetricFamily(v *dto.MetricFamily, scheme EscapingScheme) *dto... function metricNeedsEscaping (line 274) | func metricNeedsEscaping(m *dto.Metric) bool { function EscapeName (line 290) | func EscapeName(name string, scheme EscapingScheme) string { function lower (line 349) | func lower(c byte) byte { function UnescapeName (line 356) | func UnescapeName(name string, scheme EscapingScheme) string { function isValidLegacyRune (line 430) | func isValidLegacyRune(b rune, i int) bool { function ToEscapingScheme (line 449) | func ToEscapingScheme(s string) (EscapingScheme, error) { FILE: vendor/github.com/prometheus/common/model/signature.go constant SeparatorByte (line 23) | SeparatorByte byte = 255 function LabelsToSignature (line 31) | func LabelsToSignature(labels map[string]string) uint64 { function labelSetToFingerprint (line 54) | func labelSetToFingerprint(ls LabelSet) Fingerprint { function labelSetToFastFingerprint (line 78) | func labelSetToFastFingerprint(ls LabelSet) Fingerprint { function SignatureForLabels (line 98) | func SignatureForLabels(m Metric, labels ...LabelName) uint64 { function SignatureWithoutLabels (line 118) | func SignatureWithoutLabels(m Metric, labels map[LabelName]struct{}) uin... FILE: vendor/github.com/prometheus/common/model/silence.go type Matcher (line 25) | type Matcher struct method UnmarshalJSON (line 31) | func (m *Matcher) UnmarshalJSON(b []byte) error { method Validate (line 49) | func (m *Matcher) Validate() error { type Silence (line 65) | type Silence struct method Validate (line 79) | func (s *Silence) Validate() error { FILE: vendor/github.com/prometheus/common/model/time.go constant minimumTick (line 29) | minimumTick = time.Millisecond constant second (line 31) | second = int64(time.Second / minimumTick) constant nanosPerTick (line 33) | nanosPerTick = int64(minimumTick / time.Nanosecond) constant Earliest (line 37) | Earliest = Time(math.MinInt64) constant Latest (line 40) | Latest = Time(math.MaxInt64) type Time (line 45) | type Time method Equal (line 70) | func (t Time) Equal(o Time) bool { method Before (line 75) | func (t Time) Before(o Time) bool { method After (line 80) | func (t Time) After(o Time) bool { method Add (line 85) | func (t Time) Add(d time.Duration) Time { method Sub (line 90) | func (t Time) Sub(o Time) time.Duration { method Time (line 95) | func (t Time) Time() time.Time { method Unix (line 101) | func (t Time) Unix() int64 { method UnixNano (line 107) | func (t Time) UnixNano() int64 { method String (line 115) | func (t Time) String() string { method MarshalJSON (line 120) | func (t Time) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 125) | func (t *Time) UnmarshalJSON(b []byte) error { type Interval (line 48) | type Interval struct function Now (line 53) | func Now() Time { function TimeFromUnix (line 59) | func TimeFromUnix(t int64) Time { function TimeFromUnixNano (line 65) | func TimeFromUnixNano(t int64) Time { type Duration (line 171) | type Duration method Set (line 174) | func (d *Duration) Set(s string) error { method Type (line 181) | func (d *Duration) Type() string { method String (line 259) | func (d Duration) String() string { method MarshalJSON (line 293) | func (d Duration) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 298) | func (d *Duration) UnmarshalJSON(bytes []byte) error { method MarshalText (line 312) | func (d *Duration) MarshalText() ([]byte, error) { method UnmarshalText (line 317) | func (d *Duration) UnmarshalText(text []byte) error { method MarshalYAML (line 324) | func (d Duration) MarshalYAML() (interface{}, error) { method UnmarshalYAML (line 329) | func (d *Duration) UnmarshalYAML(unmarshal func(interface{}) error) er... function isdigit (line 185) | func isdigit(c byte) bool { return c >= '0' && c <= '9' } function ParseDuration (line 204) | func ParseDuration(s string) (Duration, error) { FILE: vendor/github.com/prometheus/common/model/value.go type Sample (line 34) | type Sample struct method Equal (line 43) | func (s *Sample) Equal(o *Sample) bool { method String (line 60) | func (s Sample) String() string { method MarshalJSON (line 74) | func (s Sample) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 102) | func (s *Sample) UnmarshalJSON(b []byte) error { type Samples (line 136) | type Samples method Len (line 138) | func (s Samples) Len() int { method Less (line 143) | func (s Samples) Less(i, j int) bool { method Swap (line 156) | func (s Samples) Swap(i, j int) { method Equal (line 161) | func (s Samples) Equal(o Samples) bool { type SampleStream (line 175) | type SampleStream struct method String (line 181) | func (ss SampleStream) String() string { method MarshalJSON (line 193) | func (ss SampleStream) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 226) | func (ss *SampleStream) UnmarshalJSON(b []byte) error { type Scalar (line 249) | type Scalar struct method String (line 254) | func (s Scalar) String() string { method MarshalJSON (line 259) | func (s Scalar) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 265) | func (s *Scalar) UnmarshalJSON(b []byte) error { type String (line 282) | type String struct method String (line 287) | func (s *String) String() string { method MarshalJSON (line 292) | func (s String) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 297) | func (s *String) UnmarshalJSON(b []byte) error { type Vector (line 304) | type Vector method String (line 306) | func (vec Vector) String() string { method Len (line 314) | func (vec Vector) Len() int { return len(vec) } method Swap (line 315) | func (vec Vector) Swap(i, j int) { vec[i], vec[j] = vec[j], vec[i] } method Less (line 318) | func (vec Vector) Less(i, j int) bool { method Equal (line 332) | func (vec Vector) Equal(o Vector) bool { type Matrix (line 346) | type Matrix method Len (line 348) | func (m Matrix) Len() int { return len(m) } method Less (line 349) | func (m Matrix) Less(i, j int) bool { return m[i].Metric.Before(m[j].M... method Swap (line 350) | func (m Matrix) Swap(i, j int) { m[i], m[j] = m[j], m[i] } method String (line 352) | func (mat Matrix) String() string { FILE: vendor/github.com/prometheus/common/model/value_float.go type SampleValue (line 33) | type SampleValue method MarshalJSON (line 36) | func (v SampleValue) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 41) | func (v *SampleValue) UnmarshalJSON(b []byte) error { method Equal (line 56) | func (v SampleValue) Equal(o SampleValue) bool { method String (line 63) | func (v SampleValue) String() string { type SamplePair (line 68) | type SamplePair struct method MarshalJSON (line 73) | func (s SamplePair) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 86) | func (s *SamplePair) UnmarshalJSON(b []byte) error { method Equal (line 93) | func (s *SamplePair) Equal(o *SamplePair) bool { method String (line 97) | func (s SamplePair) String() string { FILE: vendor/github.com/prometheus/common/model/value_histogram.go type FloatString (line 24) | type FloatString method String (line 26) | func (v FloatString) String() string { method MarshalJSON (line 30) | func (v FloatString) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 34) | func (v *FloatString) UnmarshalJSON(b []byte) error { type HistogramBucket (line 46) | type HistogramBucket struct method MarshalJSON (line 53) | func (s HistogramBucket) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 73) | func (s *HistogramBucket) UnmarshalJSON(buf []byte) error { method Equal (line 85) | func (s *HistogramBucket) Equal(o *HistogramBucket) bool { method String (line 89) | func (b HistogramBucket) String() string { type HistogramBuckets (line 108) | type HistogramBuckets method Equal (line 110) | func (s HistogramBuckets) Equal(o HistogramBuckets) bool { type SampleHistogram (line 123) | type SampleHistogram struct method String (line 129) | func (s SampleHistogram) String() string { method Equal (line 133) | func (s *SampleHistogram) Equal(o *SampleHistogram) bool { type SampleHistogramPair (line 137) | type SampleHistogramPair struct method MarshalJSON (line 143) | func (s SampleHistogramPair) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 158) | func (s *SampleHistogramPair) UnmarshalJSON(buf []byte) error { method String (line 173) | func (s SampleHistogramPair) String() string { method Equal (line 177) | func (s *SampleHistogramPair) Equal(o *SampleHistogramPair) bool { FILE: vendor/github.com/prometheus/common/model/value_type.go type Value (line 22) | type Value interface method Type (line 27) | func (Matrix) Type() ValueType { return ValMatrix } method Type (line 28) | func (Vector) Type() ValueType { return ValVector } method Type (line 29) | func (*Scalar) Type() ValueType { return ValScalar } method Type (line 30) | func (*String) Type() ValueType { return ValString } type ValueType (line 32) | type ValueType method MarshalJSON (line 43) | func (et ValueType) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 47) | func (et *ValueType) UnmarshalJSON(b []byte) error { method String (line 69) | func (e ValueType) String() string { constant ValNone (line 35) | ValNone ValueType = iota constant ValScalar (line 36) | ValScalar constant ValVector (line 37) | ValVector constant ValMatrix (line 38) | ValMatrix constant ValString (line 39) | ValString FILE: vendor/github.com/prometheus/procfs/arp.go constant ATFComplete (line 27) | ATFComplete = 0x02 constant ATFPermanent (line 29) | ATFPermanent = 0x04 constant ATFPublish (line 31) | ATFPublish = 0x08 constant ATFUseTrailers (line 33) | ATFUseTrailers = 0x10 constant ATFNetmask (line 35) | ATFNetmask = 0x20 constant ATFDontPublish (line 37) | ATFDontPublish = 0x40 type ARPEntry (line 42) | type ARPEntry struct method IsComplete (line 114) | func (entry *ARPEntry) IsComplete() bool { method GatherARPEntries (line 55) | func (fs FS) GatherARPEntries() ([]ARPEntry, error) { function parseARPEntries (line 64) | func parseARPEntries(data []byte) ([]ARPEntry, error) { function parseARPEntry (line 93) | func parseARPEntry(columns []string) (ARPEntry, error) { FILE: vendor/github.com/prometheus/procfs/buddyinfo.go type BuddyInfo (line 28) | type BuddyInfo struct method BuddyInfo (line 35) | func (fs FS) BuddyInfo() ([]BuddyInfo, error) { function parseBuddyInfo (line 45) | func parseBuddyInfo(r io.Reader) ([]BuddyInfo, error) { FILE: vendor/github.com/prometheus/procfs/cmdline.go method CmdLine (line 23) | func (fs FS) CmdLine() ([]string, error) { FILE: vendor/github.com/prometheus/procfs/cpuinfo.go type CPUInfo (line 32) | type CPUInfo struct method CPUInfo (line 68) | func (fs FS) CPUInfo() ([]CPUInfo, error) { function parseCPUInfoX86 (line 76) | func parseCPUInfoX86(info []byte) ([]CPUInfo, error) { function parseCPUInfoARM (line 191) | func parseCPUInfoARM(info []byte) ([]CPUInfo, error) { function parseCPUInfoS390X (line 257) | func parseCPUInfoS390X(info []byte) ([]CPUInfo, error) { function parseCPUInfoMips (line 341) | func parseCPUInfoMips(info []byte) ([]CPUInfo, error) { function parseCPUInfoLoong (line 384) | func parseCPUInfoLoong(info []byte) ([]CPUInfo, error) { function parseCPUInfoPPC (line 420) | func parseCPUInfoPPC(info []byte) ([]CPUInfo, error) { function parseCPUInfoRISCV (line 465) | func parseCPUInfoRISCV(info []byte) ([]CPUInfo, error) { function parseCPUInfoDummy (line 505) | func parseCPUInfoDummy(_ []byte) ([]CPUInfo, error) { // nolint:unused,d... function firstNonEmptyLine (line 511) | func firstNonEmptyLine(scanner *bufio.Scanner) string { FILE: vendor/github.com/prometheus/procfs/crypto.go type Crypto (line 27) | type Crypto struct method parseKV (line 108) | func (c *Crypto) parseKV(k, v string) error { method Crypto (line 54) | func (fs FS) Crypto() ([]Crypto, error) { function parseCrypto (line 71) | func parseCrypto(r io.Reader) ([]Crypto, error) { FILE: vendor/github.com/prometheus/procfs/fs.go type FS (line 22) | type FS struct constant DefaultMountPoint (line 28) | DefaultMountPoint = fs.DefaultProcMountPoint function NewDefaultFS (line 32) | func NewDefaultFS() (FS, error) { function NewFS (line 38) | func NewFS(mountPoint string) (FS, error) { FILE: vendor/github.com/prometheus/procfs/fs_statfs_notype.go function isRealProc (line 21) | func isRealProc(mountPoint string) (bool, error) { FILE: vendor/github.com/prometheus/procfs/fs_statfs_type.go function isRealProc (line 24) | func isRealProc(mountPoint string) (bool, error) { FILE: vendor/github.com/prometheus/procfs/fscache.go type Fscacheinfo (line 28) | type Fscacheinfo struct method Fscacheinfo (line 231) | func (fs FS) Fscacheinfo() (Fscacheinfo, error) { function setFSCacheFields (line 245) | func setFSCacheFields(fields []string, setFields ...*uint64) error { function parseFscacheinfo (line 260) | func parseFscacheinfo(r io.Reader) (*Fscacheinfo, error) { FILE: vendor/github.com/prometheus/procfs/internal/fs/fs.go constant DefaultProcMountPoint (line 24) | DefaultProcMountPoint = "/proc" constant DefaultSysMountPoint (line 27) | DefaultSysMountPoint = "/sys" constant DefaultConfigfsMountPoint (line 30) | DefaultConfigfsMountPoint = "/sys/kernel/config" type FS (line 35) | type FS method Path (line 53) | func (fs FS) Path(p ...string) string { function NewFS (line 39) | func NewFS(mountPoint string) (FS, error) { FILE: vendor/github.com/prometheus/procfs/internal/util/parse.go function ParseUint32s (line 23) | func ParseUint32s(ss []string) ([]uint32, error) { function ParseUint64s (line 38) | func ParseUint64s(ss []string) ([]uint64, error) { function ParsePInt64s (line 53) | func ParsePInt64s(ss []string) ([]*int64, error) { function ParseHexUint64s (line 68) | func ParseHexUint64s(ss []string) ([]*uint64, error) { function ReadUintFromFile (line 83) | func ReadUintFromFile(path string) (uint64, error) { function ReadIntFromFile (line 92) | func ReadIntFromFile(path string) (int64, error) { function ParseBool (line 101) | func ParseBool(b string) *bool { FILE: vendor/github.com/prometheus/procfs/internal/util/readfile.go function ReadFileNoStat (line 26) | func ReadFileNoStat(filename string) ([]byte, error) { FILE: vendor/github.com/prometheus/procfs/internal/util/sysreadfile.go function SysReadFile (line 30) | func SysReadFile(file string) (string, error) { FILE: vendor/github.com/prometheus/procfs/internal/util/sysreadfile_compat.go function SysReadFile (line 25) | func SysReadFile(file string) (string, error) { FILE: vendor/github.com/prometheus/procfs/internal/util/valueparser.go type ValueParser (line 26) | type ValueParser struct method Int (line 37) | func (vp *ValueParser) Int() int { return int(vp.int64()) } method PInt64 (line 41) | func (vp *ValueParser) PInt64() *int64 { method int64 (line 52) | func (vp *ValueParser) int64() int64 { method PUInt64 (line 71) | func (vp *ValueParser) PUInt64() *uint64 { method Err (line 89) | func (vp *ValueParser) Err() error { function NewValueParser (line 32) | func NewValueParser(v string) *ValueParser { FILE: vendor/github.com/prometheus/procfs/ipvs.go type IPVSStats (line 32) | type IPVSStats struct type IPVSBackendStatus (line 46) | type IPVSBackendStatus struct method IPVSStats (line 68) | func (fs FS) IPVSStats() (IPVSStats, error) { function parseIPVSStats (line 78) | func parseIPVSStats(r io.Reader) (IPVSStats, error) { method IPVSBackendStatus (line 126) | func (fs FS) IPVSBackendStatus() ([]IPVSBackendStatus, error) { function parseIPVSBackendStatus (line 136) | func parseIPVSBackendStatus(file io.Reader) ([]IPVSBackendStatus, error) { function parseIPPort (line 209) | func parseIPPort(s string) (net.IP, uint16, error) { FILE: vendor/github.com/prometheus/procfs/kernel_random.go type KernelRandom (line 26) | type KernelRandom struct method KernelRandom (line 42) | func (fs FS) KernelRandom() (KernelRandom, error) { FILE: vendor/github.com/prometheus/procfs/loadavg.go type LoadAvg (line 25) | type LoadAvg struct method LoadAvg (line 32) | func (fs FS) LoadAvg() (*LoadAvg, error) { function parseLoad (line 43) | func parseLoad(loadavgBytes []byte) (*LoadAvg, error) { FILE: vendor/github.com/prometheus/procfs/mdstat.go type MDStat (line 34) | type MDStat struct method MDStat (line 68) | func (fs FS) MDStat() ([]MDStat, error) { function parseMDStat (line 82) | func parseMDStat(mdStatData []byte) ([]MDStat, error) { function evalStatusLine (line 172) | func evalStatusLine(deviceLine, statusLine string) (active, total, down,... function evalRecoveryLine (line 213) | func evalRecoveryLine(recoveryLine string) (blocksSynced int64, blocksTo... function evalComponentDevices (line 263) | func evalComponentDevices(deviceFields []string) []string { FILE: vendor/github.com/prometheus/procfs/meminfo.go type Meminfo (line 28) | type Meminfo struct method Meminfo (line 197) | func (fs FS) Meminfo() (Meminfo, error) { function parseMemInfo (line 211) | func parseMemInfo(r io.Reader) (*Meminfo, error) { FILE: vendor/github.com/prometheus/procfs/mountinfo.go type MountInfo (line 31) | type MountInfo struct function parseMountInfo (line 56) | func parseMountInfo(info []byte) ([]*MountInfo, error) { function parseMountInfoString (line 75) | func parseMountInfoString(mountString string) (*MountInfo, error) { function mountOptionsIsValidField (line 119) | func mountOptionsIsValidField(s string) bool { function mountOptionsParseOptionalFields (line 132) | func mountOptionsParseOptionalFields(o []string) (map[string]string, err... function mountOptionsParser (line 148) | func mountOptionsParser(mountOptions string) map[string]string { function GetMounts (line 165) | func GetMounts() ([]*MountInfo, error) { function GetProcMounts (line 174) | func GetProcMounts(pid int) ([]*MountInfo, error) { FILE: vendor/github.com/prometheus/procfs/mountstats.go constant deviceEntryLen (line 34) | deviceEntryLen = 8 constant fieldBytesLen (line 36) | fieldBytesLen = 8 constant fieldEventsLen (line 37) | fieldEventsLen = 27 constant statVersion10 (line 39) | statVersion10 = "1.0" constant statVersion11 (line 40) | statVersion11 = "1.1" constant fieldTransport10TCPLen (line 42) | fieldTransport10TCPLen = 10 constant fieldTransport10UDPLen (line 43) | fieldTransport10UDPLen = 7 constant fieldTransport11TCPLen (line 45) | fieldTransport11TCPLen = 13 constant fieldTransport11UDPLen (line 46) | fieldTransport11UDPLen = 10 constant fieldTransport11RDMAMaxLen (line 50) | fieldTransport11RDMAMaxLen = 28 constant fieldTransport11RDMAMinLen (line 54) | fieldTransport11RDMAMinLen = 20 type Mount (line 58) | type Mount struct type MountStats (line 72) | type MountStats interface type MountStatsNFS (line 77) | type MountStatsNFS struct method mountStats (line 95) | func (m MountStatsNFS) mountStats() {} type NFSBytesStats (line 99) | type NFSBytesStats struct type NFSEventsStats (line 119) | type NFSEventsStats struct type NFSOperationStats (line 178) | type NFSOperationStats struct type NFSTransportStats (line 203) | type NFSTransportStats struct function parseMountStats (line 274) | func parseMountStats(r io.Reader) ([]*Mount, error) { function parseMount (line 324) | func parseMount(ss []string) (*Mount, error) { function parseMountStatsNFS (line 357) | func parseMountStatsNFS(s *bufio.Scanner, statVersion string) (*MountSta... function parseNFSBytesStats (line 464) | func parseNFSBytesStats(ss []string) (*NFSBytesStats, error) { function parseNFSEventsStats (line 493) | func parseNFSEventsStats(ss []string) (*NFSEventsStats, error) { function parseNFSOperationStats (line 542) | func parseNFSOperationStats(s *bufio.Scanner) ([]NFSOperationStats, erro... function parseNFSTransportStats (line 596) | func parseNFSTransportStats(ss []string, statVersion string) (*NFSTransp... FILE: vendor/github.com/prometheus/procfs/net_conntrackstat.go type ConntrackStatEntry (line 28) | type ConntrackStatEntry struct method ConntrackStat (line 45) | func (fs FS) ConntrackStat() ([]ConntrackStatEntry, error) { function readConntrackStat (line 50) | func readConntrackStat(path string) ([]ConntrackStatEntry, error) { function parseConntrackStat (line 68) | func parseConntrackStat(r io.Reader) ([]ConntrackStatEntry, error) { function parseConntrackStatEntry (line 86) | func parseConntrackStatEntry(fields []string) (*ConntrackStatEntry, erro... FILE: vendor/github.com/prometheus/procfs/net_dev.go type NetDevLine (line 26) | type NetDevLine struct type NetDev (line 48) | type NetDev method parseLine (line 89) | func (netDev NetDev) parseLine(rawLine string) (*NetDevLine, error) { method Total (line 178) | func (netDev NetDev) Total() NetDevLine { method NetDev (line 51) | func (fs FS) NetDev() (NetDev, error) { method NetDev (line 56) | func (p Proc) NetDev() (NetDev, error) { function newNetDev (line 61) | func newNetDev(file string) (NetDev, error) { FILE: vendor/github.com/prometheus/procfs/net_ip_socket.go constant readLimit (line 34) | readLimit = 4294967296 type NetIPSocket (line 40) | type NetIPSocket type NetIPSocketSummary (line 45) | type NetIPSocketSummary struct type netIPSocketLine (line 61) | type netIPSocketLine struct function newNetIPSocket (line 76) | func newNetIPSocket(file string) (NetIPSocket, error) { function newNetIPSocketSummary (line 104) | func newNetIPSocketSummary(file string) (*NetIPSocketSummary, error) { function parseIP (line 140) | func parseIP(hexIP string) (net.IP, error) { function parseNetIPSocketLine (line 163) | func parseNetIPSocketLine(fields []string, isUDP bool) (*netIPSocketLine... FILE: vendor/github.com/prometheus/procfs/net_protocols.go type NetProtocolStats (line 27) | type NetProtocolStats method parseLine (line 98) | func (ps NetProtocolStats) parseLine(rawLine string) (*NetProtocolStat... type NetProtocolStatLine (line 32) | type NetProtocolStatLine struct type NetProtocolCapabilities (line 45) | type NetProtocolCapabilities struct method parseCapabilities (line 146) | func (pc *NetProtocolCapabilities) parseCapabilities(capabilities []st... method NetProtocols (line 73) | func (fs FS) NetProtocols() (NetProtocolStats, error) { function parseNetProtocols (line 81) | func parseNetProtocols(s *bufio.Scanner) (NetProtocolStats, error) { FILE: vendor/github.com/prometheus/procfs/net_route.go constant blackholeRepresentation (line 28) | blackholeRepresentation string = "*" constant blackholeIfaceName (line 29) | blackholeIfaceName string = "blackhole" constant routeLineColumns (line 30) | routeLineColumns int = 11 type NetRouteLine (line 34) | type NetRouteLine struct method NetRoute (line 48) | func (fs FS) NetRoute() ([]NetRouteLine, error) { function readNetRoute (line 52) | func readNetRoute(path string) ([]NetRouteLine, error) { function parseNetRoute (line 65) | func parseNetRoute(r io.Reader) ([]NetRouteLine, error) { function parseNetRouteLine (line 81) | func parseNetRouteLine(fields []string) (*NetRouteLine, error) { FILE: vendor/github.com/prometheus/procfs/net_sockstat.go type NetSockstat (line 28) | type NetSockstat struct type NetSockstatProtocol (line 37) | type NetSockstatProtocol struct method NetSockstat (line 48) | func (fs FS) NetSockstat() (*NetSockstat, error) { method NetSockstat6 (line 56) | func (fs FS) NetSockstat6() (*NetSockstat, error) { function readSockstat (line 61) | func readSockstat(name string) (*NetSockstat, error) { function parseSockstat (line 79) | func parseSockstat(r io.Reader) (*NetSockstat, error) { function parseSockstatKVs (line 119) | func parseSockstatKVs(kvs []string) (map[string]int, error) { function parseSockstatProtocol (line 139) | func parseSockstatProtocol(kvs map[string]int) NetSockstatProtocol { FILE: vendor/github.com/prometheus/procfs/net_softnet.go type SoftnetStat (line 35) | type SoftnetStat struct method NetSoftnetStat (line 59) | func (fs FS) NetSoftnetStat() ([]SoftnetStat, error) { function parseSoftnet (line 73) | func parseSoftnet(r io.Reader) ([]SoftnetStat, error) { function parseHexUint32s (line 143) | func parseHexUint32s(ss []string) ([]uint32, error) { FILE: vendor/github.com/prometheus/procfs/net_tcp.go type NetTCP (line 18) | type NetTCP type NetTCPSummary (line 23) | type NetTCPSummary method NetTCP (line 28) | func (fs FS) NetTCP() (NetTCP, error) { method NetTCP6 (line 34) | func (fs FS) NetTCP6() (NetTCP, error) { method NetTCPSummary (line 40) | func (fs FS) NetTCPSummary() (*NetTCPSummary, error) { method NetTCP6Summary (line 46) | func (fs FS) NetTCP6Summary() (*NetTCPSummary, error) { function newNetTCP (line 51) | func newNetTCP(file string) (NetTCP, error) { function newNetTCPSummary (line 57) | func newNetTCPSummary(file string) (*NetTCPSummary, error) { FILE: vendor/github.com/prometheus/procfs/net_tls_stat.go type TLSStat (line 26) | type TLSStat struct function NewTLSStat (line 54) | func NewTLSStat() (TLSStat, error) { method NewTLSStat (line 64) | func (fs FS) NewTLSStat() (TLSStat, error) { FILE: vendor/github.com/prometheus/procfs/net_udp.go type NetUDP (line 18) | type NetUDP type NetUDPSummary (line 23) | type NetUDPSummary method NetUDP (line 28) | func (fs FS) NetUDP() (NetUDP, error) { method NetUDP6 (line 34) | func (fs FS) NetUDP6() (NetUDP, error) { method NetUDPSummary (line 40) | func (fs FS) NetUDPSummary() (*NetUDPSummary, error) { method NetUDP6Summary (line 46) | func (fs FS) NetUDP6Summary() (*NetUDPSummary, error) { function newNetUDP (line 51) | func newNetUDP(file string) (NetUDP, error) { function newNetUDPSummary (line 57) | func newNetUDPSummary(file string) (*NetUDPSummary, error) { FILE: vendor/github.com/prometheus/procfs/net_unix.go constant netUnixTypeStream (line 32) | netUnixTypeStream = 1 constant netUnixTypeDgram (line 33) | netUnixTypeDgram = 2 constant netUnixTypeSeqpacket (line 34) | netUnixTypeSeqpacket = 5 constant netUnixFlagDefault (line 36) | netUnixFlagDefault = 0 constant netUnixFlagListen (line 37) | netUnixFlagListen = 1 << 16 constant netUnixStateUnconnected (line 39) | netUnixStateUnconnected = 1 constant netUnixStateConnecting (line 40) | netUnixStateConnecting = 2 constant netUnixStateConnected (line 41) | netUnixStateConnected = 3 constant netUnixStateDisconnected (line 42) | netUnixStateDisconnected = 4 type NetUNIXType (line 46) | type NetUNIXType method String (line 224) | func (t NetUNIXType) String() string { type NetUNIXFlags (line 49) | type NetUNIXFlags method String (line 236) | func (f NetUNIXFlags) String() string { type NetUNIXState (line 52) | type NetUNIXState method String (line 245) | func (s NetUNIXState) String() string { type NetUNIXLine (line 55) | type NetUNIXLine struct type NetUNIX (line 67) | type NetUNIX struct method parseLine (line 124) | func (u *NetUNIX) parseLine(line string, hasInode bool, min int) (*Net... method parseUsers (line 189) | func (u NetUNIX) parseUsers(s string) (uint64, error) { method parseType (line 193) | func (u NetUNIX) parseType(s string) (NetUNIXType, error) { method parseFlags (line 202) | func (u NetUNIX) parseFlags(s string) (NetUNIXFlags, error) { method parseState (line 211) | func (u NetUNIX) parseState(s string) (NetUNIXState, error) { method parseInode (line 220) | func (u NetUNIX) parseInode(s string) (uint64, error) { method NetUNIX (line 72) | func (fs FS) NetUNIX() (*NetUNIX, error) { function readNetUNIX (line 77) | func readNetUNIX(file string) (*NetUNIX, error) { function parseNetUNIX (line 90) | func parseNetUNIX(r io.Reader) (*NetUNIX, error) { FILE: vendor/github.com/prometheus/procfs/net_wireless.go type Wireless (line 28) | type Wireless struct method Wireless (line 63) | func (fs FS) Wireless() ([]*Wireless, error) { function parseWireless (line 84) | func parseWireless(r io.Reader) ([]*Wireless, error) { FILE: vendor/github.com/prometheus/procfs/net_xfrm.go type XfrmStat (line 25) | type XfrmStat struct function NewXfrmStat (line 92) | func NewXfrmStat() (XfrmStat, error) { method NewXfrmStat (line 102) | func (fs FS) NewXfrmStat() (XfrmStat, error) { FILE: vendor/github.com/prometheus/procfs/netstat.go type NetStat (line 25) | type NetStat struct method NetStat (line 31) | func (fs FS) NetStat() ([]NetStat, error) { function parseNetstat (line 53) | func parseNetstat(filePath string) (NetStat, error) { FILE: vendor/github.com/prometheus/procfs/proc.go type Proc (line 29) | type Proc struct method CmdLine (line 130) | func (p Proc) CmdLine() ([]string, error) { method Wchan (line 144) | func (p Proc) Wchan() (string, error) { method Comm (line 165) | func (p Proc) Comm() (string, error) { method Executable (line 175) | func (p Proc) Executable() (string, error) { method Cwd (line 185) | func (p Proc) Cwd() (string, error) { method RootDir (line 195) | func (p Proc) RootDir() (string, error) { method FileDescriptors (line 205) | func (p Proc) FileDescriptors() ([]uintptr, error) { method FileDescriptorTargets (line 225) | func (p Proc) FileDescriptorTargets() ([]string, error) { method FileDescriptorsLen (line 245) | func (p Proc) FileDescriptorsLen() (int, error) { method MountStats (line 269) | func (p Proc) MountStats() ([]*Mount, error) { method MountInfo (line 283) | func (p Proc) MountInfo() ([]*MountInfo, error) { method fileDescriptors (line 291) | func (p Proc) fileDescriptors() ([]string, error) { method path (line 306) | func (p Proc) path(pa ...string) string { method FileDescriptorsInfo (line 312) | func (p Proc) FileDescriptorsInfo() (ProcFDInfos, error) { method Schedstat (line 332) | func (p Proc) Schedstat() (ProcSchedstat, error) { type Procs (line 37) | type Procs method Len (line 45) | func (p Procs) Len() int { return len(p) } method Swap (line 46) | func (p Procs) Swap(i, j int) { p[i], p[j] = p[j], p[i] } method Less (line 47) | func (p Procs) Less(i, j int) bool { return p[i].PID < p[j].PID } function Self (line 50) | func Self() (Proc, error) { function NewProc (line 59) | func NewProc(pid int) (Proc, error) { function AllProcs (line 68) | func AllProcs() (Procs, error) { method Self (line 77) | func (fs FS) Self() (Proc, error) { method NewProc (line 92) | func (fs FS) NewProc(pid int) (Proc, error) { method Proc (line 97) | func (fs FS) Proc(pid int) (Proc, error) { method AllProcs (line 105) | func (fs FS) AllProcs() (Procs, error) { FILE: vendor/github.com/prometheus/procfs/proc_cgroup.go type Cgroup (line 35) | type Cgroup struct function parseCgroupString (line 49) | func parseCgroupString(cgroupStr string) (*Cgroup, error) { function parseCgroups (line 73) | func parseCgroups(data []byte) ([]Cgroup, error) { method Cgroups (line 92) | func (p Proc) Cgroups() ([]Cgroup, error) { FILE: vendor/github.com/prometheus/procfs/proc_cgroups.go type CgroupSummary (line 30) | type CgroupSummary struct function parseCgroupSummaryString (line 43) | func parseCgroupSummaryString(CgroupSummaryStr string) (*CgroupSummary, ... function parseCgroupSummary (line 71) | func parseCgroupSummary(data []byte) ([]CgroupSummary, error) { method CgroupSummarys (line 92) | func (fs FS) CgroupSummarys() ([]CgroupSummary, error) { FILE: vendor/github.com/prometheus/procfs/proc_environ.go method Environ (line 23) | func (p Proc) Environ() ([]string, error) { FILE: vendor/github.com/prometheus/procfs/proc_fdinfo.go type ProcFDInfo (line 35) | type ProcFDInfo struct method FDInfo (line 51) | func (p Proc) FDInfo(fd string) (*ProcFDInfo, error) { type InotifyInfo (line 93) | type InotifyInfo struct function parseInotifyInfo (line 105) | func parseInotifyInfo(line string) (*InotifyInfo, error) { type ProcFDInfos (line 124) | type ProcFDInfos method Len (line 126) | func (p ProcFDInfos) Len() int { return len(p) } method Swap (line 127) | func (p ProcFDInfos) Swap(i, j int) { p[i], p[j] = p[j], p[i] } method Less (line 128) | func (p ProcFDInfos) Less(i, j int) bool { return p[i].FD < p[j].FD } method InotifyWatchLen (line 131) | func (p ProcFDInfos) InotifyWatchLen() (int, error) { FILE: vendor/github.com/prometheus/procfs/proc_interrupts.go type Interrupt (line 29) | type Interrupt struct type Interrupts (line 41) | type Interrupts method Interrupts (line 44) | func (p Proc) Interrupts() (Interrupts, error) { function parseInterrupts (line 52) | func parseInterrupts(r io.Reader) (Interrupts, error) { FILE: vendor/github.com/prometheus/procfs/proc_io.go type ProcIO (line 23) | type ProcIO struct method IO (line 43) | func (p Proc) IO() (ProcIO, error) { FILE: vendor/github.com/prometheus/procfs/proc_limits.go type ProcLimits (line 27) | type ProcLimits struct constant limitsFields (line 72) | limitsFields = 4 constant limitsUnlimited (line 73) | limitsUnlimited = "unlimited" method NewLimits (line 83) | func (p Proc) NewLimits() (ProcLimits, error) { method Limits (line 88) | func (p Proc) Limits() (ProcLimits, error) { function parseUint (line 151) | func parseUint(s string) (uint64, error) { FILE: vendor/github.com/prometheus/procfs/proc_maps.go type ProcMapPermissions (line 31) | type ProcMapPermissions struct type ProcMap (line 46) | type ProcMap struct function parseDevice (line 65) | func parseDevice(s string) (uint64, error) { function parseAddress (line 85) | func parseAddress(s string) (uintptr, error) { function parseAddresses (line 95) | func parseAddresses(s string) (uintptr, uintptr, error) { function parsePermissions (line 115) | func parsePermissions(s string) (*ProcMapPermissions, error) { function parseProcMap (line 141) | func parseProcMap(text string) (*ProcMap, error) { method ProcMaps (line 191) | func (p Proc) ProcMaps() ([]*ProcMap, error) { FILE: vendor/github.com/prometheus/procfs/proc_netstat.go type ProcNetstat (line 28) | type ProcNetstat struct type TcpExt (line 35) | type TcpExt struct type IpExt (line 151) | type IpExt struct method Netstat (line 172) | func (p Proc) Netstat() (ProcNetstat, error) { function parseProcNetstat (line 185) | func parseProcNetstat(r io.Reader, fileName string) (ProcNetstat, error) { FILE: vendor/github.com/prometheus/procfs/proc_ns.go type Namespace (line 24) | type Namespace struct type Namespaces (line 30) | type Namespaces method Namespaces (line 34) | func (p Proc) Namespaces() (Namespaces, error) { FILE: vendor/github.com/prometheus/procfs/proc_psi.go constant lineFormat (line 36) | lineFormat = "avg10=%f avg60=%f avg300=%f total=%d" type PSILine (line 42) | type PSILine struct type PSIStats (line 53) | type PSIStats struct method PSIStatsForResource (line 61) | func (fs FS) PSIStatsForResource(resource string) (PSIStats, error) { function parsePSIStats (line 71) | func parsePSIStats(r io.Reader) (PSIStats, error) { FILE: vendor/github.com/prometheus/procfs/proc_smaps.go type ProcSMapsRollup (line 36) | type ProcSMapsRollup struct method parseLine (line 117) | func (s *ProcSMapsRollup) parseLine(line string) error { method addValue (line 143) | func (s *ProcSMapsRollup) addValue(k string, vUintBytes uint64) { method ProcSMapsRollup (line 64) | func (p Proc) ProcSMapsRollup() (ProcSMapsRollup, error) { method procSMapsRollupManual (line 92) | func (p Proc) procSMapsRollupManual() (ProcSMapsRollup, error) { FILE: vendor/github.com/prometheus/procfs/proc_snmp.go type ProcSnmp (line 28) | type ProcSnmp struct type Ip (line 39) | type Ip struct type Icmp (line 61) | type Icmp struct type IcmpMsg (line 91) | type IcmpMsg struct type Tcp (line 96) | type Tcp struct type Udp (line 114) | type Udp struct type UdpLite (line 125) | type UdpLite struct method Snmp (line 136) | func (p Proc) Snmp() (ProcSnmp, error) { function parseSnmp (line 149) | func parseSnmp(r io.Reader, fileName string) (ProcSnmp, error) { FILE: vendor/github.com/prometheus/procfs/proc_snmp6.go type ProcSnmp6 (line 29) | type ProcSnmp6 struct type Ip6 (line 38) | type Ip6 struct type Icmp6 (line 73) | type Icmp6 struct type Udp6 (line 120) | type Udp6 struct type UdpLite6 (line 131) | type UdpLite6 struct method Snmp6 (line 141) | func (p Proc) Snmp6() (ProcSnmp6, error) { function parseSNMP6Stats (line 161) | func parseSNMP6Stats(r io.Reader) (ProcSnmp6, error) { FILE: vendor/github.com/prometheus/procfs/proc_stat.go constant userHZ (line 39) | userHZ = 100 type ProcStat (line 43) | type ProcStat struct method VirtualMemory (line 208) | func (s ProcStat) VirtualMemory() uint { method ResidentMemory (line 213) | func (s ProcStat) ResidentMemory() int { method StartTime (line 218) | func (s ProcStat) StartTime() (float64, error) { method CPUTime (line 227) | func (s ProcStat) CPUTime() float64 { method NewStat (line 125) | func (p Proc) NewStat() (ProcStat, error) { method Stat (line 130) | func (p Proc) Stat() (ProcStat, error) { FILE: vendor/github.com/prometheus/procfs/proc_status.go type ProcStatus (line 28) | type ProcStatus struct method fillStatus (line 126) | func (s *ProcStatus) fillStatus(k string, vString string, vUint uint64... method TotalCtxtSwitches (line 196) | func (s ProcStatus) TotalCtxtSwitches() uint64 { method NewStatus (line 89) | func (p Proc) NewStatus() (ProcStatus, error) { function calcCpusAllowedList (line 200) | func calcCpusAllowedList(cpuString string) []uint64 { function calcNSPidsList (line 225) | func calcNSPidsList(nspidsString string) []uint64 { FILE: vendor/github.com/prometheus/procfs/proc_sys.go function sysctlToPath (line 23) | func sysctlToPath(sysctl string) string { method SysctlStrings (line 27) | func (fs FS) SysctlStrings(sysctl string) ([]string, error) { method SysctlInts (line 36) | func (fs FS) SysctlInts(sysctl string) ([]int, error) { FILE: vendor/github.com/prometheus/procfs/schedstat.go type Schedstat (line 39) | type Schedstat struct type SchedstatCPU (line 44) | type SchedstatCPU struct type ProcSchedstat (line 53) | type ProcSchedstat struct method Schedstat (line 60) | func (fs FS) Schedstat() (*Schedstat, error) { function parseProcSchedstat (line 98) | func parseProcSchedstat(contents string) (ProcSchedstat, error) { FILE: vendor/github.com/prometheus/procfs/slab.go type Slab (line 34) | type Slab struct type SlabInfo (line 51) | type SlabInfo struct function shouldParseSlab (line 55) | func shouldParseSlab(line string) bool { function parseV21SlabEntry (line 66) | func parseV21SlabEntry(line string) (*Slab, error) { function parseSlabInfo21 (line 123) | func parseSlabInfo21(r *bytes.Reader) (SlabInfo, error) { method SlabInfo (line 141) | func (fs FS) SlabInfo() (SlabInfo, error) { FILE: vendor/github.com/prometheus/procfs/softirqs.go type Softirqs (line 28) | type Softirqs struct method Softirqs (line 41) | func (fs FS) Softirqs() (Softirqs, error) { function parseSoftirqs (line 53) | func parseSoftirqs(r io.Reader) (Softirqs, error) { FILE: vendor/github.com/prometheus/procfs/stat.go type CPUStat (line 29) | type CPUStat struct type SoftIRQStat (line 45) | type SoftIRQStat struct type Stat (line 59) | type Stat struct function parseCPUStat (line 85) | func parseCPUStat(line string) (CPUStat, int64, error) { function parseSoftIRQStat (line 126) | func parseSoftIRQStat(line string) (SoftIRQStat, uint64, error) { function NewStat (line 149) | func NewStat() (Stat, error) { method NewStat (line 161) | func (fs FS) NewStat() (Stat, error) { method Stat (line 167) | func (fs FS) Stat() (Stat, error) { function parseStat (line 181) | func parseStat(r io.Reader, fileName string) (Stat, error) { FILE: vendor/github.com/prometheus/procfs/swaps.go type Swap (line 27) | type Swap struct method Swaps (line 36) | func (fs FS) Swaps() ([]*Swap, error) { function parseSwaps (line 44) | func parseSwaps(info []byte) ([]*Swap, error) { function parseSwapString (line 61) | func parseSwapString(swapString string) (*Swap, error) { FILE: vendor/github.com/prometheus/procfs/thread.go function AllThreads (line 29) | func AllThreads(pid int) (Procs, error) { method AllThreads (line 38) | func (fs FS) AllThreads(pid int) (Procs, error) { method Thread (line 65) | func (fs FS) Thread(pid, tid int) (Proc, error) { method Thread (line 74) | func (proc Proc) Thread(tid int) (Proc, error) { FILE: vendor/github.com/prometheus/procfs/vm.go type VM (line 35) | type VM struct method VM (line 82) | func (fs FS) VM() (*VM, error) { FILE: vendor/github.com/prometheus/procfs/zoneinfo.go type Zoneinfo (line 30) | type Zoneinfo struct method Zoneinfo (line 75) | func (fs FS) Zoneinfo() ([]Zoneinfo, error) { function parseZoneinfo (line 87) | func parseZoneinfo(zoneinfoData []byte) ([]Zoneinfo, error) { FILE: vendor/github.com/quic-go/quic-go/buffer_pool.go type packetBuffer (line 9) | type packetBuffer struct method Split (line 21) | func (b *packetBuffer) Split() { method Decrement (line 27) | func (b *packetBuffer) Decrement() { method MaybeRelease (line 36) | func (b *packetBuffer) MaybeRelease() { method Release (line 45) | func (b *packetBuffer) Release() { method Len (line 54) | func (b *packetBuffer) Len() protocol.ByteCount { return protocol.Byte... method Cap (line 55) | func (b *packetBuffer) Cap() protocol.ByteCount { return protocol.Byte... method putBack (line 57) | func (b *packetBuffer) putBack() { function getPacketBuffer (line 71) | func getPacketBuffer() *packetBuffer { function getLargePacketBuffer (line 78) | func getLargePacketBuffer() *packetBuffer { function init (line 85) | func init() { FILE: vendor/github.com/quic-go/quic-go/client.go function DialAddr (line 19) | func DialAddr(ctx context.Context, addr string, tlsConf *tls.Config, con... function DialAddrEarly (line 37) | func DialAddrEarly(ctx context.Context, addr string, tlsConf *tls.Config... function DialEarly (line 60) | func DialEarly(ctx context.Context, c net.PacketConn, addr net.Addr, tls... function Dial (line 82) | func Dial(ctx context.Context, c net.PacketConn, addr net.Addr, tlsConf ... function setupTransport (line 95) | func setupTransport(c net.PacketConn, tlsConf *tls.Config, createdPacket... FILE: vendor/github.com/quic-go/quic-go/closed_conn.go type closedLocalConn (line 14) | type closedLocalConn struct method handlePacket (line 31) | func (c *closedLocalConn) handlePacket(p receivedPacket) { method destroy (line 42) | func (c *closedLocalConn) destroy(error) {} method closeWithTransportError (line 43) | func (c *closedLocalConn) closeWithTransportError(TransportErrorCode) {} function newClosedLocalConn (line 24) | func newClosedLocalConn(sendPacket func(net.Addr, packetInfo), logger ut... type closedRemoteConn (line 48) | type closedRemoteConn struct method handlePacket (line 56) | func (c *closedRemoteConn) handlePacket(receivedPacket) {} method destroy (line 57) | func (c *closedRemoteConn) destroy(error) {} method closeWithTransportError (line 58) | func (c *closedRemoteConn) closeWithTransportError(TransportErrorCode) {} function newClosedRemoteConn (line 52) | func newClosedRemoteConn() packetHandler { FILE: vendor/github.com/quic-go/quic-go/config.go method Clone (line 12) | func (c *Config) Clone() *Config { method handshakeTimeout (line 17) | func (c *Config) handshakeTimeout() time.Duration { method maxRetryTokenAge (line 21) | func (c *Config) maxRetryTokenAge() time.Duration { function validateConfig (line 25) | func validateConfig(config *Config) error { function populateConfig (line 59) | func populateConfig(config *Config) *Config { FILE: vendor/github.com/quic-go/quic-go/conn_id_generator.go type connRunnerCallbacks (line 11) | type connRunnerCallbacks struct type connRunners (line 18) | type connRunners method AddConnectionID (line 20) | func (cr connRunners) AddConnectionID(id protocol.ConnectionID) { method RemoveConnectionID (line 26) | func (cr connRunners) RemoveConnectionID(id protocol.ConnectionID) { method RetireConnectionID (line 32) | func (cr connRunners) RetireConnectionID(id protocol.ConnectionID) { method ReplaceWithClosed (line 38) | func (cr connRunners) ReplaceWithClosed(ids []protocol.ConnectionID, b... type connIDGenerator (line 44) | type connIDGenerator struct method SetMaxActiveConnIDs (line 78) | func (m *connIDGenerator) SetMaxActiveConnIDs(limit uint64) error { method Retire (line 96) | func (m *connIDGenerator) Retire(seq uint64, sentWithDestConnID protoc... method issueNewConnID (line 123) | func (m *connIDGenerator) issueNewConnID() error { method SetHandshakeComplete (line 139) | func (m *connIDGenerator) SetHandshakeComplete() { method RemoveAll (line 146) | func (m *connIDGenerator) RemoveAll() { method ReplaceWithClosed (line 155) | func (m *connIDGenerator) ReplaceWithClosed(connClose []byte) { method AddConnRunner (line 166) | func (m *connIDGenerator) AddConnRunner(id transportID, r connRunnerCa... function newConnIDGenerator (line 57) | func newConnIDGenerator( FILE: vendor/github.com/quic-go/quic-go/conn_id_manager.go type newConnID (line 13) | type newConnID struct type connIDManager (line 19) | type connIDManager struct method AddFromPreferredAddress (line 60) | func (h *connIDManager) AddFromPreferredAddress(connID protocol.Connec... method Add (line 64) | func (h *connIDManager) Add(f *wire.NewConnectionIDFrame) error { method add (line 74) | func (h *connIDManager) add(f *wire.NewConnectionIDFrame) error { method addConnectionID (line 132) | func (h *connIDManager) addConnectionID(seq uint64, connID protocol.Co... method updateConnectionID (line 168) | func (h *connIDManager) updateConnectionID() { method Close (line 188) | func (h *connIDManager) Close() { method ChangeInitialConnID (line 202) | func (h *connIDManager) ChangeInitialConnID(newConnID protocol.Connect... method SetStatelessResetToken (line 210) | func (h *connIDManager) SetStatelessResetToken(token protocol.Stateles... method SentPacket (line 219) | func (h *connIDManager) SentPacket() { method shouldUpdateConnID (line 223) | func (h *connIDManager) shouldUpdateConnID() bool { method Get (line 238) | func (h *connIDManager) Get() protocol.ConnectionID { method SetHandshakeComplete (line 246) | func (h *connIDManager) SetHandshakeComplete() { method GetConnIDForPath (line 254) | func (h *connIDManager) GetConnIDForPath(id pathID) (protocol.Connecti... method RetireConnIDForPath (line 279) | func (h *connIDManager) RetireConnIDForPath(pathID pathID) { method IsActiveStatelessResetToken (line 297) | func (h *connIDManager) IsActiveStatelessResetToken(token protocol.Sta... method assertNotClosed (line 317) | func (h *connIDManager) assertNotClosed() { function newConnIDManager (line 45) | func newConnIDManager( FILE: vendor/github.com/quic-go/quic-go/connection.go type unpacker (line 29) | type unpacker interface type streamManager (line 34) | type streamManager interface type cryptoStreamHandler (line 51) | type cryptoStreamHandler interface type receivedPacket (line 64) | type receivedPacket struct method Size (line 76) | func (p *receivedPacket) Size() protocol.ByteCount { return protocol.B... method Clone (line 78) | func (p *receivedPacket) Clone() *receivedPacket { type connRunner (line 89) | type connRunner interface type closeError (line 98) | type closeError struct type errCloseForRecreating (line 103) | type errCloseForRecreating struct method Error (line 108) | func (e *errCloseForRecreating) Error() string { function nextConnTracingID (line 113) | func nextConnTracingID() ConnectionTracingID { return ConnectionTracingI... type connection (line 116) | type connection struct method preSetup (line 481) | func (s *connection) preSetup() { method run (line 527) | func (s *connection) run() (err error) { method earlyConnReady (line 718) | func (s *connection) earlyConnReady() <-chan struct{} { method HandshakeComplete (line 722) | func (s *connection) HandshakeComplete() <-chan struct{} { method Context (line 726) | func (s *connection) Context() context.Context { method supportsDatagrams (line 730) | func (s *connection) supportsDatagrams() bool { method ConnectionState (line 734) | func (s *connection) ConnectionState() ConnectionState { method nextIdleTimeoutTime (line 745) | func (s *connection) nextIdleTimeoutTime() time.Time { method nextKeepAliveTime (line 752) | func (s *connection) nextKeepAliveTime() time.Time { method maybeResetTimer (line 760) | func (s *connection) maybeResetTimer() { method idleTimeoutStartTime (line 783) | func (s *connection) idleTimeoutStartTime() time.Time { method switchToNewPath (line 791) | func (s *connection) switchToNewPath(tr *Transport, now time.Time) { method handleHandshakeComplete (line 809) | func (s *connection) handleHandshakeComplete(now time.Time) error { method handleHandshakeConfirmed (line 853) | func (s *connection) handleHandshakeConfirmed(now time.Time) error { method handlePackets (line 867) | func (s *connection) handlePackets() (wasProcessed bool, _ error) { method handleOnePacket (line 911) | func (s *connection) handleOnePacket(rp receivedPacket) (wasProcessed ... method handleShortHeaderPacket (line 1007) | func (s *connection) handleShortHeaderPacket(p receivedPacket, isCoale... method handleLongHeaderPacket (line 1121) | func (s *connection) handleLongHeaderPacket(p receivedPacket, hdr *wir... method handleUnpackError (line 1177) | func (s *connection) handleUnpackError(err error, p receivedPacket, pt... method handleRetryPacket (line 1218) | func (s *connection) handleRetryPacket(hdr *wire.Header, data []byte, ... method handleVersionNegotiationPacket (line 1279) | func (s *connection) handleVersionNegotiationPacket(p receivedPacket) { method handleUnpackedLongHeaderPacket (line 1333) | func (s *connection) handleUnpackedLongHeaderPacket( method handleUnpackedShortHeaderPacket (line 1409) | func (s *connection) handleUnpackedShortHeaderPacket( method handleFrames (line 1433) | func (s *connection) handleFrames( method handleFrame (line 1503) | func (s *connection) handleFrame( method handlePacket (line 1557) | func (s *connection) handlePacket(p receivedPacket) { method handleConnectionCloseFrame (line 1577) | func (s *connection) handleConnectionCloseFrame(frame *wire.Connection... method handleCryptoFrame (line 1593) | func (s *connection) handleCryptoFrame(frame *wire.CryptoFrame, encLev... method handleHandshakeEvents (line 1609) | func (s *connection) handleHandshakeEvents(now time.Time) error { method handleStreamFrame (line 1642) | func (s *connection) handleStreamFrame(frame *wire.StreamFrame, rcvTim... method handleMaxDataFrame (line 1653) | func (s *connection) handleMaxDataFrame(frame *wire.MaxDataFrame) { method handleMaxStreamDataFrame (line 1657) | func (s *connection) handleMaxStreamDataFrame(frame *wire.MaxStreamDat... method handleStreamDataBlockedFrame (line 1670) | func (s *connection) handleStreamDataBlockedFrame(frame *wire.StreamDa... method handleMaxStreamsFrame (line 1677) | func (s *connection) handleMaxStreamsFrame(frame *wire.MaxStreamsFrame) { method handleResetStreamFrame (line 1681) | func (s *connection) handleResetStreamFrame(frame *wire.ResetStreamFra... method handleStopSendingFrame (line 1693) | func (s *connection) handleStopSendingFrame(frame *wire.StopSendingFra... method handlePathChallengeFrame (line 1706) | func (s *connection) handlePathChallengeFrame(f *wire.PathChallengeFra... method handlePathResponseFrame (line 1712) | func (s *connection) handlePathResponseFrame(f *wire.PathResponseFrame... method handlePathResponseFrameClient (line 1723) | func (s *connection) handlePathResponseFrameClient(f *wire.PathRespons... method handlePathResponseFrameServer (line 1735) | func (s *connection) handlePathResponseFrameServer(f *wire.PathRespons... method handleNewTokenFrame (line 1747) | func (s *connection) handleNewTokenFrame(frame *wire.NewTokenFrame) er... method handleNewConnectionIDFrame (line 1760) | func (s *connection) handleNewConnectionIDFrame(f *wire.NewConnectionI... method handleRetireConnectionIDFrame (line 1764) | func (s *connection) handleRetireConnectionIDFrame(f *wire.RetireConne... method handleHandshakeDoneFrame (line 1768) | func (s *connection) handleHandshakeDoneFrame(rcvTime time.Time) error { method handleAckFrame (line 1781) | func (s *connection) handleAckFrame(frame *wire.AckFrame, encLevel pro... method handleDatagramFrame (line 1807) | func (s *connection) handleDatagramFrame(f *wire.DatagramFrame) error { method setCloseError (line 1818) | func (s *connection) setCloseError(e *closeError) { method closeLocal (line 1827) | func (s *connection) closeLocal(e error) { method destroy (line 1832) | func (s *connection) destroy(e error) { method destroyImpl (line 1837) | func (s *connection) destroyImpl(e error) { method CloseWithError (line 1841) | func (s *connection) CloseWithError(code ApplicationErrorCode, desc st... method closeWithTransportError (line 1850) | func (s *connection) closeWithTransportError(code TransportErrorCode) { method handleCloseError (line 1855) | func (s *connection) handleCloseError(closeErr *closeError) { method dropEncryptionLevel (line 1941) | func (s *connection) dropEncryptionLevel(encLevel protocol.EncryptionL... method restoreTransportParameters (line 1961) | func (s *connection) restoreTransportParameters(params *wire.Transport... method handleTransportParameters (line 1975) | func (s *connection) handleTransportParameters(params *wire.TransportP... method checkTransportParameters (line 2009) | func (s *connection) checkTransportParameters(params *wire.TransportPa... method applyTransportParameters (line 2039) | func (s *connection) applyTransportParameters() { method triggerSending (line 2073) | func (s *connection) triggerSending(now time.Time) error { method sendPackets (line 2112) | func (s *connection) sendPackets(now time.Time) error { method sendPacketsWithoutGSO (line 2183) | func (s *connection) sendPacketsWithoutGSO(now time.Time) error { method sendPacketsWithGSO (line 2219) | func (s *connection) sendPacketsWithGSO(now time.Time) error { method resetPacingDeadline (line 2283) | func (s *connection) resetPacingDeadline() { method maybeSendAckOnlyPacket (line 2291) | func (s *connection) maybeSendAckOnlyPacket(now time.Time) error { method sendProbePacket (line 2318) | func (s *connection) sendProbePacket(sendMode ackhandler.SendMode, now... method appendOneShortHeaderPacket (line 2359) | func (s *connection) appendOneShortHeaderPacket(buf *packetBuffer, max... method registerPackedShortHeaderPacket (line 2371) | func (s *connection) registerPackedShortHeaderPacket(p shortHeaderPack... method sendPackedCoalescedPacket (line 2410) | func (s *connection) sendPackedCoalescedPacket(packet *coalescedPacket... method sendConnectionClose (line 2467) | func (s *connection) sendConnectionClose(e error) ([]byte, error) { method maxPacketSize (line 2490) | func (s *connection) maxPacketSize() protocol.ByteCount { method AcceptStream (line 2509) | func (s *connection) AcceptStream(ctx context.Context) (Stream, error) { method AcceptUniStream (line 2513) | func (s *connection) AcceptUniStream(ctx context.Context) (ReceiveStre... method OpenStream (line 2518) | func (s *connection) OpenStream() (Stream, error) { method OpenStreamSync (line 2522) | func (s *connection) OpenStreamSync(ctx context.Context) (Stream, erro... method OpenUniStream (line 2526) | func (s *connection) OpenUniStream() (SendStream, error) { method OpenUniStreamSync (line 2530) | func (s *connection) OpenUniStreamSync(ctx context.Context) (SendStrea... method newFlowController (line 2534) | func (s *connection) newFlowController(id protocol.StreamID) flowcontr... method scheduleSending (line 2555) | func (s *connection) scheduleSending() { method tryQueueingUndecryptablePacket (line 2564) | func (s *connection) tryQueueingUndecryptablePacket(p receivedPacket, ... method queueControlFrame (line 2582) | func (s *connection) queueControlFrame(f wire.Frame) { method onHasConnectionData (line 2587) | func (s *connection) onHasConnectionData() { s.scheduleSending() } method onHasStreamData (line 2589) | func (s *connection) onHasStreamData(id protocol.StreamID, str sendStr... method onHasStreamControlFrame (line 2594) | func (s *connection) onHasStreamControlFrame(id protocol.StreamID, str... method onStreamCompleted (line 2599) | func (s *connection) onStreamCompleted(id protocol.StreamID) { method SendDatagram (line 2606) | func (s *connection) SendDatagram(p []byte) error { method ReceiveDatagram (line 2626) | func (s *connection) ReceiveDatagram(ctx context.Context) ([]byte, err... method LocalAddr (line 2633) | func (s *connection) LocalAddr() net.Addr { return s.conn.LocalAddr() } method RemoteAddr (line 2634) | func (s *connection) RemoteAddr() net.Addr { return s.conn.RemoteAddr() } method getPathManager (line 2636) | func (s *connection) getPathManager() *pathManagerOutgoing { method AddPath (line 2649) | func (s *connection) AddPath(t *Transport) (*Path, error) { method NextConnection (line 2677) | func (s *connection) NextConnection(ctx context.Context) (Connection, ... function estimateMaxPayloadSize (line 2693) | func estimateMaxPayloadSize(mtu protocol.ByteCount) protocol.ByteCount { FILE: vendor/github.com/quic-go/quic-go/connection_logging.go function toLoggingFrame (line 15) | func toLoggingFrame(frame wire.Frame) logging.Frame { function toLoggingAckFrame (line 42) | func toLoggingAckFrame(f *wire.AckFrame) *logging.AckFrame { method logLongHeaderPacket (line 53) | func (s *connection) logLongHeaderPacket(p *longHeaderPacket, ecn protoc... method logShortHeaderPacket (line 85) | func (s *connection) logShortHeaderPacket( method logCoalescedPacket (line 137) | func (s *connection) logCoalescedPacket(packet *coalescedPacket, ecn pro... FILE: vendor/github.com/quic-go/quic-go/connection_timer.go type connectionTimer (line 11) | type connectionTimer struct method SetRead (line 20) | func (t *connectionTimer) SetRead() { method Chan (line 27) | func (t *connectionTimer) Chan() <-chan time.Time { method SetTimer (line 35) | func (t *connectionTimer) SetTimer(idleTimeoutOrKeepAlive, ackAlarm, l... method Stop (line 49) | func (t *connectionTimer) Stop() { function newTimer (line 16) | func newTimer() *connectionTimer { FILE: vendor/github.com/quic-go/quic-go/crypto_stream.go type cryptoStream (line 11) | type cryptoStream struct method HandleCryptoFrame (line 25) | func (s *cryptoStream) HandleCryptoFrame(f *wire.CryptoFrame) error { method GetCryptoData (line 50) | func (s *cryptoStream) GetCryptoData() []byte { method Finish (line 55) | func (s *cryptoStream) Finish() error { method Write (line 67) | func (s *cryptoStream) Write(p []byte) (int, error) { method HasData (line 72) | func (s *cryptoStream) HasData() bool { method PopCryptoFrame (line 76) | func (s *cryptoStream) PopCryptoFrame(maxLen protocol.ByteCount) *wire... function newCryptoStream (line 21) | func newCryptoStream() *cryptoStream { FILE: vendor/github.com/quic-go/quic-go/crypto_stream_manager.go type cryptoStreamManager (line 10) | type cryptoStreamManager struct method HandleCryptoFrame (line 28) | func (m *cryptoStreamManager) HandleCryptoFrame(frame *wire.CryptoFram... method GetCryptoData (line 44) | func (m *cryptoStreamManager) GetCryptoData(encLevel protocol.Encrypti... method GetPostHandshakeData (line 60) | func (m *cryptoStreamManager) GetPostHandshakeData(maxSize protocol.By... method Drop (line 67) | func (m *cryptoStreamManager) Drop(encLevel protocol.EncryptionLevel) ... function newCryptoStreamManager (line 16) | func newCryptoStreamManager( FILE: vendor/github.com/quic-go/quic-go/datagram_queue.go constant maxDatagramSendQueueLen (line 13) | maxDatagramSendQueueLen = 32 constant maxDatagramRcvQueueLen (line 14) | maxDatagramRcvQueueLen = 128 type datagramQueue (line 17) | type datagramQueue struct method Add (line 47) | func (h *datagramQueue) Add(f *wire.DatagramFrame) error { method Peek (line 73) | func (h *datagramQueue) Peek() *wire.DatagramFrame { method Pop (line 82) | func (h *datagramQueue) Pop() { method HandleDatagramFrame (line 93) | func (h *datagramQueue) HandleDatagramFrame(f *wire.DatagramFrame) { method Receive (line 113) | func (h *datagramQueue) Receive(ctx context.Context) ([]byte, error) { method CloseWithError (line 134) | func (h *datagramQueue) CloseWithError(e error) { function newDatagramQueue (line 34) | func newDatagramQueue(hasData func(), logger utils.Logger) *datagramQueue { FILE: vendor/github.com/quic-go/quic-go/errors.go constant NoError (line 25) | NoError = qerr.NoError constant InternalError (line 26) | InternalError = qerr.InternalError constant ConnectionRefused (line 27) | ConnectionRefused = qerr.ConnectionRefused constant FlowControlError (line 28) | FlowControlError = qerr.FlowControlError constant StreamLimitError (line 29) | StreamLimitError = qerr.StreamLimitError constant StreamStateError (line 30) | StreamStateError = qerr.StreamStateError constant FinalSizeError (line 31) | FinalSizeError = qerr.FinalSizeError constant FrameEncodingError (line 32) | FrameEncodingError = qerr.FrameEncodingError constant TransportParameterError (line 33) | TransportParameterError = qerr.TransportParameterError constant ConnectionIDLimitError (line 34) | ConnectionIDLimitError = qerr.ConnectionIDLimitError constant ProtocolViolation (line 35) | ProtocolViolation = qerr.ProtocolViolation constant InvalidToken (line 36) | InvalidToken = qerr.InvalidToken constant ApplicationErrorErrorCode (line 37) | ApplicationErrorErrorCode = qerr.ApplicationErrorErrorCode constant CryptoBufferExceeded (line 38) | CryptoBufferExceeded = qerr.CryptoBufferExceeded constant KeyUpdateError (line 39) | KeyUpdateError = qerr.KeyUpdateError constant AEADLimitReached (line 40) | AEADLimitReached = qerr.AEADLimitReached constant NoViablePathError (line 41) | NoViablePathError = qerr.NoViablePathError type StreamError (line 46) | type StreamError struct method Is (line 52) | func (e *StreamError) Is(target error) bool { method Error (line 57) | func (e *StreamError) Error() string { type DatagramTooLargeError (line 66) | type DatagramTooLargeError struct method Is (line 70) | func (e *DatagramTooLargeError) Is(target error) bool { method Error (line 75) | func (e *DatagramTooLargeError) Error() string { return "DATAGRAM fram... FILE: vendor/github.com/quic-go/quic-go/frame_sorter.go type byteInterval (line 12) | type byteInterval struct function init (line 19) | func init() { type frameSorterEntry (line 23) | type frameSorterEntry struct type frameSorter (line 28) | type frameSorter struct method Push (line 45) | func (s *frameSorter) Push(data []byte, offset protocol.ByteCount, don... method push (line 56) | func (s *frameSorter) push(data []byte, offset protocol.ByteCount, don... method findStartGap (line 180) | func (s *frameSorter) findStartGap(offset protocol.ByteCount) (*list.E... method findEndGap (line 192) | func (s *frameSorter) findEndGap(startGap *list.Element[byteInterval],... method deleteConsecutive (line 205) | func (s *frameSorter) deleteConsecutive(pos protocol.ByteCount) { method Pop (line 220) | func (s *frameSorter) Pop() (protocol.ByteCount, []byte, func()) { method HasMoreData (line 235) | func (s *frameSorter) HasMoreData() bool { function newFrameSorter (line 36) | func newFrameSorter() *frameSorter { FILE: vendor/github.com/quic-go/quic-go/framer.go constant maxPathResponses (line 17) | maxPathResponses = 256 constant maxControlFrames (line 18) | maxControlFrames = 16 << 10 constant maxStreamControlFrameSize (line 23) | maxStreamControlFrameSize = 25 type streamControlFrameGetter (line 25) | type streamControlFrameGetter interface type framer (line 29) | type framer struct method HasData (line 51) | func (f *framer) HasData() bool { method QueueControlFrame (line 63) | func (f *framer) QueueControlFrame(frame wire.Frame) { method Append (line 85) | func (f *framer) Append( method appendControlFrames (line 153) | func (f *framer) appendControlFrames( method QueuedTooManyControlFrames (line 213) | func (f *framer) QueuedTooManyControlFrames() bool { method AddActiveStream (line 217) | func (f *framer) AddActiveStream(id protocol.StreamID, str sendStreamI) { method AddStreamWithControlFrames (line 226) | func (f *framer) AddStreamWithControlFrames(id protocol.StreamID, str ... method RemoveActiveStream (line 235) | func (f *framer) RemoveActiveStream(id protocol.StreamID) { method getNextStreamFrame (line 244) | func (f *framer) getNextStreamFrame(maxLen protocol.ByteCount, v proto... method Handle0RTTRejection (line 269) | func (f *framer) Handle0RTTRejection() { function newFramer (line 43) | func newFramer(connFlowController flowcontrol.ConnectionFlowController) ... FILE: vendor/github.com/quic-go/quic-go/interface.go constant Version1 (line 24) | Version1 = protocol.Version1 constant Version2 (line 26) | Version2 = protocol.Version2 type ClientToken (line 31) | type ClientToken struct type TokenStore (line 35) | type TokenStore interface type ConnectionTracingID (line 64) | type ConnectionTracingID type connTracingCtxKey (line 66) | type connTracingCtxKey struct type Stream (line 75) | type Stream interface type ReceiveStream (line 85) | type ReceiveStream interface type SendStream (line 104) | type SendStream interface type Connection (line 145) | type Connection interface type EarlyConnection (line 207) | type EarlyConnection interface type StatelessResetKey (line 220) | type StatelessResetKey function ConnectionIDFromBytes (line 232) | func ConnectionIDFromBytes(b []byte) ConnectionID { type ConnectionIDGenerator (line 238) | type ConnectionIDGenerator interface type Config (line 250) | type Config struct type ClientInfo (line 338) | type ClientInfo struct type ConnectionState (line 349) | type ConnectionState struct FILE: vendor/github.com/quic-go/quic-go/internal/ackhandler/ack_eliciting.go function IsFrameAckEliciting (line 6) | func IsFrameAckEliciting(f wire.Frame) bool { function HasAckElicitingFrames (line 13) | func HasAckElicitingFrames(fs []Frame) bool { FILE: vendor/github.com/quic-go/quic-go/internal/ackhandler/ackhandler.go function NewAckHandler (line 12) | func NewAckHandler( FILE: vendor/github.com/quic-go/quic-go/internal/ackhandler/ecn.go type ecnState (line 11) | type ecnState constant ecnStateInitial (line 14) | ecnStateInitial ecnState = iota constant ecnStateTesting (line 15) | ecnStateTesting constant ecnStateUnknown (line 16) | ecnStateUnknown constant ecnStateCapable (line 17) | ecnStateCapable constant ecnStateFailed (line 18) | ecnStateFailed constant numECNTestingPackets (line 22) | numECNTestingPackets = 10 type ecnHandler (line 24) | type ecnHandler interface type ecnTracker (line 37) | type ecnTracker struct method SentPacket (line 65) | func (e *ecnTracker) SentPacket(pn protocol.PacketNumber, ecn protocol... method Mode (line 103) | func (e *ecnTracker) Mode() protocol.ECN { method LostPacket (line 120) | func (e *ecnTracker) LostPacket(pn protocol.PacketNumber) { method HandleNewlyAcked (line 147) | func (e *ecnTracker) HandleNewlyAcked(packets []*packet, ect0, ect1, e... method failIfMangled (line 265) | func (e *ecnTracker) failIfMangled() { method ecnMarking (line 276) | func (e *ecnTracker) ecnMarking(pn protocol.PacketNumber) protocol.ECN { method isTestingPacket (line 291) | func (e *ecnTracker) isTestingPacket(pn protocol.PacketNumber) bool { function newECNTracker (line 54) | func newECNTracker(logger utils.Logger, tracer *logging.ConnectionTracer... FILE: vendor/github.com/quic-go/quic-go/internal/ackhandler/frame.go type FrameHandler (line 8) | type FrameHandler interface type Frame (line 13) | type Frame struct type StreamFrame (line 18) | type StreamFrame struct FILE: vendor/github.com/quic-go/quic-go/internal/ackhandler/interfaces.go type SentPacketHandler (line 11) | type SentPacketHandler interface type sentPacketTracker (line 41) | type sentPacketTracker interface type ReceivedPacketHandler (line 47) | type ReceivedPacketHandler interface FILE: vendor/github.com/quic-go/quic-go/internal/ackhandler/packet.go type packet (line 11) | type packet struct method outstanding (line 28) | func (p *packet) outstanding() bool { function getPacket (line 34) | func getPacket() *packet { function putPacket (line 52) | func putPacket(p *packet) { FILE: vendor/github.com/quic-go/quic-go/internal/ackhandler/packet_number_generator.go type packetNumberGenerator (line 8) | type packetNumberGenerator interface type sequentialPacketNumberGenerator (line 16) | type sequentialPacketNumberGenerator struct method Peek (line 26) | func (p *sequentialPacketNumberGenerator) Peek() protocol.PacketNumber { method Pop (line 30) | func (p *sequentialPacketNumberGenerator) Pop() (bool, protocol.Packet... function newSequentialPacketNumberGenerator (line 22) | func newSequentialPacketNumberGenerator(initial protocol.PacketNumber) p... type skippingPacketNumberGenerator (line 39) | type skippingPacketNumberGenerator struct method Peek (line 61) | func (p *skippingPacketNumberGenerator) Peek() protocol.PacketNumber { method Pop (line 68) | func (p *skippingPacketNumberGenerator) Pop() (bool, protocol.PacketNu... method generateNewSkip (line 80) | func (p *skippingPacketNumberGenerator) generateNewSkip() { function newSkippingPacketNumberGenerator (line 51) | func newSkippingPacketNumberGenerator(initial, initialPeriod, maxPeriod ... FILE: vendor/github.com/quic-go/quic-go/internal/ackhandler/received_packet_handler.go type receivedPacketHandler (line 12) | type receivedPacketHandler struct method ReceivedPacket (line 34) | func (h *receivedPacketHandler) ReceivedPacket( method DropPackets (line 71) | func (h *receivedPacketHandler) DropPackets(encLevel protocol.Encrypti... method GetAlarmTimeout (line 86) | func (h *receivedPacketHandler) GetAlarmTimeout() time.Time { method GetAckFrame (line 90) | func (h *receivedPacketHandler) GetAckFrame(encLevel protocol.Encrypti... method IsPotentiallyDuplicate (line 111) | func (h *receivedPacketHandler) IsPotentiallyDuplicate(pn protocol.Pac... function newReceivedPacketHandler (line 24) | func newReceivedPacketHandler(sentPackets sentPacketTracker, logger util... FILE: vendor/github.com/quic-go/quic-go/internal/ackhandler/received_packet_history.go type interval (line 11) | type interval struct type receivedPacketHistory (line 19) | type receivedPacketHistory struct method ReceivedPacket (line 30) | func (h *receivedPacketHistory) ReceivedPacket(p protocol.PacketNumber... method addToRanges (line 45) | func (h *receivedPacketHistory) addToRanges(p protocol.PacketNumber) b... method DeleteBelow (line 84) | func (h *receivedPacketHistory) DeleteBelow(p protocol.PacketNumber) { method AppendAckRanges (line 111) | func (h *receivedPacketHistory) AppendAckRanges(ackRanges []wire.AckRa... method GetHighestAckRange (line 118) | func (h *receivedPacketHistory) GetHighestAckRange() wire.AckRange { method IsPotentiallyDuplicate (line 127) | func (h *receivedPacketHistory) IsPotentiallyDuplicate(p protocol.Pack... function newReceivedPacketHistory (line 25) | func newReceivedPacketHistory() *receivedPacketHistory { FILE: vendor/github.com/quic-go/quic-go/internal/ackhandler/received_packet_tracker.go type receivedPacketTracker (line 14) | type receivedPacketTracker struct method ReceivedPacket (line 27) | func (h *receivedPacketTracker) ReceivedPacket(pn protocol.PacketNumbe... method GetAckFrame (line 48) | func (h *receivedPacketTracker) GetAckFrame() *wire.AckFrame { method IsPotentiallyDuplicate (line 69) | func (h *receivedPacketTracker) IsPotentiallyDuplicate(pn protocol.Pac... function newReceivedPacketTracker (line 23) | func newReceivedPacketTracker() *receivedPacketTracker { constant packetsBeforeAck (line 74) | packetsBeforeAck = 2 type appDataReceivedPacketTracker (line 78) | type appDataReceivedPacketTracker struct method ReceivedPacket (line 104) | func (h *appDataReceivedPacketTracker) ReceivedPacket(pn protocol.Pack... method IgnoreBelow (line 133) | func (h *appDataReceivedPacketTracker) IgnoreBelow(pn protocol.PacketN... method isMissing (line 145) | func (h *appDataReceivedPacketTracker) isMissing(p protocol.PacketNumb... method hasNewMissingPackets (line 152) | func (h *appDataReceivedPacketTracker) hasNewMissingPackets() bool { method shouldQueueACK (line 160) | func (h *appDataReceivedPacketTracker) shouldQueueACK(pn protocol.Pack... method GetAckFrame (line 199) | func (h *appDataReceivedPacketTracker) GetAckFrame(now time.Time, only... method GetAlarmTimeout (line 219) | func (h *appDataReceivedPacketTracker) GetAlarmTimeout() time.Time { r... function newAppDataReceivedPacketTracker (line 95) | func newAppDataReceivedPacketTracker(logger utils.Logger) *appDataReceiv... FILE: vendor/github.com/quic-go/quic-go/internal/ackhandler/send_mode.go type SendMode (line 6) | type SendMode method String (line 27) | func (s SendMode) String() string { constant SendNone (line 10) | SendNone SendMode = iota constant SendAck (line 12) | SendAck constant SendPTOInitial (line 14) | SendPTOInitial constant SendPTOHandshake (line 16) | SendPTOHandshake constant SendPTOAppData (line 18) | SendPTOAppData constant SendPacingLimited (line 22) | SendPacingLimited constant SendAny (line 24) | SendAny FILE: vendor/github.com/quic-go/quic-go/internal/ackhandler/sent_packet_handler.go constant timeThreshold (line 19) | timeThreshold = 9.0 / 8 constant packetThreshold (line 21) | packetThreshold = 3 constant amplificationFactor (line 23) | amplificationFactor = 3 constant minRTTAfterRetry (line 25) | minRTTAfterRetry = 5 * time.Millisecond constant maxPTODuration (line 27) | maxPTODuration = 60 * time.Second constant pathProbePacketLossTimeout (line 31) | pathProbePacketLossTimeout = time.Second type packetNumberSpace (line 33) | type packetNumberSpace struct function newPacketNumberSpace (line 44) | func newPacketNumberSpace(initialPN protocol.PacketNumber, isAppData boo... type alarmTimer (line 59) | type alarmTimer struct type sentPacketHandler (line 65) | type sentPacketHandler struct method removeFromBytesInFlight (line 157) | func (h *sentPacketHandler) removeFromBytesInFlight(p *packet) { method DropPackets (line 167) | func (h *sentPacketHandler) DropPackets(encLevel protocol.EncryptionLe... method ReceivedBytes (line 218) | func (h *sentPacketHandler) ReceivedBytes(n protocol.ByteCount, t time... method ReceivedPacket (line 226) | func (h *sentPacketHandler) ReceivedPacket(l protocol.EncryptionLevel,... method packetsInFlight (line 233) | func (h *sentPacketHandler) packetsInFlight() int { method SentPacket (line 244) | func (h *sentPacketHandler) SentPacket( method getPacketNumberSpace (line 318) | func (h *sentPacketHandler) getPacketNumberSpace(encLevel protocol.Enc... method ReceivedAck (line 331) | func (h *sentPacketHandler) ReceivedAck(ack *wire.AckFrame, encLevel p... method GetLowestPacketNotConfirmedAcked (line 420) | func (h *sentPacketHandler) GetLowestPacketNotConfirmedAcked() protoco... method detectAndRemoveAckedPackets (line 425) | func (h *sentPacketHandler) detectAndRemoveAckedPackets(ack *wire.AckF... method getLossTimeAndSpace (line 504) | func (h *sentPacketHandler) getLossTimeAndSpace() (time.Time, protocol... method getScaledPTO (line 523) | func (h *sentPacketHandler) getScaledPTO(includeMaxAckDelay bool) time... method getPTOTimeAndSpace (line 532) | func (h *sentPacketHandler) getPTOTimeAndSpace(now time.Time) (pto tim... method hasOutstandingCryptoPackets (line 572) | func (h *sentPacketHandler) hasOutstandingCryptoPackets() bool { method setLossDetectionTimer (line 582) | func (h *sentPacketHandler) setLossDetectionTimer(now time.Time) { method lossDetectionTime (line 600) | func (h *sentPacketHandler) lossDetectionTime(now time.Time) alarmTimer { method detectLostPathProbes (line 646) | func (h *sentPacketHandler) detectLostPathProbes(now time.Time) { method detectLostPackets (line 666) | func (h *sentPacketHandler) detectLostPackets(now time.Time, encLevel ... method OnLossDetectionTimeout (line 732) | func (h *sentPacketHandler) OnLossDetectionTimeout(now time.Time) error { method GetLossDetectionTimeout (line 808) | func (h *sentPacketHandler) GetLossDetectionTimeout() time.Time { method ECNMode (line 812) | func (h *sentPacketHandler) ECNMode(isShortHeaderPacket bool) protocol... method PeekPacketNumber (line 822) | func (h *sentPacketHandler) PeekPacketNumber(encLevel protocol.Encrypt... method PopPacketNumber (line 829) | func (h *sentPacketHandler) PopPacketNumber(encLevel protocol.Encrypti... method SendMode (line 842) | func (h *sentPacketHandler) SendMode(now time.Time) SendMode { method TimeUntilSend (line 887) | func (h *sentPacketHandler) TimeUntilSend() time.Time { method SetMaxDatagramSize (line 891) | func (h *sentPacketHandler) SetMaxDatagramSize(s protocol.ByteCount) { method isAmplificationLimited (line 895) | func (h *sentPacketHandler) isAmplificationLimited() bool { method QueueProbePacket (line 902) | func (h *sentPacketHandler) QueueProbePacket(encLevel protocol.Encrypt... method queueFramesForRetransmission (line 916) | func (h *sentPacketHandler) queueFramesForRetransmission(p *packet) { method ResetForRetry (line 934) | func (h *sentPacketHandler) ResetForRetry(now time.Time) { method MigratedPath (line 980) | func (h *sentPacketHandler) MigratedPath(now time.Time, initialMaxData... function newSentPacketHandler (line 120) | func newSentPacketHandler( FILE: vendor/github.com/quic-go/quic-go/internal/ackhandler/sent_packet_history.go type sentPacketHistory (line 10) | type sentPacketHistory struct method checkSequentialPacketNumberUse (line 31) | func (h *sentPacketHistory) checkSequentialPacketNumberUse(pn protocol... method SkippedPacket (line 40) | func (h *sentPacketHistory) SkippedPacket(pn protocol.PacketNumber) { method SentNonAckElicitingPacket (line 48) | func (h *sentPacketHistory) SentNonAckElicitingPacket(pn protocol.Pack... method SentAckElicitingPacket (line 55) | func (h *sentPacketHistory) SentAckElicitingPacket(p *packet) { method SentPathProbePacket (line 63) | func (h *sentPacketHistory) SentPathProbePacket(p *packet) { method Packets (line 72) | func (h *sentPacketHistory) Packets() iter.Seq[*packet] { method PathProbes (line 85) | func (h *sentPacketHistory) PathProbes() iter.Seq[*packet] { method FirstOutstanding (line 96) | func (h *sentPacketHistory) FirstOutstanding() *packet { method FirstOutstandingPathProbe (line 109) | func (h *sentPacketHistory) FirstOutstandingPathProbe() *packet { method Len (line 116) | func (h *sentPacketHistory) Len() int { method Remove (line 120) | func (h *sentPacketHistory) Remove(pn protocol.PacketNumber) error { method RemovePathProbe (line 154) | func (h *sentPacketHistory) RemovePathProbe(pn protocol.PacketNumber) ... method getIndex (line 173) | func (h *sentPacketHistory) getIndex(p protocol.PacketNumber) (int, bo... method HasOutstandingPackets (line 188) | func (h *sentPacketHistory) HasOutstandingPackets() bool { method HasOutstandingPathProbes (line 192) | func (h *sentPacketHistory) HasOutstandingPathProbes() bool { method cleanupStart (line 197) | func (h *sentPacketHistory) cleanupStart() { method LowestPacketNumber (line 207) | func (h *sentPacketHistory) LowestPacketNumber() protocol.PacketNumber { method DeclareLost (line 214) | func (h *sentPacketHistory) DeclareLost(pn protocol.PacketNumber) { function newSentPacketHistory (line 19) | func newSentPacketHistory(isAppData bool) *sentPacketHistory { FILE: vendor/github.com/quic-go/quic-go/internal/congestion/bandwidth.go type Bandwidth (line 11) | type Bandwidth constant infBandwidth (line 13) | infBandwidth Bandwidth = math.MaxUint64 constant BitsPerSecond (line 17) | BitsPerSecond Bandwidth = 1 constant BytesPerSecond (line 19) | BytesPerSecond = 8 * BitsPerSecond function BandwidthFromDelta (line 23) | func BandwidthFromDelta(bytes protocol.ByteCount, delta time.Duration) B... FILE: vendor/github.com/quic-go/quic-go/internal/congestion/clock.go type Clock (line 6) | type Clock interface type DefaultClock (line 11) | type DefaultClock struct method Now (line 16) | func (DefaultClock) Now() time.Time { FILE: vendor/github.com/quic-go/quic-go/internal/congestion/cubic.go constant cubeScale (line 20) | cubeScale = 40 constant cubeCongestionWindowScale (line 21) | cubeCongestionWindowScale = 410 constant cubeFactor (line 22) | cubeFactor = 1 << cubeScale / cubeCongestionWindowScale /... constant maxDatagramSize (line 24) | maxDatagramSize = protocol.ByteCount(protocol.InitialPacketSize) constant defaultNumConnections (line 27) | defaultNumConnections = 1 constant beta (line 30) | beta float32 = 0.7 constant betaLastMax (line 35) | betaLastMax float32 = 0.85 type Cubic (line 38) | type Cubic struct method Reset (line 79) | func (c *Cubic) Reset() { method alpha (line 89) | func (c *Cubic) alpha() float32 { method beta (line 97) | func (c *Cubic) beta() float32 { method betaLastMax (line 105) | func (c *Cubic) betaLastMax() float32 { method OnApplicationLimited (line 115) | func (c *Cubic) OnApplicationLimited() { method CongestionWindowAfterPacketLoss (line 130) | func (c *Cubic) CongestionWindowAfterPacketLoss(currentCongestionWindo... method CongestionWindowAfterAck (line 146) | func (c *Cubic) CongestionWindowAfterAck( method SetNumConnections (line 211) | func (c *Cubic) SetNumConnections(n int) { function NewCubic (line 69) | func NewCubic(clock Clock) *Cubic { FILE: vendor/github.com/quic-go/quic-go/internal/congestion/cubic_sender.go constant initialMaxDatagramSize (line 15) | initialMaxDatagramSize = protocol.ByteCount(protocol.InitialPacketSize) constant maxBurstPackets (line 16) | maxBurstPackets = 3 constant renoBeta (line 17) | renoBeta = 0.7 constant minCongestionWindowPackets (line 18) | minCongestionWindowPackets = 2 constant initialCongestionWindow (line 19) | initialCongestionWindow = 32 type cubicSender (line 22) | type cubicSender struct method TimeUntilSend (line 119) | func (c *cubicSender) TimeUntilSend(_ protocol.ByteCount) time.Time { method HasPacingBudget (line 123) | func (c *cubicSender) HasPacingBudget(now time.Time) bool { method maxCongestionWindow (line 127) | func (c *cubicSender) maxCongestionWindow() protocol.ByteCount { method minCongestionWindow (line 131) | func (c *cubicSender) minCongestionWindow() protocol.ByteCount { method OnPacketSent (line 135) | func (c *cubicSender) OnPacketSent( method CanSend (line 150) | func (c *cubicSender) CanSend(bytesInFlight protocol.ByteCount) bool { method InRecovery (line 154) | func (c *cubicSender) InRecovery() bool { method InSlowStart (line 158) | func (c *cubicSender) InSlowStart() bool { method GetCongestionWindow (line 162) | func (c *cubicSender) GetCongestionWindow() protocol.ByteCount { method MaybeExitSlowStart (line 166) | func (c *cubicSender) MaybeExitSlowStart() { method OnPacketAcked (line 175) | func (c *cubicSender) OnPacketAcked( method OnCongestionEvent (line 191) | func (c *cubicSender) OnCongestionEvent(packetNumber protocol.PacketNu... method maybeIncreaseCwnd (line 217) | func (c *cubicSender) maybeIncreaseCwnd( method isCwndLimited (line 253) | func (c *cubicSender) isCwndLimited(bytesInFlight protocol.ByteCount) ... method BandwidthEstimate (line 264) | func (c *cubicSender) BandwidthEstimate() Bandwidth { method OnRetransmissionTimeout (line 274) | func (c *cubicSender) OnRetransmissionTimeout(packetsRetransmitted boo... method OnConnectionMigration (line 286) | func (c *cubicSender) OnConnectionMigration() { method maybeTraceStateChange (line 298) | func (c *cubicSender) maybeTraceStateChange(new logging.CongestionStat... method SetMaxDatagramSize (line 306) | func (c *cubicSender) SetMaxDatagramSize(s protocol.ByteCount) { function NewCubicSender (line 68) | func NewCubicSender( function newCubicSender (line 86) | func newCubicSender( FILE: vendor/github.com/quic-go/quic-go/internal/congestion/hybrid_slow_start.go constant hybridStartLowWindow (line 11) | hybridStartLowWindow = protocol.ByteCount(16) constant hybridStartMinSamples (line 14) | hybridStartMinSamples = uint32(8) constant hybridStartDelayFactorExp (line 17) | hybridStartDelayFactorExp = 3 constant hybridStartDelayMinThresholdUs (line 20) | hybridStartDelayMinThresholdUs = int64(4000) constant hybridStartDelayMaxThresholdUs (line 21) | hybridStartDelayMaxThresholdUs = int64(16000) type HybridSlowStart (line 25) | type HybridSlowStart struct method StartReceiveRound (line 35) | func (s *HybridSlowStart) StartReceiveRound(lastSent protocol.PacketNu... method IsEndOfRound (line 43) | func (s *HybridSlowStart) IsEndOfRound(ack protocol.PacketNumber) bool { method ShouldExitSlowStart (line 52) | func (s *HybridSlowStart) ShouldExitSlowStart(latestRTT time.Duration,... method OnPacketSent (line 90) | func (s *HybridSlowStart) OnPacketSent(packetNumber protocol.PacketNum... method OnPacketAcked (line 97) | func (s *HybridSlowStart) OnPacketAcked(ackedPacketNumber protocol.Pac... method Started (line 104) | func (s *HybridSlowStart) Started() bool { method Restart (line 109) | func (s *HybridSlowStart) Restart() { FILE: vendor/github.com/quic-go/quic-go/internal/congestion/interface.go type SendAlgorithm (line 10) | type SendAlgorithm interface type SendAlgorithmWithDebugInfos (line 23) | type SendAlgorithmWithDebugInfos interface FILE: vendor/github.com/quic-go/quic-go/internal/congestion/pacer.go constant maxBurstSizePackets (line 9) | maxBurstSizePackets = 10 type pacer (line 12) | type pacer struct method SentPacket (line 36) | func (p *pacer) SentPacket(sendTime time.Time, size protocol.ByteCount) { method Budget (line 46) | func (p *pacer) Budget(now time.Time) protocol.ByteCount { method maxBurstSize (line 57) | func (p *pacer) maxBurstSize() protocol.ByteCount { method TimeUntilSend (line 66) | func (p *pacer) TimeUntilSend() time.Time { method SetMaxDatagramSize (line 82) | func (p *pacer) SetMaxDatagramSize(s protocol.ByteCount) { function newPacer (line 19) | func newPacer(getBandwidth func() Bandwidth) *pacer { FILE: vendor/github.com/quic-go/quic-go/internal/flowcontrol/base_flow_controller.go type baseFlowController (line 11) | type baseFlowController struct method IsNewlyBlocked (line 38) | func (c *baseFlowController) IsNewlyBlocked() (bool, protocol.ByteCoun... method AddBytesSent (line 46) | func (c *baseFlowController) AddBytesSent(n protocol.ByteCount) { method UpdateSendWindow (line 51) | func (c *baseFlowController) UpdateSendWindow(offset protocol.ByteCoun... method SendWindowSize (line 59) | func (c *baseFlowController) SendWindowSize() protocol.ByteCount { method addBytesRead (line 68) | func (c *baseFlowController) addBytesRead(n protocol.ByteCount) { method hasWindowUpdate (line 72) | func (c *baseFlowController) hasWindowUpdate() bool { method getWindowUpdate (line 80) | func (c *baseFlowController) getWindowUpdate(now time.Time) protocol.B... method maybeAdjustWindowSize (line 92) | func (c *baseFlowController) maybeAdjustWindowSize(now time.Time) { method startNewAutoTuningEpoch (line 114) | func (c *baseFlowController) startNewAutoTuningEpoch(now time.Time) { method checkFlowControlViolation (line 119) | func (c *baseFlowController) checkFlowControlViolation() bool { FILE: vendor/github.com/quic-go/quic-go/internal/flowcontrol/connection_flow_controller.go type connectionFlowController (line 13) | type connectionFlowController struct method IncrementHighestReceived (line 41) | func (c *connectionFlowController) IncrementHighestReceived(increment ... method AddBytesRead (line 60) | func (c *connectionFlowController) AddBytesRead(n protocol.ByteCount) ... method GetWindowUpdate (line 68) | func (c *connectionFlowController) GetWindowUpdate(now time.Time) prot... method EnsureMinimumWindowSize (line 82) | func (c *connectionFlowController) EnsureMinimumWindowSize(inc protoco... method Reset (line 102) | func (c *connectionFlowController) Reset() error { function NewConnectionFlowController (line 21) | func NewConnectionFlowController( FILE: vendor/github.com/quic-go/quic-go/internal/flowcontrol/interface.go type flowController (line 9) | type flowController interface type StreamFlowController (line 19) | type StreamFlowController interface type ConnectionFlowController (line 33) | type ConnectionFlowController interface type connectionFlowControllerI (line 40) | type connectionFlowControllerI interface FILE: vendor/github.com/quic-go/quic-go/internal/flowcontrol/stream_flow_controller.go type streamFlowController (line 12) | type streamFlowController struct method UpdateHighestReceived (line 49) | func (c *streamFlowController) UpdateHighestReceived(offset protocol.B... method AddBytesRead (line 101) | func (c *streamFlowController) AddBytesRead(n protocol.ByteCount) (has... method Abandon (line 110) | func (c *streamFlowController) Abandon() { method AddBytesSent (line 120) | func (c *streamFlowController) AddBytesSent(n protocol.ByteCount) { method SendWindowSize (line 125) | func (c *streamFlowController) SendWindowSize() protocol.ByteCount { method IsNewlyBlocked (line 129) | func (c *streamFlowController) IsNewlyBlocked() bool { method shouldQueueWindowUpdate (line 134) | func (c *streamFlowController) shouldQueueWindowUpdate() bool { method GetWindowUpdate (line 138) | func (c *streamFlowController) GetWindowUpdate(now time.Time) protocol... function NewStreamFlowController (line 25) | func NewStreamFlowController( FILE: vendor/github.com/quic-go/quic-go/internal/handshake/aead.go function createAEAD (line 9) | func createAEAD(suite *cipherSuite, trafficSecret []byte, v protocol.Ver... type longHeaderSealer (line 21) | type longHeaderSealer struct method Seal (line 39) | func (s *longHeaderSealer) Seal(dst, src []byte, pn protocol.PacketNum... method EncryptHeader (line 44) | func (s *longHeaderSealer) EncryptHeader(sample []byte, firstByte *byt... method Overhead (line 48) | func (s *longHeaderSealer) Overhead() int { function newLongHeaderSealer (line 29) | func newLongHeaderSealer(aead *xorNonceAEAD, headerProtector headerProte... type longHeaderOpener (line 52) | type longHeaderOpener struct method DecodePacketNumber (line 73) | func (o *longHeaderOpener) DecodePacketNumber(wirePN protocol.PacketNu... method Open (line 77) | func (o *longHeaderOpener) Open(dst, src []byte, pn protocol.PacketNum... method DecryptHeader (line 88) | func (o *longHeaderOpener) DecryptHeader(sample []byte, firstByte *byt... function newLongHeaderOpener (line 63) | func newLongHeaderOpener(aead *xorNonceAEAD, headerProtector headerProte... FILE: vendor/github.com/quic-go/quic-go/internal/handshake/cipher_suite.go constant aeadNonceLength (line 15) | aeadNonceLength = 12 type cipherSuite (line 17) | type cipherSuite struct method IVLen (line 24) | func (s cipherSuite) IVLen() int { return aeadNonceLength } function getCipherSuite (line 26) | func getCipherSuite(id uint16) *cipherSuite { function aeadAESGCMTLS13 (line 39) | func aeadAESGCMTLS13(key, nonceMask []byte) *xorNonceAEAD { function aeadChaCha20Poly1305 (line 58) | func aeadChaCha20Poly1305(key, nonceMask []byte) *xorNonceAEAD { type xorNonceAEAD (line 74) | type xorNonceAEAD struct method NonceSize (line 80) | func (f *xorNonceAEAD) NonceSize() int { return 8 } method Overhead (line 81) | func (f *xorNonceAEAD) Overhead() int { return f.aead.Overhead... method explicitNonceLen (line 82) | func (f *xorNonceAEAD) explicitNonceLen() int { return 0 } method Seal (line 84) | func (f *xorNonceAEAD) Seal(out, nonce, plaintext, additionalData []by... method doSeal (line 88) | func (f *xorNonceAEAD) doSeal(nonce, out, plaintext, additionalData []... method Open (line 100) | func (f *xorNonceAEAD) Open(out, nonce, ciphertext, additionalData []b... FILE: vendor/github.com/quic-go/quic-go/internal/handshake/crypto_setup.go type quicVersionContextKey (line 21) | type quicVersionContextKey struct constant clientSessionStateRevision (line 25) | clientSessionStateRevision = 4 type cryptoSetup (line 27) | type cryptoSetup struct method ChangeConnectionID (line 164) | func (h *cryptoSetup) ChangeConnectionID(id protocol.ConnectionID) { method SetLargest1RTTAcked (line 174) | func (h *cryptoSetup) SetLargest1RTTAcked(pn protocol.PacketNumber) er... method StartHandshake (line 178) | func (h *cryptoSetup) StartHandshake(ctx context.Context) error { method Close (line 205) | func (h *cryptoSetup) Close() error { method HandleMessage (line 211) | func (h *cryptoSetup) HandleMessage(data []byte, encLevel protocol.Enc... method handleMessage (line 218) | func (h *cryptoSetup) handleMessage(data []byte, encLevel protocol.Enc... method handleEvent (line 233) | func (h *cryptoSetup) handleEvent(ev tls.QUICEvent) (err error) { method NextEvent (line 294) | func (h *cryptoSetup) NextEvent() Event { method handleTransportParameters (line 303) | func (h *cryptoSetup) handleTransportParameters(data []byte) error { method marshalDataForSessionState (line 314) | func (h *cryptoSetup) marshalDataForSessionState(earlyData bool) []byte { method handleDataFromSessionState (line 325) | func (h *cryptoSetup) handleDataFromSessionState(data []byte, earlyDat... method getDataForSessionTicket (line 367) | func (h *cryptoSetup) getDataForSessionTicket() []byte { method GetSessionTicket (line 380) | func (h *cryptoSetup) GetSessionTicket() ([]byte, error) { method handleSessionTicket (line 410) | func (h *cryptoSetup) handleSessionTicket(data []byte, using0RTT bool)... method rejected0RTT (line 434) | func (h *cryptoSetup) rejected0RTT() { method setReadKey (line 445) | func (h *cryptoSetup) setReadKey(el tls.QUICEncryptionLevel, suiteID u... method setWriteKey (line 484) | func (h *cryptoSetup) setWriteKey(el tls.QUICEncryptionLevel, suiteID ... method writeRecord (line 536) | func (h *cryptoSetup) writeRecord(encLevel tls.QUICEncryptionLevel, p ... method DiscardInitialKeys (line 550) | func (h *cryptoSetup) DiscardInitialKeys() { method handshakeComplete (line 559) | func (h *cryptoSetup) handshakeComplete() { method SetHandshakeConfirmed (line 564) | func (h *cryptoSetup) SetHandshakeConfirmed() { method GetInitialSealer (line 578) | func (h *cryptoSetup) GetInitialSealer() (LongHeaderSealer, error) { method Get0RTTSealer (line 585) | func (h *cryptoSetup) Get0RTTSealer() (LongHeaderSealer, error) { method GetHandshakeSealer (line 592) | func (h *cryptoSetup) GetHandshakeSealer() (LongHeaderSealer, error) { method Get1RTTSealer (line 602) | func (h *cryptoSetup) Get1RTTSealer() (ShortHeaderSealer, error) { method GetInitialOpener (line 609) | func (h *cryptoSetup) GetInitialOpener() (LongHeaderOpener, error) { method Get0RTTOpener (line 616) | func (h *cryptoSetup) Get0RTTOpener() (LongHeaderOpener, error) { method GetHandshakeOpener (line 627) | func (h *cryptoSetup) GetHandshakeOpener() (LongHeaderOpener, error) { method Get1RTTOpener (line 638) | func (h *cryptoSetup) Get1RTTOpener() (ShortHeaderOpener, error) { method ConnectionState (line 653) | func (h *cryptoSetup) ConnectionState() ConnectionState { function NewCryptoSetupClient (line 69) | func NewCryptoSetupClient( function NewCryptoSetupServer (line 104) | func NewCryptoSetupServer( function newCryptoSetup (line 136) | func newCryptoSetup( function decodeDataFromSessionState (line 342) | func decodeDataFromSessionState(b []byte, earlyData bool) (time.Duration... function wrapError (line 660) | func wrapError(err error) error { FILE: vendor/github.com/quic-go/quic-go/internal/handshake/fake_conn.go type conn (line 8) | type conn struct method Read (line 14) | func (c *conn) Read([]byte) (int, error) { return 0, nil } method Write (line 15) | func (c *conn) Write([]byte) (int, error) { return 0, nil } method Close (line 16) | func (c *conn) Close() error { return nil } method RemoteAddr (line 17) | func (c *conn) RemoteAddr() net.Addr { return c.remoteAddr } method LocalAddr (line 18) | func (c *conn) LocalAddr() net.Addr { return c.localAddr } method SetReadDeadline (line 19) | func (c *conn) SetReadDeadline(time.Time) error { return nil } method SetWriteDeadline (line 20) | func (c *conn) SetWriteDeadline(time.Time) error { return nil } method SetDeadline (line 21) | func (c *conn) SetDeadline(time.Time) error { return nil } FILE: vendor/github.com/quic-go/quic-go/internal/handshake/header_protector.go type headerProtector (line 15) | type headerProtector interface function hkdfHeaderProtectionLabel (line 20) | func hkdfHeaderProtectionLabel(v protocol.Version) string { function newHeaderProtector (line 27) | func newHeaderProtector(suite *cipherSuite, trafficSecret []byte, isLong... type aesHeaderProtector (line 39) | type aesHeaderProtector struct method DecryptHeader (line 59) | func (p *aesHeaderProtector) DecryptHeader(sample []byte, firstByte *b... method EncryptHeader (line 63) | func (p *aesHeaderProtector) EncryptHeader(sample []byte, firstByte *b... method apply (line 67) | func (p *aesHeaderProtector) apply(sample []byte, firstByte *byte, hdr... function newAESHeaderProtector (line 47) | func newAESHeaderProtector(suite *cipherSuite, trafficSecret []byte, isL... type chachaHeaderProtector (line 82) | type chachaHeaderProtector struct method DecryptHeader (line 101) | func (p *chachaHeaderProtector) DecryptHeader(sample []byte, firstByte... method EncryptHeader (line 105) | func (p *chachaHeaderProtector) EncryptHeader(sample []byte, firstByte... method apply (line 109) | func (p *chachaHeaderProtector) apply(sample []byte, firstByte *byte, ... method applyMask (line 125) | func (p *chachaHeaderProtector) applyMask(firstByte *byte, hdrBytes []... function newChaChaHeaderProtector (line 91) | func newChaChaHeaderProtector(suite *cipherSuite, trafficSecret []byte, ... FILE: vendor/github.com/quic-go/quic-go/internal/handshake/hkdf.go function hkdfExpandLabel (line 11) | func hkdfExpandLabel(hash crypto.Hash, secret, context []byte, label str... FILE: vendor/github.com/quic-go/quic-go/internal/handshake/initial_aead.go constant hkdfLabelKeyV1 (line 18) | hkdfLabelKeyV1 = "quic key" constant hkdfLabelKeyV2 (line 19) | hkdfLabelKeyV2 = "quicv2 key" constant hkdfLabelIVV1 (line 20) | hkdfLabelIVV1 = "quic iv" constant hkdfLabelIVV2 (line 21) | hkdfLabelIVV2 = "quicv2 iv" function getSalt (line 24) | func getSalt(v protocol.Version) []byte { function NewInitialAEAD (line 34) | func NewInitialAEAD(connID protocol.ConnectionID, pers protocol.Perspect... function computeSecrets (line 54) | func computeSecrets(connID protocol.ConnectionID, v protocol.Version) (c... function computeInitialKeyAndIV (line 61) | func computeInitialKeyAndIV(secret []byte, v protocol.Version) (key, iv ... FILE: vendor/github.com/quic-go/quic-go/internal/handshake/interface.go type headerDecryptor (line 26) | type headerDecryptor interface type LongHeaderOpener (line 31) | type LongHeaderOpener interface type ShortHeaderOpener (line 38) | type ShortHeaderOpener interface type LongHeaderSealer (line 45) | type LongHeaderSealer interface type ShortHeaderSealer (line 52) | type ShortHeaderSealer interface type ConnectionState (line 57) | type ConnectionState struct type EventKind (line 63) | type EventKind method String (line 86) | func (k EventKind) String() string { constant EventNoEvent (line 67) | EventNoEvent EventKind = iota + 1 constant EventWriteInitialData (line 69) | EventWriteInitialData constant EventWriteHandshakeData (line 71) | EventWriteHandshakeData constant EventReceivedReadKeys (line 74) | EventReceivedReadKeys constant EventDiscard0RTTKeys (line 76) | EventDiscard0RTTKeys constant EventReceivedTransportParameters (line 78) | EventReceivedTransportParameters constant EventRestoredTransportParameters (line 81) | EventRestoredTransportParameters constant EventHandshakeComplete (line 83) | EventHandshakeComplete type Event (line 110) | type Event struct type CryptoSetup (line 117) | type CryptoSetup interface FILE: vendor/github.com/quic-go/quic-go/internal/handshake/retry.go function initAEAD (line 20) | func initAEAD(key [16]byte) cipher.AEAD { function GetRetryIntegrityTag (line 40) | func GetRetryIntegrityTag(retry []byte, origDestConnID protocol.Connecti... FILE: vendor/github.com/quic-go/quic-go/internal/handshake/session_ticket.go constant sessionTicketRevision (line 13) | sessionTicketRevision = 4 type sessionTicket (line 15) | type sessionTicket struct method Marshal (line 20) | func (t *sessionTicket) Marshal() []byte { method Unmarshal (line 30) | func (t *sessionTicket) Unmarshal(b []byte, using0RTT bool) error { constant extraPrefix (line 57) | extraPrefix = "quic-go1" function addSessionStateExtraPrefix (line 59) | func addSessionStateExtraPrefix(b []byte) []byte { function findSessionStateExtraData (line 63) | func findSessionStateExtraData(extras [][]byte) []byte { FILE: vendor/github.com/quic-go/quic-go/internal/handshake/tls_config.go function setupConfigForServer (line 8) | func setupConfigForServer(conf *tls.Config, localAddr, remoteAddr net.Ad... FILE: vendor/github.com/quic-go/quic-go/internal/handshake/token_generator.go constant tokenPrefixIP (line 14) | tokenPrefixIP byte = iota constant tokenPrefixString (line 15) | tokenPrefixString type Token (line 19) | type Token struct method ValidateRemoteAddr (line 29) | func (t *Token) ValidateRemoteAddr(addr net.Addr) bool { type token (line 34) | type token struct type TokenGenerator (line 43) | type TokenGenerator struct method NewRetryToken (line 53) | func (g *TokenGenerator) NewRetryToken( method NewToken (line 72) | func (g *TokenGenerator) NewToken(raddr net.Addr) ([]byte, error) { method DecodeToken (line 84) | func (g *TokenGenerator) DecodeToken(encrypted []byte) (*Token, error) { function NewTokenGenerator (line 48) | func NewTokenGenerator(key TokenProtectorKey) *TokenGenerator { function encodeRemoteAddr (line 115) | func encodeRemoteAddr(remoteAddr net.Addr) []byte { FILE: vendor/github.com/quic-go/quic-go/internal/handshake/token_protector.go type TokenProtectorKey (line 15) | type TokenProtectorKey constant tokenNonceSize (line 17) | tokenNonceSize = 32 type tokenProtector (line 20) | type tokenProtector struct method NewToken (line 30) | func (s *tokenProtector) NewToken(data []byte) ([]byte, error) { method DecodeToken (line 43) | func (s *tokenProtector) DecodeToken(p []byte) ([]byte, error) { method createAEAD (line 55) | func (s *tokenProtector) createAEAD(nonce []byte) (cipher.AEAD, []byte... function newTokenProtector (line 25) | func newTokenProtector(key TokenProtectorKey) *tokenProtector { FILE: vendor/github.com/quic-go/quic-go/internal/handshake/updatable_aead.go type updatableAEAD (line 25) | type updatableAEAD struct method rollKeys (line 86) | func (a *updatableAEAD) rollKeys() { method startKeyDropTimer (line 110) | func (a *updatableAEAD) startKeyDropTimer(now time.Time) { method getNextTrafficSecret (line 116) | func (a *updatableAEAD) getNextTrafficSecret(hash crypto.Hash, ts []by... method SetReadKey (line 123) | func (a *updatableAEAD) SetReadKey(suite *cipherSuite, trafficSecret [... method SetWriteKey (line 137) | func (a *updatableAEAD) SetWriteKey(suite *cipherSuite, trafficSecret ... method setAEADParameters (line 148) | func (a *updatableAEAD) setAEADParameters(aead cipher.AEAD, suite *cip... method DecodePacketNumber (line 162) | func (a *updatableAEAD) DecodePacketNumber(wirePN protocol.PacketNumbe... method Open (line 166) | func (a *updatableAEAD) Open(dst, src []byte, rcvTime time.Time, pn pr... method open (line 180) | func (a *updatableAEAD) open(dst, src []byte, rcvTime time.Time, pn pr... method Seal (line 244) | func (a *updatableAEAD) Seal(dst, src []byte, pn protocol.PacketNumber... method SetLargestAcked (line 258) | func (a *updatableAEAD) SetLargestAcked(pn protocol.PacketNumber) error { method SetHandshakeConfirmed (line 270) | func (a *updatableAEAD) SetHandshakeConfirmed() { method updateAllowed (line 274) | func (a *updatableAEAD) updateAllowed() bool { method shouldInitiateKeyUpdate (line 286) | func (a *updatableAEAD) shouldInitiateKeyUpdate() bool { method KeyPhase (line 307) | func (a *updatableAEAD) KeyPhase() protocol.KeyPhaseBit { method Overhead (line 318) | func (a *updatableAEAD) Overhead() int { method EncryptHeader (line 322) | func (a *updatableAEAD) EncryptHeader(sample []byte, firstByte *byte, ... method DecryptHeader (line 326) | func (a *updatableAEAD) DecryptHeader(sample []byte, firstByte *byte, ... method FirstPacketNumber (line 330) | func (a *updatableAEAD) FirstPacketNumber() protocol.PacketNumber { function newUpdatableAEAD (line 73) | func newUpdatableAEAD(rttStats *utils.RTTStats, tracer *logging.Connecti... FILE: vendor/github.com/quic-go/quic-go/internal/handshake/xor_nonce_aead_boring.go function newAEAD (line 14) | func newAEAD(aes cipher.Block) (cipher.AEAD, error) { function allZeros (line 23) | func allZeros(nonce []byte) bool { method sealZeroNonce (line 32) | func (f *xorNonceAEAD) sealZeroNonce() { method seal (line 36) | func (f *xorNonceAEAD) seal(nonce, out, plaintext, additionalData []byte... FILE: vendor/github.com/quic-go/quic-go/internal/handshake/xor_nonce_aead_noboring.go function newAEAD (line 7) | func newAEAD(aes cipher.Block) (cipher.AEAD, error) { method seal (line 11) | func (f *xorNonceAEAD) seal(nonce, out, plaintext, additionalData []byte... FILE: vendor/github.com/quic-go/quic-go/internal/protocol/connection_id.go type ArbitraryLenConnectionID (line 15) | type ArbitraryLenConnectionID method Len (line 17) | func (c ArbitraryLenConnectionID) Len() int { method Bytes (line 21) | func (c ArbitraryLenConnectionID) Bytes() []byte { method String (line 25) | func (c ArbitraryLenConnectionID) String() string { constant maxConnectionIDLen (line 32) | maxConnectionIDLen = 20 type ConnectionID (line 35) | type ConnectionID struct method Len (line 90) | func (c ConnectionID) Len() int { method Bytes (line 95) | func (c ConnectionID) Bytes() []byte { method String (line 99) | func (c ConnectionID) String() string { function GenerateConnectionID (line 41) | func GenerateConnectionID(l int) (ConnectionID, error) { function ParseConnectionID (line 50) | func ParseConnectionID(b []byte) ConnectionID { function GenerateConnectionIDForInitial (line 62) | func GenerateConnectionIDForInitial() (ConnectionID, error) { function ReadConnectionID (line 73) | func ReadConnectionID(r io.Reader, l int) (ConnectionID, error) { type DefaultConnectionIDGenerator (line 106) | type DefaultConnectionIDGenerator struct method GenerateConnectionID (line 110) | func (d *DefaultConnectionIDGenerator) GenerateConnectionID() (Connect... method ConnectionIDLen (line 114) | func (d *DefaultConnectionIDGenerator) ConnectionIDLen() int { FILE: vendor/github.com/quic-go/quic-go/internal/protocol/encryption_level.go type EncryptionLevel (line 10) | type EncryptionLevel method String (line 23) | func (e EncryptionLevel) String() string { method ToTLSEncryptionLevel (line 37) | func (e EncryptionLevel) ToTLSEncryptionLevel() tls.QUICEncryptionLevel { constant EncryptionInitial (line 14) | EncryptionInitial EncryptionLevel = 1 + iota constant EncryptionHandshake (line 16) | EncryptionHandshake constant Encryption0RTT (line 18) | Encryption0RTT constant Encryption1RTT (line 20) | Encryption1RTT function FromTLSEncryptionLevel (line 52) | func FromTLSEncryptionLevel(e tls.QUICEncryptionLevel) EncryptionLevel { FILE: vendor/github.com/quic-go/quic-go/internal/protocol/key_phase.go type KeyPhase (line 4) | type KeyPhase method Bit (line 7) | func (p KeyPhase) Bit() KeyPhaseBit { type KeyPhaseBit (line 15) | type KeyPhaseBit method String (line 26) | func (p KeyPhaseBit) String() string { constant KeyPhaseUndefined (line 19) | KeyPhaseUndefined KeyPhaseBit = iota constant KeyPhaseZero (line 21) | KeyPhaseZero constant KeyPhaseOne (line 23) | KeyPhaseOne FILE: vendor/github.com/quic-go/quic-go/internal/protocol/packet_number.go type PacketNumber (line 4) | type PacketNumber constant InvalidPacketNumber (line 8) | InvalidPacketNumber PacketNumber = -1 type PacketNumberLen (line 11) | type PacketNumberLen constant PacketNumberLen1 (line 15) | PacketNumberLen1 PacketNumberLen = 1 constant PacketNumberLen2 (line 17) | PacketNumberLen2 PacketNumberLen = 2 constant PacketNumberLen3 (line 19) | PacketNumberLen3 PacketNumberLen = 3 constant PacketNumberLen4 (line 21) | PacketNumberLen4 PacketNumberLen = 4 function DecodePacketNumber (line 26) | func DecodePacketNumber(length PacketNumberLen, largest PacketNumber, tr... function PacketNumberLengthForHeader (line 43) | func PacketNumberLengthForHeader(pn, largestAcked PacketNumber) PacketNu... FILE: vendor/github.com/quic-go/quic-go/internal/protocol/params.go constant DesiredReceiveBufferSize (line 6) | DesiredReceiveBufferSize = (1 << 20) * 7 constant DesiredSendBufferSize (line 9) | DesiredSendBufferSize = (1 << 20) * 7 constant InitialPacketSize (line 12) | InitialPacketSize = 1280 constant MaxCongestionWindowPackets (line 15) | MaxCongestionWindowPackets = 10000 constant MaxUndecryptablePackets (line 18) | MaxUndecryptablePackets = 32 constant ConnectionFlowControlMultiplier (line 22) | ConnectionFlowControlMultiplier = 1.5 constant DefaultInitialMaxStreamData (line 25) | DefaultInitialMaxStreamData = (1 << 10) * 512 constant DefaultInitialMaxData (line 28) | DefaultInitialMaxData = ConnectionFlowControlMultiplier * DefaultInitial... constant DefaultMaxReceiveStreamFlowControlWindow (line 31) | DefaultMaxReceiveStreamFlowControlWindow = 6 * (1 << 20) constant DefaultMaxReceiveConnectionFlowControlWindow (line 34) | DefaultMaxReceiveConnectionFlowControlWindow = 15 * (1 << 20) constant WindowUpdateThreshold (line 37) | WindowUpdateThreshold = 0.25 constant DefaultMaxIncomingStreams (line 40) | DefaultMaxIncomingStreams = 100 constant DefaultMaxIncomingUniStreams (line 43) | DefaultMaxIncomingUniStreams = 100 constant MaxServerUnprocessedPackets (line 46) | MaxServerUnprocessedPackets = 1024 constant MaxConnUnprocessedPackets (line 49) | MaxConnUnprocessedPackets = 256 constant SkipPacketInitialPeriod (line 53) | SkipPacketInitialPeriod PacketNumber = 256 constant SkipPacketMaxPeriod (line 56) | SkipPacketMaxPeriod PacketNumber = 128 * 1024 constant MaxAcceptQueueSize (line 60) | MaxAcceptQueueSize = 32 constant TokenValidity (line 63) | TokenValidity = 24 * time.Hour constant MaxOutstandingSentPackets (line 68) | MaxOutstandingSentPackets = 2 * MaxCongestionWindowPackets constant MaxTrackedSentPackets (line 73) | MaxTrackedSentPackets = MaxOutstandingSentPackets * 5 / 4 constant MaxNonAckElicitingAcks (line 77) | MaxNonAckElicitingAcks = 19 constant MaxStreamFrameSorterGaps (line 81) | MaxStreamFrameSorterGaps = 1000 constant MinStreamFrameBufferSize (line 86) | MinStreamFrameBufferSize = 128 constant MinCoalescedPacketSize (line 90) | MinCoalescedPacketSize = 128 constant MaxCryptoStreamOffset (line 94) | MaxCryptoStreamOffset = 16 * (1 << 10) constant MinRemoteIdleTimeout (line 97) | MinRemoteIdleTimeout = 5 * time.Second constant DefaultIdleTimeout (line 100) | DefaultIdleTimeout = 30 * time.Second constant DefaultHandshakeIdleTimeout (line 103) | DefaultHandshakeIdleTimeout = 5 * time.Second constant RetiredConnectionIDDeleteTimeout (line 107) | RetiredConnectionIDDeleteTimeout = 5 * time.Second constant MinStreamFrameSize (line 113) | MinStreamFrameSize ByteCount = 128 constant MaxPostHandshakeCryptoFrameSize (line 117) | MaxPostHandshakeCryptoFrameSize = 1000 constant MaxAckFrameSize (line 123) | MaxAckFrameSize ByteCount = 1000 constant MaxNumAckRanges (line 128) | MaxNumAckRanges = 32 constant MinPacingDelay (line 133) | MinPacingDelay = time.Millisecond constant DefaultConnectionIDLength (line 137) | DefaultConnectionIDLength = 4 constant MaxActiveConnectionIDs (line 140) | MaxActiveConnectionIDs = 4 constant MaxIssuedConnectionIDs (line 143) | MaxIssuedConnectionIDs = 6 constant PacketsPerConnectionID (line 147) | PacketsPerConnectionID = 10000 constant AckDelayExponent (line 150) | AckDelayExponent = 3 constant TimerGranularity (line 154) | TimerGranularity = time.Millisecond constant MaxAckDelay (line 157) | MaxAckDelay = 25 * time.Millisecond constant MaxAckDelayInclGranularity (line 161) | MaxAckDelayInclGranularity = MaxAckDelay + TimerGranularity constant KeyUpdateInterval (line 164) | KeyUpdateInterval = 100 * 1000 constant Max0RTTQueueingDuration (line 167) | Max0RTTQueueingDuration = 100 * time.Millisecond constant Max0RTTQueues (line 170) | Max0RTTQueues = 32 constant Max0RTTQueueLen (line 176) | Max0RTTQueueLen = 31 FILE: vendor/github.com/quic-go/quic-go/internal/protocol/perspective.go type Perspective (line 4) | type Perspective method Opposite (line 13) | func (p Perspective) Opposite() Perspective { method String (line 17) | func (p Perspective) String() string { constant PerspectiveServer (line 8) | PerspectiveServer Perspective = 1 constant PerspectiveClient (line 9) | PerspectiveClient Perspective = 2 FILE: vendor/github.com/quic-go/quic-go/internal/protocol/protocol.go type PacketType (line 9) | type PacketType method String (line 22) | func (t PacketType) String() string { constant PacketTypeInitial (line 13) | PacketTypeInitial PacketType = 1 + iota constant PacketTypeRetry (line 15) | PacketTypeRetry constant PacketTypeHandshake (line 17) | PacketTypeHandshake constant PacketType0RTT (line 19) | PacketType0RTT type ECN (line 37) | type ECN method ToHeaderBits (line 62) | func (e ECN) ToHeaderBits() byte { method String (line 78) | func (e ECN) String() string { constant ECNUnsupported (line 40) | ECNUnsupported ECN = iota constant ECNNon (line 41) | ECNNon constant ECT1 (line 42) | ECT1 constant ECT0 (line 43) | ECT0 constant ECNCE (line 44) | ECNCE function ParseECNHeaderBits (line 47) | func ParseECNHeaderBits(bits byte) ECN { type ByteCount (line 96) | type ByteCount constant MaxByteCount (line 99) | MaxByteCount = ByteCount(1<<62 - 1) constant InvalidByteCount (line 102) | InvalidByteCount ByteCount = -1 type StatelessResetToken (line 105) | type StatelessResetToken constant MaxPacketBufferSize (line 111) | MaxPacketBufferSize = 1452 constant MaxLargePacketBufferSize (line 114) | MaxLargePacketBufferSize = 20 * 1024 constant MinInitialPacketSize (line 117) | MinInitialPacketSize = 1200 constant MinUnknownVersionPacketSize (line 121) | MinUnknownVersionPacketSize = MinInitialPacketSize constant MinStatelessResetSize (line 124) | MinStatelessResetSize = 1 /* first byte */ + 20 /* max. conn ID length *... constant MinReceivedStatelessResetSize (line 128) | MinReceivedStatelessResetSize = 5 + 16 constant MinConnectionIDLenInitial (line 131) | MinConnectionIDLenInitial = 8 constant DefaultAckDelayExponent (line 134) | DefaultAckDelayExponent = 3 constant DefaultActiveConnectionIDLimit (line 137) | DefaultActiveConnectionIDLimit = 2 constant MaxAckDelayExponent (line 140) | MaxAckDelayExponent = 20 constant DefaultMaxAckDelay (line 143) | DefaultMaxAckDelay = 25 * time.Millisecond constant MaxMaxAckDelay (line 146) | MaxMaxAckDelay = (1<<14 - 1) * time.Millisecond constant MaxConnIDLen (line 149) | MaxConnIDLen = 20 constant InvalidPacketLimitAES (line 153) | InvalidPacketLimitAES = 1 << 52 constant InvalidPacketLimitChaCha (line 156) | InvalidPacketLimitChaCha = 1 << 36 FILE: vendor/github.com/quic-go/quic-go/internal/protocol/stream.go type StreamType (line 4) | type StreamType constant StreamTypeUni (line 8) | StreamTypeUni StreamType = iota constant StreamTypeBidi (line 10) | StreamTypeBidi constant InvalidStreamID (line 15) | InvalidStreamID StreamID = -1 type StreamNum (line 18) | type StreamNum method StreamID (line 29) | func (s StreamNum) StreamID(stype StreamType, pers Perspective) Stream... constant InvalidStreamNum (line 22) | InvalidStreamNum = -1 constant MaxStreamCount (line 25) | MaxStreamCount StreamNum = 1 << 60 type StreamID (line 54) | type StreamID method InitiatedBy (line 57) | func (s StreamID) InitiatedBy() Perspective { method Type (line 65) | func (s StreamID) Type() StreamType { method StreamNum (line 74) | func (s StreamID) StreamNum() StreamNum { FILE: vendor/github.com/quic-go/quic-go/internal/protocol/version.go type Version (line 13) | type Version method String (line 38) | func (vn Version) String() string { method isGQUIC (line 57) | func (vn Version) isGQUIC() bool { method toGQUICVersion (line 61) | func (vn Version) toGQUICVersion() int { constant gquicVersion0 (line 17) | gquicVersion0 = 0x51303030 constant maxGquicVersion (line 18) | maxGquicVersion = 0x51303439 constant VersionUnknown (line 23) | VersionUnknown Version = math.MaxUint32 constant versionDraft29 (line 24) | versionDraft29 Version = 0xff00001d constant Version1 (line 25) | Version1 Version = 0x1 constant Version2 (line 26) | Version2 Version = 0x6b3343cf function IsValidVersion (line 34) | func IsValidVersion(v Version) bool { function IsSupportedVersion (line 66) | func IsSupportedVersion(supported []Version, v Version) bool { function ChooseSupportedVersion (line 79) | func ChooseSupportedVersion(ours, theirs []Version) (Version, bool) { function init (line 95) | func init() { function generateReservedVersion (line 105) | func generateReservedVersion() Version { function GetGreasedVersions (line 113) | func GetGreasedVersions(supported []Version) []Version { FILE: vendor/github.com/quic-go/quic-go/internal/qerr/error_codes.go type TransportErrorCode (line 9) | type TransportErrorCode method IsCryptoError (line 32) | func (e TransportErrorCode) IsCryptoError() bool { method Message (line 38) | func (e TransportErrorCode) Message() string { method String (line 45) | func (e TransportErrorCode) String() string { constant NoError (line 13) | NoError TransportErrorCode = 0x0 constant InternalError (line 14) | InternalError TransportErrorCode = 0x1 constant ConnectionRefused (line 15) | ConnectionRefused TransportErrorCode = 0x2 constant FlowControlError (line 16) | FlowControlError TransportErrorCode = 0x3 constant StreamLimitError (line 17) | StreamLimitError TransportErrorCode = 0x4 constant StreamStateError (line 18) | StreamStateError TransportErrorCode = 0x5 constant FinalSizeError (line 19) | FinalSizeError TransportErrorCode = 0x6 constant FrameEncodingError (line 20) | FrameEncodingError TransportErrorCode = 0x7 constant TransportParameterError (line 21) | TransportParameterError TransportErrorCode = 0x8 constant ConnectionIDLimitError (line 22) | ConnectionIDLimitError TransportErrorCode = 0x9 constant ProtocolViolation (line 23) | ProtocolViolation TransportErrorCode = 0xa constant InvalidToken (line 24) | InvalidToken TransportErrorCode = 0xb constant ApplicationErrorErrorCode (line 25) | ApplicationErrorErrorCode TransportErrorCode = 0xc constant CryptoBufferExceeded (line 26) | CryptoBufferExceeded TransportErrorCode = 0xd constant KeyUpdateError (line 27) | KeyUpdateError TransportErrorCode = 0xe constant AEADLimitReached (line 28) | AEADLimitReached TransportErrorCode = 0xf constant NoViablePathError (line 29) | NoViablePathError TransportErrorCode = 0x10 FILE: vendor/github.com/quic-go/quic-go/internal/qerr/errors.go type TransportError (line 15) | type TransportError struct method Error (line 33) | func (e *TransportError) Error() string { method Unwrap (line 51) | func (e *TransportError) Unwrap() []error { return []error{net.ErrClos... method Is (line 53) | func (e *TransportError) Is(target error) bool { function NewLocalCryptoError (line 26) | func NewLocalCryptoError(tlsAlert uint8, err error) *TransportError { type ApplicationErrorCode (line 59) | type ApplicationErrorCode type StreamErrorCode (line 62) | type StreamErrorCode type ApplicationError (line 64) | type ApplicationError struct method Error (line 72) | func (e *ApplicationError) Error() string { method Unwrap (line 79) | func (e *ApplicationError) Unwrap() error { return net.ErrClosed } method Is (line 81) | func (e *ApplicationError) Is(target error) bool { type IdleTimeoutError (line 86) | type IdleTimeoutError struct method Timeout (line 90) | func (e *IdleTimeoutError) Timeout() bool { return true } method Temporary (line 91) | func (e *IdleTimeoutError) Temporary() bool { return false } method Error (line 92) | func (e *IdleTimeoutError) Error() string { return "timeout: no rece... method Unwrap (line 93) | func (e *IdleTimeoutError) Unwrap() error { return net.ErrClosed } type HandshakeTimeoutError (line 95) | type HandshakeTimeoutError struct method Timeout (line 99) | func (e *HandshakeTimeoutError) Timeout() bool { return true } method Temporary (line 100) | func (e *HandshakeTimeoutError) Temporary() bool { return false } method Error (line 101) | func (e *HandshakeTimeoutError) Error() string { return "timeout: ha... method Unwrap (line 102) | func (e *HandshakeTimeoutError) Unwrap() error { return net.ErrClosed } type VersionNegotiationError (line 105) | type VersionNegotiationError struct method Error (line 110) | func (e *VersionNegotiationError) Error() string { method Unwrap (line 114) | func (e *VersionNegotiationError) Unwrap() error { return net.ErrClosed } type StatelessResetError (line 117) | type StatelessResetError struct method Error (line 121) | func (e *StatelessResetError) Error() string { method Unwrap (line 125) | func (e *StatelessResetError) Unwrap() error { return net.ErrClosed } method Timeout (line 126) | func (e *StatelessResetError) Timeout() bool { return false } method Temporary (line 127) | func (e *StatelessResetError) Temporary() bool { return true } function getRole (line 129) | func getRole(remote bool) string { FILE: vendor/github.com/quic-go/quic-go/internal/utils/buffered_write_closer.go type bufferedWriteCloser (line 8) | type bufferedWriteCloser struct method Close (line 21) | func (h bufferedWriteCloser) Close() error { function NewBufferedWriteCloser (line 14) | func NewBufferedWriteCloser(writer *bufio.Writer, closer io.Closer) io.W... FILE: vendor/github.com/quic-go/quic-go/internal/utils/linkedlist/linkedlist.go function NewPool (line 16) | func NewPool[T any]() *sync.Pool { type Element (line 21) | type Element struct method Next (line 37) | func (e *Element[T]) Next() *Element[T] { method Prev (line 45) | func (e *Element[T]) Prev() *Element[T] { method List (line 52) | func (e *Element[T]) List() *List[T] { type List (line 58) | type List struct method Init (line 66) | func (l *List[T]) Init() *List[T] { function New (line 74) | func New[T any]() *List[T] { return new(List[T]).Init() } function NewWithPool (line 77) | func NewWithPool[T any](pool *sync.Pool) *List[T] { method Len (line 84) | func (l *List[T]) Len() int { return l.len } method Front (line 87) | func (l *List[T]) Front() *Element[T] { method Back (line 95) | func (l *List[T]) Back() *Element[T] { method lazyInit (line 103) | func (l *List[T]) lazyInit() { method insert (line 110) | func (l *List[T]) insert(e, at *Element[T]) *Element[T] { method insertValue (line 121) | func (l *List[T]) insertValue(v T, at *Element[T]) *Element[T] { method remove (line 133) | func (l *List[T]) remove(e *Element[T]) { method move (line 146) | func (l *List[T]) move(e, at *Element[T]) { method Remove (line 162) | func (l *List[T]) Remove(e *Element[T]) T { method PushFront (line 173) | func (l *List[T]) PushFront(v T) *Element[T] { method PushBack (line 179) | func (l *List[T]) PushBack(v T) *Element[T] { method InsertBefore (line 187) | func (l *List[T]) InsertBefore(v T, mark *Element[T]) *Element[T] { method InsertAfter (line 198) | func (l *List[T]) InsertAfter(v T, mark *Element[T]) *Element[T] { method MoveToFront (line 209) | func (l *List[T]) MoveToFront(e *Element[T]) { method MoveToBack (line 220) | func (l *List[T]) MoveToBack(e *Element[T]) { method MoveBefore (line 231) | func (l *List[T]) MoveBefore(e, mark *Element[T]) { method MoveAfter (line 241) | func (l *List[T]) MoveAfter(e, mark *Element[T]) { method PushBackList (line 250) | func (l *List[T]) PushBackList(other *List[T]) { method PushFrontList (line 259) | func (l *List[T]) PushFrontList(other *List[T]) { FILE: vendor/github.com/quic-go/quic-go/internal/utils/log.go type LogLevel (line 12) | type LogLevel constant LogLevelNothing (line 16) | LogLevelNothing LogLevel = iota constant LogLevelError (line 18) | LogLevelError constant LogLevelInfo (line 20) | LogLevelInfo constant LogLevelDebug (line 22) | LogLevelDebug constant logEnv (line 25) | logEnv = "QUIC_GO_LOG_LEVEL" type Logger (line 28) | type Logger interface type defaultLogger (line 42) | type defaultLogger struct method SetLogLevel (line 52) | func (l *defaultLogger) SetLogLevel(level LogLevel) { method SetLogTimeFormat (line 58) | func (l *defaultLogger) SetLogTimeFormat(format string) { method Debugf (line 64) | func (l *defaultLogger) Debugf(format string, args ...interface{}) { method Infof (line 71) | func (l *defaultLogger) Infof(format string, args ...interface{}) { method Errorf (line 78) | func (l *defaultLogger) Errorf(format string, args ...interface{}) { method logMessage (line 84) | func (l *defaultLogger) logMessage(format string, args ...interface{}) { method WithPrefix (line 96) | func (l *defaultLogger) WithPrefix(prefix string) Logger { method Debug (line 108) | func (l *defaultLogger) Debug() bool { function init (line 112) | func init() { function readLoggingEnv (line 117) | func readLoggingEnv() LogLevel { FILE: vendor/github.com/quic-go/quic-go/internal/utils/rand.go type Rand (line 9) | type Rand struct method Int31 (line 13) | func (r *Rand) Int31() int32 { method Int31n (line 19) | func (r *Rand) Int31n(n int32) int32 { FILE: vendor/github.com/quic-go/quic-go/internal/utils/ringbuffer/ringbuffer.go type RingBuffer (line 5) | type RingBuffer struct method Init (line 12) | func (r *RingBuffer[T]) Init(size int) { method Len (line 17) | func (r *RingBuffer[T]) Len() int { method Empty (line 28) | func (r *RingBuffer[T]) Empty() bool { method PushBack (line 34) | func (r *RingBuffer[T]) PushBack(t T) { method PopFront (line 51) | func (r *RingBuffer[T]) PopFront() T { method PeekFront (line 68) | func (r *RingBuffer[T]) PeekFront() T { method grow (line 77) | func (r *RingBuffer[T]) grow() { method Clear (line 90) | func (r *RingBuffer[T]) Clear() { FILE: vendor/github.com/quic-go/quic-go/internal/utils/rtt_stats.go constant rttAlpha (line 10) | rttAlpha = 0.125 constant oneMinusAlpha (line 11) | oneMinusAlpha = 1 - rttAlpha constant rttBeta (line 12) | rttBeta = 0.25 constant oneMinusBeta (line 13) | oneMinusBeta = 1 - rttBeta constant defaultInitialRTT (line 15) | defaultInitialRTT = 100 * time.Millisecond type RTTStats (line 19) | type RTTStats struct method MinRTT (line 32) | func (r *RTTStats) MinRTT() time.Duration { return r.minRTT } method LatestRTT (line 36) | func (r *RTTStats) LatestRTT() time.Duration { return r.latestRTT } method SmoothedRTT (line 40) | func (r *RTTStats) SmoothedRTT() time.Duration { return r.smoothedRTT } method MeanDeviation (line 43) | func (r *RTTStats) MeanDeviation() time.Duration { return r.meanDeviat... method MaxAckDelay (line 46) | func (r *RTTStats) MaxAckDelay() time.Duration { return r.maxAckDelay } method PTO (line 49) | func (r *RTTStats) PTO(includeMaxAckDelay bool) time.Duration { method UpdateRTT (line 61) | func (r *RTTStats) UpdateRTT(sendDelta, ackDelay time.Duration) { method SetMaxAckDelay (line 94) | func (r *RTTStats) SetMaxAckDelay(mad time.Duration) { method SetInitialRTT (line 100) | func (r *RTTStats) SetInitialRTT(t time.Duration) { method ResetForPathMigration (line 112) | func (r *RTTStats) ResetForPathMigration() { FILE: vendor/github.com/quic-go/quic-go/internal/utils/timer.go type Timer (line 9) | type Timer struct method Chan (line 21) | func (t *Timer) Chan() <-chan time.Time { method Reset (line 26) | func (t *Timer) Reset(deadline time.Time) { method SetRead (line 46) | func (t *Timer) SetRead() { method Deadline (line 50) | func (t *Timer) Deadline() time.Time { method Stop (line 55) | func (t *Timer) Stop() { function NewTimer (line 16) | func NewTimer() *Timer { FILE: vendor/github.com/quic-go/quic-go/internal/wire/ack_frame.go type AckFrame (line 16) | type AckFrame struct method Append (line 122) | func (f *AckFrame) Append(b []byte, _ protocol.Version) ([]byte, error) { method Length (line 155) | func (f *AckFrame) Length(_ protocol.Version) protocol.ByteCount { method numEncodableAckRanges (line 180) | func (f *AckFrame) numEncodableAckRanges() int { method encodeAckRange (line 196) | func (f *AckFrame) encodeAckRange(i int) (uint64 /* gap */, uint64 /* ... method HasMissingRanges (line 205) | func (f *AckFrame) HasMissingRanges() bool { method validateAckRanges (line 209) | func (f *AckFrame) validateAckRanges() bool { method LargestAcked (line 239) | func (f *AckFrame) LargestAcked() protocol.PacketNumber { method LowestAcked (line 244) | func (f *AckFrame) LowestAcked() protocol.PacketNumber { method AcksPacket (line 249) | func (f *AckFrame) AcksPacket(p protocol.PacketNumber) bool { method Reset (line 261) | func (f *AckFrame) Reset() { function parseAckFrame (line 24) | func parseAckFrame(frame *AckFrame, b []byte, typ uint64, ackDelayExpone... function encodeAckDelay (line 273) | func encodeAckDelay(delay time.Duration) uint64 { FILE: vendor/github.com/quic-go/quic-go/internal/wire/ack_range.go type AckRange (line 6) | type AckRange struct method Len (line 12) | func (r AckRange) Len() protocol.PacketNumber { FILE: vendor/github.com/quic-go/quic-go/internal/wire/connection_close_frame.go type ConnectionCloseFrame (line 11) | type ConnectionCloseFrame struct method Length (line 53) | func (f *ConnectionCloseFrame) Length(protocol.Version) protocol.ByteC... method Append (line 61) | func (f *ConnectionCloseFrame) Append(b []byte, _ protocol.Version) ([... function parseConnectionCloseFrame (line 18) | func parseConnectionCloseFrame(b []byte, typ uint64, _ protocol.Version)... FILE: vendor/github.com/quic-go/quic-go/internal/wire/crypto_frame.go type CryptoFrame (line 11) | type CryptoFrame struct method Append (line 40) | func (f *CryptoFrame) Append(b []byte, _ protocol.Version) ([]byte, er... method Length (line 49) | func (f *CryptoFrame) Length(_ protocol.Version) protocol.ByteCount { method MaxDataLen (line 54) | func (f *CryptoFrame) MaxDataLen(maxSize protocol.ByteCount) protocol.... method MaybeSplitOffFrame (line 73) | func (f *CryptoFrame) MaybeSplitOffFrame(maxSize protocol.ByteCount, v... function parseCryptoFrame (line 16) | func parseCryptoFrame(b []byte, _ protocol.Version) (*CryptoFrame, int, ... FILE: vendor/github.com/quic-go/quic-go/internal/wire/data_blocked_frame.go type DataBlockedFrame (line 9) | type DataBlockedFrame struct method Append (line 21) | func (f *DataBlockedFrame) Append(b []byte, version protocol.Version) ... method Length (line 27) | func (f *DataBlockedFrame) Length(version protocol.Version) protocol.B... function parseDataBlockedFrame (line 13) | func parseDataBlockedFrame(b []byte, _ protocol.Version) (*DataBlockedFr... FILE: vendor/github.com/quic-go/quic-go/internal/wire/datagram_frame.go type DatagramFrame (line 17) | type DatagramFrame struct method Append (line 47) | func (f *DatagramFrame) Append(b []byte, _ protocol.Version) ([]byte, ... method MaxDataLen (line 61) | func (f *DatagramFrame) MaxDataLen(maxSize protocol.ByteCount, version... method Length (line 79) | func (f *DatagramFrame) Length(_ protocol.Version) protocol.ByteCount { function parseDatagramFrame (line 22) | func parseDatagramFrame(b []byte, typ uint64, _ protocol.Version) (*Data... FILE: vendor/github.com/quic-go/quic-go/internal/wire/extended_header.go type ExtendedHeader (line 21) | type ExtendedHeader struct method parse (line 34) | func (h *ExtendedHeader) parse(data []byte) (bool /* reserved bits val... method Append (line 54) | func (h *ExtendedHeader) Append(b []byte, v protocol.Version) ([]byte,... method ParsedLen (line 116) | func (h *ExtendedHeader) ParsedLen() protocol.ByteCount { method GetLength (line 121) | func (h *ExtendedHeader) GetLength(_ protocol.Version) protocol.ByteCo... method Log (line 130) | func (h *ExtendedHeader) Log(logger utils.Logger) { function appendPacketNumber (line 146) | func appendPacketNumber(b []byte, pn protocol.PacketNumber, pnLen protoc... FILE: vendor/github.com/quic-go/quic-go/internal/wire/frame.go type Frame (line 8) | type Frame interface function IsProbingFrame (line 15) | func IsProbingFrame(f Frame) bool { FILE: vendor/github.com/quic-go/quic-go/internal/wire/frame_parser.go constant pingFrameType (line 15) | pingFrameType = 0x1 constant ackFrameType (line 16) | ackFrameType = 0x2 constant ackECNFrameType (line 17) | ackECNFrameType = 0x3 constant resetStreamFrameType (line 18) | resetStreamFrameType = 0x4 constant stopSendingFrameType (line 19) | stopSendingFrameType = 0x5 constant cryptoFrameType (line 20) | cryptoFrameType = 0x6 constant newTokenFrameType (line 21) | newTokenFrameType = 0x7 constant maxDataFrameType (line 22) | maxDataFrameType = 0x10 constant maxStreamDataFrameType (line 23) | maxStreamDataFrameType = 0x11 constant bidiMaxStreamsFrameType (line 24) | bidiMaxStreamsFrameType = 0x12 constant uniMaxStreamsFrameType (line 25) | uniMaxStreamsFrameType = 0x13 constant dataBlockedFrameType (line 26) | dataBlockedFrameType = 0x14 constant streamDataBlockedFrameType (line 27) | streamDataBlockedFrameType = 0x15 constant bidiStreamBlockedFrameType (line 28) | bidiStreamBlockedFrameType = 0x16 constant uniStreamBlockedFrameType (line 29) | uniStreamBlockedFrameType = 0x17 constant newConnectionIDFrameType (line 30) | newConnectionIDFrameType = 0x18 constant retireConnectionIDFrameType (line 31) | retireConnectionIDFrameType = 0x19 constant pathChallengeFrameType (line 32) | pathChallengeFrameType = 0x1a constant pathResponseFrameType (line 33) | pathResponseFrameType = 0x1b constant connectionCloseFrameType (line 34) | connectionCloseFrameType = 0x1c constant applicationCloseFrameType (line 35) | applicationCloseFrameType = 0x1d constant handshakeDoneFrameType (line 36) | handshakeDoneFrameType = 0x1e type FrameParser (line 40) | type FrameParser struct method ParseNext (line 59) | func (p *FrameParser) ParseNext(data []byte, encLevel protocol.Encrypt... method parseNext (line 64) | func (p *FrameParser) parseNext(b []byte, encLevel protocol.Encryption... method parseFrame (line 94) | func (p *FrameParser) parseFrame(b []byte, typ uint64, encLevel protoc... method isAllowedAtEncLevel (line 163) | func (p *FrameParser) isAllowedAtEncLevel(f Frame, encLevel protocol.E... method SetAckDelayExponent (line 188) | func (p *FrameParser) SetAckDelayExponent(exp uint8) { function NewFrameParser (line 50) | func NewFrameParser(supportsDatagrams bool) *FrameParser { function replaceUnexpectedEOF (line 192) | func replaceUnexpectedEOF(e error) error { FILE: vendor/github.com/quic-go/quic-go/internal/wire/handshake_done_frame.go type HandshakeDoneFrame (line 8) | type HandshakeDoneFrame struct method Append (line 10) | func (f *HandshakeDoneFrame) Append(b []byte, _ protocol.Version) ([]b... method Length (line 15) | func (f *HandshakeDoneFrame) Length(_ protocol.Version) protocol.ByteC... FILE: vendor/github.com/quic-go/quic-go/internal/wire/header.go function ParseConnectionID (line 14) | func ParseConnectionID(data []byte, shortHeaderConnIDLen int) (protocol.... function ParseArbitraryLenConnectionIDs (line 41) | func ParseArbitraryLenConnectionIDs(data []byte) (bytesParsed int, dest,... function IsPotentialQUICPacket (line 65) | func IsPotentialQUICPacket(firstByte byte) bool { function IsLongHeaderPacket (line 70) | func IsLongHeaderPacket(firstByte byte) bool { function ParseVersion (line 76) | func ParseVersion(data []byte) (protocol.Version, error) { function IsVersionNegotiationPacket (line 84) | func IsVersionNegotiationPacket(b []byte) bool { function Is0RTTPacket (line 93) | func Is0RTTPacket(b []byte) bool { type Header (line 115) | type Header struct method parseLongHeader (line 167) | func (h *Header) parseLongHeader(b []byte) (int, error) { method ParsedLen (line 260) | func (h *Header) ParsedLen() protocol.ByteCount { method ParseExtended (line 266) | func (h *Header) ParseExtended(data []byte) (*ExtendedHeader, error) { method toExtendedHeader (line 278) | func (h *Header) toExtendedHeader() *ExtendedHeader { method PacketType (line 283) | func (h *Header) PacketType() string { function ParsePacket (line 134) | func ParsePacket(data []byte) (*Header, []byte, []byte, error) { function parseHeader (line 155) | func parseHeader(b []byte) (*Header, error) { function readPacketNumber (line 287) | func readPacketNumber(data []byte, pnLen protocol.PacketNumberLen) (prot... FILE: vendor/github.com/quic-go/quic-go/internal/wire/log.go function LogFrame (line 12) | func LogFrame(logger utils.Logger, frame Frame, sent bool) { FILE: vendor/github.com/quic-go/quic-go/internal/wire/max_data_frame.go type MaxDataFrame (line 9) | type MaxDataFrame struct method Append (line 24) | func (f *MaxDataFrame) Append(b []byte, _ protocol.Version) ([]byte, e... method Length (line 31) | func (f *MaxDataFrame) Length(_ protocol.Version) protocol.ByteCount { function parseMaxDataFrame (line 14) | func parseMaxDataFrame(b []byte, _ protocol.Version) (*MaxDataFrame, int... FILE: vendor/github.com/quic-go/quic-go/internal/wire/max_stream_data_frame.go type MaxStreamDataFrame (line 9) | type MaxStreamDataFrame struct method Append (line 33) | func (f *MaxStreamDataFrame) Append(b []byte, _ protocol.Version) ([]b... method Length (line 41) | func (f *MaxStreamDataFrame) Length(protocol.Version) protocol.ByteCou... function parseMaxStreamDataFrame (line 14) | func parseMaxStreamDataFrame(b []byte, _ protocol.Version) (*MaxStreamDa... FILE: vendor/github.com/quic-go/quic-go/internal/wire/max_streams_frame.go type MaxStreamsFrame (line 11) | type MaxStreamsFrame struct method Append (line 35) | func (f *MaxStreamsFrame) Append(b []byte, _ protocol.Version) ([]byte... method Length (line 47) | func (f *MaxStreamsFrame) Length(protocol.Version) protocol.ByteCount { function parseMaxStreamsFrame (line 16) | func parseMaxStreamsFrame(b []byte, typ uint64, _ protocol.Version) (*Ma... FILE: vendor/github.com/quic-go/quic-go/internal/wire/new_connection_id_frame.go type NewConnectionIDFrame (line 13) | type NewConnectionIDFrame struct method Append (line 63) | func (f *NewConnectionIDFrame) Append(b []byte, _ protocol.Version) ([... method Length (line 78) | func (f *NewConnectionIDFrame) Length(protocol.Version) protocol.ByteC... function parseNewConnectionIDFrame (line 20) | func parseNewConnectionIDFrame(b []byte, _ protocol.Version) (*NewConnec... FILE: vendor/github.com/quic-go/quic-go/internal/wire/new_token_frame.go type NewTokenFrame (line 12) | type NewTokenFrame struct method Append (line 33) | func (f *NewTokenFrame) Append(b []byte, _ protocol.Version) ([]byte, ... method Length (line 41) | func (f *NewTokenFrame) Length(protocol.Version) protocol.ByteCount { function parseNewTokenFrame (line 16) | func parseNewTokenFrame(b []byte, _ protocol.Version) (*NewTokenFrame, i... FILE: vendor/github.com/quic-go/quic-go/internal/wire/path_challenge_frame.go type PathChallengeFrame (line 10) | type PathChallengeFrame struct method Append (line 23) | func (f *PathChallengeFrame) Append(b []byte, _ protocol.Version) ([]b... method Length (line 30) | func (f *PathChallengeFrame) Length(_ protocol.Version) protocol.ByteC... function parsePathChallengeFrame (line 14) | func parsePathChallengeFrame(b []byte, _ protocol.Version) (*PathChallen... FILE: vendor/github.com/quic-go/quic-go/internal/wire/path_response_frame.go type PathResponseFrame (line 10) | type PathResponseFrame struct method Append (line 23) | func (f *PathResponseFrame) Append(b []byte, _ protocol.Version) ([]by... method Length (line 30) | func (f *PathResponseFrame) Length(_ protocol.Version) protocol.ByteCo... function parsePathResponseFrame (line 14) | func parsePathResponseFrame(b []byte, _ protocol.Version) (*PathResponse... FILE: vendor/github.com/quic-go/quic-go/internal/wire/ping_frame.go type PingFrame (line 8) | type PingFrame struct method Append (line 10) | func (f *PingFrame) Append(b []byte, _ protocol.Version) ([]byte, erro... method Length (line 15) | func (f *PingFrame) Length(_ protocol.Version) protocol.ByteCount { FILE: vendor/github.com/quic-go/quic-go/internal/wire/pool.go function init (line 11) | func init() { function GetStreamFrame (line 20) | func GetStreamFrame() *StreamFrame { function putStreamFrame (line 25) | func putStreamFrame(f *StreamFrame) { FILE: vendor/github.com/quic-go/quic-go/internal/wire/reset_stream_frame.go type ResetStreamFrame (line 10) | type ResetStreamFrame struct method Append (line 44) | func (f *ResetStreamFrame) Append(b []byte, _ protocol.Version) ([]byt... method Length (line 53) | func (f *ResetStreamFrame) Length(protocol.Version) protocol.ByteCount { function parseResetStreamFrame (line 16) | func parseResetStreamFrame(b []byte, _ protocol.Version) (*ResetStreamFr... FILE: vendor/github.com/quic-go/quic-go/internal/wire/retire_connection_id_frame.go type RetireConnectionIDFrame (line 9) | type RetireConnectionIDFrame struct method Append (line 21) | func (f *RetireConnectionIDFrame) Append(b []byte, _ protocol.Version)... method Length (line 28) | func (f *RetireConnectionIDFrame) Length(protocol.Version) protocol.By... function parseRetireConnectionIDFrame (line 13) | func parseRetireConnectionIDFrame(b []byte, _ protocol.Version) (*Retire... FILE: vendor/github.com/quic-go/quic-go/internal/wire/short_header.go function ParseShortHeader (line 14) | func ParseShortHeader(data []byte, connIDLen int) (length int, _ protoco... function AppendShortHeader (line 46) | func AppendShortHeader(b []byte, connID protocol.ConnectionID, pn protoc... function ShortHeaderLen (line 56) | func ShortHeaderLen(dest protocol.ConnectionID, pnLen protocol.PacketNum... function LogShortHeader (line 60) | func LogShortHeader(logger utils.Logger, dest protocol.ConnectionID, pn ... FILE: vendor/github.com/quic-go/quic-go/internal/wire/stop_sending_frame.go type StopSendingFrame (line 10) | type StopSendingFrame struct method Length (line 36) | func (f *StopSendingFrame) Length(_ protocol.Version) protocol.ByteCou... method Append (line 40) | func (f *StopSendingFrame) Append(b []byte, _ protocol.Version) ([]byt... function parseStopSendingFrame (line 16) | func parseStopSendingFrame(b []byte, _ protocol.Version) (*StopSendingFr... FILE: vendor/github.com/quic-go/quic-go/internal/wire/stream_data_blocked_frame.go type StreamDataBlockedFrame (line 9) | type StreamDataBlockedFrame struct method Append (line 32) | func (f *StreamDataBlockedFrame) Append(b []byte, _ protocol.Version) ... method Length (line 40) | func (f *StreamDataBlockedFrame) Length(protocol.Version) protocol.Byt... function parseStreamDataBlockedFrame (line 14) | func parseStreamDataBlockedFrame(b []byte, _ protocol.Version) (*StreamD... FILE: vendor/github.com/quic-go/quic-go/internal/wire/stream_frame.go type StreamFrame (line 12) | type StreamFrame struct method Append (line 89) | func (f *StreamFrame) Append(b []byte, _ protocol.Version) ([]byte, er... method Length (line 118) | func (f *StreamFrame) Length(protocol.Version) protocol.ByteCount { method DataLen (line 130) | func (f *StreamFrame) DataLen() protocol.ByteCount { method MaxDataLen (line 136) | func (f *StreamFrame) MaxDataLen(maxSize protocol.ByteCount, _ protoco... method MaybeSplitOffFrame (line 161) | func (f *StreamFrame) MaybeSplitOffFrame(maxSize protocol.ByteCount, v... method PutBack (line 189) | func (f *StreamFrame) PutBack() { function parseStreamFrame (line 22) | func parseStreamFrame(b []byte, typ uint64, _ protocol.Version) (*Stream... FILE: vendor/github.com/quic-go/quic-go/internal/wire/streams_blocked_frame.go type StreamsBlockedFrame (line 11) | type StreamsBlockedFrame struct method Append (line 35) | func (f *StreamsBlockedFrame) Append(b []byte, _ protocol.Version) ([]... method Length (line 47) | func (f *StreamsBlockedFrame) Length(_ protocol.Version) protocol.Byte... function parseStreamsBlockedFrame (line 16) | func parseStreamsBlockedFrame(b []byte, typ uint64, _ protocol.Version) ... FILE: vendor/github.com/quic-go/quic-go/internal/wire/transport_parameters.go constant transportParameterMarshalingVersion (line 24) | transportParameterMarshalingVersion = 1 type transportParameterID (line 26) | type transportParameterID constant originalDestinationConnectionIDParameterID (line 29) | originalDestinationConnectionIDParameterID transportParameterID = 0x0 constant maxIdleTimeoutParameterID (line 30) | maxIdleTimeoutParameterID transportParameterID = 0x1 constant statelessResetTokenParameterID (line 31) | statelessResetTokenParameterID transportParameterID = 0x2 constant maxUDPPayloadSizeParameterID (line 32) | maxUDPPayloadSizeParameterID transportParameterID = 0x3 constant initialMaxDataParameterID (line 33) | initialMaxDataParameterID transportParameterID = 0x4 constant initialMaxStreamDataBidiLocalParameterID (line 34) | initialMaxStreamDataBidiLocalParameterID transportParameterID = 0x5 constant initialMaxStreamDataBidiRemoteParameterID (line 35) | initialMaxStreamDataBidiRemoteParameterID transportParameterID = 0x6 constant initialMaxStreamDataUniParameterID (line 36) | initialMaxStreamDataUniParameterID transportParameterID = 0x7 constant initialMaxStreamsBidiParameterID (line 37) | initialMaxStreamsBidiParameterID transportParameterID = 0x8 constant initialMaxStreamsUniParameterID (line 38) | initialMaxStreamsUniParameterID transportParameterID = 0x9 constant ackDelayExponentParameterID (line 39) | ackDelayExponentParameterID transportParameterID = 0xa constant maxAckDelayParameterID (line 40) | maxAckDelayParameterID transportParameterID = 0xb constant disableActiveMigrationParameterID (line 41) | disableActiveMigrationParameterID transportParameterID = 0xc constant preferredAddressParameterID (line 42) | preferredAddressParameterID transportParameterID = 0xd constant activeConnectionIDLimitParameterID (line 43) | activeConnectionIDLimitParameterID transportParameterID = 0xe constant initialSourceConnectionIDParameterID (line 44) | initialSourceConnectionIDParameterID transportParameterID = 0xf constant retrySourceConnectionIDParameterID (line 45) | retrySourceConnectionIDParameterID transportParameterID = 0x10 constant maxDatagramFrameSizeParameterID (line 47) | maxDatagramFrameSizeParameterID transportParameterID = 0x20 type PreferredAddress (line 51) | type PreferredAddress struct type TransportParameters (line 58) | type TransportParameters struct method Unmarshal (line 89) | func (p *TransportParameters) Unmarshal(data []byte, sentBy protocol.P... method unmarshal (line 99) | func (p *TransportParameters) unmarshal(b []byte, sentBy protocol.Pers... method readPreferredAddress (line 238) | func (p *TransportParameters) readPreferredAddress(b []byte, expectedL... method readNumericTransportParameter (line 277) | func (p *TransportParameters) readNumericTransportParameter(b []byte, ... method Marshal (line 336) | func (p *TransportParameters) Marshal(pers protocol.Perspective) []byte { method marshalVarintParam (line 446) | func (p *TransportParameters) marshalVarintParam(b []byte, id transpor... method MarshalForSessionTicket (line 460) | func (p *TransportParameters) MarshalForSessionTicket(b []byte) []byte { method UnmarshalFromSessionTicket (line 484) | func (p *TransportParameters) UnmarshalFromSessionTicket(b []byte) err... method ValidFor0RTT (line 496) | func (p *TransportParameters) ValidFor0RTT(saved *TransportParameters)... method ValidForUpdate (line 511) | func (p *TransportParameters) ValidForUpdate(saved *TransportParameter... method String (line 525) | func (p *TransportParameters) String() string { FILE: vendor/github.com/quic-go/quic-go/internal/wire/version_negotiation.go function ParseVersionNegotiationPacket (line 12) | func ParseVersionNegotiationPacket(b []byte) (dest, src protocol.Arbitra... function ComposeVersionNegotiation (line 35) | func ComposeVersionNegotiation(destConnID, srcConnID protocol.ArbitraryL... FILE: vendor/github.com/quic-go/quic-go/logging/connection_tracer.go type ConnectionTracer (line 11) | type ConnectionTracer struct FILE: vendor/github.com/quic-go/quic-go/logging/connection_tracer_multiplexer.go function NewMultiplexedConnectionTracer (line 10) | func NewMultiplexedConnectionTracer(tracers ...*ConnectionTracer) *Conne... FILE: vendor/github.com/quic-go/quic-go/logging/frame.go type Frame (line 6) | type Frame interface type CryptoFrame (line 50) | type CryptoFrame struct type StreamFrame (line 56) | type StreamFrame struct type DatagramFrame (line 64) | type DatagramFrame struct FILE: vendor/github.com/quic-go/quic-go/logging/generate_multiplexer.go function main (line 20) | func main() { FILE: vendor/github.com/quic-go/quic-go/logging/interface.go constant ECNUnsupported (line 62) | ECNUnsupported = protocol.ECNUnsupported constant ECTNot (line 64) | ECTNot = protocol.ECNNon constant ECT0 (line 66) | ECT0 = protocol.ECT0 constant ECT1 (line 68) | ECT1 = protocol.ECT1 constant ECNCE (line 70) | ECNCE = protocol.ECNCE constant KeyPhaseZero (line 75) | KeyPhaseZero = protocol.KeyPhaseZero constant KeyPhaseOne (line 77) | KeyPhaseOne = protocol.KeyPhaseOne constant PerspectiveServer (line 82) | PerspectiveServer = protocol.PerspectiveServer constant PerspectiveClient (line 84) | PerspectiveClient = protocol.PerspectiveClient constant EncryptionInitial (line 89) | EncryptionInitial = protocol.EncryptionInitial constant EncryptionHandshake (line 91) | EncryptionHandshake = protocol.EncryptionHandshake constant Encryption1RTT (line 93) | Encryption1RTT = protocol.Encryption1RTT constant Encryption0RTT (line 95) | Encryption0RTT = protocol.Encryption0RTT constant StreamTypeUni (line 100) | StreamTypeUni = protocol.StreamTypeUni constant StreamTypeBidi (line 102) | StreamTypeBidi = protocol.StreamTypeBidi type ShortHeader (line 106) | type ShortHeader struct FILE: vendor/github.com/quic-go/quic-go/logging/packet_header.go function PacketTypeFromHeader (line 8) | func PacketTypeFromHeader(hdr *Header) PacketType { FILE: vendor/github.com/quic-go/quic-go/logging/tracer.go type Tracer (line 8) | type Tracer struct FILE: vendor/github.com/quic-go/quic-go/logging/tracer_multiplexer.go function NewMultiplexedTracer (line 7) | func NewMultiplexedTracer(tracers ...*Tracer) *Tracer { FILE: vendor/github.com/quic-go/quic-go/logging/types.go type PacketType (line 4) | type PacketType constant PacketTypeInitial (line 8) | PacketTypeInitial PacketType = iota constant PacketTypeHandshake (line 10) | PacketTypeHandshake constant PacketTypeRetry (line 12) | PacketTypeRetry constant PacketType0RTT (line 14) | PacketType0RTT constant PacketTypeVersionNegotiation (line 16) | PacketTypeVersionNegotiation constant PacketType1RTT (line 18) | PacketType1RTT constant PacketTypeStatelessReset (line 20) | PacketTypeStatelessReset constant PacketTypeNotDetermined (line 22) | PacketTypeNotDetermined type PacketLossReason (line 25) | type PacketLossReason constant PacketLossReorderingThreshold (line 29) | PacketLossReorderingThreshold PacketLossReason = iota constant PacketLossTimeThreshold (line 31) | PacketLossTimeThreshold type PacketDropReason (line 34) | type PacketDropReason constant PacketDropKeyUnavailable (line 38) | PacketDropKeyUnavailable PacketDropReason = iota constant PacketDropUnknownConnectionID (line 40) | PacketDropUnknownConnectionID constant PacketDropHeaderParseError (line 42) | PacketDropHeaderParseError constant PacketDropPayloadDecryptError (line 44) | PacketDropPayloadDecryptError constant PacketDropProtocolViolation (line 46) | PacketDropProtocolViolation constant PacketDropDOSPrevention (line 48) | PacketDropDOSPrevention constant PacketDropUnsupportedVersion (line 50) | PacketDropUnsupportedVersion constant PacketDropUnexpectedPacket (line 52) | PacketDropUnexpectedPacket constant PacketDropUnexpectedSourceConnectionID (line 54) | PacketDropUnexpectedSourceConnectionID constant PacketDropUnexpectedVersion (line 56) | PacketDropUnexpectedVersion constant PacketDropDuplicate (line 58) | PacketDropDuplicate type TimerType (line 62) | type TimerType constant TimerTypeACK (line 66) | TimerTypeACK TimerType = iota + 1 constant TimerTypePTO (line 68) | TimerTypePTO constant TimerTypePathProbe (line 70) | TimerTypePathProbe type TimeoutReason (line 74) | type TimeoutReason constant TimeoutReasonHandshake (line 79) | TimeoutReasonHandshake TimeoutReason = iota constant TimeoutReasonIdle (line 82) | TimeoutReasonIdle type CongestionState (line 85) | type CongestionState constant CongestionStateSlowStart (line 89) | CongestionStateSlowStart CongestionState = iota constant CongestionStateCongestionAvoidance (line 91) | CongestionStateCongestionAvoidance constant CongestionStateRecovery (line 93) | CongestionStateRecovery constant CongestionStateApplicationLimited (line 95) | CongestionStateApplicationLimited type ECNState (line 99) | type ECNState constant ECNStateTesting (line 103) | ECNStateTesting ECNState = 1 + iota constant ECNStateUnknown (line 105) | ECNStateUnknown constant ECNStateFailed (line 107) | ECNStateFailed constant ECNStateCapable (line 109) | ECNStateCapable type ECNStateTrigger (line 113) | type ECNStateTrigger constant ECNTriggerNoTrigger (line 116) | ECNTriggerNoTrigger ECNStateTrigger = iota constant ECNFailedNoECNCounts (line 119) | ECNFailedNoECNCounts constant ECNFailedDecreasedECNCounts (line 121) | ECNFailedDecreasedECNCounts constant ECNFailedLostAllTestingPackets (line 123) | ECNFailedLostAllTestingPackets constant ECNFailedMoreECNCountsThanSent (line 125) | ECNFailedMoreECNCountsThanSent constant ECNFailedTooFewECNCounts (line 127) | ECNFailedTooFewECNCounts constant ECNFailedManglingDetected (line 129) | ECNFailedManglingDetected FILE: vendor/github.com/quic-go/quic-go/mtu_discoverer.go type mtuDiscoverer (line 13) | type mtuDiscoverer interface constant maxMTUDiff (line 26) | maxMTUDiff protocol.ByteCount = 20 constant mtuProbeDelay (line 28) | mtuProbeDelay = 5 constant maxLostMTUProbes (line 32) | maxLostMTUProbes = 3 type mtuFinder (line 90) | type mtuFinder struct method init (line 126) | func (f *mtuFinder) init(start, max protocol.ByteCount) { method done (line 137) | func (f *mtuFinder) done() bool { method max (line 141) | func (f *mtuFinder) max() protocol.ByteCount { method Start (line 150) | func (f *mtuFinder) Start(now time.Time) { method ShouldSendProbe (line 154) | func (f *mtuFinder) ShouldSendProbe(now time.Time) bool { method GetPing (line 164) | func (f *mtuFinder) GetPing(now time.Time) (ackhandler.Frame, protocol... method CurrentSize (line 179) | func (f *mtuFinder) CurrentSize() protocol.ByteCount { method Reset (line 183) | func (f *mtuFinder) Reset(now time.Time, start, max protocol.ByteCount) { function newMTUDiscoverer (line 112) | func newMTUDiscoverer( type mtuFinderAckHandler (line 191) | type mtuFinderAckHandler struct method OnAcked (line 198) | func (h *mtuFinderAckHandler) OnAcked(wire.Frame) { method OnLost (line 232) | func (h *mtuFinderAckHandler) OnLost(wire.Frame) { FILE: vendor/github.com/quic-go/quic-go/packet_handler_map.go type connCapabilities (line 13) | type connCapabilities struct type rawConn (line 24) | type rawConn interface type closePacket (line 37) | type closePacket struct type packetHandlerMap (line 43) | type packetHandlerMap struct method logUsage (line 75) | func (h *packetHandlerMap) logUsage() { method Get (line 101) | func (h *packetHandlerMap) Get(id protocol.ConnectionID) (packetHandle... method Add (line 109) | func (h *packetHandlerMap) Add(id protocol.ConnectionID, handler packe... method AddWithConnID (line 122) | func (h *packetHandlerMap) AddWithConnID(clientDestConnID, newConnID p... method Remove (line 136) | func (h *packetHandlerMap) Remove(id protocol.ConnectionID) { method Retire (line 143) | func (h *packetHandlerMap) Retire(id protocol.ConnectionID) { method ReplaceWithClosed (line 157) | func (h *packetHandlerMap) ReplaceWithClosed(ids []protocol.Connection... method AddResetToken (line 187) | func (h *packetHandlerMap) AddResetToken(token protocol.StatelessReset... method RemoveResetToken (line 193) | func (h *packetHandlerMap) RemoveResetToken(token protocol.StatelessRe... method GetByResetToken (line 199) | func (h *packetHandlerMap) GetByResetToken(token protocol.StatelessRes... method Close (line 207) | func (h *packetHandlerMap) Close(e error) { function newPacketHandlerMap (line 60) | func newPacketHandlerMap(enqueueClosePacket func(closePacket), logger ut... FILE: vendor/github.com/quic-go/quic-go/packet_packer.go type packer (line 20) | type packer interface type sealer (line 33) | type sealer interface type payload (line 37) | type payload struct type longHeaderPacket (line 44) | type longHeaderPacket struct method EncryptionLevel (line 81) | func (p *longHeaderPacket) EncryptionLevel() protocol.EncryptionLevel { method IsAckEliciting (line 95) | func (p *longHeaderPacket) IsAckEliciting() bool { return ackhandler.H... type shortHeaderPacket (line 53) | type shortHeaderPacket struct method IsAckEliciting (line 68) | func (p *shortHeaderPacket) IsAckEliciting() bool { return ackhandler.... type coalescedPacket (line 70) | type coalescedPacket struct method IsOnlyShortHeaderPacket (line 77) | func (p *coalescedPacket) IsOnlyShortHeaderPacket() bool { type packetNumberManager (line 97) | type packetNumberManager interface type sealingManager (line 102) | type sealingManager interface type frameSource (line 109) | type frameSource interface type ackFrameSource (line 114) | type ackFrameSource interface type packetPacker (line 118) | type packetPacker struct method PackConnectionClose (line 174) | func (p *packetPacker) PackConnectionClose(e *qerr.TransportError, max... method PackApplicationClose (line 184) | func (p *packetPacker) PackApplicationClose(e *qerr.ApplicationError, ... method packConnectionClose (line 188) | func (p *packetPacker) packConnectionClose( method longHeaderPacketLength (line 297) | func (p *packetPacker) longHeaderPacketLength(hdr *wire.ExtendedHeader... method shortHeaderPacketLength (line 309) | func (p *packetPacker) shortHeaderPacketLength(connID protocol.Connect... method initialPaddingLen (line 318) | func (p *packetPacker) initialPaddingLen(frames []ackhandler.Frame, cu... method PackCoalescedPacket (line 332) | func (p *packetPacker) PackCoalescedPacket(onlyAck bool, maxSize proto... method PackAckOnlyPacket (line 462) | func (p *packetPacker) PackAckOnlyPacket(maxSize protocol.ByteCount, n... method AppendPacket (line 470) | func (p *packetPacker) AppendPacket(buf *packetBuffer, maxSize protoco... method appendPacket (line 474) | func (p *packetPacker) appendPacket( method maybeGetCryptoPacket (line 497) | func (p *packetPacker) maybeGetCryptoPacket( method maybeGetAppDataPacketFor0RTT (line 571) | func (p *packetPacker) maybeGetAppDataPacketFor0RTT(sealer sealer, max... method maybeGetShortHeaderPacket (line 581) | func (p *packetPacker) maybeGetShortHeaderPacket( method maybeGetAppDataPacket (line 592) | func (p *packetPacker) maybeGetAppDataPacket( method composeNextPacket (line 620) | func (p *packetPacker) composeNextPacket( method PackPTOProbePacket (line 705) | func (p *packetPacker) PackPTOProbePacket( method packPTOProbePacket1RTT (line 762) | func (p *packetPacker) packPTOProbePacket1RTT(maxPacketSize protocol.B... method PackMTUProbePacket (line 790) | func (p *packetPacker) PackMTUProbePacket(ping ackhandler.Frame, size ... method PackPathProbePacket (line 808) | func (p *packetPacker) PackPathProbePacket(connID protocol.ConnectionI... method getLongHeader (line 832) | func (p *packetPacker) getLongHeader(encLevel protocol.EncryptionLevel... method appendLongHeaderPacket (line 855) | func (p *packetPacker) appendLongHeaderPacket(buffer *packetBuffer, he... method appendShortHeaderPacket (line 891) | func (p *packetPacker) appendShortHeaderPacket( method appendPacketPayload (line 947) | func (p *packetPacker) appendPacketPayload(raw []byte, pl payload, pad... method encryptPacket (line 985) | func (p *packetPacker) encryptPacket(raw []byte, sealer sealer, pn pro... method SetToken (line 994) | func (p *packetPacker) SetToken(token []byte) { function newPacketPacker (line 142) | func newPacketPacker( type emptyHandler (line 998) | type emptyHandler struct method OnAcked (line 1002) | func (emptyHandler) OnAcked(wire.Frame) {} method OnLost (line 1003) | func (emptyHandler) OnLost(wire.Frame) {} FILE: vendor/github.com/quic-go/quic-go/packet_unpacker.go type headerDecryptor (line 13) | type headerDecryptor interface type headerParseError (line 17) | type headerParseError struct method Unwrap (line 21) | func (e *headerParseError) Unwrap() error { method Error (line 25) | func (e *headerParseError) Error() string { type unpackedPacket (line 29) | type unpackedPacket struct type packetUnpacker (line 36) | type packetUnpacker struct method UnpackLongHeader (line 55) | func (u *packetUnpacker) UnpackLongHeader(hdr *wire.Header, data []byt... method UnpackShortHeader (line 109) | func (u *packetUnpacker) UnpackShortHeader(rcvTime time.Time, data []b... method unpackLongHeaderPacket (line 127) | func (u *packetUnpacker) unpackLongHeaderPacket(opener handshake.LongH... method unpackShortHeaderPacket (line 147) | func (u *packetUnpacker) unpackShortHeaderPacket(opener handshake.Shor... method unpackShortHeader (line 163) | func (u *packetUnpacker) unpackShortHeader(hd headerDecryptor, data []... method unpackLongHeader (line 189) | func (u *packetUnpacker) unpackLongHeader(hd headerDecryptor, hdr *wir... function newPacketUnpacker (line 44) | func newPacketUnpacker(cs handshake.CryptoSetup, shortHdrConnIDLen int) ... function unpackLongHeader (line 197) | func unpackLongHeader(hd headerDecryptor, hdr *wire.Header, data []byte)... FILE: vendor/github.com/quic-go/quic-go/path_manager.go type pathID (line 15) | type pathID constant invalidPathID (line 17) | invalidPathID pathID = -1 constant maxPaths (line 22) | maxPaths = 3 constant pathTimeout (line 28) | pathTimeout = 5 * time.Second type path (line 30) | type path struct type pathManager (line 39) | type pathManager struct method HandlePacket (line 65) | func (pm *pathManager) HandlePacket( method HandlePathResponseFrame (line 149) | func (pm *pathManager) HandlePathResponseFrame(f *wire.PathResponseFra... method SwitchToPath (line 161) | func (pm *pathManager) SwitchToPath(addr net.Addr) { function newPathManager (line 50) | func newPathManager( type pathManagerAckHandler (line 174) | type pathManagerAckHandler method OnAcked (line 179) | func (pm *pathManagerAckHandler) OnAcked(f wire.Frame) {} method OnLost (line 181) | func (pm *pathManagerAckHandler) OnLost(f wire.Frame) { function addrsEqual (line 195) | func addrsEqual(addr1, addr2 net.Addr) bool { FILE: vendor/github.com/quic-go/quic-go/path_manager_outgoing.go type Path (line 27) | type Path struct method Probe (line 38) | func (p *Path) Probe(ctx context.Context) error { method Switch (line 70) | func (p *Path) Switch() error { method Close (line 92) | func (p *Path) Close() error { type pathOutgoing (line 106) | type pathOutgoing struct method ProbeSent (line 115) | func (p *pathOutgoing) ProbeSent() <-chan struct{} { return p.probeSent } method Validated (line 116) | func (p *pathOutgoing) Validated() <-chan struct{} { return p.validated } type pathManagerOutgoing (line 118) | type pathManagerOutgoing struct method addPath (line 146) | func (pm *pathManagerOutgoing) addPath(p *Path, enablePath func()) *pa... method enqueueProbe (line 166) | func (pm *pathManagerOutgoing) enqueueProbe(p *Path) { method removePath (line 173) | func (pm *pathManagerOutgoing) removePath(id pathID) error { method removePathImpl (line 181) | func (pm *pathManagerOutgoing) removePathImpl(id pathID) error { method switchToPath (line 199) | func (pm *pathManagerOutgoing) switchToPath(id pathID) error { method NewPath (line 215) | func (pm *pathManagerOutgoing) NewPath(t *Transport, initialRTT time.D... method NextPathToProbe (line 231) | func (pm *pathManagerOutgoing) NextPathToProbe() (_ protocol.Connectio... method HandlePathResponseFrame (line 273) | func (pm *pathManagerOutgoing) HandlePathResponseFrame(f *wire.PathRes... method ShouldSwitchPath (line 291) | func (pm *pathManagerOutgoing) ShouldSwitchPath() (*Transport, bool) { function newPathManagerOutgoing (line 131) | func newPathManagerOutgoing( type pathManagerOutgoingAckHandler (line 303) | type pathManagerOutgoingAckHandler method OnAcked (line 309) | func (pm *pathManagerOutgoingAckHandler) OnAcked(wire.Frame) {} method OnLost (line 311) | func (pm *pathManagerOutgoingAckHandler) OnLost(wire.Frame) {} FILE: vendor/github.com/quic-go/quic-go/quicvarint/io.go type Reader (line 9) | type Reader interface type byteReader (line 16) | type byteReader struct method ReadByte (line 32) | func (r *byteReader) ReadByte() (byte, error) { function NewReader (line 25) | func NewReader(r io.Reader) Reader { type Writer (line 42) | type Writer interface type byteWriter (line 49) | type byteWriter struct method WriteByte (line 65) | func (w *byteWriter) WriteByte(c byte) error { function NewWriter (line 58) | func NewWriter(w io.Writer) Writer { FILE: vendor/github.com/quic-go/quic-go/quicvarint/varint.go constant Min (line 11) | Min = 0 constant Max (line 14) | Max = maxVarInt8 constant maxVarInt1 (line 16) | maxVarInt1 = 63 constant maxVarInt2 (line 17) | maxVarInt2 = 16383 constant maxVarInt4 (line 18) | maxVarInt4 = 1073741823 constant maxVarInt8 (line 19) | maxVarInt8 = 4611686018427387903 function Read (line 23) | func Read(r io.ByteReader) (uint64, error) { function Parse (line 73) | func Parse(b []byte) (uint64 /* value */, int /* bytes consumed */, erro... function Append (line 97) | func Append(b []byte, i uint64) []byte { function AppendWithLen (line 117) | func AppendWithLen(b []byte, i uint64, length int) []byte { function Len (line 146) | func Len(i uint64) int { FILE: vendor/github.com/quic-go/quic-go/receive_stream.go type receiveStreamI (line 17) | type receiveStreamI interface type receiveStream (line 25) | type receiveStream struct method StreamID (line 81) | func (s *receiveStream) StreamID() protocol.StreamID { method Read (line 86) | func (s *receiveStream) Read(p []byte) (int, error) { method isNewlyCompleted (line 110) | func (s *receiveStream) isNewlyCompleted() bool { method readImpl (line 131) | func (s *receiveStream) readImpl(p []byte) (hasStreamWindowUpdate bool... method dequeueNextFrame (line 232) | func (s *receiveStream) dequeueNextFrame() { method CancelRead (line 243) | func (s *receiveStream) CancelRead(errorCode StreamErrorCode) { method cancelReadImpl (line 258) | func (s *receiveStream) cancelReadImpl(errorCode qerr.StreamErrorCode)... method handleStreamFrame (line 275) | func (s *receiveStream) handleStreamFrame(frame *wire.StreamFrame, now... method handleStreamFrameImpl (line 288) | func (s *receiveStream) handleStreamFrameImpl(frame *wire.StreamFrame,... method handleResetStreamFrame (line 306) | func (s *receiveStream) handleResetStreamFrame(frame *wire.ResetStream... method handleResetStreamFrameImpl (line 318) | func (s *receiveStream) handleResetStreamFrameImpl(frame *wire.ResetSt... method getControlFrame (line 342) | func (s *receiveStream) getControlFrame(now time.Time) (_ ackhandler.F... method SetReadDeadline (line 365) | func (s *receiveStream) SetReadDeadline(t time.Time) error { method closeForShutdown (line 376) | func (s *receiveStream) closeForShutdown(err error) { method signalRead (line 384) | func (s *receiveStream) signalRead() { function newReceiveStream (line 65) | func newReceiveStream( FILE: vendor/github.com/quic-go/quic-go/retransmission_queue.go type framesToRetransmit (line 12) | type framesToRetransmit struct type retransmissionQueue (line 17) | type retransmissionQueue struct method addInitial (line 30) | func (q *retransmissionQueue) addInitial(f wire.Frame) { method addHandshake (line 41) | func (q *retransmissionQueue) addHandshake(f wire.Frame) { method addAppData (line 52) | func (q *retransmissionQueue) addAppData(f wire.Frame) { method HasData (line 63) | func (q *retransmissionQueue) HasData(encLevel protocol.EncryptionLeve... method GetFrame (line 78) | func (q *retransmissionQueue) GetFrame(encLevel protocol.EncryptionLev... method DropPackets (line 115) | func (q *retransmissionQueue) DropPackets(encLevel protocol.Encryption... method AckHandler (line 127) | func (q *retransmissionQueue) AckHandler(encLevel protocol.EncryptionL... function newRetransmissionQueue (line 23) | func newRetransmissionQueue() *retransmissionQueue { type retransmissionQueueInitialAckHandler (line 139) | type retransmissionQueueInitialAckHandler method OnAcked (line 141) | func (q *retransmissionQueueInitialAckHandler) OnAcked(wire.Frame) {} method OnLost (line 142) | func (q *retransmissionQueueInitialAckHandler) OnLost(f wire.Frame) { type retransmissionQueueHandshakeAckHandler (line 146) | type retransmissionQueueHandshakeAckHandler method OnAcked (line 148) | func (q *retransmissionQueueHandshakeAckHandler) OnAcked(wire.Frame) {} method OnLost (line 149) | func (q *retransmissionQueueHandshakeAckHandler) OnLost(f wire.Frame) { type retransmissionQueueAppDataAckHandler (line 153) | type retransmissionQueueAppDataAckHandler method OnAcked (line 155) | func (q *retransmissionQueueAppDataAckHandler) OnAcked(wire.Frame) {} method OnLost (line 156) | func (q *retransmissionQueueAppDataAckHandler) OnLost(f wire.Frame) { FILE: vendor/github.com/quic-go/quic-go/send_conn.go type sendConn (line 12) | type sendConn interface type remoteAddrInfo (line 23) | type remoteAddrInfo struct type sconn (line 28) | type sconn struct method Write (line 72) | func (c *sconn) Write(p []byte, gsoSize uint16, ecn protocol.ECN) error { method writePacket (line 97) | func (c *sconn) writePacket(p []byte, addr net.Addr, oob []byte, gsoSi... method WriteTo (line 106) | func (c *sconn) WriteTo(b []byte, addr net.Addr) error { method capabilities (line 111) | func (c *sconn) capabilities() connCapabilities { method ChangeRemoteAddr (line 119) | func (c *sconn) ChangeRemoteAddr(addr net.Addr, info packetInfo) { method RemoteAddr (line 126) | func (c *sconn) RemoteAddr() net.Addr { return c.remoteAddrInfo.Load()... method LocalAddr (line 127) | func (c *sconn) LocalAddr() net.Addr { return c.localAddr } function newSendConn (line 46) | func newSendConn(c rawConn, remote net.Addr, info packetInfo, logger uti... FILE: vendor/github.com/quic-go/quic-go/send_queue.go type sender (line 9) | type sender interface type queueEntry (line 18) | type queueEntry struct type sendQueue (line 24) | type sendQueue struct method Send (line 49) | func (h *sendQueue) Send(p *packetBuffer, gsoSize uint16, ecn protocol... method SendProbe (line 65) | func (h *sendQueue) SendProbe(p *packetBuffer, addr net.Addr) { method WouldBlock (line 69) | func (h *sendQueue) WouldBlock() bool { method Available (line 73) | func (h *sendQueue) Available() <-chan struct{} { method Run (line 77) | func (h *sendQueue) Run() error { method Close (line 108) | func (h *sendQueue) Close() { constant sendQueueCapacity (line 34) | sendQueueCapacity = 8 function newSendQueue (line 36) | func newSendQueue(conn sendConn) sender { FILE: vendor/github.com/quic-go/quic-go/send_stream.go type sendStreamI (line 17) | type sendStreamI interface type sendStream (line 26) | type sendStream struct method StreamID (line 88) | func (s *sendStream) StreamID() protocol.StreamID { method Write (line 92) | func (s *sendStream) Write(p []byte) (int, error) { method write (line 106) | func (s *sendStream) write(p []byte) (bool /* is newly completed */, i... method canBufferStreamFrame (line 210) | func (s *sendStream) canBufferStreamFrame() bool { method popStreamFrame (line 220) | func (s *sendStream) popStreamFrame(maxBytes protocol.ByteCount, v pro... method popNewOrRetransmittedStreamFrame (line 237) | func (s *sendStream) popNewOrRetransmittedStreamFrame(maxBytes protoco... method popNewStreamFrame (line 293) | func (s *sendStream) popNewStreamFrame(maxBytes, sendWindow protocol.B... method popNewStreamFrameWithoutBuffer (line 330) | func (s *sendStream) popNewStreamFrameWithoutBuffer(f *wire.StreamFram... method maybeGetRetransmission (line 340) | func (s *sendStream) maybeGetRetransmission(maxBytes protocol.ByteCoun... method hasData (line 350) | func (s *sendStream) hasData() bool { method getDataForWriting (line 357) | func (s *sendStream) getDataForWriting(f *wire.StreamFrame, maxBytes p... method isNewlyCompleted (line 373) | func (s *sendStream) isNewlyCompleted() bool { method Close (line 398) | func (s *sendStream) Close() error { method CancelWrite (line 424) | func (s *sendStream) CancelWrite(errorCode StreamErrorCode) { method cancelWrite (line 431) | func (s *sendStream) cancelWrite(errorCode qerr.StreamErrorCode, remot... method updateSendWindow (line 471) | func (s *sendStream) updateSendWindow(limit protocol.ByteCount) { method handleStopSendingFrame (line 484) | func (s *sendStream) handleStopSendingFrame(frame *wire.StopSendingFra... method getControlFrame (line 488) | func (s *sendStream) getControlFrame(time.Time) (_ ackhandler.Frame, o... method Context (line 504) | func (s *sendStream) Context() context.Context { method SetWriteDeadline (line 508) | func (s *sendStream) SetWriteDeadline(t time.Time) error { method closeForShutdown (line 519) | func (s *sendStream) closeForShutdown(err error) { method signalWrite (line 530) | func (s *sendStream) signalWrite() { function newSendStream (line 71) | func newSendStream( type sendStreamAckHandler (line 537) | type sendStreamAckHandler method OnAcked (line 541) | func (s *sendStreamAckHandler) OnAcked(f wire.Frame) { method OnLost (line 561) | func (s *sendStreamAckHandler) OnLost(f wire.Frame) { type sendStreamResetStreamHandler (line 579) | type sendStreamResetStreamHandler method OnAcked (line 583) | func (s *sendStreamResetStreamHandler) OnAcked(wire.Frame) { method OnLost (line 597) | func (s *sendStreamResetStreamHandler) OnLost(f wire.Frame) { FILE: vendor/github.com/quic-go/quic-go/server.go type errServerClosed (line 23) | type errServerClosed struct method Error (line 25) | func (errServerClosed) Error() string { return "quic: server closed" } method Unwrap (line 26) | func (errServerClosed) Unwrap() error { return net.ErrClosed } type packetHandler (line 29) | type packetHandler interface type packetHandlerManager (line 35) | type packetHandlerManager interface type quicConn (line 43) | type quicConn interface type zeroRTTQueue (line 52) | type zeroRTTQueue struct type rejectedPacket (line 57) | type rejectedPacket struct type baseServer (line 63) | type baseServer struct method run (line 300) | func (s *baseServer) run() { method runSendQueue (line 319) | func (s *baseServer) runSendQueue() { method Accept (line 338) | func (s *baseServer) Accept(ctx context.Context) (Connection, error) { method accept (line 342) | func (s *baseServer) accept(ctx context.Context) (quicConn, error) { method Close (line 359) | func (s *baseServer) Close() error { method close (line 364) | func (s *baseServer) close(e error, notifyOnClose bool) { method Addr (line 384) | func (s *baseServer) Addr() net.Addr { method handlePacket (line 388) | func (s *baseServer) handlePacket(p receivedPacket) { method handlePacketImpl (line 401) | func (s *baseServer) handlePacketImpl(p receivedPacket) bool /* is the... method handle0RTTPacket (line 494) | func (s *baseServer) handle0RTTPacket(p receivedPacket) bool { method cleanupZeroRTTQueues (line 537) | func (s *baseServer) cleanupZeroRTTQueues(now time.Time) { method validateToken (line 566) | func (s *baseServer) validateToken(token *handshake.Token, addr net.Ad... method handleInitialImpl (line 582) | func (s *baseServer) handleInitialImpl(p receivedPacket, hdr *wire.Hea... method handleNewConn (line 752) | func (s *baseServer) handleNewConn(conn quicConn) { method sendRetry (line 782) | func (s *baseServer) sendRetry(p rejectedPacket) { method sendRetryPacket (line 788) | func (s *baseServer) sendRetryPacket(p rejectedPacket) error { method maybeSendInvalidToken (line 829) | func (s *baseServer) maybeSendInvalidToken(p rejectedPacket) { method sendConnectionRefused (line 861) | func (s *baseServer) sendConnectionRefused(p rejectedPacket) { method sendError (line 870) | func (s *baseServer) sendError(remoteAddr net.Addr, hdr *wire.Header, ... method enqueueVersionNegotiationPacket (line 914) | func (s *baseServer) enqueueVersionNegotiationPacket(p receivedPacket)... method maybeSendVersionNegotiationPacket (line 924) | func (s *baseServer) maybeSendVersionNegotiationPacket(p receivedPacke... type Listener (line 139) | type Listener struct method Accept (line 144) | func (l *Listener) Accept(ctx context.Context) (Connection, error) { method Close (line 154) | func (l *Listener) Close() error { method Addr (line 159) | func (l *Listener) Addr() net.Addr { type EarlyListener (line 169) | type EarlyListener struct method Accept (line 174) | func (l *EarlyListener) Accept(ctx context.Context) (EarlyConnection, ... method Close (line 179) | func (l *EarlyListener) Close() error { method Addr (line 184) | func (l *EarlyListener) Addr() net.Addr { function ListenAddr (line 190) | func ListenAddr(addr string, tlsConf *tls.Config, config *Config) (*List... function ListenAddrEarly (line 203) | func ListenAddrEarly(addr string, tlsConf *tls.Config, config *Config) (... function listenUDP (line 215) | func listenUDP(addr string) (*net.UDPConn, error) { function Listen (line 237) | func Listen(conn net.PacketConn, tlsConf *tls.Config, config *Config) (*... function ListenEarly (line 243) | func ListenEarly(conn net.PacketConn, tlsConf *tls.Config, config *Confi... function newServer (line 248) | func newServer( FILE: vendor/github.com/quic-go/quic-go/stateless_reset.go type statelessResetter (line 13) | type statelessResetter struct method GetStatelessResetToken (line 33) | func (r *statelessResetter) GetStatelessResetToken(connID protocol.Con... function newStatelessResetter (line 21) | func newStatelessResetter(key *StatelessResetKey) *statelessResetter { FILE: vendor/github.com/quic-go/quic-go/stream.go type deadlineError (line 16) | type deadlineError struct method Error (line 18) | func (deadlineError) Error() string { return "deadline exceeded" } method Temporary (line 19) | func (deadlineError) Temporary() bool { return true } method Timeout (line 20) | func (deadlineError) Timeout() bool { return true } method Unwrap (line 21) | func (deadlineError) Unwrap() error { return os.ErrDeadlineExceeded } type streamSender (line 26) | type streamSender interface type uniStreamSender (line 36) | type uniStreamSender struct method onHasStreamData (line 42) | func (s *uniStreamSender) onHasStreamData(id protocol.StreamID, str se... method onStreamCompleted (line 45) | func (s *uniStreamSender) onStreamCompleted(protocol.StreamID) { s.onS... method onHasStreamControlFrame (line 46) | func (s *uniStreamSender) onHasStreamControlFrame(id protocol.StreamID... type streamI (line 52) | type streamI interface type stream (line 73) | type stream struct method StreamID (line 126) | func (s *stream) StreamID() protocol.StreamID { method Close (line 131) | func (s *stream) Close() error { method getControlFrame (line 135) | func (s *stream) getControlFrame(now time.Time) (_ ackhandler.Frame, o... method SetDeadline (line 143) | func (s *stream) SetDeadline(t time.Time) error { method closeForShutdown (line 152) | func (s *stream) closeForShutdown(err error) { method checkIfCompleted (line 159) | func (s *stream) checkIfCompleted() { function newStream (line 89) | func newStream( FILE: vendor/github.com/quic-go/quic-go/streams_map.go type streamError (line 14) | type streamError struct method Error (line 19) | func (e streamError) Error() string { function convertStreamError (line 23) | func convertStreamError(err error, stype protocol.StreamType, pers proto... type StreamLimitReachedError (line 38) | type StreamLimitReachedError struct method Error (line 40) | func (e StreamLimitReachedError) Error() string { return "too many ope... type streamsMap (line 42) | type streamsMap struct method initMaps (line 85) | func (m *streamsMap) initMaps() { method OpenStream (line 122) | func (m *streamsMap) OpenStream() (Stream, error) { method OpenStreamSync (line 134) | func (m *streamsMap) OpenStreamSync(ctx context.Context) (Stream, erro... method OpenUniStream (line 146) | func (m *streamsMap) OpenUniStream() (SendStream, error) { method OpenUniStreamSync (line 158) | func (m *streamsMap) OpenUniStreamSync(ctx context.Context) (SendStrea... method AcceptStream (line 170) | func (m *streamsMap) AcceptStream(ctx context.Context) (Stream, error) { method AcceptUniStream (line 182) | func (m *streamsMap) AcceptUniStream(ctx context.Context) (ReceiveStre... method DeleteStream (line 194) | func (m *streamsMap) DeleteStream(id protocol.StreamID) error { method GetOrOpenReceiveStream (line 211) | func (m *streamsMap) GetOrOpenReceiveStream(id protocol.StreamID) (rec... method getOrOpenReceiveStream (line 222) | func (m *streamsMap) getOrOpenReceiveStream(id protocol.StreamID) (rec... method GetOrOpenSendStream (line 245) | func (m *streamsMap) GetOrOpenSendStream(id protocol.StreamID) (sendSt... method getOrOpenSendStream (line 256) | func (m *streamsMap) getOrOpenSendStream(id protocol.StreamID) (sendSt... method HandleMaxStreamsFrame (line 279) | func (m *streamsMap) HandleMaxStreamsFrame(f *wire.MaxStreamsFrame) { method UpdateLimits (line 288) | func (m *streamsMap) UpdateLimits(p *wire.TransportParameters) { method CloseWithError (line 295) | func (m *streamsMap) CloseWithError(err error) { method ResetFor0RTT (line 307) | func (m *streamsMap) ResetFor0RTT() { method UseResetMaps (line 315) | func (m *streamsMap) UseResetMaps() { function newStreamsMap (line 63) | func newStreamsMap( FILE: vendor/github.com/quic-go/quic-go/streams_map_incoming.go type incomingStream (line 11) | type incomingStream interface type incomingStreamEntry (line 17) | type incomingStreamEntry struct type incomingStreamsMap (line 22) | type incomingStreamsMap struct function newIncomingStreamsMap (line 40) | func newIncomingStreamsMap[T incomingStream]( method AcceptStream (line 59) | func (m *incomingStreamsMap[T]) AcceptStream(ctx context.Context) (T, er... method GetOrOpenStream (line 101) | func (m *incomingStreamsMap[T]) GetOrOpenStream(num protocol.StreamNum) ... method DeleteStream (line 141) | func (m *incomingStreamsMap[T]) DeleteStream(num protocol.StreamNum) err... method deleteStream (line 148) | func (m *incomingStreamsMap[T]) deleteStream(num protocol.StreamNum) err... method CloseWithError (line 187) | func (m *incomingStreamsMap[T]) CloseWithError(err error) { FILE: vendor/github.com/quic-go/quic-go/streams_map_outgoing.go type outgoingStream (line 12) | type outgoingStream interface type outgoingStreamsMap (line 17) | type outgoingStreamsMap struct function newOutgoingStreamsMap (line 35) | func newOutgoingStreamsMap[T outgoingStream]( method OpenStream (line 50) | func (m *outgoingStreamsMap[T]) OpenStream() (T, error) { method OpenStreamSync (line 66) | func (m *outgoingStreamsMap[T]) OpenStreamSync(ctx context.Context) (T, ... method openStream (line 114) | func (m *outgoingStreamsMap[T]) openStream() T { method maybeSendBlockedFrame (line 123) | func (m *outgoingStreamsMap[T]) maybeSendBlockedFrame() { method GetStream (line 139) | func (m *outgoingStreamsMap[T]) GetStream(num protocol.StreamNum) (T, er... method DeleteStream (line 153) | func (m *outgoingStreamsMap[T]) DeleteStream(num protocol.StreamNum) err... method SetMaxStream (line 167) | func (m *outgoingStreamsMap[T]) SetMaxStream(num protocol.StreamNum) { method UpdateSendWindow (line 185) | func (m *outgoingStreamsMap[T]) UpdateSendWindow(limit protocol.ByteCoun... method maybeUnblockOpenSync (line 194) | func (m *outgoingStreamsMap[T]) maybeUnblockOpenSync() { method CloseWithError (line 209) | func (m *outgoingStreamsMap[T]) CloseWithError(err error) { FILE: vendor/github.com/quic-go/quic-go/sys_conn.go type OOBCapablePacketConn (line 19) | type OOBCapablePacketConn interface function wrapConn (line 29) | func wrapConn(pc net.PacketConn) (rawConn, error) { type basicConn (line 83) | type basicConn struct method ReadPacket (line 90) | func (c *basicConn) ReadPacket() (receivedPacket, error) { method WritePacket (line 107) | func (c *basicConn) WritePacket(b []byte, addr net.Addr, _ []byte, gso... method capabilities (line 117) | func (c *basicConn) capabilities() connCapabilities { return connCapab... FILE: vendor/github.com/quic-go/quic-go/sys_conn_buffers.go function setReceiveBuffer (line 14) | func setReceiveBuffer(c net.PacketConn) error { FILE: vendor/github.com/quic-go/quic-go/sys_conn_buffers_write.go function setSendBuffer (line 16) | func setSendBuffer(c net.PacketConn) error { FILE: vendor/github.com/quic-go/quic-go/sys_conn_df.go function setDF (line 9) | func setDF(syscall.RawConn) (bool, error) { function isSendMsgSizeErr (line 14) | func isSendMsgSizeErr(err error) bool { function isRecvMsgSizeErr (line 19) | func isRecvMsgSizeErr(err error) bool { FILE: vendor/github.com/quic-go/quic-go/sys_conn_df_darwin.go constant macOSVersion11 (line 17) | macOSVersion11 = 20 constant macOSVersion15 (line 18) | macOSVersion15 = 24 function setDF (line 21) | func setDF(rawConn syscall.RawConn) (bool, error) { function isSendMsgSizeErr (line 70) | func isSendMsgSizeErr(err error) bool { function isRecvMsgSizeErr (line 74) | func isRecvMsgSizeErr(error) bool { return false } function getMacOSVersion (line 76) | func getMacOSVersion() (int, error) { FILE: vendor/github.com/quic-go/quic-go/sys_conn_df_linux.go function setDF (line 14) | func setDF(rawConn syscall.RawConn) (bool, error) { function isSendMsgSizeErr (line 37) | func isSendMsgSizeErr(err error) bool { function isRecvMsgSizeErr (line 42) | func isRecvMsgSizeErr(error) bool { return false } FILE: vendor/github.com/quic-go/quic-go/sys_conn_df_windows.go constant IP_DONTFRAGMENT (line 17) | IP_DONTFRAGMENT = 14 constant IPV6_DONTFRAG (line 20) | IPV6_DONTFRAG = 14 function setDF (line 23) | func setDF(rawConn syscall.RawConn) (bool, error) { function isSendMsgSizeErr (line 44) | func isSendMsgSizeErr(err error) bool { function isRecvMsgSizeErr (line 49) | func isRecvMsgSizeErr(err error) bool { FILE: vendor/github.com/quic-go/quic-go/sys_conn_helper_darwin.go constant msgTypeIPTOS (line 14) | msgTypeIPTOS = unix.IP_RECVTOS constant ipv4PKTINFO (line 15) | ipv4PKTINFO = unix.IP_RECVPKTINFO constant ecnIPv4DataLen (line 18) | ecnIPv4DataLen = 4 constant batchSize (line 22) | batchSize = 1 function parseIPv4PktInfo (line 24) | func parseIPv4PktInfo(body []byte) (ip netip.Addr, ifIndex uint32, ok bo... function isGSOEnabled (line 36) | func isGSOEnabled(syscall.RawConn) bool { return false } function isECNEnabled (line 38) | func isECNEnabled() bool { return !isECNDisabledUsingEnv() } FILE: vendor/github.com/quic-go/quic-go/sys_conn_helper_freebsd.go constant msgTypeIPTOS (line 13) | msgTypeIPTOS = unix.IP_RECVTOS constant ipv4PKTINFO (line 14) | ipv4PKTINFO = 0x7 constant ecnIPv4DataLen (line 17) | ecnIPv4DataLen = 1 constant batchSize (line 19) | batchSize = 8 function parseIPv4PktInfo (line 21) | func parseIPv4PktInfo(body []byte) (ip netip.Addr, _ uint32, ok bool) { function isGSOEnabled (line 31) | func isGSOEnabled(syscall.RawConn) bool { return false } function isECNEnabled (line 33) | func isECNEnabled() bool { return !isECNDisabledUsingEnv() } FILE: vendor/github.com/quic-go/quic-go/sys_conn_helper_linux.go constant msgTypeIPTOS (line 18) | msgTypeIPTOS = unix.IP_TOS constant ipv4PKTINFO (line 19) | ipv4PKTINFO = unix.IP_PKTINFO constant ecnIPv4DataLen (line 22) | ecnIPv4DataLen = 1 constant batchSize (line 24) | batchSize = 8 function init (line 28) | func init() { function forceSetReceiveBuffer (line 32) | func forceSetReceiveBuffer(c syscall.RawConn, bytes int) error { function forceSetSendBuffer (line 42) | func forceSetSendBuffer(c syscall.RawConn, bytes int) error { function parseIPv4PktInfo (line 52) | func parseIPv4PktInfo(body []byte) (ip netip.Addr, ifIndex uint32, ok bo... function isGSOEnabled (line 66) | func isGSOEnabled(conn syscall.RawConn) bool { function appendUDPSegmentSizeMsg (line 83) | func appendUDPSegmentSizeMsg(b []byte, size uint16) []byte { function isGSOError (line 98) | func isGSOError(err error) bool { function isPermissionError (line 113) | func isPermissionError(err error) bool { function isECNEnabled (line 121) | func isECNEnabled() bool { function kernelVersion (line 130) | func kernelVersion() (major, minor int) { FILE: vendor/github.com/quic-go/quic-go/sys_conn_helper_nonlinux.go function forceSetReceiveBuffer (line 5) | func forceSetReceiveBuffer(c any, bytes int) error { return nil } function forceSetSendBuffer (line 6) | func forceSetSendBuffer(c any, bytes int) error { return nil } function appendUDPSegmentSizeMsg (line 8) | func appendUDPSegmentSizeMsg([]byte, uint16) []byte { return nil } function isGSOError (line 9) | func isGSOError(error) bool { return false } function isPermissionError (line 10) | func isPermissionError(err error) bool { return false } FILE: vendor/github.com/quic-go/quic-go/sys_conn_no_oob.go function newConn (line 10) | func newConn(c net.PacketConn, supportsDF bool) (*basicConn, error) { function inspectReadBuffer (line 14) | func inspectReadBuffer(any) (int, error) { return 0, nil } function inspectWriteBuffer (line 15) | func inspectWriteBuffer(any) (int, error) { return 0, nil } type packetInfo (line 17) | type packetInfo struct method OOB (line 21) | func (i *packetInfo) OOB() []byte { return nil } FILE: vendor/github.com/quic-go/quic-go/sys_conn_oob.go constant ecnMask (line 27) | ecnMask = 0x3 constant oobBufferSize (line 28) | oobBufferSize = 128 type batchConn (line 36) | type batchConn interface function inspectReadBuffer (line 40) | func inspectReadBuffer(c syscall.RawConn) (int, error) { function inspectWriteBuffer (line 51) | func inspectWriteBuffer(c syscall.RawConn) (int, error) { function isECNDisabledUsingEnv (line 62) | func isECNDisabledUsingEnv() bool { type oobConn (line 67) | type oobConn struct method ReadPacket (line 162) | func (c *oobConn) ReadPacket() (receivedPacket, error) { method WritePacket (line 240) | func (c *oobConn) WritePacket(b []byte, addr net.Addr, packetInfoOOB [... method capabilities (line 264) | func (c *oobConn) capabilities() connCapabilities { function newConn (line 81) | func newConn(c OOBCapablePacketConn, supportsDF bool) (*oobConn, error) { type packetInfo (line 268) | type packetInfo struct method OOB (line 273) | func (info *packetInfo) OOB() []byte { function appendIPv4ECNMsg (line 304) | func appendIPv4ECNMsg(b []byte, val protocol.ECN) []byte { function appendIPv6ECNMsg (line 318) | func appendIPv6ECNMsg(b []byte, val protocol.ECN) []byte { FILE: vendor/github.com/quic-go/quic-go/sys_conn_windows.go function newConn (line 12) | func newConn(c OOBCapablePacketConn, supportsDF bool) (*basicConn, error) { function inspectReadBuffer (line 16) | func inspectReadBuffer(c syscall.RawConn) (int, error) { function inspectWriteBuffer (line 27) | func inspectWriteBuffer(c syscall.RawConn) (int, error) { type packetInfo (line 38) | type packetInfo struct method OOB (line 42) | func (i *packetInfo) OOB() []byte { return nil } FILE: vendor/github.com/quic-go/quic-go/token_store.go type singleOriginTokenStore (line 9) | type singleOriginTokenStore struct method Add (line 19) | func (s *singleOriginTokenStore) Add(token *ClientToken) { method Pop (line 25) | func (s *singleOriginTokenStore) Pop() *ClientToken { method Len (line 33) | func (s *singleOriginTokenStore) Len() int { method index (line 37) | func (s *singleOriginTokenStore) index(i int) int { function newSingleOriginTokenStore (line 15) | func newSingleOriginTokenStore(size int) *singleOriginTokenStore { type lruTokenStoreEntry (line 42) | type lruTokenStoreEntry struct type lruTokenStore (line 47) | type lruTokenStore struct method Put (line 70) | func (s *lruTokenStore) Put(key string, token *ClientToken) { method Pop (line 101) | func (s *lruTokenStore) Pop(key string) *ClientToken { function NewLRUTokenStore (line 61) | func NewLRUTokenStore(maxOrigins, tokensPerOrigin int) TokenStore { FILE: vendor/github.com/quic-go/quic-go/transport.go type errTransportClosed (line 23) | type errTransportClosed struct method Unwrap (line 27) | func (e *errTransportClosed) Unwrap() []error { return []error{net.Err... method Error (line 29) | func (e *errTransportClosed) Error() string { method Is (line 36) | func (e *errTransportClosed) Is(target error) bool { type transportID (line 41) | type transportID type Transport (line 53) | type Transport struct method Listen (line 169) | func (t *Transport) Listen(tlsConf *tls.Config, conf *Config) (*Listen... method ListenEarly (line 180) | func (t *Transport) ListenEarly(tlsConf *tls.Config, conf *Config) (*E... method createServer (line 188) | func (t *Transport) createServer(tlsConf *tls.Config, conf *Config, al... method Dial (line 234) | func (t *Transport) Dial(ctx context.Context, addr net.Addr, tlsConf *... method DialEarly (line 239) | func (t *Transport) DialEarly(ctx context.Context, addr net.Addr, tlsC... method dial (line 243) | func (t *Transport) dial(ctx context.Context, addr net.Addr, host stri... method doDial (line 264) | func (t *Transport) doDial( method init (line 377) | func (t *Transport) init(allowZeroLengthConnIDs bool) error { method connRunner (line 429) | func (t *Transport) connRunner() packetHandlerManager { method id (line 433) | func (t *Transport) id() transportID { return t.transportID } method WriteTo (line 436) | func (t *Transport) WriteTo(b []byte, addr net.Addr) (int, error) { method enqueueClosePacket (line 443) | func (t *Transport) enqueueClosePacket(p closePacket) { method runSendQueue (line 452) | func (t *Transport) runSendQueue() { method Close (line 468) | func (t *Transport) Close() error { method closeServer (line 487) | func (t *Transport) closeServer() { method close (line 504) | func (t *Transport) close(e error) { method listen (line 528) | func (t *Transport) listen(conn rawConn) { method handlePacket (line 559) | func (t *Transport) handlePacket(p receivedPacket) { method maybeSendStatelessReset (line 615) | func (t *Transport) maybeSendStatelessReset(p receivedPacket) (statele... method sendStatelessReset (line 635) | func (t *Transport) sendStatelessReset(p receivedPacket) { method maybeHandleStatelessReset (line 654) | func (t *Transport) maybeHandleStatelessReset(data []byte) bool { method handleNonQUICPacket (line 672) | func (t *Transport) handleNonQUICPacket(p receivedPacket) { method ReadNonQUICPacket (line 692) | func (t *Transport) ReadNonQUICPacket(ctx context.Context, b []byte) (... constant maxQueuedNonQUICPackets (line 687) | maxQueuedNonQUICPackets = 32 function setTLSConfigServerName (line 711) | func setTLSConfigServerName(tlsConf *tls.Config, addr net.Addr, host str... FILE: vendor/github.com/rs/zerolog/array.go type Array (line 19) | type Array struct method MarshalZerologArray (line 46) | func (*Array) MarshalZerologArray(*Array) { method write (line 49) | func (a *Array) write(dst []byte) []byte { method Object (line 61) | func (a *Array) Object(obj LogObjectMarshaler) *Array { method Str (line 71) | func (a *Array) Str(val string) *Array { method Bytes (line 77) | func (a *Array) Bytes(val []byte) *Array { method Hex (line 83) | func (a *Array) Hex(val []byte) *Array { method RawJSON (line 89) | func (a *Array) RawJSON(val []byte) *Array { method Err (line 95) | func (a *Array) Err(err error) *Array { method Bool (line 119) | func (a *Array) Bool(b bool) *Array { method Int (line 125) | func (a *Array) Int(i int) *Array { method Int8 (line 131) | func (a *Array) Int8(i int8) *Array { method Int16 (line 137) | func (a *Array) Int16(i int16) *Array { method Int32 (line 143) | func (a *Array) Int32(i int32) *Array { method Int64 (line 149) | func (a *Array) Int64(i int64) *Array { method Uint (line 155) | func (a *Array) Uint(i uint) *Array { method Uint8 (line 161) | func (a *Array) Uint8(i uint8) *Array { method Uint16 (line 167) | func (a *Array) Uint16(i uint16) *Array { method Uint32 (line 173) | func (a *Array) Uint32(i uint32) *Array { method Uint64 (line 179) | func (a *Array) Uint64(i uint64) *Array { method Float32 (line 185) | func (a *Array) Float32(f float32) *Array { method Float64 (line 191) | func (a *Array) Float64(f float64) *Array { method Time (line 197) | func (a *Array) Time(t time.Time) *Array { method Dur (line 203) | func (a *Array) Dur(d time.Duration) *Array { method Interface (line 209) | func (a *Array) Interface(i interface{}) *Array { method IPAddr (line 218) | func (a *Array) IPAddr(ip net.IP) *Array { method IPPrefix (line 224) | func (a *Array) IPPrefix(pfx net.IPNet) *Array { method MACAddr (line 230) | func (a *Array) MACAddr(ha net.HardwareAddr) *Array { function putArray (line 23) | func putArray(a *Array) { function Arr (line 38) | func Arr() *Array { FILE: vendor/github.com/rs/zerolog/console.go constant colorBlack (line 17) | colorBlack = iota + 30 constant colorRed (line 18) | colorRed constant colorGreen (line 19) | colorGreen constant colorYellow (line 20) | colorYellow constant colorBlue (line 21) | colorBlue constant colorMagenta (line 22) | colorMagenta constant colorCyan (line 23) | colorCyan constant colorWhite (line 24) | colorWhite constant colorBold (line 26) | colorBold = 1 constant colorDarkGray (line 27) | colorDarkGray = 90 constant consoleDefaultTimeFormat (line 39) | consoleDefaultTimeFormat = time.Kitchen type Formatter (line 43) | type Formatter type ConsoleWriter (line 47) | type ConsoleWriter struct method Write (line 86) | func (w ConsoleWriter) Write(p []byte) (n int, err error) { method writeFields (line 121) | func (w ConsoleWriter) writeFields(evt map[string]interface{}, buf *by... method writePart (line 208) | func (w ConsoleWriter) writePart(buf *bytes.Buffer, evt map[string]int... function NewConsoleWriter (line 71) | func NewConsoleWriter(options ...func(w *ConsoleWriter)) ConsoleWriter { function needsQuote (line 255) | func needsQuote(s string) bool { function colorize (line 265) | func colorize(s interface{}, c int, disabled bool) string { function consoleDefaultPartsOrder (line 274) | func consoleDefaultPartsOrder() []string { function consoleDefaultFormatTimestamp (line 283) | func consoleDefaultFormatTimestamp(timeFormat string, noColor bool) Form... function consoleDefaultFormatLevel (line 319) | func consoleDefaultFormatLevel(noColor bool) Formatter { function consoleDefaultFormatCaller (line 352) | func consoleDefaultFormatCaller(noColor bool) Formatter { function consoleDefaultFormatMessage (line 370) | func consoleDefaultFormatMessage(i interface{}) string { function consoleDefaultFormatFieldName (line 377) | func consoleDefaultFormatFieldName(noColor bool) Formatter { function consoleDefaultFormatFieldValue (line 383) | func consoleDefaultFormatFieldValue(i interface{}) string { function consoleDefaultFormatErrFieldName (line 387) | func consoleDefaultFormatErrFieldName(noColor bool) Formatter { function consoleDefaultFormatErrFieldValue (line 393) | func consoleDefaultFormatErrFieldValue(noColor bool) Formatter { FILE: vendor/github.com/rs/zerolog/context.go type Context (line 12) | type Context struct method Logger (line 17) | func (c Context) Logger() Logger { method Fields (line 22) | func (c Context) Fields(fields map[string]interface{}) Context { method Dict (line 28) | func (c Context) Dict(key string, dict *Event) Context { method Array (line 38) | func (c Context) Array(key string, arr LogArrayMarshaler) Context { method Object (line 56) | func (c Context) Object(key string, obj LogObjectMarshaler) Context { method EmbedObject (line 65) | func (c Context) EmbedObject(obj LogObjectMarshaler) Context { method Str (line 74) | func (c Context) Str(key, val string) Context { method Strs (line 80) | func (c Context) Strs(key string, vals []string) Context { method Stringer (line 86) | func (c Context) Stringer(key string, val fmt.Stringer) Context { method Bytes (line 97) | func (c Context) Bytes(key string, val []byte) Context { method Hex (line 103) | func (c Context) Hex(key string, val []byte) Context { method RawJSON (line 112) | func (c Context) RawJSON(key string, b []byte) Context { method AnErr (line 118) | func (c Context) AnErr(key string, err error) Context { method Errs (line 139) | func (c Context) Errs(key string, errs []error) Context { method Err (line 162) | func (c Context) Err(err error) Context { method Bool (line 167) | func (c Context) Bool(key string, b bool) Context { method Bools (line 173) | func (c Context) Bools(key string, b []bool) Context { method Int (line 179) | func (c Context) Int(key string, i int) Context { method Ints (line 185) | func (c Context) Ints(key string, i []int) Context { method Int8 (line 191) | func (c Context) Int8(key string, i int8) Context { method Ints8 (line 197) | func (c Context) Ints8(key string, i []int8) Context { method Int16 (line 203) | func (c Context) Int16(key string, i int16) Context { method Ints16 (line 209) | func (c Context) Ints16(key string, i []int16) Context { method Int32 (line 215) | func (c Context) Int32(key string, i int32) Context { method Ints32 (line 221) | func (c Context) Ints32(key string, i []int32) Context { method Int64 (line 227) | func (c Context) Int64(key string, i int64) Context { method Ints64 (line 233) | func (c Context) Ints64(key string, i []int64) Context { method Uint (line 239) | func (c Context) Uint(key string, i uint) Context { method Uints (line 245) | func (c Context) Uints(key string, i []uint) Context { method Uint8 (line 251) | func (c Context) Uint8(key string, i uint8) Context { method Uints8 (line 257) | func (c Context) Uints8(key string, i []uint8) Context { method Uint16 (line 263) | func (c Context) Uint16(key string, i uint16) Context { method Uints16 (line 269) | func (c Context) Uints16(key string, i []uint16) Context { method Uint32 (line 275) | func (c Context) Uint32(key string, i uint32) Context { method Uints32 (line 281) | func (c Context) Uints32(key string, i []uint32) Context { method Uint64 (line 287) | func (c Context) Uint64(key string, i uint64) Context { method Uints64 (line 293) | func (c Context) Uints64(key string, i []uint64) Context { method Float32 (line 299) | func (c Context) Float32(key string, f float32) Context { method Floats32 (line 305) | func (c Context) Floats32(key string, f []float32) Context { method Float64 (line 311) | func (c Context) Float64(key string, f float64) Context { method Floats64 (line 317) | func (c Context) Floats64(key string, f []float64) Context { method Timestamp (line 334) | func (c Context) Timestamp() Context { method Time (line 340) | func (c Context) Time(key string, t time.Time) Context { method Times (line 346) | func (c Context) Times(key string, t []time.Time) Context { method Dur (line 352) | func (c Context) Dur(key string, d time.Duration) Context { method Durs (line 358) | func (c Context) Durs(key string, d []time.Duration) Context { method Interface (line 364) | func (c Context) Interface(key string, i interface{}) Context { method Caller (line 396) | func (c Context) Caller() Context { method CallerWithSkipFrameCount (line 404) | func (c Context) CallerWithSkipFrameCount(skipFrameCount int) Context { method Stack (line 418) | func (c Context) Stack() Context { method IPAddr (line 424) | func (c Context) IPAddr(key string, ip net.IP) Context { method IPPrefix (line 430) | func (c Context) IPPrefix(key string, pfx net.IPNet) Context { method MACAddr (line 436) | func (c Context) MACAddr(key string, ha net.HardwareAddr) Context { type timestampHook (line 322) | type timestampHook struct method Run (line 324) | func (ts timestampHook) Run(e *Event, level Level, msg string) { type callerHook (line 369) | type callerHook struct method Run (line 377) | func (ch callerHook) Run(e *Event, level Level, msg string) { function newCallerHook (line 373) | func newCallerHook(skipFrameCount int) callerHook { constant useGlobalSkipFrameCount (line 390) | useGlobalSkipFrameCount = math.MinInt32 type stackTraceHook (line 409) | type stackTraceHook struct method Run (line 411) | func (sh stackTraceHook) Run(e *Event, level Level, msg string) { FILE: vendor/github.com/rs/zerolog/ctx.go function init (line 9) | func init() { type ctxKey (line 15) | type ctxKey struct method WithContext (line 28) | func (l *Logger) WithContext(ctx context.Context) context.Context { function Ctx (line 43) | func Ctx(ctx context.Context) *Logger { FILE: vendor/github.com/rs/zerolog/encoder.go type encoder (line 8) | type encoder interface FILE: vendor/github.com/rs/zerolog/encoder_cbor.go function appendJSON (line 17) | func appendJSON(dst []byte, j []byte) []byte { function decodeIfBinaryToString (line 23) | func decodeIfBinaryToString(in []byte) string { function decodeObjectToStr (line 27) | func decodeObjectToStr(in []byte) string { function decodeIfBinaryToBytes (line 33) | func decodeIfBinaryToBytes(in []byte) []byte { FILE: vendor/github.com/rs/zerolog/encoder_json.go function appendJSON (line 18) | func appendJSON(dst []byte, j []byte) []byte { function decodeIfBinaryToString (line 22) | func decodeIfBinaryToString(in []byte) string { function decodeObjectToStr (line 26) | func decodeObjectToStr(in []byte) string { function decodeIfBinaryToBytes (line 30) | func decodeIfBinaryToBytes(in []byte) []byte { FILE: vendor/github.com/rs/zerolog/event.go type Event (line 22) | type Event struct method write (line 68) | func (e *Event) write() (err error) { method Enabled (line 85) | func (e *Event) Enabled() bool { method Discard (line 90) | func (e *Event) Discard() *Event { method Msg (line 102) | func (e *Event) Msg(msg string) { method Send (line 112) | func (e *Event) Send() { method Msgf (line 123) | func (e *Event) Msgf(format string, v ...interface{}) { method msg (line 130) | func (e *Event) msg(msg string) { method Fields (line 150) | func (e *Event) Fields(fields map[string]interface{}) *Event { method Dict (line 160) | func (e *Event) Dict(key string, dict *Event) *Event { method Array (line 180) | func (e *Event) Array(key string, arr LogArrayMarshaler) *Event { method appendObject (line 196) | func (e *Event) appendObject(obj LogObjectMarshaler) { method Object (line 203) | func (e *Event) Object(key string, obj LogObjectMarshaler) *Event { method EmbedObject (line 213) | func (e *Event) EmbedObject(obj LogObjectMarshaler) *Event { method Str (line 222) | func (e *Event) Str(key, val string) *Event { method Strs (line 231) | func (e *Event) Strs(key string, vals []string) *Event { method Stringer (line 240) | func (e *Event) Stringer(key string, val fmt.Stringer) *Event { method Bytes (line 258) | func (e *Event) Bytes(key string, val []byte) *Event { method Hex (line 267) | func (e *Event) Hex(key string, val []byte) *Event { method RawJSON (line 279) | func (e *Event) RawJSON(key string, b []byte) *Event { method AnErr (line 289) | func (e *Event) AnErr(key string, err error) *Event { method Errs (line 313) | func (e *Event) Errs(key string, errs []error) *Event { method Err (line 342) | func (e *Event) Err(err error) *Event { method Stack (line 367) | func (e *Event) Stack() *Event { method Bool (line 375) | func (e *Event) Bool(key string, b bool) *Event { method Bools (line 384) | func (e *Event) Bools(key string, b []bool) *Event { method Int (line 393) | func (e *Event) Int(key string, i int) *Event { method Ints (line 402) | func (e *Event) Ints(key string, i []int) *Event { method Int8 (line 411) | func (e *Event) Int8(key string, i int8) *Event { method Ints8 (line 420) | func (e *Event) Ints8(key string, i []int8) *Event { method Int16 (line 429) | func (e *Event) Int16(key string, i int16) *Event { method Ints16 (line 438) | func (e *Event) Ints16(key string, i []int16) *Event { method Int32 (line 447) | func (e *Event) Int32(key string, i int32) *Event { method Ints32 (line 456) | func (e *Event) Ints32(key string, i []int32) *Event { method Int64 (line 465) | func (e *Event) Int64(key string, i int64) *Event { method Ints64 (line 474) | func (e *Event) Ints64(key string, i []int64) *Event { method Uint (line 483) | func (e *Event) Uint(key string, i uint) *Event { method Uints (line 492) | func (e *Event) Uints(key string, i []uint) *Event { method Uint8 (line 501) | func (e *Event) Uint8(key string, i uint8) *Event { method Uints8 (line 510) | func (e *Event) Uints8(key string, i []uint8) *Event { method Uint16 (line 519) | func (e *Event) Uint16(key string, i uint16) *Event { method Uints16 (line 528) | func (e *Event) Uints16(key string, i []uint16) *Event { method Uint32 (line 537) | func (e *Event) Uint32(key string, i uint32) *Event { method Uints32 (line 546) | func (e *Event) Uints32(key string, i []uint32) *Event { method Uint64 (line 555) | func (e *Event) Uint64(key string, i uint64) *Event { method Uints64 (line 564) | func (e *Event) Uints64(key string, i []uint64) *Event { method Float32 (line 573) | func (e *Event) Float32(key string, f float32) *Event { method Floats32 (line 582) | func (e *Event) Floats32(key string, f []float32) *Event { method Float64 (line 591) | func (e *Event) Float64(key string, f float64) *Event { method Floats64 (line 600) | func (e *Event) Floats64(key string, f []float64) *Event { method Timestamp (line 613) | func (e *Event) Timestamp() *Event { method Time (line 622) | func (e *Event) Time(key string, t time.Time) *Event { method Times (line 631) | func (e *Event) Times(key string, t []time.Time) *Event { method Dur (line 642) | func (e *Event) Dur(key string, d time.Duration) *Event { method Durs (line 653) | func (e *Event) Durs(key string, d []time.Duration) *Event { method TimeDiff (line 664) | func (e *Event) TimeDiff(key string, t time.Time, start time.Time) *Ev... method Interface (line 677) | func (e *Event) Interface(key string, i interface{}) *Event { method Caller (line 691) | func (e *Event) Caller(skip ...int) *Event { method caller (line 699) | func (e *Event) caller(skip int) *Event { method IPAddr (line 712) | func (e *Event) IPAddr(key string, ip net.IP) *Event { method IPPrefix (line 721) | func (e *Event) IPPrefix(key string, pfx net.IPNet) *Event { method MACAddr (line 730) | func (e *Event) MACAddr(key string, ha net.HardwareAddr) *Event { function putEvent (line 31) | func putEvent(e *Event) { type LogObjectMarshaler (line 47) | type LogObjectMarshaler interface type LogArrayMarshaler (line 53) | type LogArrayMarshaler interface function newEvent (line 57) | func newEvent(w LevelWriter, level Level) *Event { function Dict (line 173) | func Dict() *Event { FILE: vendor/github.com/rs/zerolog/fields.go function isNilValue (line 10) | func isNilValue(i interface{}) bool { function appendFields (line 14) | func appendFields(dst []byte, fields map[string]interface{}) []byte { FILE: vendor/github.com/rs/zerolog/globals.go constant TimeFormatUnix (line 12) | TimeFormatUnix = "" constant TimeFormatUnixMs (line 16) | TimeFormatUnixMs = "UNIXMS" constant TimeFormatUnixMicro (line 20) | TimeFormatUnixMicro = "UNIXMICRO" function SetGlobalLevel (line 94) | func SetGlobalLevel(l Level) { function GlobalLevel (line 99) | func GlobalLevel() Level { function DisableSampling (line 104) | func DisableSampling(v bool) { function samplingDisabled (line 112) | func samplingDisabled() bool { FILE: vendor/github.com/rs/zerolog/go112.go constant contextCallerSkipFrameCount (line 7) | contextCallerSkipFrameCount = 2 FILE: vendor/github.com/rs/zerolog/hook.go type Hook (line 4) | type Hook interface type HookFunc (line 11) | type HookFunc method Run (line 14) | func (h HookFunc) Run(e *Event, level Level, message string) { type LevelHook (line 19) | type LevelHook struct method Run (line 24) | func (h LevelHook) Run(e *Event, level Level, message string) { function NewLevelHook (line 62) | func NewLevelHook() LevelHook { FILE: vendor/github.com/rs/zerolog/internal/cbor/base.go type Encoder (line 3) | type Encoder struct method AppendKey (line 6) | func (e Encoder) AppendKey(dst []byte, key string) []byte { FILE: vendor/github.com/rs/zerolog/internal/cbor/cbor.go constant majorOffset (line 8) | majorOffset = 5 constant additionalMax (line 9) | additionalMax = 23 constant additionalTypeBoolFalse (line 12) | additionalTypeBoolFalse byte = 20 constant additionalTypeBoolTrue (line 13) | additionalTypeBoolTrue byte = 21 constant additionalTypeNull (line 14) | additionalTypeNull byte = 22 constant additionalTypeIntUint8 (line 17) | additionalTypeIntUint8 byte = 24 constant additionalTypeIntUint16 (line 18) | additionalTypeIntUint16 byte = 25 constant additionalTypeIntUint32 (line 19) | additionalTypeIntUint32 byte = 26 constant additionalTypeIntUint64 (line 20) | additionalTypeIntUint64 byte = 27 constant additionalTypeFloat16 (line 23) | additionalTypeFloat16 byte = 25 constant additionalTypeFloat32 (line 24) | additionalTypeFloat32 byte = 26 constant additionalTypeFloat64 (line 25) | additionalTypeFloat64 byte = 27 constant additionalTypeBreak (line 26) | additionalTypeBreak byte = 31 constant additionalTypeTimestamp (line 29) | additionalTypeTimestamp byte = 01 constant additionalTypeTagNetworkAddr (line 32) | additionalTypeTagNetworkAddr uint16 = 260 constant additionalTypeTagNetworkPrefix (line 33) | additionalTypeTagNetworkPrefix uint16 = 261 constant additionalTypeEmbeddedJSON (line 34) | additionalTypeEmbeddedJSON uint16 = 262 constant additionalTypeTagHexString (line 35) | additionalTypeTagHexString uint16 = 263 constant additionalTypeInfiniteCount (line 38) | additionalTypeInfiniteCount byte = 31 constant majorTypeUnsignedInt (line 41) | majorTypeUnsignedInt byte = iota << majorOffset constant majorTypeNegativeInt (line 42) | majorTypeNegativeInt constant majorTypeByteString (line 43) | majorTypeByteString constant majorTypeUtf8String (line 44) | majorTypeUtf8String constant majorTypeArray (line 45) | majorTypeArray constant majorTypeMap (line 46) | majorTypeMap constant majorTypeTags (line 47) | majorTypeTags constant majorTypeSimpleAndFloat (line 48) | majorTypeSimpleAndFloat constant maskOutAdditionalType (line 52) | maskOutAdditionalType byte = (7 << majorOffset) constant maskOutMajorType (line 53) | maskOutMajorType byte = 31 constant float32Nan (line 57) | float32Nan = "\xfa\x7f\xc0\x00\x00" constant float32PosInfinity (line 58) | float32PosInfinity = "\xfa\x7f\x80\x00\x00" constant float32NegInfinity (line 59) | float32NegInfinity = "\xfa\xff\x80\x00\x00" constant float64Nan (line 60) | float64Nan = "\xfb\x7f\xf8\x00\x00\x00\x00\x00\x00" constant float64PosInfinity (line 61) | float64PosInfinity = "\xfb\x7f\xf0\x00\x00\x00\x00\x00\x00" constant float64NegInfinity (line 62) | float64NegInfinity = "\xfb\xff\xf0\x00\x00\x00\x00\x00\x00" function appendCborTypePrefix (line 73) | func appendCborTypePrefix(dst []byte, major byte, number uint64) []byte { FILE: vendor/github.com/rs/zerolog/internal/cbor/decode_stream.go constant hexTable (line 21) | hexTable = "0123456789abcdef" constant isFloat32 (line 23) | isFloat32 = 4 constant isFloat64 (line 24) | isFloat64 = 8 function readNBytes (line 26) | func readNBytes(src *bufio.Reader, n int) []byte { function readByte (line 38) | func readByte(src *bufio.Reader) byte { function decodeIntAdditonalType (line 46) | func decodeIntAdditonalType(src *bufio.Reader, minor byte) int64 { function decodeInteger (line 73) | func decodeInteger(src *bufio.Reader) int64 { function decodeFloat (line 87) | func decodeFloat(src *bufio.Reader) (float64, int) { function decodeStringComplex (line 137) | func decodeStringComplex(dst []byte, s string, pos uint) []byte { function decodeString (line 196) | func decodeString(src *bufio.Reader, noQuotes bool) []byte { function decodeUTF8String (line 217) | func decodeUTF8String(src *bufio.Reader) []byte { function array2Json (line 247) | func array2Json(src *bufio.Reader, dst io.Writer) { function map2Json (line 292) | func map2Json(src *bufio.Reader, dst io.Writer) { function decodeTagData (line 342) | func decodeTagData(src *bufio.Reader) []byte { function decodeTimeStamp (line 419) | func decodeTimeStamp(src *bufio.Reader) []byte { function decodeSimpleFloat (line 456) | func decodeSimpleFloat(src *bufio.Reader) []byte { function cbor2JsonOneObject (line 499) | func cbor2JsonOneObject(src *bufio.Reader, dst io.Writer) { function moreBytesToRead (line 537) | func moreBytesToRead(src *bufio.Reader) bool { function Cbor2JsonManyObjects (line 554) | func Cbor2JsonManyObjects(src io.Reader, dst io.Writer) (err error) { function binaryFmt (line 572) | func binaryFmt(p []byte) bool { function getReader (line 579) | func getReader(str string) *bufio.Reader { function DecodeIfBinaryToString (line 585) | func DecodeIfBinaryToString(in []byte) string { function DecodeObjectToStr (line 596) | func DecodeObjectToStr(in []byte) string { function DecodeIfBinaryToBytes (line 607) | func DecodeIfBinaryToBytes(in []byte) []byte { FILE: vendor/github.com/rs/zerolog/internal/cbor/string.go method AppendStrings (line 4) | func (e Encoder) AppendStrings(dst []byte, vals []string) []byte { method AppendString (line 20) | func (Encoder) AppendString(dst []byte, s string) []byte { method AppendBytes (line 34) | func (Encoder) AppendBytes(dst, s []byte) []byte { function AppendEmbeddedJSON (line 48) | func AppendEmbeddedJSON(dst, s []byte) []byte { FILE: vendor/github.com/rs/zerolog/internal/cbor/time.go function appendIntegerTimestamp (line 7) | func appendIntegerTimestamp(dst []byte, t time.Time) []byte { method appendFloatTimestamp (line 24) | func (e Encoder) appendFloatTimestamp(dst []byte, t time.Time) []byte { method AppendTime (line 36) | func (e Encoder) AppendTime(dst []byte, t time.Time, unused string) []by... method AppendTimes (line 45) | func (e Encoder) AppendTimes(dst []byte, vals []time.Time, unused string... method AppendDuration (line 67) | func (e Encoder) AppendDuration(dst []byte, d time.Duration, unit time.D... method AppendDurations (line 77) | func (e Encoder) AppendDurations(dst []byte, vals []time.Duration, unit ... FILE: vendor/github.com/rs/zerolog/internal/cbor/types.go method AppendNil (line 11) | func (Encoder) AppendNil(dst []byte) []byte { method AppendBeginMarker (line 16) | func (Encoder) AppendBeginMarker(dst []byte) []byte { method AppendEndMarker (line 21) | func (Encoder) AppendEndMarker(dst []byte) []byte { method AppendObjectData (line 26) | func (Encoder) AppendObjectData(dst []byte, o []byte) []byte { method AppendArrayStart (line 33) | func (Encoder) AppendArrayStart(dst []byte) []byte { method AppendArrayEnd (line 38) | func (Encoder) AppendArrayEnd(dst []byte) []byte { method AppendArrayDelim (line 43) | func (Encoder) AppendArrayDelim(dst []byte) []byte { method AppendLineBreak (line 49) | func (Encoder) AppendLineBreak(dst []byte) []byte { method AppendBool (line 55) | func (Encoder) AppendBool(dst []byte, val bool) []byte { method AppendBools (line 64) | func (e Encoder) AppendBools(dst []byte, vals []bool) []byte { method AppendInt (line 83) | func (Encoder) AppendInt(dst []byte, val int) []byte { method AppendInts (line 100) | func (e Encoder) AppendInts(dst []byte, vals []int) []byte { method AppendInt8 (line 119) | func (e Encoder) AppendInt8(dst []byte, val int8) []byte { method AppendInts8 (line 124) | func (e Encoder) AppendInts8(dst []byte, vals []int8) []byte { method AppendInt16 (line 143) | func (e Encoder) AppendInt16(dst []byte, val int16) []byte { method AppendInts16 (line 148) | func (e Encoder) AppendInts16(dst []byte, vals []int16) []byte { method AppendInt32 (line 167) | func (e Encoder) AppendInt32(dst []byte, val int32) []byte { method AppendInts32 (line 172) | func (e Encoder) AppendInts32(dst []byte, vals []int32) []byte { method AppendInt64 (line 191) | func (Encoder) AppendInt64(dst []byte, val int64) []byte { method AppendInts64 (line 208) | func (e Encoder) AppendInts64(dst []byte, vals []int64) []byte { method AppendUint (line 227) | func (e Encoder) AppendUint(dst []byte, val uint) []byte { method AppendUints (line 232) | func (e Encoder) AppendUints(dst []byte, vals []uint) []byte { method AppendUint8 (line 251) | func (e Encoder) AppendUint8(dst []byte, val uint8) []byte { method AppendUints8 (line 256) | func (e Encoder) AppendUints8(dst []byte, vals []uint8) []byte { method AppendUint16 (line 275) | func (e Encoder) AppendUint16(dst []byte, val uint16) []byte { method AppendUints16 (line 280) | func (e Encoder) AppendUints16(dst []byte, vals []uint16) []byte { method AppendUint32 (line 299) | func (e Encoder) AppendUint32(dst []byte, val uint32) []byte { method AppendUints32 (line 304) | func (e Encoder) AppendUints32(dst []byte, vals []uint32) []byte { method AppendUint64 (line 323) | func (Encoder) AppendUint64(dst []byte, val uint64) []byte { method AppendUints64 (line 336) | func (e Encoder) AppendUints64(dst []byte, vals []uint64) []byte { method AppendFloat32 (line 355) | func (Encoder) AppendFloat32(dst []byte, val float32) []byte { method AppendFloats32 (line 375) | func (e Encoder) AppendFloats32(dst []byte, vals []float32) []byte { method AppendFloat64 (line 394) | func (Encoder) AppendFloat64(dst []byte, val float64) []byte { method AppendFloats64 (line 415) | func (e Encoder) AppendFloats64(dst []byte, vals []float64) []byte { method AppendInterface (line 434) | func (e Encoder) AppendInterface(dst []byte, i interface{}) []byte { method AppendIPAddr (line 443) | func (e Encoder) AppendIPAddr(dst []byte, ip net.IP) []byte { method AppendIPPrefix (line 451) | func (e Encoder) AppendIPPrefix(dst []byte, pfx net.IPNet) []byte { method AppendMACAddr (line 465) | func (e Encoder) AppendMACAddr(dst []byte, ha net.HardwareAddr) []byte { method AppendHex (line 473) | func (e Encoder) AppendHex(dst []byte, val []byte) []byte { FILE: vendor/github.com/rs/zerolog/internal/json/base.go type Encoder (line 3) | type Encoder struct method AppendKey (line 6) | func (e Encoder) AppendKey(dst []byte, key string) []byte { FILE: vendor/github.com/rs/zerolog/internal/json/bytes.go method AppendBytes (line 6) | func (Encoder) AppendBytes(dst, s []byte) []byte { method AppendHex (line 23) | func (Encoder) AppendHex(dst, s []byte) []byte { function appendBytesComplex (line 33) | func appendBytesComplex(dst, s []byte, i int) []byte { FILE: vendor/github.com/rs/zerolog/internal/json/string.go constant hex (line 5) | hex = "0123456789abcdef" function init (line 9) | func init() { method AppendStrings (line 17) | func (e Encoder) AppendStrings(dst []byte, vals []string) []byte { method AppendString (line 41) | func (Encoder) AppendString(dst []byte, s string) []byte { function appendStringComplex (line 66) | func appendStringComplex(dst []byte, s string, i int) []byte { FILE: vendor/github.com/rs/zerolog/internal/json/time.go constant timeFormatUnix (line 10) | timeFormatUnix = "" constant timeFormatUnixMs (line 11) | timeFormatUnixMs = "UNIXMS" constant timeFormatUnixMicro (line 12) | timeFormatUnixMicro = "UNIXMICRO" method AppendTime (line 17) | func (e Encoder) AppendTime(dst []byte, t time.Time, format string) []by... method AppendTimes (line 31) | func (Encoder) AppendTimes(dst []byte, vals []time.Time, format string) ... function appendUnixTimes (line 52) | func appendUnixTimes(dst []byte, vals []time.Time) []byte { function appendUnixMsTimes (line 67) | func appendUnixMsTimes(dst []byte, vals []time.Time) []byte { method AppendDuration (line 84) | func (e Encoder) AppendDuration(dst []byte, d time.Duration, unit time.D... method AppendDurations (line 93) | func (e Encoder) AppendDurations(dst []byte, vals []time.Duration, unit ... FILE: vendor/github.com/rs/zerolog/internal/json/types.go method AppendNil (line 12) | func (Encoder) AppendNil(dst []byte) []byte { method AppendBeginMarker (line 17) | func (Encoder) AppendBeginMarker(dst []byte) []byte { method AppendEndMarker (line 22) | func (Encoder) AppendEndMarker(dst []byte) []byte { method AppendLineBreak (line 27) | func (Encoder) AppendLineBreak(dst []byte) []byte { method AppendArrayStart (line 32) | func (Encoder) AppendArrayStart(dst []byte) []byte { method AppendArrayEnd (line 37) | func (Encoder) AppendArrayEnd(dst []byte) []byte { method AppendArrayDelim (line 42) | func (Encoder) AppendArrayDelim(dst []byte) []byte { method AppendBool (line 51) | func (Encoder) AppendBool(dst []byte, val bool) []byte { method AppendBools (line 57) | func (Encoder) AppendBools(dst []byte, vals []bool) []byte { method AppendInt (line 74) | func (Encoder) AppendInt(dst []byte, val int) []byte { method AppendInts (line 80) | func (Encoder) AppendInts(dst []byte, vals []int) []byte { method AppendInt8 (line 97) | func (Encoder) AppendInt8(dst []byte, val int8) []byte { method AppendInts8 (line 103) | func (Encoder) AppendInts8(dst []byte, vals []int8) []byte { method AppendInt16 (line 120) | func (Encoder) AppendInt16(dst []byte, val int16) []byte { method AppendInts16 (line 126) | func (Encoder) AppendInts16(dst []byte, vals []int16) []byte { method AppendInt32 (line 143) | func (Encoder) AppendInt32(dst []byte, val int32) []byte { method AppendInts32 (line 149) | func (Encoder) AppendInts32(dst []byte, vals []int32) []byte { method AppendInt64 (line 166) | func (Encoder) AppendInt64(dst []byte, val int64) []byte { method AppendInts64 (line 172) | func (Encoder) AppendInts64(dst []byte, vals []int64) []byte { method AppendUint (line 189) | func (Encoder) AppendUint(dst []byte, val uint) []byte { method AppendUints (line 195) | func (Encoder) AppendUints(dst []byte, vals []uint) []byte { method AppendUint8 (line 212) | func (Encoder) AppendUint8(dst []byte, val uint8) []byte { method AppendUints8 (line 218) | func (Encoder) AppendUints8(dst []byte, vals []uint8) []byte { method AppendUint16 (line 235) | func (Encoder) AppendUint16(dst []byte, val uint16) []byte { method AppendUints16 (line 241) | func (Encoder) AppendUints16(dst []byte, vals []uint16) []byte { method AppendUint32 (line 258) | func (Encoder) AppendUint32(dst []byte, val uint32) []byte { method AppendUints32 (line 264) | func (Encoder) AppendUints32(dst []byte, vals []uint32) []byte { method AppendUint64 (line 281) | func (Encoder) AppendUint64(dst []byte, val uint64) []byte { method AppendUints64 (line 287) | func (Encoder) AppendUints64(dst []byte, vals []uint64) []byte { function appendFloat (line 302) | func appendFloat(dst []byte, val float64, bitSize int) []byte { method AppendFloat32 (line 319) | func (Encoder) AppendFloat32(dst []byte, val float32) []byte { method AppendFloats32 (line 325) | func (Encoder) AppendFloats32(dst []byte, vals []float32) []byte { method AppendFloat64 (line 342) | func (Encoder) AppendFloat64(dst []byte, val float64) []byte { method AppendFloats64 (line 348) | func (Encoder) AppendFloats64(dst []byte, vals []float64) []byte { method AppendInterface (line 365) | func (e Encoder) AppendInterface(dst []byte, i interface{}) []byte { method AppendObjectData (line 375) | func (Encoder) AppendObjectData(dst []byte, o []byte) []byte { method AppendIPAddr (line 393) | func (e Encoder) AppendIPAddr(dst []byte, ip net.IP) []byte { method AppendIPPrefix (line 398) | func (e Encoder) AppendIPPrefix(dst []byte, pfx net.IPNet) []byte { method AppendMACAddr (line 404) | func (e Encoder) AppendMACAddr(dst []byte, ha net.HardwareAddr) []byte { FILE: vendor/github.com/rs/zerolog/log.go type Level (line 110) | type Level method String (line 134) | func (l Level) String() string { constant DebugLevel (line 114) | DebugLevel Level = iota constant InfoLevel (line 116) | InfoLevel constant WarnLevel (line 118) | WarnLevel constant ErrorLevel (line 120) | ErrorLevel constant FatalLevel (line 122) | FatalLevel constant PanicLevel (line 124) | PanicLevel constant NoLevel (line 126) | NoLevel constant Disabled (line 128) | Disabled constant TraceLevel (line 131) | TraceLevel Level = -1 function ParseLevel (line 158) | func ParseLevel(levelStr string) (Level, error) { type Logger (line 185) | type Logger struct method Output (line 217) | func (l Logger) Output(w io.Writer) Logger { method With (line 232) | func (l Logger) With() Context { method UpdateContext (line 248) | func (l *Logger) UpdateContext(update func(c Context) Context) { method Level (line 263) | func (l Logger) Level(lvl Level) Logger { method GetLevel (line 269) | func (l Logger) GetLevel() Level { method Sample (line 274) | func (l Logger) Sample(s Sampler) Logger { method Hook (line 280) | func (l Logger) Hook(h Hook) Logger { method Trace (line 288) | func (l *Logger) Trace() *Event { method Debug (line 295) | func (l *Logger) Debug() *Event { method Info (line 302) | func (l *Logger) Info() *Event { method Warn (line 309) | func (l *Logger) Warn() *Event { method Error (line 316) | func (l *Logger) Error() *Event { method Err (line 324) | func (l *Logger) Err(err error) *Event { method Fatal (line 336) | func (l *Logger) Fatal() *Event { method Panic (line 344) | func (l *Logger) Panic() *Event { method WithLevel (line 353) | func (l *Logger) WithLevel(level Level) *Event { method Log (line 382) | func (l *Logger) Log() *Event { method Print (line 388) | func (l *Logger) Print(v ...interface{}) { method Printf (line 396) | func (l *Logger) Printf(format string, v ...interface{}) { method Write (line 404) | func (l Logger) Write(p []byte) (n int, err error) { method newEvent (line 414) | func (l *Logger) newEvent(level Level, done func(string)) *Event { method should (line 432) | func (l *Logger) should(lvl Level) bool { function New (line 200) | func New(w io.Writer) Logger { function Nop (line 212) | func Nop() Logger { FILE: vendor/github.com/rs/zerolog/log/log.go function Output (line 16) | func Output(w io.Writer) zerolog.Logger { function With (line 21) | func With() zerolog.Context { function Level (line 26) | func Level(level zerolog.Level) zerolog.Logger { function Sample (line 31) | func Sample(s zerolog.Sampler) zerolog.Logger { function Hook (line 36) | func Hook(h zerolog.Hook) zerolog.Logger { function Err (line 44) | func Err(err error) *zerolog.Event { function Trace (line 51) | func Trace() *zerolog.Event { function Debug (line 58) | func Debug() *zerolog.Event { function Info (line 65) | func Info() *zerolog.Event { function Warn (line 72) | func Warn() *zerolog.Event { function Error (line 79) | func Error() *zerolog.Event { function Fatal (line 87) | func Fatal() *zerolog.Event { function Panic (line 95) | func Panic() *zerolog.Event { function WithLevel (line 102) | func WithLevel(level zerolog.Level) *zerolog.Event { function Log (line 110) | func Log() *zerolog.Event { function Print (line 116) | func Print(v ...interface{}) { function Printf (line 122) | func Printf(format string, v ...interface{}) { function Ctx (line 128) | func Ctx(ctx context.Context) *zerolog.Logger { FILE: vendor/github.com/rs/zerolog/not_go112.go constant contextCallerSkipFrameCount (line 5) | contextCallerSkipFrameCount = 3 FILE: vendor/github.com/rs/zerolog/sampler.go type Sampler (line 19) | type Sampler interface type RandomSampler (line 27) | type RandomSampler method Sample (line 30) | func (s RandomSampler) Sample(lvl Level) bool { type BasicSampler (line 42) | type BasicSampler struct method Sample (line 48) | func (s *BasicSampler) Sample(lvl Level) bool { type BurstSampler (line 59) | type BurstSampler struct method Sample (line 74) | func (s *BurstSampler) Sample(lvl Level) bool { method inc (line 86) | func (s *BurstSampler) inc() uint32 { type LevelSampler (line 106) | type LevelSampler struct method Sample (line 110) | func (s LevelSampler) Sample(lvl Level) bool { FILE: vendor/github.com/rs/zerolog/syslog.go type SyslogWriter (line 11) | type SyslogWriter interface type syslogWriter (line 21) | type syslogWriter struct method Write (line 31) | func (sw syslogWriter) Write(p []byte) (n int, err error) { method WriteLevel (line 36) | func (sw syslogWriter) WriteLevel(level Level, p []byte) (n int, err e... function SyslogLevelWriter (line 27) | func SyslogLevelWriter(w SyslogWriter) LevelWriter { FILE: vendor/github.com/rs/zerolog/writer.go type LevelWriter (line 10) | type LevelWriter interface type levelWriterAdapter (line 15) | type levelWriterAdapter struct method WriteLevel (line 19) | func (lw levelWriterAdapter) WriteLevel(l Level, p []byte) (n int, err... type syncWriter (line 23) | type syncWriter struct method Write (line 40) | func (s *syncWriter) Write(p []byte) (n int, err error) { method WriteLevel (line 47) | func (s *syncWriter) WriteLevel(l Level, p []byte) (n int, err error) { function SyncWriter (line 32) | func SyncWriter(w io.Writer) io.Writer { type multiLevelWriter (line 53) | type multiLevelWriter struct method Write (line 57) | func (t multiLevelWriter) Write(p []byte) (n int, err error) { method WriteLevel (line 71) | func (t multiLevelWriter) WriteLevel(l Level, p []byte) (n int, err er... function MultiLevelWriter (line 88) | func MultiLevelWriter(writers ...io.Writer) LevelWriter { FILE: vendor/github.com/russross/blackfriday/v2/block.go constant charEntity (line 25) | charEntity = "&(?:#x[a-f0-9]{1,8}|#[0-9]{1,8}|[a-z][a-z0-9]{1,31});" constant escapable (line 26) | escapable = "[!\"#$%&'()*+,./:;<=>?@[\\\\\\]^_`{|}~-]" method block (line 37) | func (p *Markdown) block(data []byte) { method addBlock (line 200) | func (p *Markdown) addBlock(typ NodeType, content []byte) *Node { method isPrefixHeading (line 207) | func (p *Markdown) isPrefixHeading(data []byte) bool { method prefixHeading (line 224) | func (p *Markdown) prefixHeading(data []byte) int { method isUnderlinedHeading (line 270) | func (p *Markdown) isUnderlinedHeading(data []byte) int { method titleBlock (line 294) | func (p *Markdown) titleBlock(data []byte, doRender bool) int { method html (line 318) | func (p *Markdown) html(data []byte, doRender bool) int { function finalizeHTMLBlock (line 416) | func finalizeHTMLBlock(block *Node) { method htmlComment (line 422) | func (p *Markdown) htmlComment(data []byte, doRender bool) int { method htmlHr (line 442) | func (p *Markdown) htmlHr(data []byte, doRender bool) int { method htmlFindTag (line 475) | func (p *Markdown) htmlFindTag(data []byte) (string, bool) { method htmlFindEnd (line 487) | func (p *Markdown) htmlFindEnd(tag string, data []byte) int { method isEmpty (line 522) | func (*Markdown) isEmpty(data []byte) int { method isHRule (line 540) | func (*Markdown) isHRule(data []byte) bool { function isFenceLine (line 572) | func isFenceLine(data []byte, info *string, oldmarker string) (end int, ... method fencedCodeBlock (line 669) | func (p *Markdown) fencedCodeBlock(data []byte, doRender bool) int { function unescapeChar (line 716) | func unescapeChar(str []byte) []byte { function unescapeString (line 723) | func unescapeString(str []byte) []byte { function finalizeCodeBlock (line 730) | func finalizeCodeBlock(block *Node) { method table (line 743) | func (p *Markdown) table(data []byte) int { function isBackslashEscaped (line 778) | func isBackslashEscaped(data []byte, i int) bool { method tableHeader (line 786) | func (p *Markdown) tableHeader(data []byte) (size int, columns []CellAli... method tableRow (line 899) | func (p *Markdown) tableRow(data []byte, columns []CellAlignFlags, heade... method quotePrefix (line 943) | func (p *Markdown) quotePrefix(data []byte) int { method terminateBlockquote (line 959) | func (p *Markdown) terminateBlockquote(data []byte, beg, end int) bool { method quote (line 970) | func (p *Markdown) quote(data []byte) int { method codePrefix (line 1008) | func (p *Markdown) codePrefix(data []byte) int { method code (line 1018) | func (p *Markdown) code(data []byte) int { method uliPrefix (line 1068) | func (p *Markdown) uliPrefix(data []byte) int { method oliPrefix (line 1086) | func (p *Markdown) oliPrefix(data []byte) int { method dliPrefix (line 1111) | func (p *Markdown) dliPrefix(data []byte) int { method list (line 1127) | func (p *Markdown) list(data []byte, flags ListType) int { method listTypeChanged (line 1153) | func (p *Markdown) listTypeChanged(data []byte, flags *ListType) bool { function endsWithBlankLine (line 1166) | func endsWithBlankLine(block *Node) bool { function finalizeList (line 1182) | func finalizeList(block *Node) { method listItem (line 1207) | func (p *Markdown) listItem(data []byte, flags *ListType) int { method renderParagraph (line 1428) | func (p *Markdown) renderParagraph(data []byte) { method paragraph (line 1453) | func (p *Markdown) paragraph(data []byte) int { function skipChar (line 1577) | func skipChar(data []byte, start int, char byte) int { function skipUntilChar (line 1585) | func skipUntilChar(text []byte, start int, char byte) int { function SanitizedAnchorName (line 1596) | func SanitizedAnchorName(text string) string { FILE: vendor/github.com/russross/blackfriday/v2/esc.go function escapeHTML (line 15) | func escapeHTML(w io.Writer, s []byte) { function escapeAllHTML (line 19) | func escapeAllHTML(w io.Writer, s []byte) { function escapeEntities (line 23) | func escapeEntities(w io.Writer, s []byte, escapeValidEntities bool) { function nodeIsEntity (line 45) | func nodeIsEntity(s []byte, end int) (isEntity bool, endEntityPos int) { function escLink (line 67) | func escLink(w io.Writer, text []byte) { FILE: vendor/github.com/russross/blackfriday/v2/html.go type HTMLFlags (line 27) | type HTMLFlags constant HTMLFlagsNone (line 31) | HTMLFlagsNone HTMLFlags = 0 constant SkipHTML (line 32) | SkipHTML HTMLFlags = 1 << iota constant SkipImages (line 33) | SkipImages constant SkipLinks (line 34) | SkipLinks constant Safelink (line 35) | Safelink constant NofollowLinks (line 36) | NofollowLinks constant NoreferrerLinks (line 37) | NoreferrerLinks constant NoopenerLinks (line 38) | NoopenerLinks constant HrefTargetBlank (line 39) | HrefTargetBlank constant CompletePage (line 40) | CompletePage constant UseXHTML (line 41) | UseXHTML constant FootnoteReturnLinks (line 42) | FootnoteReturnLinks constant Smartypants (line 43) | Smartypants constant SmartypantsFractions (line 44) | SmartypantsFractions constant SmartypantsDashes (line 45) | SmartypantsDashes constant SmartypantsLatexDashes (line 46) | SmartypantsLatexDashes constant SmartypantsAngledQuotes (line 47) | SmartypantsAngledQuotes constant SmartypantsQuotesNBSP (line 48) | SmartypantsQuotesNBSP constant TOC (line 49) | TOC constant htmlTag (line 57) | htmlTag = "(?:" + openTag + "|" + closeTag + "|" + htmlComment + "|" + constant closeTag (line 59) | closeTag = "]" constant openTag (line 60) | openTag = "<" + tagName + attribute + "*" + "\\s*/?>" constant attribute (line 61) | attribute = "(?:" + "\\s+" + attributeName + attributeValueS... constant attributeValue (line 62) | attributeValue = "(?:" + unquotedValue + "|" + singleQuotedValue ... constant attributeValueSpec (line 63) | attributeValueSpec = "(?:" + "\\s*=" + "\\s*" + attributeValue + ")" constant attributeName (line 64) | attributeName = "[a-zA-Z_:][a-zA-Z0-9:._-]*" constant cdata (line 65) | cdata = "" constant declaration (line 66) | declaration = "]*>" constant doubleQuotedValue (line 67) | doubleQuotedValue = "\"[^\"]*\"" constant htmlComment (line 68) | htmlComment = "|" constant processingInstruction (line 69) | processingInstruction = "[<][?].*?[?][>]" constant singleQuotedValue (line 70) | singleQuotedValue = "'[^']*'" constant tagName (line 71) | tagName = "[A-Za-z][A-Za-z0-9-]*" constant unquotedValue (line 72) | unquotedValue = "[^\"'=<>`\\x00-\\x20]+" type HTMLRendererParameters (line 77) | type HTMLRendererParameters struct type HTMLRenderer (line 106) | type HTMLRenderer struct method ensureUniqueHeadingID (line 251) | func (r *HTMLRenderer) ensureUniqueHeadingID(id string) string { method addAbsPrefix (line 270) | func (r *HTMLRenderer) addAbsPrefix(link []byte) []byte { method tag (line 333) | func (r *HTMLRenderer) tag(w io.Writer, name []byte, attrs []string) { method out (line 388) | func (r *HTMLRenderer) out(w io.Writer, text []byte) { method cr (line 397) | func (r *HTMLRenderer) cr(w io.Writer) { method outHRTag (line 490) | func (r *HTMLRenderer) outHRTag(w io.Writer) { method RenderNode (line 508) | func (r *HTMLRenderer) RenderNode(w io.Writer, node *Node, entering bo... method RenderHeader (line 837) | func (r *HTMLRenderer) RenderHeader(w io.Writer, ast *Node) { method RenderFooter (line 845) | func (r *HTMLRenderer) RenderFooter(w io.Writer, ast *Node) { method writeDocumentHeader (line 852) | func (r *HTMLRenderer) writeDocumentHeader(w io.Writer) { method writeTOC (line 900) | func (r *HTMLRenderer) writeTOC(w io.Writer, ast *Node) { constant xhtmlClose (line 121) | xhtmlClose = " />" constant htmlClose (line 122) | htmlClose = ">" function NewHTMLRenderer (line 127) | func NewHTMLRenderer(params HTMLRendererParameters) *HTMLRenderer { function isHTMLTag (line 151) | func isHTMLTag(tag []byte, tagname string) bool { function skipUntilCharIgnoreQuotes (line 158) | func skipUntilCharIgnoreQuotes(html []byte, start int, char byte) int { function findHTMLTagPos (line 179) | func findHTMLTagPos(tag []byte, tagname string) (bool, int) { function skipSpace (line 215) | func skipSpace(tag []byte, i int) int { function isRelativeLink (line 222) | func isRelativeLink(link []byte) (yes bool) { function appendLinkAttrs (line 282) | func appendLinkAttrs(attrs []string, flags HTMLFlags, link []byte) []str... function isMailto (line 306) | func isMailto(link []byte) bool { function needSkipLink (line 310) | func needSkipLink(flags HTMLFlags, dest []byte) bool { function isSmartypantable (line 317) | func isSmartypantable(node *Node) bool { function appendLanguageAttr (line 322) | func appendLanguageAttr(attrs []string, info []byte) []string { function footnoteRef (line 343) | func footnoteRef(prefix string, node *Node) []byte { function footnoteItem (line 349) | func footnoteItem(prefix string, slug []byte) []byte { function footnoteReturnLink (line 353) | func footnoteReturnLink(prefix, returnLink string, slug []byte) []byte { function itemOpenCR (line 358) | func itemOpenCR(node *Node) bool { function skipParagraphTags (line 366) | func skipParagraphTags(node *Node) bool { function cellAlignment (line 375) | func cellAlignment(align CellAlignFlags) string { function headingTagsFromLevel (line 473) | func headingTagsFromLevel(level int) ([]byte, []byte) { FILE: vendor/github.com/russross/blackfriday/v2/inline.go method inline (line 49) | func (p *Markdown) inline(currBlock *Node, data []byte) { function emphasis (line 86) | func emphasis(p *Markdown, data []byte, offset int) (int, *Node) { function codeSpan (line 131) | func codeSpan(p *Markdown, data []byte, offset int) (int, *Node) { function maybeLineBreak (line 178) | func maybeLineBreak(p *Markdown, data []byte, offset int) (int, *Node) { function lineBreak (line 194) | func lineBreak(p *Markdown, data []byte, offset int) (int, *Node) { type linkType (line 201) | type linkType constant linkNormal (line 204) | linkNormal linkType = iota constant linkImg (line 205) | linkImg constant linkDeferredFootnote (line 206) | linkDeferredFootnote constant linkInlineFootnote (line 207) | linkInlineFootnote function isReferenceStyleLink (line 210) | func isReferenceStyleLink(data []byte, pos int, t linkType) bool { function maybeImage (line 217) | func maybeImage(p *Markdown, data []byte, offset int) (int, *Node) { function maybeInlineFootnote (line 224) | func maybeInlineFootnote(p *Markdown, data []byte, offset int) (int, *No... function link (line 232) | func link(p *Markdown, data []byte, offset int) (int, *Node) { method inlineHTMLComment (line 590) | func (p *Markdown) inlineHTMLComment(data []byte) int { function stripMailto (line 609) | func stripMailto(link []byte) []byte { type autolinkType (line 620) | type autolinkType constant notAutolink (line 624) | notAutolink autolinkType = iota constant normalAutolink (line 625) | normalAutolink constant emailAutolink (line 626) | emailAutolink function leftAngle (line 630) | func leftAngle(p *Markdown, data []byte, offset int) (int, *Node) { function escape (line 663) | func escape(p *Markdown, data []byte, offset int) (int, *Node) { function unescapeText (line 680) | func unescapeText(ob *bytes.Buffer, src []byte) { function entity (line 703) | func entity(p *Markdown, data []byte, offset int) (int, *Node) { function linkEndsWithEntity (line 732) | func linkEndsWithEntity(data []byte, linkEnd int) bool { function hasPrefixCaseInsensitive (line 742) | func hasPrefixCaseInsensitive(s, prefix []byte) bool { constant shortestPrefix (line 763) | shortestPrefix = 6 function maybeAutoLink (line 765) | func maybeAutoLink(p *Markdown, data []byte, offset int) (int, *Node) { function autoLink (line 782) | func autoLink(p *Markdown, data []byte, offset int) (int, *Node) { function isEndOfLink (line 901) | func isEndOfLink(char byte) bool { function isSafeLink (line 908) | func isSafeLink(link []byte) bool { function tagLength (line 931) | func tagLength(data []byte) (autolink autolinkType, end int) { function isMailtoAutoLink (line 1009) | func isMailtoAutoLink(data []byte) int { function helperFindEmphChar (line 1039) | func helperFindEmphChar(data []byte, c byte) int { function helperEmphasis (line 1112) | func helperEmphasis(p *Markdown, data []byte, c byte) (int, *Node) { function helperDoubleEmphasis (line 1152) | func helperDoubleEmphasis(p *Markdown, data []byte, c byte) (int, *Node) { function helperTripleEmphasis (line 1176) | func helperTripleEmphasis(p *Markdown, data []byte, offset int, c byte) ... function text (line 1220) | func text(s []byte) *Node { function normalizeURI (line 1226) | func normalizeURI(s []byte) []byte { FILE: vendor/github.com/russross/blackfriday/v2/markdown.go constant Version (line 24) | Version = "2.0" type Extensions (line 28) | type Extensions constant NoExtensions (line 33) | NoExtensions Extensions = 0 constant NoIntraEmphasis (line 34) | NoIntraEmphasis Extensions = 1 << iota constant Tables (line 35) | Tables constant FencedCode (line 36) | FencedCode constant Autolink (line 37) | Autolink constant Strikethrough (line 38) | Strikethrough constant LaxHTMLBlocks (line 39) | LaxHTMLBlocks constant SpaceHeadings (line 40) | SpaceHeadings constant HardLineBreak (line 41) | HardLineBreak constant TabSizeEight (line 42) | TabSizeEight constant Footnotes (line 43) | Footnotes constant NoEmptyLineBeforeBlock (line 44) | NoEmptyLineBeforeBlock constant HeadingIDs (line 45) | HeadingIDs constant Titleblock (line 46) | Titleblock constant AutoHeadingIDs (line 47) | AutoHeadingIDs constant BackslashLineBreak (line 48) | BackslashLineBreak constant DefinitionLists (line 49) | DefinitionLists constant CommonHTMLFlags (line 51) | CommonHTMLFlags HTMLFlags = UseXHTML | Smartypants | constant CommonExtensions (line 54) | CommonExtensions Extensions = NoIntraEmphasis | Tables | FencedCode | type ListType (line 60) | type ListType constant ListTypeOrdered (line 66) | ListTypeOrdered ListType = 1 << iota constant ListTypeDefinition (line 67) | ListTypeDefinition constant ListTypeTerm (line 68) | ListTypeTerm constant ListItemContainsBlock (line 70) | ListItemContainsBlock constant ListItemBeginningOfList (line 71) | ListItemBeginningOfList constant ListItemEndOfList (line 72) | ListItemEndOfList type CellAlignFlags (line 76) | type CellAlignFlags constant TableAlignmentLeft (line 82) | TableAlignmentLeft CellAlignFlags = 1 << iota constant TableAlignmentRight (line 83) | TableAlignmentRight constant TableAlignmentCenter (line 84) | TableAlignmentCenter = (TableAlignmentLeft | TableAlignmentRight) constant TabSizeDefault (line 89) | TabSizeDefault = 4 constant TabSizeDouble (line 90) | TabSizeDouble = 8 type Renderer (line 143) | type Renderer interface type inlineParser (line 169) | type inlineParser type Markdown (line 173) | type Markdown struct method getRef (line 195) | func (p *Markdown) getRef(refid string) (ref *reference, found bool) { method finalize (line 215) | func (p *Markdown) finalize(block *Node) { method addChild (line 221) | func (p *Markdown) addChild(node NodeType, offset uint32) *Node { method addExistingChild (line 225) | func (p *Markdown) addExistingChild(node *Node, offset uint32) *Node { method closeUnmatchedBlocks (line 234) | func (p *Markdown) closeUnmatchedBlocks() { method Parse (line 403) | func (p *Markdown) Parse(input []byte) *Node { method parseRefsToAST (line 421) | func (p *Markdown) parseRefsToAST() { type Reference (line 253) | type Reference struct type ReferenceOverrideFunc (line 267) | type ReferenceOverrideFunc function New (line 271) | func New(opts ...Option) *Markdown { type Option (line 315) | type Option function WithRenderer (line 318) | func WithRenderer(r Renderer) Option { function WithExtensions (line 326) | func WithExtensions(e Extensions) Option { function WithNoExtensions (line 333) | func WithNoExtensions() Option { function WithRefOverride (line 356) | func WithRefOverride(o ReferenceOverrideFunc) Option { function Run (line 381) | func Run(input []byte, opts ...Option) []byte { type reference (line 526) | type reference struct method String (line 536) | func (r *reference) String() string { function isReference (line 546) | func isReference(p *Markdown, data []byte, tabSize int) int { function scanLinkRef (line 649) | func scanLinkRef(p *Markdown, data []byte, i int) (linkOffset, linkEnd, ... function scanFootnote (line 723) | func scanFootnote(p *Markdown, data []byte, i, indentSize int) (blockSta... function ispunct (line 805) | func ispunct(c byte) bool { function isspace (line 815) | func isspace(c byte) bool { function ishorizontalspace (line 820) | func ishorizontalspace(c byte) bool { function isverticalspace (line 825) | func isverticalspace(c byte) bool { function isletter (line 830) | func isletter(c byte) bool { function isalnum (line 836) | func isalnum(c byte) bool { function expandTabs (line 842) | func expandTabs(out *bytes.Buffer, line []byte, tabSize int) { function isIndented (line 900) | func isIndented(data []byte, indentSize int) int { function slugify (line 919) | func slugify(in []byte) []byte { FILE: vendor/github.com/russross/blackfriday/v2/node.go type NodeType (line 11) | type NodeType method String (line 68) | func (t NodeType) String() string { constant Document (line 15) | Document NodeType = iota constant BlockQuote (line 16) | BlockQuote constant List (line 17) | List constant Item (line 18) | Item constant Paragraph (line 19) | Paragraph constant Heading (line 20) | Heading constant HorizontalRule (line 21) | HorizontalRule constant Emph (line 22) | Emph constant Strong (line 23) | Strong constant Del (line 24) | Del constant Link (line 25) | Link constant Image (line 26) | Image constant Text (line 27) | Text constant HTMLBlock (line 28) | HTMLBlock constant CodeBlock (line 29) | CodeBlock constant Softbreak (line 30) | Softbreak constant Hardbreak (line 31) | Hardbreak constant Code (line 32) | Code constant HTMLSpan (line 33) | HTMLSpan constant Table (line 34) | Table constant TableCell (line 35) | TableCell constant TableHead (line 36) | TableHead constant TableBody (line 37) | TableBody constant TableRow (line 38) | TableRow type ListData (line 73) | type ListData struct type LinkData (line 83) | type LinkData struct type CodeBlockData (line 91) | type CodeBlockData struct type TableCellData (line 100) | type TableCellData struct type HeadingData (line 106) | type HeadingData struct type Node (line 115) | type Node struct method String (line 143) | func (n *Node) String() string { method Unlink (line 155) | func (n *Node) Unlink() { method AppendChild (line 173) | func (n *Node) AppendChild(child *Node) { method InsertBefore (line 188) | func (n *Node) InsertBefore(sibling *Node) { method IsContainer (line 203) | func (n *Node) IsContainer() bool { method IsLeaf (line 243) | func (n *Node) IsLeaf() bool { method canContain (line 247) | func (n *Node) canContain(t NodeType) bool { method Walk (line 287) | func (n *Node) Walk(visitor NodeVisitor) { function NewNode (line 136) | func NewNode(typ NodeType) *Node { type WalkStatus (line 269) | type WalkStatus constant GoToNext (line 273) | GoToNext WalkStatus = iota constant SkipChildren (line 275) | SkipChildren constant Terminate (line 277) | Terminate type NodeVisitor (line 283) | type NodeVisitor type nodeWalker (line 303) | type nodeWalker struct method next (line 317) | func (nw *nodeWalker) next() { function newNodeWalker (line 309) | func newNodeWalker(root *Node) *nodeWalker { function dump (line 338) | func dump(ast *Node) { function dumpR (line 342) | func dumpR(ast *Node, depth int) string { function dumpString (line 358) | func dumpString(ast *Node) string { FILE: vendor/github.com/russross/blackfriday/v2/smartypants.go type SPRenderer (line 24) | type SPRenderer struct method smartSingleQuote (line 124) | func (r *SPRenderer) smartSingleQuote(out *bytes.Buffer, previousChar ... method smartParens (line 166) | func (r *SPRenderer) smartParens(out *bytes.Buffer, previousChar byte,... method smartDash (line 191) | func (r *SPRenderer) smartDash(out *bytes.Buffer, previousChar byte, t... method smartDashLatex (line 208) | func (r *SPRenderer) smartDashLatex(out *bytes.Buffer, previousChar by... method smartAmpVariant (line 222) | func (r *SPRenderer) smartAmpVariant(out *bytes.Buffer, previousChar b... method smartAmp (line 241) | func (r *SPRenderer) smartAmp(angledQuotes, addNBSP bool) func(*bytes.... method smartPeriod (line 252) | func (r *SPRenderer) smartPeriod(out *bytes.Buffer, previousChar byte,... method smartBacktick (line 267) | func (r *SPRenderer) smartBacktick(out *bytes.Buffer, previousChar byt... method smartNumberGeneric (line 282) | func (r *SPRenderer) smartNumberGeneric(out *bytes.Buffer, previousCha... method smartNumber (line 324) | func (r *SPRenderer) smartNumber(out *bytes.Buffer, previousChar byte,... method smartDoubleQuoteVariant (line 352) | func (r *SPRenderer) smartDoubleQuoteVariant(out *bytes.Buffer, previo... method smartDoubleQuote (line 364) | func (r *SPRenderer) smartDoubleQuote(out *bytes.Buffer, previousChar ... method smartAngledDoubleQuote (line 368) | func (r *SPRenderer) smartAngledDoubleQuote(out *bytes.Buffer, previou... method smartLeftAngle (line 372) | func (r *SPRenderer) smartLeftAngle(out *bytes.Buffer, previousChar by... method Process (line 437) | func (r *SPRenderer) Process(w io.Writer, text []byte) { function wordBoundary (line 30) | func wordBoundary(c byte) bool { function tolower (line 34) | func tolower(c byte) byte { function isdigit (line 41) | func isdigit(c byte) bool { function smartQuoteHelper (line 45) | func smartQuoteHelper(out *bytes.Buffer, previousChar byte, nextChar byt... type smartCallback (line 383) | type smartCallback function NewSmartypantsRenderer (line 386) | func NewSmartypantsRenderer(flags HTMLFlags) *SPRenderer { FILE: vendor/github.com/stretchr/testify/assert/assertion_compare.go type compareResult (line 13) | type compareResult constant compareLess (line 16) | compareLess compareResult = iota - 1 constant compareEqual (line 17) | compareEqual constant compareGreater (line 18) | compareGreater function compare (line 45) | func compare(obj1, obj2 interface{}, kind reflect.Kind) (compareResult, ... function Greater (line 389) | func Greater(t TestingT, e1 interface{}, e2 interface{}, msgAndArgs ...i... function GreaterOrEqual (line 403) | func GreaterOrEqual(t TestingT, e1 interface{}, e2 interface{}, msgAndAr... function Less (line 416) | func Less(t TestingT, e1 interface{}, e2 interface{}, msgAndArgs ...inte... function LessOrEqual (line 430) | func LessOrEqual(t TestingT, e1 interface{}, e2 interface{}, msgAndArgs ... function Positive (line 442) | func Positive(t TestingT, e interface{}, msgAndArgs ...interface{}) bool { function Negative (line 455) | func Negative(t TestingT, e interface{}, msgAndArgs ...interface{}) bool { function compareTwoValues (line 464) | func compareTwoValues(t TestingT, e1 interface{}, e2 interface{}, allowe... function containsValue (line 487) | func containsValue(values []compareResult, value compareResult) bool { FILE: vendor/github.com/stretchr/testify/assert/assertion_format.go function Conditionf (line 12) | func Conditionf(t TestingT, comp Comparison, msg string, args ...interfa... function Containsf (line 25) | func Containsf(t TestingT, s interface{}, contains interface{}, msg stri... function DirExistsf (line 34) | func DirExistsf(t TestingT, path string, msg string, args ...interface{}... function ElementsMatchf (line 46) | func ElementsMatchf(t TestingT, listA interface{}, listB interface{}, ms... function Emptyf (line 66) | func Emptyf(t TestingT, object interface{}, msg string, args ...interfac... function Equalf (line 80) | func Equalf(t TestingT, expected interface{}, actual interface{}, msg st... function EqualErrorf (line 92) | func EqualErrorf(t TestingT, theError error, errString string, msg strin... function EqualExportedValuesf (line 109) | func EqualExportedValuesf(t TestingT, expected interface{}, actual inter... function EqualValuesf (line 120) | func EqualValuesf(t TestingT, expected interface{}, actual interface{}, ... function Errorf (line 131) | func Errorf(t TestingT, err error, msg string, args ...interface{}) bool { function ErrorAsf (line 140) | func ErrorAsf(t TestingT, err error, target interface{}, msg string, arg... function ErrorContainsf (line 152) | func ErrorContainsf(t TestingT, theError error, contains string, msg str... function ErrorIsf (line 161) | func ErrorIsf(t TestingT, err error, target error, msg string, args ...i... function Eventuallyf (line 172) | func Eventuallyf(t TestingT, condition func() bool, waitFor time.Duratio... function EventuallyWithTf (line 197) | func EventuallyWithTf(t TestingT, condition func(collect *CollectT), wai... function Exactlyf (line 207) | func Exactlyf(t TestingT, expected interface{}, actual interface{}, msg ... function Failf (line 215) | func Failf(t TestingT, failureMessage string, msg string, args ...interf... function FailNowf (line 223) | func FailNowf(t TestingT, failureMessage string, msg string, args ...int... function Falsef (line 233) | func Falsef(t TestingT, value bool, msg string, args ...interface{}) bool { function FileExistsf (line 242) | func FileExistsf(t TestingT, path string, msg string, args ...interface{... function Greaterf (line 254) | func Greaterf(t TestingT, e1 interface{}, e2 interface{}, msg string, ar... function GreaterOrEqualf (line 267) | func GreaterOrEqualf(t TestingT, e1 interface{}, e2 interface{}, msg str... function HTTPBodyContainsf (line 280) | func HTTPBodyContainsf(t TestingT, handler http.HandlerFunc, method stri... function HTTPBodyNotContainsf (line 293) | func HTTPBodyNotContainsf(t TestingT, handler http.HandlerFunc, method s... function HTTPErrorf (line 305) | func HTTPErrorf(t TestingT, handler http.HandlerFunc, method string, url... function HTTPRedirectf (line 317) | func HTTPRedirectf(t TestingT, handler http.HandlerFunc, method string, ... function HTTPStatusCodef (line 329) | func HTTPStatusCodef(t TestingT, handler http.HandlerFunc, method string... function HTTPSuccessf (line 341) | func HTTPSuccessf(t TestingT, handler http.HandlerFunc, method string, u... function Implementsf (line 351) | func Implementsf(t TestingT, interfaceObject interface{}, object interfa... function InDeltaf (line 361) | func InDeltaf(t TestingT, expected interface{}, actual interface{}, delt... function InDeltaMapValuesf (line 369) | func InDeltaMapValuesf(t TestingT, expected interface{}, actual interfac... function InDeltaSlicef (line 377) | func InDeltaSlicef(t TestingT, expected interface{}, actual interface{},... function InEpsilonf (line 385) | func InEpsilonf(t TestingT, expected interface{}, actual interface{}, ep... function InEpsilonSlicef (line 393) | func InEpsilonSlicef(t TestingT, expected interface{}, actual interface{... function IsDecreasingf (line 405) | func IsDecreasingf(t TestingT, object interface{}, msg string, args ...i... function IsIncreasingf (line 417) | func IsIncreasingf(t TestingT, object interface{}, msg string, args ...i... function IsNonDecreasingf (line 429) | func IsNonDecreasingf(t TestingT, object interface{}, msg string, args .... function IsNonIncreasingf (line 441) | func IsNonIncreasingf(t TestingT, object interface{}, msg string, args .... function IsNotTypef (line 451) | func IsNotTypef(t TestingT, theType interface{}, object interface{}, msg... function IsTypef (line 461) | func IsTypef(t TestingT, expectedType interface{}, object interface{}, m... function JSONEqf (line 471) | func JSONEqf(t TestingT, expected string, actual string, msg string, arg... function Lenf (line 482) | func Lenf(t TestingT, object interface{}, length int, msg string, args .... function Lessf (line 494) | func Lessf(t TestingT, e1 interface{}, e2 interface{}, msg string, args ... function LessOrEqualf (line 507) | func LessOrEqualf(t TestingT, e1 interface{}, e2 interface{}, msg string... function Negativef (line 518) | func Negativef(t TestingT, e interface{}, msg string, args ...interface{... function Neverf (line 529) | func Neverf(t TestingT, condition func() bool, waitFor time.Duration, ti... function Nilf (line 539) | func Nilf(t TestingT, object interface{}, msg string, args ...interface{... function NoDirExistsf (line 548) | func NoDirExistsf(t TestingT, path string, msg string, args ...interface... function NoErrorf (line 561) | func NoErrorf(t TestingT, err error, msg string, args ...interface{}) bo... function NoFileExistsf (line 570) | func NoFileExistsf(t TestingT, path string, msg string, args ...interfac... function NotContainsf (line 583) | func NotContainsf(t TestingT, s interface{}, contains interface{}, msg s... function NotElementsMatchf (line 600) | func NotElementsMatchf(t TestingT, listA interface{}, listB interface{},... function NotEmptyf (line 612) | func NotEmptyf(t TestingT, object interface{}, msg string, args ...inter... function NotEqualf (line 625) | func NotEqualf(t TestingT, expected interface{}, actual interface{}, msg... function NotEqualValuesf (line 635) | func NotEqualValuesf(t TestingT, expected interface{}, actual interface{... function NotErrorAsf (line 644) | func NotErrorAsf(t TestingT, err error, target interface{}, msg string, ... function NotErrorIsf (line 653) | func NotErrorIsf(t TestingT, err error, target error, msg string, args .... function NotImplementsf (line 663) | func NotImplementsf(t TestingT, interfaceObject interface{}, object inte... function NotNilf (line 673) | func NotNilf(t TestingT, object interface{}, msg string, args ...interfa... function NotPanicsf (line 683) | func NotPanicsf(t TestingT, f PanicTestFunc, msg string, args ...interfa... function NotRegexpf (line 694) | func NotRegexpf(t TestingT, rx interface{}, str interface{}, msg string,... function NotSamef (line 707) | func NotSamef(t TestingT, expected interface{}, actual interface{}, msg ... function NotSubsetf (line 723) | func NotSubsetf(t TestingT, list interface{}, subset interface{}, msg st... function NotZerof (line 731) | func NotZerof(t TestingT, i interface{}, msg string, args ...interface{}... function Panicsf (line 741) | func Panicsf(t TestingT, f PanicTestFunc, msg string, args ...interface{... function PanicsWithErrorf (line 753) | func PanicsWithErrorf(t TestingT, errString string, f PanicTestFunc, msg... function PanicsWithValuef (line 764) | func PanicsWithValuef(t TestingT, expected interface{}, f PanicTestFunc,... function Positivef (line 775) | func Positivef(t TestingT, e interface{}, msg string, args ...interface{... function Regexpf (line 786) | func Regexpf(t TestingT, rx interface{}, str interface{}, msg string, ar... function Samef (line 799) | func Samef(t TestingT, expected interface{}, actual interface{}, msg str... function Subsetf (line 815) | func Subsetf(t TestingT, list interface{}, subset interface{}, msg strin... function Truef (line 825) | func Truef(t TestingT, value bool, msg string, args ...interface{}) bool { function WithinDurationf (line 835) | func WithinDurationf(t TestingT, expected time.Time, actual time.Time, d... function WithinRangef (line 845) | func WithinRangef(t TestingT, actual time.Time, start time.Time, end tim... function YAMLEqf (line 853) | func YAMLEqf(t TestingT, expected string, actual string, msg string, arg... function Zerof (line 861) | func Zerof(t TestingT, i interface{}, msg string, args ...interface{}) b... FILE: vendor/github.com/stretchr/testify/assert/assertion_forward.go method Condition (line 12) | func (a *Assertions) Condition(comp Comparison, msgAndArgs ...interface{... method Conditionf (line 20) | func (a *Assertions) Conditionf(comp Comparison, msg string, args ...int... method Contains (line 33) | func (a *Assertions) Contains(s interface{}, contains interface{}, msgAn... method Containsf (line 46) | func (a *Assertions) Containsf(s interface{}, contains interface{}, msg ... method DirExists (line 55) | func (a *Assertions) DirExists(path string, msgAndArgs ...interface{}) b... method DirExistsf (line 64) | func (a *Assertions) DirExistsf(path string, msg string, args ...interfa... method ElementsMatch (line 76) | func (a *Assertions) ElementsMatch(listA interface{}, listB interface{},... method ElementsMatchf (line 88) | func (a *Assertions) ElementsMatchf(listA interface{}, listB interface{}... method Empty (line 108) | func (a *Assertions) Empty(object interface{}, msgAndArgs ...interface{}... method Emptyf (line 128) | func (a *Assertions) Emptyf(object interface{}, msg string, args ...inte... method Equal (line 142) | func (a *Assertions) Equal(expected interface{}, actual interface{}, msg... method EqualError (line 154) | func (a *Assertions) EqualError(theError error, errString string, msgAnd... method EqualErrorf (line 166) | func (a *Assertions) EqualErrorf(theError error, errString string, msg s... method EqualExportedValues (line 183) | func (a *Assertions) EqualExportedValues(expected interface{}, actual in... method EqualExportedValuesf (line 200) | func (a *Assertions) EqualExportedValuesf(expected interface{}, actual i... method EqualValues (line 211) | func (a *Assertions) EqualValues(expected interface{}, actual interface{... method EqualValuesf (line 222) | func (a *Assertions) EqualValuesf(expected interface{}, actual interface... method Equalf (line 236) | func (a *Assertions) Equalf(expected interface{}, actual interface{}, ms... method Error (line 247) | func (a *Assertions) Error(err error, msgAndArgs ...interface{}) bool { method ErrorAs (line 256) | func (a *Assertions) ErrorAs(err error, target interface{}, msgAndArgs .... method ErrorAsf (line 265) | func (a *Assertions) ErrorAsf(err error, target interface{}, msg string,... method ErrorContains (line 277) | func (a *Assertions) ErrorContains(theError error, contains string, msgA... method ErrorContainsf (line 289) | func (a *Assertions) ErrorContainsf(theError error, contains string, msg... method ErrorIs (line 298) | func (a *Assertions) ErrorIs(err error, target error, msgAndArgs ...inte... method ErrorIsf (line 307) | func (a *Assertions) ErrorIsf(err error, target error, msg string, args ... method Errorf (line 318) | func (a *Assertions) Errorf(err error, msg string, args ...interface{}) ... method Eventually (line 329) | func (a *Assertions) Eventually(condition func() bool, waitFor time.Dura... method EventuallyWithT (line 354) | func (a *Assertions) EventuallyWithT(condition func(collect *CollectT), ... method EventuallyWithTf (line 379) | func (a *Assertions) EventuallyWithTf(condition func(collect *CollectT),... method Eventuallyf (line 390) | func (a *Assertions) Eventuallyf(condition func() bool, waitFor time.Dur... method Exactly (line 400) | func (a *Assertions) Exactly(expected interface{}, actual interface{}, m... method Exactlyf (line 410) | func (a *Assertions) Exactlyf(expected interface{}, actual interface{}, ... method Fail (line 418) | func (a *Assertions) Fail(failureMessage string, msgAndArgs ...interface... method FailNow (line 426) | func (a *Assertions) FailNow(failureMessage string, msgAndArgs ...interf... method FailNowf (line 434) | func (a *Assertions) FailNowf(failureMessage string, msg string, args ..... method Failf (line 442) | func (a *Assertions) Failf(failureMessage string, msg string, args ...in... method False (line 452) | func (a *Assertions) False(value bool, msgAndArgs ...interface{}) bool { method Falsef (line 462) | func (a *Assertions) Falsef(value bool, msg string, args ...interface{})... method FileExists (line 471) | func (a *Assertions) FileExists(path string, msgAndArgs ...interface{}) ... method FileExistsf (line 480) | func (a *Assertions) FileExistsf(path string, msg string, args ...interf... method Greater (line 492) | func (a *Assertions) Greater(e1 interface{}, e2 interface{}, msgAndArgs ... method GreaterOrEqual (line 505) | func (a *Assertions) GreaterOrEqual(e1 interface{}, e2 interface{}, msgA... method GreaterOrEqualf (line 518) | func (a *Assertions) GreaterOrEqualf(e1 interface{}, e2 interface{}, msg... method Greaterf (line 530) | func (a *Assertions) Greaterf(e1 interface{}, e2 interface{}, msg string... method HTTPBodyContains (line 543) | func (a *Assertions) HTTPBodyContains(handler http.HandlerFunc, method s... method HTTPBodyContainsf (line 556) | func (a *Assertions) HTTPBodyContainsf(handler http.HandlerFunc, method ... method HTTPBodyNotContains (line 569) | func (a *Assertions) HTTPBodyNotContains(handler http.HandlerFunc, metho... method HTTPBodyNotContainsf (line 582) | func (a *Assertions) HTTPBodyNotContainsf(handler http.HandlerFunc, meth... method HTTPError (line 594) | func (a *Assertions) HTTPError(handler http.HandlerFunc, method string, ... method HTTPErrorf (line 606) | func (a *Assertions) HTTPErrorf(handler http.HandlerFunc, method string,... method HTTPRedirect (line 618) | func (a *Assertions) HTTPRedirect(handler http.HandlerFunc, method strin... method HTTPRedirectf (line 630) | func (a *Assertions) HTTPRedirectf(handler http.HandlerFunc, method stri... method HTTPStatusCode (line 642) | func (a *Assertions) HTTPStatusCode(handler http.HandlerFunc, method str... method HTTPStatusCodef (line 654) | func (a *Assertions) HTTPStatusCodef(handler http.HandlerFunc, method st... method HTTPSuccess (line 666) | func (a *Assertions) HTTPSuccess(handler http.HandlerFunc, method string... method HTTPSuccessf (line 678) | func (a *Assertions) HTTPSuccessf(handler http.HandlerFunc, method strin... method Implements (line 688) | func (a *Assertions) Implements(interfaceObject interface{}, object inte... method Implementsf (line 698) | func (a *Assertions) Implementsf(interfaceObject interface{}, object int... method InDelta (line 708) | func (a *Assertions) InDelta(expected interface{}, actual interface{}, d... method InDeltaMapValues (line 716) | func (a *Assertions) InDeltaMapValues(expected interface{}, actual inter... method InDeltaMapValuesf (line 724) | func (a *Assertions) InDeltaMapValuesf(expected interface{}, actual inte... method InDeltaSlice (line 732) | func (a *Assertions) InDeltaSlice(expected interface{}, actual interface... method InDeltaSlicef (line 740) | func (a *Assertions) InDeltaSlicef(expected interface{}, actual interfac... method InDeltaf (line 750) | func (a *Assertions) InDeltaf(expected interface{}, actual interface{}, ... method InEpsilon (line 758) | func (a *Assertions) InEpsilon(expected interface{}, actual interface{},... method InEpsilonSlice (line 766) | func (a *Assertions) InEpsilonSlice(expected interface{}, actual interfa... method InEpsilonSlicef (line 774) | func (a *Assertions) InEpsilonSlicef(expected interface{}, actual interf... method InEpsilonf (line 782) | func (a *Assertions) InEpsilonf(expected interface{}, actual interface{}... method IsDecreasing (line 794) | func (a *Assertions) IsDecreasing(object interface{}, msgAndArgs ...inte... method IsDecreasingf (line 806) | func (a *Assertions) IsDecreasingf(object interface{}, msg string, args ... method IsIncreasing (line 818) | func (a *Assertions) IsIncreasing(object interface{}, msgAndArgs ...inte... method IsIncreasingf (line 830) | func (a *Assertions) IsIncreasingf(object interface{}, msg string, args ... method IsNonDecreasing (line 842) | func (a *Assertions) IsNonDecreasing(object interface{}, msgAndArgs ...i... method IsNonDecreasingf (line 854) | func (a *Assertions) IsNonDecreasingf(object interface{}, msg string, ar... method IsNonIncreasing (line 866) | func (a *Assertions) IsNonIncreasing(object interface{}, msgAndArgs ...i... method IsNonIncreasingf (line 878) | func (a *Assertions) IsNonIncreasingf(object interface{}, msg string, ar... method IsNotType (line 888) | func (a *Assertions) IsNotType(theType interface{}, object interface{}, ... method IsNotTypef (line 898) | func (a *Assertions) IsNotTypef(theType interface{}, object interface{},... method IsType (line 908) | func (a *Assertions) IsType(expectedType interface{}, object interface{}... method IsTypef (line 918) | func (a *Assertions) IsTypef(expectedType interface{}, object interface{... method JSONEq (line 928) | func (a *Assertions) JSONEq(expected string, actual string, msgAndArgs .... method JSONEqf (line 938) | func (a *Assertions) JSONEqf(expected string, actual string, msg string,... method Len (line 949) | func (a *Assertions) Len(object interface{}, length int, msgAndArgs ...i... method Lenf (line 960) | func (a *Assertions) Lenf(object interface{}, length int, msg string, ar... method Less (line 972) | func (a *Assertions) Less(e1 interface{}, e2 interface{}, msgAndArgs ...... method LessOrEqual (line 985) | func (a *Assertions) LessOrEqual(e1 interface{}, e2 interface{}, msgAndA... method LessOrEqualf (line 998) | func (a *Assertions) LessOrEqualf(e1 interface{}, e2 interface{}, msg st... method Lessf (line 1010) | func (a *Assertions) Lessf(e1 interface{}, e2 interface{}, msg string, a... method Negative (line 1021) | func (a *Assertions) Negative(e interface{}, msgAndArgs ...interface{}) ... method Negativef (line 1032) | func (a *Assertions) Negativef(e interface{}, msg string, args ...interf... method Never (line 1043) | func (a *Assertions) Never(condition func() bool, waitFor time.Duration,... method Neverf (line 1054) | func (a *Assertions) Neverf(condition func() bool, waitFor time.Duration... method Nil (line 1064) | func (a *Assertions) Nil(object interface{}, msgAndArgs ...interface{}) ... method Nilf (line 1074) | func (a *Assertions) Nilf(object interface{}, msg string, args ...interf... method NoDirExists (line 1083) | func (a *Assertions) NoDirExists(path string, msgAndArgs ...interface{})... method NoDirExistsf (line 1092) | func (a *Assertions) NoDirExistsf(path string, msg string, args ...inter... method NoError (line 1105) | func (a *Assertions) NoError(err error, msgAndArgs ...interface{}) bool { method NoErrorf (line 1118) | func (a *Assertions) NoErrorf(err error, msg string, args ...interface{}... method NoFileExists (line 1127) | func (a *Assertions) NoFileExists(path string, msgAndArgs ...interface{}... method NoFileExistsf (line 1136) | func (a *Assertions) NoFileExistsf(path string, msg string, args ...inte... method NotContains (line 1149) | func (a *Assertions) NotContains(s interface{}, contains interface{}, ms... method NotContainsf (line 1162) | func (a *Assertions) NotContainsf(s interface{}, contains interface{}, m... method NotElementsMatch (line 1179) | func (a *Assertions) NotElementsMatch(listA interface{}, listB interface... method NotElementsMatchf (line 1196) | func (a *Assertions) NotElementsMatchf(listA interface{}, listB interfac... method NotEmpty (line 1208) | func (a *Assertions) NotEmpty(object interface{}, msgAndArgs ...interfac... method NotEmptyf (line 1220) | func (a *Assertions) NotEmptyf(object interface{}, msg string, args ...i... method NotEqual (line 1233) | func (a *Assertions) NotEqual(expected interface{}, actual interface{}, ... method NotEqualValues (line 1243) | func (a *Assertions) NotEqualValues(expected interface{}, actual interfa... method NotEqualValuesf (line 1253) | func (a *Assertions) NotEqualValuesf(expected interface{}, actual interf... method NotEqualf (line 1266) | func (a *Assertions) NotEqualf(expected interface{}, actual interface{},... method NotErrorAs (line 1275) | func (a *Assertions) NotErrorAs(err error, target interface{}, msgAndArg... method NotErrorAsf (line 1284) | func (a *Assertions) NotErrorAsf(err error, target interface{}, msg stri... method NotErrorIs (line 1293) | func (a *Assertions) NotErrorIs(err error, target error, msgAndArgs ...i... method NotErrorIsf (line 1302) | func (a *Assertions) NotErrorIsf(err error, target error, msg string, ar... method NotImplements (line 1312) | func (a *Assertions) NotImplements(interfaceObject interface{}, object i... method NotImplementsf (line 1322) | func (a *Assertions) NotImplementsf(interfaceObject interface{}, object ... method NotNil (line 1332) | func (a *Assertions) NotNil(object interface{}, msgAndArgs ...interface{... method NotNilf (line 1342) | func (a *Assertions) NotNilf(object interface{}, msg string, args ...int... method NotPanics (line 1352) | func (a *Assertions) NotPanics(f PanicTestFunc, msgAndArgs ...interface{... method NotPanicsf (line 1362) | func (a *Assertions) NotPanicsf(f PanicTestFunc, msg string, args ...int... method NotRegexp (line 1373) | func (a *Assertions) NotRegexp(rx interface{}, str interface{}, msgAndAr... method NotRegexpf (line 1384) | func (a *Assertions) NotRegexpf(rx interface{}, str interface{}, msg str... method NotSame (line 1397) | func (a *Assertions) NotSame(expected interface{}, actual interface{}, m... method NotSamef (line 1410) | func (a *Assertions) NotSamef(expected interface{}, actual interface{}, ... method NotSubset (line 1426) | func (a *Assertions) NotSubset(list interface{}, subset interface{}, msg... method NotSubsetf (line 1442) | func (a *Assertions) NotSubsetf(list interface{}, subset interface{}, ms... method NotZero (line 1450) | func (a *Assertions) NotZero(i interface{}, msgAndArgs ...interface{}) b... method NotZerof (line 1458) | func (a *Assertions) NotZerof(i interface{}, msg string, args ...interfa... method Panics (line 1468) | func (a *Assertions) Panics(f PanicTestFunc, msgAndArgs ...interface{}) ... method PanicsWithError (line 1480) | func (a *Assertions) PanicsWithError(errString string, f PanicTestFunc, ... method PanicsWithErrorf (line 1492) | func (a *Assertions) PanicsWithErrorf(errString string, f PanicTestFunc,... method PanicsWithValue (line 1503) | func (a *Assertions) PanicsWithValue(expected interface{}, f PanicTestFu... method PanicsWithValuef (line 1514) | func (a *Assertions) PanicsWithValuef(expected interface{}, f PanicTestF... method Panicsf (line 1524) | func (a *Assertions) Panicsf(f PanicTestFunc, msg string, args ...interf... method Positive (line 1535) | func (a *Assertions) Positive(e interface{}, msgAndArgs ...interface{}) ... method Positivef (line 1546) | func (a *Assertions) Positivef(e interface{}, msg string, args ...interf... method Regexp (line 1557) | func (a *Assertions) Regexp(rx interface{}, str interface{}, msgAndArgs ... method Regexpf (line 1568) | func (a *Assertions) Regexpf(rx interface{}, str interface{}, msg string... method Same (line 1581) | func (a *Assertions) Same(expected interface{}, actual interface{}, msgA... method Samef (line 1594) | func (a *Assertions) Samef(expected interface{}, actual interface{}, msg... method Subset (line 1610) | func (a *Assertions) Subset(list interface{}, subset interface{}, msgAnd... method Subsetf (line 1626) | func (a *Assertions) Subsetf(list interface{}, subset interface{}, msg s... method True (line 1636) | func (a *Assertions) True(value bool, msgAndArgs ...interface{}) bool { method Truef (line 1646) | func (a *Assertions) Truef(value bool, msg string, args ...interface{}) ... method WithinDuration (line 1656) | func (a *Assertions) WithinDuration(expected time.Time, actual time.Time... method WithinDurationf (line 1666) | func (a *Assertions) WithinDurationf(expected time.Time, actual time.Tim... method WithinRange (line 1676) | func (a *Assertions) WithinRange(actual time.Time, start time.Time, end ... method WithinRangef (line 1686) | func (a *Assertions) WithinRangef(actual time.Time, start time.Time, end... method YAMLEq (line 1694) | func (a *Assertions) YAMLEq(expected string, actual string, msgAndArgs .... method YAMLEqf (line 1702) | func (a *Assertions) YAMLEqf(expected string, actual string, msg string,... method Zero (line 1710) | func (a *Assertions) Zero(i interface{}, msgAndArgs ...interface{}) bool { method Zerof (line 1718) | func (a *Assertions) Zerof(i interface{}, msg string, args ...interface{... FILE: vendor/github.com/stretchr/testify/assert/assertion_order.go function isOrdered (line 9) | func isOrdered(t TestingT, object interface{}, allowedComparesResults []... function IsIncreasing (line 52) | func IsIncreasing(t TestingT, object interface{}, msgAndArgs ...interfac... function IsNonIncreasing (line 61) | func IsNonIncreasing(t TestingT, object interface{}, msgAndArgs ...inter... function IsDecreasing (line 70) | func IsDecreasing(t TestingT, object interface{}, msgAndArgs ...interfac... function IsNonDecreasing (line 79) | func IsNonDecreasing(t TestingT, object interface{}, msgAndArgs ...inter... FILE: vendor/github.com/stretchr/testify/assert/assertions.go type TestingT (line 30) | type TestingT interface type ComparisonAssertionFunc (line 36) | type ComparisonAssertionFunc type ValueAssertionFunc (line 40) | type ValueAssertionFunc type BoolAssertionFunc (line 44) | type BoolAssertionFunc type ErrorAssertionFunc (line 48) | type ErrorAssertionFunc type Comparison (line 55) | type Comparison function ObjectsAreEqual (line 64) | func ObjectsAreEqual(expected, actual interface{}) bool { function copyExportedFields (line 86) | func copyExportedFields(expected interface{}) interface{} { function ObjectsExportedFieldsAreEqual (line 156) | func ObjectsExportedFieldsAreEqual(expected, actual interface{}) bool { function ObjectsAreEqualValues (line 164) | func ObjectsAreEqualValues(expected, actual interface{}) bool { function isNumericType (line 201) | func isNumericType(t reflect.Type) bool { function CallerInfo (line 212) | func CallerInfo() []string { function isTest (line 293) | func isTest(name, prefix string) bool { function messageFromMsgAndArgs (line 304) | func messageFromMsgAndArgs(msgAndArgs ...interface{}) string { function indentMessageLines (line 325) | func indentMessageLines(message string, longestLabelLen int) string { type failNower (line 340) | type failNower interface function FailNow (line 345) | func FailNow(t TestingT, failureMessage string, msgAndArgs ...interface{... function Fail (line 366) | func Fail(t TestingT, failureMessage string, msgAndArgs ...interface{}) ... type labeledContent (line 392) | type labeledContent struct function labeledOutput (line 406) | func labeledOutput(content ...labeledContent) string { function Implements (line 423) | func Implements(t TestingT, interfaceObject interface{}, object interfac... function NotImplements (line 442) | func NotImplements(t TestingT, interfaceObject interface{}, object inter... function isType (line 458) | func isType(expectedType, object interface{}) bool { function IsType (line 465) | func IsType(t TestingT, expectedType, object interface{}, msgAndArgs ...... function IsNotType (line 478) | func IsNotType(t TestingT, theType, object interface{}, msgAndArgs ...in... function Equal (line 495) | func Equal(t TestingT, expected, actual interface{}, msgAndArgs ...inter... function validateEqualArgs (line 517) | func validateEqualArgs(expected, actual interface{}) error { function Same (line 534) | func Same(t TestingT, expected, actual interface{}, msgAndArgs ...interf... function NotSame (line 561) | func NotSame(t TestingT, expected, actual interface{}, msgAndArgs ...int... function samePointers (line 584) | func samePointers(first, second interface{}) (same bool, ok bool) { function formatUnequalValues (line 605) | func formatUnequalValues(expected, actual interface{}) (e string, a stri... function truncatingFormat (line 621) | func truncatingFormat(data interface{}) string { function EqualValues (line 634) | func EqualValues(t TestingT, expected, actual interface{}, msgAndArgs ..... function EqualExportedValues (line 660) | func EqualExportedValues(t TestingT, expected, actual interface{}, msgAn... function Exactly (line 689) | func Exactly(t TestingT, expected, actual interface{}, msgAndArgs ...int... function NotNil (line 707) | func NotNil(t TestingT, object interface{}, msgAndArgs ...interface{}) b... function isNil (line 718) | func isNil(object interface{}) bool { function Nil (line 739) | func Nil(t TestingT, object interface{}, msgAndArgs ...interface{}) bool { function isEmpty (line 750) | func isEmpty(object interface{}) bool { function isEmptyValue (line 760) | func isEmptyValue(objValue reflect.Value) bool { function Empty (line 790) | func Empty(t TestingT, object interface{}, msgAndArgs ...interface{}) bo... function NotEmpty (line 807) | func NotEmpty(t TestingT, object interface{}, msgAndArgs ...interface{})... function getLen (line 821) | func getLen(x interface{}) (length int, ok bool) { function Len (line 833) | func Len(t TestingT, object interface{}, length int, msgAndArgs ...inter... function True (line 851) | func True(t TestingT, value bool, msgAndArgs ...interface{}) bool { function False (line 865) | func False(t TestingT, value bool, msgAndArgs ...interface{}) bool { function NotEqual (line 882) | func NotEqual(t TestingT, expected, actual interface{}, msgAndArgs ...in... function NotEqualValues (line 901) | func NotEqualValues(t TestingT, expected, actual interface{}, msgAndArgs... function containsElement (line 917) | func containsElement(list interface{}, element interface{}) (ok, found b... function Contains (line 960) | func Contains(t TestingT, s, contains interface{}, msgAndArgs ...interfa... function NotContains (line 982) | func NotContains(t TestingT, s, contains interface{}, msgAndArgs ...inte... function Subset (line 1007) | func Subset(t TestingT, list, subset interface{}, msgAndArgs ...interfac... function NotSubset (line 1075) | func NotSubset(t TestingT, list, subset interface{}, msgAndArgs ...inter... function ElementsMatch (line 1139) | func ElementsMatch(t TestingT, listA, listB interface{}, msgAndArgs ...i... function isList (line 1161) | func isList(t TestingT, list interface{}, msgAndArgs ...interface{}) (ok... function diffLists (line 1173) | func diffLists(listA, listB interface{}) (extraA, extraB []interface{}) { function formatListDiff (line 1210) | func formatListDiff(listA, listB interface{}, extraA, extraB []interface... function NotElementsMatch (line 1240) | func NotElementsMatch(t TestingT, listA, listB interface{}, msgAndArgs .... function Condition (line 1264) | func Condition(t TestingT, comp Comparison, msgAndArgs ...interface{}) b... type PanicTestFunc (line 1277) | type PanicTestFunc function didPanic (line 1280) | func didPanic(f PanicTestFunc) (didPanic bool, message interface{}, stac... function Panics (line 1300) | func Panics(t TestingT, f PanicTestFunc, msgAndArgs ...interface{}) bool { function PanicsWithValue (line 1316) | func PanicsWithValue(t TestingT, expected interface{}, f PanicTestFunc, ... function PanicsWithError (line 1337) | func PanicsWithError(t TestingT, errString string, f PanicTestFunc, msgA... function NotPanics (line 1357) | func NotPanics(t TestingT, f PanicTestFunc, msgAndArgs ...interface{}) b... function WithinDuration (line 1372) | func WithinDuration(t TestingT, expected, actual time.Time, delta time.D... function WithinRange (line 1388) | func WithinRange(t TestingT, actual, start, end time.Time, msgAndArgs ..... function toFloat (line 1406) | func toFloat(x interface{}) (float64, bool) { function InDelta (line 1447) | func InDelta(t TestingT, expected, actual interface{}, delta float64, ms... function InDeltaSlice (line 1480) | func InDeltaSlice(t TestingT, expected, actual interface{}, delta float6... function InDeltaMapValues (line 1504) | func InDeltaMapValues(t TestingT, expected, actual interface{}, delta fl... function calcRelativeError (line 1547) | func calcRelativeError(expected, actual interface{}) (float64, error) { function InEpsilon (line 1570) | func InEpsilon(t TestingT, expected, actual interface{}, epsilon float64... function InEpsilonSlice (line 1593) | func InEpsilonSlice(t TestingT, expected, actual interface{}, epsilon fl... function NoError (line 1633) | func NoError(t TestingT, err error, msgAndArgs ...interface{}) bool { function Error (line 1648) | func Error(t TestingT, err error, msgAndArgs ...interface{}) bool { function EqualError (line 1664) | func EqualError(t TestingT, theError error, errString string, msgAndArgs... function ErrorContains (line 1687) | func ErrorContains(t TestingT, theError error, contains string, msgAndAr... function matchRegexp (line 1704) | func matchRegexp(rx interface{}, str interface{}) bool { function Regexp (line 1726) | func Regexp(t TestingT, rx interface{}, str interface{}, msgAndArgs ...i... function NotRegexp (line 1744) | func NotRegexp(t TestingT, rx interface{}, str interface{}, msgAndArgs .... function Zero (line 1758) | func Zero(t TestingT, i interface{}, msgAndArgs ...interface{}) bool { function NotZero (line 1769) | func NotZero(t TestingT, i interface{}, msgAndArgs ...interface{}) bool { function FileExists (line 1781) | func FileExists(t TestingT, path string, msgAndArgs ...interface{}) bool { function NoFileExists (line 1800) | func NoFileExists(t TestingT, path string, msgAndArgs ...interface{}) bo... function DirExists (line 1816) | func DirExists(t TestingT, path string, msgAndArgs ...interface{}) bool { function NoDirExists (line 1835) | func NoDirExists(t TestingT, path string, msgAndArgs ...interface{}) bool { function JSONEq (line 1855) | func JSONEq(t TestingT, expected string, actual string, msgAndArgs ...in... function YAMLEq (line 1878) | func YAMLEq(t TestingT, expected string, actual string, msgAndArgs ...in... function typeAndKind (line 1900) | func typeAndKind(v interface{}) (reflect.Type, reflect.Kind) { function diff (line 1913) | func diff(expected interface{}, actual interface{}) string { function isFunction (line 1956) | func isFunction(arg interface{}) bool { function Eventually (line 1988) | func Eventually(t TestingT, condition func() bool, waitFor time.Duration... type CollectT (line 2024) | type CollectT struct method Helper (line 2032) | func (CollectT) Helper() {} method Errorf (line 2035) | func (c *CollectT) Errorf(format string, args ...interface{}) { method FailNow (line 2040) | func (c *CollectT) FailNow() { method Reset (line 2046) | func (*CollectT) Reset() { method Copy (line 2051) | func (*CollectT) Copy(TestingT) { method fail (line 2055) | func (c *CollectT) fail() { method failed (line 2061) | func (c *CollectT) failed() bool { function EventuallyWithT (line 2083) | func EventuallyWithT(t TestingT, condition func(collect *CollectT), wait... function Never (line 2135) | func Never(t TestingT, condition func() bool, waitFor time.Duration, tic... function ErrorIs (line 2172) | func ErrorIs(t TestingT, err, target error, msgAndArgs ...interface{}) b... function NotErrorIs (line 2198) | func NotErrorIs(t TestingT, err, target error, msgAndArgs ...interface{}... function ErrorAs (line 2221) | func ErrorAs(t TestingT, err error, target interface{}, msgAndArgs ...in... function NotErrorAs (line 2245) | func NotErrorAs(t TestingT, err error, target interface{}, msgAndArgs ..... function unwrapAll (line 2261) | func unwrapAll(err error) (errs []error) { function buildErrorChainString (line 2278) | func buildErrorChainString(err error, withType bool) string { FILE: vendor/github.com/stretchr/testify/assert/forward_assertions.go type Assertions (line 5) | type Assertions struct function New (line 10) | func New(t TestingT) *Assertions { FILE: vendor/github.com/stretchr/testify/assert/http_assertions.go function httpCode (line 13) | func httpCode(handler http.HandlerFunc, method, url string, values url.V... function HTTPSuccess (line 29) | func HTTPSuccess(t TestingT, handler http.HandlerFunc, method, url strin... function HTTPRedirect (line 51) | func HTTPRedirect(t TestingT, handler http.HandlerFunc, method, url stri... function HTTPError (line 73) | func HTTPError(t TestingT, handler http.HandlerFunc, method, url string,... function HTTPStatusCode (line 95) | func HTTPStatusCode(t TestingT, handler http.HandlerFunc, method, url st... function HTTPBody (line 114) | func HTTPBody(handler http.HandlerFunc, method, url string, values url.V... function HTTPBodyContains (line 133) | func HTTPBodyContains(t TestingT, handler http.HandlerFunc, method, url ... function HTTPBodyNotContains (line 153) | func HTTPBodyNotContains(t TestingT, handler http.HandlerFunc, method, u... FILE: vendor/github.com/stretchr/testify/assert/yaml/yaml_default.go function Unmarshal (line 34) | func Unmarshal(in []byte, out interface{}) error { FILE: vendor/github.com/stretchr/testify/assert/yaml/yaml_fail.go function Unmarshal (line 15) | func Unmarshal([]byte, interface{}) error { FILE: vendor/github.com/stretchr/testify/require/forward_requirements.go type Assertions (line 5) | type Assertions struct function New (line 10) | func New(t TestingT) *Assertions { FILE: vendor/github.com/stretchr/testify/require/require.go function Condition (line 13) | func Condition(t TestingT, comp assert.Comparison, msgAndArgs ...interfa... function Conditionf (line 24) | func Conditionf(t TestingT, comp assert.Comparison, msg string, args ...... function Contains (line 40) | func Contains(t TestingT, s interface{}, contains interface{}, msgAndArg... function Containsf (line 56) | func Containsf(t TestingT, s interface{}, contains interface{}, msg stri... function DirExists (line 68) | func DirExists(t TestingT, path string, msgAndArgs ...interface{}) { function DirExistsf (line 80) | func DirExistsf(t TestingT, path string, msg string, args ...interface{}) { function ElementsMatch (line 95) | func ElementsMatch(t TestingT, listA interface{}, listB interface{}, msg... function ElementsMatchf (line 110) | func ElementsMatchf(t TestingT, listA interface{}, listB interface{}, ms... function Empty (line 133) | func Empty(t TestingT, object interface{}, msgAndArgs ...interface{}) { function Emptyf (line 156) | func Emptyf(t TestingT, object interface{}, msg string, args ...interfac... function Equal (line 173) | func Equal(t TestingT, expected interface{}, actual interface{}, msgAndA... function EqualError (line 188) | func EqualError(t TestingT, theError error, errString string, msgAndArgs... function EqualErrorf (line 203) | func EqualErrorf(t TestingT, theError error, errString string, msg strin... function EqualExportedValues (line 223) | func EqualExportedValues(t TestingT, expected interface{}, actual interf... function EqualExportedValuesf (line 243) | func EqualExportedValuesf(t TestingT, expected interface{}, actual inter... function EqualValues (line 257) | func EqualValues(t TestingT, expected interface{}, actual interface{}, m... function EqualValuesf (line 271) | func EqualValuesf(t TestingT, expected interface{}, actual interface{}, ... function Equalf (line 288) | func Equalf(t TestingT, expected interface{}, actual interface{}, msg st... function Error (line 302) | func Error(t TestingT, err error, msgAndArgs ...interface{}) { function ErrorAs (line 314) | func ErrorAs(t TestingT, err error, target interface{}, msgAndArgs ...in... function ErrorAsf (line 326) | func ErrorAsf(t TestingT, err error, target interface{}, msg string, arg... function ErrorContains (line 341) | func ErrorContains(t TestingT, theError error, contains string, msgAndAr... function ErrorContainsf (line 356) | func ErrorContainsf(t TestingT, theError error, contains string, msg str... function ErrorIs (line 368) | func ErrorIs(t TestingT, err error, target error, msgAndArgs ...interfac... function ErrorIsf (line 380) | func ErrorIsf(t TestingT, err error, target error, msg string, args ...i... function Errorf (line 394) | func Errorf(t TestingT, err error, msg string, args ...interface{}) { function Eventually (line 408) | func Eventually(t TestingT, condition func() bool, waitFor time.Duration... function EventuallyWithT (line 436) | func EventuallyWithT(t TestingT, condition func(collect *assert.CollectT... function EventuallyWithTf (line 464) | func EventuallyWithTf(t TestingT, condition func(collect *assert.Collect... function Eventuallyf (line 478) | func Eventuallyf(t TestingT, condition func() bool, waitFor time.Duratio... function Exactly (line 491) | func Exactly(t TestingT, expected interface{}, actual interface{}, msgAn... function Exactlyf (line 504) | func Exactlyf(t TestingT, expected interface{}, actual interface{}, msg ... function Fail (line 515) | func Fail(t TestingT, failureMessage string, msgAndArgs ...interface{}) { function FailNow (line 526) | func FailNow(t TestingT, failureMessage string, msgAndArgs ...interface{... function FailNowf (line 537) | func FailNowf(t TestingT, failureMessage string, msg string, args ...int... function Failf (line 548) | func Failf(t TestingT, failureMessage string, msg string, args ...interf... function False (line 561) | func False(t TestingT, value bool, msgAndArgs ...interface{}) { function Falsef (line 574) | func Falsef(t TestingT, value bool, msg string, args ...interface{}) { function FileExists (line 586) | func FileExists(t TestingT, path string, msgAndArgs ...interface{}) { function FileExistsf (line 598) | func FileExistsf(t TestingT, path string, msg string, args ...interface{... function Greater (line 613) | func Greater(t TestingT, e1 interface{}, e2 interface{}, msgAndArgs ...i... function GreaterOrEqual (line 629) | func GreaterOrEqual(t TestingT, e1 interface{}, e2 interface{}, msgAndAr... function GreaterOrEqualf (line 645) | func GreaterOrEqualf(t TestingT, e1 interface{}, e2 interface{}, msg str... function Greaterf (line 660) | func Greaterf(t TestingT, e1 interface{}, e2 interface{}, msg string, ar... function HTTPBodyContains (line 676) | func HTTPBodyContains(t TestingT, handler http.HandlerFunc, method strin... function HTTPBodyContainsf (line 692) | func HTTPBodyContainsf(t TestingT, handler http.HandlerFunc, method stri... function HTTPBodyNotContains (line 708) | func HTTPBodyNotContains(t TestingT, handler http.HandlerFunc, method st... function HTTPBodyNotContainsf (line 724) | func HTTPBodyNotContainsf(t TestingT, handler http.HandlerFunc, method s... function HTTPError (line 739) | func HTTPError(t TestingT, handler http.HandlerFunc, method string, url ... function HTTPErrorf (line 754) | func HTTPErrorf(t TestingT, handler http.HandlerFunc, method string, url... function HTTPRedirect (line 769) | func HTTPRedirect(t TestingT, handler http.HandlerFunc, method string, u... function HTTPRedirectf (line 784) | func HTTPRedirectf(t TestingT, handler http.HandlerFunc, method string, ... function HTTPStatusCode (line 799) | func HTTPStatusCode(t TestingT, handler http.HandlerFunc, method string,... function HTTPStatusCodef (line 814) | func HTTPStatusCodef(t TestingT, handler http.HandlerFunc, method string... function HTTPSuccess (line 829) | func HTTPSuccess(t TestingT, handler http.HandlerFunc, method string, ur... function HTTPSuccessf (line 844) | func HTTPSuccessf(t TestingT, handler http.HandlerFunc, method string, u... function Implements (line 857) | func Implements(t TestingT, interfaceObject interface{}, object interfac... function Implementsf (line 870) | func Implementsf(t TestingT, interfaceObject interface{}, object interfa... function InDelta (line 883) | func InDelta(t TestingT, expected interface{}, actual interface{}, delta... function InDeltaMapValues (line 894) | func InDeltaMapValues(t TestingT, expected interface{}, actual interface... function InDeltaMapValuesf (line 905) | func InDeltaMapValuesf(t TestingT, expected interface{}, actual interfac... function InDeltaSlice (line 916) | func InDeltaSlice(t TestingT, expected interface{}, actual interface{}, ... function InDeltaSlicef (line 927) | func InDeltaSlicef(t TestingT, expected interface{}, actual interface{},... function InDeltaf (line 940) | func InDeltaf(t TestingT, expected interface{}, actual interface{}, delt... function InEpsilon (line 951) | func InEpsilon(t TestingT, expected interface{}, actual interface{}, eps... function InEpsilonSlice (line 962) | func InEpsilonSlice(t TestingT, expected interface{}, actual interface{}... function InEpsilonSlicef (line 973) | func InEpsilonSlicef(t TestingT, expected interface{}, actual interface{... function InEpsilonf (line 984) | func InEpsilonf(t TestingT, expected interface{}, actual interface{}, ep... function IsDecreasing (line 999) | func IsDecreasing(t TestingT, object interface{}, msgAndArgs ...interfac... function IsDecreasingf (line 1014) | func IsDecreasingf(t TestingT, object interface{}, msg string, args ...i... function IsIncreasing (line 1029) | func IsIncreasing(t TestingT, object interface{}, msgAndArgs ...interfac... function IsIncreasingf (line 1044) | func IsIncreasingf(t TestingT, object interface{}, msg string, args ...i... function IsNonDecreasing (line 1059) | func IsNonDecreasing(t TestingT, object interface{}, msgAndArgs ...inter... function IsNonDecreasingf (line 1074) | func IsNonDecreasingf(t TestingT, object interface{}, msg string, args .... function IsNonIncreasing (line 1089) | func IsNonIncreasing(t TestingT, object interface{}, msgAndArgs ...inter... function IsNonIncreasingf (line 1104) | func IsNonIncreasingf(t TestingT, object interface{}, msg string, args .... function IsNotType (line 1117) | func IsNotType(t TestingT, theType interface{}, object interface{}, msgA... function IsNotTypef (line 1130) | func IsNotTypef(t TestingT, theType interface{}, object interface{}, msg... function IsType (line 1143) | func IsType(t TestingT, expectedType interface{}, object interface{}, ms... function IsTypef (line 1156) | func IsTypef(t TestingT, expectedType interface{}, object interface{}, m... function JSONEq (line 1169) | func JSONEq(t TestingT, expected string, actual string, msgAndArgs ...in... function JSONEqf (line 1182) | func JSONEqf(t TestingT, expected string, actual string, msg string, arg... function Len (line 1196) | func Len(t TestingT, object interface{}, length int, msgAndArgs ...inter... function Lenf (line 1210) | func Lenf(t TestingT, object interface{}, length int, msg string, args .... function Less (line 1225) | func Less(t TestingT, e1 interface{}, e2 interface{}, msgAndArgs ...inte... function LessOrEqual (line 1241) | func LessOrEqual(t TestingT, e1 interface{}, e2 interface{}, msgAndArgs ... function LessOrEqualf (line 1257) | func LessOrEqualf(t TestingT, e1 interface{}, e2 interface{}, msg string... function Lessf (line 1272) | func Lessf(t TestingT, e1 interface{}, e2 interface{}, msg string, args ... function Negative (line 1286) | func Negative(t TestingT, e interface{}, msgAndArgs ...interface{}) { function Negativef (line 1300) | func Negativef(t TestingT, e interface{}, msg string, args ...interface{... function Never (line 1314) | func Never(t TestingT, condition func() bool, waitFor time.Duration, tic... function Neverf (line 1328) | func Neverf(t TestingT, condition func() bool, waitFor time.Duration, ti... function Nil (line 1341) | func Nil(t TestingT, object interface{}, msgAndArgs ...interface{}) { function Nilf (line 1354) | func Nilf(t TestingT, object interface{}, msg string, args ...interface{... function NoDirExists (line 1366) | func NoDirExists(t TestingT, path string, msgAndArgs ...interface{}) { function NoDirExistsf (line 1378) | func NoDirExistsf(t TestingT, path string, msg string, args ...interface... function NoError (line 1394) | func NoError(t TestingT, err error, msgAndArgs ...interface{}) { function NoErrorf (line 1410) | func NoErrorf(t TestingT, err error, msg string, args ...interface{}) { function NoFileExists (line 1422) | func NoFileExists(t TestingT, path string, msgAndArgs ...interface{}) { function NoFileExistsf (line 1434) | func NoFileExistsf(t TestingT, path string, msg string, args ...interfac... function NotContains (line 1450) | func NotContains(t TestingT, s interface{}, contains interface{}, msgAnd... function NotContainsf (line 1466) | func NotContainsf(t TestingT, s interface{}, contains interface{}, msg s... function NotElementsMatch (line 1486) | func NotElementsMatch(t TestingT, listA interface{}, listB interface{}, ... function NotElementsMatchf (line 1506) | func NotElementsMatchf(t TestingT, listA interface{}, listB interface{},... function NotEmpty (line 1521) | func NotEmpty(t TestingT, object interface{}, msgAndArgs ...interface{}) { function NotEmptyf (line 1536) | func NotEmptyf(t TestingT, object interface{}, msg string, args ...inter... function NotEqual (line 1552) | func NotEqual(t TestingT, expected interface{}, actual interface{}, msgA... function NotEqualValues (line 1565) | func NotEqualValues(t TestingT, expected interface{}, actual interface{}... function NotEqualValuesf (line 1578) | func NotEqualValuesf(t TestingT, expected interface{}, actual interface{... function NotEqualf (line 1594) | func NotEqualf(t TestingT, expected interface{}, actual interface{}, msg... function NotErrorAs (line 1606) | func NotErrorAs(t TestingT, err error, target interface{}, msgAndArgs ..... function NotErrorAsf (line 1618) | func NotErrorAsf(t TestingT, err error, target interface{}, msg string, ... function NotErrorIs (line 1630) | func NotErrorIs(t TestingT, err error, target error, msgAndArgs ...inter... function NotErrorIsf (line 1642) | func NotErrorIsf(t TestingT, err error, target error, msg string, args .... function NotImplements (line 1655) | func NotImplements(t TestingT, interfaceObject interface{}, object inter... function NotImplementsf (line 1668) | func NotImplementsf(t TestingT, interfaceObject interface{}, object inte... function NotNil (line 1681) | func NotNil(t TestingT, object interface{}, msgAndArgs ...interface{}) { function NotNilf (line 1694) | func NotNilf(t TestingT, object interface{}, msg string, args ...interfa... function NotPanics (line 1707) | func NotPanics(t TestingT, f assert.PanicTestFunc, msgAndArgs ...interfa... function NotPanicsf (line 1720) | func NotPanicsf(t TestingT, f assert.PanicTestFunc, msg string, args ...... function NotRegexp (line 1734) | func NotRegexp(t TestingT, rx interface{}, str interface{}, msgAndArgs .... function NotRegexpf (line 1748) | func NotRegexpf(t TestingT, rx interface{}, str interface{}, msg string,... function NotSame (line 1764) | func NotSame(t TestingT, expected interface{}, actual interface{}, msgAn... function NotSamef (line 1780) | func NotSamef(t TestingT, expected interface{}, actual interface{}, msg ... function NotSubset (line 1799) | func NotSubset(t TestingT, list interface{}, subset interface{}, msgAndA... function NotSubsetf (line 1818) | func NotSubsetf(t TestingT, list interface{}, subset interface{}, msg st... function NotZero (line 1829) | func NotZero(t TestingT, i interface{}, msgAndArgs ...interface{}) { function NotZerof (line 1840) | func NotZerof(t TestingT, i interface{}, msg string, args ...interface{}) { function Panics (line 1853) | func Panics(t TestingT, f assert.PanicTestFunc, msgAndArgs ...interface{... function PanicsWithError (line 1868) | func PanicsWithError(t TestingT, errString string, f assert.PanicTestFun... function PanicsWithErrorf (line 1883) | func PanicsWithErrorf(t TestingT, errString string, f assert.PanicTestFu... function PanicsWithValue (line 1897) | func PanicsWithValue(t TestingT, expected interface{}, f assert.PanicTes... function PanicsWithValuef (line 1911) | func PanicsWithValuef(t TestingT, expected interface{}, f assert.PanicTe... function Panicsf (line 1924) | func Panicsf(t TestingT, f assert.PanicTestFunc, msg string, args ...int... function Positive (line 1938) | func Positive(t TestingT, e interface{}, msgAndArgs ...interface{}) { function Positivef (line 1952) | func Positivef(t TestingT, e interface{}, msg string, args ...interface{... function Regexp (line 1966) | func Regexp(t TestingT, rx interface{}, str interface{}, msgAndArgs ...i... function Regexpf (line 1980) | func Regexpf(t TestingT, rx interface{}, str interface{}, msg string, ar... function Same (line 1996) | func Same(t TestingT, expected interface{}, actual interface{}, msgAndAr... function Samef (line 2012) | func Samef(t TestingT, expected interface{}, actual interface{}, msg str... function Subset (line 2031) | func Subset(t TestingT, list interface{}, subset interface{}, msgAndArgs... function Subsetf (line 2050) | func Subsetf(t TestingT, list interface{}, subset interface{}, msg strin... function True (line 2063) | func True(t TestingT, value bool, msgAndArgs ...interface{}) { function Truef (line 2076) | func Truef(t TestingT, value bool, msg string, args ...interface{}) { function WithinDuration (line 2089) | func WithinDuration(t TestingT, expected time.Time, actual time.Time, de... function WithinDurationf (line 2102) | func WithinDurationf(t TestingT, expected time.Time, actual time.Time, d... function WithinRange (line 2115) | func WithinRange(t TestingT, actual time.Time, start time.Time, end time... function WithinRangef (line 2128) | func WithinRangef(t TestingT, actual time.Time, start time.Time, end tim... function YAMLEq (line 2139) | func YAMLEq(t TestingT, expected string, actual string, msgAndArgs ...in... function YAMLEqf (line 2150) | func YAMLEqf(t TestingT, expected string, actual string, msg string, arg... function Zero (line 2161) | func Zero(t TestingT, i interface{}, msgAndArgs ...interface{}) { function Zerof (line 2172) | func Zerof(t TestingT, i interface{}, msg string, args ...interface{}) { FILE: vendor/github.com/stretchr/testify/require/require_forward.go method Condition (line 13) | func (a *Assertions) Condition(comp assert.Comparison, msgAndArgs ...int... method Conditionf (line 21) | func (a *Assertions) Conditionf(comp assert.Comparison, msg string, args... method Contains (line 34) | func (a *Assertions) Contains(s interface{}, contains interface{}, msgAn... method Containsf (line 47) | func (a *Assertions) Containsf(s interface{}, contains interface{}, msg ... method DirExists (line 56) | func (a *Assertions) DirExists(path string, msgAndArgs ...interface{}) { method DirExistsf (line 65) | func (a *Assertions) DirExistsf(path string, msg string, args ...interfa... method ElementsMatch (line 77) | func (a *Assertions) ElementsMatch(listA interface{}, listB interface{},... method ElementsMatchf (line 89) | func (a *Assertions) ElementsMatchf(listA interface{}, listB interface{}... method Empty (line 109) | func (a *Assertions) Empty(object interface{}, msgAndArgs ...interface{}) { method Emptyf (line 129) | func (a *Assertions) Emptyf(object interface{}, msg string, args ...inte... method Equal (line 143) | func (a *Assertions) Equal(expected interface{}, actual interface{}, msg... method EqualError (line 155) | func (a *Assertions) EqualError(theError error, errString string, msgAnd... method EqualErrorf (line 167) | func (a *Assertions) EqualErrorf(theError error, errString string, msg s... method EqualExportedValues (line 184) | func (a *Assertions) EqualExportedValues(expected interface{}, actual in... method EqualExportedValuesf (line 201) | func (a *Assertions) EqualExportedValuesf(expected interface{}, actual i... method EqualValues (line 212) | func (a *Assertions) EqualValues(expected interface{}, actual interface{... method EqualValuesf (line 223) | func (a *Assertions) EqualValuesf(expected interface{}, actual interface... method Equalf (line 237) | func (a *Assertions) Equalf(expected interface{}, actual interface{}, ms... method Error (line 248) | func (a *Assertions) Error(err error, msgAndArgs ...interface{}) { method ErrorAs (line 257) | func (a *Assertions) ErrorAs(err error, target interface{}, msgAndArgs .... method ErrorAsf (line 266) | func (a *Assertions) ErrorAsf(err error, target interface{}, msg string,... method ErrorContains (line 278) | func (a *Assertions) ErrorContains(theError error, contains string, msgA... method ErrorContainsf (line 290) | func (a *Assertions) ErrorContainsf(theError error, contains string, msg... method ErrorIs (line 299) | func (a *Assertions) ErrorIs(err error, target error, msgAndArgs ...inte... method ErrorIsf (line 308) | func (a *Assertions) ErrorIsf(err error, target error, msg string, args ... method Errorf (line 319) | func (a *Assertions) Errorf(err error, msg string, args ...interface{}) { method Eventually (line 330) | func (a *Assertions) Eventually(condition func() bool, waitFor time.Dura... method EventuallyWithT (line 355) | func (a *Assertions) EventuallyWithT(condition func(collect *assert.Coll... method EventuallyWithTf (line 380) | func (a *Assertions) EventuallyWithTf(condition func(collect *assert.Col... method Eventuallyf (line 391) | func (a *Assertions) Eventuallyf(condition func() bool, waitFor time.Dur... method Exactly (line 401) | func (a *Assertions) Exactly(expected interface{}, actual interface{}, m... method Exactlyf (line 411) | func (a *Assertions) Exactlyf(expected interface{}, actual interface{}, ... method Fail (line 419) | func (a *Assertions) Fail(failureMessage string, msgAndArgs ...interface... method FailNow (line 427) | func (a *Assertions) FailNow(failureMessage string, msgAndArgs ...interf... method FailNowf (line 435) | func (a *Assertions) FailNowf(failureMessage string, msg string, args ..... method Failf (line 443) | func (a *Assertions) Failf(failureMessage string, msg string, args ...in... method False (line 453) | func (a *Assertions) False(value bool, msgAndArgs ...interface{}) { method Falsef (line 463) | func (a *Assertions) Falsef(value bool, msg string, args ...interface{}) { method FileExists (line 472) | func (a *Assertions) FileExists(path string, msgAndArgs ...interface{}) { method FileExistsf (line 481) | func (a *Assertions) FileExistsf(path string, msg string, args ...interf... method Greater (line 493) | func (a *Assertions) Greater(e1 interface{}, e2 interface{}, msgAndArgs ... method GreaterOrEqual (line 506) | func (a *Assertions) GreaterOrEqual(e1 interface{}, e2 interface{}, msgA... method GreaterOrEqualf (line 519) | func (a *Assertions) GreaterOrEqualf(e1 interface{}, e2 interface{}, msg... method Greaterf (line 531) | func (a *Assertions) Greaterf(e1 interface{}, e2 interface{}, msg string... method HTTPBodyContains (line 544) | func (a *Assertions) HTTPBodyContains(handler http.HandlerFunc, method s... method HTTPBodyContainsf (line 557) | func (a *Assertions) HTTPBodyContainsf(handler http.HandlerFunc, method ... method HTTPBodyNotContains (line 570) | func (a *Assertions) HTTPBodyNotContains(handler http.HandlerFunc, metho... method HTTPBodyNotContainsf (line 583) | func (a *Assertions) HTTPBodyNotContainsf(handler http.HandlerFunc, meth... method HTTPError (line 595) | func (a *Assertions) HTTPError(handler http.HandlerFunc, method string, ... method HTTPErrorf (line 607) | func (a *Assertions) HTTPErrorf(handler http.HandlerFunc, method string,... method HTTPRedirect (line 619) | func (a *Assertions) HTTPRedirect(handler http.HandlerFunc, method strin... method HTTPRedirectf (line 631) | func (a *Assertions) HTTPRedirectf(handler http.HandlerFunc, method stri... method HTTPStatusCode (line 643) | func (a *Assertions) HTTPStatusCode(handler http.HandlerFunc, method str... method HTTPStatusCodef (line 655) | func (a *Assertions) HTTPStatusCodef(handler http.HandlerFunc, method st... method HTTPSuccess (line 667) | func (a *Assertions) HTTPSuccess(handler http.HandlerFunc, method string... method HTTPSuccessf (line 679) | func (a *Assertions) HTTPSuccessf(handler http.HandlerFunc, method strin... method Implements (line 689) | func (a *Assertions) Implements(interfaceObject interface{}, object inte... method Implementsf (line 699) | func (a *Assertions) Implementsf(interfaceObject interface{}, object int... method InDelta (line 709) | func (a *Assertions) InDelta(expected interface{}, actual interface{}, d... method InDeltaMapValues (line 717) | func (a *Assertions) InDeltaMapValues(expected interface{}, actual inter... method InDeltaMapValuesf (line 725) | func (a *Assertions) InDeltaMapValuesf(expected interface{}, actual inte... method InDeltaSlice (line 733) | func (a *Assertions) InDeltaSlice(expected interface{}, actual interface... method InDeltaSlicef (line 741) | func (a *Assertions) InDeltaSlicef(expected interface{}, actual interfac... method InDeltaf (line 751) | func (a *Assertions) InDeltaf(expected interface{}, actual interface{}, ... method InEpsilon (line 759) | func (a *Assertions) InEpsilon(expected interface{}, actual interface{},... method InEpsilonSlice (line 767) | func (a *Assertions) InEpsilonSlice(expected interface{}, actual interfa... method InEpsilonSlicef (line 775) | func (a *Assertions) InEpsilonSlicef(expected interface{}, actual interf... method InEpsilonf (line 783) | func (a *Assertions) InEpsilonf(expected interface{}, actual interface{}... method IsDecreasing (line 795) | func (a *Assertions) IsDecreasing(object interface{}, msgAndArgs ...inte... method IsDecreasingf (line 807) | func (a *Assertions) IsDecreasingf(object interface{}, msg string, args ... method IsIncreasing (line 819) | func (a *Assertions) IsIncreasing(object interface{}, msgAndArgs ...inte... method IsIncreasingf (line 831) | func (a *Assertions) IsIncreasingf(object interface{}, msg string, args ... method IsNonDecreasing (line 843) | func (a *Assertions) IsNonDecreasing(object interface{}, msgAndArgs ...i... method IsNonDecreasingf (line 855) | func (a *Assertions) IsNonDecreasingf(object interface{}, msg string, ar... method IsNonIncreasing (line 867) | func (a *Assertions) IsNonIncreasing(object interface{}, msgAndArgs ...i... method IsNonIncreasingf (line 879) | func (a *Assertions) IsNonIncreasingf(object interface{}, msg string, ar... method IsNotType (line 889) | func (a *Assertions) IsNotType(theType interface{}, object interface{}, ... method IsNotTypef (line 899) | func (a *Assertions) IsNotTypef(theType interface{}, object interface{},... method IsType (line 909) | func (a *Assertions) IsType(expectedType interface{}, object interface{}... method IsTypef (line 919) | func (a *Assertions) IsTypef(expectedType interface{}, object interface{... method JSONEq (line 929) | func (a *Assertions) JSONEq(expected string, actual string, msgAndArgs .... method JSONEqf (line 939) | func (a *Assertions) JSONEqf(expected string, actual string, msg string,... method Len (line 950) | func (a *Assertions) Len(object interface{}, length int, msgAndArgs ...i... method Lenf (line 961) | func (a *Assertions) Lenf(object interface{}, length int, msg string, ar... method Less (line 973) | func (a *Assertions) Less(e1 interface{}, e2 interface{}, msgAndArgs ...... method LessOrEqual (line 986) | func (a *Assertions) LessOrEqual(e1 interface{}, e2 interface{}, msgAndA... method LessOrEqualf (line 999) | func (a *Assertions) LessOrEqualf(e1 interface{}, e2 interface{}, msg st... method Lessf (line 1011) | func (a *Assertions) Lessf(e1 interface{}, e2 interface{}, msg string, a... method Negative (line 1022) | func (a *Assertions) Negative(e interface{}, msgAndArgs ...interface{}) { method Negativef (line 1033) | func (a *Assertions) Negativef(e interface{}, msg string, args ...interf... method Never (line 1044) | func (a *Assertions) Never(condition func() bool, waitFor time.Duration,... method Neverf (line 1055) | func (a *Assertions) Neverf(condition func() bool, waitFor time.Duration... method Nil (line 1065) | func (a *Assertions) Nil(object interface{}, msgAndArgs ...interface{}) { method Nilf (line 1075) | func (a *Assertions) Nilf(object interface{}, msg string, args ...interf... method NoDirExists (line 1084) | func (a *Assertions) NoDirExists(path string, msgAndArgs ...interface{}) { method NoDirExistsf (line 1093) | func (a *Assertions) NoDirExistsf(path string, msg string, args ...inter... method NoError (line 1106) | func (a *Assertions) NoError(err error, msgAndArgs ...interface{}) { method NoErrorf (line 1119) | func (a *Assertions) NoErrorf(err error, msg string, args ...interface{}) { method NoFileExists (line 1128) | func (a *Assertions) NoFileExists(path string, msgAndArgs ...interface{}) { method NoFileExistsf (line 1137) | func (a *Assertions) NoFileExistsf(path string, msg string, args ...inte... method NotContains (line 1150) | func (a *Assertions) NotContains(s interface{}, contains interface{}, ms... method NotContainsf (line 1163) | func (a *Assertions) NotContainsf(s interface{}, contains interface{}, m... method NotElementsMatch (line 1180) | func (a *Assertions) NotElementsMatch(listA interface{}, listB interface... method NotElementsMatchf (line 1197) | func (a *Assertions) NotElementsMatchf(listA interface{}, listB interfac... method NotEmpty (line 1209) | func (a *Assertions) NotEmpty(object interface{}, msgAndArgs ...interfac... method NotEmptyf (line 1221) | func (a *Assertions) NotEmptyf(object interface{}, msg string, args ...i... method NotEqual (line 1234) | func (a *Assertions) NotEqual(expected interface{}, actual interface{}, ... method NotEqualValues (line 1244) | func (a *Assertions) NotEqualValues(expected interface{}, actual interfa... method NotEqualValuesf (line 1254) | func (a *Assertions) NotEqualValuesf(expected interface{}, actual interf... method NotEqualf (line 1267) | func (a *Assertions) NotEqualf(expected interface{}, actual interface{},... method NotErrorAs (line 1276) | func (a *Assertions) NotErrorAs(err error, target interface{}, msgAndArg... method NotErrorAsf (line 1285) | func (a *Assertions) NotErrorAsf(err error, target interface{}, msg stri... method NotErrorIs (line 1294) | func (a *Assertions) NotErrorIs(err error, target error, msgAndArgs ...i... method NotErrorIsf (line 1303) | func (a *Assertions) NotErrorIsf(err error, target error, msg string, ar... method NotImplements (line 1313) | func (a *Assertions) NotImplements(interfaceObject interface{}, object i... method NotImplementsf (line 1323) | func (a *Assertions) NotImplementsf(interfaceObject interface{}, object ... method NotNil (line 1333) | func (a *Assertions) NotNil(object interface{}, msgAndArgs ...interface{... method NotNilf (line 1343) | func (a *Assertions) NotNilf(object interface{}, msg string, args ...int... method NotPanics (line 1353) | func (a *Assertions) NotPanics(f assert.PanicTestFunc, msgAndArgs ...int... method NotPanicsf (line 1363) | func (a *Assertions) NotPanicsf(f assert.PanicTestFunc, msg string, args... method NotRegexp (line 1374) | func (a *Assertions) NotRegexp(rx interface{}, str interface{}, msgAndAr... method NotRegexpf (line 1385) | func (a *Assertions) NotRegexpf(rx interface{}, str interface{}, msg str... method NotSame (line 1398) | func (a *Assertions) NotSame(expected interface{}, actual interface{}, m... method NotSamef (line 1411) | func (a *Assertions) NotSamef(expected interface{}, actual interface{}, ... method NotSubset (line 1427) | func (a *Assertions) NotSubset(list interface{}, subset interface{}, msg... method NotSubsetf (line 1443) | func (a *Assertions) NotSubsetf(list interface{}, subset interface{}, ms... method NotZero (line 1451) | func (a *Assertions) NotZero(i interface{}, msgAndArgs ...interface{}) { method NotZerof (line 1459) | func (a *Assertions) NotZerof(i interface{}, msg string, args ...interfa... method Panics (line 1469) | func (a *Assertions) Panics(f assert.PanicTestFunc, msgAndArgs ...interf... method PanicsWithError (line 1481) | func (a *Assertions) PanicsWithError(errString string, f assert.PanicTes... method PanicsWithErrorf (line 1493) | func (a *Assertions) PanicsWithErrorf(errString string, f assert.PanicTe... method PanicsWithValue (line 1504) | func (a *Assertions) PanicsWithValue(expected interface{}, f assert.Pani... method PanicsWithValuef (line 1515) | func (a *Assertions) PanicsWithValuef(expected interface{}, f assert.Pan... method Panicsf (line 1525) | func (a *Assertions) Panicsf(f assert.PanicTestFunc, msg string, args ..... method Positive (line 1536) | func (a *Assertions) Positive(e interface{}, msgAndArgs ...interface{}) { method Positivef (line 1547) | func (a *Assertions) Positivef(e interface{}, msg string, args ...interf... method Regexp (line 1558) | func (a *Assertions) Regexp(rx interface{}, str interface{}, msgAndArgs ... method Regexpf (line 1569) | func (a *Assertions) Regexpf(rx interface{}, str interface{}, msg string... method Same (line 1582) | func (a *Assertions) Same(expected interface{}, actual interface{}, msgA... method Samef (line 1595) | func (a *Assertions) Samef(expected interface{}, actual interface{}, msg... method Subset (line 1611) | func (a *Assertions) Subset(list interface{}, subset interface{}, msgAnd... method Subsetf (line 1627) | func (a *Assertions) Subsetf(list interface{}, subset interface{}, msg s... method True (line 1637) | func (a *Assertions) True(value bool, msgAndArgs ...interface{}) { method Truef (line 1647) | func (a *Assertions) Truef(value bool, msg string, args ...interface{}) { method WithinDuration (line 1657) | func (a *Assertions) WithinDuration(expected time.Time, actual time.Time... method WithinDurationf (line 1667) | func (a *Assertions) WithinDurationf(expected time.Time, actual time.Tim... method WithinRange (line 1677) | func (a *Assertions) WithinRange(actual time.Time, start time.Time, end ... method WithinRangef (line 1687) | func (a *Assertions) WithinRangef(actual time.Time, start time.Time, end... method YAMLEq (line 1695) | func (a *Assertions) YAMLEq(expected string, actual string, msgAndArgs .... method YAMLEqf (line 1703) | func (a *Assertions) YAMLEqf(expected string, actual string, msg string,... method Zero (line 1711) | func (a *Assertions) Zero(i interface{}, msgAndArgs ...interface{}) { method Zerof (line 1719) | func (a *Assertions) Zerof(i interface{}, msg string, args ...interface{... FILE: vendor/github.com/stretchr/testify/require/requirements.go type TestingT (line 4) | type TestingT interface type ComparisonAssertionFunc (line 15) | type ComparisonAssertionFunc type ValueAssertionFunc (line 19) | type ValueAssertionFunc type BoolAssertionFunc (line 23) | type BoolAssertionFunc type ErrorAssertionFunc (line 27) | type ErrorAssertionFunc FILE: vendor/go.opentelemetry.io/auto/sdk/internal/telemetry/attr.go type Attr (line 7) | type Attr struct method Equal (line 56) | func (a Attr) Equal(b Attr) bool { function String (line 13) | func String(key, value string) Attr { function Int64 (line 18) | func Int64(key string, value int64) Attr { function Int (line 23) | func Int(key string, value int) Attr { function Float64 (line 28) | func Float64(key string, value float64) Attr { function Bool (line 33) | func Bool(key string, value bool) Attr { function Bytes (line 39) | func Bytes(key string, value []byte) Attr { function Slice (line 45) | func Slice(key string, value ...Value) Attr { function Map (line 51) | func Map(key string, value ...Attr) Attr { FILE: vendor/go.opentelemetry.io/auto/sdk/internal/telemetry/id.go constant traceIDSize (line 13) | traceIDSize = 16 constant spanIDSize (line 14) | spanIDSize = 8 type TraceID (line 18) | type TraceID method String (line 21) | func (tid TraceID) String() string { method IsEmpty (line 26) | func (tid TraceID) IsEmpty() bool { method MarshalJSON (line 31) | func (tid TraceID) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 40) | func (tid *TraceID) UnmarshalJSON(data []byte) error { type SpanID (line 46) | type SpanID method String (line 49) | func (sid SpanID) String() string { method IsEmpty (line 54) | func (sid SpanID) IsEmpty() bool { method MarshalJSON (line 59) | func (sid SpanID) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 67) | func (sid *SpanID) UnmarshalJSON(data []byte) error { function marshalJSON (line 73) | func marshalJSON(id []byte) ([]byte, error) { function unmarshalJSON (line 85) | func unmarshalJSON(dst, src []byte) error { FILE: vendor/go.opentelemetry.io/auto/sdk/internal/telemetry/number.go type protoInt64 (line 13) | type protoInt64 method Int64 (line 16) | func (i *protoInt64) Int64() int64 { return int64(*i) } method UnmarshalJSON (line 19) | func (i *protoInt64) UnmarshalJSON(data []byte) error { type protoUint64 (line 42) | type protoUint64 method Uint64 (line 45) | func (i *protoUint64) Uint64() uint64 { return uint64(*i) } method UnmarshalJSON (line 48) | func (i *protoUint64) UnmarshalJSON(data []byte) error { FILE: vendor/go.opentelemetry.io/auto/sdk/internal/telemetry/resource.go type Resource (line 15) | type Resource struct method UnmarshalJSON (line 26) | func (r *Resource) UnmarshalJSON(data []byte) error { FILE: vendor/go.opentelemetry.io/auto/sdk/internal/telemetry/scope.go type Scope (line 15) | type Scope struct method UnmarshalJSON (line 23) | func (s *Scope) UnmarshalJSON(data []byte) error { FILE: vendor/go.opentelemetry.io/auto/sdk/internal/telemetry/span.go type Span (line 19) | type Span struct method MarshalJSON (line 127) | func (s Span) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 161) | func (s *Span) UnmarshalJSON(data []byte) error { type SpanFlags (line 251) | type SpanFlags constant SpanFlagsTraceFlagsMask (line 257) | SpanFlagsTraceFlagsMask SpanFlags = 255 constant SpanFlagsContextHasIsRemoteMask (line 262) | SpanFlagsContextHasIsRemoteMask SpanFlags = 256 constant SpanFlagsContextIsRemoteMask (line 268) | SpanFlagsContextIsRemoteMask SpanFlags = 512 type SpanKind (line 273) | type SpanKind constant SpanKindInternal (line 279) | SpanKindInternal SpanKind = 1 constant SpanKindServer (line 282) | SpanKindServer SpanKind = 2 constant SpanKindClient (line 285) | SpanKindClient SpanKind = 3 constant SpanKindProducer (line 292) | SpanKindProducer SpanKind = 4 constant SpanKindConsumer (line 296) | SpanKindConsumer SpanKind = 5 type SpanEvent (line 301) | type SpanEvent struct method MarshalJSON (line 317) | func (e SpanEvent) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 334) | func (se *SpanEvent) UnmarshalJSON(data []byte) error { type SpanLink (line 388) | type SpanLink struct method UnmarshalJSON (line 424) | func (sl *SpanLink) UnmarshalJSON(data []byte) error { FILE: vendor/go.opentelemetry.io/auto/sdk/internal/telemetry/status.go type StatusCode (line 10) | type StatusCode method String (line 28) | func (s StatusCode) String() string { constant StatusCodeUnset (line 14) | StatusCodeUnset StatusCode = 0 constant StatusCodeOK (line 17) | StatusCodeOK StatusCode = 1 constant StatusCodeError (line 19) | StatusCodeError StatusCode = 2 type Status (line 37) | type Status struct FILE: vendor/go.opentelemetry.io/auto/sdk/internal/telemetry/traces.go type Traces (line 24) | type Traces struct method UnmarshalJSON (line 34) | func (td *Traces) UnmarshalJSON(data []byte) error { type ResourceSpans (line 75) | type ResourceSpans struct method UnmarshalJSON (line 87) | func (rs *ResourceSpans) UnmarshalJSON(data []byte) error { type ScopeSpans (line 132) | type ScopeSpans struct method UnmarshalJSON (line 147) | func (ss *ScopeSpans) UnmarshalJSON(data []byte) error { FILE: vendor/go.opentelemetry.io/auto/sdk/internal/telemetry/value.go type Value (line 22) | type Value struct method AsString (line 138) | func (v Value) AsString() string { method asString (line 148) | func (v Value) asString() string { method AsInt64 (line 153) | func (v Value) AsInt64() int64 { method asInt64 (line 163) | func (v Value) asInt64() int64 { method AsBool (line 169) | func (v Value) AsBool() bool { method asBool (line 179) | func (v Value) asBool() bool { return v.num == 1 } method AsFloat64 (line 182) | func (v Value) AsFloat64() float64 { method asFloat64 (line 192) | func (v Value) asFloat64() float64 { return math.Float64frombits(v.num) } method AsBytes (line 195) | func (v Value) AsBytes() []byte { method asBytes (line 205) | func (v Value) asBytes() []byte { method AsSlice (line 210) | func (v Value) AsSlice() []Value { method asSlice (line 220) | func (v Value) asSlice() []Value { method AsMap (line 225) | func (v Value) AsMap() []Attr { method asMap (line 235) | func (v Value) asMap() []Attr { method Kind (line 240) | func (v Value) Kind() ValueKind { method Empty (line 258) | func (v Value) Empty() bool { return v.Kind() == ValueKindEmpty } method Equal (line 261) | func (v Value) Equal(w Value) bool { method String (line 304) | func (v Value) String() string { method MarshalJSON (line 335) | func (v *Value) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 381) | func (v *Value) UnmarshalJSON(data []byte) error { type stringptr (line 38) | type stringptr type bytesptr (line 40) | type bytesptr type sliceptr (line 42) | type sliceptr type mapptr (line 44) | type mapptr type ValueKind (line 48) | type ValueKind method String (line 73) | func (k ValueKind) String() string { constant ValueKindEmpty (line 52) | ValueKindEmpty ValueKind = iota constant ValueKindBool (line 53) | ValueKindBool constant ValueKindFloat64 (line 54) | ValueKindFloat64 constant ValueKindInt64 (line 55) | ValueKindInt64 constant ValueKindString (line 56) | ValueKindString constant ValueKindBytes (line 57) | ValueKindBytes constant ValueKindSlice (line 58) | ValueKindSlice constant ValueKindMap (line 59) | ValueKindMap function StringValue (line 81) | func StringValue(v string) Value { function IntValue (line 89) | func IntValue(v int) Value { return Int64Value(int64(v)) } function Int64Value (line 92) | func Int64Value(v int64) Value { function Float64Value (line 97) | func Float64Value(v float64) Value { function BoolValue (line 102) | func BoolValue(v bool) Value { //nolint:revive // Not a control flag. function BytesValue (line 112) | func BytesValue(v []byte) Value { function SliceValue (line 121) | func SliceValue(vs ...Value) Value { function MapValue (line 130) | func MapValue(kvs ...Attr) Value { function sortMap (line 290) | func sortMap(m []Attr) []Attr { FILE: vendor/go.opentelemetry.io/auto/sdk/limit.go type spanLimits (line 15) | type spanLimits struct function newSpanLimits (line 52) | func newSpanLimits() spanLimits { function firstEnv (line 74) | func firstEnv(defaultVal int, keys ...string) int { FILE: vendor/go.opentelemetry.io/auto/sdk/span.go type span (line 27) | type span struct method SpanContext (line 38) | func (s *span) SpanContext() trace.SpanContext { method IsRecording (line 46) | func (s *span) IsRecording() bool { method SetStatus (line 54) | func (s *span) SetStatus(c codes.Code, msg string) { method SetAttributes (line 78) | func (s *span) SetAttributes(attrs ...attribute.KeyValue) { method End (line 290) | func (s *span) End(opts ...trace.SpanEndOption) { method end (line 299) | func (s *span) end(opts []trace.SpanEndOption) []byte { method ended (line 317) | func (*span) ended(buf []byte) { ended(buf) } method RecordError (line 322) | func (s *span) RecordError(err error, opts ...trace.EventOption) { method AddEvent (line 355) | func (s *span) AddEvent(name string, opts ...trace.EventOption) { method addEvent (line 370) | func (s *span) addEvent(name string, tStamp time.Time, attrs []attribu... method AddLink (line 391) | func (s *span) AddLink(link trace.Link) { method SetName (line 436) | func (s *span) SetName(name string) { method TracerProvider (line 447) | func (*span) TracerProvider() trace.TracerProvider { return TracerProv... function convCappedAttrs (line 129) | func convCappedAttrs(limit int, attrs []attribute.KeyValue) ([]telemetry... function convAttrs (line 152) | func convAttrs(attrs []attribute.KeyValue) []telemetry.Attr { function convAttrValue (line 170) | func convAttrValue(value attribute.Value) telemetry.Value { function truncate (line 225) | func truncate(limit int, s string) string { function typeStr (line 346) | func typeStr(i any) string { function convLinks (line 416) | func convLinks(links []trace.Link) []*telemetry.SpanLink { function convLink (line 424) | func convLink(link trace.Link) *telemetry.SpanLink { FILE: vendor/go.opentelemetry.io/auto/sdk/tracer.go type tracer (line 17) | type tracer struct method Start (line 25) | func (t tracer) Start( method start (line 54) | func (t *tracer) start( method traces (line 69) | func (t tracer) traces( function spanKind (line 127) | func spanKind(kind trace.SpanKind) telemetry.SpanKind { FILE: vendor/go.opentelemetry.io/auto/sdk/tracer_provider.go function TracerProvider (line 18) | func TracerProvider() trace.TracerProvider { return tracerProviderInstan... type tracerProvider (line 22) | type tracerProvider struct method Tracer (line 26) | func (p tracerProvider) Tracer(name string, opts ...trace.TracerOption... FILE: vendor/go.opentelemetry.io/contrib/propagators/jaeger/context.go type jaegerKeyType (line 19) | type jaegerKeyType constant debugKey (line 22) | debugKey jaegerKeyType = iota function withDebug (line 26) | func withDebug(parent context.Context, debug bool) context.Context { function debugFromContext (line 33) | func debugFromContext(ctx context.Context) bool { FILE: vendor/go.opentelemetry.io/contrib/propagators/jaeger/jaeger_propagator.go constant jaegerHeader (line 29) | jaegerHeader = "uber-trace-id" constant separator (line 30) | separator = ":" constant traceID64bitsWidth (line 31) | traceID64bitsWidth = 64 / 4 constant traceID128bitsWidth (line 32) | traceID128bitsWidth = 128 / 4 constant spanIDWidth (line 33) | spanIDWidth = 64 / 4 constant traceIDPadding (line 35) | traceIDPadding = "0000000000000000" constant flagsDebug (line 37) | flagsDebug = 0x02 constant flagsSampled (line 38) | flagsSampled = 0x01 constant flagsNotSampled (line 39) | flagsNotSampled = 0x00 constant deprecatedParentSpanID (line 41) | deprecatedParentSpanID = "0" type Jaeger (line 60) | type Jaeger struct method Inject (line 66) | func (jaeger Jaeger) Inject(ctx context.Context, carrier propagation.T... method Extract (line 85) | func (jaeger Jaeger) Extract(ctx context.Context, carrier propagation.... method Fields (line 159) | func (jaeger Jaeger) Fields() []string { function extract (line 97) | func extract(ctx context.Context, headerVal string) (context.Context, tr... FILE: vendor/go.opentelemetry.io/otel/attribute/encoder.go type Encoder (line 17) | type Encoder interface type EncoderID (line 29) | type EncoderID struct method Valid (line 133) | func (id EncoderID) Valid() bool { type defaultAttrEncoder (line 37) | type defaultAttrEncoder struct method Encode (line 91) | func (d *defaultAttrEncoder) Encode(iter Iterator) string { method ID (line 115) | func (*defaultAttrEncoder) ID() EncoderID { constant escapeChar (line 50) | escapeChar = '\\' function NewEncoderID (line 66) | func NewEncoderID() EncoderID { function DefaultEncoder (line 77) | func DefaultEncoder() Encoder { function copyAndEscape (line 121) | func copyAndEscape(buf *bytes.Buffer, val string) { FILE: vendor/go.opentelemetry.io/otel/attribute/filter.go type Filter (line 11) | type Filter function NewAllowKeysFilter (line 17) | func NewAllowKeysFilter(keys ...Key) Filter { function NewDenyKeysFilter (line 36) | func NewDenyKeysFilter(keys ...Key) Filter { FILE: vendor/go.opentelemetry.io/otel/attribute/hash.go constant boolID (line 22) | boolID uint64 = 7953749933313450591 constant int64ID (line 23) | int64ID uint64 = 7592915492740740150 constant float64ID (line 24) | float64ID uint64 = 7376742710626956342 constant stringID (line 25) | stringID uint64 = 6874584755375207263 constant boolSliceID (line 26) | boolSliceID uint64 = 6875993255270243167 constant int64SliceID (line 27) | int64SliceID uint64 = 3762322556277578591 constant float64SliceID (line 28) | float64SliceID uint64 = 7308324551835016539 constant stringSliceID (line 29) | stringSliceID uint64 = 7453010373645655387 function hashKVs (line 33) | func hashKVs(kvs []KeyValue) uint64 { function hashKV (line 42) | func hashKV(h xxhash.Hash, kv KeyValue) xxhash.Hash { FILE: vendor/go.opentelemetry.io/otel/attribute/internal/attribute.go function BoolSliceValue (line 15) | func BoolSliceValue(v []bool) any { function Int64SliceValue (line 22) | func Int64SliceValue(v []int64) any { function Float64SliceValue (line 29) | func Float64SliceValue(v []float64) any { function StringSliceValue (line 36) | func StringSliceValue(v []string) any { function AsBoolSlice (line 43) | func AsBoolSlice(v any) []bool { function AsInt64Slice (line 56) | func AsInt64Slice(v any) []int64 { function AsFloat64Slice (line 69) | func AsFloat64Slice(v any) []float64 { function AsStringSlice (line 82) | func AsStringSlice(v any) []string { FILE: vendor/go.opentelemetry.io/otel/attribute/internal/xxhash/xxhash.go type Hash (line 15) | type Hash struct method Uint64 (line 24) | func (h Hash) Uint64(val uint64) Hash { method Bool (line 36) | func (h Hash) Bool(val bool) Hash { // nolint:revive // This is a hash... method Float64 (line 43) | func (h Hash) Float64(val float64) Hash { method Int64 (line 47) | func (h Hash) Int64(val int64) Hash { method String (line 51) | func (h Hash) String(val string) Hash { method Sum64 (line 62) | func (h Hash) Sum64() uint64 { function New (line 20) | func New() Hash { FILE: vendor/go.opentelemetry.io/otel/attribute/iterator.go type Iterator (line 8) | type Iterator struct method Next (line 30) | func (i *Iterator) Next() bool { method Label (line 39) | func (i *Iterator) Label() KeyValue { method Attribute (line 45) | func (i *Iterator) Attribute() KeyValue { method IndexedLabel (line 54) | func (i *Iterator) IndexedLabel() (int, KeyValue) { method IndexedAttribute (line 60) | func (i *Iterator) IndexedAttribute() (int, KeyValue) { method Len (line 65) | func (i *Iterator) Len() int { method ToSlice (line 72) | func (i *Iterator) ToSlice() []KeyValue { type MergeIterator (line 16) | type MergeIterator struct method Next (line 111) | func (m *MergeIterator) Next() bool { method Label (line 144) | func (m *MergeIterator) Label() KeyValue { method Attribute (line 149) | func (m *MergeIterator) Attribute() KeyValue { type oneIterator (line 22) | type oneIterator struct method advance (line 103) | func (oi *oneIterator) advance() { function NewMergeIterator (line 87) | func NewMergeIterator(s1, s2 *Set) MergeIterator { function makeOne (line 95) | func makeOne(iter Iterator) oneIterator { FILE: vendor/go.opentelemetry.io/otel/attribute/key.go type Key (line 8) | type Key method Bool (line 14) | func (k Key) Bool(v bool) KeyValue { method BoolSlice (line 25) | func (k Key) BoolSlice(v []bool) KeyValue { method Int (line 36) | func (k Key) Int(v int) KeyValue { method IntSlice (line 47) | func (k Key) IntSlice(v []int) KeyValue { method Int64 (line 58) | func (k Key) Int64(v int64) KeyValue { method Int64Slice (line 69) | func (k Key) Int64Slice(v []int64) KeyValue { method Float64 (line 80) | func (k Key) Float64(v float64) KeyValue { method Float64Slice (line 91) | func (k Key) Float64Slice(v []float64) KeyValue { method String (line 102) | func (k Key) String(v string) KeyValue { method StringSlice (line 113) | func (k Key) StringSlice(v []string) KeyValue { method Defined (line 121) | func (k Key) Defined() bool { FILE: vendor/go.opentelemetry.io/otel/attribute/kv.go type KeyValue (line 11) | type KeyValue struct method Valid (line 17) | func (kv KeyValue) Valid() bool { function Bool (line 22) | func Bool(k string, v bool) KeyValue { function BoolSlice (line 27) | func BoolSlice(k string, v []bool) KeyValue { function Int (line 32) | func Int(k string, v int) KeyValue { function IntSlice (line 37) | func IntSlice(k string, v []int) KeyValue { function Int64 (line 42) | func Int64(k string, v int64) KeyValue { function Int64Slice (line 47) | func Int64Slice(k string, v []int64) KeyValue { function Float64 (line 52) | func Float64(k string, v float64) KeyValue { function Float64Slice (line 57) | func Float64Slice(k string, v []float64) KeyValue { function String (line 62) | func String(k, v string) KeyValue { function StringSlice (line 67) | func StringSlice(k string, v []string) KeyValue { function Stringer (line 73) | func Stringer(k string, v fmt.Stringer) KeyValue { FILE: vendor/go.opentelemetry.io/otel/attribute/rawhelpers.go function boolToRaw (line 10) | func boolToRaw(b bool) uint64 { // nolint:revive // b is not a control ... function rawToBool (line 17) | func rawToBool(r uint64) bool { function int64ToRaw (line 21) | func int64ToRaw(i int64) uint64 { function rawToInt64 (line 26) | func rawToInt64(r uint64) int64 { function float64ToRaw (line 31) | func float64ToRaw(f float64) uint64 { function rawToFloat64 (line 35) | func rawToFloat64(r uint64) float64 { FILE: vendor/go.opentelemetry.io/otel/attribute/set.go type Set (line 30) | type Set struct method reflectValue (line 97) | func (l Set) reflectValue() reflect.Value { method Len (line 102) | func (l *Set) Len() int { method Get (line 110) | func (l *Set) Get(idx int) (KeyValue, bool) { method Value (line 126) | func (l *Set) Value(k Key) (Value, bool) { method HasValue (line 147) | func (l *Set) HasValue(k Key) bool { method Iter (line 156) | func (l *Set) Iter() Iterator { method ToSlice (line 165) | func (l *Set) ToSlice() []KeyValue { method Equivalent (line 174) | func (l *Set) Equivalent() Distinct { method Equals (line 182) | func (l *Set) Equals(o *Set) bool { method Encoded (line 196) | func (l *Set) Encoded(encoder Encoder) string { method Filter (line 315) | func (l *Set) Filter(re Filter) (Set, []KeyValue) { method MarshalJSON (line 410) | func (l *Set) MarshalJSON() ([]byte, error) { method MarshalLog (line 415) | func (l Set) MarshalLog() any { type Distinct (line 39) | type Distinct struct method Valid (line 94) | func (d Distinct) Valid() bool { return d.hash != 0 } type Sortable (line 48) | type Sortable method Len (line 424) | func (l *Sortable) Len() int { method Swap (line 429) | func (l *Sortable) Swap(i, j int) { method Less (line 434) | func (l *Sortable) Less(i, j int) bool { function isComparable (line 57) | func isComparable[T comparable](t T) T { return t } function EmptySet (line 85) | func EmptySet() *Set { function NewSet (line 209) | func NewSet(kvs ...KeyValue) Set { function NewSetWithSortable (line 220) | func NewSetWithSortable(kvs []KeyValue, _ *Sortable) Set { function NewSetWithFiltered (line 230) | func NewSetWithFiltered(kvs []KeyValue, filter Filter) (Set, []KeyValue) { function NewSetWithSortableFiltered (line 293) | func NewSetWithSortableFiltered(kvs []KeyValue, _ *Sortable, filter Filt... function filteredToFront (line 301) | func filteredToFront(slice []KeyValue, keep Filter) int { function newSet (line 359) | func newSet(kvs []KeyValue) Set { function computeDataFixed (line 372) | func computeDataFixed(kvs []KeyValue) any { function computeDataReflect (line 401) | func computeDataReflect(kvs []KeyValue) any { FILE: vendor/go.opentelemetry.io/otel/attribute/type_string.go function _ (line 7) | func _() { constant _Type_name (line 22) | _Type_name = "INVALIDBOOLINT64FLOAT64STRINGBOOLSLICEINT64SLICEFLOAT64SLI... method String (line 26) | func (i Type) String() string { FILE: vendor/go.opentelemetry.io/otel/attribute/value.go type Type (line 18) | type Type type Value (line 21) | type Value struct method Type (line 119) | func (v Value) Type() Type { method AsBool (line 125) | func (v Value) AsBool() bool { method AsBoolSlice (line 131) | func (v Value) AsBoolSlice() []bool { method asBoolSlice (line 138) | func (v Value) asBoolSlice() []bool { method AsInt64 (line 144) | func (v Value) AsInt64() int64 { method AsInt64Slice (line 150) | func (v Value) AsInt64Slice() []int64 { method asInt64Slice (line 157) | func (v Value) asInt64Slice() []int64 { method AsFloat64 (line 163) | func (v Value) AsFloat64() float64 { method AsFloat64Slice (line 169) | func (v Value) AsFloat64Slice() []float64 { method asFloat64Slice (line 176) | func (v Value) asFloat64Slice() []float64 { method AsString (line 182) | func (v Value) AsString() string { method AsStringSlice (line 188) | func (v Value) AsStringSlice() []string { method asStringSlice (line 195) | func (v Value) asStringSlice() []string { method AsInterface (line 202) | func (v Value) AsInterface() any { method Emit (line 225) | func (v Value) Emit() string { method MarshalJSON (line 261) | func (v Value) MarshalJSON() ([]byte, error) { constant INVALID (line 30) | INVALID Type = iota constant BOOL (line 32) | BOOL constant INT64 (line 34) | INT64 constant FLOAT64 (line 36) | FLOAT64 constant STRING (line 38) | STRING constant BOOLSLICE (line 40) | BOOLSLICE constant INT64SLICE (line 42) | INT64SLICE constant FLOAT64SLICE (line 44) | FLOAT64SLICE constant STRINGSLICE (line 46) | STRINGSLICE function BoolValue (line 50) | func BoolValue(v bool) Value { function BoolSliceValue (line 58) | func BoolSliceValue(v []bool) Value { function IntValue (line 63) | func IntValue(v int) Value { function IntSliceValue (line 68) | func IntSliceValue(v []int) Value { function Int64Value (line 80) | func Int64Value(v int64) Value { function Int64SliceValue (line 88) | func Int64SliceValue(v []int64) Value { function Float64Value (line 93) | func Float64Value(v float64) Value { function Float64SliceValue (line 101) | func Float64SliceValue(v []float64) Value { function StringValue (line 106) | func StringValue(v string) Value { function StringSliceValue (line 114) | func StringSliceValue(v []string) Value { type unknownValueType (line 199) | type unknownValueType struct FILE: vendor/go.opentelemetry.io/otel/baggage/baggage.go constant maxMembers (line 17) | maxMembers = 180 constant maxBytesPerMembers (line 18) | maxBytesPerMembers = 4096 constant maxBytesPerBaggageString (line 19) | maxBytesPerBaggageString = 8192 constant listDelimiter (line 21) | listDelimiter = "," constant keyValueDelimiter (line 22) | keyValueDelimiter = "=" constant propertyDelimiter (line 23) | propertyDelimiter = ";" type Property (line 37) | type Property struct method validate (line 132) | func (p Property) validate() error { method Key (line 150) | func (p Property) Key() string { method Value (line 157) | func (p Property) Value() (string, bool) { method String (line 166) | func (p Property) String() string { function NewKeyProperty (line 54) | func NewKeyProperty(key string) (Property, error) { function NewKeyValueProperty (line 70) | func NewKeyValueProperty(key, value string) (Property, error) { function NewKeyValuePropertyRaw (line 94) | func NewKeyValuePropertyRaw(key, value string) (Property, error) { function newInvalidProperty (line 110) | func newInvalidProperty() Property { function parseProperty (line 117) | func parseProperty(property string) (Property, error) { type properties (line 178) | type properties method asInternal (line 196) | func (p properties) asInternal() []baggage.Property { method Copy (line 212) | func (p properties) Copy() properties { method validate (line 224) | func (p properties) validate() error { method String (line 235) | func (p properties) String() string { function fromInternalProperties (line 180) | func fromInternalProperties(iProps []baggage.Property) properties { type Member (line 250) | type Member struct method validate (line 383) | func (m Member) validate() error { method Key (line 398) | func (m Member) Key() string { return m.key } method Value (line 401) | func (m Member) Value() string { return m.value } method Properties (line 404) | func (m Member) Properties() []Property { return m.properties.Copy() } method String (line 411) | func (m Member) String() string { function NewMember (line 267) | func NewMember(key, value string, props ...Property) (Member, error) { function NewMemberRaw (line 291) | func NewMemberRaw(key, value string, props ...Property) (Member, error) { function newInvalidMember (line 304) | func newInvalidMember() Member { function parseMember (line 311) | func parseMember(member string) (Member, error) { function replaceInvalidUTF8Sequences (line 358) | func replaceInvalidUTF8Sequences(c int, unescapeVal string) string { type Baggage (line 426) | type Baggage struct method Member (line 511) | func (b Baggage) Member(key string) Member { method Members (line 534) | func (b Baggage) Members() []Member { method SetMember (line 557) | func (b Baggage) SetMember(member Member) (Baggage, error) { method DeleteMember (line 586) | func (b Baggage) DeleteMember(key string) Baggage { method Len (line 604) | func (b Baggage) Len() int { method String (line 613) | func (b Baggage) String() string { function New (line 434) | func New(members ...Member) (Baggage, error) { function Parse (line 473) | func Parse(bStr string) (Baggage, error) { function parsePropertyInternal (line 632) | func parsePropertyInternal(s string) (p Property, ok bool) { function skipSpace (line 712) | func skipSpace(s string, offset int) int { function validateBaggageName (line 814) | func validateBaggageName(s string) bool { function validateBaggageValue (line 825) | func validateBaggageValue(s string) bool { function validateKey (line 830) | func validateKey(s string) bool { function validateKeyChar (line 844) | func validateKeyChar(c int32) bool { function validateValue (line 849) | func validateValue(s string) bool { function validateValueChar (line 960) | func validateValueChar(c int32) bool { function valueEscape (line 969) | func valueEscape(s string) string { function shouldEscape (line 1012) | func shouldEscape(c byte) bool { FILE: vendor/go.opentelemetry.io/otel/baggage/context.go function ContextWithBaggage (line 13) | func ContextWithBaggage(parent context.Context, b Baggage) context.Conte... function ContextWithoutBaggage (line 19) | func ContextWithoutBaggage(parent context.Context) context.Context { function FromContext (line 25) | func FromContext(ctx context.Context) Baggage { FILE: vendor/go.opentelemetry.io/otel/codes/codes.go constant Unset (line 15) | Unset Code = 0 constant Error (line 22) | Error Code = 1 constant Ok (line 30) | Ok Code = 2 constant maxCode (line 32) | maxCode = 3 type Code (line 36) | type Code method String (line 51) | func (c Code) String() string { method UnmarshalJSON (line 59) | func (c *Code) UnmarshalJSON(b []byte) error { method MarshalJSON (line 97) | func (c *Code) MarshalJSON() ([]byte, error) { FILE: vendor/go.opentelemetry.io/otel/error_handler.go type ErrorHandler (line 7) | type ErrorHandler interface type ErrorHandlerFunc (line 20) | type ErrorHandlerFunc method Handle (line 25) | func (f ErrorHandlerFunc) Handle(err error) { FILE: vendor/go.opentelemetry.io/otel/exporters/otlp/otlptrace/clients.go type Client (line 15) | type Client interface FILE: vendor/go.opentelemetry.io/otel/exporters/otlp/otlptrace/exporter.go type Exporter (line 19) | type Exporter struct method ExportSpans (line 30) | func (e *Exporter) ExportSpans(ctx context.Context, ss []tracesdk.Read... method Start (line 44) | func (e *Exporter) Start(ctx context.Context) error { method Shutdown (line 57) | func (e *Exporter) Shutdown(ctx context.Context) error { method MarshalLog (line 97) | func (e *Exporter) MarshalLog() interface{} { function New (line 81) | func New(ctx context.Context, client Client) (*Exporter, error) { function NewUnstarted (line 90) | func NewUnstarted(client Client) *Exporter { FILE: vendor/go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform/attribute.go function KeyValues (line 13) | func KeyValues(attrs []attribute.KeyValue) []*commonpb.KeyValue { function Iterator (line 26) | func Iterator(iter attribute.Iterator) []*commonpb.KeyValue { function ResourceAttributes (line 40) | func ResourceAttributes(res *resource.Resource) []*commonpb.KeyValue { function KeyValue (line 45) | func KeyValue(kv attribute.KeyValue) *commonpb.KeyValue { function Value (line 50) | func Value(v attribute.Value) *commonpb.AnyValue { function boolSliceValues (line 101) | func boolSliceValues(vals []bool) []*commonpb.AnyValue { function int64SliceValues (line 113) | func int64SliceValues(vals []int64) []*commonpb.AnyValue { function float64SliceValues (line 125) | func float64SliceValues(vals []float64) []*commonpb.AnyValue { function stringSliceValues (line 137) | func stringSliceValues(vals []string) []*commonpb.AnyValue { FILE: vendor/go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform/instrumentation.go function InstrumentationScope (line 11) | func InstrumentationScope(il instrumentation.Scope) *commonpb.Instrument... FILE: vendor/go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform/resource.go function Resource (line 12) | func Resource(r *resource.Resource) *resourcepb.Resource { FILE: vendor/go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform/span.go function Spans (line 17) | func Spans(sdl []tracesdk.ReadOnlySpan) []*tracepb.ResourceSpans { function span (line 85) | func span(sd tracesdk.ReadOnlySpan) *tracepb.Span { function status (line 119) | func status(status codes.Code, message string) *tracepb.Status { function links (line 136) | func links(links []tracesdk.Link) []*tracepb.Span_Link { function buildSpanFlags (line 163) | func buildSpanFlags(sc trace.SpanContext) uint32 { function spanEvents (line 173) | func spanEvents(es []tracesdk.Event) []*tracepb.Span_Event { function spanKind (line 192) | func spanKind(kind trace.SpanKind) tracepb.Span_SpanKind { FILE: vendor/go.opentelemetry.io/otel/exporters/otlp/otlptrace/version.go function Version (line 7) | func Version() string { FILE: vendor/go.opentelemetry.io/otel/handler.go function GetErrorHandler (line 22) | func GetErrorHandler() ErrorHandler { return global.GetErrorHandler() } function SetErrorHandler (line 30) | func SetErrorHandler(h ErrorHandler) { global.SetErrorHandler(h) } function Handle (line 33) | func Handle(err error) { global.GetErrorHandler().Handle(err) } FILE: vendor/go.opentelemetry.io/otel/internal/baggage/baggage.go type List (line 17) | type List type Item (line 20) | type Item struct type Property (line 26) | type Property struct FILE: vendor/go.opentelemetry.io/otel/internal/baggage/context.go type baggageContextKeyType (line 8) | type baggageContextKeyType constant baggageKey (line 10) | baggageKey baggageContextKeyType = iota type SetHookFunc (line 13) | type SetHookFunc type GetHookFunc (line 16) | type GetHookFunc type baggageState (line 18) | type baggageState struct function ContextWithSetHook (line 29) | func ContextWithSetHook(parent context.Context, hook SetHookFunc) contex... function ContextWithGetHook (line 43) | func ContextWithGetHook(parent context.Context, hook GetHookFunc) contex... function ContextWithList (line 55) | func ContextWithList(parent context.Context, list List) context.Context { function ListFromContext (line 71) | func ListFromContext(ctx context.Context) List { FILE: vendor/go.opentelemetry.io/otel/internal/global/handler.go type ErrorHandler (line 13) | type ErrorHandler interface type ErrDelegator (line 19) | type ErrDelegator struct method Handle (line 26) | func (d *ErrDelegator) Handle(err error) { method setDelegate (line 35) | func (d *ErrDelegator) setDelegate(eh ErrorHandler) { FILE: vendor/go.opentelemetry.io/otel/internal/global/instruments.go type unwrapper (line 15) | type unwrapper interface type afCounter (line 19) | type afCounter struct method setDelegate (line 34) | func (i *afCounter) setDelegate(m metric.Meter) { method unwrap (line 43) | func (i *afCounter) unwrap() metric.Observable { type afUpDownCounter (line 50) | type afUpDownCounter struct method setDelegate (line 65) | func (i *afUpDownCounter) setDelegate(m metric.Meter) { method unwrap (line 74) | func (i *afUpDownCounter) unwrap() metric.Observable { type afGauge (line 81) | type afGauge struct method setDelegate (line 96) | func (i *afGauge) setDelegate(m metric.Meter) { method unwrap (line 105) | func (i *afGauge) unwrap() metric.Observable { type aiCounter (line 112) | type aiCounter struct method setDelegate (line 127) | func (i *aiCounter) setDelegate(m metric.Meter) { method unwrap (line 136) | func (i *aiCounter) unwrap() metric.Observable { type aiUpDownCounter (line 143) | type aiUpDownCounter struct method setDelegate (line 158) | func (i *aiUpDownCounter) setDelegate(m metric.Meter) { method unwrap (line 167) | func (i *aiUpDownCounter) unwrap() metric.Observable { type aiGauge (line 174) | type aiGauge struct method setDelegate (line 189) | func (i *aiGauge) setDelegate(m metric.Meter) { method unwrap (line 198) | func (i *aiGauge) unwrap() metric.Observable { type sfCounter (line 206) | type sfCounter struct method setDelegate (line 217) | func (i *sfCounter) setDelegate(m metric.Meter) { method Add (line 226) | func (i *sfCounter) Add(ctx context.Context, incr float64, opts ...met... method Enabled (line 232) | func (i *sfCounter) Enabled(ctx context.Context) bool { type sfUpDownCounter (line 239) | type sfUpDownCounter struct method setDelegate (line 250) | func (i *sfUpDownCounter) setDelegate(m metric.Meter) { method Add (line 259) | func (i *sfUpDownCounter) Add(ctx context.Context, incr float64, opts ... method Enabled (line 265) | func (i *sfUpDownCounter) Enabled(ctx context.Context) bool { type sfHistogram (line 272) | type sfHistogram struct method setDelegate (line 283) | func (i *sfHistogram) setDelegate(m metric.Meter) { method Record (line 292) | func (i *sfHistogram) Record(ctx context.Context, x float64, opts ...m... method Enabled (line 298) | func (i *sfHistogram) Enabled(ctx context.Context) bool { type sfGauge (line 305) | type sfGauge struct method setDelegate (line 316) | func (i *sfGauge) setDelegate(m metric.Meter) { method Record (line 325) | func (i *sfGauge) Record(ctx context.Context, x float64, opts ...metri... method Enabled (line 331) | func (i *sfGauge) Enabled(ctx context.Context) bool { type siCounter (line 338) | type siCounter struct method setDelegate (line 349) | func (i *siCounter) setDelegate(m metric.Meter) { method Add (line 358) | func (i *siCounter) Add(ctx context.Context, x int64, opts ...metric.A... method Enabled (line 364) | func (i *siCounter) Enabled(ctx context.Context) bool { type siUpDownCounter (line 371) | type siUpDownCounter struct method setDelegate (line 382) | func (i *siUpDownCounter) setDelegate(m metric.Meter) { method Add (line 391) | func (i *siUpDownCounter) Add(ctx context.Context, x int64, opts ...me... method Enabled (line 397) | func (i *siUpDownCounter) Enabled(ctx context.Context) bool { type siHistogram (line 404) | type siHistogram struct method setDelegate (line 415) | func (i *siHistogram) setDelegate(m metric.Meter) { method Record (line 424) | func (i *siHistogram) Record(ctx context.Context, x int64, opts ...met... method Enabled (line 430) | func (i *siHistogram) Enabled(ctx context.Context) bool { type siGauge (line 437) | type siGauge struct method setDelegate (line 448) | func (i *siGauge) setDelegate(m metric.Meter) { method Record (line 457) | func (i *siGauge) Record(ctx context.Context, x int64, opts ...metric.... method Enabled (line 463) | func (i *siGauge) Enabled(ctx context.Context) bool { FILE: vendor/go.opentelemetry.io/otel/internal/global/internal_logging.go function SetLogger (line 33) | func SetLogger(l logr.Logger) { function GetLogger (line 38) | func GetLogger() logr.Logger { function Info (line 44) | func Info(msg string, keysAndValues ...any) { function Error (line 49) | func Error(err error, msg string, keysAndValues ...any) { function Debug (line 54) | func Debug(msg string, keysAndValues ...any) { function Warn (line 60) | func Warn(msg string, keysAndValues ...any) { FILE: vendor/go.opentelemetry.io/otel/internal/global/meter.go type meterProvider (line 20) | type meterProvider struct method setDelegate (line 37) | func (p *meterProvider) setDelegate(provider metric.MeterProvider) { method Meter (line 55) | func (p *meterProvider) Meter(name string, opts ...metric.MeterOption)... type meter (line 90) | type meter struct method setDelegate (line 126) | func (m *meter) setDelegate(provider metric.MeterProvider) { method Int64Counter (line 149) | func (m *meter) Int64Counter(name string, options ...metric.Int64Count... method Int64UpDownCounter (line 172) | func (m *meter) Int64UpDownCounter( method Int64Histogram (line 198) | func (m *meter) Int64Histogram(name string, options ...metric.Int64His... method Int64Gauge (line 221) | func (m *meter) Int64Gauge(name string, options ...metric.Int64GaugeOp... method Int64ObservableCounter (line 244) | func (m *meter) Int64ObservableCounter( method Int64ObservableUpDownCounter (line 270) | func (m *meter) Int64ObservableUpDownCounter( method Int64ObservableGauge (line 296) | func (m *meter) Int64ObservableGauge( method Float64Counter (line 322) | func (m *meter) Float64Counter(name string, options ...metric.Float64C... method Float64UpDownCounter (line 345) | func (m *meter) Float64UpDownCounter( method Float64Histogram (line 371) | func (m *meter) Float64Histogram( method Float64Gauge (line 397) | func (m *meter) Float64Gauge(name string, options ...metric.Float64Gau... method Float64ObservableCounter (line 420) | func (m *meter) Float64ObservableCounter( method Float64ObservableUpDownCounter (line 446) | func (m *meter) Float64ObservableUpDownCounter( method Float64ObservableGauge (line 472) | func (m *meter) Float64ObservableGauge( method RegisterCallback (line 499) | func (m *meter) RegisterCallback(f metric.Callback, insts ...metric.Ob... type delegatedInstrument (line 104) | type delegatedInstrument interface type instID (line 109) | type instID struct function unwrapInstruments (line 518) | func unwrapInstruments(instruments []metric.Observable) []metric.Observa... type registration (line 532) | type registration struct method setDelegate (line 596) | func (c *registration) setDelegate(m metric.Meter) { method Unregister (line 614) | func (c *registration) Unregister() error { type unwrapObs (line 542) | type unwrapObs struct method ObserveFloat64 (line 582) | func (uo *unwrapObs) ObserveFloat64(inst metric.Float64Observable, val... method ObserveInt64 (line 586) | func (uo *unwrapObs) ObserveInt64(inst metric.Int64Observable, value i... function unwrapFloat64Observable (line 549) | func unwrapFloat64Observable(inst metric.Float64Observable) metric.Float... function unwrapInt64Observable (line 572) | func unwrapInt64Observable(inst metric.Int64Observable) metric.Int64Obse... function unwrapCallback (line 590) | func unwrapCallback(f metric.Callback) metric.Callback { FILE: vendor/go.opentelemetry.io/otel/internal/global/propagator.go type textMapPropagator (line 16) | type textMapPropagator struct method SetDelegate (line 36) | func (p *textMapPropagator) SetDelegate(delegate propagation.TextMapPr... method effectiveDelegate (line 49) | func (p *textMapPropagator) effectiveDelegate() propagation.TextMapPro... method Inject (line 59) | func (p *textMapPropagator) Inject(ctx context.Context, carrier propag... method Extract (line 64) | func (p *textMapPropagator) Extract(ctx context.Context, carrier propa... method Fields (line 69) | func (p *textMapPropagator) Fields() []string { function newTextMapPropagator (line 27) | func newTextMapPropagator() *textMapPropagator { FILE: vendor/go.opentelemetry.io/otel/internal/global/state.go type errorHandlerHolder (line 17) | type errorHandlerHolder struct type tracerProviderHolder (line 21) | type tracerProviderHolder struct type propagatorsHolder (line 25) | type propagatorsHolder struct type meterProviderHolder (line 29) | type meterProviderHolder struct function GetErrorHandler (line 55) | func GetErrorHandler() ErrorHandler { function SetErrorHandler (line 65) | func SetErrorHandler(h ErrorHandler) { function TracerProvider (line 89) | func TracerProvider() trace.TracerProvider { function SetTracerProvider (line 94) | func SetTracerProvider(tp trace.TracerProvider) { function TextMapPropagator (line 118) | func TextMapPropagator() propagation.TextMapPropagator { function SetTextMapPropagator (line 123) | func SetTextMapPropagator(p propagation.TextMapPropagator) { function MeterProvider (line 150) | func MeterProvider() metric.MeterProvider { function SetMeterProvider (line 155) | func SetMeterProvider(mp metric.MeterProvider) { function defaultErrorHandler (line 177) | func defaultErrorHandler() *atomic.Value { function defaultTracerValue (line 183) | func defaultTracerValue() *atomic.Value { function defaultPropagatorsValue (line 189) | func defaultPropagatorsValue() *atomic.Value { function defaultMeterProvider (line 195) | func defaultMeterProvider() *atomic.Value { FILE: vendor/go.opentelemetry.io/otel/internal/global/trace.go type tracerProvider (line 40) | type tracerProvider struct method setDelegate (line 59) | func (p *tracerProvider) setDelegate(provider trace.TracerProvider) { method Tracer (line 77) | func (p *tracerProvider) Tracer(name string, opts ...trace.TracerOptio... type il (line 108) | type il struct type tracer (line 119) | type tracer struct method setDelegate (line 138) | func (t *tracer) setDelegate(provider trace.TracerProvider) { method Start (line 144) | func (t *tracer) Start(ctx context.Context, name string, opts ...trace... method newSpan (line 168) | func (t *tracer) newSpan( type nonRecordingSpan (line 193) | type nonRecordingSpan struct method SpanContext (line 203) | func (s nonRecordingSpan) SpanContext() trace.SpanContext { return s.sc } method IsRecording (line 206) | func (nonRecordingSpan) IsRecording() bool { return false } method SetStatus (line 209) | func (nonRecordingSpan) SetStatus(codes.Code, string) {} method SetError (line 212) | func (nonRecordingSpan) SetError(bool) {} method SetAttributes (line 215) | func (nonRecordingSpan) SetAttributes(...attribute.KeyValue) {} method End (line 218) | func (nonRecordingSpan) End(...trace.SpanEndOption) {} method RecordError (line 221) | func (nonRecordingSpan) RecordError(error, ...trace.EventOption) {} method AddEvent (line 224) | func (nonRecordingSpan) AddEvent(string, ...trace.EventOption) {} method AddLink (line 227) | func (nonRecordingSpan) AddLink(trace.Link) {} method SetName (line 230) | func (nonRecordingSpan) SetName(string) {} method TracerProvider (line 232) | func (s nonRecordingSpan) TracerProvider() trace.TracerProvider { retu... FILE: vendor/go.opentelemetry.io/otel/internal_logging.go function SetLogger (line 13) | func SetLogger(logger logr.Logger) { FILE: vendor/go.opentelemetry.io/otel/metric.go function Meter (line 24) | func Meter(name string, opts ...metric.MeterOption) metric.Meter { function GetMeterProvider (line 35) | func GetMeterProvider() metric.MeterProvider { function SetMeterProvider (line 40) | func SetMeterProvider(mp metric.MeterProvider) { FILE: vendor/go.opentelemetry.io/otel/metric/asyncfloat64.go type Float64Observable (line 17) | type Float64Observable interface type Float64ObservableCounter (line 32) | type Float64ObservableCounter interface type Float64ObservableCounterConfig (line 43) | type Float64ObservableCounterConfig struct method Description (line 60) | func (c Float64ObservableCounterConfig) Description() string { method Unit (line 65) | func (c Float64ObservableCounterConfig) Unit() string { method Callbacks (line 70) | func (c Float64ObservableCounterConfig) Callbacks() []Float64Callback { function NewFloat64ObservableCounterConfig (line 51) | func NewFloat64ObservableCounterConfig(opts ...Float64ObservableCounterO... type Float64ObservableCounterOption (line 78) | type Float64ObservableCounterOption interface type Float64ObservableUpDownCounter (line 90) | type Float64ObservableUpDownCounter interface type Float64ObservableUpDownCounterConfig (line 101) | type Float64ObservableUpDownCounterConfig struct method Description (line 120) | func (c Float64ObservableUpDownCounterConfig) Description() string { method Unit (line 125) | func (c Float64ObservableUpDownCounterConfig) Unit() string { method Callbacks (line 130) | func (c Float64ObservableUpDownCounterConfig) Callbacks() []Float64Cal... function NewFloat64ObservableUpDownCounterConfig (line 109) | func NewFloat64ObservableUpDownCounterConfig( type Float64ObservableUpDownCounterOption (line 138) | type Float64ObservableUpDownCounterOption interface type Float64ObservableGauge (line 149) | type Float64ObservableGauge interface type Float64ObservableGaugeConfig (line 160) | type Float64ObservableGaugeConfig struct method Description (line 177) | func (c Float64ObservableGaugeConfig) Description() string { method Unit (line 182) | func (c Float64ObservableGaugeConfig) Unit() string { method Callbacks (line 187) | func (c Float64ObservableGaugeConfig) Callbacks() []Float64Callback { function NewFloat64ObservableGaugeConfig (line 168) | func NewFloat64ObservableGaugeConfig(opts ...Float64ObservableGaugeOptio... type Float64ObservableGaugeOption (line 195) | type Float64ObservableGaugeOption interface type Float64Observer (line 204) | type Float64Observer interface type Float64Callback (line 235) | type Float64Callback type Float64ObservableOption (line 238) | type Float64ObservableOption interface type float64CallbackOpt (line 244) | type float64CallbackOpt struct method applyFloat64ObservableCounter (line 248) | func (o float64CallbackOpt) applyFloat64ObservableCounter( method applyFloat64ObservableUpDownCounter (line 255) | func (o float64CallbackOpt) applyFloat64ObservableUpDownCounter( method applyFloat64ObservableGauge (line 262) | func (o float64CallbackOpt) applyFloat64ObservableGauge(cfg Float64Obs... function WithFloat64Callback (line 268) | func WithFloat64Callback(callback Float64Callback) Float64ObservableOpti... FILE: vendor/go.opentelemetry.io/otel/metric/asyncint64.go type Int64Observable (line 17) | type Int64Observable interface type Int64ObservableCounter (line 31) | type Int64ObservableCounter interface type Int64ObservableCounterConfig (line 42) | type Int64ObservableCounterConfig struct method Description (line 59) | func (c Int64ObservableCounterConfig) Description() string { method Unit (line 64) | func (c Int64ObservableCounterConfig) Unit() string { method Callbacks (line 69) | func (c Int64ObservableCounterConfig) Callbacks() []Int64Callback { function NewInt64ObservableCounterConfig (line 50) | func NewInt64ObservableCounterConfig(opts ...Int64ObservableCounterOptio... type Int64ObservableCounterOption (line 77) | type Int64ObservableCounterOption interface type Int64ObservableUpDownCounter (line 89) | type Int64ObservableUpDownCounter interface type Int64ObservableUpDownCounterConfig (line 100) | type Int64ObservableUpDownCounterConfig struct method Description (line 119) | func (c Int64ObservableUpDownCounterConfig) Description() string { method Unit (line 124) | func (c Int64ObservableUpDownCounterConfig) Unit() string { method Callbacks (line 129) | func (c Int64ObservableUpDownCounterConfig) Callbacks() []Int64Callback { function NewInt64ObservableUpDownCounterConfig (line 108) | func NewInt64ObservableUpDownCounterConfig( type Int64ObservableUpDownCounterOption (line 137) | type Int64ObservableUpDownCounterOption interface type Int64ObservableGauge (line 148) | type Int64ObservableGauge interface type Int64ObservableGaugeConfig (line 159) | type Int64ObservableGaugeConfig struct method Description (line 176) | func (c Int64ObservableGaugeConfig) Description() string { method Unit (line 181) | func (c Int64ObservableGaugeConfig) Unit() string { method Callbacks (line 186) | func (c Int64ObservableGaugeConfig) Callbacks() []Int64Callback { function NewInt64ObservableGaugeConfig (line 167) | func NewInt64ObservableGaugeConfig(opts ...Int64ObservableGaugeOption) I... type Int64ObservableGaugeOption (line 194) | type Int64ObservableGaugeOption interface type Int64Observer (line 203) | type Int64Observer interface type Int64Callback (line 233) | type Int64Callback type Int64ObservableOption (line 236) | type Int64ObservableOption interface type int64CallbackOpt (line 242) | type int64CallbackOpt struct method applyInt64ObservableCounter (line 246) | func (o int64CallbackOpt) applyInt64ObservableCounter(cfg Int64Observa... method applyInt64ObservableUpDownCounter (line 251) | func (o int64CallbackOpt) applyInt64ObservableUpDownCounter( method applyInt64ObservableGauge (line 258) | func (o int64CallbackOpt) applyInt64ObservableGauge(cfg Int64Observabl... function WithInt64Callback (line 264) | func WithInt64Callback(callback Int64Callback) Int64ObservableOption { FILE: vendor/go.opentelemetry.io/otel/metric/config.go type MeterConfig (line 13) | type MeterConfig struct method InstrumentationVersion (line 24) | func (cfg MeterConfig) InstrumentationVersion() string { method InstrumentationAttributes (line 30) | func (cfg MeterConfig) InstrumentationAttributes() attribute.Set { method SchemaURL (line 35) | func (cfg MeterConfig) SchemaURL() string { type MeterOption (line 40) | type MeterOption interface function NewMeterConfig (line 47) | func NewMeterConfig(opts ...MeterOption) MeterConfig { type meterOptionFunc (line 55) | type meterOptionFunc method applyMeter (line 57) | func (fn meterOptionFunc) applyMeter(cfg MeterConfig) MeterConfig { function WithInstrumentationVersion (line 62) | func WithInstrumentationVersion(version string) MeterOption { function WithInstrumentationAttributes (line 78) | func WithInstrumentationAttributes(attr ...attribute.KeyValue) MeterOpti... function WithInstrumentationAttributeSet (line 88) | func WithInstrumentationAttributeSet(set attribute.Set) MeterOption { function WithSchemaURL (line 106) | func WithSchemaURL(schemaURL string) MeterOption { FILE: vendor/go.opentelemetry.io/otel/metric/embedded/embedded.go type MeterProvider (line 25) | type MeterProvider interface type Meter (line 35) | type Meter interface type Float64Observer (line 47) | type Float64Observer interface type Int64Observer (line 59) | type Int64Observer interface type Observer (line 69) | type Observer interface type Registration (line 79) | type Registration interface type Float64Counter (line 91) | type Float64Counter interface type Float64Histogram (line 103) | type Float64Histogram interface type Float64Gauge (line 113) | type Float64Gauge interface type Float64ObservableCounter (line 125) | type Float64ObservableCounter interface type Float64ObservableGauge (line 137) | type Float64ObservableGauge interface type Float64ObservableUpDownCounter (line 149) | type Float64ObservableUpDownCounter interface type Float64UpDownCounter (line 161) | type Float64UpDownCounter interface type Int64Counter (line 173) | type Int64Counter interface type Int64Histogram (line 185) | type Int64Histogram interface type Int64Gauge (line 195) | type Int64Gauge interface type Int64ObservableCounter (line 207) | type Int64ObservableCounter interface type Int64ObservableGauge (line 219) | type Int64ObservableGauge interface type Int64ObservableUpDownCounter (line 231) | type Int64ObservableUpDownCounter interface type Int64UpDownCounter (line 243) | type Int64UpDownCounter interface FILE: vendor/go.opentelemetry.io/otel/metric/instrument.go type Observable (line 10) | type Observable interface type InstrumentOption (line 15) | type InstrumentOption interface type HistogramOption (line 34) | type HistogramOption interface type descOpt (line 39) | type descOpt method applyFloat64Counter (line 41) | func (o descOpt) applyFloat64Counter(c Float64CounterConfig) Float64Co... method applyFloat64UpDownCounter (line 46) | func (o descOpt) applyFloat64UpDownCounter(c Float64UpDownCounterConfi... method applyFloat64Histogram (line 51) | func (o descOpt) applyFloat64Histogram(c Float64HistogramConfig) Float... method applyFloat64Gauge (line 56) | func (o descOpt) applyFloat64Gauge(c Float64GaugeConfig) Float64GaugeC... method applyFloat64ObservableCounter (line 61) | func (o descOpt) applyFloat64ObservableCounter(c Float64ObservableCoun... method applyFloat64ObservableUpDownCounter (line 66) | func (o descOpt) applyFloat64ObservableUpDownCounter( method applyFloat64ObservableGauge (line 73) | func (o descOpt) applyFloat64ObservableGauge(c Float64ObservableGaugeC... method applyInt64Counter (line 78) | func (o descOpt) applyInt64Counter(c Int64CounterConfig) Int64CounterC... method applyInt64UpDownCounter (line 83) | func (o descOpt) applyInt64UpDownCounter(c Int64UpDownCounterConfig) I... method applyInt64Histogram (line 88) | func (o descOpt) applyInt64Histogram(c Int64HistogramConfig) Int64Hist... method applyInt64Gauge (line 93) | func (o descOpt) applyInt64Gauge(c Int64GaugeConfig) Int64GaugeConfig { method applyInt64ObservableCounter (line 98) | func (o descOpt) applyInt64ObservableCounter(c Int64ObservableCounterC... method applyInt64ObservableUpDownCounter (line 103) | func (o descOpt) applyInt64ObservableUpDownCounter( method applyInt64ObservableGauge (line 110) | func (o descOpt) applyInt64ObservableGauge(c Int64ObservableGaugeConfi... function WithDescription (line 116) | func WithDescription(desc string) InstrumentOption { return descOpt(desc) } type unitOpt (line 118) | type unitOpt method applyFloat64Counter (line 120) | func (o unitOpt) applyFloat64Counter(c Float64CounterConfig) Float64Co... method applyFloat64UpDownCounter (line 125) | func (o unitOpt) applyFloat64UpDownCounter(c Float64UpDownCounterConfi... method applyFloat64Histogram (line 130) | func (o unitOpt) applyFloat64Histogram(c Float64HistogramConfig) Float... method applyFloat64Gauge (line 135) | func (o unitOpt) applyFloat64Gauge(c Float64GaugeConfig) Float64GaugeC... method applyFloat64ObservableCounter (line 140) | func (o unitOpt) applyFloat64ObservableCounter(c Float64ObservableCoun... method applyFloat64ObservableUpDownCounter (line 145) | func (o unitOpt) applyFloat64ObservableUpDownCounter( method applyFloat64ObservableGauge (line 152) | func (o unitOpt) applyFloat64ObservableGauge(c Float64ObservableGaugeC... method applyInt64Counter (line 157) | func (o unitOpt) applyInt64Counter(c Int64CounterConfig) Int64CounterC... method applyInt64UpDownCounter (line 162) | func (o unitOpt) applyInt64UpDownCounter(c Int64UpDownCounterConfig) I... method applyInt64Histogram (line 167) | func (o unitOpt) applyInt64Histogram(c Int64HistogramConfig) Int64Hist... method applyInt64Gauge (line 172) | func (o unitOpt) applyInt64Gauge(c Int64GaugeConfig) Int64GaugeConfig { method applyInt64ObservableCounter (line 177) | func (o unitOpt) applyInt64ObservableCounter(c Int64ObservableCounterC... method applyInt64ObservableUpDownCounter (line 182) | func (o unitOpt) applyInt64ObservableUpDownCounter( method applyInt64ObservableGauge (line 189) | func (o unitOpt) applyInt64ObservableGauge(c Int64ObservableGaugeConfi... function WithUnit (line 197) | func WithUnit(u string) InstrumentOption { return unitOpt(u) } function WithExplicitBucketBoundaries (line 202) | func WithExplicitBucketBoundaries(bounds ...float64) HistogramOption { r... type bucketOpt (line 204) | type bucketOpt method applyFloat64Histogram (line 206) | func (o bucketOpt) applyFloat64Histogram(c Float64HistogramConfig) Flo... method applyInt64Histogram (line 211) | func (o bucketOpt) applyInt64Histogram(c Int64HistogramConfig) Int64Hi... type AddOption (line 218) | type AddOption interface type AddConfig (line 223) | type AddConfig struct method Attributes (line 237) | func (c AddConfig) Attributes() attribute.Set { function NewAddConfig (line 228) | func NewAddConfig(opts []AddOption) AddConfig { type RecordOption (line 243) | type RecordOption interface type RecordConfig (line 248) | type RecordConfig struct method Attributes (line 262) | func (c RecordConfig) Attributes() attribute.Set { function NewRecordConfig (line 253) | func NewRecordConfig(opts []RecordOption) RecordConfig { type ObserveOption (line 268) | type ObserveOption interface type ObserveConfig (line 273) | type ObserveConfig struct method Attributes (line 287) | func (c ObserveConfig) Attributes() attribute.Set { function NewObserveConfig (line 278) | func NewObserveConfig(opts []ObserveOption) ObserveConfig { type MeasurementOption (line 292) | type MeasurementOption interface type attrOpt (line 298) | type attrOpt struct method applyAdd (line 314) | func (o attrOpt) applyAdd(c AddConfig) AddConfig { method applyRecord (line 325) | func (o attrOpt) applyRecord(c RecordConfig) RecordConfig { method applyObserve (line 336) | func (o attrOpt) applyObserve(c ObserveConfig) ObserveConfig { function mergeSets (line 304) | func mergeSets(a, b attribute.Set) attribute.Set { function WithAttributeSet (line 353) | func WithAttributeSet(attributes attribute.Set) MeasurementOption { function WithAttributes (line 372) | func WithAttributes(attributes ...attribute.KeyValue) MeasurementOption { FILE: vendor/go.opentelemetry.io/otel/metric/meter.go type MeterProvider (line 18) | type MeterProvider interface type Meter (line 41) | type Meter interface type Callback (line 252) | type Callback type Observer (line 259) | type Observer interface type Registration (line 278) | type Registration interface FILE: vendor/go.opentelemetry.io/otel/metric/noop/noop.go type MeterProvider (line 48) | type MeterProvider struct method Meter (line 56) | func (MeterProvider) Meter(string, ...metric.MeterOption) metric.Meter { function NewMeterProvider (line 51) | func NewMeterProvider() MeterProvider { type Meter (line 61) | type Meter struct method Int64Counter (line 65) | func (Meter) Int64Counter(string, ...metric.Int64CounterOption) (metri... method Int64UpDownCounter (line 71) | func (Meter) Int64UpDownCounter(string, ...metric.Int64UpDownCounterOp... method Int64Histogram (line 77) | func (Meter) Int64Histogram(string, ...metric.Int64HistogramOption) (m... method Int64Gauge (line 83) | func (Meter) Int64Gauge(string, ...metric.Int64GaugeOption) (metric.In... method Int64ObservableCounter (line 89) | func (Meter) Int64ObservableCounter( method Int64ObservableUpDownCounter (line 98) | func (Meter) Int64ObservableUpDownCounter( method Int64ObservableGauge (line 107) | func (Meter) Int64ObservableGauge(string, ...metric.Int64ObservableGau... method Float64Counter (line 113) | func (Meter) Float64Counter(string, ...metric.Float64CounterOption) (m... method Float64UpDownCounter (line 119) | func (Meter) Float64UpDownCounter(string, ...metric.Float64UpDownCount... method Float64Histogram (line 125) | func (Meter) Float64Histogram(string, ...metric.Float64HistogramOption... method Float64Gauge (line 131) | func (Meter) Float64Gauge(string, ...metric.Float64GaugeOption) (metri... method Float64ObservableCounter (line 137) | func (Meter) Float64ObservableCounter( method Float64ObservableUpDownCounter (line 146) | func (Meter) Float64ObservableUpDownCounter( method Float64ObservableGauge (line 155) | func (Meter) Float64ObservableGauge( method RegisterCallback (line 163) | func (Meter) RegisterCallback(metric.Callback, ...metric.Observable) (... type Observer (line 169) | type Observer struct method ObserveFloat64 (line 172) | func (Observer) ObserveFloat64(metric.Float64Observable, float64, ...m... method ObserveInt64 (line 176) | func (Observer) ObserveInt64(metric.Int64Observable, int64, ...metric.... type Registration (line 180) | type Registration struct method Unregister (line 185) | func (Registration) Unregister() error { return nil } type Int64Counter (line 189) | type Int64Counter struct method Add (line 192) | func (Int64Counter) Add(context.Context, int64, ...metric.AddOption) {} method Enabled (line 195) | func (Int64Counter) Enabled(context.Context) bool { return false } type Float64Counter (line 199) | type Float64Counter struct method Add (line 202) | func (Float64Counter) Add(context.Context, float64, ...metric.AddOptio... method Enabled (line 205) | func (Float64Counter) Enabled(context.Context) bool { return false } type Int64UpDownCounter (line 209) | type Int64UpDownCounter struct method Add (line 212) | func (Int64UpDownCounter) Add(context.Context, int64, ...metric.AddOpt... method Enabled (line 215) | func (Int64UpDownCounter) Enabled(context.Context) bool { return false } type Float64UpDownCounter (line 219) | type Float64UpDownCounter struct method Add (line 222) | func (Float64UpDownCounter) Add(context.Context, float64, ...metric.Ad... method Enabled (line 225) | func (Float64UpDownCounter) Enabled(context.Context) bool { return fal... type Int64Histogram (line 229) | type Int64Histogram struct method Record (line 232) | func (Int64Histogram) Record(context.Context, int64, ...metric.RecordO... method Enabled (line 235) | func (Int64Histogram) Enabled(context.Context) bool { return false } type Float64Histogram (line 239) | type Float64Histogram struct method Record (line 242) | func (Float64Histogram) Record(context.Context, float64, ...metric.Rec... method Enabled (line 245) | func (Float64Histogram) Enabled(context.Context) bool { return false } type Int64Gauge (line 249) | type Int64Gauge struct method Record (line 252) | func (Int64Gauge) Record(context.Context, int64, ...metric.RecordOptio... method Enabled (line 255) | func (Int64Gauge) Enabled(context.Context) bool { return false } type Float64Gauge (line 259) | type Float64Gauge struct method Record (line 262) | func (Float64Gauge) Record(context.Context, float64, ...metric.RecordO... method Enabled (line 265) | func (Float64Gauge) Enabled(context.Context) bool { return false } type Int64ObservableCounter (line 269) | type Int64ObservableCounter struct type Float64ObservableCounter (line 276) | type Float64ObservableCounter struct type Int64ObservableGauge (line 283) | type Int64ObservableGauge struct type Float64ObservableGauge (line 290) | type Float64ObservableGauge struct type Int64ObservableUpDownCounter (line 297) | type Int64ObservableUpDownCounter struct type Float64ObservableUpDownCounter (line 304) | type Float64ObservableUpDownCounter struct type Int64Observer (line 310) | type Int64Observer struct method Observe (line 313) | func (Int64Observer) Observe(int64, ...metric.ObserveOption) {} type Float64Observer (line 317) | type Float64Observer struct method Observe (line 320) | func (Float64Observer) Observe(float64, ...metric.ObserveOption) {} FILE: vendor/go.opentelemetry.io/otel/metric/syncfloat64.go type Float64Counter (line 17) | type Float64Counter interface type Float64CounterConfig (line 38) | type Float64CounterConfig struct method Description (line 54) | func (c Float64CounterConfig) Description() string { method Unit (line 59) | func (c Float64CounterConfig) Unit() string { function NewFloat64CounterConfig (line 45) | func NewFloat64CounterConfig(opts ...Float64CounterOption) Float64Counte... type Float64CounterOption (line 66) | type Float64CounterOption interface type Float64UpDownCounter (line 76) | type Float64UpDownCounter interface type Float64UpDownCounterConfig (line 97) | type Float64UpDownCounterConfig struct method Description (line 113) | func (c Float64UpDownCounterConfig) Description() string { method Unit (line 118) | func (c Float64UpDownCounterConfig) Unit() string { function NewFloat64UpDownCounterConfig (line 104) | func NewFloat64UpDownCounterConfig(opts ...Float64UpDownCounterOption) F... type Float64UpDownCounterOption (line 125) | type Float64UpDownCounterOption interface type Float64Histogram (line 135) | type Float64Histogram interface type Float64HistogramConfig (line 156) | type Float64HistogramConfig struct method Description (line 173) | func (c Float64HistogramConfig) Description() string { method Unit (line 178) | func (c Float64HistogramConfig) Unit() string { method ExplicitBucketBoundaries (line 183) | func (c Float64HistogramConfig) ExplicitBucketBoundaries() []float64 { function NewFloat64HistogramConfig (line 164) | func NewFloat64HistogramConfig(opts ...Float64HistogramOption) Float64Hi... type Float64HistogramOption (line 190) | type Float64HistogramOption interface type Float64Gauge (line 199) | type Float64Gauge interface type Float64GaugeConfig (line 220) | type Float64GaugeConfig struct method Description (line 236) | func (c Float64GaugeConfig) Description() string { method Unit (line 241) | func (c Float64GaugeConfig) Unit() string { function NewFloat64GaugeConfig (line 227) | func NewFloat64GaugeConfig(opts ...Float64GaugeOption) Float64GaugeConfig { type Float64GaugeOption (line 248) | type Float64GaugeOption interface FILE: vendor/go.opentelemetry.io/otel/metric/syncint64.go type Int64Counter (line 17) | type Int64Counter interface type Int64CounterConfig (line 38) | type Int64CounterConfig struct method Description (line 54) | func (c Int64CounterConfig) Description() string { method Unit (line 59) | func (c Int64CounterConfig) Unit() string { function NewInt64CounterConfig (line 45) | func NewInt64CounterConfig(opts ...Int64CounterOption) Int64CounterConfig { type Int64CounterOption (line 66) | type Int64CounterOption interface type Int64UpDownCounter (line 76) | type Int64UpDownCounter interface type Int64UpDownCounterConfig (line 97) | type Int64UpDownCounterConfig struct method Description (line 113) | func (c Int64UpDownCounterConfig) Description() string { method Unit (line 118) | func (c Int64UpDownCounterConfig) Unit() string { function NewInt64UpDownCounterConfig (line 104) | func NewInt64UpDownCounterConfig(opts ...Int64UpDownCounterOption) Int64... type Int64UpDownCounterOption (line 125) | type Int64UpDownCounterOption interface type Int64Histogram (line 135) | type Int64Histogram interface type Int64HistogramConfig (line 156) | type Int64HistogramConfig struct method Description (line 173) | func (c Int64HistogramConfig) Description() string { method Unit (line 178) | func (c Int64HistogramConfig) Unit() string { method ExplicitBucketBoundaries (line 183) | func (c Int64HistogramConfig) ExplicitBucketBoundaries() []float64 { function NewInt64HistogramConfig (line 164) | func NewInt64HistogramConfig(opts ...Int64HistogramOption) Int64Histogra... type Int64HistogramOption (line 190) | type Int64HistogramOption interface type Int64Gauge (line 199) | type Int64Gauge interface type Int64GaugeConfig (line 220) | type Int64GaugeConfig struct method Description (line 236) | func (c Int64GaugeConfig) Description() string { method Unit (line 241) | func (c Int64GaugeConfig) Unit() string { function NewInt64GaugeConfig (line 227) | func NewInt64GaugeConfig(opts ...Int64GaugeOption) Int64GaugeConfig { type Int64GaugeOption (line 248) | type Int64GaugeOption interface FILE: vendor/go.opentelemetry.io/otel/propagation.go function GetTextMapPropagator (line 13) | func GetTextMapPropagator() propagation.TextMapPropagator { function SetTextMapPropagator (line 18) | func SetTextMapPropagator(propagator propagation.TextMapPropagator) { FILE: vendor/go.opentelemetry.io/otel/propagation/baggage.go constant baggageHeader (line 12) | baggageHeader = "baggage" type Baggage (line 18) | type Baggage struct method Inject (line 23) | func (Baggage) Inject(ctx context.Context, carrier TextMapCarrier) { method Extract (line 33) | func (Baggage) Extract(parent context.Context, carrier TextMapCarrier)... method Fields (line 41) | func (Baggage) Fields() []string { function extractSingleBaggage (line 45) | func extractSingleBaggage(parent context.Context, carrier TextMapCarrier... function extractMultiBaggage (line 58) | func extractMultiBaggage(parent context.Context, carrier ValuesGetter) c... FILE: vendor/go.opentelemetry.io/otel/propagation/propagation.go type TextMapCarrier (line 13) | type TextMapCarrier interface type ValuesGetter (line 35) | type ValuesGetter interface type MapCarrier (line 47) | type MapCarrier method Get (line 53) | func (c MapCarrier) Get(key string) string { method Set (line 58) | func (c MapCarrier) Set(key, value string) { method Keys (line 63) | func (c MapCarrier) Keys() []string { type HeaderCarrier (line 72) | type HeaderCarrier method Get (line 81) | func (hc HeaderCarrier) Get(key string) string { method Values (line 86) | func (hc HeaderCarrier) Values(key string) []string { method Set (line 91) | func (hc HeaderCarrier) Set(key, value string) { method Keys (line 96) | func (hc HeaderCarrier) Keys() []string { type TextMapPropagator (line 106) | type TextMapPropagator interface type compositeTextMapPropagator (line 128) | type compositeTextMapPropagator method Inject (line 130) | func (p compositeTextMapPropagator) Inject(ctx context.Context, carrie... method Extract (line 136) | func (p compositeTextMapPropagator) Extract(ctx context.Context, carri... method Fields (line 143) | func (p compositeTextMapPropagator) Fields() []string { function NewCompositeTextMapPropagator (line 166) | func NewCompositeTextMapPropagator(p ...TextMapPropagator) TextMapPropag... FILE: vendor/go.opentelemetry.io/otel/propagation/trace_context.go constant supportedVersion (line 16) | supportedVersion = 0 constant maxVersion (line 17) | maxVersion = 254 constant traceparentHeader (line 18) | traceparentHeader = "traceparent" constant tracestateHeader (line 19) | tracestateHeader = "tracestate" constant delimiter (line 20) | delimiter = "-" type TraceContext (line 31) | type TraceContext struct method Inject (line 39) | func (TraceContext) Inject(ctx context.Context, carrier TextMapCarrier) { method Extract (line 72) | func (tc TraceContext) Extract(ctx context.Context, carrier TextMapCar... method extract (line 80) | func (TraceContext) extract(carrier TextMapCarrier) trace.SpanContext { method Fields (line 154) | func (TraceContext) Fields() []string { function upperHex (line 131) | func upperHex(v string) bool { function extractPart (line 140) | func extractPart(dst []byte, h *string, n int) bool { FILE: vendor/go.opentelemetry.io/otel/sdk/instrumentation/scope.go type Scope (line 9) | type Scope struct FILE: vendor/go.opentelemetry.io/otel/sdk/internal/x/x.go type Feature (line 16) | type Feature struct function newFeature (line 21) | func newFeature[T any](suffix []string, parse func(string) (T, bool)) Fe... method Keys (line 35) | func (f Feature[T]) Keys() []string { return f.keys } method Lookup (line 40) | func (f Feature[T]) Lookup() (v T, ok bool) { method Enabled (line 55) | func (f Feature[T]) Enabled() bool { FILE: vendor/go.opentelemetry.io/otel/sdk/resource/auto.go type Detector (line 18) | type Detector interface function Detect (line 46) | func Detect(ctx context.Context, detectors ...Detector) (*Resource, erro... function detect (line 57) | func detect(ctx context.Context, res *Resource, detectors []Detector) er... FILE: vendor/go.opentelemetry.io/otel/sdk/resource/builtin.go type telemetrySDK (line 24) | type telemetrySDK struct method Detect (line 52) | func (telemetrySDK) Detect(context.Context) (*Resource, error) { type host (line 30) | type host struct method Detect (line 62) | func (host) Detect(ctx context.Context) (*Resource, error) { type stringDetector (line 32) | type stringDetector struct method Detect (line 75) | func (sd stringDetector) Detect(context.Context) (*Resource, error) { type defaultServiceNameDetector (line 38) | type defaultServiceNameDetector struct method Detect (line 88) | func (defaultServiceNameDetector) Detect(ctx context.Context) (*Resour... type defaultServiceInstanceIDDetector (line 40) | type defaultServiceInstanceIDDetector struct method Detect (line 103) | func (defaultServiceInstanceIDDetector) Detect(ctx context.Context) (*... function StringDetector (line 69) | func StringDetector(schemaURL string, k attribute.Key, f func() (string,... FILE: vendor/go.opentelemetry.io/otel/sdk/resource/config.go type config (line 13) | type config struct type Option (line 21) | type Option interface function WithAttributes (line 27) | func WithAttributes(attributes ...attribute.KeyValue) Option { type detectAttributes (line 31) | type detectAttributes struct method Detect (line 35) | func (d detectAttributes) Detect(context.Context) (*Resource, error) { function WithDetectors (line 40) | func WithDetectors(detectors ...Detector) Option { type detectorsOption (line 44) | type detectorsOption struct method apply (line 48) | func (o detectorsOption) apply(cfg config) config { function WithFromEnv (line 54) | func WithFromEnv() Option { function WithHost (line 59) | func WithHost() Option { function WithHostID (line 64) | func WithHostID() Option { function WithTelemetrySDK (line 69) | func WithTelemetrySDK() Option { function WithSchemaURL (line 74) | func WithSchemaURL(schemaURL string) Option { type schemaURLOption (line 78) | type schemaURLOption method apply (line 80) | func (o schemaURLOption) apply(cfg config) config { function WithOS (line 87) | func WithOS() Option { function WithOSType (line 95) | func WithOSType() Option { function WithOSDescription (line 102) | func WithOSDescription() Option { function WithProcess (line 117) | func WithProcess() Option { function WithProcessPID (line 132) | func WithProcessPID() Option { function WithProcessExecutableName (line 138) | func WithProcessExecutableName() Option { function WithProcessExecutablePath (line 144) | func WithProcessExecutablePath() Option { function WithProcessCommandArgs (line 154) | func WithProcessCommandArgs() Option { function WithProcessOwner (line 160) | func WithProcessOwner() Option { function WithProcessRuntimeName (line 166) | func WithProcessRuntimeName() Option { function WithProcessRuntimeVersion (line 172) | func WithProcessRuntimeVersion() Option { function WithProcessRuntimeDescription (line 178) | func WithProcessRuntimeDescription() Option { function WithContainer (line 184) | func WithContainer() Option { function WithContainerID (line 193) | func WithContainerID() Option { FILE: vendor/go.opentelemetry.io/otel/sdk/resource/container.go type containerIDProvider (line 17) | type containerIDProvider type cgroupContainerIDDetector (line 24) | type cgroupContainerIDDetector struct method Detect (line 30) | func (cgroupContainerIDDetector) Detect(context.Context) (*Resource, e... constant cgroupPath (line 26) | cgroupPath = "/proc/self/cgroup" function getContainerIDFromCGroup (line 54) | func getContainerIDFromCGroup() (string, error) { function getContainerIDFromReader (line 70) | func getContainerIDFromReader(reader io.Reader) string { function getContainerIDFromLine (line 83) | func getContainerIDFromLine(line string) string { FILE: vendor/go.opentelemetry.io/otel/sdk/resource/env.go constant resourceAttrKey (line 20) | resourceAttrKey = "OTEL_RESOURCE_ATTRIBUTES" constant svcNameKey (line 23) | svcNameKey = "OTEL_SERVICE_NAME" type fromEnv (line 32) | type fromEnv struct method Detect (line 38) | func (fromEnv) Detect(context.Context) (*Resource, error) { function constructOTResources (line 67) | func constructOTResources(s string) (*Resource, error) { FILE: vendor/go.opentelemetry.io/otel/sdk/resource/host_id.go type hostIDProvider (line 14) | type hostIDProvider type hostIDReader (line 20) | type hostIDReader interface type fileReader (line 24) | type fileReader type commandExecutor (line 26) | type commandExecutor type hostIDReaderBSD (line 29) | type hostIDReaderBSD struct method read (line 37) | func (r *hostIDReaderBSD) read() (string, error) { type hostIDReaderDarwin (line 50) | type hostIDReaderDarwin struct method read (line 57) | func (r *hostIDReaderDarwin) read() (string, error) { type hostIDReaderLinux (line 76) | type hostIDReaderLinux struct method read (line 83) | func (r *hostIDReaderLinux) read() (string, error) { type hostIDDetector (line 95) | type hostIDDetector struct method Detect (line 98) | func (hostIDDetector) Detect(context.Context) (*Resource, error) { FILE: vendor/go.opentelemetry.io/otel/sdk/resource/host_id_exec.go function execCommand (line 10) | func execCommand(name string, arg ...string) (string, error) { FILE: vendor/go.opentelemetry.io/otel/sdk/resource/host_id_readfile.go function readFile (line 10) | func readFile(filename string) (string, error) { FILE: vendor/go.opentelemetry.io/otel/sdk/resource/host_id_unsupported.go type hostIDReaderUnsupported (line 12) | type hostIDReaderUnsupported struct method read (line 14) | func (*hostIDReaderUnsupported) read() (string, error) { FILE: vendor/go.opentelemetry.io/otel/sdk/resource/host_id_windows.go type hostIDReaderWindows (line 13) | type hostIDReaderWindows struct method read (line 17) | func (*hostIDReaderWindows) read() (string, error) { FILE: vendor/go.opentelemetry.io/otel/sdk/resource/os.go type osDescriptionProvider (line 14) | type osDescriptionProvider function setDefaultOSDescriptionProvider (line 20) | func setDefaultOSDescriptionProvider() { function setOSDescriptionProvider (line 24) | func setOSDescriptionProvider(osDescriptionProvider osDescriptionProvide... type osTypeDetector (line 29) | type osTypeDetector struct method Detect (line 35) | func (osTypeDetector) Detect(context.Context) (*Resource, error) { type osDescriptionDetector (line 30) | type osDescriptionDetector struct method Detect (line 48) | func (osDescriptionDetector) Detect(context.Context) (*Resource, error) { function mapRuntimeOSToSemconvOSType (line 64) | func mapRuntimeOSToSemconvOSType(osType string) attribute.KeyValue { FILE: vendor/go.opentelemetry.io/otel/sdk/resource/os_release_darwin.go type plist (line 14) | type plist struct type dict (line 19) | type dict struct function osRelease (line 30) | func osRelease() string { function getPlistFile (line 48) | func getPlistFile() (*os.File, error) { function parsePlistFile (line 58) | func parsePlistFile(file io.Reader) (map[string]string, error) { function buildOSRelease (line 82) | func buildOSRelease(properties map[string]string) string { FILE: vendor/go.opentelemetry.io/otel/sdk/resource/os_release_unix.go function osRelease (line 21) | func osRelease() string { function getOSReleaseFile (line 37) | func getOSReleaseFile() (*os.File, error) { function parseOSReleaseFile (line 45) | func parseOSReleaseFile(file io.Reader) map[string]string { function skip (line 67) | func skip(line string) bool { function parse (line 75) | func parse(line string) (string, string, bool) { function unquote (line 91) | func unquote(s string) string { function unescape (line 105) | func unescape(s string) string { function buildOSRelease (line 125) | func buildOSRelease(values map[string]string) string { FILE: vendor/go.opentelemetry.io/otel/sdk/resource/os_unix.go type unameProvider (line 15) | type unameProvider function setDefaultUnameProvider (line 21) | func setDefaultUnameProvider() { function setUnameProvider (line 25) | func setUnameProvider(unameProvider unameProvider) { function platformOSDescription (line 32) | func platformOSDescription() (string, error) { function uname (line 50) | func uname() (string, error) { function getFirstAvailableFile (line 69) | func getFirstAvailableFile(candidates []string) (*os.File, error) { FILE: vendor/go.opentelemetry.io/otel/sdk/resource/os_unsupported.go function platformOSDescription (line 12) | func platformOSDescription() (string, error) { FILE: vendor/go.opentelemetry.io/otel/sdk/resource/os_windows.go function platformOSDescription (line 17) | func platformOSDescription() (string, error) { function getStringValue (line 51) | func getStringValue(name string, k registry.Key) string { function getIntegerValue (line 57) | func getIntegerValue(name string, k registry.Key) uint64 { function readProductName (line 63) | func readProductName(k registry.Key) string { function readDisplayVersion (line 67) | func readDisplayVersion(k registry.Key) string { function readReleaseID (line 71) | func readReleaseID(k registry.Key) string { function readCurrentMajorVersionNumber (line 75) | func readCurrentMajorVersionNumber(k registry.Key) string { function readCurrentMinorVersionNumber (line 79) | func readCurrentMinorVersionNumber(k registry.Key) string { function readCurrentBuildNumber (line 83) | func readCurrentBuildNumber(k registry.Key) string { function readUBR (line 87) | func readUBR(k registry.Key) string { FILE: vendor/go.opentelemetry.io/otel/sdk/resource/process.go type pidProvider (line 18) | type pidProvider type executablePathProvider (line 19) | type executablePathProvider type commandArgsProvider (line 20) | type commandArgsProvider type ownerProvider (line 21) | type ownerProvider type runtimeNameProvider (line 22) | type runtimeNameProvider type runtimeVersionProvider (line 23) | type runtimeVersionProvider type runtimeOSProvider (line 24) | type runtimeOSProvider type runtimeArchProvider (line 25) | type runtimeArchProvider function setDefaultOSProviders (line 55) | func setDefaultOSProviders() { function setOSProviders (line 63) | func setOSProviders( function setDefaultRuntimeProviders (line 73) | func setDefaultRuntimeProviders() { function setRuntimeProviders (line 82) | func setRuntimeProviders( function setDefaultUserProviders (line 94) | func setDefaultUserProviders() { function setUserProviders (line 98) | func setUserProviders(ownerProvider ownerProvider) { type processPIDDetector (line 103) | type processPIDDetector struct method Detect (line 115) | func (processPIDDetector) Detect(context.Context) (*Resource, error) { type processExecutableNameDetector (line 104) | type processExecutableNameDetector struct method Detect (line 120) | func (processExecutableNameDetector) Detect(context.Context) (*Resourc... type processExecutablePathDetector (line 105) | type processExecutablePathDetector struct method Detect (line 127) | func (processExecutablePathDetector) Detect(context.Context) (*Resourc... type processCommandArgsDetector (line 106) | type processCommandArgsDetector struct method Detect (line 138) | func (processCommandArgsDetector) Detect(context.Context) (*Resource, ... type processOwnerDetector (line 107) | type processOwnerDetector struct method Detect (line 144) | func (processOwnerDetector) Detect(context.Context) (*Resource, error) { type processRuntimeNameDetector (line 108) | type processRuntimeNameDetector struct method Detect (line 155) | func (processRuntimeNameDetector) Detect(context.Context) (*Resource, ... type processRuntimeVersionDetector (line 109) | type processRuntimeVersionDetector struct method Detect (line 160) | func (processRuntimeVersionDetector) Detect(context.Context) (*Resourc... type processRuntimeDescriptionDetector (line 110) | type processRuntimeDescriptionDetector struct method Detect (line 165) | func (processRuntimeDescriptionDetector) Detect(context.Context) (*Res... FILE: vendor/go.opentelemetry.io/otel/sdk/resource/resource.go type Resource (line 32) | type Resource struct method String (line 107) | func (r *Resource) String() string { method MarshalLog (line 115) | func (r *Resource) MarshalLog() any { method Attributes (line 127) | func (r *Resource) Attributes() []attribute.KeyValue { method SchemaURL (line 135) | func (r *Resource) SchemaURL() string { method Iter (line 144) | func (r *Resource) Iter() attribute.Iterator { method Equal (line 156) | func (r *Resource) Equal(o *Resource) bool { method Equivalent (line 274) | func (r *Resource) Equivalent() attribute.Distinct { method Set (line 279) | func (r *Resource) Set() *attribute.Set { method MarshalJSON (line 288) | func (r *Resource) MarshalJSON() ([]byte, error) { method Len (line 296) | func (r *Resource) Len() int { method Encoded (line 304) | func (r *Resource) Encoded(enc attribute.Encoder) string { function New (line 59) | func New(ctx context.Context, opts ...Option) (*Resource, error) { function NewWithAttributes (line 73) | func NewWithAttributes(schemaURL string, attrs ...attribute.KeyValue) *R... function NewSchemaless (line 83) | func NewSchemaless(attrs ...attribute.KeyValue) *Resource { function Merge (line 189) | func Merge(a, b *Resource) (*Resource, error) { function Empty (line 228) | func Empty() *Resource { function Default (line 234) | func Default() *Resource { function Environment (line 262) | func Environment() *Resource { FILE: vendor/go.opentelemetry.io/otel/sdk/trace/batch_span_processor.go constant DefaultMaxQueueSize (line 22) | DefaultMaxQueueSize = 2048 constant DefaultScheduleDelay (line 24) | DefaultScheduleDelay = 5000 constant DefaultExportTimeout (line 26) | DefaultExportTimeout = 30000 constant DefaultMaxExportBatchSize (line 27) | DefaultMaxExportBatchSize = 512 type BatchSpanProcessorOption (line 31) | type BatchSpanProcessorOption type BatchSpanProcessorOptions (line 35) | type BatchSpanProcessorOptions struct type batchSpanProcessor (line 66) | type batchSpanProcessor struct method OnStart (line 145) | func (*batchSpanProcessor) OnStart(context.Context, ReadWriteSpan) {} method OnEnd (line 148) | func (bsp *batchSpanProcessor) OnEnd(s ReadOnlySpan) { method Shutdown (line 163) | func (bsp *batchSpanProcessor) Shutdown(ctx context.Context) error { method ForceFlush (line 201) | func (bsp *batchSpanProcessor) ForceFlush(ctx context.Context) error { method exportSpans (line 285) | func (bsp *batchSpanProcessor) exportSpans(ctx context.Context) error { method processQueue (line 321) | func (bsp *batchSpanProcessor) processQueue() { method drainQueue (line 361) | func (bsp *batchSpanProcessor) drainQueue() { method enqueue (line 392) | func (bsp *batchSpanProcessor) enqueue(sd ReadOnlySpan) { method enqueueBlockOnQueueFull (line 401) | func (bsp *batchSpanProcessor) enqueueBlockOnQueueFull(ctx context.Con... method enqueueDrop (line 417) | func (bsp *batchSpanProcessor) enqueueDrop(ctx context.Context, sd Rea... method MarshalLog (line 435) | func (bsp *batchSpanProcessor) MarshalLog() any { function NewBatchSpanProcessor (line 90) | func NewBatchSpanProcessor(exporter SpanExporter, options ...BatchSpanPr... function nextProcessorID (line 140) | func nextProcessorID() int64 { type forceFlushSpan (line 191) | type forceFlushSpan struct method SpanContext (line 196) | func (forceFlushSpan) SpanContext() trace.SpanContext { function WithMaxQueueSize (line 243) | func WithMaxQueueSize(size int) BatchSpanProcessorOption { function WithMaxExportBatchSize (line 251) | func WithMaxExportBatchSize(size int) BatchSpanProcessorOption { function WithBatchTimeout (line 260) | func WithBatchTimeout(delay time.Duration) BatchSpanProcessorOption { function WithExportTimeout (line 269) | func WithExportTimeout(timeout time.Duration) BatchSpanProcessorOption { function WithBlocking (line 278) | func WithBlocking() BatchSpanProcessorOption { FILE: vendor/go.opentelemetry.io/otel/sdk/trace/event.go type Event (line 13) | type Event struct FILE: vendor/go.opentelemetry.io/otel/sdk/trace/evictedqueue.go type evictedQueue (line 14) | type evictedQueue struct function newEvictedQueueEvent (line 22) | func newEvictedQueueEvent(capacity int) evictedQueue[Event] { function newEvictedQueueLink (line 30) | func newEvictedQueueLink(capacity int) evictedQueue[Link] { method add (line 40) | func (eq *evictedQueue[T]) add(value T) { method logDropped (line 57) | func (eq *evictedQueue[T]) logDropped() { method copy (line 62) | func (eq *evictedQueue[T]) copy() []T { FILE: vendor/go.opentelemetry.io/otel/sdk/trace/id_generator.go type IDGenerator (line 15) | type IDGenerator interface type randomIDGenerator (line 30) | type randomIDGenerator struct method NewSpanID (line 35) | func (*randomIDGenerator) NewSpanID(context.Context, trace.TraceID) tr... method NewIDs (line 48) | func (*randomIDGenerator) NewIDs(context.Context) (trace.TraceID, trac... function defaultIDGenerator (line 67) | func defaultIDGenerator() IDGenerator { FILE: vendor/go.opentelemetry.io/otel/sdk/trace/internal/env/env.go constant BatchSpanProcessorScheduleDelayKey (line 19) | BatchSpanProcessorScheduleDelayKey = "OTEL_BSP_SCHEDULE_DELAY" constant BatchSpanProcessorExportTimeoutKey (line 22) | BatchSpanProcessorExportTimeoutKey = "OTEL_BSP_EXPORT_TIMEOUT" constant BatchSpanProcessorMaxQueueSizeKey (line 24) | BatchSpanProcessorMaxQueueSizeKey = "OTEL_BSP_MAX_QUEUE_SIZE" constant BatchSpanProcessorMaxExportBatchSizeKey (line 28) | BatchSpanProcessorMaxExportBatchSizeKey = "OTEL_BSP_MAX_EXPORT_BATCH_SIZE" constant AttributeValueLengthKey (line 31) | AttributeValueLengthKey = "OTEL_ATTRIBUTE_VALUE_LENGTH_LIMIT" constant AttributeCountKey (line 34) | AttributeCountKey = "OTEL_ATTRIBUTE_COUNT_LIMIT" constant SpanAttributeValueLengthKey (line 38) | SpanAttributeValueLengthKey = "OTEL_SPAN_ATTRIBUTE_VALUE_LENGTH_LIMIT" constant SpanAttributeCountKey (line 42) | SpanAttributeCountKey = "OTEL_SPAN_ATTRIBUTE_COUNT_LIMIT" constant SpanEventCountKey (line 45) | SpanEventCountKey = "OTEL_SPAN_EVENT_COUNT_LIMIT" constant SpanEventAttributeCountKey (line 49) | SpanEventAttributeCountKey = "OTEL_EVENT_ATTRIBUTE_COUNT_LIMIT" constant SpanLinkCountKey (line 52) | SpanLinkCountKey = "OTEL_SPAN_LINK_COUNT_LIMIT" constant SpanLinkAttributeCountKey (line 56) | SpanLinkAttributeCountKey = "OTEL_LINK_ATTRIBUTE_COUNT_LIMIT" function firstInt (line 62) | func firstInt(defaultValue int, keys ...string) int { function IntEnvOr (line 83) | func IntEnvOr(key string, defaultValue int) int { function BatchSpanProcessorScheduleDelay (line 101) | func BatchSpanProcessorScheduleDelay(defaultValue int) int { function BatchSpanProcessorExportTimeout (line 108) | func BatchSpanProcessorExportTimeout(defaultValue int) int { function BatchSpanProcessorMaxQueueSize (line 115) | func BatchSpanProcessorMaxQueueSize(defaultValue int) int { function BatchSpanProcessorMaxExportBatchSize (line 122) | func BatchSpanProcessorMaxExportBatchSize(defaultValue int) int { function SpanAttributeValueLength (line 130) | func SpanAttributeValueLength(defaultValue int) int { function SpanAttributeCount (line 138) | func SpanAttributeCount(defaultValue int) int { function SpanEventCount (line 145) | func SpanEventCount(defaultValue int) int { function SpanEventAttributeCount (line 152) | func SpanEventAttributeCount(defaultValue int) int { function SpanLinkCount (line 159) | func SpanLinkCount(defaultValue int) int { function SpanLinkAttributeCount (line 166) | func SpanLinkAttributeCount(defaultValue int) int { FILE: vendor/go.opentelemetry.io/otel/sdk/trace/internal/observ/batch_span_processor.go constant ScopeName (line 22) | ScopeName = "go.opentelemetry.io/otel/sdk/trace/internal/observ" constant SchemaURL (line 25) | SchemaURL = semconv.SchemaURL function BSPComponentName (line 35) | func BSPComponentName(id int64) attribute.KeyValue { type BSP (line 42) | type BSP struct method Shutdown (line 111) | func (b *BSP) Shutdown() error { return b.reg.Unregister() } method Processed (line 113) | func (b *BSP) Processed(ctx context.Context, n int64) { method ProcessedQueueFull (line 117) | func (b *BSP) ProcessedQueueFull(ctx context.Context, n int64) { function NewBSP (line 50) | func NewBSP(id int64, qLen func() int64, qMax int64) (*BSP, error) { FILE: vendor/go.opentelemetry.io/otel/sdk/trace/internal/observ/simple_span_processor.go type SSP (line 32) | type SSP struct method SpanProcessed (line 79) | func (ssp *SSP) SpanProcessed(ctx context.Context, err error) { method addOption (line 83) | func (ssp *SSP) addOption(err error) []metric.AddOption { function SSPComponentName (line 40) | func SSPComponentName(id int64) attribute.KeyValue { function NewSSP (line 50) | func NewSSP(id int64) (*SSP, error) { FILE: vendor/go.opentelemetry.io/otel/sdk/trace/internal/observ/tracer.go type Tracer (line 26) | type Tracer struct method Enabled (line 55) | func (t Tracer) Enabled() bool { return t.enabled } method SpanStarted (line 57) | func (t Tracer) SpanStarted(ctx context.Context, psc trace.SpanContext... method SpanLive (line 83) | func (t Tracer) SpanLive(ctx context.Context, span trace.Span) { method SpanEnded (line 87) | func (t Tracer) SpanEnded(ctx context.Context, span trace.Span) { method spanLive (line 91) | func (t Tracer) spanLive(ctx context.Context, value int64, span trace.... function NewTracer (line 33) | func NewTracer() (Tracer, error) { type parentState (line 97) | type parentState constant parentStateNoParent (line 100) | parentStateNoParent parentState = iota constant parentStateLocalParent (line 101) | parentStateLocalParent constant parentStateRemoteParent (line 102) | parentStateRemoteParent type samplingState (line 105) | type samplingState constant samplingStateDrop (line 108) | samplingStateDrop samplingState = iota constant samplingStateRecordOnly (line 109) | samplingStateRecordOnly constant samplingStateRecordAndSample (line 110) | samplingStateRecordAndSample type spanStartedKey (line 113) | type spanStartedKey struct type spanLiveKey (line 204) | type spanLiveKey struct FILE: vendor/go.opentelemetry.io/otel/sdk/trace/link.go type Link (line 13) | type Link struct FILE: vendor/go.opentelemetry.io/otel/sdk/trace/provider.go constant defaultTracerName (line 22) | defaultTracerName = "go.opentelemetry.io/otel/sdk/tracer" type tracerProviderConfig (line 25) | type tracerProviderConfig struct method MarshalLog (line 47) | func (cfg tracerProviderConfig) MarshalLog() any { type TracerProvider (line 65) | type TracerProvider struct method Tracer (line 131) | func (p *TracerProvider) Tracer(name string, opts ...trace.TracerOptio... method RegisterSpanProcessor (line 194) | func (p *TracerProvider) RegisterSpanProcessor(sp SpanProcessor) { method UnregisterSpanProcessor (line 214) | func (p *TracerProvider) UnregisterSpanProcessor(sp SpanProcessor) { method ForceFlush (line 259) | func (p *TracerProvider) ForceFlush(ctx context.Context) error { method Shutdown (line 282) | func (p *TracerProvider) Shutdown(ctx context.Context) error { method getSpanProcessors (line 319) | func (p *TracerProvider) getSpanProcessors() spanProcessorStates { function NewTracerProvider (line 94) | func NewTracerProvider(opts ...TracerProviderOption) *TracerProvider { type TracerProviderOption (line 324) | type TracerProviderOption interface type traceProviderOptionFunc (line 328) | type traceProviderOptionFunc method apply (line 330) | func (fn traceProviderOptionFunc) apply(cfg tracerProviderConfig) trac... function WithSyncer (line 342) | func WithSyncer(e SpanExporter) TracerProviderOption { function WithBatcher (line 348) | func WithBatcher(e SpanExporter, opts ...BatchSpanProcessorOption) Trace... function WithSpanProcessor (line 353) | func WithSpanProcessor(sp SpanProcessor) TracerProviderOption { function WithResource (line 367) | func WithResource(r *resource.Resource) TracerProviderOption { function WithIDGenerator (line 385) | func WithIDGenerator(g IDGenerator) TracerProviderOption { function WithSampler (line 404) | func WithSampler(s Sampler) TracerProviderOption { function WithSpanLimits (line 428) | func WithSpanLimits(sl SpanLimits) TracerProviderOption { function WithRawSpanLimits (line 468) | func WithRawSpanLimits(limits SpanLimits) TracerProviderOption { function applyTracerProviderEnvConfigs (line 475) | func applyTracerProviderEnvConfigs(cfg tracerProviderConfig) tracerProvi... function tracerProviderOptionsFromEnv (line 483) | func tracerProviderOptionsFromEnv() []TracerProviderOption { function ensureValidTracerProviderConfig (line 499) | func ensureValidTracerProviderConfig(cfg tracerProviderConfig) tracerPro... FILE: vendor/go.opentelemetry.io/otel/sdk/trace/sampler_env.go constant tracesSamplerKey (line 14) | tracesSamplerKey = "OTEL_TRACES_SAMPLER" constant tracesSamplerArgKey (line 15) | tracesSamplerArgKey = "OTEL_TRACES_SAMPLER_ARG" constant samplerAlwaysOn (line 17) | samplerAlwaysOn = "always_on" constant samplerAlwaysOff (line 18) | samplerAlwaysOff = "always_off" constant samplerTraceIDRatio (line 19) | samplerTraceIDRatio = "traceidratio" constant samplerParentBasedAlwaysOn (line 20) | samplerParentBasedAlwaysOn = "parentbased_always_on" constant samplerParsedBasedAlwaysOff (line 21) | samplerParsedBasedAlwaysOff = "parentbased_always_off" constant samplerParentBasedTraceIDRatio (line 22) | samplerParentBasedTraceIDRatio = "parentbased_traceidratio" type errUnsupportedSampler (line 25) | type errUnsupportedSampler method Error (line 27) | func (e errUnsupportedSampler) Error() string { type samplerArgParseError (line 36) | type samplerArgParseError struct method Error (line 40) | func (e samplerArgParseError) Error() string { method Unwrap (line 44) | func (e samplerArgParseError) Unwrap() error { function samplerFromEnv (line 48) | func samplerFromEnv() (Sampler, error) { function parseTraceIDRatio (line 83) | func parseTraceIDRatio(arg string) (Sampler, error) { FILE: vendor/go.opentelemetry.io/otel/sdk/trace/sampling.go type Sampler (line 16) | type Sampler interface type SamplingParameters (line 33) | type SamplingParameters struct type SamplingDecision (line 43) | type SamplingDecision constant Drop (line 48) | Drop SamplingDecision = iota constant RecordOnly (line 52) | RecordOnly constant RecordAndSample (line 56) | RecordAndSample type SamplingResult (line 60) | type SamplingResult struct type traceIDRatioSampler (line 66) | type traceIDRatioSampler struct method ShouldSample (line 71) | func (ts traceIDRatioSampler) ShouldSample(p SamplingParameters) Sampl... method Description (line 86) | func (ts traceIDRatioSampler) Description() string { function TraceIDRatioBased (line 96) | func TraceIDRatioBased(fraction float64) Sampler { type alwaysOnSampler (line 111) | type alwaysOnSampler struct method ShouldSample (line 113) | func (alwaysOnSampler) ShouldSample(p SamplingParameters) SamplingResu... method Description (line 120) | func (alwaysOnSampler) Description() string { function AlwaysSample (line 128) | func AlwaysSample() Sampler { type alwaysOffSampler (line 132) | type alwaysOffSampler struct method ShouldSample (line 134) | func (alwaysOffSampler) ShouldSample(p SamplingParameters) SamplingRes... method Description (line 141) | func (alwaysOffSampler) Description() string { function NeverSample (line 146) | func NeverSample() Sampler { function ParentBased (line 159) | func ParentBased(root Sampler, samplers ...ParentBasedSamplerOption) Sam... type parentBased (line 166) | type parentBased struct method ShouldSample (line 255) | func (pb parentBased) ShouldSample(p SamplingParameters) SamplingResult { method Description (line 273) | func (pb parentBased) Description() string { function configureSamplersForParentBased (line 171) | func configureSamplersForParentBased(samplers []ParentBasedSamplerOption... type samplerConfig (line 187) | type samplerConfig struct type ParentBasedSamplerOption (line 193) | type ParentBasedSamplerOption interface function WithRemoteParentSampled (line 198) | func WithRemoteParentSampled(s Sampler) ParentBasedSamplerOption { type remoteParentSampledOption (line 202) | type remoteParentSampledOption struct method apply (line 206) | func (o remoteParentSampledOption) apply(config samplerConfig) sampler... function WithRemoteParentNotSampled (line 213) | func WithRemoteParentNotSampled(s Sampler) ParentBasedSamplerOption { type remoteParentNotSampledOption (line 217) | type remoteParentNotSampledOption struct method apply (line 221) | func (o remoteParentNotSampledOption) apply(config samplerConfig) samp... function WithLocalParentSampled (line 227) | func WithLocalParentSampled(s Sampler) ParentBasedSamplerOption { type localParentSampledOption (line 231) | type localParentSampledOption struct method apply (line 235) | func (o localParentSampledOption) apply(config samplerConfig) samplerC... function WithLocalParentNotSampled (line 242) | func WithLocalParentNotSampled(s Sampler) ParentBasedSamplerOption { type localParentNotSampledOption (line 246) | type localParentNotSampledOption struct method apply (line 250) | func (o localParentNotSampledOption) apply(config samplerConfig) sampl... function AlwaysRecord (line 289) | func AlwaysRecord(root Sampler) Sampler { type alwaysRecord (line 293) | type alwaysRecord struct method ShouldSample (line 297) | func (ar alwaysRecord) ShouldSample(p SamplingParameters) SamplingResu... method Description (line 308) | func (ar alwaysRecord) Description() string { FILE: vendor/go.opentelemetry.io/otel/sdk/trace/simple_span_processor.go type simpleSpanProcessor (line 19) | type simpleSpanProcessor struct method OnStart (line 62) | func (*simpleSpanProcessor) OnStart(context.Context, ReadWriteSpan) {} method OnEnd (line 65) | func (ssp *simpleSpanProcessor) OnEnd(s ReadOnlySpan) { method Shutdown (line 86) | func (ssp *simpleSpanProcessor) Shutdown(ctx context.Context) error { method ForceFlush (line 136) | func (*simpleSpanProcessor) ForceFlush(context.Context) error { method MarshalLog (line 142) | func (ssp *simpleSpanProcessor) MarshalLog() any { function NewSimpleSpanProcessor (line 37) | func NewSimpleSpanProcessor(exporter SpanExporter) SpanProcessor { function nextSimpleProcessorID (line 57) | func nextSimpleProcessorID() int64 { FILE: vendor/go.opentelemetry.io/otel/sdk/trace/snapshot.go type snapshot (line 17) | type snapshot struct method private (line 38) | func (snapshot) private() {} method Name (line 41) | func (s snapshot) Name() string { method SpanContext (line 46) | func (s snapshot) SpanContext() trace.SpanContext { method Parent (line 53) | func (s snapshot) Parent() trace.SpanContext { method SpanKind (line 58) | func (s snapshot) SpanKind() trace.SpanKind { method StartTime (line 63) | func (s snapshot) StartTime() time.Time { method EndTime (line 69) | func (s snapshot) EndTime() time.Time { method Attributes (line 74) | func (s snapshot) Attributes() []attribute.KeyValue { method Links (line 79) | func (s snapshot) Links() []Link { method Events (line 85) | func (s snapshot) Events() []Event { method Status (line 90) | func (s snapshot) Status() Status { method InstrumentationScope (line 96) | func (s snapshot) InstrumentationScope() instrumentation.Scope { method InstrumentationLibrary (line 102) | func (s snapshot) InstrumentationLibrary() instrumentation.Library { /... method Resource (line 107) | func (s snapshot) Resource() *resource.Resource { method DroppedAttributes (line 113) | func (s snapshot) DroppedAttributes() int { method DroppedLinks (line 119) | func (s snapshot) DroppedLinks() int { method DroppedEvents (line 125) | func (s snapshot) DroppedEvents() int { method ChildSpanCount (line 131) | func (s snapshot) ChildSpanCount() int { FILE: vendor/go.opentelemetry.io/otel/sdk/trace/span.go type ReadOnlySpan (line 33) | type ReadOnlySpan interface type ReadWriteSpan (line 95) | type ReadWriteSpan interface type recordingSpan (line 102) | type recordingSpan struct method setOrigCtx (line 167) | func (s *recordingSpan) setOrigCtx(ctx context.Context) { method SpanContext (line 172) | func (s *recordingSpan) SpanContext() trace.SpanContext { method IsRecording (line 181) | func (s *recordingSpan) IsRecording() bool { method isRecording (line 195) | func (s *recordingSpan) isRecording() bool { method SetStatus (line 206) | func (s *recordingSpan) SetStatus(code codes.Code, description string) { method SetAttributes (line 238) | func (s *recordingSpan) SetAttributes(attributes ...attribute.KeyValue) { method addDroppedAttr (line 288) | func (s *recordingSpan) addDroppedAttr(incr int) { method addOverCapAttrs (line 306) | func (s *recordingSpan) addOverCapAttrs(limit int, attrs []attribute.K... method End (line 457) | func (s *recordingSpan) End(options ...trace.SpanEndOption) { method RecordError (line 544) | func (s *recordingSpan) RecordError(err error, opts ...trace.EventOpti... method AddEvent (line 588) | func (s *recordingSpan) AddEvent(name string, o ...trace.EventOption) { method addEvent (line 604) | func (s *recordingSpan) addEvent(name string, o ...trace.EventOption) { method SetName (line 625) | func (s *recordingSpan) SetName(name string) { method Name (line 639) | func (s *recordingSpan) Name() string { method Parent (line 646) | func (s *recordingSpan) Parent() trace.SpanContext { method SpanKind (line 653) | func (s *recordingSpan) SpanKind() trace.SpanKind { method StartTime (line 660) | func (s *recordingSpan) StartTime() time.Time { method EndTime (line 668) | func (s *recordingSpan) EndTime() time.Time { method Attributes (line 677) | func (s *recordingSpan) Attributes() []attribute.KeyValue { method dedupeAttrs (line 687) | func (s *recordingSpan) dedupeAttrs() { method dedupeAttrsFromRecord (line 698) | func (s *recordingSpan) dedupeAttrsFromRecord(record map[attribute.Key... method Links (line 714) | func (s *recordingSpan) Links() []Link { method Events (line 724) | func (s *recordingSpan) Events() []Event { method Status (line 734) | func (s *recordingSpan) Status() Status { method InstrumentationScope (line 742) | func (s *recordingSpan) InstrumentationScope() instrumentation.Scope { method InstrumentationLibrary (line 750) | func (s *recordingSpan) InstrumentationLibrary() instrumentation.Libra... method Resource (line 758) | func (s *recordingSpan) Resource() *resource.Resource { method AddLink (line 764) | func (s *recordingSpan) AddLink(link trace.Link) { method DroppedAttributes (line 797) | func (s *recordingSpan) DroppedAttributes() int { method DroppedLinks (line 805) | func (s *recordingSpan) DroppedLinks() int { method DroppedEvents (line 813) | func (s *recordingSpan) DroppedEvents() int { method ChildSpanCount (line 821) | func (s *recordingSpan) ChildSpanCount() int { method TracerProvider (line 829) | func (s *recordingSpan) TracerProvider() trace.TracerProvider { method snapshot (line 834) | func (s *recordingSpan) snapshot() ReadOnlySpan { method addChild (line 866) | func (s *recordingSpan) addChild() { method private (line 879) | func (*recordingSpan) private() {} method runtimeTrace (line 883) | func (s *recordingSpan) runtimeTrace(ctx context.Context) context.Cont... function truncateAttr (line 355) | func truncateAttr(limit int, attr attribute.KeyValue) attribute.KeyValue { function truncate (line 384) | func truncate(limit int, s string) string { function monotonicEndTime (line 536) | func monotonicEndTime(start time.Time) time.Time { function typeStr (line 570) | func typeStr(i any) string { function recordStackTrace (line 579) | func recordStackTrace() string { type nonRecordingSpan (line 900) | type nonRecordingSpan struct method SpanContext (line 911) | func (s nonRecordingSpan) SpanContext() trace.SpanContext { return s.sc } method IsRecording (line 914) | func (nonRecordingSpan) IsRecording() bool { return false } method SetStatus (line 917) | func (nonRecordingSpan) SetStatus(codes.Code, string) {} method SetError (line 920) | func (nonRecordingSpan) SetError(bool) {} method SetAttributes (line 923) | func (nonRecordingSpan) SetAttributes(...attribute.KeyValue) {} method End (line 926) | func (nonRecordingSpan) End(...trace.SpanEndOption) {} method RecordError (line 929) | func (nonRecordingSpan) RecordError(error, ...trace.EventOption) {} method AddEvent (line 932) | func (nonRecordingSpan) AddEvent(string, ...trace.EventOption) {} method AddLink (line 935) | func (nonRecordingSpan) AddLink(trace.Link) {} method SetName (line 938) | func (nonRecordingSpan) SetName(string) {} method TracerProvider (line 942) | func (s nonRecordingSpan) TracerProvider() trace.TracerProvider { retu... function isRecording (line 944) | func isRecording(s SamplingResult) bool { function isSampled (line 948) | func isSampled(s SamplingResult) bool { type Status (line 953) | type Status struct FILE: vendor/go.opentelemetry.io/otel/sdk/trace/span_exporter.go type SpanExporter (line 10) | type SpanExporter interface FILE: vendor/go.opentelemetry.io/otel/sdk/trace/span_limits.go constant DefaultAttributeValueLengthLimit (line 11) | DefaultAttributeValueLengthLimit = -1 constant DefaultAttributeCountLimit (line 15) | DefaultAttributeCountLimit = 128 constant DefaultEventCountLimit (line 19) | DefaultEventCountLimit = 128 constant DefaultLinkCountLimit (line 23) | DefaultLinkCountLimit = 128 constant DefaultAttributePerEventCountLimit (line 27) | DefaultAttributePerEventCountLimit = 128 constant DefaultAttributePerLinkCountLimit (line 31) | DefaultAttributePerLinkCountLimit = 128 type SpanLimits (line 35) | type SpanLimits struct function NewSpanLimits (line 105) | func NewSpanLimits() SpanLimits { FILE: vendor/go.opentelemetry.io/otel/sdk/trace/span_processor.go type SpanProcessor (line 15) | type SpanProcessor interface type spanProcessorState (line 52) | type spanProcessorState struct function newSpanProcessorState (line 57) | func newSpanProcessorState(sp SpanProcessor) *spanProcessorState { type spanProcessorStates (line 61) | type spanProcessorStates FILE: vendor/go.opentelemetry.io/otel/sdk/trace/tracer.go type tracer (line 16) | type tracer struct method Start (line 32) | func (tr *tracer) Start( method newSpan (line 87) | func (tr *tracer) newSpan(ctx context.Context, name string, config *tr... method newRecordingSpan (line 137) | func (tr *tracer) newRecordingSpan( method newNonRecordingSpan (line 186) | func (tr *tracer) newNonRecordingSpan(sc trace.SpanContext) nonRecordi... type runtimeTracer (line 80) | type runtimeTracer interface FILE: vendor/go.opentelemetry.io/otel/sdk/version.go function Version (line 8) | func Version() string { FILE: vendor/go.opentelemetry.io/otel/semconv/internal/http.go type SemanticConventions (line 21) | type SemanticConventions struct method NetAttributesFromHTTPRequest (line 53) | func (sc *SemanticConventions) NetAttributesFromHTTPRequest( method EndUserAttributesFromHTTPRequest (line 130) | func (sc *SemanticConventions) EndUserAttributesFromHTTPRequest(reques... method HTTPClientAttributesFromHTTPRequest (line 140) | func (sc *SemanticConventions) HTTPClientAttributesFromHTTPRequest(req... method httpCommonAttributesFromHTTPRequest (line 156) | func (sc *SemanticConventions) httpCommonAttributesFromHTTPRequest(req... method httpBasicAttributesFromHTTPRequest (line 168) | func (sc *SemanticConventions) httpBasicAttributesFromHTTPRequest(requ... method HTTPServerMetricAttributesFromHTTPRequest (line 206) | func (sc *SemanticConventions) HTTPServerMetricAttributesFromHTTPRequest( method HTTPServerAttributesFromHTTPRequest (line 221) | func (sc *SemanticConventions) HTTPServerAttributesFromHTTPRequest( method HTTPAttributesFromHTTPStatusCode (line 249) | func (sc *SemanticConventions) HTTPAttributesFromHTTPStatusCode(code i... function hostIPNamePort (line 107) | func hostIPNamePort(hostWithPort string) (ip, name string, port int) { type codeRange (line 256) | type codeRange struct method contains (line 261) | func (r codeRange) contains(code int) bool { function SpanStatusFromHTTPStatusCode (line 292) | func SpanStatusFromHTTPStatusCode(code int) (codes.Code, string) { function SpanStatusFromHTTPStatusCodeAndSpanKind (line 303) | func SpanStatusFromHTTPStatusCodeAndSpanKind(code int, spanKind trace.Sp... function validateHTTPStatusCode (line 318) | func validateHTTPStatusCode(code int) (codes.Code, bool) { FILE: vendor/go.opentelemetry.io/otel/semconv/v1.37.0/attribute_group.go constant AndroidAppStateKey (line 26) | AndroidAppStateKey = attribute.Key("android.app.state") constant AndroidOSAPILevelKey (line 41) | AndroidOSAPILevelKey = attribute.Key("android.os.api_level") function AndroidOSAPILevel (line 51) | func AndroidOSAPILevel(val string) attribute.KeyValue { constant AppBuildIDKey (line 88) | AppBuildIDKey = attribute.Key("app.build_id") constant AppInstallationIDKey (line 131) | AppInstallationIDKey = attribute.Key("app.installation.id") constant AppJankFrameCountKey (line 144) | AppJankFrameCountKey = attribute.Key("app.jank.frame_count") constant AppJankPeriodKey (line 155) | AppJankPeriodKey = attribute.Key("app.jank.period") constant AppJankThresholdKey (line 166) | AppJankThresholdKey = attribute.Key("app.jank.threshold") constant AppScreenCoordinateXKey (line 177) | AppScreenCoordinateXKey = attribute.Key("app.screen.coordinate.x") constant AppScreenCoordinateYKey (line 188) | AppScreenCoordinateYKey = attribute.Key("app.screen.coordinate.y") constant AppWidgetIDKey (line 201) | AppWidgetIDKey = attribute.Key("app.widget.id") constant AppWidgetNameKey (line 213) | AppWidgetNameKey = attribute.Key("app.widget.name") function AppBuildID (line 219) | func AppBuildID(val string) attribute.KeyValue { function AppInstallationID (line 226) | func AppInstallationID(val string) attribute.KeyValue { function AppJankFrameCount (line 233) | func AppJankFrameCount(val int) attribute.KeyValue { function AppJankPeriod (line 240) | func AppJankPeriod(val float64) attribute.KeyValue { function AppJankThreshold (line 247) | func AppJankThreshold(val float64) attribute.KeyValue { function AppScreenCoordinateX (line 254) | func AppScreenCoordinateX(val int) attribute.KeyValue { function AppScreenCoordinateY (line 261) | func AppScreenCoordinateY(val int) attribute.KeyValue { function AppWidgetID (line 268) | func AppWidgetID(val string) attribute.KeyValue { function AppWidgetName (line 275) | func AppWidgetName(val string) attribute.KeyValue { constant ArtifactAttestationFilenameKey (line 296) | ArtifactAttestationFilenameKey = attribute.Key("artifact.attestation.fil... constant ArtifactAttestationHashKey (line 311) | ArtifactAttestationHashKey = attribute.Key("artifact.attestation.hash") constant ArtifactAttestationIDKey (line 324) | ArtifactAttestationIDKey = attribute.Key("artifact.attestation.id") constant ArtifactFilenameKey (line 344) | ArtifactFilenameKey = attribute.Key("artifact.filename") constant ArtifactHashKey (line 366) | ArtifactHashKey = attribute.Key("artifact.hash") constant ArtifactPurlKey (line 382) | ArtifactPurlKey = attribute.Key("artifact.purl") constant ArtifactVersionKey (line 392) | ArtifactVersionKey = attribute.Key("artifact.version") function ArtifactAttestationFilename (line 402) | func ArtifactAttestationFilename(val string) attribute.KeyValue { function ArtifactAttestationHash (line 413) | func ArtifactAttestationHash(val string) attribute.KeyValue { function ArtifactAttestationID (line 422) | func ArtifactAttestationID(val string) attribute.KeyValue { function ArtifactFilename (line 430) | func ArtifactFilename(val string) attribute.KeyValue { function ArtifactHash (line 440) | func ArtifactHash(val string) attribute.KeyValue { function ArtifactPurl (line 451) | func ArtifactPurl(val string) attribute.KeyValue { function ArtifactVersion (line 458) | func ArtifactVersion(val string) attribute.KeyValue { constant AWSBedrockGuardrailIDKey (line 476) | AWSBedrockGuardrailIDKey = attribute.Key("aws.bedrock.guardrail.id") constant AWSBedrockKnowledgeBaseIDKey (line 491) | AWSBedrockKnowledgeBaseIDKey = attribute.Key("aws.bedrock.knowledge_base... constant AWSDynamoDBAttributeDefinitionsKey (line 503) | AWSDynamoDBAttributeDefinitionsKey = attribute.Key("aws.dynamodb.attribu... constant AWSDynamoDBAttributesToGetKey (line 514) | AWSDynamoDBAttributesToGetKey = attribute.Key("aws.dynamodb.attributes_t... constant AWSDynamoDBConsistentReadKey (line 525) | AWSDynamoDBConsistentReadKey = attribute.Key("aws.dynamodb.consistent_re... constant AWSDynamoDBConsumedCapacityKey (line 542) | AWSDynamoDBConsumedCapacityKey = attribute.Key("aws.dynamodb.consumed_ca... constant AWSDynamoDBCountKey (line 553) | AWSDynamoDBCountKey = attribute.Key("aws.dynamodb.count") constant AWSDynamoDBExclusiveStartTableKey (line 564) | AWSDynamoDBExclusiveStartTableKey = attribute.Key("aws.dynamodb.exclusiv... constant AWSDynamoDBGlobalSecondaryIndexUpdatesKey (line 580) | AWSDynamoDBGlobalSecondaryIndexUpdatesKey = attribute.Key("aws.dynamodb.... constant AWSDynamoDBGlobalSecondaryIndexesKey (line 595) | AWSDynamoDBGlobalSecondaryIndexesKey = attribute.Key("aws.dynamodb.globa... constant AWSDynamoDBIndexNameKey (line 606) | AWSDynamoDBIndexNameKey = attribute.Key("aws.dynamodb.index_name") constant AWSDynamoDBItemCollectionMetricsKey (line 620) | AWSDynamoDBItemCollectionMetricsKey = attribute.Key("aws.dynamodb.item_c... constant AWSDynamoDBLimitKey (line 631) | AWSDynamoDBLimitKey = attribute.Key("aws.dynamodb.limit") constant AWSDynamoDBLocalSecondaryIndexesKey (line 646) | AWSDynamoDBLocalSecondaryIndexesKey = attribute.Key("aws.dynamodb.local_... constant AWSDynamoDBProjectionKey (line 658) | AWSDynamoDBProjectionKey = attribute.Key("aws.dynamodb.projection") constant AWSDynamoDBProvisionedReadCapacityKey (line 669) | AWSDynamoDBProvisionedReadCapacityKey = attribute.Key("aws.dynamodb.prov... constant AWSDynamoDBProvisionedWriteCapacityKey (line 681) | AWSDynamoDBProvisionedWriteCapacityKey = attribute.Key("aws.dynamodb.pro... constant AWSDynamoDBScanForwardKey (line 692) | AWSDynamoDBScanForwardKey = attribute.Key("aws.dynamodb.scan_forward") constant AWSDynamoDBScannedCountKey (line 703) | AWSDynamoDBScannedCountKey = attribute.Key("aws.dynamodb.scanned_count") constant AWSDynamoDBSegmentKey (line 714) | AWSDynamoDBSegmentKey = attribute.Key("aws.dynamodb.segment") constant AWSDynamoDBSelectKey (line 725) | AWSDynamoDBSelectKey = attribute.Key("aws.dynamodb.select") constant AWSDynamoDBTableCountKey (line 736) | AWSDynamoDBTableCountKey = attribute.Key("aws.dynamodb.table_count") constant AWSDynamoDBTableNamesKey (line 747) | AWSDynamoDBTableNamesKey = attribute.Key("aws.dynamodb.table_names") constant AWSDynamoDBTotalSegmentsKey (line 758) | AWSDynamoDBTotalSegmentsKey = attribute.Key("aws.dynamodb.total_segments") constant AWSECSClusterARNKey (line 771) | AWSECSClusterARNKey = attribute.Key("aws.ecs.cluster.arn") constant AWSECSContainerARNKey (line 785) | AWSECSContainerARNKey = attribute.Key("aws.ecs.container.arn") constant AWSECSLaunchtypeKey (line 798) | AWSECSLaunchtypeKey = attribute.Key("aws.ecs.launchtype") constant AWSECSTaskARNKey (line 812) | AWSECSTaskARNKey = attribute.Key("aws.ecs.task.arn") constant AWSECSTaskFamilyKey (line 825) | AWSECSTaskFamilyKey = attribute.Key("aws.ecs.task.family") constant AWSECSTaskIDKey (line 837) | AWSECSTaskIDKey = attribute.Key("aws.ecs.task.id") constant AWSECSTaskRevisionKey (line 848) | AWSECSTaskRevisionKey = attribute.Key("aws.ecs.task.revision") constant AWSEKSClusterARNKey (line 859) | AWSEKSClusterARNKey = attribute.Key("aws.eks.cluster.arn") constant AWSExtendedRequestIDKey (line 871) | AWSExtendedRequestIDKey = attribute.Key("aws.extended_request_id") constant AWSKinesisStreamNameKey (line 886) | AWSKinesisStreamNameKey = attribute.Key("aws.kinesis.stream_name") constant AWSLambdaInvokedARNKey (line 900) | AWSLambdaInvokedARNKey = attribute.Key("aws.lambda.invoked_arn") constant AWSLambdaResourceMappingIDKey (line 918) | AWSLambdaResourceMappingIDKey = attribute.Key("aws.lambda.resource_mappi... constant AWSLogGroupARNsKey (line 932) | AWSLogGroupARNsKey = attribute.Key("aws.log.group.arns") constant AWSLogGroupNamesKey (line 946) | AWSLogGroupNamesKey = attribute.Key("aws.log.group.names") constant AWSLogStreamARNsKey (line 963) | AWSLogStreamARNsKey = attribute.Key("aws.log.stream.arns") constant AWSLogStreamNamesKey (line 974) | AWSLogStreamNamesKey = attribute.Key("aws.log.stream.names") constant AWSRequestIDKey (line 986) | AWSRequestIDKey = attribute.Key("aws.request_id") constant AWSS3BucketKey (line 1003) | AWSS3BucketKey = attribute.Key("aws.s3.bucket") constant AWSS3CopySourceKey (line 1026) | AWSS3CopySourceKey = attribute.Key("aws.s3.copy_source") constant AWSS3DeleteKey (line 1045) | AWSS3DeleteKey = attribute.Key("aws.s3.delete") constant AWSS3KeyKey (line 1089) | AWSS3KeyKey = attribute.Key("aws.s3.key") constant AWSS3PartNumberKey (line 1110) | AWSS3PartNumberKey = attribute.Key("aws.s3.part_number") constant AWSS3UploadIDKey (line 1139) | AWSS3UploadIDKey = attribute.Key("aws.s3.upload_id") constant AWSSecretsmanagerSecretARNKey (line 1151) | AWSSecretsmanagerSecretARNKey = attribute.Key("aws.secretsmanager.secret... constant AWSSNSTopicARNKey (line 1164) | AWSSNSTopicARNKey = attribute.Key("aws.sns.topic.arn") constant AWSSQSQueueURLKey (line 1176) | AWSSQSQueueURLKey = attribute.Key("aws.sqs.queue.url") constant AWSStepFunctionsActivityARNKey (line 1187) | AWSStepFunctionsActivityARNKey = attribute.Key("aws.step_functions.activ... constant AWSStepFunctionsStateMachineARNKey (line 1199) | AWSStepFunctionsStateMachineARNKey = attribute.Key("aws.step_functions.s... function AWSBedrockGuardrailID (line 1208) | func AWSBedrockGuardrailID(val string) attribute.KeyValue { function AWSBedrockKnowledgeBaseID (line 1219) | func AWSBedrockKnowledgeBaseID(val string) attribute.KeyValue { function AWSDynamoDBAttributeDefinitions (line 1227) | func AWSDynamoDBAttributeDefinitions(val ...string) attribute.KeyValue { function AWSDynamoDBAttributesToGet (line 1234) | func AWSDynamoDBAttributesToGet(val ...string) attribute.KeyValue { function AWSDynamoDBConsistentRead (line 1241) | func AWSDynamoDBConsistentRead(val bool) attribute.KeyValue { function AWSDynamoDBConsumedCapacity (line 1248) | func AWSDynamoDBConsumedCapacity(val ...string) attribute.KeyValue { function AWSDynamoDBCount (line 1255) | func AWSDynamoDBCount(val int) attribute.KeyValue { function AWSDynamoDBExclusiveStartTable (line 1262) | func AWSDynamoDBExclusiveStartTable(val string) attribute.KeyValue { function AWSDynamoDBGlobalSecondaryIndexUpdates (line 1270) | func AWSDynamoDBGlobalSecondaryIndexUpdates(val ...string) attribute.Key... function AWSDynamoDBGlobalSecondaryIndexes (line 1278) | func AWSDynamoDBGlobalSecondaryIndexes(val ...string) attribute.KeyValue { function AWSDynamoDBIndexName (line 1285) | func AWSDynamoDBIndexName(val string) attribute.KeyValue { function AWSDynamoDBItemCollectionMetrics (line 1292) | func AWSDynamoDBItemCollectionMetrics(val string) attribute.KeyValue { function AWSDynamoDBLimit (line 1299) | func AWSDynamoDBLimit(val int) attribute.KeyValue { function AWSDynamoDBLocalSecondaryIndexes (line 1307) | func AWSDynamoDBLocalSecondaryIndexes(val ...string) attribute.KeyValue { function AWSDynamoDBProjection (line 1314) | func AWSDynamoDBProjection(val string) attribute.KeyValue { function AWSDynamoDBProvisionedReadCapacity (line 1322) | func AWSDynamoDBProvisionedReadCapacity(val float64) attribute.KeyValue { function AWSDynamoDBProvisionedWriteCapacity (line 1330) | func AWSDynamoDBProvisionedWriteCapacity(val float64) attribute.KeyValue { function AWSDynamoDBScanForward (line 1337) | func AWSDynamoDBScanForward(val bool) attribute.KeyValue { function AWSDynamoDBScannedCount (line 1344) | func AWSDynamoDBScannedCount(val int) attribute.KeyValue { function AWSDynamoDBSegment (line 1351) | func AWSDynamoDBSegment(val int) attribute.KeyValue { function AWSDynamoDBSelect (line 1358) | func AWSDynamoDBSelect(val string) attribute.KeyValue { function AWSDynamoDBTableCount (line 1365) | func AWSDynamoDBTableCount(val int) attribute.KeyValue { function AWSDynamoDBTableNames (line 1372) | func AWSDynamoDBTableNames(val ...string) attribute.KeyValue { function AWSDynamoDBTotalSegments (line 1379) | func AWSDynamoDBTotalSegments(val int) attribute.KeyValue { function AWSECSClusterARN (line 1388) | func AWSECSClusterARN(val string) attribute.KeyValue { function AWSECSContainerARN (line 1397) | func AWSECSContainerARN(val string) attribute.KeyValue { function AWSECSTaskARN (line 1406) | func AWSECSTaskARN(val string) attribute.KeyValue { function AWSECSTaskFamily (line 1415) | func AWSECSTaskFamily(val string) attribute.KeyValue { function AWSECSTaskID (line 1422) | func AWSECSTaskID(val string) attribute.KeyValue { function AWSECSTaskRevision (line 1429) | func AWSECSTaskRevision(val string) attribute.KeyValue { function AWSEKSClusterARN (line 1436) | func AWSEKSClusterARN(val string) attribute.KeyValue { function AWSExtendedRequestID (line 1443) | func AWSExtendedRequestID(val string) attribute.KeyValue { function AWSKinesisStreamName (line 1454) | func AWSKinesisStreamName(val string) attribute.KeyValue { function AWSLambdaInvokedARN (line 1463) | func AWSLambdaInvokedARN(val string) attribute.KeyValue { function AWSLambdaResourceMappingID (line 1477) | func AWSLambdaResourceMappingID(val string) attribute.KeyValue { function AWSLogGroupARNs (line 1484) | func AWSLogGroupARNs(val ...string) attribute.KeyValue { function AWSLogGroupNames (line 1491) | func AWSLogGroupNames(val ...string) attribute.KeyValue { function AWSLogStreamARNs (line 1498) | func AWSLogStreamARNs(val ...string) attribute.KeyValue { function AWSLogStreamNames (line 1505) | func AWSLogStreamNames(val ...string) attribute.KeyValue { function AWSRequestID (line 1513) | func AWSRequestID(val string) attribute.KeyValue { function AWSS3Bucket (line 1522) | func AWSS3Bucket(val string) attribute.KeyValue { function AWSS3CopySource (line 1529) | func AWSS3CopySource(val string) attribute.KeyValue { function AWSS3Delete (line 1536) | func AWSS3Delete(val string) attribute.KeyValue { function AWSS3Key (line 1545) | func AWSS3Key(val string) attribute.KeyValue { function AWSS3PartNumber (line 1553) | func AWSS3PartNumber(val int) attribute.KeyValue { function AWSS3UploadID (line 1560) | func AWSS3UploadID(val string) attribute.KeyValue { function AWSSecretsmanagerSecretARN (line 1567) | func AWSSecretsmanagerSecretARN(val string) attribute.KeyValue { function AWSSNSTopicARN (line 1577) | func AWSSNSTopicARN(val string) attribute.KeyValue { function AWSSQSQueueURL (line 1585) | func AWSSQSQueueURL(val string) attribute.KeyValue { function AWSStepFunctionsActivityARN (line 1592) | func AWSStepFunctionsActivityARN(val string) attribute.KeyValue { function AWSStepFunctionsStateMachineARN (line 1599) | func AWSStepFunctionsStateMachineARN(val string) attribute.KeyValue { constant AzureClientIDKey (line 1624) | AzureClientIDKey = attribute.Key("azure.client.id") constant AzureCosmosDBConnectionModeKey (line 1635) | AzureCosmosDBConnectionModeKey = attribute.Key("azure.cosmosdb.connectio... constant AzureCosmosDBConsistencyLevelKey (line 1649) | AzureCosmosDBConsistencyLevelKey = attribute.Key("azure.cosmosdb.consist... constant AzureCosmosDBOperationContactedRegionsKey (line 1666) | AzureCosmosDBOperationContactedRegionsKey = attribute.Key("azure.cosmosd... constant AzureCosmosDBOperationRequestChargeKey (line 1677) | AzureCosmosDBOperationRequestChargeKey = attribute.Key("azure.cosmosdb.o... constant AzureCosmosDBRequestBodySizeKey (line 1688) | AzureCosmosDBRequestBodySizeKey = attribute.Key("azure.cosmosdb.request.... constant AzureCosmosDBResponseSubStatusCodeKey (line 1699) | AzureCosmosDBResponseSubStatusCodeKey = attribute.Key("azure.cosmosdb.re... constant AzureResourceProviderNamespaceKey (line 1712) | AzureResourceProviderNamespaceKey = attribute.Key("azure.resource_provid... constant AzureServiceRequestIDKey (line 1724) | AzureServiceRequestIDKey = attribute.Key("azure.service.request.id") function AzureClientID (line 1730) | func AzureClientID(val string) attribute.KeyValue { function AzureCosmosDBOperationContactedRegions (line 1740) | func AzureCosmosDBOperationContactedRegions(val ...string) attribute.Key... function AzureCosmosDBOperationRequestCharge (line 1747) | func AzureCosmosDBOperationRequestCharge(val float64) attribute.KeyValue { function AzureCosmosDBRequestBodySize (line 1754) | func AzureCosmosDBRequestBodySize(val int) attribute.KeyValue { function AzureCosmosDBResponseSubStatusCode (line 1761) | func AzureCosmosDBResponseSubStatusCode(val int) attribute.KeyValue { function AzureResourceProviderNamespace (line 1770) | func AzureResourceProviderNamespace(val string) attribute.KeyValue { function AzureServiceRequestID (line 1778) | func AzureServiceRequestID(val string) attribute.KeyValue { constant BrowserBrandsKey (line 1826) | BrowserBrandsKey = attribute.Key("browser.brands") constant BrowserLanguageKey (line 1839) | BrowserLanguageKey = attribute.Key("browser.language") constant BrowserMobileKey (line 1855) | BrowserMobileKey = attribute.Key("browser.mobile") constant BrowserPlatformKey (line 1880) | BrowserPlatformKey = attribute.Key("browser.platform") function BrowserBrands (line 1886) | func BrowserBrands(val ...string) attribute.KeyValue { function BrowserLanguage (line 1893) | func BrowserLanguage(val string) attribute.KeyValue { function BrowserMobile (line 1900) | func BrowserMobile(val bool) attribute.KeyValue { function BrowserPlatform (line 1907) | func BrowserPlatform(val string) attribute.KeyValue { constant CassandraConsistencyLevelKey (line 1924) | CassandraConsistencyLevelKey = attribute.Key("cassandra.consistency.level") constant CassandraCoordinatorDCKey (line 1935) | CassandraCoordinatorDCKey = attribute.Key("cassandra.coordinator.dc") constant CassandraCoordinatorIDKey (line 1946) | CassandraCoordinatorIDKey = attribute.Key("cassandra.coordinator.id") constant CassandraPageSizeKey (line 1957) | CassandraPageSizeKey = attribute.Key("cassandra.page.size") constant CassandraQueryIdempotentKey (line 1968) | CassandraQueryIdempotentKey = attribute.Key("cassandra.query.idempotent") constant CassandraSpeculativeExecutionCountKey (line 1980) | CassandraSpeculativeExecutionCountKey = attribute.Key("cassandra.specula... function CassandraCoordinatorDC (line 1986) | func CassandraCoordinatorDC(val string) attribute.KeyValue { function CassandraCoordinatorID (line 1993) | func CassandraCoordinatorID(val string) attribute.KeyValue { function CassandraPageSize (line 2000) | func CassandraPageSize(val int) attribute.KeyValue { function CassandraQueryIdempotent (line 2007) | func CassandraQueryIdempotent(val bool) attribute.KeyValue { function CassandraSpeculativeExecutionCount (line 2015) | func CassandraSpeculativeExecutionCount(val int) attribute.KeyValue { constant CICDPipelineActionNameKey (line 2067) | CICDPipelineActionNameKey = attribute.Key("cicd.pipeline.action.name") constant CICDPipelineNameKey (line 2079) | CICDPipelineNameKey = attribute.Key("cicd.pipeline.name") constant CICDPipelineResultKey (line 2090) | CICDPipelineResultKey = attribute.Key("cicd.pipeline.result") constant CICDPipelineRunIDKey (line 2101) | CICDPipelineRunIDKey = attribute.Key("cicd.pipeline.run.id") constant CICDPipelineRunStateKey (line 2112) | CICDPipelineRunStateKey = attribute.Key("cicd.pipeline.run.state") constant CICDPipelineRunURLFullKey (line 2127) | CICDPipelineRunURLFullKey = attribute.Key("cicd.pipeline.run.url.full") constant CICDPipelineTaskNameKey (line 2142) | CICDPipelineTaskNameKey = attribute.Key("cicd.pipeline.task.name") constant CICDPipelineTaskRunIDKey (line 2153) | CICDPipelineTaskRunIDKey = attribute.Key("cicd.pipeline.task.run.id") constant CICDPipelineTaskRunResultKey (line 2164) | CICDPipelineTaskRunResultKey = attribute.Key("cicd.pipeline.task.run.res... constant CICDPipelineTaskRunURLFullKey (line 2179) | CICDPipelineTaskRunURLFullKey = attribute.Key("cicd.pipeline.task.run.ur... constant CICDPipelineTaskTypeKey (line 2190) | CICDPipelineTaskTypeKey = attribute.Key("cicd.pipeline.task.type") constant CICDSystemComponentKey (line 2201) | CICDSystemComponentKey = attribute.Key("cicd.system.component") constant CICDWorkerIDKey (line 2212) | CICDWorkerIDKey = attribute.Key("cicd.worker.id") constant CICDWorkerNameKey (line 2223) | CICDWorkerNameKey = attribute.Key("cicd.worker.name") constant CICDWorkerStateKey (line 2233) | CICDWorkerStateKey = attribute.Key("cicd.worker.state") constant CICDWorkerURLFullKey (line 2247) | CICDWorkerURLFullKey = attribute.Key("cicd.worker.url.full") function CICDPipelineName (line 2253) | func CICDPipelineName(val string) attribute.KeyValue { function CICDPipelineRunID (line 2260) | func CICDPipelineRunID(val string) attribute.KeyValue { function CICDPipelineRunURLFull (line 2270) | func CICDPipelineRunURLFull(val string) attribute.KeyValue { function CICDPipelineTaskName (line 2281) | func CICDPipelineTaskName(val string) attribute.KeyValue { function CICDPipelineTaskRunID (line 2288) | func CICDPipelineTaskRunID(val string) attribute.KeyValue { function CICDPipelineTaskRunURLFull (line 2298) | func CICDPipelineTaskRunURLFull(val string) attribute.KeyValue { function CICDSystemComponent (line 2305) | func CICDSystemComponent(val string) attribute.KeyValue { function CICDWorkerID (line 2312) | func CICDWorkerID(val string) attribute.KeyValue { function CICDWorkerName (line 2319) | func CICDWorkerName(val string) attribute.KeyValue { function CICDWorkerURLFull (line 2329) | func CICDWorkerURLFull(val string) attribute.KeyValue { constant ClientAddressKey (line 2456) | ClientAddressKey = attribute.Key("client.address") constant ClientPortKey (line 2469) | ClientPortKey = attribute.Key("client.port") function ClientAddress (line 2476) | func ClientAddress(val string) attribute.KeyValue { function ClientPort (line 2482) | func ClientPort(val int) attribute.KeyValue { constant CloudAccountIDKey (line 2497) | CloudAccountIDKey = attribute.Key("cloud.account.id") constant CloudAvailabilityZoneKey (line 2512) | CloudAvailabilityZoneKey = attribute.Key("cloud.availability_zone") constant CloudPlatformKey (line 2524) | CloudPlatformKey = attribute.Key("cloud.platform") constant CloudProviderKey (line 2534) | CloudProviderKey = attribute.Key("cloud.provider") constant CloudRegionKey (line 2557) | CloudRegionKey = attribute.Key("cloud.region") constant CloudResourceIDKey (line 2605) | CloudResourceIDKey = attribute.Key("cloud.resource_id") function CloudAccountID (line 2611) | func CloudAccountID(val string) attribute.KeyValue { function CloudAvailabilityZone (line 2620) | func CloudAvailabilityZone(val string) attribute.KeyValue { function CloudRegion (line 2630) | func CloudRegion(val string) attribute.KeyValue { function CloudResourceID (line 2643) | func CloudResourceID(val string) attribute.KeyValue { constant CloudEventsEventIDKey (line 2782) | CloudEventsEventIDKey = attribute.Key("cloudevents.event_id") constant CloudEventsEventSourceKey (line 2796) | CloudEventsEventSourceKey = attribute.Key("cloudevents.event_source") constant CloudEventsEventSpecVersionKey (line 2809) | CloudEventsEventSpecVersionKey = attribute.Key("cloudevents.event_spec_v... constant CloudEventsEventSubjectKey (line 2822) | CloudEventsEventSubjectKey = attribute.Key("cloudevents.event_subject") constant CloudEventsEventTypeKey (line 2836) | CloudEventsEventTypeKey = attribute.Key("cloudevents.event_type") function CloudEventsEventID (line 2844) | func CloudEventsEventID(val string) attribute.KeyValue { function CloudEventsEventSource (line 2853) | func CloudEventsEventSource(val string) attribute.KeyValue { function CloudEventsEventSpecVersion (line 2862) | func CloudEventsEventSpecVersion(val string) attribute.KeyValue { function CloudEventsEventSubject (line 2871) | func CloudEventsEventSubject(val string) attribute.KeyValue { function CloudEventsEventType (line 2881) | func CloudEventsEventType(val string) attribute.KeyValue { constant CloudFoundryAppIDKey (line 2899) | CloudFoundryAppIDKey = attribute.Key("cloudfoundry.app.id") constant CloudFoundryAppInstanceIDKey (line 2920) | CloudFoundryAppInstanceIDKey = attribute.Key("cloudfoundry.app.instance.... constant CloudFoundryAppNameKey (line 2934) | CloudFoundryAppNameKey = attribute.Key("cloudfoundry.app.name") constant CloudFoundryOrgIDKey (line 2948) | CloudFoundryOrgIDKey = attribute.Key("cloudfoundry.org.id") constant CloudFoundryOrgNameKey (line 2962) | CloudFoundryOrgNameKey = attribute.Key("cloudfoundry.org.name") constant CloudFoundryProcessIDKey (line 2977) | CloudFoundryProcessIDKey = attribute.Key("cloudfoundry.process.id") constant CloudFoundryProcessTypeKey (line 2991) | CloudFoundryProcessTypeKey = attribute.Key("cloudfoundry.process.type") constant CloudFoundrySpaceIDKey (line 3005) | CloudFoundrySpaceIDKey = attribute.Key("cloudfoundry.space.id") constant CloudFoundrySpaceNameKey (line 3019) | CloudFoundrySpaceNameKey = attribute.Key("cloudfoundry.space.name") constant CloudFoundrySystemIDKey (line 3042) | CloudFoundrySystemIDKey = attribute.Key("cloudfoundry.system.id") constant CloudFoundrySystemInstanceIDKey (line 3064) | CloudFoundrySystemInstanceIDKey = attribute.Key("cloudfoundry.system.ins... function CloudFoundryAppID (line 3070) | func CloudFoundryAppID(val string) attribute.KeyValue { function CloudFoundryAppInstanceID (line 3077) | func CloudFoundryAppInstanceID(val string) attribute.KeyValue { function CloudFoundryAppName (line 3084) | func CloudFoundryAppName(val string) attribute.KeyValue { function CloudFoundryOrgID (line 3091) | func CloudFoundryOrgID(val string) attribute.KeyValue { function CloudFoundryOrgName (line 3098) | func CloudFoundryOrgName(val string) attribute.KeyValue { function CloudFoundryProcessID (line 3105) | func CloudFoundryProcessID(val string) attribute.KeyValue { function CloudFoundryProcessType (line 3112) | func CloudFoundryProcessType(val string) attribute.KeyValue { function CloudFoundrySpaceID (line 3119) | func CloudFoundrySpaceID(val string) attribute.KeyValue { function CloudFoundrySpaceName (line 3126) | func CloudFoundrySpaceName(val string) attribute.KeyValue { function CloudFoundrySystemID (line 3133) | func CloudFoundrySystemID(val string) attribute.KeyValue { function CloudFoundrySystemInstanceID (line 3140) | func CloudFoundrySystemInstanceID(val string) attribute.KeyValue { constant CodeColumnNumberKey (line 3156) | CodeColumnNumberKey = attribute.Key("code.column.number") constant CodeFilePathKey (line 3170) | CodeFilePathKey = attribute.Key("code.file.path") constant CodeFunctionNameKey (line 3205) | CodeFunctionNameKey = attribute.Key("code.function.name") constant CodeLineNumberKey (line 3217) | CodeLineNumberKey = attribute.Key("code.line.number") constant CodeStacktraceKey (line 3235) | CodeStacktraceKey = attribute.Key("code.stacktrace") function CodeColumnNumber (line 3244) | func CodeColumnNumber(val int) attribute.KeyValue { function CodeFilePath (line 3254) | func CodeFilePath(val string) attribute.KeyValue { function CodeFunctionName (line 3266) | func CodeFunctionName(val string) attribute.KeyValue { function CodeLineNumber (line 3276) | func CodeLineNumber(val int) attribute.KeyValue { function CodeStacktrace (line 3288) | func CodeStacktrace(val string) attribute.KeyValue { constant ContainerCommandKey (line 3305) | ContainerCommandKey = attribute.Key("container.command") constant ContainerCommandArgsKey (line 3317) | ContainerCommandArgsKey = attribute.Key("container.command_args") constant ContainerCommandLineKey (line 3328) | ContainerCommandLineKey = attribute.Key("container.command_line") constant ContainerCSIPluginNameKey (line 3343) | ContainerCSIPluginNameKey = attribute.Key("container.csi.plugin.name") constant ContainerCSIVolumeIDKey (line 3359) | ContainerCSIVolumeIDKey = attribute.Key("container.csi.volume.id") constant ContainerIDKey (line 3372) | ContainerIDKey = attribute.Key("container.id") constant ContainerImageIDKey (line 3395) | ContainerImageIDKey = attribute.Key("container.image.id") constant ContainerImageNameKey (line 3406) | ContainerImageNameKey = attribute.Key("container.image.name") constant ContainerImageRepoDigestsKey (line 3423) | ContainerImageRepoDigestsKey = attribute.Key("container.image.repo_diges... constant ContainerImageTagsKey (line 3438) | ContainerImageTagsKey = attribute.Key("container.image.tags") constant ContainerNameKey (line 3449) | ContainerNameKey = attribute.Key("container.name") constant ContainerRuntimeDescriptionKey (line 3461) | ContainerRuntimeDescriptionKey = attribute.Key("container.runtime.descri... constant ContainerRuntimeNameKey (line 3472) | ContainerRuntimeNameKey = attribute.Key("container.runtime.name") constant ContainerRuntimeVersionKey (line 3484) | ContainerRuntimeVersionKey = attribute.Key("container.runtime.version") function ContainerCommand (line 3490) | func ContainerCommand(val string) attribute.KeyValue { function ContainerCommandArgs (line 3498) | func ContainerCommandArgs(val ...string) attribute.KeyValue { function ContainerCommandLine (line 3505) | func ContainerCommandLine(val string) attribute.KeyValue { function ContainerCSIPluginName (line 3514) | func ContainerCSIPluginName(val string) attribute.KeyValue { function ContainerCSIVolumeID (line 3523) | func ContainerCSIVolumeID(val string) attribute.KeyValue { function ContainerID (line 3532) | func ContainerID(val string) attribute.KeyValue { function ContainerImageID (line 3539) | func ContainerImageID(val string) attribute.KeyValue { function ContainerImageName (line 3546) | func ContainerImageName(val string) attribute.KeyValue { function ContainerImageRepoDigests (line 3553) | func ContainerImageRepoDigests(val ...string) attribute.KeyValue { function ContainerImageTags (line 3564) | func ContainerImageTags(val ...string) attribute.KeyValue { function ContainerLabel (line 3571) | func ContainerLabel(key string, val string) attribute.KeyValue { function ContainerName (line 3578) | func ContainerName(val string) attribute.KeyValue { function ContainerRuntimeDescription (line 3586) | func ContainerRuntimeDescription(val string) attribute.KeyValue { function ContainerRuntimeName (line 3593) | func ContainerRuntimeName(val string) attribute.KeyValue { function ContainerRuntimeVersion (line 3600) | func ContainerRuntimeVersion(val string) attribute.KeyValue { constant CPULogicalNumberKey (line 3615) | CPULogicalNumberKey = attribute.Key("cpu.logical_number") constant CPUModeKey (line 3625) | CPUModeKey = attribute.Key("cpu.mode") function CPULogicalNumber (line 3631) | func CPULogicalNumber(val int) attribute.KeyValue { constant DBClientConnectionPoolNameKey (line 3680) | DBClientConnectionPoolNameKey = attribute.Key("db.client.connection.pool... constant DBClientConnectionStateKey (line 3691) | DBClientConnectionStateKey = attribute.Key("db.client.connection.state") constant DBCollectionNameKey (line 3711) | DBCollectionNameKey = attribute.Key("db.collection.name") constant DBNamespaceKey (line 3730) | DBNamespaceKey = attribute.Key("db.namespace") constant DBOperationBatchSizeKey (line 3743) | DBOperationBatchSizeKey = attribute.Key("db.operation.batch.size") constant DBOperationNameKey (line 3769) | DBOperationNameKey = attribute.Key("db.operation.name") constant DBQuerySummaryKey (line 3793) | DBQuerySummaryKey = attribute.Key("db.query.summary") constant DBQueryTextKey (line 3815) | DBQueryTextKey = attribute.Key("db.query.text") constant DBResponseReturnedRowsKey (line 3826) | DBResponseReturnedRowsKey = attribute.Key("db.response.returned_rows") constant DBResponseStatusCodeKey (line 3842) | DBResponseStatusCodeKey = attribute.Key("db.response.status_code") constant DBStoredProcedureNameKey (line 3858) | DBStoredProcedureNameKey = attribute.Key("db.stored_procedure.name") constant DBSystemNameKey (line 3873) | DBSystemNameKey = attribute.Key("db.system.name") function DBClientConnectionPoolName (line 3885) | func DBClientConnectionPoolName(val string) attribute.KeyValue { function DBCollectionName (line 3892) | func DBCollectionName(val string) attribute.KeyValue { function DBNamespace (line 3899) | func DBNamespace(val string) attribute.KeyValue { function DBOperationBatchSize (line 3906) | func DBOperationBatchSize(val int) attribute.KeyValue { function DBOperationName (line 3913) | func DBOperationName(val string) attribute.KeyValue { function DBOperationParameter (line 3921) | func DBOperationParameter(key string, val string) attribute.KeyValue { function DBQueryParameter (line 3929) | func DBQueryParameter(key string, val string) attribute.KeyValue { function DBQuerySummary (line 3936) | func DBQuerySummary(val string) attribute.KeyValue { function DBQueryText (line 3942) | func DBQueryText(val string) attribute.KeyValue { function DBResponseReturnedRows (line 3949) | func DBResponseReturnedRows(val int) attribute.KeyValue { function DBResponseStatusCode (line 3956) | func DBResponseStatusCode(val string) attribute.KeyValue { function DBStoredProcedureName (line 3963) | func DBStoredProcedureName(val string) attribute.KeyValue { constant DeploymentEnvironmentNameKey (line 4208) | DeploymentEnvironmentNameKey = attribute.Key("deployment.environment.name") constant DeploymentIDKey (line 4218) | DeploymentIDKey = attribute.Key("deployment.id") constant DeploymentNameKey (line 4228) | DeploymentNameKey = attribute.Key("deployment.name") constant DeploymentStatusKey (line 4239) | DeploymentStatusKey = attribute.Key("deployment.status") function DeploymentEnvironmentName (line 4247) | func DeploymentEnvironmentName(val string) attribute.KeyValue { function DeploymentID (line 4253) | func DeploymentID(val string) attribute.KeyValue { function DeploymentName (line 4260) | func DeploymentName(val string) attribute.KeyValue { constant DestinationAddressKey (line 4289) | DestinationAddressKey = attribute.Key("destination.address") constant DestinationPortKey (line 4299) | DestinationPortKey = attribute.Key("destination.port") function DestinationAddress (line 4306) | func DestinationAddress(val string) attribute.KeyValue { function DestinationPort (line 4313) | func DestinationPort(val int) attribute.KeyValue { constant DeviceIDKey (line 4351) | DeviceIDKey = attribute.Key("device.id") constant DeviceManufacturerKey (line 4366) | DeviceManufacturerKey = attribute.Key("device.manufacturer") constant DeviceModelIdentifierKey (line 4380) | DeviceModelIdentifierKey = attribute.Key("device.model.identifier") constant DeviceModelNameKey (line 4392) | DeviceModelNameKey = attribute.Key("device.model.name") function DeviceID (line 4397) | func DeviceID(val string) attribute.KeyValue { function DeviceManufacturer (line 4404) | func DeviceManufacturer(val string) attribute.KeyValue { function DeviceModelIdentifier (line 4411) | func DeviceModelIdentifier(val string) attribute.KeyValue { function DeviceModelName (line 4418) | func DeviceModelName(val string) attribute.KeyValue { constant DiskIODirectionKey (line 4432) | DiskIODirectionKey = attribute.Key("disk.io.direction") constant DNSAnswersKey (line 4456) | DNSAnswersKey = attribute.Key("dns.answers") constant DNSQuestionNameKey (line 4470) | DNSQuestionNameKey = attribute.Key("dns.question.name") function DNSAnswers (line 4476) | func DNSAnswers(val ...string) attribute.KeyValue { function DNSQuestionName (line 4483) | func DNSQuestionName(val string) attribute.KeyValue { constant ElasticsearchNodeNameKey (line 4499) | ElasticsearchNodeNameKey = attribute.Key("elasticsearch.node.name") function ElasticsearchNodeName (line 4506) | func ElasticsearchNodeName(val string) attribute.KeyValue { constant EnduserIDKey (line 4525) | EnduserIDKey = attribute.Key("enduser.id") constant EnduserPseudoIDKey (line 4541) | EnduserPseudoIDKey = attribute.Key("enduser.pseudo.id") function EnduserID (line 4547) | func EnduserID(val string) attribute.KeyValue { function EnduserPseudoID (line 4555) | func EnduserPseudoID(val string) attribute.KeyValue { constant ErrorMessageKey (line 4580) | ErrorMessageKey = attribute.Key("error.message") constant ErrorTypeKey (line 4618) | ErrorTypeKey = attribute.Key("error.type") function ErrorMessage (line 4624) | func ErrorMessage(val string) attribute.KeyValue { constant ExceptionMessageKey (line 4648) | ExceptionMessageKey = attribute.Key("exception.message") constant ExceptionStacktraceKey (line 4663) | ExceptionStacktraceKey = attribute.Key("exception.stacktrace") constant ExceptionTypeKey (line 4675) | ExceptionTypeKey = attribute.Key("exception.type") function ExceptionMessage (line 4680) | func ExceptionMessage(val string) attribute.KeyValue { function ExceptionStacktrace (line 4688) | func ExceptionStacktrace(val string) attribute.KeyValue { function ExceptionType (line 4696) | func ExceptionType(val string) attribute.KeyValue { constant FaaSColdstartKey (line 4711) | FaaSColdstartKey = attribute.Key("faas.coldstart") constant FaaSCronKey (line 4724) | FaaSCronKey = attribute.Key("faas.cron") constant FaaSDocumentCollectionKey (line 4737) | FaaSDocumentCollectionKey = attribute.Key("faas.document.collection") constant FaaSDocumentNameKey (line 4749) | FaaSDocumentNameKey = attribute.Key("faas.document.name") constant FaaSDocumentOperationKey (line 4760) | FaaSDocumentOperationKey = attribute.Key("faas.document.operation") constant FaaSDocumentTimeKey (line 4775) | FaaSDocumentTimeKey = attribute.Key("faas.document.time") constant FaaSInstanceKey (line 4788) | FaaSInstanceKey = attribute.Key("faas.instance") constant FaaSInvocationIDKey (line 4799) | FaaSInvocationIDKey = attribute.Key("faas.invocation_id") constant FaaSInvokedNameKey (line 4811) | FaaSInvokedNameKey = attribute.Key("faas.invoked_name") constant FaaSInvokedProviderKey (line 4824) | FaaSInvokedProviderKey = attribute.Key("faas.invoked_provider") constant FaaSInvokedRegionKey (line 4837) | FaaSInvokedRegionKey = attribute.Key("faas.invoked_region") constant FaaSMaxMemoryKey (line 4851) | FaaSMaxMemoryKey = attribute.Key("faas.max_memory") constant FaaSNameKey (line 4881) | FaaSNameKey = attribute.Key("faas.name") constant FaaSTimeKey (line 4895) | FaaSTimeKey = attribute.Key("faas.time") constant FaaSTriggerKey (line 4906) | FaaSTriggerKey = attribute.Key("faas.trigger") constant FaaSVersionKey (line 4931) | FaaSVersionKey = attribute.Key("faas.version") function FaaSColdstart (line 4937) | func FaaSColdstart(val bool) attribute.KeyValue { function FaaSCron (line 4946) | func FaaSCron(val string) attribute.KeyValue { function FaaSDocumentCollection (line 4955) | func FaaSDocumentCollection(val string) attribute.KeyValue { function FaaSDocumentName (line 4963) | func FaaSDocumentName(val string) attribute.KeyValue { function FaaSDocumentTime (line 4974) | func FaaSDocumentTime(val string) attribute.KeyValue { function FaaSInstance (line 4982) | func FaaSInstance(val string) attribute.KeyValue { function FaaSInvocationID (line 4989) | func FaaSInvocationID(val string) attribute.KeyValue { function FaaSInvokedName (line 4996) | func FaaSInvokedName(val string) attribute.KeyValue { function FaaSInvokedRegion (line 5003) | func FaaSInvokedRegion(val string) attribute.KeyValue { function FaaSMaxMemory (line 5010) | func FaaSMaxMemory(val int) attribute.KeyValue { function FaaSName (line 5017) | func FaaSName(val string) attribute.KeyValue { function FaaSTime (line 5027) | func FaaSTime(val string) attribute.KeyValue { function FaaSVersion (line 5034) | func FaaSVersion(val string) attribute.KeyValue { constant FeatureFlagContextIDKey (line 5101) | FeatureFlagContextIDKey = attribute.Key("feature_flag.context.id") constant FeatureFlagKeyKey (line 5111) | FeatureFlagKeyKey = attribute.Key("feature_flag.key") constant FeatureFlagProviderNameKey (line 5122) | FeatureFlagProviderNameKey = attribute.Key("feature_flag.provider.name") constant FeatureFlagResultReasonKey (line 5133) | FeatureFlagResultReasonKey = attribute.Key("feature_flag.result.reason") constant FeatureFlagResultValueKey (line 5153) | FeatureFlagResultValueKey = attribute.Key("feature_flag.result.value") constant FeatureFlagResultVariantKey (line 5169) | FeatureFlagResultVariantKey = attribute.Key("feature_flag.result.variant") constant FeatureFlagSetIDKey (line 5182) | FeatureFlagSetIDKey = attribute.Key("feature_flag.set.id") constant FeatureFlagVersionKey (line 5194) | FeatureFlagVersionKey = attribute.Key("feature_flag.version") function FeatureFlagContextID (line 5200) | func FeatureFlagContextID(val string) attribute.KeyValue { function FeatureFlagKey (line 5207) | func FeatureFlagKey(val string) attribute.KeyValue { function FeatureFlagProviderName (line 5214) | func FeatureFlagProviderName(val string) attribute.KeyValue { function FeatureFlagResultVariant (line 5221) | func FeatureFlagResultVariant(val string) attribute.KeyValue { function FeatureFlagSetID (line 5230) | func FeatureFlagSetID(val string) attribute.KeyValue { function FeatureFlagVersion (line 5238) | func FeatureFlagVersion(val string) attribute.KeyValue { constant FileAccessedKey (line 5289) | FileAccessedKey = attribute.Key("file.accessed") constant FileAttributesKey (line 5304) | FileAttributesKey = attribute.Key("file.attributes") constant FileChangedKey (line 5318) | FileChangedKey = attribute.Key("file.changed") constant FileCreatedKey (line 5331) | FileCreatedKey = attribute.Key("file.created") constant FileDirectoryKey (line 5342) | FileDirectoryKey = attribute.Key("file.directory") constant FileExtensionKey (line 5355) | FileExtensionKey = attribute.Key("file.extension") constant FileForkNameKey (line 5377) | FileForkNameKey = attribute.Key("file.fork_name") constant FileGroupIDKey (line 5387) | FileGroupIDKey = attribute.Key("file.group.id") constant FileGroupNameKey (line 5397) | FileGroupNameKey = attribute.Key("file.group.name") constant FileInodeKey (line 5407) | FileInodeKey = attribute.Key("file.inode") constant FileModeKey (line 5417) | FileModeKey = attribute.Key("file.mode") constant FileModifiedKey (line 5428) | FileModifiedKey = attribute.Key("file.modified") constant FileNameKey (line 5439) | FileNameKey = attribute.Key("file.name") constant FileOwnerIDKey (line 5450) | FileOwnerIDKey = attribute.Key("file.owner.id") constant FileOwnerNameKey (line 5460) | FileOwnerNameKey = attribute.Key("file.owner.name") constant FilePathKey (line 5471) | FilePathKey = attribute.Key("file.path") constant FileSizeKey (line 5481) | FileSizeKey = attribute.Key("file.size") constant FileSymbolicLinkTargetPathKey (line 5493) | FileSymbolicLinkTargetPathKey = attribute.Key("file.symbolic_link.target... function FileAccessed (line 5499) | func FileAccessed(val string) attribute.KeyValue { function FileAttributes (line 5506) | func FileAttributes(val ...string) attribute.KeyValue { function FileChanged (line 5513) | func FileChanged(val string) attribute.KeyValue { function FileCreated (line 5520) | func FileCreated(val string) attribute.KeyValue { function FileDirectory (line 5527) | func FileDirectory(val string) attribute.KeyValue { function FileExtension (line 5534) | func FileExtension(val string) attribute.KeyValue { function FileForkName (line 5541) | func FileForkName(val string) attribute.KeyValue { function FileGroupID (line 5547) | func FileGroupID(val string) attribute.KeyValue { function FileGroupName (line 5554) | func FileGroupName(val string) attribute.KeyValue { function FileInode (line 5561) | func FileInode(val string) attribute.KeyValue { function FileMode (line 5567) | func FileMode(val string) attribute.KeyValue { function FileModified (line 5574) | func FileModified(val string) attribute.KeyValue { function FileName (line 5581) | func FileName(val string) attribute.KeyValue { function FileOwnerID (line 5588) | func FileOwnerID(val string) attribute.KeyValue { function FileOwnerName (line 5595) | func FileOwnerName(val string) attribute.KeyValue { function FilePath (line 5602) | func FilePath(val string) attribute.KeyValue { function FileSize (line 5608) | func FileSize(val int) attribute.KeyValue { function FileSymbolicLinkTargetPath (line 5615) | func FileSymbolicLinkTargetPath(val string) attribute.KeyValue { constant GCPAppHubApplicationContainerKey (line 5630) | GCPAppHubApplicationContainerKey = attribute.Key("gcp.apphub.application... constant GCPAppHubApplicationIDKey (line 5641) | GCPAppHubApplicationIDKey = attribute.Key("gcp.apphub.application.id") constant GCPAppHubApplicationLocationKey (line 5652) | GCPAppHubApplicationLocationKey = attribute.Key("gcp.apphub.application.... constant GCPAppHubServiceCriticalityTypeKey (line 5666) | GCPAppHubServiceCriticalityTypeKey = attribute.Key("gcp.apphub.service.c... constant GCPAppHubServiceEnvironmentTypeKey (line 5680) | GCPAppHubServiceEnvironmentTypeKey = attribute.Key("gcp.apphub.service.e... constant GCPAppHubServiceIDKey (line 5691) | GCPAppHubServiceIDKey = attribute.Key("gcp.apphub.service.id") constant GCPAppHubWorkloadCriticalityTypeKey (line 5705) | GCPAppHubWorkloadCriticalityTypeKey = attribute.Key("gcp.apphub.workload... constant GCPAppHubWorkloadEnvironmentTypeKey (line 5719) | GCPAppHubWorkloadEnvironmentTypeKey = attribute.Key("gcp.apphub.workload... constant GCPAppHubWorkloadIDKey (line 5730) | GCPAppHubWorkloadIDKey = attribute.Key("gcp.apphub.workload.id") constant GCPClientServiceKey (line 5745) | GCPClientServiceKey = attribute.Key("gcp.client.service") constant GCPCloudRunJobExecutionKey (line 5760) | GCPCloudRunJobExecutionKey = attribute.Key("gcp.cloud_run.job.execution") constant GCPCloudRunJobTaskIndexKey (line 5774) | GCPCloudRunJobTaskIndexKey = attribute.Key("gcp.cloud_run.job.task_index") constant GCPGCEInstanceHostnameKey (line 5789) | GCPGCEInstanceHostnameKey = attribute.Key("gcp.gce.instance.hostname") constant GCPGCEInstanceNameKey (line 5804) | GCPGCEInstanceNameKey = attribute.Key("gcp.gce.instance.name") function GCPAppHubApplicationContainer (line 5810) | func GCPAppHubApplicationContainer(val string) attribute.KeyValue { function GCPAppHubApplicationID (line 5817) | func GCPAppHubApplicationID(val string) attribute.KeyValue { function GCPAppHubApplicationLocation (line 5824) | func GCPAppHubApplicationLocation(val string) attribute.KeyValue { function GCPAppHubServiceID (line 5831) | func GCPAppHubServiceID(val string) attribute.KeyValue { function GCPAppHubWorkloadID (line 5838) | func GCPAppHubWorkloadID(val string) attribute.KeyValue { function GCPClientService (line 5845) | func GCPClientService(val string) attribute.KeyValue { function GCPCloudRunJobExecution (line 5856) | func GCPCloudRunJobExecution(val string) attribute.KeyValue { function GCPCloudRunJobTaskIndex (line 5866) | func GCPCloudRunJobTaskIndex(val int) attribute.KeyValue { function GCPGCEInstanceHostname (line 5876) | func GCPGCEInstanceHostname(val string) attribute.KeyValue { function GCPGCEInstanceName (line 5887) | func GCPGCEInstanceName(val string) attribute.KeyValue { constant GenAIAgentDescriptionKey (line 5966) | GenAIAgentDescriptionKey = attribute.Key("gen_ai.agent.description") constant GenAIAgentIDKey (line 5976) | GenAIAgentIDKey = attribute.Key("gen_ai.agent.id") constant GenAIAgentNameKey (line 5987) | GenAIAgentNameKey = attribute.Key("gen_ai.agent.name") constant GenAIConversationIDKey (line 5999) | GenAIConversationIDKey = attribute.Key("gen_ai.conversation.id") constant GenAIDataSourceIDKey (line 6018) | GenAIDataSourceIDKey = attribute.Key("gen_ai.data_source.id") constant GenAIInputMessagesKey (line 6054) | GenAIInputMessagesKey = attribute.Key("gen_ai.input.messages") constant GenAIOperationNameKey (line 6070) | GenAIOperationNameKey = attribute.Key("gen_ai.operation.name") constant GenAIOutputMessagesKey (line 6108) | GenAIOutputMessagesKey = attribute.Key("gen_ai.output.messages") constant GenAIOutputTypeKey (line 6126) | GenAIOutputTypeKey = attribute.Key("gen_ai.output.type") constant GenAIProviderNameKey (line 6155) | GenAIProviderNameKey = attribute.Key("gen_ai.provider.name") constant GenAIRequestChoiceCountKey (line 6166) | GenAIRequestChoiceCountKey = attribute.Key("gen_ai.request.choice.count") constant GenAIRequestEncodingFormatsKey (line 6179) | GenAIRequestEncodingFormatsKey = attribute.Key("gen_ai.request.encoding_... constant GenAIRequestFrequencyPenaltyKey (line 6190) | GenAIRequestFrequencyPenaltyKey = attribute.Key("gen_ai.request.frequenc... constant GenAIRequestMaxTokensKey (line 6201) | GenAIRequestMaxTokensKey = attribute.Key("gen_ai.request.max_tokens") constant GenAIRequestModelKey (line 6212) | GenAIRequestModelKey = attribute.Key("gen_ai.request.model") constant GenAIRequestPresencePenaltyKey (line 6223) | GenAIRequestPresencePenaltyKey = attribute.Key("gen_ai.request.presence_... constant GenAIRequestSeedKey (line 6234) | GenAIRequestSeedKey = attribute.Key("gen_ai.request.seed") constant GenAIRequestStopSequencesKey (line 6245) | GenAIRequestStopSequencesKey = attribute.Key("gen_ai.request.stop_sequen... constant GenAIRequestTemperatureKey (line 6256) | GenAIRequestTemperatureKey = attribute.Key("gen_ai.request.temperature") constant GenAIRequestTopKKey (line 6267) | GenAIRequestTopKKey = attribute.Key("gen_ai.request.top_k") constant GenAIRequestTopPKey (line 6278) | GenAIRequestTopPKey = attribute.Key("gen_ai.request.top_p") constant GenAIResponseFinishReasonsKey (line 6290) | GenAIResponseFinishReasonsKey = attribute.Key("gen_ai.response.finish_re... constant GenAIResponseIDKey (line 6301) | GenAIResponseIDKey = attribute.Key("gen_ai.response.id") constant GenAIResponseModelKey (line 6312) | GenAIResponseModelKey = attribute.Key("gen_ai.response.model") constant GenAISystemInstructionsKey (line 6351) | GenAISystemInstructionsKey = attribute.Key("gen_ai.system_instructions") constant GenAITokenTypeKey (line 6361) | GenAITokenTypeKey = attribute.Key("gen_ai.token.type") constant GenAIToolCallIDKey (line 6372) | GenAIToolCallIDKey = attribute.Key("gen_ai.tool.call.id") constant GenAIToolDescriptionKey (line 6383) | GenAIToolDescriptionKey = attribute.Key("gen_ai.tool.description") constant GenAIToolNameKey (line 6394) | GenAIToolNameKey = attribute.Key("gen_ai.tool.name") constant GenAIToolTypeKey (line 6416) | GenAIToolTypeKey = attribute.Key("gen_ai.tool.type") constant GenAIUsageInputTokensKey (line 6427) | GenAIUsageInputTokensKey = attribute.Key("gen_ai.usage.input_tokens") constant GenAIUsageOutputTokensKey (line 6438) | GenAIUsageOutputTokensKey = attribute.Key("gen_ai.usage.output_tokens") function GenAIAgentDescription (line 6444) | func GenAIAgentDescription(val string) attribute.KeyValue { function GenAIAgentID (line 6450) | func GenAIAgentID(val string) attribute.KeyValue { function GenAIAgentName (line 6457) | func GenAIAgentName(val string) attribute.KeyValue { function GenAIConversationID (line 6465) | func GenAIConversationID(val string) attribute.KeyValue { function GenAIDataSourceID (line 6472) | func GenAIDataSourceID(val string) attribute.KeyValue { function GenAIRequestChoiceCount (line 6479) | func GenAIRequestChoiceCount(val int) attribute.KeyValue { function GenAIRequestEncodingFormats (line 6486) | func GenAIRequestEncodingFormats(val ...string) attribute.KeyValue { function GenAIRequestFrequencyPenalty (line 6493) | func GenAIRequestFrequencyPenalty(val float64) attribute.KeyValue { function GenAIRequestMaxTokens (line 6500) | func GenAIRequestMaxTokens(val int) attribute.KeyValue { function GenAIRequestModel (line 6507) | func GenAIRequestModel(val string) attribute.KeyValue { function GenAIRequestPresencePenalty (line 6514) | func GenAIRequestPresencePenalty(val float64) attribute.KeyValue { function GenAIRequestSeed (line 6521) | func GenAIRequestSeed(val int) attribute.KeyValue { function GenAIRequestStopSequences (line 6528) | func GenAIRequestStopSequences(val ...string) attribute.KeyValue { function GenAIRequestTemperature (line 6535) | func GenAIRequestTemperature(val float64) attribute.KeyValue { function GenAIRequestTopK (line 6542) | func GenAIRequestTopK(val float64) attribute.KeyValue { function GenAIRequestTopP (line 6549) | func GenAIRequestTopP(val float64) attribute.KeyValue { function GenAIResponseFinishReasons (line 6557) | func GenAIResponseFinishReasons(val ...string) attribute.KeyValue { function GenAIResponseID (line 6564) | func GenAIResponseID(val string) attribute.KeyValue { function GenAIResponseModel (line 6571) | func GenAIResponseModel(val string) attribute.KeyValue { function GenAIToolCallID (line 6578) | func GenAIToolCallID(val string) attribute.KeyValue { function GenAIToolDescription (line 6585) | func GenAIToolDescription(val string) attribute.KeyValue { function GenAIToolName (line 6592) | func GenAIToolName(val string) attribute.KeyValue { function GenAIToolType (line 6599) | func GenAIToolType(val string) attribute.KeyValue { function GenAIUsageInputTokens (line 6606) | func GenAIUsageInputTokens(val int) attribute.KeyValue { function GenAIUsageOutputTokens (line 6613) | func GenAIUsageOutputTokens(val int) attribute.KeyValue { constant GeoContinentCodeKey (line 6762) | GeoContinentCodeKey = attribute.Key("geo.continent.code") constant GeoCountryISOCodeKey (line 6775) | GeoCountryISOCodeKey = attribute.Key("geo.country.iso_code") constant GeoLocalityNameKey (line 6786) | GeoLocalityNameKey = attribute.Key("geo.locality.name") constant GeoLocationLatKey (line 6799) | GeoLocationLatKey = attribute.Key("geo.location.lat") constant GeoLocationLonKey (line 6812) | GeoLocationLonKey = attribute.Key("geo.location.lon") constant GeoPostalCodeKey (line 6824) | GeoPostalCodeKey = attribute.Key("geo.postal_code") constant GeoRegionISOCodeKey (line 6837) | GeoRegionISOCodeKey = attribute.Key("geo.region.iso_code") function GeoCountryISOCode (line 6845) | func GeoCountryISOCode(val string) attribute.KeyValue { function GeoLocalityName (line 6852) | func GeoLocalityName(val string) attribute.KeyValue { function GeoLocationLat (line 6861) | func GeoLocationLat(val float64) attribute.KeyValue { function GeoLocationLon (line 6870) | func GeoLocationLon(val float64) attribute.KeyValue { function GeoPostalCode (line 6878) | func GeoPostalCode(val string) attribute.KeyValue { function GeoRegionISOCode (line 6887) | func GeoRegionISOCode(val string) attribute.KeyValue { constant GoMemoryTypeKey (line 6926) | GoMemoryTypeKey = attribute.Key("go.memory.type") constant GraphQLDocumentKey (line 6952) | GraphQLDocumentKey = attribute.Key("graphql.document") constant GraphQLOperationNameKey (line 6963) | GraphQLOperationNameKey = attribute.Key("graphql.operation.name") constant GraphQLOperationTypeKey (line 6974) | GraphQLOperationTypeKey = attribute.Key("graphql.operation.type") function GraphQLDocument (line 6980) | func GraphQLDocument(val string) attribute.KeyValue { function GraphQLOperationName (line 6987) | func GraphQLOperationName(val string) attribute.KeyValue { constant HerokuAppIDKey (line 7015) | HerokuAppIDKey = attribute.Key("heroku.app.id") constant HerokuReleaseCommitKey (line 7026) | HerokuReleaseCommitKey = attribute.Key("heroku.release.commit") constant HerokuReleaseCreationTimestampKey (line 7037) | HerokuReleaseCreationTimestampKey = attribute.Key("heroku.release.creati... function HerokuAppID (line 7042) | func HerokuAppID(val string) attribute.KeyValue { function HerokuReleaseCommit (line 7049) | func HerokuReleaseCommit(val string) attribute.KeyValue { function HerokuReleaseCreationTimestamp (line 7056) | func HerokuReleaseCreationTimestamp(val string) attribute.KeyValue { constant HostArchKey (line 7071) | HostArchKey = attribute.Key("host.arch") constant HostCPUCacheL2SizeKey (line 7082) | HostCPUCacheL2SizeKey = attribute.Key("host.cpu.cache.l2.size") constant HostCPUFamilyKey (line 7092) | HostCPUFamilyKey = attribute.Key("host.cpu.family") constant HostCPUModelIDKey (line 7104) | HostCPUModelIDKey = attribute.Key("host.cpu.model.id") constant HostCPUModelNameKey (line 7115) | HostCPUModelNameKey = attribute.Key("host.cpu.model.name") constant HostCPUSteppingKey (line 7125) | HostCPUSteppingKey = attribute.Key("host.cpu.stepping") constant HostCPUVendorIDKey (line 7141) | HostCPUVendorIDKey = attribute.Key("host.cpu.vendor.id") constant HostIDKey (line 7154) | HostIDKey = attribute.Key("host.id") constant HostImageIDKey (line 7165) | HostImageIDKey = attribute.Key("host.image.id") constant HostImageNameKey (line 7176) | HostImageNameKey = attribute.Key("host.image.name") constant HostImageVersionKey (line 7189) | HostImageVersionKey = attribute.Key("host.image.version") constant HostIPKey (line 7204) | HostIPKey = attribute.Key("host.ip") constant HostMacKey (line 7220) | HostMacKey = attribute.Key("host.mac") constant HostNameKey (line 7232) | HostNameKey = attribute.Key("host.name") constant HostTypeKey (line 7243) | HostTypeKey = attribute.Key("host.type") function HostCPUCacheL2Size (line 7249) | func HostCPUCacheL2Size(val int) attribute.KeyValue { function HostCPUFamily (line 7256) | func HostCPUFamily(val string) attribute.KeyValue { function HostCPUModelID (line 7264) | func HostCPUModelID(val string) attribute.KeyValue { function HostCPUModelName (line 7271) | func HostCPUModelName(val string) attribute.KeyValue { function HostCPUStepping (line 7278) | func HostCPUStepping(val string) attribute.KeyValue { function HostCPUVendorID (line 7285) | func HostCPUVendorID(val string) attribute.KeyValue { function HostID (line 7294) | func HostID(val string) attribute.KeyValue { function HostImageID (line 7301) | func HostImageID(val string) attribute.KeyValue { function HostImageName (line 7308) | func HostImageName(val string) attribute.KeyValue { function HostImageVersion (line 7317) | func HostImageVersion(val string) attribute.KeyValue { function HostIP (line 7324) | func HostIP(val ...string) attribute.KeyValue { function HostMac (line 7331) | func HostMac(val ...string) attribute.KeyValue { function HostName (line 7339) | func HostName(val string) attribute.KeyValue { function HostType (line 7346) | func HostType(val string) attribute.KeyValue { constant HTTPConnectionStateKey (line 7389) | HTTPConnectionStateKey = attribute.Key("http.connection.state") constant HTTPRequestBodySizeKey (line 7403) | HTTPRequestBodySizeKey = attribute.Key("http.request.body.size") constant HTTPRequestMethodKey (line 7440) | HTTPRequestMethodKey = attribute.Key("http.request.method") constant HTTPRequestMethodOriginalKey (line 7451) | HTTPRequestMethodOriginalKey = attribute.Key("http.request.method_origin... constant HTTPRequestResendCountKey (line 7465) | HTTPRequestResendCountKey = attribute.Key("http.request.resend_count") constant HTTPRequestSizeKey (line 7476) | HTTPRequestSizeKey = attribute.Key("http.request.size") constant HTTPResponseBodySizeKey (line 7490) | HTTPResponseBodySizeKey = attribute.Key("http.response.body.size") constant HTTPResponseSizeKey (line 7501) | HTTPResponseSizeKey = attribute.Key("http.response.size") constant HTTPResponseStatusCodeKey (line 7514) | HTTPResponseStatusCodeKey = attribute.Key("http.response.status_code") constant HTTPRouteKey (line 7531) | HTTPRouteKey = attribute.Key("http.route") function HTTPRequestBodySize (line 7542) | func HTTPRequestBodySize(val int) attribute.KeyValue { function HTTPRequestHeader (line 7550) | func HTTPRequestHeader(key string, val ...string) attribute.KeyValue { function HTTPRequestMethodOriginal (line 7557) | func HTTPRequestMethodOriginal(val string) attribute.KeyValue { function HTTPRequestResendCount (line 7564) | func HTTPRequestResendCount(val int) attribute.KeyValue { function HTTPRequestSize (line 7573) | func HTTPRequestSize(val int) attribute.KeyValue { function HTTPResponseBodySize (line 7585) | func HTTPResponseBodySize(val int) attribute.KeyValue { function HTTPResponseHeader (line 7593) | func HTTPResponseHeader(key string, val ...string) attribute.KeyValue { function HTTPResponseSize (line 7602) | func HTTPResponseSize(val int) attribute.KeyValue { function HTTPResponseStatusCode (line 7611) | func HTTPResponseStatusCode(val int) attribute.KeyValue { function HTTPRoute (line 7618) | func HTTPRoute(val string) attribute.KeyValue { constant HwBatteryCapacityKey (line 7677) | HwBatteryCapacityKey = attribute.Key("hw.battery.capacity") constant HwBatteryChemistryKey (line 7690) | HwBatteryChemistryKey = attribute.Key("hw.battery.chemistry") constant HwBatteryStateKey (line 7700) | HwBatteryStateKey = attribute.Key("hw.battery.state") constant HwBiosVersionKey (line 7711) | HwBiosVersionKey = attribute.Key("hw.bios_version") constant HwDriverVersionKey (line 7722) | HwDriverVersionKey = attribute.Key("hw.driver_version") constant HwEnclosureTypeKey (line 7733) | HwEnclosureTypeKey = attribute.Key("hw.enclosure.type") constant HwFirmwareVersionKey (line 7744) | HwFirmwareVersionKey = attribute.Key("hw.firmware_version") constant HwGpuTaskKey (line 7754) | HwGpuTaskKey = attribute.Key("hw.gpu.task") constant HwIDKey (line 7765) | HwIDKey = attribute.Key("hw.id") constant HwLimitTypeKey (line 7776) | HwLimitTypeKey = attribute.Key("hw.limit_type") constant HwLogicalDiskRaidLevelKey (line 7787) | HwLogicalDiskRaidLevelKey = attribute.Key("hw.logical_disk.raid_level") constant HwLogicalDiskStateKey (line 7798) | HwLogicalDiskStateKey = attribute.Key("hw.logical_disk.state") constant HwMemoryTypeKey (line 7808) | HwMemoryTypeKey = attribute.Key("hw.memory.type") constant HwModelKey (line 7819) | HwModelKey = attribute.Key("hw.model") constant HwNameKey (line 7830) | HwNameKey = attribute.Key("hw.name") constant HwNetworkLogicalAddressesKey (line 7841) | HwNetworkLogicalAddressesKey = attribute.Key("hw.network.logical_address... constant HwNetworkPhysicalAddressKey (line 7852) | HwNetworkPhysicalAddressKey = attribute.Key("hw.network.physical_address") constant HwParentKey (line 7863) | HwParentKey = attribute.Key("hw.parent") constant HwPhysicalDiskSmartAttributeKey (line 7877) | HwPhysicalDiskSmartAttributeKey = attribute.Key("hw.physical_disk.smart_... constant HwPhysicalDiskStateKey (line 7888) | HwPhysicalDiskStateKey = attribute.Key("hw.physical_disk.state") constant HwPhysicalDiskTypeKey (line 7899) | HwPhysicalDiskTypeKey = attribute.Key("hw.physical_disk.type") constant HwSensorLocationKey (line 7911) | HwSensorLocationKey = attribute.Key("hw.sensor_location") constant HwSerialNumberKey (line 7922) | HwSerialNumberKey = attribute.Key("hw.serial_number") constant HwStateKey (line 7932) | HwStateKey = attribute.Key("hw.state") constant HwTapeDriveOperationTypeKey (line 7943) | HwTapeDriveOperationTypeKey = attribute.Key("hw.tape_drive.operation_type") constant HwTypeKey (line 7957) | HwTypeKey = attribute.Key("hw.type") constant HwVendorKey (line 7967) | HwVendorKey = attribute.Key("hw.vendor") function HwBatteryCapacity (line 7973) | func HwBatteryCapacity(val string) attribute.KeyValue { function HwBatteryChemistry (line 7982) | func HwBatteryChemistry(val string) attribute.KeyValue { function HwBiosVersion (line 7989) | func HwBiosVersion(val string) attribute.KeyValue { function HwDriverVersion (line 7996) | func HwDriverVersion(val string) attribute.KeyValue { function HwEnclosureType (line 8003) | func HwEnclosureType(val string) attribute.KeyValue { function HwFirmwareVersion (line 8010) | func HwFirmwareVersion(val string) attribute.KeyValue { function HwID (line 8017) | func HwID(val string) attribute.KeyValue { function HwLogicalDiskRaidLevel (line 8024) | func HwLogicalDiskRaidLevel(val string) attribute.KeyValue { function HwMemoryType (line 8030) | func HwMemoryType(val string) attribute.KeyValue { function HwModel (line 8037) | func HwModel(val string) attribute.KeyValue { function HwName (line 8044) | func HwName(val string) attribute.KeyValue { function HwNetworkLogicalAddresses (line 8051) | func HwNetworkLogicalAddresses(val ...string) attribute.KeyValue { function HwNetworkPhysicalAddress (line 8058) | func HwNetworkPhysicalAddress(val string) attribute.KeyValue { function HwParent (line 8065) | func HwParent(val string) attribute.KeyValue { function HwPhysicalDiskSmartAttribute (line 8075) | func HwPhysicalDiskSmartAttribute(val string) attribute.KeyValue { function HwPhysicalDiskType (line 8082) | func HwPhysicalDiskType(val string) attribute.KeyValue { function HwSensorLocation (line 8089) | func HwSensorLocation(val string) attribute.KeyValue { function HwSerialNumber (line 8096) | func HwSerialNumber(val string) attribute.KeyValue { function HwVendor (line 8102) | func HwVendor(val string) attribute.KeyValue { constant IOSAppStateKey (line 8271) | IOSAppStateKey = attribute.Key("ios.app.state") constant K8SClusterNameKey (line 8313) | K8SClusterNameKey = attribute.Key("k8s.cluster.name") constant K8SClusterUIDKey (line 8348) | K8SClusterUIDKey = attribute.Key("k8s.cluster.uid") constant K8SContainerNameKey (line 8360) | K8SContainerNameKey = attribute.Key("k8s.container.name") constant K8SContainerRestartCountKey (line 8372) | K8SContainerRestartCountKey = attribute.Key("k8s.container.restart_count") constant K8SContainerStatusLastTerminatedReasonKey (line 8383) | K8SContainerStatusLastTerminatedReasonKey = attribute.Key("k8s.container... constant K8SContainerStatusReasonKey (line 8400) | K8SContainerStatusReasonKey = attribute.Key("k8s.container.status.reason") constant K8SContainerStatusStateKey (line 8413) | K8SContainerStatusStateKey = attribute.Key("k8s.container.status.state") constant K8SCronJobNameKey (line 8423) | K8SCronJobNameKey = attribute.Key("k8s.cronjob.name") constant K8SCronJobUIDKey (line 8433) | K8SCronJobUIDKey = attribute.Key("k8s.cronjob.uid") constant K8SDaemonSetNameKey (line 8444) | K8SDaemonSetNameKey = attribute.Key("k8s.daemonset.name") constant K8SDaemonSetUIDKey (line 8454) | K8SDaemonSetUIDKey = attribute.Key("k8s.daemonset.uid") constant K8SDeploymentNameKey (line 8465) | K8SDeploymentNameKey = attribute.Key("k8s.deployment.name") constant K8SDeploymentUIDKey (line 8476) | K8SDeploymentUIDKey = attribute.Key("k8s.deployment.uid") constant K8SHPAMetricTypeKey (line 8488) | K8SHPAMetricTypeKey = attribute.Key("k8s.hpa.metric.type") constant K8SHPANameKey (line 8498) | K8SHPANameKey = attribute.Key("k8s.hpa.name") constant K8SHPAScaletargetrefAPIVersionKey (line 8511) | K8SHPAScaletargetrefAPIVersionKey = attribute.Key("k8s.hpa.scaletargetre... constant K8SHPAScaletargetrefKindKey (line 8523) | K8SHPAScaletargetrefKindKey = attribute.Key("k8s.hpa.scaletargetref.kind") constant K8SHPAScaletargetrefNameKey (line 8535) | K8SHPAScaletargetrefNameKey = attribute.Key("k8s.hpa.scaletargetref.name") constant K8SHPAUIDKey (line 8545) | K8SHPAUIDKey = attribute.Key("k8s.hpa.uid") constant K8SHugepageSizeKey (line 8556) | K8SHugepageSizeKey = attribute.Key("k8s.hugepage.size") constant K8SJobNameKey (line 8566) | K8SJobNameKey = attribute.Key("k8s.job.name") constant K8SJobUIDKey (line 8576) | K8SJobUIDKey = attribute.Key("k8s.job.uid") constant K8SNamespaceNameKey (line 8587) | K8SNamespaceNameKey = attribute.Key("k8s.namespace.name") constant K8SNamespacePhaseKey (line 8602) | K8SNamespacePhaseKey = attribute.Key("k8s.namespace.phase") constant K8SNodeConditionStatusKey (line 8617) | K8SNodeConditionStatusKey = attribute.Key("k8s.node.condition.status") constant K8SNodeConditionTypeKey (line 8642) | K8SNodeConditionTypeKey = attribute.Key("k8s.node.condition.type") constant K8SNodeNameKey (line 8652) | K8SNodeNameKey = attribute.Key("k8s.node.name") constant K8SNodeUIDKey (line 8662) | K8SNodeUIDKey = attribute.Key("k8s.node.uid") constant K8SPodNameKey (line 8672) | K8SPodNameKey = attribute.Key("k8s.pod.name") constant K8SPodUIDKey (line 8682) | K8SPodUIDKey = attribute.Key("k8s.pod.uid") constant K8SReplicaSetNameKey (line 8693) | K8SReplicaSetNameKey = attribute.Key("k8s.replicaset.name") constant K8SReplicaSetUIDKey (line 8704) | K8SReplicaSetUIDKey = attribute.Key("k8s.replicaset.uid") constant K8SReplicationControllerNameKey (line 8715) | K8SReplicationControllerNameKey = attribute.Key("k8s.replicationcontroll... constant K8SReplicationControllerUIDKey (line 8726) | K8SReplicationControllerUIDKey = attribute.Key("k8s.replicationcontrolle... constant K8SResourceQuotaNameKey (line 8737) | K8SResourceQuotaNameKey = attribute.Key("k8s.resourcequota.name") constant K8SResourceQuotaResourceNameKey (line 8756) | K8SResourceQuotaResourceNameKey = attribute.Key("k8s.resourcequota.resou... constant K8SResourceQuotaUIDKey (line 8767) | K8SResourceQuotaUIDKey = attribute.Key("k8s.resourcequota.uid") constant K8SStatefulSetNameKey (line 8778) | K8SStatefulSetNameKey = attribute.Key("k8s.statefulset.name") constant K8SStatefulSetUIDKey (line 8789) | K8SStatefulSetUIDKey = attribute.Key("k8s.statefulset.uid") constant K8SStorageclassNameKey (line 8802) | K8SStorageclassNameKey = attribute.Key("k8s.storageclass.name") constant K8SVolumeNameKey (line 8812) | K8SVolumeNameKey = attribute.Key("k8s.volume.name") constant K8SVolumeTypeKey (line 8822) | K8SVolumeTypeKey = attribute.Key("k8s.volume.type") function K8SClusterName (line 8828) | func K8SClusterName(val string) attribute.KeyValue { function K8SClusterUID (line 8835) | func K8SClusterUID(val string) attribute.KeyValue { function K8SContainerName (line 8843) | func K8SContainerName(val string) attribute.KeyValue { function K8SContainerRestartCount (line 8851) | func K8SContainerRestartCount(val int) attribute.KeyValue { function K8SContainerStatusLastTerminatedReason (line 8858) | func K8SContainerStatusLastTerminatedReason(val string) attribute.KeyVal... function K8SCronJobAnnotation (line 8866) | func K8SCronJobAnnotation(key string, val string) attribute.KeyValue { function K8SCronJobLabel (line 8874) | func K8SCronJobLabel(key string, val string) attribute.KeyValue { function K8SCronJobName (line 8881) | func K8SCronJobName(val string) attribute.KeyValue { function K8SCronJobUID (line 8887) | func K8SCronJobUID(val string) attribute.KeyValue { function K8SDaemonSetAnnotation (line 8895) | func K8SDaemonSetAnnotation(key string, val string) attribute.KeyValue { function K8SDaemonSetLabel (line 8903) | func K8SDaemonSetLabel(key string, val string) attribute.KeyValue { function K8SDaemonSetName (line 8910) | func K8SDaemonSetName(val string) attribute.KeyValue { function K8SDaemonSetUID (line 8917) | func K8SDaemonSetUID(val string) attribute.KeyValue { function K8SDeploymentAnnotation (line 8925) | func K8SDeploymentAnnotation(key string, val string) attribute.KeyValue { function K8SDeploymentLabel (line 8933) | func K8SDeploymentLabel(key string, val string) attribute.KeyValue { function K8SDeploymentName (line 8940) | func K8SDeploymentName(val string) attribute.KeyValue { function K8SDeploymentUID (line 8947) | func K8SDeploymentUID(val string) attribute.KeyValue { function K8SHPAMetricType (line 8954) | func K8SHPAMetricType(val string) attribute.KeyValue { function K8SHPAName (line 8960) | func K8SHPAName(val string) attribute.KeyValue { function K8SHPAScaletargetrefAPIVersion (line 8967) | func K8SHPAScaletargetrefAPIVersion(val string) attribute.KeyValue { function K8SHPAScaletargetrefKind (line 8974) | func K8SHPAScaletargetrefKind(val string) attribute.KeyValue { function K8SHPAScaletargetrefName (line 8981) | func K8SHPAScaletargetrefName(val string) attribute.KeyValue { function K8SHPAUID (line 8987) | func K8SHPAUID(val string) attribute.KeyValue { function K8SHugepageSize (line 8994) | func K8SHugepageSize(val string) attribute.KeyValue { function K8SJobAnnotation (line 9002) | func K8SJobAnnotation(key string, val string) attribute.KeyValue { function K8SJobLabel (line 9010) | func K8SJobLabel(key string, val string) attribute.KeyValue { function K8SJobName (line 9016) | func K8SJobName(val string) attribute.KeyValue { function K8SJobUID (line 9022) | func K8SJobUID(val string) attribute.KeyValue { function K8SNamespaceAnnotation (line 9030) | func K8SNamespaceAnnotation(key string, val string) attribute.KeyValue { function K8SNamespaceLabel (line 9038) | func K8SNamespaceLabel(key string, val string) attribute.KeyValue { function K8SNamespaceName (line 9045) | func K8SNamespaceName(val string) attribute.KeyValue { function K8SNodeAnnotation (line 9053) | func K8SNodeAnnotation(key string, val string) attribute.KeyValue { function K8SNodeLabel (line 9061) | func K8SNodeLabel(key string, val string) attribute.KeyValue { function K8SNodeName (line 9067) | func K8SNodeName(val string) attribute.KeyValue { function K8SNodeUID (line 9073) | func K8SNodeUID(val string) attribute.KeyValue { function K8SPodAnnotation (line 9081) | func K8SPodAnnotation(key string, val string) attribute.KeyValue { function K8SPodLabel (line 9088) | func K8SPodLabel(key string, val string) attribute.KeyValue { function K8SPodName (line 9094) | func K8SPodName(val string) attribute.KeyValue { function K8SPodUID (line 9100) | func K8SPodUID(val string) attribute.KeyValue { function K8SReplicaSetAnnotation (line 9108) | func K8SReplicaSetAnnotation(key string, val string) attribute.KeyValue { function K8SReplicaSetLabel (line 9116) | func K8SReplicaSetLabel(key string, val string) attribute.KeyValue { function K8SReplicaSetName (line 9123) | func K8SReplicaSetName(val string) attribute.KeyValue { function K8SReplicaSetUID (line 9130) | func K8SReplicaSetUID(val string) attribute.KeyValue { function K8SReplicationControllerName (line 9137) | func K8SReplicationControllerName(val string) attribute.KeyValue { function K8SReplicationControllerUID (line 9144) | func K8SReplicationControllerUID(val string) attribute.KeyValue { function K8SResourceQuotaName (line 9151) | func K8SResourceQuotaName(val string) attribute.KeyValue { function K8SResourceQuotaResourceName (line 9158) | func K8SResourceQuotaResourceName(val string) attribute.KeyValue { function K8SResourceQuotaUID (line 9165) | func K8SResourceQuotaUID(val string) attribute.KeyValue { function K8SStatefulSetAnnotation (line 9173) | func K8SStatefulSetAnnotation(key string, val string) attribute.KeyValue { function K8SStatefulSetLabel (line 9181) | func K8SStatefulSetLabel(key string, val string) attribute.KeyValue { function K8SStatefulSetName (line 9188) | func K8SStatefulSetName(val string) attribute.KeyValue { function K8SStatefulSetUID (line 9195) | func K8SStatefulSetUID(val string) attribute.KeyValue { function K8SStorageclassName (line 9204) | func K8SStorageclassName(val string) attribute.KeyValue { function K8SVolumeName (line 9211) | func K8SVolumeName(val string) attribute.KeyValue { constant LinuxMemorySlabStateKey (line 9351) | LinuxMemorySlabStateKey = attribute.Key("linux.memory.slab.state") constant LogFileNameKey (line 9374) | LogFileNameKey = attribute.Key("log.file.name") constant LogFileNameResolvedKey (line 9385) | LogFileNameResolvedKey = attribute.Key("log.file.name_resolved") constant LogFilePathKey (line 9395) | LogFilePathKey = attribute.Key("log.file.path") constant LogFilePathResolvedKey (line 9406) | LogFilePathResolvedKey = attribute.Key("log.file.path_resolved") constant LogIostreamKey (line 9417) | LogIostreamKey = attribute.Key("log.iostream") constant LogRecordOriginalKey (line 9433) | LogRecordOriginalKey = attribute.Key("log.record.original") constant LogRecordUIDKey (line 9451) | LogRecordUIDKey = attribute.Key("log.record.uid") function LogFileName (line 9456) | func LogFileName(val string) attribute.KeyValue { function LogFileNameResolved (line 9463) | func LogFileNameResolved(val string) attribute.KeyValue { function LogFilePath (line 9469) | func LogFilePath(val string) attribute.KeyValue { function LogFilePathResolved (line 9476) | func LogFilePathResolved(val string) attribute.KeyValue { function LogRecordOriginal (line 9483) | func LogRecordOriginal(val string) attribute.KeyValue { function LogRecordUID (line 9489) | func LogRecordUID(val string) attribute.KeyValue { constant MainframeLparNameKey (line 9514) | MainframeLparNameKey = attribute.Key("mainframe.lpar.name") function MainframeLparName (line 9520) | func MainframeLparName(val string) attribute.KeyValue { constant MessagingBatchMessageCountKey (line 9541) | MessagingBatchMessageCountKey = attribute.Key("messaging.batch.message_c... constant MessagingClientIDKey (line 9552) | MessagingClientIDKey = attribute.Key("messaging.client.id") constant MessagingConsumerGroupNameKey (line 9566) | MessagingConsumerGroupNameKey = attribute.Key("messaging.consumer.group.... constant MessagingDestinationAnonymousKey (line 9578) | MessagingDestinationAnonymousKey = attribute.Key("messaging.destination.... constant MessagingDestinationNameKey (line 9593) | MessagingDestinationNameKey = attribute.Key("messaging.destination.name") constant MessagingDestinationPartitionIDKey (line 9605) | MessagingDestinationPartitionIDKey = attribute.Key("messaging.destinatio... constant MessagingDestinationSubscriptionNameKey (line 9620) | MessagingDestinationSubscriptionNameKey = attribute.Key("messaging.desti... constant MessagingDestinationTemplateKey (line 9636) | MessagingDestinationTemplateKey = attribute.Key("messaging.destination.t... constant MessagingDestinationTemporaryKey (line 9648) | MessagingDestinationTemporaryKey = attribute.Key("messaging.destination.... constant MessagingEventHubsMessageEnqueuedTimeKey (line 9658) | MessagingEventHubsMessageEnqueuedTimeKey = attribute.Key("messaging.even... constant MessagingGCPPubSubMessageAckDeadlineKey (line 9668) | MessagingGCPPubSubMessageAckDeadlineKey = attribute.Key("messaging.gcp_p... constant MessagingGCPPubSubMessageAckIDKey (line 9679) | MessagingGCPPubSubMessageAckIDKey = attribute.Key("messaging.gcp_pubsub.... constant MessagingGCPPubSubMessageDeliveryAttemptKey (line 9688) | MessagingGCPPubSubMessageDeliveryAttemptKey = attribute.Key("messaging.g... constant MessagingGCPPubSubMessageOrderingKeyKey (line 9700) | MessagingGCPPubSubMessageOrderingKeyKey = attribute.Key("messaging.gcp_p... constant MessagingKafkaMessageKeyKey (line 9716) | MessagingKafkaMessageKeyKey = attribute.Key("messaging.kafka.message.key") constant MessagingKafkaMessageTombstoneKey (line 9727) | MessagingKafkaMessageTombstoneKey = attribute.Key("messaging.kafka.messa... constant MessagingKafkaOffsetKey (line 9736) | MessagingKafkaOffsetKey = attribute.Key("messaging.kafka.offset") constant MessagingMessageBodySizeKey (line 9749) | MessagingMessageBodySizeKey = attribute.Key("messaging.message.body.size") constant MessagingMessageConversationIDKey (line 9761) | MessagingMessageConversationIDKey = attribute.Key("messaging.message.con... constant MessagingMessageEnvelopeSizeKey (line 9774) | MessagingMessageEnvelopeSizeKey = attribute.Key("messaging.message.envel... constant MessagingMessageIDKey (line 9786) | MessagingMessageIDKey = attribute.Key("messaging.message.id") constant MessagingOperationNameKey (line 9797) | MessagingOperationNameKey = attribute.Key("messaging.operation.name") constant MessagingOperationTypeKey (line 9809) | MessagingOperationTypeKey = attribute.Key("messaging.operation.type") constant MessagingRabbitMQDestinationRoutingKeyKey (line 9820) | MessagingRabbitMQDestinationRoutingKeyKey = attribute.Key("messaging.rab... constant MessagingRabbitMQMessageDeliveryTagKey (line 9829) | MessagingRabbitMQMessageDeliveryTagKey = attribute.Key("messaging.rabbit... constant MessagingRocketMQConsumptionModelKey (line 9840) | MessagingRocketMQConsumptionModelKey = attribute.Key("messaging.rocketmq... constant MessagingRocketMQMessageDelayTimeLevelKey (line 9850) | MessagingRocketMQMessageDelayTimeLevelKey = attribute.Key("messaging.roc... constant MessagingRocketMQMessageDeliveryTimestampKey (line 9860) | MessagingRocketMQMessageDeliveryTimestampKey = attribute.Key("messaging.... constant MessagingRocketMQMessageGroupKey (line 9872) | MessagingRocketMQMessageGroupKey = attribute.Key("messaging.rocketmq.mes... constant MessagingRocketMQMessageKeysKey (line 9883) | MessagingRocketMQMessageKeysKey = attribute.Key("messaging.rocketmq.mess... constant MessagingRocketMQMessageTagKey (line 9894) | MessagingRocketMQMessageTagKey = attribute.Key("messaging.rocketmq.messa... constant MessagingRocketMQMessageTypeKey (line 9905) | MessagingRocketMQMessageTypeKey = attribute.Key("messaging.rocketmq.mess... constant MessagingRocketMQNamespaceKey (line 9917) | MessagingRocketMQNamespaceKey = attribute.Key("messaging.rocketmq.namesp... constant MessagingServiceBusDispositionStatusKey (line 9930) | MessagingServiceBusDispositionStatusKey = attribute.Key("messaging.servi... constant MessagingServiceBusMessageDeliveryCountKey (line 9940) | MessagingServiceBusMessageDeliveryCountKey = attribute.Key("messaging.se... constant MessagingServiceBusMessageEnqueuedTimeKey (line 9950) | MessagingServiceBusMessageEnqueuedTimeKey = attribute.Key("messaging.ser... constant MessagingSystemKey (line 9965) | MessagingSystemKey = attribute.Key("messaging.system") function MessagingBatchMessageCount (line 9972) | func MessagingBatchMessageCount(val int) attribute.KeyValue { function MessagingClientID (line 9979) | func MessagingClientID(val string) attribute.KeyValue { function MessagingConsumerGroupName (line 9986) | func MessagingConsumerGroupName(val string) attribute.KeyValue { function MessagingDestinationAnonymous (line 9994) | func MessagingDestinationAnonymous(val bool) attribute.KeyValue { function MessagingDestinationName (line 10001) | func MessagingDestinationName(val string) attribute.KeyValue { function MessagingDestinationPartitionID (line 10009) | func MessagingDestinationPartitionID(val string) attribute.KeyValue { function MessagingDestinationSubscriptionName (line 10017) | func MessagingDestinationSubscriptionName(val string) attribute.KeyValue { function MessagingDestinationTemplate (line 10024) | func MessagingDestinationTemplate(val string) attribute.KeyValue { function MessagingDestinationTemporary (line 10032) | func MessagingDestinationTemporary(val bool) attribute.KeyValue { function MessagingEventHubsMessageEnqueuedTime (line 10040) | func MessagingEventHubsMessageEnqueuedTime(val int) attribute.KeyValue { function MessagingGCPPubSubMessageAckDeadline (line 10048) | func MessagingGCPPubSubMessageAckDeadline(val int) attribute.KeyValue { function MessagingGCPPubSubMessageAckID (line 10055) | func MessagingGCPPubSubMessageAckID(val string) attribute.KeyValue { function MessagingGCPPubSubMessageDeliveryAttempt (line 10062) | func MessagingGCPPubSubMessageDeliveryAttempt(val int) attribute.KeyValue { function MessagingGCPPubSubMessageOrderingKey (line 10070) | func MessagingGCPPubSubMessageOrderingKey(val string) attribute.KeyValue { function MessagingKafkaMessageKey (line 10079) | func MessagingKafkaMessageKey(val string) attribute.KeyValue { function MessagingKafkaMessageTombstone (line 10086) | func MessagingKafkaMessageTombstone(val bool) attribute.KeyValue { function MessagingKafkaOffset (line 10093) | func MessagingKafkaOffset(val int) attribute.KeyValue { function MessagingMessageBodySize (line 10100) | func MessagingMessageBodySize(val int) attribute.KeyValue { function MessagingMessageConversationID (line 10108) | func MessagingMessageConversationID(val string) attribute.KeyValue { function MessagingMessageEnvelopeSize (line 10115) | func MessagingMessageEnvelopeSize(val int) attribute.KeyValue { function MessagingMessageID (line 10122) | func MessagingMessageID(val string) attribute.KeyValue { function MessagingOperationName (line 10129) | func MessagingOperationName(val string) attribute.KeyValue { function MessagingRabbitMQDestinationRoutingKey (line 10136) | func MessagingRabbitMQDestinationRoutingKey(val string) attribute.KeyVal... function MessagingRabbitMQMessageDeliveryTag (line 10143) | func MessagingRabbitMQMessageDeliveryTag(val int) attribute.KeyValue { function MessagingRocketMQMessageDelayTimeLevel (line 10151) | func MessagingRocketMQMessageDelayTimeLevel(val int) attribute.KeyValue { function MessagingRocketMQMessageDeliveryTimestamp (line 10159) | func MessagingRocketMQMessageDeliveryTimestamp(val int) attribute.KeyVal... function MessagingRocketMQMessageGroup (line 10167) | func MessagingRocketMQMessageGroup(val string) attribute.KeyValue { function MessagingRocketMQMessageKeys (line 10174) | func MessagingRocketMQMessageKeys(val ...string) attribute.KeyValue { function MessagingRocketMQMessageTag (line 10181) | func MessagingRocketMQMessageTag(val string) attribute.KeyValue { function MessagingRocketMQNamespace (line 10189) | func MessagingRocketMQNamespace(val string) attribute.KeyValue { function MessagingServiceBusMessageDeliveryCount (line 10197) | func MessagingServiceBusMessageDeliveryCount(val int) attribute.KeyValue { function MessagingServiceBusMessageEnqueuedTime (line 10205) | func MessagingServiceBusMessageEnqueuedTime(val int) attribute.KeyValue { constant NetworkCarrierICCKey (line 10332) | NetworkCarrierICCKey = attribute.Key("network.carrier.icc") constant NetworkCarrierMCCKey (line 10343) | NetworkCarrierMCCKey = attribute.Key("network.carrier.mcc") constant NetworkCarrierMNCKey (line 10354) | NetworkCarrierMNCKey = attribute.Key("network.carrier.mnc") constant NetworkCarrierNameKey (line 10365) | NetworkCarrierNameKey = attribute.Key("network.carrier.name") constant NetworkConnectionStateKey (line 10379) | NetworkConnectionStateKey = attribute.Key("network.connection.state") constant NetworkConnectionSubtypeKey (line 10392) | NetworkConnectionSubtypeKey = attribute.Key("network.connection.subtype") constant NetworkConnectionTypeKey (line 10403) | NetworkConnectionTypeKey = attribute.Key("network.connection.type") constant NetworkInterfaceNameKey (line 10414) | NetworkInterfaceNameKey = attribute.Key("network.interface.name") constant NetworkIODirectionKey (line 10425) | NetworkIODirectionKey = attribute.Key("network.io.direction") constant NetworkLocalAddressKey (line 10436) | NetworkLocalAddressKey = attribute.Key("network.local.address") constant NetworkLocalPortKey (line 10447) | NetworkLocalPortKey = attribute.Key("network.local.port") constant NetworkPeerAddressKey (line 10458) | NetworkPeerAddressKey = attribute.Key("network.peer.address") constant NetworkPeerPortKey (line 10469) | NetworkPeerPortKey = attribute.Key("network.peer.port") constant NetworkProtocolNameKey (line 10483) | NetworkProtocolNameKey = attribute.Key("network.protocol.name") constant NetworkProtocolVersionKey (line 10499) | NetworkProtocolVersionKey = attribute.Key("network.protocol.version") constant NetworkTransportKey (line 10518) | NetworkTransportKey = attribute.Key("network.transport") constant NetworkTypeKey (line 10531) | NetworkTypeKey = attribute.Key("network.type") function NetworkCarrierICC (line 10537) | func NetworkCarrierICC(val string) attribute.KeyValue { function NetworkCarrierMCC (line 10544) | func NetworkCarrierMCC(val string) attribute.KeyValue { function NetworkCarrierMNC (line 10551) | func NetworkCarrierMNC(val string) attribute.KeyValue { function NetworkCarrierName (line 10558) | func NetworkCarrierName(val string) attribute.KeyValue { function NetworkInterfaceName (line 10565) | func NetworkInterfaceName(val string) attribute.KeyValue { function NetworkLocalAddress (line 10572) | func NetworkLocalAddress(val string) attribute.KeyValue { function NetworkLocalPort (line 10579) | func NetworkLocalPort(val int) attribute.KeyValue { function NetworkPeerAddress (line 10586) | func NetworkPeerAddress(val string) attribute.KeyValue { function NetworkPeerPort (line 10593) | func NetworkPeerPort(val int) attribute.KeyValue { function NetworkProtocolName (line 10602) | func NetworkProtocolName(val string) attribute.KeyValue { function NetworkProtocolVersion (line 10609) | func NetworkProtocolVersion(val string) attribute.KeyValue { constant OCIManifestDigestKey (line 10795) | OCIManifestDigestKey = attribute.Key("oci.manifest.digest") function OCIManifestDigest (line 10802) | func OCIManifestDigest(val string) attribute.KeyValue { constant OpenAIRequestServiceTierKey (line 10817) | OpenAIRequestServiceTierKey = attribute.Key("openai.request.service_tier") constant OpenAIResponseServiceTierKey (line 10828) | OpenAIResponseServiceTierKey = attribute.Key("openai.response.service_ti... constant OpenAIResponseSystemFingerprintKey (line 10839) | OpenAIResponseSystemFingerprintKey = attribute.Key("openai.response.syst... function OpenAIResponseServiceTier (line 10845) | func OpenAIResponseServiceTier(val string) attribute.KeyValue { function OpenAIResponseSystemFingerprint (line 10852) | func OpenAIResponseSystemFingerprint(val string) attribute.KeyValue { constant OpenTracingRefTypeKey (line 10878) | OpenTracingRefTypeKey = attribute.Key("opentracing.ref_type") constant OSBuildIDKey (line 10902) | OSBuildIDKey = attribute.Key("os.build_id") constant OSDescriptionKey (line 10914) | OSDescriptionKey = attribute.Key("os.description") constant OSNameKey (line 10924) | OSNameKey = attribute.Key("os.name") constant OSTypeKey (line 10934) | OSTypeKey = attribute.Key("os.type") constant OSVersionKey (line 10947) | OSVersionKey = attribute.Key("os.version") function OSBuildID (line 10953) | func OSBuildID(val string) attribute.KeyValue { function OSDescription (line 10961) | func OSDescription(val string) attribute.KeyValue { function OSName (line 10967) | func OSName(val string) attribute.KeyValue { function OSVersion (line 10976) | func OSVersion(val string) attribute.KeyValue { constant OTelComponentNameKey (line 11051) | OTelComponentNameKey = attribute.Key("otel.component.name") constant OTelComponentTypeKey (line 11065) | OTelComponentTypeKey = attribute.Key("otel.component.type") constant OTelScopeNameKey (line 11076) | OTelScopeNameKey = attribute.Key("otel.scope.name") constant OTelScopeSchemaURLKey (line 11087) | OTelScopeSchemaURLKey = attribute.Key("otel.scope.schema_url") constant OTelScopeVersionKey (line 11098) | OTelScopeVersionKey = attribute.Key("otel.scope.version") constant OTelSpanParentOriginKey (line 11112) | OTelSpanParentOriginKey = attribute.Key("otel.span.parent.origin") constant OTelSpanSamplingResultKey (line 11123) | OTelSpanSamplingResultKey = attribute.Key("otel.span.sampling_result") constant OTelStatusCodeKey (line 11134) | OTelStatusCodeKey = attribute.Key("otel.status_code") constant OTelStatusDescriptionKey (line 11145) | OTelStatusDescriptionKey = attribute.Key("otel.status_description") function OTelComponentName (line 11152) | func OTelComponentName(val string) attribute.KeyValue { function OTelScopeName (line 11159) | func OTelScopeName(val string) attribute.KeyValue { function OTelScopeSchemaURL (line 11166) | func OTelScopeSchemaURL(val string) attribute.KeyValue { function OTelScopeVersion (line 11173) | func OTelScopeVersion(val string) attribute.KeyValue { function OTelStatusDescription (line 11180) | func OTelStatusDescription(val string) attribute.KeyValue { constant PeerServiceKey (line 11307) | PeerServiceKey = attribute.Key("peer.service") function PeerService (line 11316) | func PeerService(val string) attribute.KeyValue { constant ProcessArgsCountKey (line 11334) | ProcessArgsCountKey = attribute.Key("process.args_count") constant ProcessCommandKey (line 11347) | ProcessCommandKey = attribute.Key("process.command") constant ProcessCommandArgsKey (line 11363) | ProcessCommandArgsKey = attribute.Key("process.command_args") constant ProcessCommandLineKey (line 11378) | ProcessCommandLineKey = attribute.Key("process.command_line") constant ProcessContextSwitchTypeKey (line 11390) | ProcessContextSwitchTypeKey = attribute.Key("process.context_switch_type") constant ProcessCreationTimeKey (line 11401) | ProcessCreationTimeKey = attribute.Key("process.creation.time") constant ProcessExecutableBuildIDGNUKey (line 11412) | ProcessExecutableBuildIDGNUKey = attribute.Key("process.executable.build... constant ProcessExecutableBuildIDGoKey (line 11424) | ProcessExecutableBuildIDGoKey = attribute.Key("process.executable.build_... constant ProcessExecutableBuildIDHtlhashKey (line 11436) | ProcessExecutableBuildIDHtlhashKey = attribute.Key("process.executable.b... constant ProcessExecutableNameKey (line 11449) | ProcessExecutableNameKey = attribute.Key("process.executable.name") constant ProcessExecutablePathKey (line 11462) | ProcessExecutablePathKey = attribute.Key("process.executable.path") constant ProcessExitCodeKey (line 11472) | ProcessExitCodeKey = attribute.Key("process.exit.code") constant ProcessExitTimeKey (line 11483) | ProcessExitTimeKey = attribute.Key("process.exit.time") constant ProcessGroupLeaderPIDKey (line 11495) | ProcessGroupLeaderPIDKey = attribute.Key("process.group_leader.pid") constant ProcessInteractiveKey (line 11506) | ProcessInteractiveKey = attribute.Key("process.interactive") constant ProcessLinuxCgroupKey (line 11524) | ProcessLinuxCgroupKey = attribute.Key("process.linux.cgroup") constant ProcessOwnerKey (line 11535) | ProcessOwnerKey = attribute.Key("process.owner") constant ProcessPagingFaultTypeKey (line 11547) | ProcessPagingFaultTypeKey = attribute.Key("process.paging.fault_type") constant ProcessParentPIDKey (line 11558) | ProcessParentPIDKey = attribute.Key("process.parent_pid") constant ProcessPIDKey (line 11568) | ProcessPIDKey = attribute.Key("process.pid") constant ProcessRealUserIDKey (line 11579) | ProcessRealUserIDKey = attribute.Key("process.real_user.id") constant ProcessRealUserNameKey (line 11590) | ProcessRealUserNameKey = attribute.Key("process.real_user.name") constant ProcessRuntimeDescriptionKey (line 11602) | ProcessRuntimeDescriptionKey = attribute.Key("process.runtime.description") constant ProcessRuntimeNameKey (line 11613) | ProcessRuntimeNameKey = attribute.Key("process.runtime.name") constant ProcessRuntimeVersionKey (line 11624) | ProcessRuntimeVersionKey = attribute.Key("process.runtime.version") constant ProcessSavedUserIDKey (line 11635) | ProcessSavedUserIDKey = attribute.Key("process.saved_user.id") constant ProcessSavedUserNameKey (line 11646) | ProcessSavedUserNameKey = attribute.Key("process.saved_user.name") constant ProcessSessionLeaderPIDKey (line 11658) | ProcessSessionLeaderPIDKey = attribute.Key("process.session_leader.pid") constant ProcessTitleKey (line 11671) | ProcessTitleKey = attribute.Key("process.title") constant ProcessUserIDKey (line 11682) | ProcessUserIDKey = attribute.Key("process.user.id") constant ProcessUserNameKey (line 11693) | ProcessUserNameKey = attribute.Key("process.user.name") constant ProcessVpidKey (line 11706) | ProcessVpidKey = attribute.Key("process.vpid") constant ProcessWorkingDirectoryKey (line 11717) | ProcessWorkingDirectoryKey = attribute.Key("process.working_directory") function ProcessArgsCount (line 11723) | func ProcessArgsCount(val int) attribute.KeyValue { function ProcessCommand (line 11732) | func ProcessCommand(val string) attribute.KeyValue { function ProcessCommandArgs (line 11744) | func ProcessCommandArgs(val ...string) attribute.KeyValue { function ProcessCommandLine (line 11755) | func ProcessCommandLine(val string) attribute.KeyValue { function ProcessCreationTime (line 11762) | func ProcessCreationTime(val string) attribute.KeyValue { function ProcessEnvironmentVariable (line 11770) | func ProcessEnvironmentVariable(key string, val string) attribute.KeyVal... function ProcessExecutableBuildIDGNU (line 11777) | func ProcessExecutableBuildIDGNU(val string) attribute.KeyValue { function ProcessExecutableBuildIDGo (line 11784) | func ProcessExecutableBuildIDGo(val string) attribute.KeyValue { function ProcessExecutableBuildIDHtlhash (line 11792) | func ProcessExecutableBuildIDHtlhash(val string) attribute.KeyValue { function ProcessExecutableName (line 11801) | func ProcessExecutableName(val string) attribute.KeyValue { function ProcessExecutablePath (line 11810) | func ProcessExecutablePath(val string) attribute.KeyValue { function ProcessExitCode (line 11817) | func ProcessExitCode(val int) attribute.KeyValue { function ProcessExitTime (line 11824) | func ProcessExitTime(val string) attribute.KeyValue { function ProcessGroupLeaderPID (line 11832) | func ProcessGroupLeaderPID(val int) attribute.KeyValue { function ProcessInteractive (line 11839) | func ProcessInteractive(val bool) attribute.KeyValue { function ProcessLinuxCgroup (line 11846) | func ProcessLinuxCgroup(val string) attribute.KeyValue { function ProcessOwner (line 11853) | func ProcessOwner(val string) attribute.KeyValue { function ProcessParentPID (line 11860) | func ProcessParentPID(val int) attribute.KeyValue { function ProcessPID (line 11866) | func ProcessPID(val int) attribute.KeyValue { function ProcessRealUserID (line 11873) | func ProcessRealUserID(val int) attribute.KeyValue { function ProcessRealUserName (line 11880) | func ProcessRealUserName(val string) attribute.KeyValue { function ProcessRuntimeDescription (line 11888) | func ProcessRuntimeDescription(val string) attribute.KeyValue { function ProcessRuntimeName (line 11895) | func ProcessRuntimeName(val string) attribute.KeyValue { function ProcessRuntimeVersion (line 11902) | func ProcessRuntimeVersion(val string) attribute.KeyValue { function ProcessSavedUserID (line 11909) | func ProcessSavedUserID(val int) attribute.KeyValue { function ProcessSavedUserName (line 11916) | func ProcessSavedUserName(val string) attribute.KeyValue { function ProcessSessionLeaderPID (line 11924) | func ProcessSessionLeaderPID(val int) attribute.KeyValue { function ProcessTitle (line 11930) | func ProcessTitle(val string) attribute.KeyValue { function ProcessUserID (line 11937) | func ProcessUserID(val int) attribute.KeyValue { function ProcessUserName (line 11944) | func ProcessUserName(val string) attribute.KeyValue { function ProcessVpid (line 11950) | func ProcessVpid(val int) attribute.KeyValue { function ProcessWorkingDirectory (line 11957) | func ProcessWorkingDirectory(val string) attribute.KeyValue { constant ProfileFrameTypeKey (line 11992) | ProfileFrameTypeKey = attribute.Key("profile.frame.type") constant RPCConnectRPCErrorCodeKey (line 12088) | RPCConnectRPCErrorCodeKey = attribute.Key("rpc.connect_rpc.error_code") constant RPCGRPCStatusCodeKey (line 12101) | RPCGRPCStatusCodeKey = attribute.Key("rpc.grpc.status_code") constant RPCJSONRPCErrorCodeKey (line 12112) | RPCJSONRPCErrorCodeKey = attribute.Key("rpc.jsonrpc.error_code") constant RPCJSONRPCErrorMessageKey (line 12123) | RPCJSONRPCErrorMessageKey = attribute.Key("rpc.jsonrpc.error_message") constant RPCJSONRPCRequestIDKey (line 12137) | RPCJSONRPCRequestIDKey = attribute.Key("rpc.jsonrpc.request_id") constant RPCJSONRPCVersionKey (line 12149) | RPCJSONRPCVersionKey = attribute.Key("rpc.jsonrpc.version") constant RPCMessageCompressedSizeKey (line 12160) | RPCMessageCompressedSizeKey = attribute.Key("rpc.message.compressed_size") constant RPCMessageIDKey (line 12173) | RPCMessageIDKey = attribute.Key("rpc.message.id") constant RPCMessageTypeKey (line 12184) | RPCMessageTypeKey = attribute.Key("rpc.message.type") constant RPCMessageUncompressedSizeKey (line 12195) | RPCMessageUncompressedSizeKey = attribute.Key("rpc.message.uncompressed_... constant RPCMethodKey (line 12211) | RPCMethodKey = attribute.Key("rpc.method") constant RPCServiceKey (line 12228) | RPCServiceKey = attribute.Key("rpc.service") constant RPCSystemKey (line 12239) | RPCSystemKey = attribute.Key("rpc.system") function RPCConnectRPCRequestMetadata (line 12246) | func RPCConnectRPCRequestMetadata(key string, val ...string) attribute.K... function RPCConnectRPCResponseMetadata (line 12254) | func RPCConnectRPCResponseMetadata(key string, val ...string) attribute.... function RPCGRPCRequestMetadata (line 12262) | func RPCGRPCRequestMetadata(key string, val ...string) attribute.KeyValue { function RPCGRPCResponseMetadata (line 12270) | func RPCGRPCResponseMetadata(key string, val ...string) attribute.KeyVal... function RPCJSONRPCErrorCode (line 12277) | func RPCJSONRPCErrorCode(val int) attribute.KeyValue { function RPCJSONRPCErrorMessage (line 12284) | func RPCJSONRPCErrorMessage(val string) attribute.KeyValue { function RPCJSONRPCRequestID (line 12294) | func RPCJSONRPCRequestID(val string) attribute.KeyValue { function RPCJSONRPCVersion (line 12302) | func RPCJSONRPCVersion(val string) attribute.KeyValue { function RPCMessageCompressedSize (line 12309) | func RPCMessageCompressedSize(val int) attribute.KeyValue { function RPCMessageID (line 12316) | func RPCMessageID(val int) attribute.KeyValue { function RPCMessageUncompressedSize (line 12323) | func RPCMessageUncompressedSize(val int) attribute.KeyValue { function RPCMethod (line 12330) | func RPCMethod(val string) attribute.KeyValue { function RPCService (line 12337) | func RPCService(val string) attribute.KeyValue { constant SecurityRuleCategoryKey (line 12488) | SecurityRuleCategoryKey = attribute.Key("security_rule.category") constant SecurityRuleDescriptionKey (line 12499) | SecurityRuleDescriptionKey = attribute.Key("security_rule.description") constant SecurityRuleLicenseKey (line 12510) | SecurityRuleLicenseKey = attribute.Key("security_rule.license") constant SecurityRuleNameKey (line 12521) | SecurityRuleNameKey = attribute.Key("security_rule.name") constant SecurityRuleReferenceKey (line 12535) | SecurityRuleReferenceKey = attribute.Key("security_rule.reference") constant SecurityRuleRulesetNameKey (line 12547) | SecurityRuleRulesetNameKey = attribute.Key("security_rule.ruleset.name") constant SecurityRuleUUIDKey (line 12559) | SecurityRuleUUIDKey = attribute.Key("security_rule.uuid") constant SecurityRuleVersionKey (line 12570) | SecurityRuleVersionKey = attribute.Key("security_rule.version") function SecurityRuleCategory (line 12576) | func SecurityRuleCategory(val string) attribute.KeyValue { function SecurityRuleDescription (line 12583) | func SecurityRuleDescription(val string) attribute.KeyValue { function SecurityRuleLicense (line 12590) | func SecurityRuleLicense(val string) attribute.KeyValue { function SecurityRuleName (line 12597) | func SecurityRuleName(val string) attribute.KeyValue { function SecurityRuleReference (line 12604) | func SecurityRuleReference(val string) attribute.KeyValue { function SecurityRuleRulesetName (line 12612) | func SecurityRuleRulesetName(val string) attribute.KeyValue { function SecurityRuleUUID (line 12620) | func SecurityRuleUUID(val string) attribute.KeyValue { function SecurityRuleVersion (line 12627) | func SecurityRuleVersion(val string) attribute.KeyValue { constant ServerAddressKey (line 12645) | ServerAddressKey = attribute.Key("server.address") constant ServerPortKey (line 12658) | ServerPortKey = attribute.Key("server.port") function ServerAddress (line 12664) | func ServerAddress(val string) attribute.KeyValue { function ServerPort (line 12670) | func ServerPort(val int) attribute.KeyValue { constant ServiceInstanceIDKey (line 12731) | ServiceInstanceIDKey = attribute.Key("service.instance.id") constant ServiceNameKey (line 12748) | ServiceNameKey = attribute.Key("service.name") constant ServiceNamespaceKey (line 12767) | ServiceNamespaceKey = attribute.Key("service.namespace") constant ServiceVersionKey (line 12778) | ServiceVersionKey = attribute.Key("service.version") function ServiceInstanceID (line 12784) | func ServiceInstanceID(val string) attribute.KeyValue { function ServiceName (line 12790) | func ServiceName(val string) attribute.KeyValue { function ServiceNamespace (line 12797) | func ServiceNamespace(val string) attribute.KeyValue { function ServiceVersion (line 12805) | func ServiceVersion(val string) attribute.KeyValue { constant SessionIDKey (line 12819) | SessionIDKey = attribute.Key("session.id") constant SessionPreviousIDKey (line 12830) | SessionPreviousIDKey = attribute.Key("session.previous_id") function SessionID (line 12835) | func SessionID(val string) attribute.KeyValue { function SessionPreviousID (line 12842) | func SessionPreviousID(val string) attribute.KeyValue { constant SignalRConnectionStatusKey (line 12857) | SignalRConnectionStatusKey = attribute.Key("signalr.connection.status") constant SignalRTransportKey (line 12870) | SignalRTransportKey = attribute.Key("signalr.transport") constant SourceAddressKey (line 12914) | SourceAddressKey = attribute.Key("source.address") constant SourcePortKey (line 12924) | SourcePortKey = attribute.Key("source.port") function SourceAddress (line 12931) | func SourceAddress(val string) attribute.KeyValue { function SourcePort (line 12937) | func SourcePort(val int) attribute.KeyValue { constant SystemCPULogicalNumberKey (line 12952) | SystemCPULogicalNumberKey = attribute.Key("system.cpu.logical_number") constant SystemDeviceKey (line 12962) | SystemDeviceKey = attribute.Key("system.device") constant SystemFilesystemModeKey (line 12973) | SystemFilesystemModeKey = attribute.Key("system.filesystem.mode") constant SystemFilesystemMountpointKey (line 12984) | SystemFilesystemMountpointKey = attribute.Key("system.filesystem.mountpo... constant SystemFilesystemStateKey (line 12995) | SystemFilesystemStateKey = attribute.Key("system.filesystem.state") constant SystemFilesystemTypeKey (line 13006) | SystemFilesystemTypeKey = attribute.Key("system.filesystem.type") constant SystemMemoryStateKey (line 13016) | SystemMemoryStateKey = attribute.Key("system.memory.state") constant SystemPagingDirectionKey (line 13027) | SystemPagingDirectionKey = attribute.Key("system.paging.direction") constant SystemPagingStateKey (line 13038) | SystemPagingStateKey = attribute.Key("system.paging.state") constant SystemPagingTypeKey (line 13049) | SystemPagingTypeKey = attribute.Key("system.paging.type") constant SystemProcessStatusKey (line 13062) | SystemProcessStatusKey = attribute.Key("system.process.status") function SystemCPULogicalNumber (line 13068) | func SystemCPULogicalNumber(val int) attribute.KeyValue { function SystemDevice (line 13074) | func SystemDevice(val string) attribute.KeyValue { function SystemFilesystemMode (line 13081) | func SystemFilesystemMode(val string) attribute.KeyValue { function SystemFilesystemMountpoint (line 13088) | func SystemFilesystemMountpoint(val string) attribute.KeyValue { constant TelemetryDistroNameKey (line 13204) | TelemetryDistroNameKey = attribute.Key("telemetry.distro.name") constant TelemetryDistroVersionKey (line 13215) | TelemetryDistroVersionKey = attribute.Key("telemetry.distro.version") constant TelemetrySDKLanguageKey (line 13226) | TelemetrySDKLanguageKey = attribute.Key("telemetry.sdk.language") constant TelemetrySDKNameKey (line 13247) | TelemetrySDKNameKey = attribute.Key("telemetry.sdk.name") constant TelemetrySDKVersionKey (line 13258) | TelemetrySDKVersionKey = attribute.Key("telemetry.sdk.version") function TelemetryDistroName (line 13264) | func TelemetryDistroName(val string) attribute.KeyValue { function TelemetryDistroVersion (line 13271) | func TelemetryDistroVersion(val string) attribute.KeyValue { function TelemetrySDKName (line 13278) | func TelemetrySDKName(val string) attribute.KeyValue { function TelemetrySDKVersion (line 13285) | func TelemetrySDKVersion(val string) attribute.KeyValue { constant TestCaseNameKey (line 13343) | TestCaseNameKey = attribute.Key("test.case.name") constant TestCaseResultStatusKey (line 13354) | TestCaseResultStatusKey = attribute.Key("test.case.result.status") constant TestSuiteNameKey (line 13367) | TestSuiteNameKey = attribute.Key("test.suite.name") constant TestSuiteRunStatusKey (line 13379) | TestSuiteRunStatusKey = attribute.Key("test.suite.run.status") function TestCaseName (line 13387) | func TestCaseName(val string) attribute.KeyValue { function TestSuiteName (line 13396) | func TestSuiteName(val string) attribute.KeyValue { constant ThreadIDKey (line 13441) | ThreadIDKey = attribute.Key("thread.id") constant ThreadNameKey (line 13451) | ThreadNameKey = attribute.Key("thread.name") function ThreadID (line 13457) | func ThreadID(val int) attribute.KeyValue { function ThreadName (line 13463) | func ThreadName(val string) attribute.KeyValue { constant TLSCipherKey (line 13484) | TLSCipherKey = attribute.Key("tls.cipher") constant TLSClientCertificateKey (line 13497) | TLSClientCertificateKey = attribute.Key("tls.client.certificate") constant TLSClientCertificateChainKey (line 13510) | TLSClientCertificateChainKey = attribute.Key("tls.client.certificate_cha... constant TLSClientHashMd5Key (line 13523) | TLSClientHashMd5Key = attribute.Key("tls.client.hash.md5") constant TLSClientHashSha1Key (line 13536) | TLSClientHashSha1Key = attribute.Key("tls.client.hash.sha1") constant TLSClientHashSha256Key (line 13549) | TLSClientHashSha256Key = attribute.Key("tls.client.hash.sha256") constant TLSClientIssuerKey (line 13562) | TLSClientIssuerKey = attribute.Key("tls.client.issuer") constant TLSClientJa3Key (line 13573) | TLSClientJa3Key = attribute.Key("tls.client.ja3") constant TLSClientNotAfterKey (line 13584) | TLSClientNotAfterKey = attribute.Key("tls.client.not_after") constant TLSClientNotBeforeKey (line 13595) | TLSClientNotBeforeKey = attribute.Key("tls.client.not_before") constant TLSClientSubjectKey (line 13606) | TLSClientSubjectKey = attribute.Key("tls.client.subject") constant TLSClientSupportedCiphersKey (line 13618) | TLSClientSupportedCiphersKey = attribute.Key("tls.client.supported_ciphe... constant TLSCurveKey (line 13629) | TLSCurveKey = attribute.Key("tls.curve") constant TLSEstablishedKey (line 13640) | TLSEstablishedKey = attribute.Key("tls.established") constant TLSNextProtocolKey (line 13654) | TLSNextProtocolKey = attribute.Key("tls.next_protocol") constant TLSProtocolNameKey (line 13667) | TLSProtocolNameKey = attribute.Key("tls.protocol.name") constant TLSProtocolVersionKey (line 13681) | TLSProtocolVersionKey = attribute.Key("tls.protocol.version") constant TLSResumedKey (line 13692) | TLSResumedKey = attribute.Key("tls.resumed") constant TLSServerCertificateKey (line 13705) | TLSServerCertificateKey = attribute.Key("tls.server.certificate") constant TLSServerCertificateChainKey (line 13718) | TLSServerCertificateChainKey = attribute.Key("tls.server.certificate_cha... constant TLSServerHashMd5Key (line 13731) | TLSServerHashMd5Key = attribute.Key("tls.server.hash.md5") constant TLSServerHashSha1Key (line 13744) | TLSServerHashSha1Key = attribute.Key("tls.server.hash.sha1") constant TLSServerHashSha256Key (line 13757) | TLSServerHashSha256Key = attribute.Key("tls.server.hash.sha256") constant TLSServerIssuerKey (line 13770) | TLSServerIssuerKey = attribute.Key("tls.server.issuer") constant TLSServerJa3sKey (line 13781) | TLSServerJa3sKey = attribute.Key("tls.server.ja3s") constant TLSServerNotAfterKey (line 13792) | TLSServerNotAfterKey = attribute.Key("tls.server.not_after") constant TLSServerNotBeforeKey (line 13803) | TLSServerNotBeforeKey = attribute.Key("tls.server.not_before") constant TLSServerSubjectKey (line 13814) | TLSServerSubjectKey = attribute.Key("tls.server.subject") function TLSCipher (line 13822) | func TLSCipher(val string) attribute.KeyValue { function TLSClientCertificate (line 13831) | func TLSClientCertificate(val string) attribute.KeyValue { function TLSClientCertificateChain (line 13840) | func TLSClientCertificateChain(val ...string) attribute.KeyValue { function TLSClientHashMd5 (line 13849) | func TLSClientHashMd5(val string) attribute.KeyValue { function TLSClientHashSha1 (line 13858) | func TLSClientHashSha1(val string) attribute.KeyValue { function TLSClientHashSha256 (line 13867) | func TLSClientHashSha256(val string) attribute.KeyValue { function TLSClientIssuer (line 13876) | func TLSClientIssuer(val string) attribute.KeyValue { function TLSClientJa3 (line 13883) | func TLSClientJa3(val string) attribute.KeyValue { function TLSClientNotAfter (line 13890) | func TLSClientNotAfter(val string) attribute.KeyValue { function TLSClientNotBefore (line 13897) | func TLSClientNotBefore(val string) attribute.KeyValue { function TLSClientSubject (line 13904) | func TLSClientSubject(val string) attribute.KeyValue { function TLSClientSupportedCiphers (line 13911) | func TLSClientSupportedCiphers(val ...string) attribute.KeyValue { function TLSCurve (line 13918) | func TLSCurve(val string) attribute.KeyValue { function TLSEstablished (line 13926) | func TLSEstablished(val bool) attribute.KeyValue { function TLSNextProtocol (line 13936) | func TLSNextProtocol(val string) attribute.KeyValue { function TLSProtocolVersion (line 13946) | func TLSProtocolVersion(val string) attribute.KeyValue { function TLSResumed (line 13953) | func TLSResumed(val bool) attribute.KeyValue { function TLSServerCertificate (line 13962) | func TLSServerCertificate(val string) attribute.KeyValue { function TLSServerCertificateChain (line 13971) | func TLSServerCertificateChain(val ...string) attribute.KeyValue { function TLSServerHashMd5 (line 13980) | func TLSServerHashMd5(val string) attribute.KeyValue { function TLSServerHashSha1 (line 13989) | func TLSServerHashSha1(val string) attribute.KeyValue { function TLSServerHashSha256 (line 13998) | func TLSServerHashSha256(val string) attribute.KeyValue { function TLSServerIssuer (line 14007) | func TLSServerIssuer(val string) attribute.KeyValue { function TLSServerJa3s (line 14014) | func TLSServerJa3s(val string) attribute.KeyValue { function TLSServerNotAfter (line 14021) | func TLSServerNotAfter(val string) attribute.KeyValue { function TLSServerNotBefore (line 14028) | func TLSServerNotBefore(val string) attribute.KeyValue { function TLSServerSubject (line 14035) | func TLSServerSubject(val string) attribute.KeyValue { constant URLDomainKey (line 14067) | URLDomainKey = attribute.Key("url.domain") constant URLExtensionKey (line 14081) | URLExtensionKey = attribute.Key("url.extension") constant URLFragmentKey (line 14093) | URLFragmentKey = attribute.Key("url.fragment") constant URLFullKey (line 14141) | URLFullKey = attribute.Key("url.full") constant URLOriginalKey (line 14159) | URLOriginalKey = attribute.Key("url.original") constant URLPathKey (line 14173) | URLPathKey = attribute.Key("url.path") constant URLPortKey (line 14183) | URLPortKey = attribute.Key("url.port") constant URLQueryKey (line 14216) | URLQueryKey = attribute.Key("url.query") constant URLRegisteredDomainKey (line 14233) | URLRegisteredDomainKey = attribute.Key("url.registered_domain") constant URLSchemeKey (line 14246) | URLSchemeKey = attribute.Key("url.scheme") constant URLSubdomainKey (line 14263) | URLSubdomainKey = attribute.Key("url.subdomain") constant URLTemplateKey (line 14276) | URLTemplateKey = attribute.Key("url.template") constant URLTopLevelDomainKey (line 14291) | URLTopLevelDomainKey = attribute.Key("url.top_level_domain") function URLDomain (line 14297) | func URLDomain(val string) attribute.KeyValue { function URLExtension (line 14304) | func URLExtension(val string) attribute.KeyValue { function URLFragment (line 14312) | func URLFragment(val string) attribute.KeyValue { function URLFull (line 14321) | func URLFull(val string) attribute.KeyValue { function URLOriginal (line 14328) | func URLOriginal(val string) attribute.KeyValue { function URLPath (line 14336) | func URLPath(val string) attribute.KeyValue { function URLPort (line 14342) | func URLPort(val int) attribute.KeyValue { function URLQuery (line 14350) | func URLQuery(val string) attribute.KeyValue { function URLRegisteredDomain (line 14357) | func URLRegisteredDomain(val string) attribute.KeyValue { function URLScheme (line 14366) | func URLScheme(val string) attribute.KeyValue { function URLSubdomain (line 14376) | func URLSubdomain(val string) attribute.KeyValue { function URLTemplate (line 14385) | func URLTemplate(val string) attribute.KeyValue { function URLTopLevelDomain (line 14393) | func URLTopLevelDomain(val string) attribute.KeyValue { constant UserEmailKey (line 14407) | UserEmailKey = attribute.Key("user.email") constant UserFullNameKey (line 14417) | UserFullNameKey = attribute.Key("user.full_name") constant UserHashKey (line 14430) | UserHashKey = attribute.Key("user.hash") constant UserIDKey (line 14440) | UserIDKey = attribute.Key("user.id") constant UserNameKey (line 14450) | UserNameKey = attribute.Key("user.name") constant UserRolesKey (line 14460) | UserRolesKey = attribute.Key("user.roles") function UserEmail (line 14465) | func UserEmail(val string) attribute.KeyValue { function UserFullName (line 14471) | func UserFullName(val string) attribute.KeyValue { function UserHash (line 14478) | func UserHash(val string) attribute.KeyValue { function UserID (line 14484) | func UserID(val string) attribute.KeyValue { function UserName (line 14490) | func UserName(val string) attribute.KeyValue { function UserRoles (line 14497) | func UserRoles(val ...string) attribute.KeyValue { constant UserAgentNameKey (line 14519) | UserAgentNameKey = attribute.Key("user_agent.name") constant UserAgentOriginalKey (line 14535) | UserAgentOriginalKey = attribute.Key("user_agent.original") constant UserAgentOSNameKey (line 14550) | UserAgentOSNameKey = attribute.Key("user_agent.os.name") constant UserAgentOSVersionKey (line 14566) | UserAgentOSVersionKey = attribute.Key("user_agent.os.version") constant UserAgentSyntheticTypeKey (line 14584) | UserAgentSyntheticTypeKey = attribute.Key("user_agent.synthetic.type") constant UserAgentVersionKey (line 14602) | UserAgentVersionKey = attribute.Key("user_agent.version") function UserAgentName (line 14608) | func UserAgentName(val string) attribute.KeyValue { function UserAgentOriginal (line 14617) | func UserAgentOriginal(val string) attribute.KeyValue { function UserAgentOSName (line 14624) | func UserAgentOSName(val string) attribute.KeyValue { function UserAgentOSVersion (line 14633) | func UserAgentOSVersion(val string) attribute.KeyValue { function UserAgentVersion (line 14640) | func UserAgentVersion(val string) attribute.KeyValue { constant VCSChangeIDKey (line 14666) | VCSChangeIDKey = attribute.Key("vcs.change.id") constant VCSChangeStateKey (line 14677) | VCSChangeStateKey = attribute.Key("vcs.change.state") constant VCSChangeTitleKey (line 14690) | VCSChangeTitleKey = attribute.Key("vcs.change.title") constant VCSLineChangeTypeKey (line 14701) | VCSLineChangeTypeKey = attribute.Key("vcs.line_change.type") constant VCSOwnerNameKey (line 14712) | VCSOwnerNameKey = attribute.Key("vcs.owner.name") constant VCSProviderNameKey (line 14723) | VCSProviderNameKey = attribute.Key("vcs.provider.name") constant VCSRefBaseNameKey (line 14739) | VCSRefBaseNameKey = attribute.Key("vcs.ref.base.name") constant VCSRefBaseRevisionKey (line 14772) | VCSRefBaseRevisionKey = attribute.Key("vcs.ref.base.revision") constant VCSRefBaseTypeKey (line 14788) | VCSRefBaseTypeKey = attribute.Key("vcs.ref.base.type") constant VCSRefHeadNameKey (line 14803) | VCSRefHeadNameKey = attribute.Key("vcs.ref.head.name") constant VCSRefHeadRevisionKey (line 14834) | VCSRefHeadRevisionKey = attribute.Key("vcs.ref.head.revision") constant VCSRefHeadTypeKey (line 14849) | VCSRefHeadTypeKey = attribute.Key("vcs.ref.head.type") constant VCSRefTypeKey (line 14861) | VCSRefTypeKey = attribute.Key("vcs.ref.type") constant VCSRepositoryNameKey (line 14876) | VCSRepositoryNameKey = attribute.Key("vcs.repository.name") constant VCSRepositoryURLFullKey (line 14894) | VCSRepositoryURLFullKey = attribute.Key("vcs.repository.url.full") constant VCSRevisionDeltaDirectionKey (line 14905) | VCSRevisionDeltaDirectionKey = attribute.Key("vcs.revision_delta.directi... function VCSChangeID (line 14912) | func VCSChangeID(val string) attribute.KeyValue { function VCSChangeTitle (line 14921) | func VCSChangeTitle(val string) attribute.KeyValue { function VCSOwnerName (line 14928) | func VCSOwnerName(val string) attribute.KeyValue { function VCSRefBaseName (line 14937) | func VCSRefBaseName(val string) attribute.KeyValue { function VCSRefBaseRevision (line 14947) | func VCSRefBaseRevision(val string) attribute.KeyValue { function VCSRefHeadName (line 14956) | func VCSRefHeadName(val string) attribute.KeyValue { function VCSRefHeadRevision (line 14966) | func VCSRefHeadRevision(val string) attribute.KeyValue { function VCSRepositoryName (line 14974) | func VCSRepositoryName(val string) attribute.KeyValue { function VCSRepositoryURLFull (line 14984) | func VCSRepositoryURLFull(val string) attribute.KeyValue { constant WebEngineDescriptionKey (line 15110) | WebEngineDescriptionKey = attribute.Key("webengine.description") constant WebEngineNameKey (line 15120) | WebEngineNameKey = attribute.Key("webengine.name") constant WebEngineVersionKey (line 15131) | WebEngineVersionKey = attribute.Key("webengine.version") function WebEngineDescription (line 15137) | func WebEngineDescription(val string) attribute.KeyValue { function WebEngineName (line 15143) | func WebEngineName(val string) attribute.KeyValue { function WebEngineVersion (line 15150) | func WebEngineVersion(val string) attribute.KeyValue { constant ZOSSmfIDKey (line 15166) | ZOSSmfIDKey = attribute.Key("zos.smf.id") constant ZOSSysplexNameKey (line 15177) | ZOSSysplexNameKey = attribute.Key("zos.sysplex.name") function ZOSSmfID (line 15184) | func ZOSSmfID(val string) attribute.KeyValue { function ZOSSysplexName (line 15191) | func ZOSSysplexName(val string) attribute.KeyValue { FILE: vendor/go.opentelemetry.io/otel/semconv/v1.37.0/error_type.go function ErrorType (line 25) | func ErrorType(err error) attribute.KeyValue { function errorType (line 33) | func errorType(err error) string { FILE: vendor/go.opentelemetry.io/otel/semconv/v1.37.0/exception.go constant ExceptionEventName (line 8) | ExceptionEventName = "exception" FILE: vendor/go.opentelemetry.io/otel/semconv/v1.37.0/schema.go constant SchemaURL (line 9) | SchemaURL = "https://opentelemetry.io/schemas/1.37.0" FILE: vendor/go.opentelemetry.io/otel/semconv/v1.39.0/attribute_group.go constant AndroidAppStateKey (line 26) | AndroidAppStateKey = attribute.Key("android.app.state") constant AndroidOSAPILevelKey (line 41) | AndroidOSAPILevelKey = attribute.Key("android.os.api_level") function AndroidOSAPILevel (line 51) | func AndroidOSAPILevel(val string) attribute.KeyValue { constant AppBuildIDKey (line 88) | AppBuildIDKey = attribute.Key("app.build_id") constant AppInstallationIDKey (line 131) | AppInstallationIDKey = attribute.Key("app.installation.id") constant AppJankFrameCountKey (line 144) | AppJankFrameCountKey = attribute.Key("app.jank.frame_count") constant AppJankPeriodKey (line 155) | AppJankPeriodKey = attribute.Key("app.jank.period") constant AppJankThresholdKey (line 166) | AppJankThresholdKey = attribute.Key("app.jank.threshold") constant AppScreenCoordinateXKey (line 177) | AppScreenCoordinateXKey = attribute.Key("app.screen.coordinate.x") constant AppScreenCoordinateYKey (line 188) | AppScreenCoordinateYKey = attribute.Key("app.screen.coordinate.y") constant AppScreenIDKey (line 205) | AppScreenIDKey = attribute.Key("app.screen.id") constant AppScreenNameKey (line 220) | AppScreenNameKey = attribute.Key("app.screen.name") constant AppWidgetIDKey (line 233) | AppWidgetIDKey = attribute.Key("app.widget.id") constant AppWidgetNameKey (line 245) | AppWidgetNameKey = attribute.Key("app.widget.name") function AppBuildID (line 251) | func AppBuildID(val string) attribute.KeyValue { function AppInstallationID (line 258) | func AppInstallationID(val string) attribute.KeyValue { function AppJankFrameCount (line 265) | func AppJankFrameCount(val int) attribute.KeyValue { function AppJankPeriod (line 272) | func AppJankPeriod(val float64) attribute.KeyValue { function AppJankThreshold (line 279) | func AppJankThreshold(val float64) attribute.KeyValue { function AppScreenCoordinateX (line 286) | func AppScreenCoordinateX(val int) attribute.KeyValue { function AppScreenCoordinateY (line 293) | func AppScreenCoordinateY(val int) attribute.KeyValue { function AppScreenID (line 300) | func AppScreenID(val string) attribute.KeyValue { function AppScreenName (line 307) | func AppScreenName(val string) attribute.KeyValue { function AppWidgetID (line 314) | func AppWidgetID(val string) attribute.KeyValue { function AppWidgetName (line 321) | func AppWidgetName(val string) attribute.KeyValue { constant ArtifactAttestationFilenameKey (line 342) | ArtifactAttestationFilenameKey = attribute.Key("artifact.attestation.fil... constant ArtifactAttestationHashKey (line 357) | ArtifactAttestationHashKey = attribute.Key("artifact.attestation.hash") constant ArtifactAttestationIDKey (line 370) | ArtifactAttestationIDKey = attribute.Key("artifact.attestation.id") constant ArtifactFilenameKey (line 390) | ArtifactFilenameKey = attribute.Key("artifact.filename") constant ArtifactHashKey (line 412) | ArtifactHashKey = attribute.Key("artifact.hash") constant ArtifactPurlKey (line 428) | ArtifactPurlKey = attribute.Key("artifact.purl") constant ArtifactVersionKey (line 438) | ArtifactVersionKey = attribute.Key("artifact.version") function ArtifactAttestationFilename (line 448) | func ArtifactAttestationFilename(val string) attribute.KeyValue { function ArtifactAttestationHash (line 459) | func ArtifactAttestationHash(val string) attribute.KeyValue { function ArtifactAttestationID (line 468) | func ArtifactAttestationID(val string) attribute.KeyValue { function ArtifactFilename (line 476) | func ArtifactFilename(val string) attribute.KeyValue { function ArtifactHash (line 486) | func ArtifactHash(val string) attribute.KeyValue { function ArtifactPurl (line 497) | func ArtifactPurl(val string) attribute.KeyValue { function ArtifactVersion (line 504) | func ArtifactVersion(val string) attribute.KeyValue { constant AWSBedrockGuardrailIDKey (line 522) | AWSBedrockGuardrailIDKey = attribute.Key("aws.bedrock.guardrail.id") constant AWSBedrockKnowledgeBaseIDKey (line 537) | AWSBedrockKnowledgeBaseIDKey = attribute.Key("aws.bedrock.knowledge_base... constant AWSDynamoDBAttributeDefinitionsKey (line 549) | AWSDynamoDBAttributeDefinitionsKey = attribute.Key("aws.dynamodb.attribu... constant AWSDynamoDBAttributesToGetKey (line 560) | AWSDynamoDBAttributesToGetKey = attribute.Key("aws.dynamodb.attributes_t... constant AWSDynamoDBConsistentReadKey (line 571) | AWSDynamoDBConsistentReadKey = attribute.Key("aws.dynamodb.consistent_re... constant AWSDynamoDBConsumedCapacityKey (line 588) | AWSDynamoDBConsumedCapacityKey = attribute.Key("aws.dynamodb.consumed_ca... constant AWSDynamoDBCountKey (line 599) | AWSDynamoDBCountKey = attribute.Key("aws.dynamodb.count") constant AWSDynamoDBExclusiveStartTableKey (line 610) | AWSDynamoDBExclusiveStartTableKey = attribute.Key("aws.dynamodb.exclusiv... constant AWSDynamoDBGlobalSecondaryIndexUpdatesKey (line 626) | AWSDynamoDBGlobalSecondaryIndexUpdatesKey = attribute.Key("aws.dynamodb.... constant AWSDynamoDBGlobalSecondaryIndexesKey (line 641) | AWSDynamoDBGlobalSecondaryIndexesKey = attribute.Key("aws.dynamodb.globa... constant AWSDynamoDBIndexNameKey (line 652) | AWSDynamoDBIndexNameKey = attribute.Key("aws.dynamodb.index_name") constant AWSDynamoDBItemCollectionMetricsKey (line 666) | AWSDynamoDBItemCollectionMetricsKey = attribute.Key("aws.dynamodb.item_c... constant AWSDynamoDBLimitKey (line 677) | AWSDynamoDBLimitKey = attribute.Key("aws.dynamodb.limit") constant AWSDynamoDBLocalSecondaryIndexesKey (line 692) | AWSDynamoDBLocalSecondaryIndexesKey = attribute.Key("aws.dynamodb.local_... constant AWSDynamoDBProjectionKey (line 704) | AWSDynamoDBProjectionKey = attribute.Key("aws.dynamodb.projection") constant AWSDynamoDBProvisionedReadCapacityKey (line 715) | AWSDynamoDBProvisionedReadCapacityKey = attribute.Key("aws.dynamodb.prov... constant AWSDynamoDBProvisionedWriteCapacityKey (line 727) | AWSDynamoDBProvisionedWriteCapacityKey = attribute.Key("aws.dynamodb.pro... constant AWSDynamoDBScanForwardKey (line 738) | AWSDynamoDBScanForwardKey = attribute.Key("aws.dynamodb.scan_forward") constant AWSDynamoDBScannedCountKey (line 749) | AWSDynamoDBScannedCountKey = attribute.Key("aws.dynamodb.scanned_count") constant AWSDynamoDBSegmentKey (line 760) | AWSDynamoDBSegmentKey = attribute.Key("aws.dynamodb.segment") constant AWSDynamoDBSelectKey (line 771) | AWSDynamoDBSelectKey = attribute.Key("aws.dynamodb.select") constant AWSDynamoDBTableCountKey (line 782) | AWSDynamoDBTableCountKey = attribute.Key("aws.dynamodb.table_count") constant AWSDynamoDBTableNamesKey (line 793) | AWSDynamoDBTableNamesKey = attribute.Key("aws.dynamodb.table_names") constant AWSDynamoDBTotalSegmentsKey (line 804) | AWSDynamoDBTotalSegmentsKey = attribute.Key("aws.dynamodb.total_segments") constant AWSECSClusterARNKey (line 817) | AWSECSClusterARNKey = attribute.Key("aws.ecs.cluster.arn") constant AWSECSContainerARNKey (line 831) | AWSECSContainerARNKey = attribute.Key("aws.ecs.container.arn") constant AWSECSLaunchtypeKey (line 844) | AWSECSLaunchtypeKey = attribute.Key("aws.ecs.launchtype") constant AWSECSTaskARNKey (line 858) | AWSECSTaskARNKey = attribute.Key("aws.ecs.task.arn") constant AWSECSTaskFamilyKey (line 871) | AWSECSTaskFamilyKey = attribute.Key("aws.ecs.task.family") constant AWSECSTaskIDKey (line 883) | AWSECSTaskIDKey = attribute.Key("aws.ecs.task.id") constant AWSECSTaskRevisionKey (line 894) | AWSECSTaskRevisionKey = attribute.Key("aws.ecs.task.revision") constant AWSEKSClusterARNKey (line 905) | AWSEKSClusterARNKey = attribute.Key("aws.eks.cluster.arn") constant AWSExtendedRequestIDKey (line 917) | AWSExtendedRequestIDKey = attribute.Key("aws.extended_request_id") constant AWSKinesisStreamNameKey (line 932) | AWSKinesisStreamNameKey = attribute.Key("aws.kinesis.stream_name") constant AWSLambdaInvokedARNKey (line 946) | AWSLambdaInvokedARNKey = attribute.Key("aws.lambda.invoked_arn") constant AWSLambdaResourceMappingIDKey (line 964) | AWSLambdaResourceMappingIDKey = attribute.Key("aws.lambda.resource_mappi... constant AWSLogGroupARNsKey (line 978) | AWSLogGroupARNsKey = attribute.Key("aws.log.group.arns") constant AWSLogGroupNamesKey (line 992) | AWSLogGroupNamesKey = attribute.Key("aws.log.group.names") constant AWSLogStreamARNsKey (line 1009) | AWSLogStreamARNsKey = attribute.Key("aws.log.stream.arns") constant AWSLogStreamNamesKey (line 1020) | AWSLogStreamNamesKey = attribute.Key("aws.log.stream.names") constant AWSRequestIDKey (line 1032) | AWSRequestIDKey = attribute.Key("aws.request_id") constant AWSS3BucketKey (line 1049) | AWSS3BucketKey = attribute.Key("aws.s3.bucket") constant AWSS3CopySourceKey (line 1072) | AWSS3CopySourceKey = attribute.Key("aws.s3.copy_source") constant AWSS3DeleteKey (line 1091) | AWSS3DeleteKey = attribute.Key("aws.s3.delete") constant AWSS3KeyKey (line 1135) | AWSS3KeyKey = attribute.Key("aws.s3.key") constant AWSS3PartNumberKey (line 1156) | AWSS3PartNumberKey = attribute.Key("aws.s3.part_number") constant AWSS3UploadIDKey (line 1185) | AWSS3UploadIDKey = attribute.Key("aws.s3.upload_id") constant AWSSecretsmanagerSecretARNKey (line 1197) | AWSSecretsmanagerSecretARNKey = attribute.Key("aws.secretsmanager.secret... constant AWSSNSTopicARNKey (line 1210) | AWSSNSTopicARNKey = attribute.Key("aws.sns.topic.arn") constant AWSSQSQueueURLKey (line 1222) | AWSSQSQueueURLKey = attribute.Key("aws.sqs.queue.url") constant AWSStepFunctionsActivityARNKey (line 1233) | AWSStepFunctionsActivityARNKey = attribute.Key("aws.step_functions.activ... constant AWSStepFunctionsStateMachineARNKey (line 1245) | AWSStepFunctionsStateMachineARNKey = attribute.Key("aws.step_functions.s... function AWSBedrockGuardrailID (line 1254) | func AWSBedrockGuardrailID(val string) attribute.KeyValue { function AWSBedrockKnowledgeBaseID (line 1265) | func AWSBedrockKnowledgeBaseID(val string) attribute.KeyValue { function AWSDynamoDBAttributeDefinitions (line 1273) | func AWSDynamoDBAttributeDefinitions(val ...string) attribute.KeyValue { function AWSDynamoDBAttributesToGet (line 1280) | func AWSDynamoDBAttributesToGet(val ...string) attribute.KeyValue { function AWSDynamoDBConsistentRead (line 1287) | func AWSDynamoDBConsistentRead(val bool) attribute.KeyValue { function AWSDynamoDBConsumedCapacity (line 1294) | func AWSDynamoDBConsumedCapacity(val ...string) attribute.KeyValue { function AWSDynamoDBCount (line 1301) | func AWSDynamoDBCount(val int) attribute.KeyValue { function AWSDynamoDBExclusiveStartTable (line 1308) | func AWSDynamoDBExclusiveStartTable(val string) attribute.KeyValue { function AWSDynamoDBGlobalSecondaryIndexUpdates (line 1316) | func AWSDynamoDBGlobalSecondaryIndexUpdates(val ...string) attribute.Key... function AWSDynamoDBGlobalSecondaryIndexes (line 1324) | func AWSDynamoDBGlobalSecondaryIndexes(val ...string) attribute.KeyValue { function AWSDynamoDBIndexName (line 1331) | func AWSDynamoDBIndexName(val string) attribute.KeyValue { function AWSDynamoDBItemCollectionMetrics (line 1338) | func AWSDynamoDBItemCollectionMetrics(val string) attribute.KeyValue { function AWSDynamoDBLimit (line 1345) | func AWSDynamoDBLimit(val int) attribute.KeyValue { function AWSDynamoDBLocalSecondaryIndexes (line 1353) | func AWSDynamoDBLocalSecondaryIndexes(val ...string) attribute.KeyValue { function AWSDynamoDBProjection (line 1360) | func AWSDynamoDBProjection(val string) attribute.KeyValue { function AWSDynamoDBProvisionedReadCapacity (line 1368) | func AWSDynamoDBProvisionedReadCapacity(val float64) attribute.KeyValue { function AWSDynamoDBProvisionedWriteCapacity (line 1376) | func AWSDynamoDBProvisionedWriteCapacity(val float64) attribute.KeyValue { function AWSDynamoDBScanForward (line 1383) | func AWSDynamoDBScanForward(val bool) attribute.KeyValue { function AWSDynamoDBScannedCount (line 1390) | func AWSDynamoDBScannedCount(val int) attribute.KeyValue { function AWSDynamoDBSegment (line 1397) | func AWSDynamoDBSegment(val int) attribute.KeyValue { function AWSDynamoDBSelect (line 1404) | func AWSDynamoDBSelect(val string) attribute.KeyValue { function AWSDynamoDBTableCount (line 1411) | func AWSDynamoDBTableCount(val int) attribute.KeyValue { function AWSDynamoDBTableNames (line 1418) | func AWSDynamoDBTableNames(val ...string) attribute.KeyValue { function AWSDynamoDBTotalSegments (line 1425) | func AWSDynamoDBTotalSegments(val int) attribute.KeyValue { function AWSECSClusterARN (line 1434) | func AWSECSClusterARN(val string) attribute.KeyValue { function AWSECSContainerARN (line 1443) | func AWSECSContainerARN(val string) attribute.KeyValue { function AWSECSTaskARN (line 1452) | func AWSECSTaskARN(val string) attribute.KeyValue { function AWSECSTaskFamily (line 1461) | func AWSECSTaskFamily(val string) attribute.KeyValue { function AWSECSTaskID (line 1468) | func AWSECSTaskID(val string) attribute.KeyValue { function AWSECSTaskRevision (line 1475) | func AWSECSTaskRevision(val string) attribute.KeyValue { function AWSEKSClusterARN (line 1482) | func AWSEKSClusterARN(val string) attribute.KeyValue { function AWSExtendedRequestID (line 1489) | func AWSExtendedRequestID(val string) attribute.KeyValue { function AWSKinesisStreamName (line 1500) | func AWSKinesisStreamName(val string) attribute.KeyValue { function AWSLambdaInvokedARN (line 1509) | func AWSLambdaInvokedARN(val string) attribute.KeyValue { function AWSLambdaResourceMappingID (line 1523) | func AWSLambdaResourceMappingID(val string) attribute.KeyValue { function AWSLogGroupARNs (line 1530) | func AWSLogGroupARNs(val ...string) attribute.KeyValue { function AWSLogGroupNames (line 1537) | func AWSLogGroupNames(val ...string) attribute.KeyValue { function AWSLogStreamARNs (line 1544) | func AWSLogStreamARNs(val ...string) attribute.KeyValue { function AWSLogStreamNames (line 1551) | func AWSLogStreamNames(val ...string) attribute.KeyValue { function AWSRequestID (line 1559) | func AWSRequestID(val string) attribute.KeyValue { function AWSS3Bucket (line 1568) | func AWSS3Bucket(val string) attribute.KeyValue { function AWSS3CopySource (line 1575) | func AWSS3CopySource(val string) attribute.KeyValue { function AWSS3Delete (line 1582) | func AWSS3Delete(val string) attribute.KeyValue { function AWSS3Key (line 1591) | func AWSS3Key(val string) attribute.KeyValue { function AWSS3PartNumber (line 1599) | func AWSS3PartNumber(val int) attribute.KeyValue { function AWSS3UploadID (line 1606) | func AWSS3UploadID(val string) attribute.KeyValue { function AWSSecretsmanagerSecretARN (line 1613) | func AWSSecretsmanagerSecretARN(val string) attribute.KeyValue { function AWSSNSTopicARN (line 1623) | func AWSSNSTopicARN(val string) attribute.KeyValue { function AWSSQSQueueURL (line 1631) | func AWSSQSQueueURL(val string) attribute.KeyValue { function AWSStepFunctionsActivityARN (line 1638) | func AWSStepFunctionsActivityARN(val string) attribute.KeyValue { function AWSStepFunctionsStateMachineARN (line 1645) | func AWSStepFunctionsStateMachineARN(val string) attribute.KeyValue { constant AzureClientIDKey (line 1670) | AzureClientIDKey = attribute.Key("azure.client.id") constant AzureCosmosDBConnectionModeKey (line 1681) | AzureCosmosDBConnectionModeKey = attribute.Key("azure.cosmosdb.connectio... constant AzureCosmosDBConsistencyLevelKey (line 1695) | AzureCosmosDBConsistencyLevelKey = attribute.Key("azure.cosmosdb.consist... constant AzureCosmosDBOperationContactedRegionsKey (line 1712) | AzureCosmosDBOperationContactedRegionsKey = attribute.Key("azure.cosmosd... constant AzureCosmosDBOperationRequestChargeKey (line 1723) | AzureCosmosDBOperationRequestChargeKey = attribute.Key("azure.cosmosdb.o... constant AzureCosmosDBRequestBodySizeKey (line 1734) | AzureCosmosDBRequestBodySizeKey = attribute.Key("azure.cosmosdb.request.... constant AzureCosmosDBResponseSubStatusCodeKey (line 1745) | AzureCosmosDBResponseSubStatusCodeKey = attribute.Key("azure.cosmosdb.re... constant AzureResourceProviderNamespaceKey (line 1758) | AzureResourceProviderNamespaceKey = attribute.Key("azure.resource_provid... constant AzureServiceRequestIDKey (line 1770) | AzureServiceRequestIDKey = attribute.Key("azure.service.request.id") function AzureClientID (line 1776) | func AzureClientID(val string) attribute.KeyValue { function AzureCosmosDBOperationContactedRegions (line 1786) | func AzureCosmosDBOperationContactedRegions(val ...string) attribute.Key... function AzureCosmosDBOperationRequestCharge (line 1793) | func AzureCosmosDBOperationRequestCharge(val float64) attribute.KeyValue { function AzureCosmosDBRequestBodySize (line 1800) | func AzureCosmosDBRequestBodySize(val int) attribute.KeyValue { function AzureCosmosDBResponseSubStatusCode (line 1807) | func AzureCosmosDBResponseSubStatusCode(val int) attribute.KeyValue { function AzureResourceProviderNamespace (line 1816) | func AzureResourceProviderNamespace(val string) attribute.KeyValue { function AzureServiceRequestID (line 1824) | func AzureServiceRequestID(val string) attribute.KeyValue { constant BrowserBrandsKey (line 1872) | BrowserBrandsKey = attribute.Key("browser.brands") constant BrowserLanguageKey (line 1885) | BrowserLanguageKey = attribute.Key("browser.language") constant BrowserMobileKey (line 1901) | BrowserMobileKey = attribute.Key("browser.mobile") constant BrowserPlatformKey (line 1926) | BrowserPlatformKey = attribute.Key("browser.platform") function BrowserBrands (line 1932) | func BrowserBrands(val ...string) attribute.KeyValue { function BrowserLanguage (line 1939) | func BrowserLanguage(val string) attribute.KeyValue { function BrowserMobile (line 1946) | func BrowserMobile(val bool) attribute.KeyValue { function BrowserPlatform (line 1953) | func BrowserPlatform(val string) attribute.KeyValue { constant CassandraConsistencyLevelKey (line 1970) | CassandraConsistencyLevelKey = attribute.Key("cassandra.consistency.level") constant CassandraCoordinatorDCKey (line 1981) | CassandraCoordinatorDCKey = attribute.Key("cassandra.coordinator.dc") constant CassandraCoordinatorIDKey (line 1992) | CassandraCoordinatorIDKey = attribute.Key("cassandra.coordinator.id") constant CassandraPageSizeKey (line 2003) | CassandraPageSizeKey = attribute.Key("cassandra.page.size") constant CassandraQueryIdempotentKey (line 2014) | CassandraQueryIdempotentKey = attribute.Key("cassandra.query.idempotent") constant CassandraSpeculativeExecutionCountKey (line 2026) | CassandraSpeculativeExecutionCountKey = attribute.Key("cassandra.specula... function CassandraCoordinatorDC (line 2032) | func CassandraCoordinatorDC(val string) attribute.KeyValue { function CassandraCoordinatorID (line 2039) | func CassandraCoordinatorID(val string) attribute.KeyValue { function CassandraPageSize (line 2046) | func CassandraPageSize(val int) attribute.KeyValue { function CassandraQueryIdempotent (line 2053) | func CassandraQueryIdempotent(val bool) attribute.KeyValue { function CassandraSpeculativeExecutionCount (line 2061) | func CassandraSpeculativeExecutionCount(val int) attribute.KeyValue { constant CICDPipelineActionNameKey (line 2113) | CICDPipelineActionNameKey = attribute.Key("cicd.pipeline.action.name") constant CICDPipelineNameKey (line 2125) | CICDPipelineNameKey = attribute.Key("cicd.pipeline.name") constant CICDPipelineResultKey (line 2136) | CICDPipelineResultKey = attribute.Key("cicd.pipeline.result") constant CICDPipelineRunIDKey (line 2147) | CICDPipelineRunIDKey = attribute.Key("cicd.pipeline.run.id") constant CICDPipelineRunStateKey (line 2158) | CICDPipelineRunStateKey = attribute.Key("cicd.pipeline.run.state") constant CICDPipelineRunURLFullKey (line 2173) | CICDPipelineRunURLFullKey = attribute.Key("cicd.pipeline.run.url.full") constant CICDPipelineTaskNameKey (line 2188) | CICDPipelineTaskNameKey = attribute.Key("cicd.pipeline.task.name") constant CICDPipelineTaskRunIDKey (line 2199) | CICDPipelineTaskRunIDKey = attribute.Key("cicd.pipeline.task.run.id") constant CICDPipelineTaskRunResultKey (line 2210) | CICDPipelineTaskRunResultKey = attribute.Key("cicd.pipeline.task.run.res... constant CICDPipelineTaskRunURLFullKey (line 2225) | CICDPipelineTaskRunURLFullKey = attribute.Key("cicd.pipeline.task.run.ur... constant CICDPipelineTaskTypeKey (line 2236) | CICDPipelineTaskTypeKey = attribute.Key("cicd.pipeline.task.type") constant CICDSystemComponentKey (line 2247) | CICDSystemComponentKey = attribute.Key("cicd.system.component") constant CICDWorkerIDKey (line 2258) | CICDWorkerIDKey = attribute.Key("cicd.worker.id") constant CICDWorkerNameKey (line 2269) | CICDWorkerNameKey = attribute.Key("cicd.worker.name") constant CICDWorkerStateKey (line 2279) | CICDWorkerStateKey = attribute.Key("cicd.worker.state") constant CICDWorkerURLFullKey (line 2293) | CICDWorkerURLFullKey = attribute.Key("cicd.worker.url.full") function CICDPipelineName (line 2299) | func CICDPipelineName(val string) attribute.KeyValue { function CICDPipelineRunID (line 2306) | func CICDPipelineRunID(val string) attribute.KeyValue { function CICDPipelineRunURLFull (line 2316) | func CICDPipelineRunURLFull(val string) attribute.KeyValue { function CICDPipelineTaskName (line 2327) | func CICDPipelineTaskName(val string) attribute.KeyValue { function CICDPipelineTaskRunID (line 2334) | func CICDPipelineTaskRunID(val string) attribute.KeyValue { function CICDPipelineTaskRunURLFull (line 2344) | func CICDPipelineTaskRunURLFull(val string) attribute.KeyValue { function CICDSystemComponent (line 2351) | func CICDSystemComponent(val string) attribute.KeyValue { function CICDWorkerID (line 2358) | func CICDWorkerID(val string) attribute.KeyValue { function CICDWorkerName (line 2365) | func CICDWorkerName(val string) attribute.KeyValue { function CICDWorkerURLFull (line 2375) | func CICDWorkerURLFull(val string) attribute.KeyValue { constant ClientAddressKey (line 2502) | ClientAddressKey = attribute.Key("client.address") constant ClientPortKey (line 2515) | ClientPortKey = attribute.Key("client.port") function ClientAddress (line 2522) | func ClientAddress(val string) attribute.KeyValue { function ClientPort (line 2528) | func ClientPort(val int) attribute.KeyValue { constant CloudAccountIDKey (line 2543) | CloudAccountIDKey = attribute.Key("cloud.account.id") constant CloudAvailabilityZoneKey (line 2558) | CloudAvailabilityZoneKey = attribute.Key("cloud.availability_zone") constant CloudPlatformKey (line 2570) | CloudPlatformKey = attribute.Key("cloud.platform") constant CloudProviderKey (line 2580) | CloudProviderKey = attribute.Key("cloud.provider") constant CloudRegionKey (line 2603) | CloudRegionKey = attribute.Key("cloud.region") constant CloudResourceIDKey (line 2651) | CloudResourceIDKey = attribute.Key("cloud.resource_id") function CloudAccountID (line 2657) | func CloudAccountID(val string) attribute.KeyValue { function CloudAvailabilityZone (line 2666) | func CloudAvailabilityZone(val string) attribute.KeyValue { function CloudRegion (line 2676) | func CloudRegion(val string) attribute.KeyValue { function CloudResourceID (line 2689) | func CloudResourceID(val string) attribute.KeyValue { constant CloudEventsEventIDKey (line 2849) | CloudEventsEventIDKey = attribute.Key("cloudevents.event_id") constant CloudEventsEventSourceKey (line 2863) | CloudEventsEventSourceKey = attribute.Key("cloudevents.event_source") constant CloudEventsEventSpecVersionKey (line 2876) | CloudEventsEventSpecVersionKey = attribute.Key("cloudevents.event_spec_v... constant CloudEventsEventSubjectKey (line 2889) | CloudEventsEventSubjectKey = attribute.Key("cloudevents.event_subject") constant CloudEventsEventTypeKey (line 2903) | CloudEventsEventTypeKey = attribute.Key("cloudevents.event_type") function CloudEventsEventID (line 2911) | func CloudEventsEventID(val string) attribute.KeyValue { function CloudEventsEventSource (line 2920) | func CloudEventsEventSource(val string) attribute.KeyValue { function CloudEventsEventSpecVersion (line 2929) | func CloudEventsEventSpecVersion(val string) attribute.KeyValue { function CloudEventsEventSubject (line 2938) | func CloudEventsEventSubject(val string) attribute.KeyValue { function CloudEventsEventType (line 2948) | func CloudEventsEventType(val string) attribute.KeyValue { constant CloudFoundryAppIDKey (line 2966) | CloudFoundryAppIDKey = attribute.Key("cloudfoundry.app.id") constant CloudFoundryAppInstanceIDKey (line 2987) | CloudFoundryAppInstanceIDKey = attribute.Key("cloudfoundry.app.instance.... constant CloudFoundryAppNameKey (line 3001) | CloudFoundryAppNameKey = attribute.Key("cloudfoundry.app.name") constant CloudFoundryOrgIDKey (line 3015) | CloudFoundryOrgIDKey = attribute.Key("cloudfoundry.org.id") constant CloudFoundryOrgNameKey (line 3029) | CloudFoundryOrgNameKey = attribute.Key("cloudfoundry.org.name") constant CloudFoundryProcessIDKey (line 3044) | CloudFoundryProcessIDKey = attribute.Key("cloudfoundry.process.id") constant CloudFoundryProcessTypeKey (line 3058) | CloudFoundryProcessTypeKey = attribute.Key("cloudfoundry.process.type") constant CloudFoundrySpaceIDKey (line 3072) | CloudFoundrySpaceIDKey = attribute.Key("cloudfoundry.space.id") constant CloudFoundrySpaceNameKey (line 3086) | CloudFoundrySpaceNameKey = attribute.Key("cloudfoundry.space.name") constant CloudFoundrySystemIDKey (line 3109) | CloudFoundrySystemIDKey = attribute.Key("cloudfoundry.system.id") constant CloudFoundrySystemInstanceIDKey (line 3131) | CloudFoundrySystemInstanceIDKey = attribute.Key("cloudfoundry.system.ins... function CloudFoundryAppID (line 3137) | func CloudFoundryAppID(val string) attribute.KeyValue { function CloudFoundryAppInstanceID (line 3144) | func CloudFoundryAppInstanceID(val string) attribute.KeyValue { function CloudFoundryAppName (line 3151) | func CloudFoundryAppName(val string) attribute.KeyValue { function CloudFoundryOrgID (line 3158) | func CloudFoundryOrgID(val string) attribute.KeyValue { function CloudFoundryOrgName (line 3165) | func CloudFoundryOrgName(val string) attribute.KeyValue { function CloudFoundryProcessID (line 3172) | func CloudFoundryProcessID(val string) attribute.KeyValue { function CloudFoundryProcessType (line 3179) | func CloudFoundryProcessType(val string) attribute.KeyValue { function CloudFoundrySpaceID (line 3186) | func CloudFoundrySpaceID(val string) attribute.KeyValue { function CloudFoundrySpaceName (line 3193) | func CloudFoundrySpaceName(val string) attribute.KeyValue { function CloudFoundrySystemID (line 3200) | func CloudFoundrySystemID(val string) attribute.KeyValue { function CloudFoundrySystemInstanceID (line 3207) | func CloudFoundrySystemInstanceID(val string) attribute.KeyValue { constant CodeColumnNumberKey (line 3223) | CodeColumnNumberKey = attribute.Key("code.column.number") constant CodeFilePathKey (line 3237) | CodeFilePathKey = attribute.Key("code.file.path") constant CodeFunctionNameKey (line 3272) | CodeFunctionNameKey = attribute.Key("code.function.name") constant CodeLineNumberKey (line 3284) | CodeLineNumberKey = attribute.Key("code.line.number") constant CodeStacktraceKey (line 3302) | CodeStacktraceKey = attribute.Key("code.stacktrace") function CodeColumnNumber (line 3311) | func CodeColumnNumber(val int) attribute.KeyValue { function CodeFilePath (line 3321) | func CodeFilePath(val string) attribute.KeyValue { function CodeFunctionName (line 3333) | func CodeFunctionName(val string) attribute.KeyValue { function CodeLineNumber (line 3343) | func CodeLineNumber(val int) attribute.KeyValue { function CodeStacktrace (line 3355) | func CodeStacktrace(val string) attribute.KeyValue { constant ContainerCommandKey (line 3372) | ContainerCommandKey = attribute.Key("container.command") constant ContainerCommandArgsKey (line 3384) | ContainerCommandArgsKey = attribute.Key("container.command_args") constant ContainerCommandLineKey (line 3395) | ContainerCommandLineKey = attribute.Key("container.command_line") constant ContainerCSIPluginNameKey (line 3410) | ContainerCSIPluginNameKey = attribute.Key("container.csi.plugin.name") constant ContainerCSIVolumeIDKey (line 3426) | ContainerCSIVolumeIDKey = attribute.Key("container.csi.volume.id") constant ContainerIDKey (line 3439) | ContainerIDKey = attribute.Key("container.id") constant ContainerImageIDKey (line 3462) | ContainerImageIDKey = attribute.Key("container.image.id") constant ContainerImageNameKey (line 3473) | ContainerImageNameKey = attribute.Key("container.image.name") constant ContainerImageRepoDigestsKey (line 3490) | ContainerImageRepoDigestsKey = attribute.Key("container.image.repo_diges... constant ContainerImageTagsKey (line 3505) | ContainerImageTagsKey = attribute.Key("container.image.tags") constant ContainerNameKey (line 3516) | ContainerNameKey = attribute.Key("container.name") constant ContainerRuntimeDescriptionKey (line 3528) | ContainerRuntimeDescriptionKey = attribute.Key("container.runtime.descri... constant ContainerRuntimeNameKey (line 3539) | ContainerRuntimeNameKey = attribute.Key("container.runtime.name") constant ContainerRuntimeVersionKey (line 3551) | ContainerRuntimeVersionKey = attribute.Key("container.runtime.version") function ContainerCommand (line 3557) | func ContainerCommand(val string) attribute.KeyValue { function ContainerCommandArgs (line 3565) | func ContainerCommandArgs(val ...string) attribute.KeyValue { function ContainerCommandLine (line 3572) | func ContainerCommandLine(val string) attribute.KeyValue { function ContainerCSIPluginName (line 3581) | func ContainerCSIPluginName(val string) attribute.KeyValue { function ContainerCSIVolumeID (line 3590) | func ContainerCSIVolumeID(val string) attribute.KeyValue { function ContainerID (line 3599) | func ContainerID(val string) attribute.KeyValue { function ContainerImageID (line 3606) | func ContainerImageID(val string) attribute.KeyValue { function ContainerImageName (line 3613) | func ContainerImageName(val string) attribute.KeyValue { function ContainerImageRepoDigests (line 3620) | func ContainerImageRepoDigests(val ...string) attribute.KeyValue { function ContainerImageTags (line 3631) | func ContainerImageTags(val ...string) attribute.KeyValue { function ContainerLabel (line 3638) | func ContainerLabel(key string, val string) attribute.KeyValue { function ContainerName (line 3645) | func ContainerName(val string) attribute.KeyValue { function ContainerRuntimeDescription (line 3653) | func ContainerRuntimeDescription(val string) attribute.KeyValue { function ContainerRuntimeName (line 3660) | func ContainerRuntimeName(val string) attribute.KeyValue { function ContainerRuntimeVersion (line 3667) | func ContainerRuntimeVersion(val string) attribute.KeyValue { constant CPULogicalNumberKey (line 3682) | CPULogicalNumberKey = attribute.Key("cpu.logical_number") constant CPUModeKey (line 3692) | CPUModeKey = attribute.Key("cpu.mode") function CPULogicalNumber (line 3698) | func CPULogicalNumber(val int) attribute.KeyValue { constant DBClientConnectionPoolNameKey (line 3747) | DBClientConnectionPoolNameKey = attribute.Key("db.client.connection.pool... constant DBClientConnectionStateKey (line 3758) | DBClientConnectionStateKey = attribute.Key("db.client.connection.state") constant DBCollectionNameKey (line 3778) | DBCollectionNameKey = attribute.Key("db.collection.name") constant DBNamespaceKey (line 3797) | DBNamespaceKey = attribute.Key("db.namespace") constant DBOperationBatchSizeKey (line 3810) | DBOperationBatchSizeKey = attribute.Key("db.operation.batch.size") constant DBOperationNameKey (line 3836) | DBOperationNameKey = attribute.Key("db.operation.name") constant DBQuerySummaryKey (line 3860) | DBQuerySummaryKey = attribute.Key("db.query.summary") constant DBQueryTextKey (line 3882) | DBQueryTextKey = attribute.Key("db.query.text") constant DBResponseReturnedRowsKey (line 3893) | DBResponseReturnedRowsKey = attribute.Key("db.response.returned_rows") constant DBResponseStatusCodeKey (line 3909) | DBResponseStatusCodeKey = attribute.Key("db.response.status_code") constant DBStoredProcedureNameKey (line 3925) | DBStoredProcedureNameKey = attribute.Key("db.stored_procedure.name") constant DBSystemNameKey (line 3940) | DBSystemNameKey = attribute.Key("db.system.name") function DBClientConnectionPoolName (line 3952) | func DBClientConnectionPoolName(val string) attribute.KeyValue { function DBCollectionName (line 3959) | func DBCollectionName(val string) attribute.KeyValue { function DBNamespace (line 3966) | func DBNamespace(val string) attribute.KeyValue { function DBOperationBatchSize (line 3973) | func DBOperationBatchSize(val int) attribute.KeyValue { function DBOperationName (line 3980) | func DBOperationName(val string) attribute.KeyValue { function DBOperationParameter (line 3988) | func DBOperationParameter(key string, val string) attribute.KeyValue { function DBQueryParameter (line 3996) | func DBQueryParameter(key string, val string) attribute.KeyValue { function DBQuerySummary (line 4003) | func DBQuerySummary(val string) attribute.KeyValue { function DBQueryText (line 4009) | func DBQueryText(val string) attribute.KeyValue { function DBResponseReturnedRows (line 4016) | func DBResponseReturnedRows(val int) attribute.KeyValue { function DBResponseStatusCode (line 4023) | func DBResponseStatusCode(val string) attribute.KeyValue { function DBStoredProcedureName (line 4030) | func DBStoredProcedureName(val string) attribute.KeyValue { constant DeploymentEnvironmentNameKey (line 4275) | DeploymentEnvironmentNameKey = attribute.Key("deployment.environment.name") constant DeploymentIDKey (line 4285) | DeploymentIDKey = attribute.Key("deployment.id") constant DeploymentNameKey (line 4295) | DeploymentNameKey = attribute.Key("deployment.name") constant DeploymentStatusKey (line 4306) | DeploymentStatusKey = attribute.Key("deployment.status") function DeploymentEnvironmentName (line 4314) | func DeploymentEnvironmentName(val string) attribute.KeyValue { function DeploymentID (line 4320) | func DeploymentID(val string) attribute.KeyValue { function DeploymentName (line 4327) | func DeploymentName(val string) attribute.KeyValue { constant DestinationAddressKey (line 4356) | DestinationAddressKey = attribute.Key("destination.address") constant DestinationPortKey (line 4366) | DestinationPortKey = attribute.Key("destination.port") function DestinationAddress (line 4373) | func DestinationAddress(val string) attribute.KeyValue { function DestinationPort (line 4380) | func DestinationPort(val int) attribute.KeyValue { constant DeviceIDKey (line 4418) | DeviceIDKey = attribute.Key("device.id") constant DeviceManufacturerKey (line 4433) | DeviceManufacturerKey = attribute.Key("device.manufacturer") constant DeviceModelIdentifierKey (line 4447) | DeviceModelIdentifierKey = attribute.Key("device.model.identifier") constant DeviceModelNameKey (line 4459) | DeviceModelNameKey = attribute.Key("device.model.name") function DeviceID (line 4464) | func DeviceID(val string) attribute.KeyValue { function DeviceManufacturer (line 4471) | func DeviceManufacturer(val string) attribute.KeyValue { function DeviceModelIdentifier (line 4478) | func DeviceModelIdentifier(val string) attribute.KeyValue { function DeviceModelName (line 4485) | func DeviceModelName(val string) attribute.KeyValue { constant DiskIODirectionKey (line 4499) | DiskIODirectionKey = attribute.Key("disk.io.direction") constant DNSAnswersKey (line 4523) | DNSAnswersKey = attribute.Key("dns.answers") constant DNSQuestionNameKey (line 4535) | DNSQuestionNameKey = attribute.Key("dns.question.name") function DNSAnswers (line 4541) | func DNSAnswers(val ...string) attribute.KeyValue { function DNSQuestionName (line 4548) | func DNSQuestionName(val string) attribute.KeyValue { constant ElasticsearchNodeNameKey (line 4564) | ElasticsearchNodeNameKey = attribute.Key("elasticsearch.node.name") function ElasticsearchNodeName (line 4571) | func ElasticsearchNodeName(val string) attribute.KeyValue { constant EnduserIDKey (line 4590) | EnduserIDKey = attribute.Key("enduser.id") constant EnduserPseudoIDKey (line 4606) | EnduserPseudoIDKey = attribute.Key("enduser.pseudo.id") function EnduserID (line 4612) | func EnduserID(val string) attribute.KeyValue { function EnduserPseudoID (line 4620) | func EnduserPseudoID(val string) attribute.KeyValue { constant ErrorMessageKey (line 4645) | ErrorMessageKey = attribute.Key("error.message") constant ErrorTypeKey (line 4683) | ErrorTypeKey = attribute.Key("error.type") function ErrorMessage (line 4689) | func ErrorMessage(val string) attribute.KeyValue { constant ExceptionMessageKey (line 4713) | ExceptionMessageKey = attribute.Key("exception.message") constant ExceptionStacktraceKey (line 4728) | ExceptionStacktraceKey = attribute.Key("exception.stacktrace") constant ExceptionTypeKey (line 4740) | ExceptionTypeKey = attribute.Key("exception.type") function ExceptionMessage (line 4745) | func ExceptionMessage(val string) attribute.KeyValue { function ExceptionStacktrace (line 4753) | func ExceptionStacktrace(val string) attribute.KeyValue { function ExceptionType (line 4761) | func ExceptionType(val string) attribute.KeyValue { constant FaaSColdstartKey (line 4776) | FaaSColdstartKey = attribute.Key("faas.coldstart") constant FaaSCronKey (line 4789) | FaaSCronKey = attribute.Key("faas.cron") constant FaaSDocumentCollectionKey (line 4802) | FaaSDocumentCollectionKey = attribute.Key("faas.document.collection") constant FaaSDocumentNameKey (line 4814) | FaaSDocumentNameKey = attribute.Key("faas.document.name") constant FaaSDocumentOperationKey (line 4825) | FaaSDocumentOperationKey = attribute.Key("faas.document.operation") constant FaaSDocumentTimeKey (line 4840) | FaaSDocumentTimeKey = attribute.Key("faas.document.time") constant FaaSInstanceKey (line 4853) | FaaSInstanceKey = attribute.Key("faas.instance") constant FaaSInvocationIDKey (line 4864) | FaaSInvocationIDKey = attribute.Key("faas.invocation_id") constant FaaSInvokedNameKey (line 4876) | FaaSInvokedNameKey = attribute.Key("faas.invoked_name") constant FaaSInvokedProviderKey (line 4889) | FaaSInvokedProviderKey = attribute.Key("faas.invoked_provider") constant FaaSInvokedRegionKey (line 4902) | FaaSInvokedRegionKey = attribute.Key("faas.invoked_region") constant FaaSMaxMemoryKey (line 4916) | FaaSMaxMemoryKey = attribute.Key("faas.max_memory") constant FaaSNameKey (line 4946) | FaaSNameKey = attribute.Key("faas.name") constant FaaSTimeKey (line 4960) | FaaSTimeKey = attribute.Key("faas.time") constant FaaSTriggerKey (line 4971) | FaaSTriggerKey = attribute.Key("faas.trigger") constant FaaSVersionKey (line 4996) | FaaSVersionKey = attribute.Key("faas.version") function FaaSColdstart (line 5002) | func FaaSColdstart(val bool) attribute.KeyValue { function FaaSCron (line 5011) | func FaaSCron(val string) attribute.KeyValue { function FaaSDocumentCollection (line 5020) | func FaaSDocumentCollection(val string) attribute.KeyValue { function FaaSDocumentName (line 5028) | func FaaSDocumentName(val string) attribute.KeyValue { function FaaSDocumentTime (line 5039) | func FaaSDocumentTime(val string) attribute.KeyValue { function FaaSInstance (line 5047) | func FaaSInstance(val string) attribute.KeyValue { function FaaSInvocationID (line 5054) | func FaaSInvocationID(val string) attribute.KeyValue { function FaaSInvokedName (line 5061) | func FaaSInvokedName(val string) attribute.KeyValue { function FaaSInvokedRegion (line 5068) | func FaaSInvokedRegion(val string) attribute.KeyValue { function FaaSMaxMemory (line 5075) | func FaaSMaxMemory(val int) attribute.KeyValue { function FaaSName (line 5082) | func FaaSName(val string) attribute.KeyValue { function FaaSTime (line 5092) | func FaaSTime(val string) attribute.KeyValue { function FaaSVersion (line 5099) | func FaaSVersion(val string) attribute.KeyValue { constant FeatureFlagContextIDKey (line 5166) | FeatureFlagContextIDKey = attribute.Key("feature_flag.context.id") constant FeatureFlagKeyKey (line 5176) | FeatureFlagKeyKey = attribute.Key("feature_flag.key") constant FeatureFlagProviderNameKey (line 5187) | FeatureFlagProviderNameKey = attribute.Key("feature_flag.provider.name") constant FeatureFlagResultReasonKey (line 5198) | FeatureFlagResultReasonKey = attribute.Key("feature_flag.result.reason") constant FeatureFlagResultValueKey (line 5218) | FeatureFlagResultValueKey = attribute.Key("feature_flag.result.value") constant FeatureFlagResultVariantKey (line 5234) | FeatureFlagResultVariantKey = attribute.Key("feature_flag.result.variant") constant FeatureFlagSetIDKey (line 5247) | FeatureFlagSetIDKey = attribute.Key("feature_flag.set.id") constant FeatureFlagVersionKey (line 5259) | FeatureFlagVersionKey = attribute.Key("feature_flag.version") function FeatureFlagContextID (line 5265) | func FeatureFlagContextID(val string) attribute.KeyValue { function FeatureFlagKey (line 5272) | func FeatureFlagKey(val string) attribute.KeyValue { function FeatureFlagProviderName (line 5279) | func FeatureFlagProviderName(val string) attribute.KeyValue { function FeatureFlagResultVariant (line 5286) | func FeatureFlagResultVariant(val string) attribute.KeyValue { function FeatureFlagSetID (line 5295) | func FeatureFlagSetID(val string) attribute.KeyValue { function FeatureFlagVersion (line 5303) | func FeatureFlagVersion(val string) attribute.KeyValue { constant FileAccessedKey (line 5354) | FileAccessedKey = attribute.Key("file.accessed") constant FileAttributesKey (line 5369) | FileAttributesKey = attribute.Key("file.attributes") constant FileChangedKey (line 5383) | FileChangedKey = attribute.Key("file.changed") constant FileCreatedKey (line 5396) | FileCreatedKey = attribute.Key("file.created") constant FileDirectoryKey (line 5407) | FileDirectoryKey = attribute.Key("file.directory") constant FileExtensionKey (line 5420) | FileExtensionKey = attribute.Key("file.extension") constant FileForkNameKey (line 5442) | FileForkNameKey = attribute.Key("file.fork_name") constant FileGroupIDKey (line 5452) | FileGroupIDKey = attribute.Key("file.group.id") constant FileGroupNameKey (line 5462) | FileGroupNameKey = attribute.Key("file.group.name") constant FileInodeKey (line 5472) | FileInodeKey = attribute.Key("file.inode") constant FileModeKey (line 5482) | FileModeKey = attribute.Key("file.mode") constant FileModifiedKey (line 5493) | FileModifiedKey = attribute.Key("file.modified") constant FileNameKey (line 5504) | FileNameKey = attribute.Key("file.name") constant FileOwnerIDKey (line 5515) | FileOwnerIDKey = attribute.Key("file.owner.id") constant FileOwnerNameKey (line 5525) | FileOwnerNameKey = attribute.Key("file.owner.name") constant FilePathKey (line 5536) | FilePathKey = attribute.Key("file.path") constant FileSizeKey (line 5546) | FileSizeKey = attribute.Key("file.size") constant FileSymbolicLinkTargetPathKey (line 5558) | FileSymbolicLinkTargetPathKey = attribute.Key("file.symbolic_link.target... function FileAccessed (line 5564) | func FileAccessed(val string) attribute.KeyValue { function FileAttributes (line 5571) | func FileAttributes(val ...string) attribute.KeyValue { function FileChanged (line 5578) | func FileChanged(val string) attribute.KeyValue { function FileCreated (line 5585) | func FileCreated(val string) attribute.KeyValue { function FileDirectory (line 5592) | func FileDirectory(val string) attribute.KeyValue { function FileExtension (line 5599) | func FileExtension(val string) attribute.KeyValue { function FileForkName (line 5606) | func FileForkName(val string) attribute.KeyValue { function FileGroupID (line 5612) | func FileGroupID(val string) attribute.KeyValue { function FileGroupName (line 5619) | func FileGroupName(val string) attribute.KeyValue { function FileInode (line 5626) | func FileInode(val string) attribute.KeyValue { function FileMode (line 5632) | func FileMode(val string) attribute.KeyValue { function FileModified (line 5639) | func FileModified(val string) attribute.KeyValue { function FileName (line 5646) | func FileName(val string) attribute.KeyValue { function FileOwnerID (line 5653) | func FileOwnerID(val string) attribute.KeyValue { function FileOwnerName (line 5660) | func FileOwnerName(val string) attribute.KeyValue { function FilePath (line 5667) | func FilePath(val string) attribute.KeyValue { function FileSize (line 5673) | func FileSize(val int) attribute.KeyValue { function FileSymbolicLinkTargetPath (line 5680) | func FileSymbolicLinkTargetPath(val string) attribute.KeyValue { constant GCPAppHubApplicationContainerKey (line 5695) | GCPAppHubApplicationContainerKey = attribute.Key("gcp.apphub.application... constant GCPAppHubApplicationIDKey (line 5706) | GCPAppHubApplicationIDKey = attribute.Key("gcp.apphub.application.id") constant GCPAppHubApplicationLocationKey (line 5717) | GCPAppHubApplicationLocationKey = attribute.Key("gcp.apphub.application.... constant GCPAppHubServiceCriticalityTypeKey (line 5731) | GCPAppHubServiceCriticalityTypeKey = attribute.Key("gcp.apphub.service.c... constant GCPAppHubServiceEnvironmentTypeKey (line 5745) | GCPAppHubServiceEnvironmentTypeKey = attribute.Key("gcp.apphub.service.e... constant GCPAppHubServiceIDKey (line 5756) | GCPAppHubServiceIDKey = attribute.Key("gcp.apphub.service.id") constant GCPAppHubWorkloadCriticalityTypeKey (line 5770) | GCPAppHubWorkloadCriticalityTypeKey = attribute.Key("gcp.apphub.workload... constant GCPAppHubWorkloadEnvironmentTypeKey (line 5784) | GCPAppHubWorkloadEnvironmentTypeKey = attribute.Key("gcp.apphub.workload... constant GCPAppHubWorkloadIDKey (line 5795) | GCPAppHubWorkloadIDKey = attribute.Key("gcp.apphub.workload.id") constant GCPAppHubDestinationApplicationContainerKey (line 5807) | GCPAppHubDestinationApplicationContainerKey = attribute.Key("gcp.apphub_... constant GCPAppHubDestinationApplicationIDKey (line 5818) | GCPAppHubDestinationApplicationIDKey = attribute.Key("gcp.apphub_destina... constant GCPAppHubDestinationApplicationLocationKey (line 5830) | GCPAppHubDestinationApplicationLocationKey = attribute.Key("gcp.apphub_d... constant GCPAppHubDestinationServiceCriticalityTypeKey (line 5844) | GCPAppHubDestinationServiceCriticalityTypeKey = attribute.Key("gcp.apphu... constant GCPAppHubDestinationServiceEnvironmentTypeKey (line 5858) | GCPAppHubDestinationServiceEnvironmentTypeKey = attribute.Key("gcp.apphu... constant GCPAppHubDestinationServiceIDKey (line 5869) | GCPAppHubDestinationServiceIDKey = attribute.Key("gcp.apphub_destination... constant GCPAppHubDestinationWorkloadCriticalityTypeKey (line 5883) | GCPAppHubDestinationWorkloadCriticalityTypeKey = attribute.Key("gcp.apph... constant GCPAppHubDestinationWorkloadEnvironmentTypeKey (line 5897) | GCPAppHubDestinationWorkloadEnvironmentTypeKey = attribute.Key("gcp.apph... constant GCPAppHubDestinationWorkloadIDKey (line 5908) | GCPAppHubDestinationWorkloadIDKey = attribute.Key("gcp.apphub_destinatio... constant GCPClientServiceKey (line 5923) | GCPClientServiceKey = attribute.Key("gcp.client.service") constant GCPCloudRunJobExecutionKey (line 5938) | GCPCloudRunJobExecutionKey = attribute.Key("gcp.cloud_run.job.execution") constant GCPCloudRunJobTaskIndexKey (line 5952) | GCPCloudRunJobTaskIndexKey = attribute.Key("gcp.cloud_run.job.task_index") constant GCPGCEInstanceHostnameKey (line 5967) | GCPGCEInstanceHostnameKey = attribute.Key("gcp.gce.instance.hostname") constant GCPGCEInstanceNameKey (line 5982) | GCPGCEInstanceNameKey = attribute.Key("gcp.gce.instance.name") function GCPAppHubApplicationContainer (line 5988) | func GCPAppHubApplicationContainer(val string) attribute.KeyValue { function GCPAppHubApplicationID (line 5995) | func GCPAppHubApplicationID(val string) attribute.KeyValue { function GCPAppHubApplicationLocation (line 6002) | func GCPAppHubApplicationLocation(val string) attribute.KeyValue { function GCPAppHubServiceID (line 6009) | func GCPAppHubServiceID(val string) attribute.KeyValue { function GCPAppHubWorkloadID (line 6016) | func GCPAppHubWorkloadID(val string) attribute.KeyValue { function GCPAppHubDestinationApplicationContainer (line 6024) | func GCPAppHubDestinationApplicationContainer(val string) attribute.KeyV... function GCPAppHubDestinationApplicationID (line 6031) | func GCPAppHubDestinationApplicationID(val string) attribute.KeyValue { function GCPAppHubDestinationApplicationLocation (line 6039) | func GCPAppHubDestinationApplicationLocation(val string) attribute.KeyVa... function GCPAppHubDestinationServiceID (line 6046) | func GCPAppHubDestinationServiceID(val string) attribute.KeyValue { function GCPAppHubDestinationWorkloadID (line 6053) | func GCPAppHubDestinationWorkloadID(val string) attribute.KeyValue { function GCPClientService (line 6060) | func GCPClientService(val string) attribute.KeyValue { function GCPCloudRunJobExecution (line 6071) | func GCPCloudRunJobExecution(val string) attribute.KeyValue { function GCPCloudRunJobTaskIndex (line 6081) | func GCPCloudRunJobTaskIndex(val int) attribute.KeyValue { function GCPGCEInstanceHostname (line 6091) | func GCPGCEInstanceHostname(val string) attribute.KeyValue { function GCPGCEInstanceName (line 6102) | func GCPGCEInstanceName(val string) attribute.KeyValue { constant GenAIAgentDescriptionKey (line 6245) | GenAIAgentDescriptionKey = attribute.Key("gen_ai.agent.description") constant GenAIAgentIDKey (line 6255) | GenAIAgentIDKey = attribute.Key("gen_ai.agent.id") constant GenAIAgentNameKey (line 6266) | GenAIAgentNameKey = attribute.Key("gen_ai.agent.name") constant GenAIConversationIDKey (line 6278) | GenAIConversationIDKey = attribute.Key("gen_ai.conversation.id") constant GenAIDataSourceIDKey (line 6297) | GenAIDataSourceIDKey = attribute.Key("gen_ai.data_source.id") constant GenAIEmbeddingsDimensionCountKey (line 6308) | GenAIEmbeddingsDimensionCountKey = attribute.Key("gen_ai.embeddings.dime... constant GenAIEvaluationExplanationKey (line 6320) | GenAIEvaluationExplanationKey = attribute.Key("gen_ai.evaluation.explana... constant GenAIEvaluationNameKey (line 6331) | GenAIEvaluationNameKey = attribute.Key("gen_ai.evaluation.name") constant GenAIEvaluationScoreLabelKey (line 6348) | GenAIEvaluationScoreLabelKey = attribute.Key("gen_ai.evaluation.score.la... constant GenAIEvaluationScoreValueKey (line 6359) | GenAIEvaluationScoreValueKey = attribute.Key("gen_ai.evaluation.score.va... constant GenAIInputMessagesKey (line 6395) | GenAIInputMessagesKey = attribute.Key("gen_ai.input.messages") constant GenAIOperationNameKey (line 6411) | GenAIOperationNameKey = attribute.Key("gen_ai.operation.name") constant GenAIOutputMessagesKey (line 6449) | GenAIOutputMessagesKey = attribute.Key("gen_ai.output.messages") constant GenAIOutputTypeKey (line 6467) | GenAIOutputTypeKey = attribute.Key("gen_ai.output.type") constant GenAIPromptNameKey (line 6478) | GenAIPromptNameKey = attribute.Key("gen_ai.prompt.name") constant GenAIProviderNameKey (line 6507) | GenAIProviderNameKey = attribute.Key("gen_ai.provider.name") constant GenAIRequestChoiceCountKey (line 6518) | GenAIRequestChoiceCountKey = attribute.Key("gen_ai.request.choice.count") constant GenAIRequestEncodingFormatsKey (line 6531) | GenAIRequestEncodingFormatsKey = attribute.Key("gen_ai.request.encoding_... constant GenAIRequestFrequencyPenaltyKey (line 6542) | GenAIRequestFrequencyPenaltyKey = attribute.Key("gen_ai.request.frequenc... constant GenAIRequestMaxTokensKey (line 6553) | GenAIRequestMaxTokensKey = attribute.Key("gen_ai.request.max_tokens") constant GenAIRequestModelKey (line 6564) | GenAIRequestModelKey = attribute.Key("gen_ai.request.model") constant GenAIRequestPresencePenaltyKey (line 6575) | GenAIRequestPresencePenaltyKey = attribute.Key("gen_ai.request.presence_... constant GenAIRequestSeedKey (line 6586) | GenAIRequestSeedKey = attribute.Key("gen_ai.request.seed") constant GenAIRequestStopSequencesKey (line 6597) | GenAIRequestStopSequencesKey = attribute.Key("gen_ai.request.stop_sequen... constant GenAIRequestTemperatureKey (line 6608) | GenAIRequestTemperatureKey = attribute.Key("gen_ai.request.temperature") constant GenAIRequestTopKKey (line 6619) | GenAIRequestTopKKey = attribute.Key("gen_ai.request.top_k") constant GenAIRequestTopPKey (line 6630) | GenAIRequestTopPKey = attribute.Key("gen_ai.request.top_p") constant GenAIResponseFinishReasonsKey (line 6642) | GenAIResponseFinishReasonsKey = attribute.Key("gen_ai.response.finish_re... constant GenAIResponseIDKey (line 6653) | GenAIResponseIDKey = attribute.Key("gen_ai.response.id") constant GenAIResponseModelKey (line 6664) | GenAIResponseModelKey = attribute.Key("gen_ai.response.model") constant GenAISystemInstructionsKey (line 6703) | GenAISystemInstructionsKey = attribute.Key("gen_ai.system_instructions") constant GenAITokenTypeKey (line 6713) | GenAITokenTypeKey = attribute.Key("gen_ai.token.type") constant GenAIToolCallArgumentsKey (line 6733) | GenAIToolCallArgumentsKey = attribute.Key("gen_ai.tool.call.arguments") constant GenAIToolCallIDKey (line 6744) | GenAIToolCallIDKey = attribute.Key("gen_ai.tool.call.id") constant GenAIToolCallResultKey (line 6765) | GenAIToolCallResultKey = attribute.Key("gen_ai.tool.call.result") constant GenAIToolDefinitionsKey (line 6794) | GenAIToolDefinitionsKey = attribute.Key("gen_ai.tool.definitions") constant GenAIToolDescriptionKey (line 6805) | GenAIToolDescriptionKey = attribute.Key("gen_ai.tool.description") constant GenAIToolNameKey (line 6816) | GenAIToolNameKey = attribute.Key("gen_ai.tool.name") constant GenAIToolTypeKey (line 6838) | GenAIToolTypeKey = attribute.Key("gen_ai.tool.type") constant GenAIUsageInputTokensKey (line 6849) | GenAIUsageInputTokensKey = attribute.Key("gen_ai.usage.input_tokens") constant GenAIUsageOutputTokensKey (line 6860) | GenAIUsageOutputTokensKey = attribute.Key("gen_ai.usage.output_tokens") function GenAIAgentDescription (line 6866) | func GenAIAgentDescription(val string) attribute.KeyValue { function GenAIAgentID (line 6872) | func GenAIAgentID(val string) attribute.KeyValue { function GenAIAgentName (line 6879) | func GenAIAgentName(val string) attribute.KeyValue { function GenAIConversationID (line 6887) | func GenAIConversationID(val string) attribute.KeyValue { function GenAIDataSourceID (line 6894) | func GenAIDataSourceID(val string) attribute.KeyValue { function GenAIEmbeddingsDimensionCount (line 6901) | func GenAIEmbeddingsDimensionCount(val int) attribute.KeyValue { function GenAIEvaluationExplanation (line 6908) | func GenAIEvaluationExplanation(val string) attribute.KeyValue { function GenAIEvaluationName (line 6915) | func GenAIEvaluationName(val string) attribute.KeyValue { function GenAIEvaluationScoreLabel (line 6922) | func GenAIEvaluationScoreLabel(val string) attribute.KeyValue { function GenAIEvaluationScoreValue (line 6929) | func GenAIEvaluationScoreValue(val float64) attribute.KeyValue { function GenAIPromptName (line 6936) | func GenAIPromptName(val string) attribute.KeyValue { function GenAIRequestChoiceCount (line 6943) | func GenAIRequestChoiceCount(val int) attribute.KeyValue { function GenAIRequestEncodingFormats (line 6950) | func GenAIRequestEncodingFormats(val ...string) attribute.KeyValue { function GenAIRequestFrequencyPenalty (line 6957) | func GenAIRequestFrequencyPenalty(val float64) attribute.KeyValue { function GenAIRequestMaxTokens (line 6964) | func GenAIRequestMaxTokens(val int) attribute.KeyValue { function GenAIRequestModel (line 6971) | func GenAIRequestModel(val string) attribute.KeyValue { function GenAIRequestPresencePenalty (line 6978) | func GenAIRequestPresencePenalty(val float64) attribute.KeyValue { function GenAIRequestSeed (line 6985) | func GenAIRequestSeed(val int) attribute.KeyValue { function GenAIRequestStopSequences (line 6992) | func GenAIRequestStopSequences(val ...string) attribute.KeyValue { function GenAIRequestTemperature (line 6999) | func GenAIRequestTemperature(val float64) attribute.KeyValue { function GenAIRequestTopK (line 7006) | func GenAIRequestTopK(val float64) attribute.KeyValue { function GenAIRequestTopP (line 7013) | func GenAIRequestTopP(val float64) attribute.KeyValue { function GenAIResponseFinishReasons (line 7021) | func GenAIResponseFinishReasons(val ...string) attribute.KeyValue { function GenAIResponseID (line 7028) | func GenAIResponseID(val string) attribute.KeyValue { function GenAIResponseModel (line 7035) | func GenAIResponseModel(val string) attribute.KeyValue { function GenAIToolCallID (line 7042) | func GenAIToolCallID(val string) attribute.KeyValue { function GenAIToolDescription (line 7049) | func GenAIToolDescription(val string) attribute.KeyValue { function GenAIToolName (line 7056) | func GenAIToolName(val string) attribute.KeyValue { function GenAIToolType (line 7063) | func GenAIToolType(val string) attribute.KeyValue { function GenAIUsageInputTokens (line 7070) | func GenAIUsageInputTokens(val int) attribute.KeyValue { function GenAIUsageOutputTokens (line 7077) | func GenAIUsageOutputTokens(val int) attribute.KeyValue { constant GeoContinentCodeKey (line 7226) | GeoContinentCodeKey = attribute.Key("geo.continent.code") constant GeoCountryISOCodeKey (line 7239) | GeoCountryISOCodeKey = attribute.Key("geo.country.iso_code") constant GeoLocalityNameKey (line 7250) | GeoLocalityNameKey = attribute.Key("geo.locality.name") constant GeoLocationLatKey (line 7263) | GeoLocationLatKey = attribute.Key("geo.location.lat") constant GeoLocationLonKey (line 7276) | GeoLocationLonKey = attribute.Key("geo.location.lon") constant GeoPostalCodeKey (line 7288) | GeoPostalCodeKey = attribute.Key("geo.postal_code") constant GeoRegionISOCodeKey (line 7301) | GeoRegionISOCodeKey = attribute.Key("geo.region.iso_code") function GeoCountryISOCode (line 7309) | func GeoCountryISOCode(val string) attribute.KeyValue { function GeoLocalityName (line 7316) | func GeoLocalityName(val string) attribute.KeyValue { function GeoLocationLat (line 7325) | func GeoLocationLat(val float64) attribute.KeyValue { function GeoLocationLon (line 7334) | func GeoLocationLon(val float64) attribute.KeyValue { function GeoPostalCode (line 7342) | func GeoPostalCode(val string) attribute.KeyValue { function GeoRegionISOCode (line 7351) | func GeoRegionISOCode(val string) attribute.KeyValue { constant GoMemoryTypeKey (line 7390) | GoMemoryTypeKey = attribute.Key("go.memory.type") constant GraphQLDocumentKey (line 7416) | GraphQLDocumentKey = attribute.Key("graphql.document") constant GraphQLOperationNameKey (line 7427) | GraphQLOperationNameKey = attribute.Key("graphql.operation.name") constant GraphQLOperationTypeKey (line 7438) | GraphQLOperationTypeKey = attribute.Key("graphql.operation.type") function GraphQLDocument (line 7444) | func GraphQLDocument(val string) attribute.KeyValue { function GraphQLOperationName (line 7451) | func GraphQLOperationName(val string) attribute.KeyValue { constant HerokuAppIDKey (line 7479) | HerokuAppIDKey = attribute.Key("heroku.app.id") constant HerokuReleaseCommitKey (line 7490) | HerokuReleaseCommitKey = attribute.Key("heroku.release.commit") constant HerokuReleaseCreationTimestampKey (line 7501) | HerokuReleaseCreationTimestampKey = attribute.Key("heroku.release.creati... function HerokuAppID (line 7506) | func HerokuAppID(val string) attribute.KeyValue { function HerokuReleaseCommit (line 7513) | func HerokuReleaseCommit(val string) attribute.KeyValue { function HerokuReleaseCreationTimestamp (line 7520) | func HerokuReleaseCreationTimestamp(val string) attribute.KeyValue { constant HostArchKey (line 7535) | HostArchKey = attribute.Key("host.arch") constant HostCPUCacheL2SizeKey (line 7546) | HostCPUCacheL2SizeKey = attribute.Key("host.cpu.cache.l2.size") constant HostCPUFamilyKey (line 7556) | HostCPUFamilyKey = attribute.Key("host.cpu.family") constant HostCPUModelIDKey (line 7568) | HostCPUModelIDKey = attribute.Key("host.cpu.model.id") constant HostCPUModelNameKey (line 7579) | HostCPUModelNameKey = attribute.Key("host.cpu.model.name") constant HostCPUSteppingKey (line 7589) | HostCPUSteppingKey = attribute.Key("host.cpu.stepping") constant HostCPUVendorIDKey (line 7605) | HostCPUVendorIDKey = attribute.Key("host.cpu.vendor.id") constant HostIDKey (line 7618) | HostIDKey = attribute.Key("host.id") constant HostImageIDKey (line 7629) | HostImageIDKey = attribute.Key("host.image.id") constant HostImageNameKey (line 7640) | HostImageNameKey = attribute.Key("host.image.name") constant HostImageVersionKey (line 7653) | HostImageVersionKey = attribute.Key("host.image.version") constant HostIPKey (line 7668) | HostIPKey = attribute.Key("host.ip") constant HostMacKey (line 7684) | HostMacKey = attribute.Key("host.mac") constant HostNameKey (line 7696) | HostNameKey = attribute.Key("host.name") constant HostTypeKey (line 7707) | HostTypeKey = attribute.Key("host.type") function HostCPUCacheL2Size (line 7713) | func HostCPUCacheL2Size(val int) attribute.KeyValue { function HostCPUFamily (line 7720) | func HostCPUFamily(val string) attribute.KeyValue { function HostCPUModelID (line 7728) | func HostCPUModelID(val string) attribute.KeyValue { function HostCPUModelName (line 7735) | func HostCPUModelName(val string) attribute.KeyValue { function HostCPUStepping (line 7742) | func HostCPUStepping(val string) attribute.KeyValue { function HostCPUVendorID (line 7749) | func HostCPUVendorID(val string) attribute.KeyValue { function HostID (line 7758) | func HostID(val string) attribute.KeyValue { function HostImageID (line 7765) | func HostImageID(val string) attribute.KeyValue { function HostImageName (line 7772) | func HostImageName(val string) attribute.KeyValue { function HostImageVersion (line 7781) | func HostImageVersion(val string) attribute.KeyValue { function HostIP (line 7788) | func HostIP(val ...string) attribute.KeyValue { function HostMac (line 7795) | func HostMac(val ...string) attribute.KeyValue { function HostName (line 7803) | func HostName(val string) attribute.KeyValue { function HostType (line 7810) | func HostType(val string) attribute.KeyValue { constant HTTPConnectionStateKey (line 7853) | HTTPConnectionStateKey = attribute.Key("http.connection.state") constant HTTPRequestBodySizeKey (line 7867) | HTTPRequestBodySizeKey = attribute.Key("http.request.body.size") constant HTTPRequestMethodKey (line 7906) | HTTPRequestMethodKey = attribute.Key("http.request.method") constant HTTPRequestMethodOriginalKey (line 7917) | HTTPRequestMethodOriginalKey = attribute.Key("http.request.method_origin... constant HTTPRequestResendCountKey (line 7931) | HTTPRequestResendCountKey = attribute.Key("http.request.resend_count") constant HTTPRequestSizeKey (line 7942) | HTTPRequestSizeKey = attribute.Key("http.request.size") constant HTTPResponseBodySizeKey (line 7956) | HTTPResponseBodySizeKey = attribute.Key("http.response.body.size") constant HTTPResponseSizeKey (line 7967) | HTTPResponseSizeKey = attribute.Key("http.response.size") constant HTTPResponseStatusCodeKey (line 7980) | HTTPResponseStatusCodeKey = attribute.Key("http.response.status_code") constant HTTPRouteKey (line 8014) | HTTPRouteKey = attribute.Key("http.route") function HTTPRequestBodySize (line 8025) | func HTTPRequestBodySize(val int) attribute.KeyValue { function HTTPRequestHeader (line 8033) | func HTTPRequestHeader(key string, val ...string) attribute.KeyValue { function HTTPRequestMethodOriginal (line 8040) | func HTTPRequestMethodOriginal(val string) attribute.KeyValue { function HTTPRequestResendCount (line 8047) | func HTTPRequestResendCount(val int) attribute.KeyValue { function HTTPRequestSize (line 8056) | func HTTPRequestSize(val int) attribute.KeyValue { function HTTPResponseBodySize (line 8068) | func HTTPResponseBodySize(val int) attribute.KeyValue { function HTTPResponseHeader (line 8076) | func HTTPResponseHeader(key string, val ...string) attribute.KeyValue { function HTTPResponseSize (line 8085) | func HTTPResponseSize(val int) attribute.KeyValue { function HTTPResponseStatusCode (line 8094) | func HTTPResponseStatusCode(val int) attribute.KeyValue { function HTTPRoute (line 8102) | func HTTPRoute(val string) attribute.KeyValue { constant HwBatteryCapacityKey (line 8164) | HwBatteryCapacityKey = attribute.Key("hw.battery.capacity") constant HwBatteryChemistryKey (line 8177) | HwBatteryChemistryKey = attribute.Key("hw.battery.chemistry") constant HwBatteryStateKey (line 8187) | HwBatteryStateKey = attribute.Key("hw.battery.state") constant HwBiosVersionKey (line 8198) | HwBiosVersionKey = attribute.Key("hw.bios_version") constant HwDriverVersionKey (line 8209) | HwDriverVersionKey = attribute.Key("hw.driver_version") constant HwEnclosureTypeKey (line 8220) | HwEnclosureTypeKey = attribute.Key("hw.enclosure.type") constant HwFirmwareVersionKey (line 8231) | HwFirmwareVersionKey = attribute.Key("hw.firmware_version") constant HwGpuTaskKey (line 8241) | HwGpuTaskKey = attribute.Key("hw.gpu.task") constant HwIDKey (line 8252) | HwIDKey = attribute.Key("hw.id") constant HwLimitTypeKey (line 8263) | HwLimitTypeKey = attribute.Key("hw.limit_type") constant HwLogicalDiskRaidLevelKey (line 8274) | HwLogicalDiskRaidLevelKey = attribute.Key("hw.logical_disk.raid_level") constant HwLogicalDiskStateKey (line 8285) | HwLogicalDiskStateKey = attribute.Key("hw.logical_disk.state") constant HwMemoryTypeKey (line 8295) | HwMemoryTypeKey = attribute.Key("hw.memory.type") constant HwModelKey (line 8306) | HwModelKey = attribute.Key("hw.model") constant HwNameKey (line 8317) | HwNameKey = attribute.Key("hw.name") constant HwNetworkLogicalAddressesKey (line 8328) | HwNetworkLogicalAddressesKey = attribute.Key("hw.network.logical_address... constant HwNetworkPhysicalAddressKey (line 8339) | HwNetworkPhysicalAddressKey = attribute.Key("hw.network.physical_address") constant HwParentKey (line 8350) | HwParentKey = attribute.Key("hw.parent") constant HwPhysicalDiskSmartAttributeKey (line 8364) | HwPhysicalDiskSmartAttributeKey = attribute.Key("hw.physical_disk.smart_... constant HwPhysicalDiskStateKey (line 8375) | HwPhysicalDiskStateKey = attribute.Key("hw.physical_disk.state") constant HwPhysicalDiskTypeKey (line 8386) | HwPhysicalDiskTypeKey = attribute.Key("hw.physical_disk.type") constant HwSensorLocationKey (line 8398) | HwSensorLocationKey = attribute.Key("hw.sensor_location") constant HwSerialNumberKey (line 8409) | HwSerialNumberKey = attribute.Key("hw.serial_number") constant HwStateKey (line 8419) | HwStateKey = attribute.Key("hw.state") constant HwTapeDriveOperationTypeKey (line 8430) | HwTapeDriveOperationTypeKey = attribute.Key("hw.tape_drive.operation_type") constant HwTypeKey (line 8444) | HwTypeKey = attribute.Key("hw.type") constant HwVendorKey (line 8454) | HwVendorKey = attribute.Key("hw.vendor") function HwBatteryCapacity (line 8460) | func HwBatteryCapacity(val string) attribute.KeyValue { function HwBatteryChemistry (line 8469) | func HwBatteryChemistry(val string) attribute.KeyValue { function HwBiosVersion (line 8476) | func HwBiosVersion(val string) attribute.KeyValue { function HwDriverVersion (line 8483) | func HwDriverVersion(val string) attribute.KeyValue { function HwEnclosureType (line 8490) | func HwEnclosureType(val string) attribute.KeyValue { function HwFirmwareVersion (line 8497) | func HwFirmwareVersion(val string) attribute.KeyValue { function HwID (line 8504) | func HwID(val string) attribute.KeyValue { function HwLogicalDiskRaidLevel (line 8511) | func HwLogicalDiskRaidLevel(val string) attribute.KeyValue { function HwMemoryType (line 8517) | func HwMemoryType(val string) attribute.KeyValue { function HwModel (line 8524) | func HwModel(val string) attribute.KeyValue { function HwName (line 8531) | func HwName(val string) attribute.KeyValue { function HwNetworkLogicalAddresses (line 8538) | func HwNetworkLogicalAddresses(val ...string) attribute.KeyValue { function HwNetworkPhysicalAddress (line 8545) | func HwNetworkPhysicalAddress(val string) attribute.KeyValue { function HwParent (line 8552) | func HwParent(val string) attribute.KeyValue { function HwPhysicalDiskSmartAttribute (line 8562) | func HwPhysicalDiskSmartAttribute(val string) attribute.KeyValue { function HwPhysicalDiskType (line 8569) | func HwPhysicalDiskType(val string) attribute.KeyValue { function HwSensorLocation (line 8576) | func HwSensorLocation(val string) attribute.KeyValue { function HwSerialNumber (line 8583) | func HwSerialNumber(val string) attribute.KeyValue { function HwVendor (line 8589) | func HwVendor(val string) attribute.KeyValue { constant IOSAppStateKey (line 8758) | IOSAppStateKey = attribute.Key("ios.app.state") constant JSONRPCProtocolVersionKey (line 8802) | JSONRPCProtocolVersionKey = attribute.Key("jsonrpc.protocol.version") constant JSONRPCRequestIDKey (line 8822) | JSONRPCRequestIDKey = attribute.Key("jsonrpc.request.id") function JSONRPCProtocolVersion (line 8829) | func JSONRPCProtocolVersion(val string) attribute.KeyValue { function JSONRPCRequestID (line 8837) | func JSONRPCRequestID(val string) attribute.KeyValue { constant K8SClusterNameKey (line 8851) | K8SClusterNameKey = attribute.Key("k8s.cluster.name") constant K8SClusterUIDKey (line 8886) | K8SClusterUIDKey = attribute.Key("k8s.cluster.uid") constant K8SContainerNameKey (line 8898) | K8SContainerNameKey = attribute.Key("k8s.container.name") constant K8SContainerRestartCountKey (line 8910) | K8SContainerRestartCountKey = attribute.Key("k8s.container.restart_count") constant K8SContainerStatusLastTerminatedReasonKey (line 8921) | K8SContainerStatusLastTerminatedReasonKey = attribute.Key("k8s.container... constant K8SContainerStatusReasonKey (line 8938) | K8SContainerStatusReasonKey = attribute.Key("k8s.container.status.reason") constant K8SContainerStatusStateKey (line 8951) | K8SContainerStatusStateKey = attribute.Key("k8s.container.status.state") constant K8SCronJobNameKey (line 8961) | K8SCronJobNameKey = attribute.Key("k8s.cronjob.name") constant K8SCronJobUIDKey (line 8971) | K8SCronJobUIDKey = attribute.Key("k8s.cronjob.uid") constant K8SDaemonSetNameKey (line 8982) | K8SDaemonSetNameKey = attribute.Key("k8s.daemonset.name") constant K8SDaemonSetUIDKey (line 8992) | K8SDaemonSetUIDKey = attribute.Key("k8s.daemonset.uid") constant K8SDeploymentNameKey (line 9003) | K8SDeploymentNameKey = attribute.Key("k8s.deployment.name") constant K8SDeploymentUIDKey (line 9014) | K8SDeploymentUIDKey = attribute.Key("k8s.deployment.uid") constant K8SHPAMetricTypeKey (line 9026) | K8SHPAMetricTypeKey = attribute.Key("k8s.hpa.metric.type") constant K8SHPANameKey (line 9036) | K8SHPANameKey = attribute.Key("k8s.hpa.name") constant K8SHPAScaletargetrefAPIVersionKey (line 9049) | K8SHPAScaletargetrefAPIVersionKey = attribute.Key("k8s.hpa.scaletargetre... constant K8SHPAScaletargetrefKindKey (line 9061) | K8SHPAScaletargetrefKindKey = attribute.Key("k8s.hpa.scaletargetref.kind") constant K8SHPAScaletargetrefNameKey (line 9073) | K8SHPAScaletargetrefNameKey = attribute.Key("k8s.hpa.scaletargetref.name") constant K8SHPAUIDKey (line 9083) | K8SHPAUIDKey = attribute.Key("k8s.hpa.uid") constant K8SHugepageSizeKey (line 9094) | K8SHugepageSizeKey = attribute.Key("k8s.hugepage.size") constant K8SJobNameKey (line 9104) | K8SJobNameKey = attribute.Key("k8s.job.name") constant K8SJobUIDKey (line 9114) | K8SJobUIDKey = attribute.Key("k8s.job.uid") constant K8SNamespaceNameKey (line 9125) | K8SNamespaceNameKey = attribute.Key("k8s.namespace.name") constant K8SNamespacePhaseKey (line 9140) | K8SNamespacePhaseKey = attribute.Key("k8s.namespace.phase") constant K8SNodeConditionStatusKey (line 9155) | K8SNodeConditionStatusKey = attribute.Key("k8s.node.condition.status") constant K8SNodeConditionTypeKey (line 9180) | K8SNodeConditionTypeKey = attribute.Key("k8s.node.condition.type") constant K8SNodeNameKey (line 9190) | K8SNodeNameKey = attribute.Key("k8s.node.name") constant K8SNodeUIDKey (line 9200) | K8SNodeUIDKey = attribute.Key("k8s.node.uid") constant K8SPodHostnameKey (line 9220) | K8SPodHostnameKey = attribute.Key("k8s.pod.hostname") constant K8SPodIPKey (line 9234) | K8SPodIPKey = attribute.Key("k8s.pod.ip") constant K8SPodNameKey (line 9244) | K8SPodNameKey = attribute.Key("k8s.pod.name") constant K8SPodStartTimeKey (line 9263) | K8SPodStartTimeKey = attribute.Key("k8s.pod.start_time") constant K8SPodStatusPhaseKey (line 9276) | K8SPodStatusPhaseKey = attribute.Key("k8s.pod.status.phase") constant K8SPodStatusReasonKey (line 9289) | K8SPodStatusReasonKey = attribute.Key("k8s.pod.status.reason") constant K8SPodUIDKey (line 9299) | K8SPodUIDKey = attribute.Key("k8s.pod.uid") constant K8SReplicaSetNameKey (line 9310) | K8SReplicaSetNameKey = attribute.Key("k8s.replicaset.name") constant K8SReplicaSetUIDKey (line 9321) | K8SReplicaSetUIDKey = attribute.Key("k8s.replicaset.uid") constant K8SReplicationControllerNameKey (line 9332) | K8SReplicationControllerNameKey = attribute.Key("k8s.replicationcontroll... constant K8SReplicationControllerUIDKey (line 9343) | K8SReplicationControllerUIDKey = attribute.Key("k8s.replicationcontrolle... constant K8SResourceQuotaNameKey (line 9354) | K8SResourceQuotaNameKey = attribute.Key("k8s.resourcequota.name") constant K8SResourceQuotaResourceNameKey (line 9373) | K8SResourceQuotaResourceNameKey = attribute.Key("k8s.resourcequota.resou... constant K8SResourceQuotaUIDKey (line 9384) | K8SResourceQuotaUIDKey = attribute.Key("k8s.resourcequota.uid") constant K8SStatefulSetNameKey (line 9395) | K8SStatefulSetNameKey = attribute.Key("k8s.statefulset.name") constant K8SStatefulSetUIDKey (line 9406) | K8SStatefulSetUIDKey = attribute.Key("k8s.statefulset.uid") constant K8SStorageclassNameKey (line 9419) | K8SStorageclassNameKey = attribute.Key("k8s.storageclass.name") constant K8SVolumeNameKey (line 9429) | K8SVolumeNameKey = attribute.Key("k8s.volume.name") constant K8SVolumeTypeKey (line 9439) | K8SVolumeTypeKey = attribute.Key("k8s.volume.type") function K8SClusterName (line 9445) | func K8SClusterName(val string) attribute.KeyValue { function K8SClusterUID (line 9452) | func K8SClusterUID(val string) attribute.KeyValue { function K8SContainerName (line 9460) | func K8SContainerName(val string) attribute.KeyValue { function K8SContainerRestartCount (line 9468) | func K8SContainerRestartCount(val int) attribute.KeyValue { function K8SContainerStatusLastTerminatedReason (line 9475) | func K8SContainerStatusLastTerminatedReason(val string) attribute.KeyVal... function K8SCronJobAnnotation (line 9483) | func K8SCronJobAnnotation(key string, val string) attribute.KeyValue { function K8SCronJobLabel (line 9491) | func K8SCronJobLabel(key string, val string) attribute.KeyValue { function K8SCronJobName (line 9498) | func K8SCronJobName(val string) attribute.KeyValue { function K8SCronJobUID (line 9504) | func K8SCronJobUID(val string) attribute.KeyValue { function K8SDaemonSetAnnotation (line 9512) | func K8SDaemonSetAnnotation(key string, val string) attribute.KeyValue { function K8SDaemonSetLabel (line 9520) | func K8SDaemonSetLabel(key string, val string) attribute.KeyValue { function K8SDaemonSetName (line 9527) | func K8SDaemonSetName(val string) attribute.KeyValue { function K8SDaemonSetUID (line 9534) | func K8SDaemonSetUID(val string) attribute.KeyValue { function K8SDeploymentAnnotation (line 9542) | func K8SDeploymentAnnotation(key string, val string) attribute.KeyValue { function K8SDeploymentLabel (line 9550) | func K8SDeploymentLabel(key string, val string) attribute.KeyValue { function K8SDeploymentName (line 9557) | func K8SDeploymentName(val string) attribute.KeyValue { function K8SDeploymentUID (line 9564) | func K8SDeploymentUID(val string) attribute.KeyValue { function K8SHPAMetricType (line 9571) | func K8SHPAMetricType(val string) attribute.KeyValue { function K8SHPAName (line 9577) | func K8SHPAName(val string) attribute.KeyValue { function K8SHPAScaletargetrefAPIVersion (line 9584) | func K8SHPAScaletargetrefAPIVersion(val string) attribute.KeyValue { function K8SHPAScaletargetrefKind (line 9591) | func K8SHPAScaletargetrefKind(val string) attribute.KeyValue { function K8SHPAScaletargetrefName (line 9598) | func K8SHPAScaletargetrefName(val string) attribute.KeyValue { function K8SHPAUID (line 9604) | func K8SHPAUID(val string) attribute.KeyValue { function K8SHugepageSize (line 9611) | func K8SHugepageSize(val string) attribute.KeyValue { function K8SJobAnnotation (line 9619) | func K8SJobAnnotation(key string, val string) attribute.KeyValue { function K8SJobLabel (line 9627) | func K8SJobLabel(key string, val string) attribute.KeyValue { function K8SJobName (line 9633) | func K8SJobName(val string) attribute.KeyValue { function K8SJobUID (line 9639) | func K8SJobUID(val string) attribute.KeyValue { function K8SNamespaceAnnotation (line 9647) | func K8SNamespaceAnnotation(key string, val string) attribute.KeyValue { function K8SNamespaceLabel (line 9655) | func K8SNamespaceLabel(key string, val string) attribute.KeyValue { function K8SNamespaceName (line 9662) | func K8SNamespaceName(val string) attribute.KeyValue { function K8SNodeAnnotation (line 9670) | func K8SNodeAnnotation(key string, val string) attribute.KeyValue { function K8SNodeLabel (line 9678) | func K8SNodeLabel(key string, val string) attribute.KeyValue { function K8SNodeName (line 9684) | func K8SNodeName(val string) attribute.KeyValue { function K8SNodeUID (line 9690) | func K8SNodeUID(val string) attribute.KeyValue { function K8SPodAnnotation (line 9698) | func K8SPodAnnotation(key string, val string) attribute.KeyValue { function K8SPodHostname (line 9705) | func K8SPodHostname(val string) attribute.KeyValue { function K8SPodIP (line 9711) | func K8SPodIP(val string) attribute.KeyValue { function K8SPodLabel (line 9718) | func K8SPodLabel(key string, val string) attribute.KeyValue { function K8SPodName (line 9724) | func K8SPodName(val string) attribute.KeyValue { function K8SPodStartTime (line 9731) | func K8SPodStartTime(val string) attribute.KeyValue { function K8SPodUID (line 9737) | func K8SPodUID(val string) attribute.KeyValue { function K8SReplicaSetAnnotation (line 9745) | func K8SReplicaSetAnnotation(key string, val string) attribute.KeyValue { function K8SReplicaSetLabel (line 9753) | func K8SReplicaSetLabel(key string, val string) attribute.KeyValue { function K8SReplicaSetName (line 9760) | func K8SReplicaSetName(val string) attribute.KeyValue { function K8SReplicaSetUID (line 9767) | func K8SReplicaSetUID(val string) attribute.KeyValue { function K8SReplicationControllerName (line 9774) | func K8SReplicationControllerName(val string) attribute.KeyValue { function K8SReplicationControllerUID (line 9781) | func K8SReplicationControllerUID(val string) attribute.KeyValue { function K8SResourceQuotaName (line 9788) | func K8SResourceQuotaName(val string) attribute.KeyValue { function K8SResourceQuotaResourceName (line 9795) | func K8SResourceQuotaResourceName(val string) attribute.KeyValue { function K8SResourceQuotaUID (line 9802) | func K8SResourceQuotaUID(val string) attribute.KeyValue { function K8SStatefulSetAnnotation (line 9810) | func K8SStatefulSetAnnotation(key string, val string) attribute.KeyValue { function K8SStatefulSetLabel (line 9818) | func K8SStatefulSetLabel(key string, val string) attribute.KeyValue { function K8SStatefulSetName (line 9825) | func K8SStatefulSetName(val string) attribute.KeyValue { function K8SStatefulSetUID (line 9832) | func K8SStatefulSetUID(val string) attribute.KeyValue { function K8SStorageclassName (line 9841) | func K8SStorageclassName(val string) attribute.KeyValue { function K8SVolumeName (line 9848) | func K8SVolumeName(val string) attribute.KeyValue { constant LogFileNameKey (line 10042) | LogFileNameKey = attribute.Key("log.file.name") constant LogFileNameResolvedKey (line 10053) | LogFileNameResolvedKey = attribute.Key("log.file.name_resolved") constant LogFilePathKey (line 10063) | LogFilePathKey = attribute.Key("log.file.path") constant LogFilePathResolvedKey (line 10074) | LogFilePathResolvedKey = attribute.Key("log.file.path_resolved") constant LogIostreamKey (line 10085) | LogIostreamKey = attribute.Key("log.iostream") constant LogRecordOriginalKey (line 10101) | LogRecordOriginalKey = attribute.Key("log.record.original") constant LogRecordUIDKey (line 10119) | LogRecordUIDKey = attribute.Key("log.record.uid") function LogFileName (line 10124) | func LogFileName(val string) attribute.KeyValue { function LogFileNameResolved (line 10131) | func LogFileNameResolved(val string) attribute.KeyValue { function LogFilePath (line 10137) | func LogFilePath(val string) attribute.KeyValue { function LogFilePathResolved (line 10144) | func LogFilePathResolved(val string) attribute.KeyValue { function LogRecordOriginal (line 10151) | func LogRecordOriginal(val string) attribute.KeyValue { function LogRecordUID (line 10157) | func LogRecordUID(val string) attribute.KeyValue { constant MainframeLparNameKey (line 10182) | MainframeLparNameKey = attribute.Key("mainframe.lpar.name") function MainframeLparName (line 10188) | func MainframeLparName(val string) attribute.KeyValue { constant McpMethodNameKey (line 10203) | McpMethodNameKey = attribute.Key("mcp.method.name") constant McpProtocolVersionKey (line 10216) | McpProtocolVersionKey = attribute.Key("mcp.protocol.version") constant McpResourceURIKey (line 10230) | McpResourceURIKey = attribute.Key("mcp.resource.uri") constant McpSessionIDKey (line 10242) | McpSessionIDKey = attribute.Key("mcp.session.id") function McpProtocolVersion (line 10250) | func McpProtocolVersion(val string) attribute.KeyValue { function McpResourceURI (line 10257) | func McpResourceURI(val string) attribute.KeyValue { function McpSessionID (line 10265) | func McpSessionID(val string) attribute.KeyValue { constant MessagingBatchMessageCountKey (line 10391) | MessagingBatchMessageCountKey = attribute.Key("messaging.batch.message_c... constant MessagingClientIDKey (line 10402) | MessagingClientIDKey = attribute.Key("messaging.client.id") constant MessagingConsumerGroupNameKey (line 10416) | MessagingConsumerGroupNameKey = attribute.Key("messaging.consumer.group.... constant MessagingDestinationAnonymousKey (line 10428) | MessagingDestinationAnonymousKey = attribute.Key("messaging.destination.... constant MessagingDestinationNameKey (line 10443) | MessagingDestinationNameKey = attribute.Key("messaging.destination.name") constant MessagingDestinationPartitionIDKey (line 10455) | MessagingDestinationPartitionIDKey = attribute.Key("messaging.destinatio... constant MessagingDestinationSubscriptionNameKey (line 10470) | MessagingDestinationSubscriptionNameKey = attribute.Key("messaging.desti... constant MessagingDestinationTemplateKey (line 10486) | MessagingDestinationTemplateKey = attribute.Key("messaging.destination.t... constant MessagingDestinationTemporaryKey (line 10498) | MessagingDestinationTemporaryKey = attribute.Key("messaging.destination.... constant MessagingEventHubsMessageEnqueuedTimeKey (line 10508) | MessagingEventHubsMessageEnqueuedTimeKey = attribute.Key("messaging.even... constant MessagingGCPPubSubMessageAckDeadlineKey (line 10518) | MessagingGCPPubSubMessageAckDeadlineKey = attribute.Key("messaging.gcp_p... constant MessagingGCPPubSubMessageAckIDKey (line 10529) | MessagingGCPPubSubMessageAckIDKey = attribute.Key("messaging.gcp_pubsub.... constant MessagingGCPPubSubMessageDeliveryAttemptKey (line 10538) | MessagingGCPPubSubMessageDeliveryAttemptKey = attribute.Key("messaging.g... constant MessagingGCPPubSubMessageOrderingKeyKey (line 10550) | MessagingGCPPubSubMessageOrderingKeyKey = attribute.Key("messaging.gcp_p... constant MessagingKafkaMessageKeyKey (line 10566) | MessagingKafkaMessageKeyKey = attribute.Key("messaging.kafka.message.key") constant MessagingKafkaMessageTombstoneKey (line 10577) | MessagingKafkaMessageTombstoneKey = attribute.Key("messaging.kafka.messa... constant MessagingKafkaOffsetKey (line 10586) | MessagingKafkaOffsetKey = attribute.Key("messaging.kafka.offset") constant MessagingMessageBodySizeKey (line 10599) | MessagingMessageBodySizeKey = attribute.Key("messaging.message.body.size") constant MessagingMessageConversationIDKey (line 10611) | MessagingMessageConversationIDKey = attribute.Key("messaging.message.con... constant MessagingMessageEnvelopeSizeKey (line 10624) | MessagingMessageEnvelopeSizeKey = attribute.Key("messaging.message.envel... constant MessagingMessageIDKey (line 10636) | MessagingMessageIDKey = attribute.Key("messaging.message.id") constant MessagingOperationNameKey (line 10647) | MessagingOperationNameKey = attribute.Key("messaging.operation.name") constant MessagingOperationTypeKey (line 10659) | MessagingOperationTypeKey = attribute.Key("messaging.operation.type") constant MessagingRabbitMQDestinationRoutingKeyKey (line 10670) | MessagingRabbitMQDestinationRoutingKeyKey = attribute.Key("messaging.rab... constant MessagingRabbitMQMessageDeliveryTagKey (line 10679) | MessagingRabbitMQMessageDeliveryTagKey = attribute.Key("messaging.rabbit... constant MessagingRocketMQConsumptionModelKey (line 10690) | MessagingRocketMQConsumptionModelKey = attribute.Key("messaging.rocketmq... constant MessagingRocketMQMessageDelayTimeLevelKey (line 10700) | MessagingRocketMQMessageDelayTimeLevelKey = attribute.Key("messaging.roc... constant MessagingRocketMQMessageDeliveryTimestampKey (line 10710) | MessagingRocketMQMessageDeliveryTimestampKey = attribute.Key("messaging.... constant MessagingRocketMQMessageGroupKey (line 10722) | MessagingRocketMQMessageGroupKey = attribute.Key("messaging.rocketmq.mes... constant MessagingRocketMQMessageKeysKey (line 10733) | MessagingRocketMQMessageKeysKey = attribute.Key("messaging.rocketmq.mess... constant MessagingRocketMQMessageTagKey (line 10744) | MessagingRocketMQMessageTagKey = attribute.Key("messaging.rocketmq.messa... constant MessagingRocketMQMessageTypeKey (line 10755) | MessagingRocketMQMessageTypeKey = attribute.Key("messaging.rocketmq.mess... constant MessagingRocketMQNamespaceKey (line 10767) | MessagingRocketMQNamespaceKey = attribute.Key("messaging.rocketmq.namesp... constant MessagingServiceBusDispositionStatusKey (line 10780) | MessagingServiceBusDispositionStatusKey = attribute.Key("messaging.servi... constant MessagingServiceBusMessageDeliveryCountKey (line 10790) | MessagingServiceBusMessageDeliveryCountKey = attribute.Key("messaging.se... constant MessagingServiceBusMessageEnqueuedTimeKey (line 10800) | MessagingServiceBusMessageEnqueuedTimeKey = attribute.Key("messaging.ser... constant MessagingSystemKey (line 10815) | MessagingSystemKey = attribute.Key("messaging.system") function MessagingBatchMessageCount (line 10822) | func MessagingBatchMessageCount(val int) attribute.KeyValue { function MessagingClientID (line 10829) | func MessagingClientID(val string) attribute.KeyValue { function MessagingConsumerGroupName (line 10836) | func MessagingConsumerGroupName(val string) attribute.KeyValue { function MessagingDestinationAnonymous (line 10844) | func MessagingDestinationAnonymous(val bool) attribute.KeyValue { function MessagingDestinationName (line 10851) | func MessagingDestinationName(val string) attribute.KeyValue { function MessagingDestinationPartitionID (line 10859) | func MessagingDestinationPartitionID(val string) attribute.KeyValue { function MessagingDestinationSubscriptionName (line 10867) | func MessagingDestinationSubscriptionName(val string) attribute.KeyValue { function MessagingDestinationTemplate (line 10874) | func MessagingDestinationTemplate(val string) attribute.KeyValue { function MessagingDestinationTemporary (line 10882) | func MessagingDestinationTemporary(val bool) attribute.KeyValue { function MessagingEventHubsMessageEnqueuedTime (line 10890) | func MessagingEventHubsMessageEnqueuedTime(val int) attribute.KeyValue { function MessagingGCPPubSubMessageAckDeadline (line 10898) | func MessagingGCPPubSubMessageAckDeadline(val int) attribute.KeyValue { function MessagingGCPPubSubMessageAckID (line 10905) | func MessagingGCPPubSubMessageAckID(val string) attribute.KeyValue { function MessagingGCPPubSubMessageDeliveryAttempt (line 10912) | func MessagingGCPPubSubMessageDeliveryAttempt(val int) attribute.KeyValue { function MessagingGCPPubSubMessageOrderingKey (line 10920) | func MessagingGCPPubSubMessageOrderingKey(val string) attribute.KeyValue { function MessagingKafkaMessageKey (line 10929) | func MessagingKafkaMessageKey(val string) attribute.KeyValue { function MessagingKafkaMessageTombstone (line 10936) | func MessagingKafkaMessageTombstone(val bool) attribute.KeyValue { function MessagingKafkaOffset (line 10943) | func MessagingKafkaOffset(val int) attribute.KeyValue { function MessagingMessageBodySize (line 10950) | func MessagingMessageBodySize(val int) attribute.KeyValue { function MessagingMessageConversationID (line 10958) | func MessagingMessageConversationID(val string) attribute.KeyValue { function MessagingMessageEnvelopeSize (line 10965) | func MessagingMessageEnvelopeSize(val int) attribute.KeyValue { function MessagingMessageID (line 10972) | func MessagingMessageID(val string) attribute.KeyValue { function MessagingOperationName (line 10979) | func MessagingOperationName(val string) attribute.KeyValue { function MessagingRabbitMQDestinationRoutingKey (line 10986) | func MessagingRabbitMQDestinationRoutingKey(val string) attribute.KeyVal... function MessagingRabbitMQMessageDeliveryTag (line 10993) | func MessagingRabbitMQMessageDeliveryTag(val int) attribute.KeyValue { function MessagingRocketMQMessageDelayTimeLevel (line 11001) | func MessagingRocketMQMessageDelayTimeLevel(val int) attribute.KeyValue { function MessagingRocketMQMessageDeliveryTimestamp (line 11009) | func MessagingRocketMQMessageDeliveryTimestamp(val int) attribute.KeyVal... function MessagingRocketMQMessageGroup (line 11017) | func MessagingRocketMQMessageGroup(val string) attribute.KeyValue { function MessagingRocketMQMessageKeys (line 11024) | func MessagingRocketMQMessageKeys(val ...string) attribute.KeyValue { function MessagingRocketMQMessageTag (line 11031) | func MessagingRocketMQMessageTag(val string) attribute.KeyValue { function MessagingRocketMQNamespace (line 11039) | func MessagingRocketMQNamespace(val string) attribute.KeyValue { function MessagingServiceBusMessageDeliveryCount (line 11047) | func MessagingServiceBusMessageDeliveryCount(val int) attribute.KeyValue { function MessagingServiceBusMessageEnqueuedTime (line 11055) | func MessagingServiceBusMessageEnqueuedTime(val int) attribute.KeyValue { constant NetworkCarrierICCKey (line 11182) | NetworkCarrierICCKey = attribute.Key("network.carrier.icc") constant NetworkCarrierMCCKey (line 11193) | NetworkCarrierMCCKey = attribute.Key("network.carrier.mcc") constant NetworkCarrierMNCKey (line 11204) | NetworkCarrierMNCKey = attribute.Key("network.carrier.mnc") constant NetworkCarrierNameKey (line 11215) | NetworkCarrierNameKey = attribute.Key("network.carrier.name") constant NetworkConnectionStateKey (line 11229) | NetworkConnectionStateKey = attribute.Key("network.connection.state") constant NetworkConnectionSubtypeKey (line 11242) | NetworkConnectionSubtypeKey = attribute.Key("network.connection.subtype") constant NetworkConnectionTypeKey (line 11253) | NetworkConnectionTypeKey = attribute.Key("network.connection.type") constant NetworkInterfaceNameKey (line 11264) | NetworkInterfaceNameKey = attribute.Key("network.interface.name") constant NetworkIODirectionKey (line 11275) | NetworkIODirectionKey = attribute.Key("network.io.direction") constant NetworkLocalAddressKey (line 11286) | NetworkLocalAddressKey = attribute.Key("network.local.address") constant NetworkLocalPortKey (line 11297) | NetworkLocalPortKey = attribute.Key("network.local.port") constant NetworkPeerAddressKey (line 11308) | NetworkPeerAddressKey = attribute.Key("network.peer.address") constant NetworkPeerPortKey (line 11319) | NetworkPeerPortKey = attribute.Key("network.peer.port") constant NetworkProtocolNameKey (line 11333) | NetworkProtocolNameKey = attribute.Key("network.protocol.name") constant NetworkProtocolVersionKey (line 11349) | NetworkProtocolVersionKey = attribute.Key("network.protocol.version") constant NetworkTransportKey (line 11368) | NetworkTransportKey = attribute.Key("network.transport") constant NetworkTypeKey (line 11381) | NetworkTypeKey = attribute.Key("network.type") function NetworkCarrierICC (line 11387) | func NetworkCarrierICC(val string) attribute.KeyValue { function NetworkCarrierMCC (line 11394) | func NetworkCarrierMCC(val string) attribute.KeyValue { function NetworkCarrierMNC (line 11401) | func NetworkCarrierMNC(val string) attribute.KeyValue { function NetworkCarrierName (line 11408) | func NetworkCarrierName(val string) attribute.KeyValue { function NetworkInterfaceName (line 11415) | func NetworkInterfaceName(val string) attribute.KeyValue { function NetworkLocalAddress (line 11422) | func NetworkLocalAddress(val string) attribute.KeyValue { function NetworkLocalPort (line 11429) | func NetworkLocalPort(val int) attribute.KeyValue { function NetworkPeerAddress (line 11436) | func NetworkPeerAddress(val string) attribute.KeyValue { function NetworkPeerPort (line 11443) | func NetworkPeerPort(val int) attribute.KeyValue { function NetworkProtocolName (line 11452) | func NetworkProtocolName(val string) attribute.KeyValue { function NetworkProtocolVersion (line 11459) | func NetworkProtocolVersion(val string) attribute.KeyValue { constant NfsOperationNameKey (line 11636) | NfsOperationNameKey = attribute.Key("nfs.operation.name") constant NfsServerRepcacheStatusKey (line 11648) | NfsServerRepcacheStatusKey = attribute.Key("nfs.server.repcache.status") function NfsOperationName (line 11654) | func NfsOperationName(val string) attribute.KeyValue { function NfsServerRepcacheStatus (line 11662) | func NfsServerRepcacheStatus(val string) attribute.KeyValue { constant OCIManifestDigestKey (line 11686) | OCIManifestDigestKey = attribute.Key("oci.manifest.digest") function OCIManifestDigest (line 11693) | func OCIManifestDigest(val string) attribute.KeyValue { constant OncRPCProcedureNameKey (line 11708) | OncRPCProcedureNameKey = attribute.Key("onc_rpc.procedure.name") constant OncRPCProcedureNumberKey (line 11719) | OncRPCProcedureNumberKey = attribute.Key("onc_rpc.procedure.number") constant OncRPCProgramNameKey (line 11730) | OncRPCProgramNameKey = attribute.Key("onc_rpc.program.name") constant OncRPCVersionKey (line 11740) | OncRPCVersionKey = attribute.Key("onc_rpc.version") function OncRPCProcedureName (line 11746) | func OncRPCProcedureName(val string) attribute.KeyValue { function OncRPCProcedureNumber (line 11753) | func OncRPCProcedureNumber(val int) attribute.KeyValue { function OncRPCProgramName (line 11760) | func OncRPCProgramName(val string) attribute.KeyValue { function OncRPCVersion (line 11767) | func OncRPCVersion(val int) attribute.KeyValue { constant OpenAIRequestServiceTierKey (line 11782) | OpenAIRequestServiceTierKey = attribute.Key("openai.request.service_tier") constant OpenAIResponseServiceTierKey (line 11793) | OpenAIResponseServiceTierKey = attribute.Key("openai.response.service_ti... constant OpenAIResponseSystemFingerprintKey (line 11804) | OpenAIResponseSystemFingerprintKey = attribute.Key("openai.response.syst... function OpenAIResponseServiceTier (line 11810) | func OpenAIResponseServiceTier(val string) attribute.KeyValue { function OpenAIResponseSystemFingerprint (line 11817) | func OpenAIResponseSystemFingerprint(val string) attribute.KeyValue { constant OpenShiftClusterquotaNameKey (line 11842) | OpenShiftClusterquotaNameKey = attribute.Key("openshift.clusterquota.name") constant OpenShiftClusterquotaUIDKey (line 11853) | OpenShiftClusterquotaUIDKey = attribute.Key("openshift.clusterquota.uid") function OpenShiftClusterquotaName (line 11859) | func OpenShiftClusterquotaName(val string) attribute.KeyValue { function OpenShiftClusterquotaUID (line 11866) | func OpenShiftClusterquotaUID(val string) attribute.KeyValue { constant OpenTracingRefTypeKey (line 11882) | OpenTracingRefTypeKey = attribute.Key("opentracing.ref_type") constant OSBuildIDKey (line 11906) | OSBuildIDKey = attribute.Key("os.build_id") constant OSDescriptionKey (line 11918) | OSDescriptionKey = attribute.Key("os.description") constant OSNameKey (line 11928) | OSNameKey = attribute.Key("os.name") constant OSTypeKey (line 11938) | OSTypeKey = attribute.Key("os.type") constant OSVersionKey (line 11951) | OSVersionKey = attribute.Key("os.version") function OSBuildID (line 11957) | func OSBuildID(val string) attribute.KeyValue { function OSDescription (line 11965) | func OSDescription(val string) attribute.KeyValue { function OSName (line 11971) | func OSName(val string) attribute.KeyValue { function OSVersion (line 11980) | func OSVersion(val string) attribute.KeyValue { constant OTelComponentNameKey (line 12055) | OTelComponentNameKey = attribute.Key("otel.component.name") constant OTelComponentTypeKey (line 12069) | OTelComponentTypeKey = attribute.Key("otel.component.type") constant OTelEventNameKey (line 12083) | OTelEventNameKey = attribute.Key("otel.event.name") constant OTelScopeNameKey (line 12094) | OTelScopeNameKey = attribute.Key("otel.scope.name") constant OTelScopeSchemaURLKey (line 12105) | OTelScopeSchemaURLKey = attribute.Key("otel.scope.schema_url") constant OTelScopeVersionKey (line 12116) | OTelScopeVersionKey = attribute.Key("otel.scope.version") constant OTelSpanParentOriginKey (line 12130) | OTelSpanParentOriginKey = attribute.Key("otel.span.parent.origin") constant OTelSpanSamplingResultKey (line 12141) | OTelSpanSamplingResultKey = attribute.Key("otel.span.sampling_result") constant OTelStatusCodeKey (line 12152) | OTelStatusCodeKey = attribute.Key("otel.status_code") constant OTelStatusDescriptionKey (line 12163) | OTelStatusDescriptionKey = attribute.Key("otel.status_description") function OTelComponentName (line 12170) | func OTelComponentName(val string) attribute.KeyValue { function OTelEventName (line 12177) | func OTelEventName(val string) attribute.KeyValue { function OTelScopeName (line 12184) | func OTelScopeName(val string) attribute.KeyValue { function OTelScopeSchemaURL (line 12191) | func OTelScopeSchemaURL(val string) attribute.KeyValue { function OTelScopeVersion (line 12198) | func OTelScopeVersion(val string) attribute.KeyValue { function OTelStatusDescription (line 12205) | func OTelStatusDescription(val string) attribute.KeyValue { constant PprofLocationIsFoldedKey (line 12332) | PprofLocationIsFoldedKey = attribute.Key("pprof.location.is_folded") constant PprofMappingHasFilenamesKey (line 12343) | PprofMappingHasFilenamesKey = attribute.Key("pprof.mapping.has_filenames") constant PprofMappingHasFunctionsKey (line 12354) | PprofMappingHasFunctionsKey = attribute.Key("pprof.mapping.has_functions") constant PprofMappingHasInlineFramesKey (line 12365) | PprofMappingHasInlineFramesKey = attribute.Key("pprof.mapping.has_inline... constant PprofMappingHasLineNumbersKey (line 12376) | PprofMappingHasLineNumbersKey = attribute.Key("pprof.mapping.has_line_nu... constant PprofProfileCommentKey (line 12388) | PprofProfileCommentKey = attribute.Key("pprof.profile.comment") constant PprofProfileDocURLKey (line 12401) | PprofProfileDocURLKey = attribute.Key("pprof.profile.doc_url") constant PprofProfileDropFramesKey (line 12413) | PprofProfileDropFramesKey = attribute.Key("pprof.profile.drop_frames") constant PprofProfileKeepFramesKey (line 12425) | PprofProfileKeepFramesKey = attribute.Key("pprof.profile.keep_frames") function PprofLocationIsFolded (line 12434) | func PprofLocationIsFolded(val bool) attribute.KeyValue { function PprofMappingHasFilenames (line 12441) | func PprofMappingHasFilenames(val bool) attribute.KeyValue { function PprofMappingHasFunctions (line 12448) | func PprofMappingHasFunctions(val bool) attribute.KeyValue { function PprofMappingHasInlineFrames (line 12455) | func PprofMappingHasInlineFrames(val bool) attribute.KeyValue { function PprofMappingHasLineNumbers (line 12462) | func PprofMappingHasLineNumbers(val bool) attribute.KeyValue { function PprofProfileComment (line 12470) | func PprofProfileComment(val ...string) attribute.KeyValue { function PprofProfileDocURL (line 12477) | func PprofProfileDocURL(val string) attribute.KeyValue { function PprofProfileDropFrames (line 12485) | func PprofProfileDropFrames(val string) attribute.KeyValue { function PprofProfileKeepFrames (line 12493) | func PprofProfileKeepFrames(val string) attribute.KeyValue { constant ProcessArgsCountKey (line 12511) | ProcessArgsCountKey = attribute.Key("process.args_count") constant ProcessCommandKey (line 12524) | ProcessCommandKey = attribute.Key("process.command") constant ProcessCommandArgsKey (line 12540) | ProcessCommandArgsKey = attribute.Key("process.command_args") constant ProcessCommandLineKey (line 12555) | ProcessCommandLineKey = attribute.Key("process.command_line") constant ProcessContextSwitchTypeKey (line 12567) | ProcessContextSwitchTypeKey = attribute.Key("process.context_switch.type") constant ProcessCreationTimeKey (line 12578) | ProcessCreationTimeKey = attribute.Key("process.creation.time") constant ProcessExecutableBuildIDGNUKey (line 12589) | ProcessExecutableBuildIDGNUKey = attribute.Key("process.executable.build... constant ProcessExecutableBuildIDGoKey (line 12601) | ProcessExecutableBuildIDGoKey = attribute.Key("process.executable.build_... constant ProcessExecutableBuildIDHtlhashKey (line 12613) | ProcessExecutableBuildIDHtlhashKey = attribute.Key("process.executable.b... constant ProcessExecutableNameKey (line 12626) | ProcessExecutableNameKey = attribute.Key("process.executable.name") constant ProcessExecutablePathKey (line 12639) | ProcessExecutablePathKey = attribute.Key("process.executable.path") constant ProcessExitCodeKey (line 12649) | ProcessExitCodeKey = attribute.Key("process.exit.code") constant ProcessExitTimeKey (line 12660) | ProcessExitTimeKey = attribute.Key("process.exit.time") constant ProcessGroupLeaderPIDKey (line 12672) | ProcessGroupLeaderPIDKey = attribute.Key("process.group_leader.pid") constant ProcessInteractiveKey (line 12683) | ProcessInteractiveKey = attribute.Key("process.interactive") constant ProcessLinuxCgroupKey (line 12701) | ProcessLinuxCgroupKey = attribute.Key("process.linux.cgroup") constant ProcessOwnerKey (line 12712) | ProcessOwnerKey = attribute.Key("process.owner") constant ProcessParentPIDKey (line 12723) | ProcessParentPIDKey = attribute.Key("process.parent_pid") constant ProcessPIDKey (line 12733) | ProcessPIDKey = attribute.Key("process.pid") constant ProcessRealUserIDKey (line 12744) | ProcessRealUserIDKey = attribute.Key("process.real_user.id") constant ProcessRealUserNameKey (line 12755) | ProcessRealUserNameKey = attribute.Key("process.real_user.name") constant ProcessRuntimeDescriptionKey (line 12767) | ProcessRuntimeDescriptionKey = attribute.Key("process.runtime.description") constant ProcessRuntimeNameKey (line 12778) | ProcessRuntimeNameKey = attribute.Key("process.runtime.name") constant ProcessRuntimeVersionKey (line 12789) | ProcessRuntimeVersionKey = attribute.Key("process.runtime.version") constant ProcessSavedUserIDKey (line 12800) | ProcessSavedUserIDKey = attribute.Key("process.saved_user.id") constant ProcessSavedUserNameKey (line 12811) | ProcessSavedUserNameKey = attribute.Key("process.saved_user.name") constant ProcessSessionLeaderPIDKey (line 12823) | ProcessSessionLeaderPIDKey = attribute.Key("process.session_leader.pid") constant ProcessStateKey (line 12836) | ProcessStateKey = attribute.Key("process.state") constant ProcessTitleKey (line 12849) | ProcessTitleKey = attribute.Key("process.title") constant ProcessUserIDKey (line 12860) | ProcessUserIDKey = attribute.Key("process.user.id") constant ProcessUserNameKey (line 12871) | ProcessUserNameKey = attribute.Key("process.user.name") constant ProcessVpidKey (line 12884) | ProcessVpidKey = attribute.Key("process.vpid") constant ProcessWorkingDirectoryKey (line 12895) | ProcessWorkingDirectoryKey = attribute.Key("process.working_directory") function ProcessArgsCount (line 12901) | func ProcessArgsCount(val int) attribute.KeyValue { function ProcessCommand (line 12910) | func ProcessCommand(val string) attribute.KeyValue { function ProcessCommandArgs (line 12922) | func ProcessCommandArgs(val ...string) attribute.KeyValue { function ProcessCommandLine (line 12933) | func ProcessCommandLine(val string) attribute.KeyValue { function ProcessCreationTime (line 12940) | func ProcessCreationTime(val string) attribute.KeyValue { function ProcessEnvironmentVariable (line 12948) | func ProcessEnvironmentVariable(key string, val string) attribute.KeyVal... function ProcessExecutableBuildIDGNU (line 12955) | func ProcessExecutableBuildIDGNU(val string) attribute.KeyValue { function ProcessExecutableBuildIDGo (line 12962) | func ProcessExecutableBuildIDGo(val string) attribute.KeyValue { function ProcessExecutableBuildIDHtlhash (line 12970) | func ProcessExecutableBuildIDHtlhash(val string) attribute.KeyValue { function ProcessExecutableName (line 12979) | func ProcessExecutableName(val string) attribute.KeyValue { function ProcessExecutablePath (line 12988) | func ProcessExecutablePath(val string) attribute.KeyValue { function ProcessExitCode (line 12995) | func ProcessExitCode(val int) attribute.KeyValue { function ProcessExitTime (line 13002) | func ProcessExitTime(val string) attribute.KeyValue { function ProcessGroupLeaderPID (line 13010) | func ProcessGroupLeaderPID(val int) attribute.KeyValue { function ProcessInteractive (line 13017) | func ProcessInteractive(val bool) attribute.KeyValue { function ProcessLinuxCgroup (line 13024) | func ProcessLinuxCgroup(val string) attribute.KeyValue { function ProcessOwner (line 13031) | func ProcessOwner(val string) attribute.KeyValue { function ProcessParentPID (line 13038) | func ProcessParentPID(val int) attribute.KeyValue { function ProcessPID (line 13044) | func ProcessPID(val int) attribute.KeyValue { function ProcessRealUserID (line 13051) | func ProcessRealUserID(val int) attribute.KeyValue { function ProcessRealUserName (line 13058) | func ProcessRealUserName(val string) attribute.KeyValue { function ProcessRuntimeDescription (line 13066) | func ProcessRuntimeDescription(val string) attribute.KeyValue { function ProcessRuntimeName (line 13073) | func ProcessRuntimeName(val string) attribute.KeyValue { function ProcessRuntimeVersion (line 13080) | func ProcessRuntimeVersion(val string) attribute.KeyValue { function ProcessSavedUserID (line 13087) | func ProcessSavedUserID(val int) attribute.KeyValue { function ProcessSavedUserName (line 13094) | func ProcessSavedUserName(val string) attribute.KeyValue { function ProcessSessionLeaderPID (line 13102) | func ProcessSessionLeaderPID(val int) attribute.KeyValue { function ProcessTitle (line 13108) | func ProcessTitle(val string) attribute.KeyValue { function ProcessUserID (line 13115) | func ProcessUserID(val int) attribute.KeyValue { function ProcessUserName (line 13122) | func ProcessUserName(val string) attribute.KeyValue { function ProcessVpid (line 13128) | func ProcessVpid(val int) attribute.KeyValue { function ProcessWorkingDirectory (line 13135) | func ProcessWorkingDirectory(val string) attribute.KeyValue { constant ProfileFrameTypeKey (line 13176) | ProfileFrameTypeKey = attribute.Key("profile.frame.type") constant RPCMessageCompressedSizeKey (line 13270) | RPCMessageCompressedSizeKey = attribute.Key("rpc.message.compressed_size") constant RPCMessageIDKey (line 13283) | RPCMessageIDKey = attribute.Key("rpc.message.id") constant RPCMessageTypeKey (line 13294) | RPCMessageTypeKey = attribute.Key("rpc.message.type") constant RPCMessageUncompressedSizeKey (line 13305) | RPCMessageUncompressedSizeKey = attribute.Key("rpc.message.uncompressed_... constant RPCMethodKey (line 13340) | RPCMethodKey = attribute.Key("rpc.method") constant RPCMethodOriginalKey (line 13352) | RPCMethodOriginalKey = attribute.Key("rpc.method_original") constant RPCResponseStatusCodeKey (line 13369) | RPCResponseStatusCodeKey = attribute.Key("rpc.response.status_code") constant RPCSystemNameKey (line 13383) | RPCSystemNameKey = attribute.Key("rpc.system.name") function RPCMessageCompressedSize (line 13389) | func RPCMessageCompressedSize(val int) attribute.KeyValue { function RPCMessageID (line 13396) | func RPCMessageID(val int) attribute.KeyValue { function RPCMessageUncompressedSize (line 13403) | func RPCMessageUncompressedSize(val int) attribute.KeyValue { function RPCMethod (line 13410) | func RPCMethod(val string) attribute.KeyValue { function RPCMethodOriginal (line 13417) | func RPCMethodOriginal(val string) attribute.KeyValue { function RPCRequestMetadata (line 13425) | func RPCRequestMetadata(key string, val ...string) attribute.KeyValue { function RPCResponseMetadata (line 13433) | func RPCResponseMetadata(key string, val ...string) attribute.KeyValue { function RPCResponseStatusCode (line 13440) | func RPCResponseStatusCode(val string) attribute.KeyValue { constant SecurityRuleCategoryKey (line 13489) | SecurityRuleCategoryKey = attribute.Key("security_rule.category") constant SecurityRuleDescriptionKey (line 13500) | SecurityRuleDescriptionKey = attribute.Key("security_rule.description") constant SecurityRuleLicenseKey (line 13511) | SecurityRuleLicenseKey = attribute.Key("security_rule.license") constant SecurityRuleNameKey (line 13522) | SecurityRuleNameKey = attribute.Key("security_rule.name") constant SecurityRuleReferenceKey (line 13536) | SecurityRuleReferenceKey = attribute.Key("security_rule.reference") constant SecurityRuleRulesetNameKey (line 13548) | SecurityRuleRulesetNameKey = attribute.Key("security_rule.ruleset.name") constant SecurityRuleUUIDKey (line 13560) | SecurityRuleUUIDKey = attribute.Key("security_rule.uuid") constant SecurityRuleVersionKey (line 13571) | SecurityRuleVersionKey = attribute.Key("security_rule.version") function SecurityRuleCategory (line 13577) | func SecurityRuleCategory(val string) attribute.KeyValue { function SecurityRuleDescription (line 13584) | func SecurityRuleDescription(val string) attribute.KeyValue { function SecurityRuleLicense (line 13591) | func SecurityRuleLicense(val string) attribute.KeyValue { function SecurityRuleName (line 13598) | func SecurityRuleName(val string) attribute.KeyValue { function SecurityRuleReference (line 13605) | func SecurityRuleReference(val string) attribute.KeyValue { function SecurityRuleRulesetName (line 13613) | func SecurityRuleRulesetName(val string) attribute.KeyValue { function SecurityRuleUUID (line 13621) | func SecurityRuleUUID(val string) attribute.KeyValue { function SecurityRuleVersion (line 13628) | func SecurityRuleVersion(val string) attribute.KeyValue { constant ServerAddressKey (line 13646) | ServerAddressKey = attribute.Key("server.address") constant ServerPortKey (line 13659) | ServerPortKey = attribute.Key("server.port") function ServerAddress (line 13665) | func ServerAddress(val string) attribute.KeyValue { function ServerPort (line 13671) | func ServerPort(val int) attribute.KeyValue { constant ServiceInstanceIDKey (line 13732) | ServiceInstanceIDKey = attribute.Key("service.instance.id") constant ServiceNameKey (line 13749) | ServiceNameKey = attribute.Key("service.name") constant ServiceNamespaceKey (line 13768) | ServiceNamespaceKey = attribute.Key("service.namespace") constant ServicePeerNameKey (line 13782) | ServicePeerNameKey = attribute.Key("service.peer.name") constant ServicePeerNamespaceKey (line 13797) | ServicePeerNamespaceKey = attribute.Key("service.peer.namespace") constant ServiceVersionKey (line 13808) | ServiceVersionKey = attribute.Key("service.version") function ServiceInstanceID (line 13814) | func ServiceInstanceID(val string) attribute.KeyValue { function ServiceName (line 13820) | func ServiceName(val string) attribute.KeyValue { function ServiceNamespace (line 13827) | func ServiceNamespace(val string) attribute.KeyValue { function ServicePeerName (line 13837) | func ServicePeerName(val string) attribute.KeyValue { function ServicePeerNamespace (line 13848) | func ServicePeerNamespace(val string) attribute.KeyValue { function ServiceVersion (line 13855) | func ServiceVersion(val string) attribute.KeyValue { constant SessionIDKey (line 13869) | SessionIDKey = attribute.Key("session.id") constant SessionPreviousIDKey (line 13880) | SessionPreviousIDKey = attribute.Key("session.previous_id") function SessionID (line 13885) | func SessionID(val string) attribute.KeyValue { function SessionPreviousID (line 13892) | func SessionPreviousID(val string) attribute.KeyValue { constant SignalRConnectionStatusKey (line 13907) | SignalRConnectionStatusKey = attribute.Key("signalr.connection.status") constant SignalRTransportKey (line 13920) | SignalRTransportKey = attribute.Key("signalr.transport") constant SourceAddressKey (line 13964) | SourceAddressKey = attribute.Key("source.address") constant SourcePortKey (line 13974) | SourcePortKey = attribute.Key("source.port") function SourceAddress (line 13981) | func SourceAddress(val string) attribute.KeyValue { function SourcePort (line 13987) | func SourcePort(val int) attribute.KeyValue { constant SystemDeviceKey (line 14001) | SystemDeviceKey = attribute.Key("system.device") constant SystemFilesystemModeKey (line 14012) | SystemFilesystemModeKey = attribute.Key("system.filesystem.mode") constant SystemFilesystemMountpointKey (line 14023) | SystemFilesystemMountpointKey = attribute.Key("system.filesystem.mountpo... constant SystemFilesystemStateKey (line 14034) | SystemFilesystemStateKey = attribute.Key("system.filesystem.state") constant SystemFilesystemTypeKey (line 14045) | SystemFilesystemTypeKey = attribute.Key("system.filesystem.type") constant SystemMemoryLinuxSlabStateKey (line 14056) | SystemMemoryLinuxSlabStateKey = attribute.Key("system.memory.linux.slab.... constant SystemMemoryStateKey (line 14066) | SystemMemoryStateKey = attribute.Key("system.memory.state") constant SystemPagingDirectionKey (line 14077) | SystemPagingDirectionKey = attribute.Key("system.paging.direction") constant SystemPagingFaultTypeKey (line 14088) | SystemPagingFaultTypeKey = attribute.Key("system.paging.fault.type") constant SystemPagingStateKey (line 14099) | SystemPagingStateKey = attribute.Key("system.paging.state") function SystemDevice (line 14104) | func SystemDevice(val string) attribute.KeyValue { function SystemFilesystemMode (line 14111) | func SystemFilesystemMode(val string) attribute.KeyValue { function SystemFilesystemMountpoint (line 14118) | func SystemFilesystemMountpoint(val string) attribute.KeyValue { constant TelemetryDistroNameKey (line 14228) | TelemetryDistroNameKey = attribute.Key("telemetry.distro.name") constant TelemetryDistroVersionKey (line 14239) | TelemetryDistroVersionKey = attribute.Key("telemetry.distro.version") constant TelemetrySDKLanguageKey (line 14250) | TelemetrySDKLanguageKey = attribute.Key("telemetry.sdk.language") constant TelemetrySDKNameKey (line 14271) | TelemetrySDKNameKey = attribute.Key("telemetry.sdk.name") constant TelemetrySDKVersionKey (line 14282) | TelemetrySDKVersionKey = attribute.Key("telemetry.sdk.version") function TelemetryDistroName (line 14288) | func TelemetryDistroName(val string) attribute.KeyValue { function TelemetryDistroVersion (line 14295) | func TelemetryDistroVersion(val string) attribute.KeyValue { function TelemetrySDKName (line 14302) | func TelemetrySDKName(val string) attribute.KeyValue { function TelemetrySDKVersion (line 14309) | func TelemetrySDKVersion(val string) attribute.KeyValue { constant TestCaseNameKey (line 14367) | TestCaseNameKey = attribute.Key("test.case.name") constant TestCaseResultStatusKey (line 14378) | TestCaseResultStatusKey = attribute.Key("test.case.result.status") constant TestSuiteNameKey (line 14391) | TestSuiteNameKey = attribute.Key("test.suite.name") constant TestSuiteRunStatusKey (line 14403) | TestSuiteRunStatusKey = attribute.Key("test.suite.run.status") function TestCaseName (line 14411) | func TestCaseName(val string) attribute.KeyValue { function TestSuiteName (line 14420) | func TestSuiteName(val string) attribute.KeyValue { constant ThreadIDKey (line 14477) | ThreadIDKey = attribute.Key("thread.id") constant ThreadNameKey (line 14497) | ThreadNameKey = attribute.Key("thread.name") function ThreadID (line 14503) | func ThreadID(val int) attribute.KeyValue { function ThreadName (line 14509) | func ThreadName(val string) attribute.KeyValue { constant TLSCipherKey (line 14530) | TLSCipherKey = attribute.Key("tls.cipher") constant TLSClientCertificateKey (line 14543) | TLSClientCertificateKey = attribute.Key("tls.client.certificate") constant TLSClientCertificateChainKey (line 14556) | TLSClientCertificateChainKey = attribute.Key("tls.client.certificate_cha... constant TLSClientHashMd5Key (line 14569) | TLSClientHashMd5Key = attribute.Key("tls.client.hash.md5") constant TLSClientHashSha1Key (line 14582) | TLSClientHashSha1Key = attribute.Key("tls.client.hash.sha1") constant TLSClientHashSha256Key (line 14595) | TLSClientHashSha256Key = attribute.Key("tls.client.hash.sha256") constant TLSClientIssuerKey (line 14608) | TLSClientIssuerKey = attribute.Key("tls.client.issuer") constant TLSClientJa3Key (line 14619) | TLSClientJa3Key = attribute.Key("tls.client.ja3") constant TLSClientNotAfterKey (line 14630) | TLSClientNotAfterKey = attribute.Key("tls.client.not_after") constant TLSClientNotBeforeKey (line 14641) | TLSClientNotBeforeKey = attribute.Key("tls.client.not_before") constant TLSClientSubjectKey (line 14652) | TLSClientSubjectKey = attribute.Key("tls.client.subject") constant TLSClientSupportedCiphersKey (line 14664) | TLSClientSupportedCiphersKey = attribute.Key("tls.client.supported_ciphe... constant TLSCurveKey (line 14675) | TLSCurveKey = attribute.Key("tls.curve") constant TLSEstablishedKey (line 14686) | TLSEstablishedKey = attribute.Key("tls.established") constant TLSNextProtocolKey (line 14700) | TLSNextProtocolKey = attribute.Key("tls.next_protocol") constant TLSProtocolNameKey (line 14713) | TLSProtocolNameKey = attribute.Key("tls.protocol.name") constant TLSProtocolVersionKey (line 14727) | TLSProtocolVersionKey = attribute.Key("tls.protocol.version") constant TLSResumedKey (line 14738) | TLSResumedKey = attribute.Key("tls.resumed") constant TLSServerCertificateKey (line 14751) | TLSServerCertificateKey = attribute.Key("tls.server.certificate") constant TLSServerCertificateChainKey (line 14764) | TLSServerCertificateChainKey = attribute.Key("tls.server.certificate_cha... constant TLSServerHashMd5Key (line 14777) | TLSServerHashMd5Key = attribute.Key("tls.server.hash.md5") constant TLSServerHashSha1Key (line 14790) | TLSServerHashSha1Key = attribute.Key("tls.server.hash.sha1") constant TLSServerHashSha256Key (line 14803) | TLSServerHashSha256Key = attribute.Key("tls.server.hash.sha256") constant TLSServerIssuerKey (line 14816) | TLSServerIssuerKey = attribute.Key("tls.server.issuer") constant TLSServerJa3sKey (line 14827) | TLSServerJa3sKey = attribute.Key("tls.server.ja3s") constant TLSServerNotAfterKey (line 14838) | TLSServerNotAfterKey = attribute.Key("tls.server.not_after") constant TLSServerNotBeforeKey (line 14849) | TLSServerNotBeforeKey = attribute.Key("tls.server.not_before") constant TLSServerSubjectKey (line 14860) | TLSServerSubjectKey = attribute.Key("tls.server.subject") function TLSCipher (line 14868) | func TLSCipher(val string) attribute.KeyValue { function TLSClientCertificate (line 14877) | func TLSClientCertificate(val string) attribute.KeyValue { function TLSClientCertificateChain (line 14886) | func TLSClientCertificateChain(val ...string) attribute.KeyValue { function TLSClientHashMd5 (line 14895) | func TLSClientHashMd5(val string) attribute.KeyValue { function TLSClientHashSha1 (line 14904) | func TLSClientHashSha1(val string) attribute.KeyValue { function TLSClientHashSha256 (line 14913) | func TLSClientHashSha256(val string) attribute.KeyValue { function TLSClientIssuer (line 14922) | func TLSClientIssuer(val string) attribute.KeyValue { function TLSClientJa3 (line 14929) | func TLSClientJa3(val string) attribute.KeyValue { function TLSClientNotAfter (line 14936) | func TLSClientNotAfter(val string) attribute.KeyValue { function TLSClientNotBefore (line 14943) | func TLSClientNotBefore(val string) attribute.KeyValue { function TLSClientSubject (line 14950) | func TLSClientSubject(val string) attribute.KeyValue { function TLSClientSupportedCiphers (line 14957) | func TLSClientSupportedCiphers(val ...string) attribute.KeyValue { function TLSCurve (line 14964) | func TLSCurve(val string) attribute.KeyValue { function TLSEstablished (line 14972) | func TLSEstablished(val bool) attribute.KeyValue { function TLSNextProtocol (line 14982) | func TLSNextProtocol(val string) attribute.KeyValue { function TLSProtocolVersion (line 14992) | func TLSProtocolVersion(val string) attribute.KeyValue { function TLSResumed (line 14999) | func TLSResumed(val bool) attribute.KeyValue { function TLSServerCertificate (line 15008) | func TLSServerCertificate(val string) attribute.KeyValue { function TLSServerCertificateChain (line 15017) | func TLSServerCertificateChain(val ...string) attribute.KeyValue { function TLSServerHashMd5 (line 15026) | func TLSServerHashMd5(val string) attribute.KeyValue { function TLSServerHashSha1 (line 15035) | func TLSServerHashSha1(val string) attribute.KeyValue { function TLSServerHashSha256 (line 15044) | func TLSServerHashSha256(val string) attribute.KeyValue { function TLSServerIssuer (line 15053) | func TLSServerIssuer(val string) attribute.KeyValue { function TLSServerJa3s (line 15060) | func TLSServerJa3s(val string) attribute.KeyValue { function TLSServerNotAfter (line 15067) | func TLSServerNotAfter(val string) attribute.KeyValue { function TLSServerNotBefore (line 15074) | func TLSServerNotBefore(val string) attribute.KeyValue { function TLSServerSubject (line 15081) | func TLSServerSubject(val string) attribute.KeyValue { constant URLDomainKey (line 15113) | URLDomainKey = attribute.Key("url.domain") constant URLExtensionKey (line 15127) | URLExtensionKey = attribute.Key("url.extension") constant URLFragmentKey (line 15139) | URLFragmentKey = attribute.Key("url.fragment") constant URLFullKey (line 15187) | URLFullKey = attribute.Key("url.full") constant URLOriginalKey (line 15205) | URLOriginalKey = attribute.Key("url.original") constant URLPathKey (line 15219) | URLPathKey = attribute.Key("url.path") constant URLPortKey (line 15229) | URLPortKey = attribute.Key("url.port") constant URLQueryKey (line 15262) | URLQueryKey = attribute.Key("url.query") constant URLRegisteredDomainKey (line 15279) | URLRegisteredDomainKey = attribute.Key("url.registered_domain") constant URLSchemeKey (line 15292) | URLSchemeKey = attribute.Key("url.scheme") constant URLSubdomainKey (line 15309) | URLSubdomainKey = attribute.Key("url.subdomain") constant URLTemplateKey (line 15322) | URLTemplateKey = attribute.Key("url.template") constant URLTopLevelDomainKey (line 15337) | URLTopLevelDomainKey = attribute.Key("url.top_level_domain") function URLDomain (line 15343) | func URLDomain(val string) attribute.KeyValue { function URLExtension (line 15350) | func URLExtension(val string) attribute.KeyValue { function URLFragment (line 15358) | func URLFragment(val string) attribute.KeyValue { function URLFull (line 15367) | func URLFull(val string) attribute.KeyValue { function URLOriginal (line 15374) | func URLOriginal(val string) attribute.KeyValue { function URLPath (line 15382) | func URLPath(val string) attribute.KeyValue { function URLPort (line 15388) | func URLPort(val int) attribute.KeyValue { function URLQuery (line 15396) | func URLQuery(val string) attribute.KeyValue { function URLRegisteredDomain (line 15403) | func URLRegisteredDomain(val string) attribute.KeyValue { function URLScheme (line 15412) | func URLScheme(val string) attribute.KeyValue { function URLSubdomain (line 15422) | func URLSubdomain(val string) attribute.KeyValue { function URLTemplate (line 15431) | func URLTemplate(val string) attribute.KeyValue { function URLTopLevelDomain (line 15439) | func URLTopLevelDomain(val string) attribute.KeyValue { constant UserEmailKey (line 15453) | UserEmailKey = attribute.Key("user.email") constant UserFullNameKey (line 15463) | UserFullNameKey = attribute.Key("user.full_name") constant UserHashKey (line 15476) | UserHashKey = attribute.Key("user.hash") constant UserIDKey (line 15486) | UserIDKey = attribute.Key("user.id") constant UserNameKey (line 15496) | UserNameKey = attribute.Key("user.name") constant UserRolesKey (line 15506) | UserRolesKey = attribute.Key("user.roles") function UserEmail (line 15511) | func UserEmail(val string) attribute.KeyValue { function UserFullName (line 15517) | func UserFullName(val string) attribute.KeyValue { function UserHash (line 15524) | func UserHash(val string) attribute.KeyValue { function UserID (line 15530) | func UserID(val string) attribute.KeyValue { function UserName (line 15536) | func UserName(val string) attribute.KeyValue { function UserRoles (line 15543) | func UserRoles(val ...string) attribute.KeyValue { constant UserAgentNameKey (line 15565) | UserAgentNameKey = attribute.Key("user_agent.name") constant UserAgentOriginalKey (line 15581) | UserAgentOriginalKey = attribute.Key("user_agent.original") constant UserAgentOSNameKey (line 15596) | UserAgentOSNameKey = attribute.Key("user_agent.os.name") constant UserAgentOSVersionKey (line 15612) | UserAgentOSVersionKey = attribute.Key("user_agent.os.version") constant UserAgentSyntheticTypeKey (line 15630) | UserAgentSyntheticTypeKey = attribute.Key("user_agent.synthetic.type") constant UserAgentVersionKey (line 15648) | UserAgentVersionKey = attribute.Key("user_agent.version") function UserAgentName (line 15654) | func UserAgentName(val string) attribute.KeyValue { function UserAgentOriginal (line 15663) | func UserAgentOriginal(val string) attribute.KeyValue { function UserAgentOSName (line 15670) | func UserAgentOSName(val string) attribute.KeyValue { function UserAgentOSVersion (line 15679) | func UserAgentOSVersion(val string) attribute.KeyValue { function UserAgentVersion (line 15686) | func UserAgentVersion(val string) attribute.KeyValue { constant VCSChangeIDKey (line 15712) | VCSChangeIDKey = attribute.Key("vcs.change.id") constant VCSChangeStateKey (line 15723) | VCSChangeStateKey = attribute.Key("vcs.change.state") constant VCSChangeTitleKey (line 15736) | VCSChangeTitleKey = attribute.Key("vcs.change.title") constant VCSLineChangeTypeKey (line 15747) | VCSLineChangeTypeKey = attribute.Key("vcs.line_change.type") constant VCSOwnerNameKey (line 15758) | VCSOwnerNameKey = attribute.Key("vcs.owner.name") constant VCSProviderNameKey (line 15769) | VCSProviderNameKey = attribute.Key("vcs.provider.name") constant VCSRefBaseNameKey (line 15785) | VCSRefBaseNameKey = attribute.Key("vcs.ref.base.name") constant VCSRefBaseRevisionKey (line 15818) | VCSRefBaseRevisionKey = attribute.Key("vcs.ref.base.revision") constant VCSRefBaseTypeKey (line 15834) | VCSRefBaseTypeKey = attribute.Key("vcs.ref.base.type") constant VCSRefHeadNameKey (line 15849) | VCSRefHeadNameKey = attribute.Key("vcs.ref.head.name") constant VCSRefHeadRevisionKey (line 15880) | VCSRefHeadRevisionKey = attribute.Key("vcs.ref.head.revision") constant VCSRefHeadTypeKey (line 15895) | VCSRefHeadTypeKey = attribute.Key("vcs.ref.head.type") constant VCSRefTypeKey (line 15907) | VCSRefTypeKey = attribute.Key("vcs.ref.type") constant VCSRepositoryNameKey (line 15922) | VCSRepositoryNameKey = attribute.Key("vcs.repository.name") constant VCSRepositoryURLFullKey (line 15940) | VCSRepositoryURLFullKey = attribute.Key("vcs.repository.url.full") constant VCSRevisionDeltaDirectionKey (line 15951) | VCSRevisionDeltaDirectionKey = attribute.Key("vcs.revision_delta.directi... function VCSChangeID (line 15958) | func VCSChangeID(val string) attribute.KeyValue { function VCSChangeTitle (line 15967) | func VCSChangeTitle(val string) attribute.KeyValue { function VCSOwnerName (line 15974) | func VCSOwnerName(val string) attribute.KeyValue { function VCSRefBaseName (line 15983) | func VCSRefBaseName(val string) attribute.KeyValue { function VCSRefBaseRevision (line 15993) | func VCSRefBaseRevision(val string) attribute.KeyValue { function VCSRefHeadName (line 16002) | func VCSRefHeadName(val string) attribute.KeyValue { function VCSRefHeadRevision (line 16012) | func VCSRefHeadRevision(val string) attribute.KeyValue { function VCSRepositoryName (line 16020) | func VCSRepositoryName(val string) attribute.KeyValue { function VCSRepositoryURLFull (line 16030) | func VCSRepositoryURLFull(val string) attribute.KeyValue { constant WebEngineDescriptionKey (line 16156) | WebEngineDescriptionKey = attribute.Key("webengine.description") constant WebEngineNameKey (line 16166) | WebEngineNameKey = attribute.Key("webengine.name") constant WebEngineVersionKey (line 16177) | WebEngineVersionKey = attribute.Key("webengine.version") function WebEngineDescription (line 16183) | func WebEngineDescription(val string) attribute.KeyValue { function WebEngineName (line 16189) | func WebEngineName(val string) attribute.KeyValue { function WebEngineVersion (line 16196) | func WebEngineVersion(val string) attribute.KeyValue { constant ZOSSmfIDKey (line 16212) | ZOSSmfIDKey = attribute.Key("zos.smf.id") constant ZOSSysplexNameKey (line 16223) | ZOSSysplexNameKey = attribute.Key("zos.sysplex.name") function ZOSSmfID (line 16230) | func ZOSSmfID(val string) attribute.KeyValue { function ZOSSysplexName (line 16237) | func ZOSSysplexName(val string) attribute.KeyValue { FILE: vendor/go.opentelemetry.io/otel/semconv/v1.39.0/error_type.go function ErrorType (line 25) | func ErrorType(err error) attribute.KeyValue { function errorType (line 33) | func errorType(err error) string { FILE: vendor/go.opentelemetry.io/otel/semconv/v1.39.0/exception.go constant ExceptionEventName (line 8) | ExceptionEventName = "exception" FILE: vendor/go.opentelemetry.io/otel/semconv/v1.39.0/otelconv/metric.go type ErrorTypeAttr (line 27) | type ErrorTypeAttr type ComponentTypeAttr (line 38) | type ComponentTypeAttr type SpanParentOriginAttr (line 94) | type SpanParentOriginAttr type SpanSamplingResultAttr (line 114) | type SpanSamplingResultAttr type SDKExporterLogExported (line 129) | type SDKExporterLogExported struct method Inst (line 165) | func (m SDKExporterLogExported) Inst() metric.Int64Counter { method Name (line 170) | func (SDKExporterLogExported) Name() string { method Unit (line 175) | func (SDKExporterLogExported) Unit() string { method Description (line 180) | func (SDKExporterLogExported) Description() string { method Add (line 195) | func (m SDKExporterLogExported) Add( method AddSet (line 230) | func (m SDKExporterLogExported) AddSet(ctx context.Context, incr int64... method AttrErrorType (line 249) | func (SDKExporterLogExported) AttrErrorType(val ErrorTypeAttr) attribu... method AttrComponentName (line 256) | func (SDKExporterLogExported) AttrComponentName(val string) attribute.... method AttrComponentType (line 263) | func (SDKExporterLogExported) AttrComponentType(val ComponentTypeAttr)... method AttrServerAddress (line 270) | func (SDKExporterLogExported) AttrServerAddress(val string) attribute.... method AttrServerPort (line 276) | func (SDKExporterLogExported) AttrServerPort(val int) attribute.KeyVal... function NewSDKExporterLogExported (line 139) | func NewSDKExporterLogExported( type SDKExporterLogInflight (line 284) | type SDKExporterLogInflight struct method Inst (line 320) | func (m SDKExporterLogInflight) Inst() metric.Int64UpDownCounter { method Name (line 325) | func (SDKExporterLogInflight) Name() string { method Unit (line 330) | func (SDKExporterLogInflight) Unit() string { method Description (line 335) | func (SDKExporterLogInflight) Description() string { method Add (line 345) | func (m SDKExporterLogInflight) Add( method AddSet (line 375) | func (m SDKExporterLogInflight) AddSet(ctx context.Context, incr int64... method AttrComponentName (line 394) | func (SDKExporterLogInflight) AttrComponentName(val string) attribute.... method AttrComponentType (line 401) | func (SDKExporterLogInflight) AttrComponentType(val ComponentTypeAttr)... method AttrServerAddress (line 408) | func (SDKExporterLogInflight) AttrServerAddress(val string) attribute.... method AttrServerPort (line 414) | func (SDKExporterLogInflight) AttrServerPort(val int) attribute.KeyVal... function NewSDKExporterLogInflight (line 294) | func NewSDKExporterLogInflight( type SDKExporterMetricDataPointExported (line 422) | type SDKExporterMetricDataPointExported struct method Inst (line 459) | func (m SDKExporterMetricDataPointExported) Inst() metric.Int64Counter { method Name (line 464) | func (SDKExporterMetricDataPointExported) Name() string { method Unit (line 469) | func (SDKExporterMetricDataPointExported) Unit() string { method Description (line 474) | func (SDKExporterMetricDataPointExported) Description() string { method Add (line 489) | func (m SDKExporterMetricDataPointExported) Add( method AddSet (line 524) | func (m SDKExporterMetricDataPointExported) AddSet(ctx context.Context... method AttrErrorType (line 543) | func (SDKExporterMetricDataPointExported) AttrErrorType(val ErrorTypeA... method AttrComponentName (line 550) | func (SDKExporterMetricDataPointExported) AttrComponentName(val string... method AttrComponentType (line 557) | func (SDKExporterMetricDataPointExported) AttrComponentType(val Compon... method AttrServerAddress (line 564) | func (SDKExporterMetricDataPointExported) AttrServerAddress(val string... method AttrServerPort (line 570) | func (SDKExporterMetricDataPointExported) AttrServerPort(val int) attr... function NewSDKExporterMetricDataPointExported (line 433) | func NewSDKExporterMetricDataPointExported( type SDKExporterMetricDataPointInflight (line 579) | type SDKExporterMetricDataPointInflight struct method Inst (line 616) | func (m SDKExporterMetricDataPointInflight) Inst() metric.Int64UpDownC... method Name (line 621) | func (SDKExporterMetricDataPointInflight) Name() string { method Unit (line 626) | func (SDKExporterMetricDataPointInflight) Unit() string { method Description (line 631) | func (SDKExporterMetricDataPointInflight) Description() string { method Add (line 641) | func (m SDKExporterMetricDataPointInflight) Add( method AddSet (line 671) | func (m SDKExporterMetricDataPointInflight) AddSet(ctx context.Context... method AttrComponentName (line 690) | func (SDKExporterMetricDataPointInflight) AttrComponentName(val string... method AttrComponentType (line 697) | func (SDKExporterMetricDataPointInflight) AttrComponentType(val Compon... method AttrServerAddress (line 704) | func (SDKExporterMetricDataPointInflight) AttrServerAddress(val string... method AttrServerPort (line 710) | func (SDKExporterMetricDataPointInflight) AttrServerPort(val int) attr... function NewSDKExporterMetricDataPointInflight (line 590) | func NewSDKExporterMetricDataPointInflight( type SDKExporterOperationDuration (line 717) | type SDKExporterOperationDuration struct method Inst (line 754) | func (m SDKExporterOperationDuration) Inst() metric.Float64Histogram { method Name (line 759) | func (SDKExporterOperationDuration) Name() string { method Unit (line 764) | func (SDKExporterOperationDuration) Unit() string { method Description (line 769) | func (SDKExporterOperationDuration) Description() string { method Record (line 786) | func (m SDKExporterOperationDuration) Record( method RecordSet (line 823) | func (m SDKExporterOperationDuration) RecordSet(ctx context.Context, v... method AttrErrorType (line 842) | func (SDKExporterOperationDuration) AttrErrorType(val ErrorTypeAttr) a... method AttrHTTPResponseStatusCode (line 849) | func (SDKExporterOperationDuration) AttrHTTPResponseStatusCode(val int... method AttrComponentName (line 856) | func (SDKExporterOperationDuration) AttrComponentName(val string) attr... method AttrComponentType (line 863) | func (SDKExporterOperationDuration) AttrComponentType(val ComponentTyp... method AttrRPCResponseStatusCode (line 870) | func (SDKExporterOperationDuration) AttrRPCResponseStatusCode(val stri... method AttrServerAddress (line 877) | func (SDKExporterOperationDuration) AttrServerAddress(val string) attr... method AttrServerPort (line 883) | func (SDKExporterOperationDuration) AttrServerPort(val int) attribute.... function NewSDKExporterOperationDuration (line 728) | func NewSDKExporterOperationDuration( type SDKExporterSpanExported (line 891) | type SDKExporterSpanExported struct method Inst (line 927) | func (m SDKExporterSpanExported) Inst() metric.Int64Counter { method Name (line 932) | func (SDKExporterSpanExported) Name() string { method Unit (line 937) | func (SDKExporterSpanExported) Unit() string { method Description (line 942) | func (SDKExporterSpanExported) Description() string { method Add (line 957) | func (m SDKExporterSpanExported) Add( method AddSet (line 992) | func (m SDKExporterSpanExported) AddSet(ctx context.Context, incr int6... method AttrErrorType (line 1011) | func (SDKExporterSpanExported) AttrErrorType(val ErrorTypeAttr) attrib... method AttrComponentName (line 1018) | func (SDKExporterSpanExported) AttrComponentName(val string) attribute... method AttrComponentType (line 1025) | func (SDKExporterSpanExported) AttrComponentType(val ComponentTypeAttr... method AttrServerAddress (line 1032) | func (SDKExporterSpanExported) AttrServerAddress(val string) attribute... method AttrServerPort (line 1038) | func (SDKExporterSpanExported) AttrServerPort(val int) attribute.KeyVa... function NewSDKExporterSpanExported (line 901) | func NewSDKExporterSpanExported( type SDKExporterSpanInflight (line 1046) | type SDKExporterSpanInflight struct method Inst (line 1082) | func (m SDKExporterSpanInflight) Inst() metric.Int64UpDownCounter { method Name (line 1087) | func (SDKExporterSpanInflight) Name() string { method Unit (line 1092) | func (SDKExporterSpanInflight) Unit() string { method Description (line 1097) | func (SDKExporterSpanInflight) Description() string { method Add (line 1107) | func (m SDKExporterSpanInflight) Add( method AddSet (line 1137) | func (m SDKExporterSpanInflight) AddSet(ctx context.Context, incr int6... method AttrComponentName (line 1156) | func (SDKExporterSpanInflight) AttrComponentName(val string) attribute... method AttrComponentType (line 1163) | func (SDKExporterSpanInflight) AttrComponentType(val ComponentTypeAttr... method AttrServerAddress (line 1170) | func (SDKExporterSpanInflight) AttrServerAddress(val string) attribute... method AttrServerPort (line 1176) | func (SDKExporterSpanInflight) AttrServerPort(val int) attribute.KeyVa... function NewSDKExporterSpanInflight (line 1056) | func NewSDKExporterSpanInflight( type SDKLogCreated (line 1183) | type SDKLogCreated struct method Inst (line 1219) | func (m SDKLogCreated) Inst() metric.Int64Counter { method Name (line 1224) | func (SDKLogCreated) Name() string { method Unit (line 1229) | func (SDKLogCreated) Unit() string { method Description (line 1234) | func (SDKLogCreated) Description() string { method Add (line 1239) | func (m SDKLogCreated) Add(ctx context.Context, incr int64, attrs ...a... method AddSet (line 1256) | func (m SDKLogCreated) AddSet(ctx context.Context, incr int64, set att... function NewSDKLogCreated (line 1193) | func NewSDKLogCreated( type SDKMetricReaderCollectionDuration (line 1276) | type SDKMetricReaderCollectionDuration struct method Inst (line 1313) | func (m SDKMetricReaderCollectionDuration) Inst() metric.Float64Histog... method Name (line 1318) | func (SDKMetricReaderCollectionDuration) Name() string { method Unit (line 1323) | func (SDKMetricReaderCollectionDuration) Unit() string { method Description (line 1328) | func (SDKMetricReaderCollectionDuration) Description() string { method Record (line 1341) | func (m SDKMetricReaderCollectionDuration) Record( method RecordSet (line 1374) | func (m SDKMetricReaderCollectionDuration) RecordSet(ctx context.Conte... method AttrErrorType (line 1393) | func (SDKMetricReaderCollectionDuration) AttrErrorType(val ErrorTypeAt... method AttrComponentName (line 1400) | func (SDKMetricReaderCollectionDuration) AttrComponentName(val string)... method AttrComponentType (line 1407) | func (SDKMetricReaderCollectionDuration) AttrComponentType(val Compone... function NewSDKMetricReaderCollectionDuration (line 1287) | func NewSDKMetricReaderCollectionDuration( type SDKProcessorLogProcessed (line 1415) | type SDKProcessorLogProcessed struct method Inst (line 1451) | func (m SDKProcessorLogProcessed) Inst() metric.Int64Counter { method Name (line 1456) | func (SDKProcessorLogProcessed) Name() string { method Unit (line 1461) | func (SDKProcessorLogProcessed) Unit() string { method Description (line 1466) | func (SDKProcessorLogProcessed) Description() string { method Add (line 1479) | func (m SDKProcessorLogProcessed) Add( method AddSet (line 1512) | func (m SDKProcessorLogProcessed) AddSet(ctx context.Context, incr int... method AttrErrorType (line 1532) | func (SDKProcessorLogProcessed) AttrErrorType(val ErrorTypeAttr) attri... method AttrComponentName (line 1539) | func (SDKProcessorLogProcessed) AttrComponentName(val string) attribut... method AttrComponentType (line 1546) | func (SDKProcessorLogProcessed) AttrComponentType(val ComponentTypeAtt... function NewSDKProcessorLogProcessed (line 1425) | func NewSDKProcessorLogProcessed( type SDKProcessorLogQueueCapacity (line 1554) | type SDKProcessorLogQueueCapacity struct method Inst (line 1591) | func (m SDKProcessorLogQueueCapacity) Inst() metric.Int64ObservableUpD... method Name (line 1596) | func (SDKProcessorLogQueueCapacity) Name() string { method Unit (line 1601) | func (SDKProcessorLogQueueCapacity) Unit() string { method Description (line 1606) | func (SDKProcessorLogQueueCapacity) Description() string { method AttrComponentName (line 1613) | func (SDKProcessorLogQueueCapacity) AttrComponentName(val string) attr... method AttrComponentType (line 1620) | func (SDKProcessorLogQueueCapacity) AttrComponentType(val ComponentTyp... function NewSDKProcessorLogQueueCapacity (line 1565) | func NewSDKProcessorLogQueueCapacity( type SDKProcessorLogQueueSize (line 1628) | type SDKProcessorLogQueueSize struct method Inst (line 1664) | func (m SDKProcessorLogQueueSize) Inst() metric.Int64ObservableUpDownC... method Name (line 1669) | func (SDKProcessorLogQueueSize) Name() string { method Unit (line 1674) | func (SDKProcessorLogQueueSize) Unit() string { method Description (line 1679) | func (SDKProcessorLogQueueSize) Description() string { method AttrComponentName (line 1686) | func (SDKProcessorLogQueueSize) AttrComponentName(val string) attribut... method AttrComponentType (line 1693) | func (SDKProcessorLogQueueSize) AttrComponentType(val ComponentTypeAtt... function NewSDKProcessorLogQueueSize (line 1638) | func NewSDKProcessorLogQueueSize( type SDKProcessorSpanProcessed (line 1701) | type SDKProcessorSpanProcessed struct method Inst (line 1738) | func (m SDKProcessorSpanProcessed) Inst() metric.Int64Counter { method Name (line 1743) | func (SDKProcessorSpanProcessed) Name() string { method Unit (line 1748) | func (SDKProcessorSpanProcessed) Unit() string { method Description (line 1753) | func (SDKProcessorSpanProcessed) Description() string { method Add (line 1766) | func (m SDKProcessorSpanProcessed) Add( method AddSet (line 1799) | func (m SDKProcessorSpanProcessed) AddSet(ctx context.Context, incr in... method AttrErrorType (line 1819) | func (SDKProcessorSpanProcessed) AttrErrorType(val ErrorTypeAttr) attr... method AttrComponentName (line 1826) | func (SDKProcessorSpanProcessed) AttrComponentName(val string) attribu... method AttrComponentType (line 1833) | func (SDKProcessorSpanProcessed) AttrComponentType(val ComponentTypeAt... function NewSDKProcessorSpanProcessed (line 1712) | func NewSDKProcessorSpanProcessed( type SDKProcessorSpanQueueCapacity (line 1841) | type SDKProcessorSpanQueueCapacity struct method Inst (line 1878) | func (m SDKProcessorSpanQueueCapacity) Inst() metric.Int64ObservableUp... method Name (line 1883) | func (SDKProcessorSpanQueueCapacity) Name() string { method Unit (line 1888) | func (SDKProcessorSpanQueueCapacity) Unit() string { method Description (line 1893) | func (SDKProcessorSpanQueueCapacity) Description() string { method AttrComponentName (line 1900) | func (SDKProcessorSpanQueueCapacity) AttrComponentName(val string) att... method AttrComponentType (line 1907) | func (SDKProcessorSpanQueueCapacity) AttrComponentType(val ComponentTy... function NewSDKProcessorSpanQueueCapacity (line 1852) | func NewSDKProcessorSpanQueueCapacity( type SDKProcessorSpanQueueSize (line 1915) | type SDKProcessorSpanQueueSize struct method Inst (line 1952) | func (m SDKProcessorSpanQueueSize) Inst() metric.Int64ObservableUpDown... method Name (line 1957) | func (SDKProcessorSpanQueueSize) Name() string { method Unit (line 1962) | func (SDKProcessorSpanQueueSize) Unit() string { method Description (line 1967) | func (SDKProcessorSpanQueueSize) Description() string { method AttrComponentName (line 1974) | func (SDKProcessorSpanQueueSize) AttrComponentName(val string) attribu... method AttrComponentType (line 1981) | func (SDKProcessorSpanQueueSize) AttrComponentType(val ComponentTypeAt... function NewSDKProcessorSpanQueueSize (line 1926) | func NewSDKProcessorSpanQueueSize( type SDKSpanLive (line 1989) | type SDKSpanLive struct method Inst (line 2025) | func (m SDKSpanLive) Inst() metric.Int64UpDownCounter { method Name (line 2030) | func (SDKSpanLive) Name() string { method Unit (line 2035) | func (SDKSpanLive) Unit() string { method Description (line 2040) | func (SDKSpanLive) Description() string { method Add (line 2047) | func (m SDKSpanLive) Add( method AddSet (line 2074) | func (m SDKSpanLive) AddSet(ctx context.Context, incr int64, set attri... method AttrSpanSamplingResult (line 2093) | func (SDKSpanLive) AttrSpanSamplingResult(val SpanSamplingResultAttr) ... function NewSDKSpanLive (line 1999) | func NewSDKSpanLive( type SDKSpanStarted (line 2100) | type SDKSpanStarted struct method Inst (line 2136) | func (m SDKSpanStarted) Inst() metric.Int64Counter { method Name (line 2141) | func (SDKSpanStarted) Name() string { method Unit (line 2146) | func (SDKSpanStarted) Unit() string { method Description (line 2151) | func (SDKSpanStarted) Description() string { method Add (line 2161) | func (m SDKSpanStarted) Add( method AddSet (line 2191) | func (m SDKSpanStarted) AddSet(ctx context.Context, incr int64, set at... method AttrSpanParentOrigin (line 2213) | func (SDKSpanStarted) AttrSpanParentOrigin(val SpanParentOriginAttr) a... method AttrSpanSamplingResult (line 2220) | func (SDKSpanStarted) AttrSpanSamplingResult(val SpanSamplingResultAtt... function NewSDKSpanStarted (line 2110) | func NewSDKSpanStarted( FILE: vendor/go.opentelemetry.io/otel/semconv/v1.39.0/schema.go constant SchemaURL (line 9) | SchemaURL = "https://opentelemetry.io/schemas/1.39.0" FILE: vendor/go.opentelemetry.io/otel/semconv/v1.7.0/exception.go constant ExceptionEventName (line 8) | ExceptionEventName = "exception" FILE: vendor/go.opentelemetry.io/otel/semconv/v1.7.0/http.go function NetAttributesFromHTTPRequest (line 53) | func NetAttributesFromHTTPRequest(network string, request *http.Request)... function EndUserAttributesFromHTTPRequest (line 60) | func EndUserAttributesFromHTTPRequest(request *http.Request) []attribute... function HTTPClientAttributesFromHTTPRequest (line 67) | func HTTPClientAttributesFromHTTPRequest(request *http.Request) []attrib... function HTTPServerMetricAttributesFromHTTPRequest (line 73) | func HTTPServerMetricAttributesFromHTTPRequest(serverName string, reques... function HTTPServerAttributesFromHTTPRequest (line 81) | func HTTPServerAttributesFromHTTPRequest(serverName, route string, reque... function HTTPAttributesFromHTTPStatusCode (line 88) | func HTTPAttributesFromHTTPStatusCode(code int) []attribute.KeyValue { function SpanStatusFromHTTPStatusCode (line 94) | func SpanStatusFromHTTPStatusCode(code int) (codes.Code, string) { function SpanStatusFromHTTPStatusCodeAndSpanKind (line 101) | func SpanStatusFromHTTPStatusCodeAndSpanKind(code int, spanKind trace.Sp... FILE: vendor/go.opentelemetry.io/otel/semconv/v1.7.0/resource.go constant CloudProviderKey (line 17) | CloudProviderKey = attribute.Key("cloud.provider") constant CloudAccountIDKey (line 24) | CloudAccountIDKey = attribute.Key("cloud.account.id") constant CloudRegionKey (line 37) | CloudRegionKey = attribute.Key("cloud.region") constant CloudAvailabilityZoneKey (line 47) | CloudAvailabilityZoneKey = attribute.Key("cloud.availability_zone") constant CloudPlatformKey (line 55) | CloudPlatformKey = attribute.Key("cloud.platform") constant AWSECSContainerARNKey (line 116) | AWSECSContainerARNKey = attribute.Key("aws.ecs.container.arn") constant AWSECSClusterARNKey (line 124) | AWSECSClusterARNKey = attribute.Key("aws.ecs.cluster.arn") constant AWSECSLaunchtypeKey (line 131) | AWSECSLaunchtypeKey = attribute.Key("aws.ecs.launchtype") constant AWSECSTaskARNKey (line 140) | AWSECSTaskARNKey = attribute.Key("aws.ecs.task.arn") constant AWSECSTaskFamilyKey (line 147) | AWSECSTaskFamilyKey = attribute.Key("aws.ecs.task.family") constant AWSECSTaskRevisionKey (line 154) | AWSECSTaskRevisionKey = attribute.Key("aws.ecs.task.revision") constant AWSEKSClusterARNKey (line 172) | AWSEKSClusterARNKey = attribute.Key("aws.eks.cluster.arn") constant AWSLogGroupNamesKey (line 186) | AWSLogGroupNamesKey = attribute.Key("aws.log.group.names") constant AWSLogGroupARNsKey (line 196) | AWSLogGroupARNsKey = attribute.Key("aws.log.group.arns") constant AWSLogStreamNamesKey (line 203) | AWSLogStreamNamesKey = attribute.Key("aws.log.stream.names") constant AWSLogStreamARNsKey (line 216) | AWSLogStreamARNsKey = attribute.Key("aws.log.stream.arns") constant ContainerNameKey (line 227) | ContainerNameKey = attribute.Key("container.name") constant ContainerIDKey (line 236) | ContainerIDKey = attribute.Key("container.id") constant ContainerRuntimeKey (line 243) | ContainerRuntimeKey = attribute.Key("container.runtime") constant ContainerImageNameKey (line 250) | ContainerImageNameKey = attribute.Key("container.image.name") constant ContainerImageTagKey (line 257) | ContainerImageTagKey = attribute.Key("container.image.tag") constant DeploymentEnvironmentKey (line 270) | DeploymentEnvironmentKey = attribute.Key("deployment.environment") constant DeviceIDKey (line 292) | DeviceIDKey = attribute.Key("device.id") constant DeviceModelIdentifierKey (line 302) | DeviceModelIdentifierKey = attribute.Key("device.model.identifier") constant DeviceModelNameKey (line 311) | DeviceModelNameKey = attribute.Key("device.model.name") constant FaaSNameKey (line 327) | FaaSNameKey = attribute.Key("faas.name") constant FaaSIDKey (line 355) | FaaSIDKey = attribute.Key("faas.id") constant FaaSVersionKey (line 376) | FaaSVersionKey = attribute.Key("faas.version") constant FaaSInstanceKey (line 385) | FaaSInstanceKey = attribute.Key("faas.instance") constant FaaSMaxMemoryKey (line 396) | FaaSMaxMemoryKey = attribute.Key("faas.max_memory") constant HostIDKey (line 408) | HostIDKey = attribute.Key("host.id") constant HostNameKey (line 417) | HostNameKey = attribute.Key("host.name") constant HostTypeKey (line 424) | HostTypeKey = attribute.Key("host.type") constant HostArchKey (line 430) | HostArchKey = attribute.Key("host.arch") constant HostImageNameKey (line 437) | HostImageNameKey = attribute.Key("host.image.name") constant HostImageIDKey (line 444) | HostImageIDKey = attribute.Key("host.image.id") constant HostImageVersionKey (line 452) | HostImageVersionKey = attribute.Key("host.image.version") constant K8SClusterNameKey (line 480) | K8SClusterNameKey = attribute.Key("k8s.cluster.name") constant K8SNodeNameKey (line 491) | K8SNodeNameKey = attribute.Key("k8s.node.name") constant K8SNodeUIDKey (line 498) | K8SNodeUIDKey = attribute.Key("k8s.node.uid") constant K8SNamespaceNameKey (line 509) | K8SNamespaceNameKey = attribute.Key("k8s.namespace.name") constant K8SPodUIDKey (line 520) | K8SPodUIDKey = attribute.Key("k8s.pod.uid") constant K8SPodNameKey (line 527) | K8SPodNameKey = attribute.Key("k8s.pod.name") constant K8SContainerNameKey (line 538) | K8SContainerNameKey = attribute.Key("k8s.container.name") constant K8SReplicaSetUIDKey (line 549) | K8SReplicaSetUIDKey = attribute.Key("k8s.replicaset.uid") constant K8SReplicaSetNameKey (line 556) | K8SReplicaSetNameKey = attribute.Key("k8s.replicaset.name") constant K8SDeploymentUIDKey (line 567) | K8SDeploymentUIDKey = attribute.Key("k8s.deployment.uid") constant K8SDeploymentNameKey (line 574) | K8SDeploymentNameKey = attribute.Key("k8s.deployment.name") constant K8SStatefulSetUIDKey (line 585) | K8SStatefulSetUIDKey = attribute.Key("k8s.statefulset.uid") constant K8SStatefulSetNameKey (line 592) | K8SStatefulSetNameKey = attribute.Key("k8s.statefulset.name") constant K8SDaemonSetUIDKey (line 603) | K8SDaemonSetUIDKey = attribute.Key("k8s.daemonset.uid") constant K8SDaemonSetNameKey (line 610) | K8SDaemonSetNameKey = attribute.Key("k8s.daemonset.name") constant K8SJobUIDKey (line 621) | K8SJobUIDKey = attribute.Key("k8s.job.uid") constant K8SJobNameKey (line 628) | K8SJobNameKey = attribute.Key("k8s.job.name") constant K8SCronJobUIDKey (line 639) | K8SCronJobUIDKey = attribute.Key("k8s.cronjob.uid") constant K8SCronJobNameKey (line 646) | K8SCronJobNameKey = attribute.Key("k8s.cronjob.name") constant OSTypeKey (line 656) | OSTypeKey = attribute.Key("os.type") constant OSDescriptionKey (line 664) | OSDescriptionKey = attribute.Key("os.description") constant OSNameKey (line 671) | OSNameKey = attribute.Key("os.name") constant OSVersionKey (line 679) | OSVersionKey = attribute.Key("os.version") constant ProcessPIDKey (line 715) | ProcessPIDKey = attribute.Key("process.pid") constant ProcessExecutableNameKey (line 724) | ProcessExecutableNameKey = attribute.Key("process.executable.name") constant ProcessExecutablePathKey (line 733) | ProcessExecutablePathKey = attribute.Key("process.executable.path") constant ProcessCommandKey (line 742) | ProcessCommandKey = attribute.Key("process.command") constant ProcessCommandLineKey (line 752) | ProcessCommandLineKey = attribute.Key("process.command_line") constant ProcessCommandArgsKey (line 763) | ProcessCommandArgsKey = attribute.Key("process.command_args") constant ProcessOwnerKey (line 770) | ProcessOwnerKey = attribute.Key("process.owner") constant ProcessRuntimeNameKey (line 782) | ProcessRuntimeNameKey = attribute.Key("process.runtime.name") constant ProcessRuntimeVersionKey (line 790) | ProcessRuntimeVersionKey = attribute.Key("process.runtime.version") constant ProcessRuntimeDescriptionKey (line 798) | ProcessRuntimeDescriptionKey = attribute.Key("process.runtime.description") constant ServiceNameKey (line 814) | ServiceNameKey = attribute.Key("service.name") constant ServiceNamespaceKey (line 828) | ServiceNamespaceKey = attribute.Key("service.namespace") constant ServiceInstanceIDKey (line 847) | ServiceInstanceIDKey = attribute.Key("service.instance.id") constant ServiceVersionKey (line 854) | ServiceVersionKey = attribute.Key("service.version") constant TelemetrySDKNameKey (line 865) | TelemetrySDKNameKey = attribute.Key("telemetry.sdk.name") constant TelemetrySDKLanguageKey (line 871) | TelemetrySDKLanguageKey = attribute.Key("telemetry.sdk.language") constant TelemetrySDKVersionKey (line 878) | TelemetrySDKVersionKey = attribute.Key("telemetry.sdk.version") constant TelemetryAutoVersionKey (line 885) | TelemetryAutoVersionKey = attribute.Key("telemetry.auto.version") constant WebEngineNameKey (line 919) | WebEngineNameKey = attribute.Key("webengine.name") constant WebEngineVersionKey (line 926) | WebEngineVersionKey = attribute.Key("webengine.version") constant WebEngineDescriptionKey (line 934) | WebEngineDescriptionKey = attribute.Key("webengine.description") FILE: vendor/go.opentelemetry.io/otel/semconv/v1.7.0/schema.go constant SchemaURL (line 9) | SchemaURL = "https://opentelemetry.io/schemas/1.7.0" FILE: vendor/go.opentelemetry.io/otel/semconv/v1.7.0/trace.go constant AWSLambdaInvokedARNKey (line 21) | AWSLambdaInvokedARNKey = attribute.Key("aws.lambda.invoked_arn") constant DBSystemKey (line 32) | DBSystemKey = attribute.Key("db.system") constant DBConnectionStringKey (line 40) | DBConnectionStringKey = attribute.Key("db.connection_string") constant DBUserKey (line 47) | DBUserKey = attribute.Key("db.user") constant DBJDBCDriverClassnameKey (line 57) | DBJDBCDriverClassnameKey = attribute.Key("db.jdbc.driver_classname") constant DBNameKey (line 69) | DBNameKey = attribute.Key("db.name") constant DBStatementKey (line 78) | DBStatementKey = attribute.Key("db.statement") constant DBOperationKey (line 92) | DBOperationKey = attribute.Key("db.operation") constant DBMSSQLInstanceNameKey (line 204) | DBMSSQLInstanceNameKey = attribute.Key("db.mssql.instance_name") constant DBCassandraKeyspaceKey (line 216) | DBCassandraKeyspaceKey = attribute.Key("db.cassandra.keyspace") constant DBCassandraPageSizeKey (line 223) | DBCassandraPageSizeKey = attribute.Key("db.cassandra.page_size") constant DBCassandraConsistencyLevelKey (line 231) | DBCassandraConsistencyLevelKey = attribute.Key("db.cassandra.consistency... constant DBCassandraTableKey (line 244) | DBCassandraTableKey = attribute.Key("db.cassandra.table") constant DBCassandraIdempotenceKey (line 250) | DBCassandraIdempotenceKey = attribute.Key("db.cassandra.idempotence") constant DBCassandraSpeculativeExecutionCountKey (line 258) | DBCassandraSpeculativeExecutionCountKey = attribute.Key("db.cassandra.sp... constant DBCassandraCoordinatorIDKey (line 265) | DBCassandraCoordinatorIDKey = attribute.Key("db.cassandra.coordinator.id") constant DBCassandraCoordinatorDCKey (line 272) | DBCassandraCoordinatorDCKey = attribute.Key("db.cassandra.coordinator.dc") constant DBHBaseNamespaceKey (line 309) | DBHBaseNamespaceKey = attribute.Key("db.hbase.namespace") constant DBRedisDBIndexKey (line 322) | DBRedisDBIndexKey = attribute.Key("db.redis.database_index") constant DBMongoDBCollectionKey (line 333) | DBMongoDBCollectionKey = attribute.Key("db.mongodb.collection") constant DBSQLTableKey (line 349) | DBSQLTableKey = attribute.Key("db.sql.table") constant ExceptionTypeKey (line 362) | ExceptionTypeKey = attribute.Key("exception.type") constant ExceptionMessageKey (line 369) | ExceptionMessageKey = attribute.Key("exception.message") constant ExceptionStacktraceKey (line 382) | ExceptionStacktraceKey = attribute.Key("exception.stacktrace") constant ExceptionEscapedKey (line 406) | ExceptionEscapedKey = attribute.Key("exception.escaped") constant FaaSTriggerKey (line 420) | FaaSTriggerKey = attribute.Key("faas.trigger") constant FaaSExecutionKey (line 427) | FaaSExecutionKey = attribute.Key("faas.execution") constant FaaSDocumentCollectionKey (line 453) | FaaSDocumentCollectionKey = attribute.Key("faas.document.collection") constant FaaSDocumentOperationKey (line 459) | FaaSDocumentOperationKey = attribute.Key("faas.document.operation") constant FaaSDocumentTimeKey (line 468) | FaaSDocumentTimeKey = attribute.Key("faas.document.time") constant FaaSDocumentNameKey (line 476) | FaaSDocumentNameKey = attribute.Key("faas.document.name") constant FaaSTimeKey (line 498) | FaaSTimeKey = attribute.Key("faas.time") constant FaaSCronKey (line 506) | FaaSCronKey = attribute.Key("faas.cron") constant FaaSColdstartKey (line 517) | FaaSColdstartKey = attribute.Key("faas.coldstart") constant FaaSInvokedNameKey (line 530) | FaaSInvokedNameKey = attribute.Key("faas.invoked_name") constant FaaSInvokedProviderKey (line 538) | FaaSInvokedProviderKey = attribute.Key("faas.invoked_provider") constant FaaSInvokedRegionKey (line 552) | FaaSInvokedRegionKey = attribute.Key("faas.invoked_region") constant NetTransportKey (line 573) | NetTransportKey = attribute.Key("net.transport") constant NetPeerIPKey (line 581) | NetPeerIPKey = attribute.Key("net.peer.ip") constant NetPeerPortKey (line 588) | NetPeerPortKey = attribute.Key("net.peer.port") constant NetPeerNameKey (line 595) | NetPeerNameKey = attribute.Key("net.peer.name") constant NetHostIPKey (line 602) | NetHostIPKey = attribute.Key("net.host.ip") constant NetHostPortKey (line 609) | NetHostPortKey = attribute.Key("net.host.port") constant NetHostNameKey (line 616) | NetHostNameKey = attribute.Key("net.host.name") constant NetHostConnectionTypeKey (line 623) | NetHostConnectionTypeKey = attribute.Key("net.host.connection.type") constant NetHostConnectionSubtypeKey (line 632) | NetHostConnectionSubtypeKey = attribute.Key("net.host.connection.subtype") constant NetHostCarrierNameKey (line 639) | NetHostCarrierNameKey = attribute.Key("net.host.carrier.name") constant NetHostCarrierMccKey (line 646) | NetHostCarrierMccKey = attribute.Key("net.host.carrier.mcc") constant NetHostCarrierMncKey (line 653) | NetHostCarrierMncKey = attribute.Key("net.host.carrier.mnc") constant NetHostCarrierIccKey (line 661) | NetHostCarrierIccKey = attribute.Key("net.host.carrier.icc") constant PeerServiceKey (line 749) | PeerServiceKey = attribute.Key("peer.service") constant EnduserIDKey (line 762) | EnduserIDKey = attribute.Key("enduser.id") constant EnduserRoleKey (line 770) | EnduserRoleKey = attribute.Key("enduser.role") constant EnduserScopeKey (line 782) | EnduserScopeKey = attribute.Key("enduser.scope") constant ThreadIDKey (line 793) | ThreadIDKey = attribute.Key("thread.id") constant ThreadNameKey (line 800) | ThreadNameKey = attribute.Key("thread.name") constant CodeFunctionKey (line 812) | CodeFunctionKey = attribute.Key("code.function") constant CodeNamespaceKey (line 821) | CodeNamespaceKey = attribute.Key("code.namespace") constant CodeFilepathKey (line 829) | CodeFilepathKey = attribute.Key("code.filepath") constant CodeLineNumberKey (line 837) | CodeLineNumberKey = attribute.Key("code.lineno") constant HTTPMethodKey (line 848) | HTTPMethodKey = attribute.Key("http.method") constant HTTPURLKey (line 860) | HTTPURLKey = attribute.Key("http.url") constant HTTPTargetKey (line 867) | HTTPTargetKey = attribute.Key("http.target") constant HTTPHostKey (line 881) | HTTPHostKey = attribute.Key("http.host") constant HTTPSchemeKey (line 888) | HTTPSchemeKey = attribute.Key("http.scheme") constant HTTPStatusCodeKey (line 895) | HTTPStatusCodeKey = attribute.Key("http.status_code") constant HTTPFlavorKey (line 903) | HTTPFlavorKey = attribute.Key("http.flavor") constant HTTPUserAgentKey (line 912) | HTTPUserAgentKey = attribute.Key("http.user_agent") constant HTTPRequestContentLengthKey (line 922) | HTTPRequestContentLengthKey = attribute.Key("http.request_content_length") constant HTTPRequestContentLengthUncompressedKey (line 930) | HTTPRequestContentLengthUncompressedKey = attribute.Key("http.request_co... constant HTTPResponseContentLengthKey (line 940) | HTTPResponseContentLengthKey = attribute.Key("http.response_content_leng... constant HTTPResponseContentLengthUncompressedKey (line 948) | HTTPResponseContentLengthUncompressedKey = attribute.Key("http.response_... constant HTTPServerNameKey (line 978) | HTTPServerNameKey = attribute.Key("http.server_name") constant HTTPRouteKey (line 985) | HTTPRouteKey = attribute.Key("http.route") constant HTTPClientIPKey (line 1005) | HTTPClientIPKey = attribute.Key("http.client_ip") constant AWSDynamoDBTableNamesKey (line 1016) | AWSDynamoDBTableNamesKey = attribute.Key("aws.dynamodb.table_names") constant AWSDynamoDBConsumedCapacityKey (line 1030) | AWSDynamoDBConsumedCapacityKey = attribute.Key("aws.dynamodb.consumed_ca... constant AWSDynamoDBItemCollectionMetricsKey (line 1040) | AWSDynamoDBItemCollectionMetricsKey = attribute.Key("aws.dynamodb.item_c... constant AWSDynamoDBProvisionedReadCapacityKey (line 1047) | AWSDynamoDBProvisionedReadCapacityKey = attribute.Key("aws.dynamodb.prov... constant AWSDynamoDBProvisionedWriteCapacityKey (line 1054) | AWSDynamoDBProvisionedWriteCapacityKey = attribute.Key("aws.dynamodb.pro... constant AWSDynamoDBConsistentReadKey (line 1060) | AWSDynamoDBConsistentReadKey = attribute.Key("aws.dynamodb.consistent_re... constant AWSDynamoDBProjectionKey (line 1068) | AWSDynamoDBProjectionKey = attribute.Key("aws.dynamodb.projection") constant AWSDynamoDBLimitKey (line 1075) | AWSDynamoDBLimitKey = attribute.Key("aws.dynamodb.limit") constant AWSDynamoDBAttributesToGetKey (line 1082) | AWSDynamoDBAttributesToGetKey = attribute.Key("aws.dynamodb.attributes_t... constant AWSDynamoDBIndexNameKey (line 1089) | AWSDynamoDBIndexNameKey = attribute.Key("aws.dynamodb.index_name") constant AWSDynamoDBSelectKey (line 1096) | AWSDynamoDBSelectKey = attribute.Key("aws.dynamodb.select") constant AWSDynamoDBGlobalSecondaryIndexesKey (line 1111) | AWSDynamoDBGlobalSecondaryIndexesKey = attribute.Key("aws.dynamodb.globa... constant AWSDynamoDBLocalSecondaryIndexesKey (line 1122) | AWSDynamoDBLocalSecondaryIndexesKey = attribute.Key("aws.dynamodb.local_... constant AWSDynamoDBExclusiveStartTableKey (line 1133) | AWSDynamoDBExclusiveStartTableKey = attribute.Key("aws.dynamodb.exclusiv... constant AWSDynamoDBTableCountKey (line 1140) | AWSDynamoDBTableCountKey = attribute.Key("aws.dynamodb.table_count") constant AWSDynamoDBScanForwardKey (line 1150) | AWSDynamoDBScanForwardKey = attribute.Key("aws.dynamodb.scan_forward") constant AWSDynamoDBSegmentKey (line 1161) | AWSDynamoDBSegmentKey = attribute.Key("aws.dynamodb.segment") constant AWSDynamoDBTotalSegmentsKey (line 1168) | AWSDynamoDBTotalSegmentsKey = attribute.Key("aws.dynamodb.total_segments") constant AWSDynamoDBCountKey (line 1175) | AWSDynamoDBCountKey = attribute.Key("aws.dynamodb.count") constant AWSDynamoDBScannedCountKey (line 1182) | AWSDynamoDBScannedCountKey = attribute.Key("aws.dynamodb.scanned_count") constant AWSDynamoDBAttributeDefinitionsKey (line 1194) | AWSDynamoDBAttributeDefinitionsKey = attribute.Key("aws.dynamodb.attribu... constant AWSDynamoDBGlobalSecondaryIndexUpdatesKey (line 1206) | AWSDynamoDBGlobalSecondaryIndexUpdatesKey = attribute.Key("aws.dynamodb.... constant MessagingSystemKey (line 1217) | MessagingSystemKey = attribute.Key("messaging.system") constant MessagingDestinationKey (line 1225) | MessagingDestinationKey = attribute.Key("messaging.destination") constant MessagingDestinationKindKey (line 1232) | MessagingDestinationKindKey = attribute.Key("messaging.destination_kind") constant MessagingTempDestinationKey (line 1238) | MessagingTempDestinationKey = attribute.Key("messaging.temp_destination") constant MessagingProtocolKey (line 1245) | MessagingProtocolKey = attribute.Key("messaging.protocol") constant MessagingProtocolVersionKey (line 1252) | MessagingProtocolVersionKey = attribute.Key("messaging.protocol_version") constant MessagingURLKey (line 1260) | MessagingURLKey = attribute.Key("messaging.url") constant MessagingMessageIDKey (line 1268) | MessagingMessageIDKey = attribute.Key("messaging.message_id") constant MessagingConversationIDKey (line 1276) | MessagingConversationIDKey = attribute.Key("messaging.conversation_id") constant MessagingMessagePayloadSizeBytesKey (line 1285) | MessagingMessagePayloadSizeBytesKey = attribute.Key("messaging.message_p... constant MessagingMessagePayloadCompressedSizeBytesKey (line 1292) | MessagingMessagePayloadCompressedSizeBytesKey = attribute.Key("messaging... constant MessagingOperationKey (line 1312) | MessagingOperationKey = attribute.Key("messaging.operation") constant MessagingConsumerIDKey (line 1323) | MessagingConsumerIDKey = attribute.Key("messaging.consumer_id") constant MessagingRabbitmqRoutingKeyKey (line 1341) | MessagingRabbitmqRoutingKeyKey = attribute.Key("messaging.rabbitmq.routi... constant MessagingKafkaMessageKeyKey (line 1357) | MessagingKafkaMessageKeyKey = attribute.Key("messaging.kafka.message_key") constant MessagingKafkaConsumerGroupKey (line 1365) | MessagingKafkaConsumerGroupKey = attribute.Key("messaging.kafka.consumer... constant MessagingKafkaClientIDKey (line 1372) | MessagingKafkaClientIDKey = attribute.Key("messaging.kafka.client_id") constant MessagingKafkaPartitionKey (line 1379) | MessagingKafkaPartitionKey = attribute.Key("messaging.kafka.partition") constant MessagingKafkaTombstoneKey (line 1385) | MessagingKafkaTombstoneKey = attribute.Key("messaging.kafka.tombstone") constant RPCSystemKey (line 1396) | RPCSystemKey = attribute.Key("rpc.system") constant RPCServiceKey (line 1410) | RPCServiceKey = attribute.Key("rpc.service") constant RPCMethodKey (line 1423) | RPCMethodKey = attribute.Key("rpc.method") constant RPCGRPCStatusCodeKey (line 1435) | RPCGRPCStatusCodeKey = attribute.Key("rpc.grpc.status_code") constant RPCJsonrpcVersionKey (line 1484) | RPCJsonrpcVersionKey = attribute.Key("rpc.jsonrpc.version") constant RPCJsonrpcRequestIDKey (line 1494) | RPCJsonrpcRequestIDKey = attribute.Key("rpc.jsonrpc.request_id") constant RPCJsonrpcErrorCodeKey (line 1501) | RPCJsonrpcErrorCodeKey = attribute.Key("rpc.jsonrpc.error_code") constant RPCJsonrpcErrorMessageKey (line 1508) | RPCJsonrpcErrorMessageKey = attribute.Key("rpc.jsonrpc.error_message") constant MessageTypeKey (line 1518) | MessageTypeKey = attribute.Key("message.type") constant MessageIDKey (line 1527) | MessageIDKey = attribute.Key("message.id") constant MessageCompressedSizeKey (line 1533) | MessageCompressedSizeKey = attribute.Key("message.compressed_size") constant MessageUncompressedSizeKey (line 1539) | MessageUncompressedSizeKey = attribute.Key("message.uncompressed_size") FILE: vendor/go.opentelemetry.io/otel/trace.go function Tracer (line 15) | func Tracer(name string, opts ...trace.TracerOption) trace.Tracer { function GetTracerProvider (line 29) | func GetTracerProvider() trace.TracerProvider { function SetTracerProvider (line 34) | func SetTracerProvider(tp trace.TracerProvider) { FILE: vendor/go.opentelemetry.io/otel/trace/auto.go function newAutoTracerProvider (line 34) | func newAutoTracerProvider() TracerProvider { return tracerProviderInsta... type autoTracerProvider (line 38) | type autoTracerProvider struct method Tracer (line 42) | func (autoTracerProvider) Tracer(name string, opts ...TracerOption) Tr... type autoTracer (line 51) | type autoTracer struct method Start (line 59) | func (t autoTracer) Start(ctx context.Context, name string, opts ...Sp... method start (line 84) | func (*autoTracer) start( method traces (line 97) | func (t autoTracer) traces(name string, cfg SpanConfig, sc, psc SpanCo... function spanKind (line 149) | func spanKind(kind SpanKind) telemetry.SpanKind { type autoSpan (line 165) | type autoSpan struct method SpanContext (line 176) | func (s *autoSpan) SpanContext() SpanContext { method IsRecording (line 184) | func (s *autoSpan) IsRecording() bool { method SetStatus (line 192) | func (s *autoSpan) SetStatus(c codes.Code, msg string) { method SetAttributes (line 216) | func (s *autoSpan) SetAttributes(attrs ...attribute.KeyValue) { method End (line 426) | func (s *autoSpan) End(opts ...SpanEndOption) { method end (line 435) | func (s *autoSpan) end(opts []SpanEndOption) []byte { method ended (line 453) | func (*autoSpan) ended(buf []byte) { ended(buf) } method RecordError (line 458) | func (s *autoSpan) RecordError(err error, opts ...EventOption) { method AddEvent (line 491) | func (s *autoSpan) AddEvent(name string, opts ...EventOption) { method addEvent (line 506) | func (s *autoSpan) addEvent(name string, tStamp time.Time, attrs []att... method AddLink (line 527) | func (s *autoSpan) AddLink(link Link) { method SetName (line 572) | func (s *autoSpan) SetName(name string) { method TracerProvider (line 583) | func (*autoSpan) TracerProvider() TracerProvider { return newAutoTrace... function convCappedAttrs (line 265) | func convCappedAttrs(limit int, attrs []attribute.KeyValue) ([]telemetry... function convAttrs (line 288) | func convAttrs(attrs []attribute.KeyValue) []telemetry.Attr { function convAttrValue (line 306) | func convAttrValue(value attribute.Value) telemetry.Value { function truncate (line 361) | func truncate(limit int, s string) string { function typeStr (line 482) | func typeStr(i any) string { function convLinks (line 552) | func convLinks(links []Link) []*telemetry.SpanLink { function convLink (line 560) | func convLink(link Link) *telemetry.SpanLink { type spanLimits (line 588) | type spanLimits struct function newSpanLimits (line 625) | func newSpanLimits() spanLimits { function firstEnv (line 647) | func firstEnv(defaultVal int, keys ...string) int { FILE: vendor/go.opentelemetry.io/otel/trace/config.go type TracerConfig (line 14) | type TracerConfig struct method InstrumentationVersion (line 22) | func (t *TracerConfig) InstrumentationVersion() string { method InstrumentationAttributes (line 28) | func (t *TracerConfig) InstrumentationAttributes() attribute.Set { method SchemaURL (line 33) | func (t *TracerConfig) SchemaURL() string { function NewTracerConfig (line 38) | func NewTracerConfig(options ...TracerOption) TracerConfig { type TracerOption (line 47) | type TracerOption interface type tracerOptionFunc (line 51) | type tracerOptionFunc method apply (line 53) | func (fn tracerOptionFunc) apply(cfg TracerConfig) TracerConfig { type SpanConfig (line 58) | type SpanConfig struct method Attributes (line 68) | func (cfg *SpanConfig) Attributes() []attribute.KeyValue { method Timestamp (line 73) | func (cfg *SpanConfig) Timestamp() time.Time { method StackTrace (line 78) | func (cfg *SpanConfig) StackTrace() bool { method Links (line 83) | func (cfg *SpanConfig) Links() []Link { method NewRoot (line 90) | func (cfg *SpanConfig) NewRoot() bool { method SpanKind (line 95) | func (cfg *SpanConfig) SpanKind() SpanKind { function NewSpanStartConfig (line 103) | func NewSpanStartConfig(options ...SpanStartOption) SpanConfig { function NewSpanEndConfig (line 115) | func NewSpanEndConfig(options ...SpanEndOption) SpanConfig { type SpanStartOption (line 125) | type SpanStartOption interface type spanOptionFunc (line 129) | type spanOptionFunc method applySpanStart (line 131) | func (fn spanOptionFunc) applySpanStart(cfg SpanConfig) SpanConfig { type SpanEndOption (line 137) | type SpanEndOption interface type EventConfig (line 142) | type EventConfig struct method Attributes (line 149) | func (cfg *EventConfig) Attributes() []attribute.KeyValue { method Timestamp (line 154) | func (cfg *EventConfig) Timestamp() time.Time { method StackTrace (line 159) | func (cfg *EventConfig) StackTrace() bool { function NewEventConfig (line 167) | func NewEventConfig(options ...EventOption) EventConfig { type EventOption (line 179) | type EventOption interface type SpanOption (line 184) | type SpanOption interface type SpanStartEventOption (line 190) | type SpanStartEventOption interface type SpanEndEventOption (line 196) | type SpanEndEventOption interface type attributeOption (line 201) | type attributeOption method applySpan (line 203) | func (o attributeOption) applySpan(c SpanConfig) SpanConfig { method applySpanStart (line 207) | func (o attributeOption) applySpanStart(c SpanConfig) SpanConfig { ret... method applyEvent (line 208) | func (o attributeOption) applyEvent(c EventConfig) EventConfig { function WithAttributes (line 224) | func WithAttributes(attributes ...attribute.KeyValue) SpanStartEventOpti... type SpanEventOption (line 229) | type SpanEventOption interface type timestampOption (line 234) | type timestampOption method applySpan (line 236) | func (o timestampOption) applySpan(c SpanConfig) SpanConfig { method applySpanStart (line 240) | func (o timestampOption) applySpanStart(c SpanConfig) SpanConfig { ret... method applySpanEnd (line 241) | func (o timestampOption) applySpanEnd(c SpanConfig) SpanConfig { ret... method applyEvent (line 242) | func (o timestampOption) applyEvent(c EventConfig) EventConfig { function WithTimestamp (line 251) | func WithTimestamp(t time.Time) SpanEventOption { type stackTraceOption (line 255) | type stackTraceOption method applyEvent (line 257) | func (o stackTraceOption) applyEvent(c EventConfig) EventConfig { method applySpan (line 262) | func (o stackTraceOption) applySpan(c SpanConfig) SpanConfig { method applySpanEnd (line 266) | func (o stackTraceOption) applySpanEnd(c SpanConfig) SpanConfig { retu... function WithStackTrace (line 269) | func WithStackTrace(b bool) SpanEndEventOption { function WithLinks (line 275) | func WithLinks(links ...Link) SpanStartOption { function WithNewRoot (line 285) | func WithNewRoot() SpanStartOption { function WithSpanKind (line 293) | func WithSpanKind(kind SpanKind) SpanStartOption { function WithInstrumentationVersion (line 301) | func WithInstrumentationVersion(version string) TracerOption { function mergeSets (line 310) | func mergeSets(a, b attribute.Set) attribute.Set { function WithInstrumentationAttributes (line 329) | func WithInstrumentationAttributes(attr ...attribute.KeyValue) TracerOpt... function WithInstrumentationAttributeSet (line 339) | func WithInstrumentationAttributeSet(set attribute.Set) TracerOption { function WithSchemaURL (line 357) | func WithSchemaURL(schemaURL string) TracerOption { FILE: vendor/go.opentelemetry.io/otel/trace/context.go type traceContextKeyType (line 8) | type traceContextKeyType constant currentSpanKey (line 10) | currentSpanKey traceContextKeyType = iota function ContextWithSpan (line 13) | func ContextWithSpan(parent context.Context, span Span) context.Context { function ContextWithSpanContext (line 21) | func ContextWithSpanContext(parent context.Context, sc SpanContext) cont... function ContextWithRemoteSpanContext (line 29) | func ContextWithRemoteSpanContext(parent context.Context, rsc SpanContex... function SpanFromContext (line 37) | func SpanFromContext(ctx context.Context) Span { function SpanContextFromContext (line 48) | func SpanContextFromContext(ctx context.Context) SpanContext { FILE: vendor/go.opentelemetry.io/otel/trace/embedded/embedded.go type TracerProvider (line 25) | type TracerProvider interface type Tracer (line 35) | type Tracer interface type Span (line 45) | type Span interface FILE: vendor/go.opentelemetry.io/otel/trace/hex.go constant hexLU (line 11) | hexLU = "0123456789abcdef" constant hexRev (line 21) | hexRev = "" + FILE: vendor/go.opentelemetry.io/otel/trace/internal/telemetry/attr.go type Attr (line 7) | type Attr struct method Equal (line 56) | func (a Attr) Equal(b Attr) bool { function String (line 13) | func String(key, value string) Attr { function Int64 (line 18) | func Int64(key string, value int64) Attr { function Int (line 23) | func Int(key string, value int) Attr { function Float64 (line 28) | func Float64(key string, value float64) Attr { function Bool (line 33) | func Bool(key string, value bool) Attr { function Bytes (line 39) | func Bytes(key string, value []byte) Attr { function Slice (line 45) | func Slice(key string, value ...Value) Attr { function Map (line 51) | func Map(key string, value ...Attr) Attr { FILE: vendor/go.opentelemetry.io/otel/trace/internal/telemetry/id.go constant traceIDSize (line 13) | traceIDSize = 16 constant spanIDSize (line 14) | spanIDSize = 8 type TraceID (line 18) | type TraceID method String (line 21) | func (tid TraceID) String() string { method IsEmpty (line 26) | func (tid TraceID) IsEmpty() bool { method MarshalJSON (line 31) | func (tid TraceID) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 40) | func (tid *TraceID) UnmarshalJSON(data []byte) error { type SpanID (line 46) | type SpanID method String (line 49) | func (sid SpanID) String() string { method IsEmpty (line 54) | func (sid SpanID) IsEmpty() bool { method MarshalJSON (line 59) | func (sid SpanID) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 67) | func (sid *SpanID) UnmarshalJSON(data []byte) error { function marshalJSON (line 73) | func marshalJSON(id []byte) ([]byte, error) { function unmarshalJSON (line 85) | func unmarshalJSON(dst, src []byte) error { FILE: vendor/go.opentelemetry.io/otel/trace/internal/telemetry/number.go type protoInt64 (line 13) | type protoInt64 method Int64 (line 16) | func (i *protoInt64) Int64() int64 { return int64(*i) } method UnmarshalJSON (line 19) | func (i *protoInt64) UnmarshalJSON(data []byte) error { type protoUint64 (line 42) | type protoUint64 method Uint64 (line 45) | func (i *protoUint64) Uint64() uint64 { return uint64(*i) } method UnmarshalJSON (line 48) | func (i *protoUint64) UnmarshalJSON(data []byte) error { FILE: vendor/go.opentelemetry.io/otel/trace/internal/telemetry/resource.go type Resource (line 15) | type Resource struct method UnmarshalJSON (line 26) | func (r *Resource) UnmarshalJSON(data []byte) error { FILE: vendor/go.opentelemetry.io/otel/trace/internal/telemetry/scope.go type Scope (line 15) | type Scope struct method UnmarshalJSON (line 23) | func (s *Scope) UnmarshalJSON(data []byte) error { FILE: vendor/go.opentelemetry.io/otel/trace/internal/telemetry/span.go type Span (line 19) | type Span struct method MarshalJSON (line 127) | func (s Span) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 161) | func (s *Span) UnmarshalJSON(data []byte) error { type SpanFlags (line 251) | type SpanFlags constant SpanFlagsTraceFlagsMask (line 257) | SpanFlagsTraceFlagsMask SpanFlags = 255 constant SpanFlagsContextHasIsRemoteMask (line 262) | SpanFlagsContextHasIsRemoteMask SpanFlags = 256 constant SpanFlagsContextIsRemoteMask (line 268) | SpanFlagsContextIsRemoteMask SpanFlags = 512 type SpanKind (line 273) | type SpanKind constant SpanKindInternal (line 279) | SpanKindInternal SpanKind = 1 constant SpanKindServer (line 282) | SpanKindServer SpanKind = 2 constant SpanKindClient (line 285) | SpanKindClient SpanKind = 3 constant SpanKindProducer (line 292) | SpanKindProducer SpanKind = 4 constant SpanKindConsumer (line 296) | SpanKindConsumer SpanKind = 5 type SpanEvent (line 301) | type SpanEvent struct method MarshalJSON (line 317) | func (e SpanEvent) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 334) | func (se *SpanEvent) UnmarshalJSON(data []byte) error { type SpanLink (line 388) | type SpanLink struct method UnmarshalJSON (line 424) | func (sl *SpanLink) UnmarshalJSON(data []byte) error { FILE: vendor/go.opentelemetry.io/otel/trace/internal/telemetry/status.go type StatusCode (line 10) | type StatusCode method String (line 28) | func (s StatusCode) String() string { constant StatusCodeUnset (line 14) | StatusCodeUnset StatusCode = 0 constant StatusCodeOK (line 17) | StatusCodeOK StatusCode = 1 constant StatusCodeError (line 19) | StatusCodeError StatusCode = 2 type Status (line 37) | type Status struct FILE: vendor/go.opentelemetry.io/otel/trace/internal/telemetry/traces.go type Traces (line 24) | type Traces struct method UnmarshalJSON (line 34) | func (td *Traces) UnmarshalJSON(data []byte) error { type ResourceSpans (line 75) | type ResourceSpans struct method UnmarshalJSON (line 87) | func (rs *ResourceSpans) UnmarshalJSON(data []byte) error { type ScopeSpans (line 132) | type ScopeSpans struct method UnmarshalJSON (line 147) | func (ss *ScopeSpans) UnmarshalJSON(data []byte) error { FILE: vendor/go.opentelemetry.io/otel/trace/internal/telemetry/value.go type Value (line 22) | type Value struct method AsString (line 141) | func (v Value) AsString() string { method asString (line 151) | func (v Value) asString() string { method AsInt64 (line 156) | func (v Value) AsInt64() int64 { method asInt64 (line 166) | func (v Value) asInt64() int64 { method AsBool (line 172) | func (v Value) AsBool() bool { method asBool (line 182) | func (v Value) asBool() bool { return v.num == 1 } method AsFloat64 (line 185) | func (v Value) AsFloat64() float64 { method asFloat64 (line 195) | func (v Value) asFloat64() float64 { return math.Float64frombits(v.num) } method AsBytes (line 198) | func (v Value) AsBytes() []byte { method asBytes (line 208) | func (v Value) asBytes() []byte { method AsSlice (line 213) | func (v Value) AsSlice() []Value { method asSlice (line 223) | func (v Value) asSlice() []Value { method AsMap (line 228) | func (v Value) AsMap() []Attr { method asMap (line 238) | func (v Value) asMap() []Attr { method Kind (line 243) | func (v Value) Kind() ValueKind { method Empty (line 261) | func (v Value) Empty() bool { return v.Kind() == ValueKindEmpty } method Equal (line 264) | func (v Value) Equal(w Value) bool { method String (line 307) | func (v Value) String() string { method MarshalJSON (line 338) | func (v *Value) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 384) | func (v *Value) UnmarshalJSON(data []byte) error { type stringptr (line 38) | type stringptr type bytesptr (line 40) | type bytesptr type sliceptr (line 42) | type sliceptr type mapptr (line 44) | type mapptr type ValueKind (line 48) | type ValueKind method String (line 73) | func (k ValueKind) String() string { constant ValueKindEmpty (line 52) | ValueKindEmpty ValueKind = iota constant ValueKindBool (line 53) | ValueKindBool constant ValueKindFloat64 (line 54) | ValueKindFloat64 constant ValueKindInt64 (line 55) | ValueKindInt64 constant ValueKindString (line 56) | ValueKindString constant ValueKindBytes (line 57) | ValueKindBytes constant ValueKindSlice (line 58) | ValueKindSlice constant ValueKindMap (line 59) | ValueKindMap function StringValue (line 81) | func StringValue(v string) Value { function IntValue (line 89) | func IntValue(v int) Value { return Int64Value(int64(v)) } function Int64Value (line 92) | func Int64Value(v int64) Value { function Float64Value (line 100) | func Float64Value(v float64) Value { function BoolValue (line 105) | func BoolValue(v bool) Value { //nolint:revive // Not a control flag. function BytesValue (line 115) | func BytesValue(v []byte) Value { function SliceValue (line 124) | func SliceValue(vs ...Value) Value { function MapValue (line 133) | func MapValue(kvs ...Attr) Value { function sortMap (line 293) | func sortMap(m []Attr) []Attr { FILE: vendor/go.opentelemetry.io/otel/trace/nonrecording.go type nonRecordingSpan (line 9) | type nonRecordingSpan struct method SpanContext (line 16) | func (s nonRecordingSpan) SpanContext() SpanContext { return s.sc } FILE: vendor/go.opentelemetry.io/otel/trace/noop.go function NewNoopTracerProvider (line 20) | func NewNoopTracerProvider() TracerProvider { type noopTracerProvider (line 24) | type noopTracerProvider struct method Tracer (line 29) | func (noopTracerProvider) Tracer(string, ...TracerOption) Tracer { type noopTracer (line 34) | type noopTracer struct method Start (line 40) | func (noopTracer) Start(ctx context.Context, _ string, _ ...SpanStartO... type noopSpan (line 50) | type noopSpan struct method SpanContext (line 55) | func (noopSpan) SpanContext() SpanContext { return SpanContext{} } method IsRecording (line 58) | func (noopSpan) IsRecording() bool { return false } method SetStatus (line 61) | func (noopSpan) SetStatus(codes.Code, string) {} method SetError (line 64) | func (noopSpan) SetError(bool) {} method SetAttributes (line 67) | func (noopSpan) SetAttributes(...attribute.KeyValue) {} method End (line 70) | func (noopSpan) End(...SpanEndOption) {} method RecordError (line 73) | func (noopSpan) RecordError(error, ...EventOption) {} method AddEvent (line 76) | func (noopSpan) AddEvent(string, ...EventOption) {} method AddLink (line 79) | func (noopSpan) AddLink(Link) {} method SetName (line 82) | func (noopSpan) SetName(string) {} method TracerProvider (line 85) | func (s noopSpan) TracerProvider() TracerProvider { method tracerProvider (line 100) | func (noopSpan) tracerProvider(autoEnabled *bool) TracerProvider { FILE: vendor/go.opentelemetry.io/otel/trace/noop/noop.go type TracerProvider (line 33) | type TracerProvider struct method Tracer (line 41) | func (TracerProvider) Tracer(string, ...trace.TracerOption) trace.Trac... function NewTracerProvider (line 36) | func NewTracerProvider() TracerProvider { type Tracer (line 46) | type Tracer struct method Start (line 54) | func (Tracer) Start(ctx context.Context, _ string, _ ...trace.SpanStar... type Span (line 78) | type Span struct method SpanContext (line 85) | func (s Span) SpanContext() trace.SpanContext { return s.sc } method IsRecording (line 88) | func (Span) IsRecording() bool { return false } method SetStatus (line 91) | func (Span) SetStatus(codes.Code, string) {} method SetAttributes (line 94) | func (Span) SetAttributes(...attribute.KeyValue) {} method End (line 97) | func (Span) End(...trace.SpanEndOption) {} method RecordError (line 100) | func (Span) RecordError(error, ...trace.EventOption) {} method AddEvent (line 103) | func (Span) AddEvent(string, ...trace.EventOption) {} method AddLink (line 106) | func (Span) AddLink(trace.Link) {} method SetName (line 109) | func (Span) SetName(string) {} method TracerProvider (line 112) | func (Span) TracerProvider() trace.TracerProvider { return TracerProvi... FILE: vendor/go.opentelemetry.io/otel/trace/provider.go type TracerProvider (line 25) | type TracerProvider interface FILE: vendor/go.opentelemetry.io/otel/trace/span.go type Span (line 22) | type Span interface type Link (line 95) | type Link struct function LinkFromContext (line 105) | func LinkFromContext(ctx context.Context, attrs ...attribute.KeyValue) L... type SpanKind (line 113) | type SpanKind method String (line 166) | func (sk SpanKind) String() string { constant SpanKindUnspecified (line 124) | SpanKindUnspecified SpanKind = 0 constant SpanKindInternal (line 127) | SpanKindInternal SpanKind = 1 constant SpanKindServer (line 130) | SpanKindServer SpanKind = 2 constant SpanKindClient (line 133) | SpanKindClient SpanKind = 3 constant SpanKindProducer (line 141) | SpanKindProducer SpanKind = 4 constant SpanKindConsumer (line 146) | SpanKindConsumer SpanKind = 5 function ValidateSpanKind (line 151) | func ValidateSpanKind(spanKind SpanKind) SpanKind { FILE: vendor/go.opentelemetry.io/otel/trace/trace.go constant FlagsSampled (line 13) | FlagsSampled = TraceFlags(0x01) constant errInvalidHexID (line 15) | errInvalidHexID errorConst = "trace-id and span-id can only contain [0-9... constant errInvalidTraceIDLength (line 17) | errInvalidTraceIDLength errorConst = "hex encoded trace-id must have len... constant errNilTraceID (line 18) | errNilTraceID errorConst = "trace-id can't be all zero" constant errInvalidSpanIDLength (line 20) | errInvalidSpanIDLength errorConst = "hex encoded span-id must have lengt... constant errNilSpanID (line 21) | errNilSpanID errorConst = "span-id can't be all zero" type errorConst (line 24) | type errorConst method Error (line 26) | func (e errorConst) Error() string { type TraceID (line 32) | type TraceID method IsValid (line 41) | func (t TraceID) IsValid() bool { method MarshalJSON (line 47) | func (t TraceID) MarshalJSON() ([]byte, error) { method String (line 55) | func (t TraceID) String() string { method hexBytes (line 61) | func (t TraceID) hexBytes() [32]byte { type SpanID (line 83) | type SpanID method IsValid (line 92) | func (s SpanID) IsValid() bool { method MarshalJSON (line 98) | func (s SpanID) MarshalJSON() ([]byte, error) { method String (line 106) | func (s SpanID) String() string { method hexBytes (line 111) | func (s SpanID) hexBytes() [16]byte { function TraceIDFromHex (line 128) | func TraceIDFromHex(h string) (TraceID, error) { function SpanIDFromHex (line 154) | func SpanIDFromHex(h string) (SpanID, error) { type TraceFlags (line 178) | type TraceFlags method IsSampled (line 181) | func (tf TraceFlags) IsSampled() bool { method WithSampled (line 186) | func (tf TraceFlags) WithSampled(sampled bool) TraceFlags { // nolint:... method MarshalJSON (line 196) | func (tf TraceFlags) MarshalJSON() ([]byte, error) { method String (line 204) | func (tf TraceFlags) String() string { method hexBytes (line 209) | func (tf TraceFlags) hexBytes() [2]byte { type SpanContextConfig (line 215) | type SpanContextConfig struct function NewSpanContext (line 225) | func NewSpanContext(config SpanContextConfig) SpanContext { type SpanContext (line 236) | type SpanContext struct method IsValid (line 248) | func (sc SpanContext) IsValid() bool { method IsRemote (line 253) | func (sc SpanContext) IsRemote() bool { method WithRemote (line 258) | func (sc SpanContext) WithRemote(remote bool) SpanContext { method TraceID (line 269) | func (sc SpanContext) TraceID() TraceID { method HasTraceID (line 274) | func (sc SpanContext) HasTraceID() bool { method WithTraceID (line 279) | func (sc SpanContext) WithTraceID(traceID TraceID) SpanContext { method SpanID (line 290) | func (sc SpanContext) SpanID() SpanID { method HasSpanID (line 295) | func (sc SpanContext) HasSpanID() bool { method WithSpanID (line 300) | func (sc SpanContext) WithSpanID(spanID SpanID) SpanContext { method TraceFlags (line 311) | func (sc SpanContext) TraceFlags() TraceFlags { method IsSampled (line 316) | func (sc SpanContext) IsSampled() bool { method WithTraceFlags (line 321) | func (sc SpanContext) WithTraceFlags(flags TraceFlags) SpanContext { method TraceState (line 332) | func (sc SpanContext) TraceState() TraceState { method WithTraceState (line 337) | func (sc SpanContext) WithTraceState(state TraceState) SpanContext { method Equal (line 348) | func (sc SpanContext) Equal(other SpanContext) bool { method MarshalJSON (line 357) | func (sc SpanContext) MarshalJSON() ([]byte, error) { FILE: vendor/go.opentelemetry.io/otel/trace/tracer.go type Tracer (line 17) | type Tracer interface FILE: vendor/go.opentelemetry.io/otel/trace/tracestate.go constant maxListMembers (line 13) | maxListMembers = 32 constant listDelimiters (line 15) | listDelimiters = "," constant memberDelimiter (line 16) | memberDelimiter = "=" constant errInvalidKey (line 18) | errInvalidKey errorConst = "invalid tracestate key" constant errInvalidValue (line 19) | errInvalidValue errorConst = "invalid tracestate value" constant errInvalidMember (line 20) | errInvalidMember errorConst = "invalid tracestate list-member" constant errMemberNumber (line 21) | errMemberNumber errorConst = "too many list-members in tracestate" constant errDuplicate (line 22) | errDuplicate errorConst = "duplicate list-member in tracestate" type member (line 25) | type member struct method String (line 155) | func (m member) String() string { function checkValueChar (line 32) | func checkValueChar(v byte) bool { function checkValueLast (line 37) | func checkValueLast(v byte) bool { function checkValue (line 48) | func checkValue(val string) bool { function checkKeyRemain (line 61) | func checkKeyRemain(key string) bool { function checkKeyPart (line 82) | func checkKeyPart(key string, n int) bool { function isAlphaNum (line 92) | func isAlphaNum(c byte) bool { function checkKeyTenant (line 104) | func checkKeyTenant(key string, n int) bool { function checkKey (line 121) | func checkKey(key string) bool { function newMember (line 129) | func newMember(key, value string) (member, error) { function parseMember (line 139) | func parseMember(m string) (member, error) { type TraceState (line 170) | type TraceState struct method MarshalJSON (line 218) | func (ts TraceState) MarshalJSON() ([]byte, error) { method String (line 225) | func (ts TraceState) String() string { method Get (line 253) | func (ts TraceState) Get(key string) string { method Walk (line 265) | func (ts TraceState) Walk(f func(key, value string) bool) { method Insert (line 285) | func (ts TraceState) Insert(key, value string) (TraceState, error) { method Delete (line 314) | func (ts TraceState) Delete(key string) TraceState { method Len (line 328) | func (ts TraceState) Len() int { function ParseTraceState (line 180) | func ParseTraceState(ts string) (TraceState, error) { FILE: vendor/go.opentelemetry.io/otel/version.go function Version (line 7) | func Version() string { FILE: vendor/go.opentelemetry.io/proto/otlp/collector/trace/v1/trace_service.pb.go constant _ (line 33) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 35) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type ExportTraceServiceRequest (line 38) | type ExportTraceServiceRequest struct method Reset (line 51) | func (x *ExportTraceServiceRequest) Reset() { method String (line 60) | func (x *ExportTraceServiceRequest) String() string { method ProtoMessage (line 64) | func (*ExportTraceServiceRequest) ProtoMessage() {} method ProtoReflect (line 66) | func (x *ExportTraceServiceRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 79) | func (*ExportTraceServiceRequest) Descriptor() ([]byte, []int) { method GetResourceSpans (line 83) | func (x *ExportTraceServiceRequest) GetResourceSpans() []*v1.ResourceS... type ExportTraceServiceResponse (line 90) | type ExportTraceServiceResponse struct method Reset (line 113) | func (x *ExportTraceServiceResponse) Reset() { method String (line 122) | func (x *ExportTraceServiceResponse) String() string { method ProtoMessage (line 126) | func (*ExportTraceServiceResponse) ProtoMessage() {} method ProtoReflect (line 128) | func (x *ExportTraceServiceResponse) ProtoReflect() protoreflect.Messa... method Descriptor (line 141) | func (*ExportTraceServiceResponse) Descriptor() ([]byte, []int) { method GetPartialSuccess (line 145) | func (x *ExportTraceServiceResponse) GetPartialSuccess() *ExportTraceP... type ExportTracePartialSuccess (line 152) | type ExportTracePartialSuccess struct method Reset (line 172) | func (x *ExportTracePartialSuccess) Reset() { method String (line 181) | func (x *ExportTracePartialSuccess) String() string { method ProtoMessage (line 185) | func (*ExportTracePartialSuccess) ProtoMessage() {} method ProtoReflect (line 187) | func (x *ExportTracePartialSuccess) ProtoReflect() protoreflect.Message { method Descriptor (line 200) | func (*ExportTracePartialSuccess) Descriptor() ([]byte, []int) { method GetRejectedSpans (line 204) | func (x *ExportTracePartialSuccess) GetRejectedSpans() int64 { method GetErrorMessage (line 211) | func (x *ExportTracePartialSuccess) GetErrorMessage() string { function file_opentelemetry_proto_collector_trace_v1_trace_service_proto_rawDescGZIP (line 280) | func file_opentelemetry_proto_collector_trace_v1_trace_service_proto_raw... function init (line 306) | func init() { file_opentelemetry_proto_collector_trace_v1_trace_service_... function file_opentelemetry_proto_collector_trace_v1_trace_service_proto_init (line 307) | func file_opentelemetry_proto_collector_trace_v1_trace_service_proto_ini... FILE: vendor/go.opentelemetry.io/proto/otlp/collector/trace/v1/trace_service.pb.gw.go function request_TraceService_Export_0 (line 34) | func request_TraceService_Export_0(ctx context.Context, marshaler runtim... function local_request_TraceService_Export_0 (line 51) | func local_request_TraceService_Export_0(ctx context.Context, marshaler ... function RegisterTraceServiceHandlerServer (line 72) | func RegisterTraceServiceHandlerServer(ctx context.Context, mux *runtime... function RegisterTraceServiceHandlerFromEndpoint (line 104) | func RegisterTraceServiceHandlerFromEndpoint(ctx context.Context, mux *r... function RegisterTraceServiceHandler (line 129) | func RegisterTraceServiceHandler(ctx context.Context, mux *runtime.Serve... function RegisterTraceServiceHandlerClient (line 138) | func RegisterTraceServiceHandlerClient(ctx context.Context, mux *runtime... FILE: vendor/go.opentelemetry.io/proto/otlp/collector/trace/v1/trace_service_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 type TraceServiceClient (line 24) | type TraceServiceClient interface type traceServiceClient (line 30) | type traceServiceClient struct method Export (line 38) | func (c *traceServiceClient) Export(ctx context.Context, in *ExportTra... function NewTraceServiceClient (line 34) | func NewTraceServiceClient(cc grpc.ClientConnInterface) TraceServiceClie... type TraceServiceServer (line 50) | type TraceServiceServer interface type UnimplementedTraceServiceServer (line 58) | type UnimplementedTraceServiceServer struct method Export (line 61) | func (UnimplementedTraceServiceServer) Export(context.Context, *Export... method mustEmbedUnimplementedTraceServiceServer (line 64) | func (UnimplementedTraceServiceServer) mustEmbedUnimplementedTraceServ... type UnsafeTraceServiceServer (line 69) | type UnsafeTraceServiceServer interface function RegisterTraceServiceServer (line 73) | func RegisterTraceServiceServer(s grpc.ServiceRegistrar, srv TraceServic... function _TraceService_Export_Handler (line 77) | func _TraceService_Export_Handler(srv interface{}, ctx context.Context, ... FILE: vendor/go.opentelemetry.io/proto/otlp/common/v1/common.pb.go constant _ (line 32) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 34) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type AnyValue (line 40) | type AnyValue struct method Reset (line 59) | func (x *AnyValue) Reset() { method String (line 68) | func (x *AnyValue) String() string { method ProtoMessage (line 72) | func (*AnyValue) ProtoMessage() {} method ProtoReflect (line 74) | func (x *AnyValue) ProtoReflect() protoreflect.Message { method Descriptor (line 87) | func (*AnyValue) Descriptor() ([]byte, []int) { method GetValue (line 91) | func (m *AnyValue) GetValue() isAnyValue_Value { method GetStringValue (line 98) | func (x *AnyValue) GetStringValue() string { method GetBoolValue (line 105) | func (x *AnyValue) GetBoolValue() bool { method GetIntValue (line 112) | func (x *AnyValue) GetIntValue() int64 { method GetDoubleValue (line 119) | func (x *AnyValue) GetDoubleValue() float64 { method GetArrayValue (line 126) | func (x *AnyValue) GetArrayValue() *ArrayValue { method GetKvlistValue (line 133) | func (x *AnyValue) GetKvlistValue() *KeyValueList { method GetBytesValue (line 140) | func (x *AnyValue) GetBytesValue() []byte { type isAnyValue_Value (line 147) | type isAnyValue_Value interface type AnyValue_StringValue (line 151) | type AnyValue_StringValue struct method isAnyValue_Value (line 179) | func (*AnyValue_StringValue) isAnyValue_Value() {} type AnyValue_BoolValue (line 155) | type AnyValue_BoolValue struct method isAnyValue_Value (line 181) | func (*AnyValue_BoolValue) isAnyValue_Value() {} type AnyValue_IntValue (line 159) | type AnyValue_IntValue struct method isAnyValue_Value (line 183) | func (*AnyValue_IntValue) isAnyValue_Value() {} type AnyValue_DoubleValue (line 163) | type AnyValue_DoubleValue struct method isAnyValue_Value (line 185) | func (*AnyValue_DoubleValue) isAnyValue_Value() {} type AnyValue_ArrayValue (line 167) | type AnyValue_ArrayValue struct method isAnyValue_Value (line 187) | func (*AnyValue_ArrayValue) isAnyValue_Value() {} type AnyValue_KvlistValue (line 171) | type AnyValue_KvlistValue struct method isAnyValue_Value (line 189) | func (*AnyValue_KvlistValue) isAnyValue_Value() {} type AnyValue_BytesValue (line 175) | type AnyValue_BytesValue struct method isAnyValue_Value (line 191) | func (*AnyValue_BytesValue) isAnyValue_Value() {} type ArrayValue (line 195) | type ArrayValue struct method Reset (line 204) | func (x *ArrayValue) Reset() { method String (line 213) | func (x *ArrayValue) String() string { method ProtoMessage (line 217) | func (*ArrayValue) ProtoMessage() {} method ProtoReflect (line 219) | func (x *ArrayValue) ProtoReflect() protoreflect.Message { method Descriptor (line 232) | func (*ArrayValue) Descriptor() ([]byte, []int) { method GetValues (line 236) | func (x *ArrayValue) GetValues() []*AnyValue { type KeyValueList (line 248) | type KeyValueList struct method Reset (line 260) | func (x *KeyValueList) Reset() { method String (line 269) | func (x *KeyValueList) String() string { method ProtoMessage (line 273) | func (*KeyValueList) ProtoMessage() {} method ProtoReflect (line 275) | func (x *KeyValueList) ProtoReflect() protoreflect.Message { method Descriptor (line 288) | func (*KeyValueList) Descriptor() ([]byte, []int) { method GetValues (line 292) | func (x *KeyValueList) GetValues() []*KeyValue { type KeyValue (line 301) | type KeyValue struct method Reset (line 310) | func (x *KeyValue) Reset() { method String (line 319) | func (x *KeyValue) String() string { method ProtoMessage (line 323) | func (*KeyValue) ProtoMessage() {} method ProtoReflect (line 325) | func (x *KeyValue) ProtoReflect() protoreflect.Message { method Descriptor (line 338) | func (*KeyValue) Descriptor() ([]byte, []int) { method GetKey (line 342) | func (x *KeyValue) GetKey() string { method GetValue (line 349) | func (x *KeyValue) GetValue() *AnyValue { type InstrumentationScope (line 358) | type InstrumentationScope struct method Reset (line 373) | func (x *InstrumentationScope) Reset() { method String (line 382) | func (x *InstrumentationScope) String() string { method ProtoMessage (line 386) | func (*InstrumentationScope) ProtoMessage() {} method ProtoReflect (line 388) | func (x *InstrumentationScope) ProtoReflect() protoreflect.Message { method Descriptor (line 401) | func (*InstrumentationScope) Descriptor() ([]byte, []int) { method GetName (line 405) | func (x *InstrumentationScope) GetName() string { method GetVersion (line 412) | func (x *InstrumentationScope) GetVersion() string { method GetAttributes (line 419) | func (x *InstrumentationScope) GetAttributes() []*KeyValue { method GetDroppedAttributesCount (line 426) | func (x *InstrumentationScope) GetDroppedAttributesCount() uint32 { function file_opentelemetry_proto_common_v1_common_proto_rawDescGZIP (line 507) | func file_opentelemetry_proto_common_v1_common_proto_rawDescGZIP() []byte { function init (line 536) | func init() { file_opentelemetry_proto_common_v1_common_proto_init() } function file_opentelemetry_proto_common_v1_common_proto_init (line 537) | func file_opentelemetry_proto_common_v1_common_proto_init() { FILE: vendor/go.opentelemetry.io/proto/otlp/resource/v1/resource.pb.go constant _ (line 33) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 35) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Resource (line 39) | type Resource struct method Reset (line 53) | func (x *Resource) Reset() { method String (line 62) | func (x *Resource) String() string { method ProtoMessage (line 66) | func (*Resource) ProtoMessage() {} method ProtoReflect (line 68) | func (x *Resource) ProtoReflect() protoreflect.Message { method Descriptor (line 81) | func (*Resource) Descriptor() ([]byte, []int) { method GetAttributes (line 85) | func (x *Resource) GetAttributes() []*v1.KeyValue { method GetDroppedAttributesCount (line 92) | func (x *Resource) GetDroppedAttributesCount() uint32 { function file_opentelemetry_proto_resource_v1_resource_proto_rawDescGZIP (line 135) | func file_opentelemetry_proto_resource_v1_resource_proto_rawDescGZIP() [... function init (line 156) | func init() { file_opentelemetry_proto_resource_v1_resource_proto_init() } function file_opentelemetry_proto_resource_v1_resource_proto_init (line 157) | func file_opentelemetry_proto_resource_v1_resource_proto_init() { FILE: vendor/go.opentelemetry.io/proto/otlp/trace/v1/trace.pb.go constant _ (line 34) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 36) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type SpanFlags (line 53) | type SpanFlags method Enum (line 84) | func (x SpanFlags) Enum() *SpanFlags { method String (line 90) | func (x SpanFlags) String() string { method Descriptor (line 94) | func (SpanFlags) Descriptor() protoreflect.EnumDescriptor { method Type (line 98) | func (SpanFlags) Type() protoreflect.EnumType { method Number (line 102) | func (x SpanFlags) Number() protoreflect.EnumNumber { method EnumDescriptor (line 107) | func (SpanFlags) EnumDescriptor() ([]byte, []int) { constant SpanFlags_SPAN_FLAGS_DO_NOT_USE (line 58) | SpanFlags_SPAN_FLAGS_DO_NOT_USE SpanFlags = 0 constant SpanFlags_SPAN_FLAGS_TRACE_FLAGS_MASK (line 60) | SpanFlags_SPAN_FLAGS_TRACE_FLAGS_MASK SpanFlags = 255 constant SpanFlags_SPAN_FLAGS_CONTEXT_HAS_IS_REMOTE_MASK (line 64) | SpanFlags_SPAN_FLAGS_CONTEXT_HAS_IS_REMOTE_MASK SpanFlags = 256 constant SpanFlags_SPAN_FLAGS_CONTEXT_IS_REMOTE_MASK (line 65) | SpanFlags_SPAN_FLAGS_CONTEXT_IS_REMOTE_MASK SpanFlags = 512 type Span_SpanKind (line 113) | type Span_SpanKind method Enum (line 158) | func (x Span_SpanKind) Enum() *Span_SpanKind { method String (line 164) | func (x Span_SpanKind) String() string { method Descriptor (line 168) | func (Span_SpanKind) Descriptor() protoreflect.EnumDescriptor { method Type (line 172) | func (Span_SpanKind) Type() protoreflect.EnumType { method Number (line 176) | func (x Span_SpanKind) Number() protoreflect.EnumNumber { method EnumDescriptor (line 181) | func (Span_SpanKind) EnumDescriptor() ([]byte, []int) { constant Span_SPAN_KIND_UNSPECIFIED (line 118) | Span_SPAN_KIND_UNSPECIFIED Span_SpanKind = 0 constant Span_SPAN_KIND_INTERNAL (line 121) | Span_SPAN_KIND_INTERNAL Span_SpanKind = 1 constant Span_SPAN_KIND_SERVER (line 124) | Span_SPAN_KIND_SERVER Span_SpanKind = 2 constant Span_SPAN_KIND_CLIENT (line 126) | Span_SPAN_KIND_CLIENT Span_SpanKind = 3 constant Span_SPAN_KIND_PRODUCER (line 131) | Span_SPAN_KIND_PRODUCER Span_SpanKind = 4 constant Span_SPAN_KIND_CONSUMER (line 135) | Span_SPAN_KIND_CONSUMER Span_SpanKind = 5 type Status_StatusCode (line 187) | type Status_StatusCode method Enum (line 213) | func (x Status_StatusCode) Enum() *Status_StatusCode { method String (line 219) | func (x Status_StatusCode) String() string { method Descriptor (line 223) | func (Status_StatusCode) Descriptor() protoreflect.EnumDescriptor { method Type (line 227) | func (Status_StatusCode) Type() protoreflect.EnumType { method Number (line 231) | func (x Status_StatusCode) Number() protoreflect.EnumNumber { method EnumDescriptor (line 236) | func (Status_StatusCode) EnumDescriptor() ([]byte, []int) { constant Status_STATUS_CODE_UNSET (line 191) | Status_STATUS_CODE_UNSET Status_StatusCode = 0 constant Status_STATUS_CODE_OK (line 194) | Status_STATUS_CODE_OK Status_StatusCode = 1 constant Status_STATUS_CODE_ERROR (line 196) | Status_STATUS_CODE_ERROR Status_StatusCode = 2 type TracesData (line 250) | type TracesData struct method Reset (line 263) | func (x *TracesData) Reset() { method String (line 272) | func (x *TracesData) String() string { method ProtoMessage (line 276) | func (*TracesData) ProtoMessage() {} method ProtoReflect (line 278) | func (x *TracesData) ProtoReflect() protoreflect.Message { method Descriptor (line 291) | func (*TracesData) Descriptor() ([]byte, []int) { method GetResourceSpans (line 295) | func (x *TracesData) GetResourceSpans() []*ResourceSpans { type ResourceSpans (line 303) | type ResourceSpans struct method Reset (line 321) | func (x *ResourceSpans) Reset() { method String (line 330) | func (x *ResourceSpans) String() string { method ProtoMessage (line 334) | func (*ResourceSpans) ProtoMessage() {} method ProtoReflect (line 336) | func (x *ResourceSpans) ProtoReflect() protoreflect.Message { method Descriptor (line 349) | func (*ResourceSpans) Descriptor() ([]byte, []int) { method GetResource (line 353) | func (x *ResourceSpans) GetResource() *v1.Resource { method GetScopeSpans (line 360) | func (x *ResourceSpans) GetScopeSpans() []*ScopeSpans { method GetSchemaUrl (line 367) | func (x *ResourceSpans) GetSchemaUrl() string { type ScopeSpans (line 375) | type ScopeSpans struct method Reset (line 393) | func (x *ScopeSpans) Reset() { method String (line 402) | func (x *ScopeSpans) String() string { method ProtoMessage (line 406) | func (*ScopeSpans) ProtoMessage() {} method ProtoReflect (line 408) | func (x *ScopeSpans) ProtoReflect() protoreflect.Message { method Descriptor (line 421) | func (*ScopeSpans) Descriptor() ([]byte, []int) { method GetScope (line 425) | func (x *ScopeSpans) GetScope() *v11.InstrumentationScope { method GetSpans (line 432) | func (x *ScopeSpans) GetSpans() []*Span { method GetSchemaUrl (line 439) | func (x *ScopeSpans) GetSchemaUrl() string { type Span (line 449) | type Span struct method Reset (line 560) | func (x *Span) Reset() { method String (line 569) | func (x *Span) String() string { method ProtoMessage (line 573) | func (*Span) ProtoMessage() {} method ProtoReflect (line 575) | func (x *Span) ProtoReflect() protoreflect.Message { method Descriptor (line 588) | func (*Span) Descriptor() ([]byte, []int) { method GetTraceId (line 592) | func (x *Span) GetTraceId() []byte { method GetSpanId (line 599) | func (x *Span) GetSpanId() []byte { method GetTraceState (line 606) | func (x *Span) GetTraceState() string { method GetParentSpanId (line 613) | func (x *Span) GetParentSpanId() []byte { method GetFlags (line 620) | func (x *Span) GetFlags() uint32 { method GetName (line 627) | func (x *Span) GetName() string { method GetKind (line 634) | func (x *Span) GetKind() Span_SpanKind { method GetStartTimeUnixNano (line 641) | func (x *Span) GetStartTimeUnixNano() uint64 { method GetEndTimeUnixNano (line 648) | func (x *Span) GetEndTimeUnixNano() uint64 { method GetAttributes (line 655) | func (x *Span) GetAttributes() []*v11.KeyValue { method GetDroppedAttributesCount (line 662) | func (x *Span) GetDroppedAttributesCount() uint32 { method GetEvents (line 669) | func (x *Span) GetEvents() []*Span_Event { method GetDroppedEventsCount (line 676) | func (x *Span) GetDroppedEventsCount() uint32 { method GetLinks (line 683) | func (x *Span) GetLinks() []*Span_Link { method GetDroppedLinksCount (line 690) | func (x *Span) GetDroppedLinksCount() uint32 { method GetStatus (line 697) | func (x *Span) GetStatus() *Status { type Status (line 706) | type Status struct method Reset (line 717) | func (x *Status) Reset() { method String (line 726) | func (x *Status) String() string { method ProtoMessage (line 730) | func (*Status) ProtoMessage() {} method ProtoReflect (line 732) | func (x *Status) ProtoReflect() protoreflect.Message { method Descriptor (line 745) | func (*Status) Descriptor() ([]byte, []int) { method GetMessage (line 749) | func (x *Status) GetMessage() string { method GetCode (line 756) | func (x *Status) GetCode() Status_StatusCode { type Span_Event (line 765) | type Span_Event struct method Reset (line 784) | func (x *Span_Event) Reset() { method String (line 793) | func (x *Span_Event) String() string { method ProtoMessage (line 797) | func (*Span_Event) ProtoMessage() {} method ProtoReflect (line 799) | func (x *Span_Event) ProtoReflect() protoreflect.Message { method Descriptor (line 812) | func (*Span_Event) Descriptor() ([]byte, []int) { method GetTimeUnixNano (line 816) | func (x *Span_Event) GetTimeUnixNano() uint64 { method GetName (line 823) | func (x *Span_Event) GetName() string { method GetAttributes (line 830) | func (x *Span_Event) GetAttributes() []*v11.KeyValue { method GetDroppedAttributesCount (line 837) | func (x *Span_Event) GetDroppedAttributesCount() uint32 { type Span_Link (line 848) | type Span_Link struct method Reset (line 887) | func (x *Span_Link) Reset() { method String (line 896) | func (x *Span_Link) String() string { method ProtoMessage (line 900) | func (*Span_Link) ProtoMessage() {} method ProtoReflect (line 902) | func (x *Span_Link) ProtoReflect() protoreflect.Message { method Descriptor (line 915) | func (*Span_Link) Descriptor() ([]byte, []int) { method GetTraceId (line 919) | func (x *Span_Link) GetTraceId() []byte { method GetSpanId (line 926) | func (x *Span_Link) GetSpanId() []byte { method GetTraceState (line 933) | func (x *Span_Link) GetTraceState() string { method GetAttributes (line 940) | func (x *Span_Link) GetAttributes() []*v11.KeyValue { method GetDroppedAttributesCount (line 947) | func (x *Span_Link) GetDroppedAttributesCount() uint32 { method GetFlags (line 954) | func (x *Span_Link) GetFlags() uint32 { function file_opentelemetry_proto_trace_v1_trace_proto_rawDescGZIP (line 1126) | func file_opentelemetry_proto_trace_v1_trace_proto_rawDescGZIP() []byte { function init (line 1171) | func init() { file_opentelemetry_proto_trace_v1_trace_proto_init() } function file_opentelemetry_proto_trace_v1_trace_proto_init (line 1172) | func file_opentelemetry_proto_trace_v1_trace_proto_init() { FILE: vendor/go.uber.org/mock/gomock/call.go type Call (line 25) | type Call struct method AnyTimes (line 85) | func (c *Call) AnyTimes() *Call { method MinTimes (line 92) | func (c *Call) MinTimes(n int) *Call { method MaxTimes (line 102) | func (c *Call) MaxTimes(n int) *Call { method DoAndReturn (line 114) | func (c *Call) DoAndReturn(f any) *Call { method Do (line 155) | func (c *Call) Do(f any) *Call { method Return (line 188) | func (c *Call) Return(rets ...any) *Call { method Times (line 228) | func (c *Call) Times(n int) *Call { method SetArg (line 236) | func (c *Call) SetArg(n int, value any) *Call { method isPreReq (line 279) | func (c *Call) isPreReq(other *Call) bool { method After (line 289) | func (c *Call) After(preReq *Call) *Call { method satisfied (line 304) | func (c *Call) satisfied() bool { method exhausted (line 309) | func (c *Call) exhausted() bool { method String (line 313) | func (c *Call) String() string { method matches (line 324) | func (c *Call) matches(args []any) error { method dropPrereqs (line 424) | func (c *Call) dropPrereqs() (preReqs []*Call) { method call (line 430) | func (c *Call) call() []func([]any) []any { method addAction (line 496) | func (c *Call) addAction(action func([]any) []any) { function newCall (line 49) | func newCall(t TestHelper, receiver any, method string, methodType refle... function InOrder (line 438) | func InOrder(args ...any) { function getCall (line 458) | func getCall(arg any) *Call { function setSlice (line 479) | func setSlice(arg any, v reflect.Value) { function setMap (line 486) | func setMap(arg any, v reflect.Value) { function formatGottenArg (line 500) | func formatGottenArg(m Matcher, arg any) string { FILE: vendor/go.uber.org/mock/gomock/callset.go type callSet (line 26) | type callSet struct method Add (line 60) | func (cs callSet) Add(call *Call) { method Remove (line 78) | func (cs callSet) Remove(call *Call) { method FindMatch (line 96) | func (cs callSet) FindMatch(receiver any, method string, args []any) (... method Failures (line 135) | func (cs callSet) Failures() []*Call { method Satisfied (line 151) | func (cs callSet) Satisfied() bool { type callSetKey (line 37) | type callSetKey struct function newCallSet (line 42) | func newCallSet() *callSet { function newOverridableCallSet (line 50) | func newOverridableCallSet() *callSet { FILE: vendor/go.uber.org/mock/gomock/controller.go type TestReporter (line 27) | type TestReporter interface type TestHelper (line 34) | type TestHelper interface type cleanuper (line 44) | type cleanuper interface type Controller (line 68) | type Controller struct method RecordCall (line 168) | func (ctrl *Controller) RecordCall(receiver any, method string, args .... method RecordCallWithMethodType (line 182) | func (ctrl *Controller) RecordCallWithMethodType(receiver any, method ... method Call (line 195) | func (ctrl *Controller) Call(receiver any, method string, args ...any)... method Finish (line 247) | func (ctrl *Controller) Finish() { method Satisfied (line 256) | func (ctrl *Controller) Satisfied() bool { method finish (line 262) | func (ctrl *Controller) finish(cleanup bool, panicErr any) { function NewController (line 84) | func NewController(t TestReporter, opts ...ControllerOption) *Controller { type ControllerOption (line 107) | type ControllerOption interface type overridableExpectationsOption (line 111) | type overridableExpectationsOption struct method apply (line 119) | func (o overridableExpectationsOption) apply(ctrl *Controller) { function WithOverridableExpectations (line 115) | func WithOverridableExpectations() overridableExpectationsOption { type cancelReporter (line 123) | type cancelReporter struct method Errorf (line 128) | func (r *cancelReporter) Errorf(format string, args ...any) { method Fatalf (line 132) | func (r *cancelReporter) Fatalf(format string, args ...any) { method Helper (line 137) | func (r *cancelReporter) Helper() { function WithContext (line 143) | func WithContext(ctx context.Context, t TestReporter) (*Controller, cont... type nopTestHelper (line 153) | type nopTestHelper struct method Errorf (line 157) | func (h *nopTestHelper) Errorf(format string, args ...any) { method Fatalf (line 161) | func (h *nopTestHelper) Fatalf(format string, args ...any) { method Helper (line 165) | func (h nopTestHelper) Helper() {} function callerInfo (line 297) | func callerInfo(skip int) string { function isCleanuper (line 305) | func isCleanuper(t TestReporter) (cleanuper, bool) { function unwrapTestReporter (line 312) | func unwrapTestReporter(t TestReporter) TestReporter { FILE: vendor/go.uber.org/mock/gomock/matchers.go type Matcher (line 26) | type Matcher interface function WantFormatter (line 37) | func WantFormatter(s fmt.Stringer, m Matcher) Matcher { type StringerFunc (line 54) | type StringerFunc method String (line 57) | func (f StringerFunc) String() string { type GotFormatter (line 64) | type GotFormatter interface type GotFormatterFunc (line 73) | type GotFormatterFunc method Got (line 76) | func (f GotFormatterFunc) Got(got any) string { function GotFormatterAdapter (line 81) | func GotFormatterAdapter(s GotFormatter, m Matcher) Matcher { type anyMatcher (line 91) | type anyMatcher struct method Matches (line 93) | func (anyMatcher) Matches(any) bool { method String (line 97) | func (anyMatcher) String() string { type condMatcher (line 101) | type condMatcher struct method Matches (line 105) | func (c condMatcher[T]) Matches(x any) bool { method String (line 113) | func (c condMatcher[T]) String() string { type eqMatcher (line 117) | type eqMatcher struct method Matches (line 121) | func (e eqMatcher) Matches(x any) bool { method String (line 139) | func (e eqMatcher) String() string { type nilMatcher (line 143) | type nilMatcher struct method Matches (line 145) | func (nilMatcher) Matches(x any) bool { method String (line 160) | func (nilMatcher) String() string { type notMatcher (line 164) | type notMatcher struct method Matches (line 168) | func (n notMatcher) Matches(x any) bool { method String (line 172) | func (n notMatcher) String() string { type regexMatcher (line 176) | type regexMatcher struct method Matches (line 180) | func (m regexMatcher) Matches(x any) bool { method String (line 191) | func (m regexMatcher) String() string { type assignableToTypeOfMatcher (line 195) | type assignableToTypeOfMatcher struct method Matches (line 199) | func (m assignableToTypeOfMatcher) Matches(x any) bool { method String (line 203) | func (m assignableToTypeOfMatcher) String() string { type anyOfMatcher (line 207) | type anyOfMatcher struct method Matches (line 211) | func (am anyOfMatcher) Matches(x any) bool { method String (line 220) | func (am anyOfMatcher) String() string { type allMatcher (line 228) | type allMatcher struct method Matches (line 232) | func (am allMatcher) Matches(x any) bool { method String (line 241) | func (am allMatcher) String() string { type lenMatcher (line 249) | type lenMatcher struct method Matches (line 253) | func (m lenMatcher) Matches(x any) bool { method String (line 263) | func (m lenMatcher) String() string { type inAnyOrderMatcher (line 267) | type inAnyOrderMatcher struct method Matches (line 271) | func (m inAnyOrderMatcher) Matches(x any) bool { method prepareValue (line 317) | func (m inAnyOrderMatcher) prepareValue(x any) (reflect.Value, bool) { method String (line 327) | func (m inAnyOrderMatcher) String() string { function All (line 335) | func All(ms ...Matcher) Matcher { return allMatcher{ms} } function Any (line 338) | func Any() Matcher { return anyMatcher{} } function Cond (line 348) | func Cond[T any](fn func(x T) bool) Matcher { return condMatcher[T]{fn} } function AnyOf (line 360) | func AnyOf(xs ...any) Matcher { function Eq (line 378) | func Eq(x any) Matcher { return eqMatcher{x} } function Len (line 382) | func Len(i int) Matcher { function Nil (line 394) | func Nil() Matcher { return nilMatcher{} } function Not (line 402) | func Not(x any) Matcher { function Regex (line 417) | func Regex(regexStr string) Matcher { function AssignableToTypeOf (line 432) | func AssignableToTypeOf(x any) Matcher { function InAnyOrder (line 445) | func InAnyOrder(x any) Matcher { FILE: vendor/go.uber.org/mock/gomock/string.go function getString (line 11) | func getString(x any) string { function isGeneratedMock (line 23) | func isGeneratedMock(x any) bool { FILE: vendor/go.uber.org/mock/mockgen/deprecated.go constant deprecatedFlagProgOnly (line 10) | deprecatedFlagProgOnly = "prog_only" constant deprecatedFlagExecOnly (line 11) | deprecatedFlagExecOnly = "exec_only" function notifyAboutDeprecatedFlags (line 20) | func notifyAboutDeprecatedFlags() { function initWarningLogger (line 34) | func initWarningLogger() *log.Logger { FILE: vendor/go.uber.org/mock/mockgen/generic.go function getTypeSpecTypeParams (line 19) | func getTypeSpecTypeParams(ts *ast.TypeSpec) []*ast.Field { method parseGenericType (line 26) | func (p *fileParser) parseGenericType(pkg string, typ ast.Expr, tps map[... method parseGenericMethod (line 66) | func (p *fileParser) parseGenericMethod(field *ast.Field, it *namedInter... FILE: vendor/go.uber.org/mock/mockgen/gob.go function gobMode (line 10) | func gobMode(path string) (*model.Package, error) { FILE: vendor/go.uber.org/mock/mockgen/mockgen.go constant gomockImportPath (line 47) | gomockImportPath = "go.uber.org/mock/gomock" function main (line 78) | func main() { function parseMockNames (line 203) | func parseMockNames(names string) map[string]string { function parseExcludeInterfaces (line 215) | func parseExcludeInterfaces(names string) map[string]struct{} { function usage (line 233) | func usage() { constant usageText (line 238) | usageText = `mockgen has two modes of operation: source and package. type generator (line 256) | type generator struct method p (line 269) | func (g *generator) p(format string, args ...any) { method in (line 273) | func (g *generator) in() { method out (line 277) | func (g *generator) out() { method Generate (line 306) | func (g *generator) Generate(pkg *model.Package, outputPkgName string,... method mockName (line 454) | func (g *generator) mockName(typeName string) string { method formattedTypeParams (line 466) | func (g *generator) formattedTypeParams(it *model.Interface, pkgOverri... method GenerateMockInterface (line 487) | func (g *generator) GenerateMockInterface(intf *model.Interface, outpu... method GenerateMockMethods (line 539) | func (g *generator) GenerateMockMethods(mockType string, intf *model.I... method GenerateMockMethod (line 568) | func (g *generator) GenerateMockMethod(mockType string, m *model.Metho... method GenerateMockRecorderMethod (line 633) | func (g *generator) GenerateMockRecorderMethod(intf *model.Interface, ... method GenerateMockReturnCallMethod (line 698) | func (g *generator) GenerateMockReturnCallMethod(intf *model.Interface... method nameExistsAsPackage (line 763) | func (g *generator) nameExistsAsPackage(name string) bool { method getArgNames (line 772) | func (g *generator) getArgNames(m *model.Method, in bool) []string { method getArgTypes (line 800) | func (g *generator) getArgTypes(m *model.Method, pkgOverride string, i... method Output (line 839) | func (g *generator) Output() []byte { function sanitize (line 284) | func sanitize(s string) string { type byMethodName (line 533) | type byMethodName method Len (line 535) | func (b byMethodName) Len() int { return len(b) } method Swap (line 536) | func (b byMethodName) Swap(i, j int) { b[i], b[j] = b[j], b[i] } method Less (line 537) | func (b byMethodName) Less(i, j int) bool { return b[i].Name < b[j].Na... function makeArgString (line 553) | func makeArgString(argNames, argTypes []string) string { type identifierAllocator (line 817) | type identifierAllocator method allocateIdentifier (line 827) | func (o identifierAllocator) allocateIdentifier(want string) string { function newIdentifierAllocator (line 819) | func newIdentifierAllocator(taken []string) identifierAllocator { function createPackageMap (line 849) | func createPackageMap(importPaths []string) map[string]string { function printVersion (line 873) | func printVersion() { function parsePackageImport (line 886) | func parsePackageImport(srcDir string) (string, error) { FILE: vendor/go.uber.org/mock/mockgen/model/model.go constant pkgPath (line 27) | pkgPath = "go.uber.org/mock/mockgen/model" type Package (line 30) | type Package struct method Print (line 38) | func (pkg *Package) Print(w io.Writer) { method Imports (line 46) | func (pkg *Package) Imports() map[string]bool { type Interface (line 58) | type Interface struct method Print (line 65) | func (intf *Interface) Print(w io.Writer) { method addImports (line 72) | func (intf *Interface) addImports(im map[string]bool) { method AddMethod (line 79) | func (intf *Interface) AddMethod(m *Method) { type Method (line 89) | type Method struct method Print (line 96) | func (m *Method) Print(w io.Writer) { method addImports (line 116) | func (m *Method) addImports(im map[string]bool) { type Parameter (line 129) | type Parameter struct method Print (line 135) | func (p *Parameter) Print(w io.Writer) { type Type (line 144) | type Type interface function init (line 149) | func init() { type ArrayType (line 170) | type ArrayType struct method String (line 175) | func (at *ArrayType) String(pm map[string]string, pkgOverride string) ... method addImports (line 183) | func (at *ArrayType) addImports(im map[string]bool) { at.Type.addImpor... type ChanType (line 186) | type ChanType struct method String (line 191) | func (ct *ChanType) String(pm map[string]string, pkgOverride string) s... method addImports (line 202) | func (ct *ChanType) addImports(im map[string]bool) { ct.Type.addImport... type ChanDir (line 205) | type ChanDir constant RecvDir (line 209) | RecvDir ChanDir = 1 constant SendDir (line 210) | SendDir ChanDir = 2 type FuncType (line 214) | type FuncType struct method String (line 219) | func (ft *FuncType) String(pm map[string]string, pkgOverride string) s... method addImports (line 240) | func (ft *FuncType) addImports(im map[string]bool) { type MapType (line 253) | type MapType struct method String (line 257) | func (mt *MapType) String(pm map[string]string, pkgOverride string) st... method addImports (line 261) | func (mt *MapType) addImports(im map[string]bool) { type NamedType (line 267) | type NamedType struct method String (line 273) | func (nt *NamedType) String(pm map[string]string, pkgOverride string) ... method addImports (line 285) | func (nt *NamedType) addImports(im map[string]bool) { type PointerType (line 293) | type PointerType struct method String (line 297) | func (pt *PointerType) String(pm map[string]string, pkgOverride string... method addImports (line 300) | func (pt *PointerType) addImports(im map[string]bool) { pt.Type.addImp... type PredeclaredType (line 303) | type PredeclaredType method String (line 305) | func (pt PredeclaredType) String(map[string]string, string) string { r... method addImports (line 306) | func (pt PredeclaredType) addImports(map[string]bool) {} type TypeParametersType (line 309) | type TypeParametersType struct method String (line 313) | func (tp *TypeParametersType) String(pm map[string]string, pkgOverride... method addImports (line 329) | func (tp *TypeParametersType) addImports(im map[string]bool) { function InterfaceFromInterfaceType (line 342) | func InterfaceFromInterfaceType(it reflect.Type) (*Interface, error) { function funcArgsFromType (line 368) | func funcArgsFromType(t reflect.Type) (in []*Parameter, variadic *Parame... function parameterFromType (line 398) | func parameterFromType(t reflect.Type) (*Parameter, error) { function typeFromType (line 410) | func typeFromType(t reflect.Type) (Type, error) { function impPath (line 509) | func impPath(imp string) string { FILE: vendor/go.uber.org/mock/mockgen/package_mode.go type packageModeParser (line 19) | type packageModeParser struct method parsePackage (line 37) | func (p *packageModeParser) parsePackage(packageName string, ifaces []... method buildAliasReplacements (line 68) | func (p *packageModeParser) buildAliasReplacements(pkg *packages.Packa... method loadPackage (line 143) | func (p *packageModeParser) loadPackage(packageName string) (*packages... method extractInterfacesFromPackage (line 174) | func (p *packageModeParser) extractInterfacesFromPackage(pkg *packages... method parseInterface (line 193) | func (p *packageModeParser) parseInterface(obj types.Object) (*model.I... method isConstraint (line 247) | func (o *packageModeParser) isConstraint(t *types.Interface) bool { method parseType (line 258) | func (p *packageModeParser) parseType(t types.Type) (model.Type, error) { method parseFunc (line 377) | func (p *packageModeParser) parseFunc(sig *types.Signature) (*model.Fu... method parseConstraint (line 435) | func (p *packageModeParser) parseConstraint(t *types.TypeParam) (model... type aliasReplacement (line 32) | type aliasReplacement struct type parseTypeError (line 448) | type parseTypeError struct method Error (line 458) | func (p parseTypeError) Error() string { method Unwrap (line 466) | func (p parseTypeError) Unwrap() error { function newParseTypeError (line 454) | func newParseTypeError(message string, typeString string, error error) *... FILE: vendor/go.uber.org/mock/mockgen/parse.go function sourceMode (line 39) | func sourceMode(source string) (*model.Package, error) { type importedPackage (line 98) | type importedPackage interface type importedPkg (line 103) | type importedPkg struct method Path (line 108) | func (i importedPkg) Path() string { return i.path } method Parser (line 109) | func (i importedPkg) Parser() *fileParser { return i.parser } type duplicateImport (line 116) | type duplicateImport struct method Error (line 121) | func (d duplicateImport) Error() string { method Path (line 125) | func (d duplicateImport) Path() string { log.Fatal(d.Error()); ... method Parser (line 126) | func (d duplicateImport) Parser() *fileParser { log.Fatal(d.Error()); ... type interfaceCache (line 128) | type interfaceCache struct method Set (line 138) | func (i *interfaceCache) Set(pkg, name string, it *namedInterface) { method Get (line 145) | func (i *interfaceCache) Get(pkg, name string) *namedInterface { method GetASTIface (line 152) | func (i *interfaceCache) GetASTIface(pkg, name string) *ast.InterfaceT... function newInterfaceCache (line 132) | func newInterfaceCache() *interfaceCache { type fileParser (line 163) | type fileParser struct method errorf (line 173) | func (p *fileParser) errorf(pos token.Pos, format string, args ...any)... method parseAuxFiles (line 180) | func (p *fileParser) parseAuxFiles(auxFiles string) error { method addAuxInterfacesFromFile (line 202) | func (p *fileParser) addAuxInterfacesFromFile(pkg string, file *ast.Fi... method parseFile (line 210) | func (p *fileParser) parseFile(importPath string, file *ast.File) (*mo... method parsePackage (line 253) | func (p *fileParser) parsePackage(path string) (*fileParser, error) { method constructInstParams (line 282) | func (p *fileParser) constructInstParams(pkg string, params []*ast.Fie... method constructTps (line 312) | func (p *fileParser) constructTps(it *namedInterface) (tps map[string]... method parseInterface (line 329) | func (p *fileParser) parseInterface(name, pkg string, it *namedInterfa... method parseMethod (line 350) | func (p *fileParser) parseMethod(field *ast.Field, it *namedInterface,... method parseFunc (line 466) | func (p *fileParser) parseFunc(pkg string, f *ast.FuncType, tps map[st... method parseFieldList (line 493) | func (p *fileParser) parseFieldList(pkg string, fields []*ast.Field, t... method parseType (line 527) | func (p *fileParser) parseType(pkg string, typ ast.Expr, tps map[strin... method parseArrayLength (line 634) | func (p *fileParser) parseArrayLength(expr ast.Expr) (string, error) { function importsOfFile (line 676) | func importsOfFile(file *ast.File) (normalImports map[string]importedPac... type namedInterface (line 735) | type namedInterface struct function iterInterfaces (line 744) | func iterInterfaces(file *ast.File) <-chan *namedInterface { function isVariadic (line 771) | func isVariadic(f *ast.FuncType) bool { function packageNameOfDir (line 781) | func packageNameOfDir(srcDir string) (string, error) { FILE: vendor/go.uber.org/mock/mockgen/version.go function printModuleVersion (line 23) | func printModuleVersion() { FILE: vendor/golang.org/x/crypto/blake2b/blake2b.go constant BlockSize (line 29) | BlockSize = 128 constant Size (line 31) | Size = 64 constant Size384 (line 33) | Size384 = 48 constant Size256 (line 35) | Size256 = 32 function Sum512 (line 55) | func Sum512(data []byte) [Size]byte { function Sum384 (line 62) | func Sum384(data []byte) [Size384]byte { function Sum256 (line 71) | func Sum256(data []byte) [Size256]byte { function New512 (line 81) | func New512(key []byte) (hash.Hash, error) { return newDigest(Size, key) } function New384 (line 85) | func New384(key []byte) (hash.Hash, error) { return newDigest(Size384, k... function New256 (line 89) | func New256(key []byte) (hash.Hash, error) { return newDigest(Size256, k... function New (line 99) | func New(size int, key []byte) (hash.Hash, error) { return newDigest(siz... function newDigest (line 101) | func newDigest(hashSize int, key []byte) (*digest, error) { function checkSum (line 117) | func checkSum(sum *[Size]byte, hashSize int, data []byte) { type digest (line 146) | type digest struct method MarshalBinary (line 162) | func (d *digest) MarshalBinary() ([]byte, error) { method UnmarshalBinary (line 180) | func (d *digest) UnmarshalBinary(b []byte) error { method BlockSize (line 201) | func (d *digest) BlockSize() int { return BlockSize } method Size (line 203) | func (d *digest) Size() int { return d.size } method Reset (line 205) | func (d *digest) Reset() { method Write (line 215) | func (d *digest) Write(p []byte) (n int, err error) { method Sum (line 246) | func (d *digest) Sum(sum []byte) []byte { method finalize (line 252) | func (d *digest) finalize(hash *[Size]byte) { constant magic (line 158) | magic = "b2b" constant marshaledSize (line 159) | marshaledSize = len(magic) + 8*8 + 2*8 + 1 + BlockSize + 1 function appendUint64 (line 271) | func appendUint64(b []byte, x uint64) []byte { function appendUint32 (line 277) | func appendUint32(b []byte, x uint32) []byte { function consumeUint64 (line 283) | func consumeUint64(b []byte) ([]byte, uint64) { function consumeUint32 (line 288) | func consumeUint32(b []byte) ([]byte, uint32) { FILE: vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.go function init (line 11) | func init() { function hashBlocksAVX2 (line 18) | func hashBlocksAVX2(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte) function hashBlocksAVX (line 21) | func hashBlocksAVX(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte) function hashBlocksSSE4 (line 24) | func hashBlocksSSE4(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte) function hashBlocks (line 26) | func hashBlocks(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte) { FILE: vendor/golang.org/x/crypto/blake2b/blake2b_generic.go function hashBlocksGeneric (line 30) | func hashBlocksGeneric(h *[8]uint64, c *[2]uint64, flag uint64, blocks [... FILE: vendor/golang.org/x/crypto/blake2b/blake2b_ref.go function hashBlocks (line 9) | func hashBlocks(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte) { FILE: vendor/golang.org/x/crypto/blake2b/blake2x.go type XOF (line 15) | type XOF interface constant OutputLengthUnknown (line 33) | OutputLengthUnknown = 0 constant magicUnknownOutputLength (line 37) | magicUnknownOutputLength = (1 << 32) - 1 constant maxOutputLength (line 41) | maxOutputLength = (1 << 32) * 64 function NewXOF (line 50) | func NewXOF(size uint32, key []byte) (XOF, error) { type xof (line 74) | type xof struct method Write (line 84) | func (x *xof) Write(p []byte) (n int, err error) { method Clone (line 91) | func (x *xof) Clone() XOF { method Reset (line 96) | func (x *xof) Reset() { method Read (line 113) | func (x *xof) Read(p []byte) (n int, err error) { method initConfig (line 172) | func (d *digest) initConfig(cfg *[Size]byte) { FILE: vendor/golang.org/x/crypto/blake2b/register.go function init (line 12) | func init() { FILE: vendor/golang.org/x/crypto/blowfish/block.go function getNextWord (line 9) | func getNextWord(b []byte, pos *int) uint32 { function ExpandKey (line 28) | func ExpandKey(key []byte, c *Cipher) { function expandKeyWithSalt (line 71) | func expandKeyWithSalt(key []byte, salt []byte, c *Cipher) { function encryptBlock (line 115) | func encryptBlock(l, r uint32, c *Cipher) (uint32, uint32) { function decryptBlock (line 138) | func decryptBlock(l, r uint32, c *Cipher) (uint32, uint32) { FILE: vendor/golang.org/x/crypto/blowfish/cipher.go constant BlockSize (line 22) | BlockSize = 8 type Cipher (line 25) | type Cipher struct method BlockSize (line 68) | func (c *Cipher) BlockSize() int { return BlockSize } method Encrypt (line 75) | func (c *Cipher) Encrypt(dst, src []byte) { method Decrypt (line 85) | func (c *Cipher) Decrypt(dst, src []byte) { type KeySizeError (line 30) | type KeySizeError method Error (line 32) | func (k KeySizeError) Error() string { function NewCipher (line 38) | func NewCipher(key []byte) (*Cipher, error) { function NewSaltedCipher (line 52) | func NewSaltedCipher(key, salt []byte) (*Cipher, error) { function initCipher (line 93) | func initCipher(c *Cipher) { FILE: vendor/golang.org/x/crypto/chacha20/chacha_arm64.go constant bufSize (line 9) | bufSize = 256 function xorKeyStreamVX (line 12) | func xorKeyStreamVX(dst, src []byte, key *[8]uint32, nonce *[3]uint32, c... method xorKeyStreamBlocks (line 14) | func (c *Cipher) xorKeyStreamBlocks(dst, src []byte) { FILE: vendor/golang.org/x/crypto/chacha20/chacha_generic.go constant KeySize (line 20) | KeySize = 32 constant NonceSize (line 27) | NonceSize = 12 constant NonceSizeX (line 31) | NonceSizeX = 24 type Cipher (line 36) | type Cipher struct method SetCounter (line 152) | func (s *Cipher) SetCounter(counter uint32) { method XORKeyStream (line 184) | func (s *Cipher) XORKeyStream(dst, src []byte) { method xorKeyStreamBlocksGeneric (line 256) | func (s *Cipher) xorKeyStreamBlocksGeneric(dst, src []byte) { function NewUnauthenticatedCipher (line 72) | func NewUnauthenticatedCipher(key, nonce []byte) (*Cipher, error) { function newUnauthenticatedCipher (line 80) | func newUnauthenticatedCipher(c *Cipher, key, nonce []byte) (*Cipher, er... constant j0 (line 117) | j0 uint32 = 0x61707865 constant j1 (line 118) | j1 uint32 = 0x3320646e constant j2 (line 119) | j2 uint32 = 0x79622d32 constant j3 (line 120) | j3 uint32 = 0x6b206574 constant blockSize (line 123) | blockSize = 64 function quarterRound (line 128) | func quarterRound(a, b, c, d uint32) (uint32, uint32, uint32, uint32) { function HChaCha20 (line 344) | func HChaCha20(key, nonce []byte) ([]byte, error) { function hChaCha20 (line 352) | func hChaCha20(out, key, nonce []byte) ([]byte, error) { FILE: vendor/golang.org/x/crypto/chacha20/chacha_noasm.go constant bufSize (line 9) | bufSize = blockSize method xorKeyStreamBlocks (line 11) | func (s *Cipher) xorKeyStreamBlocks(dst, src []byte) { FILE: vendor/golang.org/x/crypto/chacha20/chacha_ppc64x.go constant bufSize (line 9) | bufSize = 256 function chaCha20_ctr32_vsx (line 12) | func chaCha20_ctr32_vsx(out, inp *byte, len int, key *[8]uint32, counter... method xorKeyStreamBlocks (line 14) | func (c *Cipher) xorKeyStreamBlocks(dst, src []byte) { FILE: vendor/golang.org/x/crypto/chacha20/chacha_s390x.go constant bufSize (line 13) | bufSize = 256 function xorKeyStreamVX (line 19) | func xorKeyStreamVX(dst, src []byte, key *[8]uint32, nonce *[3]uint32, c... method xorKeyStreamBlocks (line 21) | func (c *Cipher) xorKeyStreamBlocks(dst, src []byte) { FILE: vendor/golang.org/x/crypto/chacha20/xor.go constant unaligned (line 10) | unaligned = runtime.GOARCH == "386" || function addXor (line 18) | func addXor(dst, src []byte, a, b uint32) { FILE: vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go constant KeySize (line 17) | KeySize = 32 constant NonceSize (line 24) | NonceSize = 12 constant NonceSizeX (line 28) | NonceSizeX = 24 constant Overhead (line 32) | Overhead = 16 type chacha20poly1305 (line 35) | type chacha20poly1305 struct method NonceSize (line 49) | func (c *chacha20poly1305) NonceSize() int { method Overhead (line 53) | func (c *chacha20poly1305) Overhead() int { method Seal (line 57) | func (c *chacha20poly1305) Seal(dst, nonce, plaintext, additionalData ... method Open (line 71) | func (c *chacha20poly1305) Open(dst, nonce, ciphertext, additionalData... function New (line 40) | func New(key []byte) (cipher.AEAD, error) { function sliceForAppend (line 89) | func sliceForAppend(in []byte, n int) (head, tail []byte) { FILE: vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go function chacha20Poly1305Open (line 17) | func chacha20Poly1305Open(dst []byte, key []uint32, src, ad []byte) bool function chacha20Poly1305Seal (line 20) | func chacha20Poly1305Seal(dst []byte, key []uint32, src, ad []byte) function setupState (line 28) | func setupState(state *[16]uint32, key *[32]byte, nonce []byte) { method seal (line 49) | func (c *chacha20poly1305) seal(dst, nonce, plaintext, additionalData []... method open (line 65) | func (c *chacha20poly1305) open(dst, nonce, ciphertext, additionalData [... FILE: vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go function writeWithPadding (line 15) | func writeWithPadding(p *poly1305.MAC, b []byte) { function writeUint64 (line 24) | func writeUint64(p *poly1305.MAC, n int) { method sealGeneric (line 30) | func (c *chacha20poly1305) sealGeneric(dst, nonce, plaintext, additional... method openGeneric (line 53) | func (c *chacha20poly1305) openGeneric(dst, nonce, ciphertext, additiona... FILE: vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go method seal (line 9) | func (c *chacha20poly1305) seal(dst, nonce, plaintext, additionalData []... method open (line 13) | func (c *chacha20poly1305) open(dst, nonce, ciphertext, additionalData [... FILE: vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go type xchacha20poly1305 (line 14) | type xchacha20poly1305 struct method NonceSize (line 33) | func (*xchacha20poly1305) NonceSize() int { method Overhead (line 37) | func (*xchacha20poly1305) Overhead() int { method Seal (line 41) | func (x *xchacha20poly1305) Seal(dst, nonce, plaintext, additionalData... method Open (line 66) | func (x *xchacha20poly1305) Open(dst, nonce, ciphertext, additionalDat... function NewX (line 24) | func NewX(key []byte) (cipher.AEAD, error) { FILE: vendor/golang.org/x/crypto/curve25519/curve25519.go function ScalarMult (line 20) | func ScalarMult(dst, scalar, point *[32]byte) { function ScalarBaseMult (line 35) | func ScalarBaseMult(dst, scalar *[32]byte) { constant ScalarSize (line 46) | ScalarSize = 32 constant PointSize (line 48) | PointSize = 32 function init (line 56) | func init() { Basepoint = basePoint[:] } function X25519 (line 67) | func X25519(scalar, point []byte) ([]byte, error) { function x25519 (line 74) | func x25519(dst *[32]byte, scalar, point []byte) ([]byte, error) { FILE: vendor/golang.org/x/crypto/hkdf/hkdf.go function Extract (line 26) | func Extract(hash func() hash.Hash, secret, salt []byte) []byte { type hkdf (line 35) | type hkdf struct method Read (line 46) | func (f *hkdf) Read(p []byte) (int, error) { function Expand (line 85) | func Expand(hash func() hash.Hash, pseudorandomKey, info []byte) io.Read... function New (line 92) | func New(hash func() hash.Hash, secret, salt, info []byte) io.Reader { FILE: vendor/golang.org/x/crypto/internal/alias/alias.go function AnyOverlap (line 14) | func AnyOverlap(x, y []byte) bool { function InexactOverlap (line 26) | func InexactOverlap(x, y []byte) bool { FILE: vendor/golang.org/x/crypto/internal/alias/alias_purego.go function AnyOverlap (line 17) | func AnyOverlap(x, y []byte) bool { function InexactOverlap (line 29) | func InexactOverlap(x, y []byte) bool { FILE: vendor/golang.org/x/crypto/internal/poly1305/mac_noasm.go type mac (line 9) | type mac struct FILE: vendor/golang.org/x/crypto/internal/poly1305/poly1305.go constant TagSize (line 23) | TagSize = 16 function Sum (line 28) | func Sum(out *[16]byte, m []byte, key *[32]byte) { function Verify (line 35) | func Verify(mac *[16]byte, m []byte, key *[32]byte) bool { function New (line 50) | func New(key *[32]byte) *MAC { type MAC (line 63) | type MAC struct method Size (line 70) | func (h *MAC) Size() int { return TagSize } method Write (line 76) | func (h *MAC) Write(p []byte) (n int, err error) { method Sum (line 85) | func (h *MAC) Sum(b []byte) []byte { method Verify (line 94) | func (h *MAC) Verify(expected []byte) bool { FILE: vendor/golang.org/x/crypto/internal/poly1305/sum_asm.go function update (line 10) | func update(state *macState, msg []byte) type mac (line 17) | type mac struct method Write (line 19) | func (h *mac) Write(p []byte) (int, error) { method Sum (line 41) | func (h *mac) Sum(out *[16]byte) { FILE: vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go function sumGeneric (line 31) | func sumGeneric(out *[TagSize]byte, msg []byte, key *[32]byte) { function newMACGeneric (line 37) | func newMACGeneric(key *[32]byte) macGeneric { type macState (line 45) | type macState struct type macGeneric (line 55) | type macGeneric struct method Write (line 64) | func (h *macGeneric) Write(p []byte) (int, error) { method Sum (line 89) | func (h *macGeneric) Sum(out *[TagSize]byte) { constant rMask0 (line 101) | rMask0 = 0x0FFFFFFC0FFFFFFF constant rMask1 (line 102) | rMask1 = 0x0FFFFFFC0FFFFFFC function initialize (line 106) | func initialize(key *[32]byte, m *macState) { type uint128 (line 115) | type uint128 struct function mul64 (line 119) | func mul64(a, b uint64) uint128 { function add128 (line 124) | func add128(a, b uint128) uint128 { function shiftRightBy2 (line 133) | func shiftRightBy2(a uint128) uint128 { function updateGeneric (line 146) | func updateGeneric(state *macState, msg []byte) { constant maskLow2Bits (line 268) | maskLow2Bits uint64 = 0x0000000000000003 constant maskNotLow2Bits (line 269) | maskNotLow2Bits uint64 = ^maskLow2Bits function select64 (line 273) | func select64(v, x, y uint64) uint64 { return ^(v-1)&x | (v-1)&y } constant p0 (line 277) | p0 = 0xFFFFFFFFFFFFFFFB constant p1 (line 278) | p1 = 0xFFFFFFFFFFFFFFFF constant p2 (line 279) | p2 = 0x0000000000000003 function finalize (line 285) | func finalize(out *[TagSize]byte, h *[3]uint64, s *[2]uint64) { FILE: vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.go function updateVX (line 18) | func updateVX(state *macState, msg []byte) type mac (line 27) | type mac struct method Write (line 34) | func (h *mac) Write(p []byte) (int, error) { method Sum (line 64) | func (h *mac) Sum(out *[TagSize]byte) { FILE: vendor/golang.org/x/crypto/nacl/box/box.go constant Overhead (line 52) | Overhead = secretbox.Overhead constant AnonymousOverhead (line 56) | AnonymousOverhead = Overhead + 32 function GenerateKey (line 61) | func GenerateKey(rand io.Reader) (publicKey, privateKey *[32]byte, err e... function Precompute (line 81) | func Precompute(sharedKey, peersPublicKey, privateKey *[32]byte) { function Seal (line 89) | func Seal(out, message []byte, nonce *[24]byte, peersPublicKey, privateK... function SealAfterPrecomputation (line 97) | func SealAfterPrecomputation(out, message []byte, nonce *[24]byte, share... function Open (line 104) | func Open(out, box []byte, nonce *[24]byte, peersPublicKey, privateKey *... function OpenAfterPrecomputation (line 112) | func OpenAfterPrecomputation(out, box []byte, nonce *[24]byte, sharedKey... function SealAnonymous (line 120) | func SealAnonymous(out, message []byte, recipient *[32]byte, rand io.Rea... function OpenAnonymous (line 147) | func OpenAnonymous(out, box []byte, publicKey, privateKey *[32]byte) (me... function sealNonce (line 165) | func sealNonce(ephemeralPub, peersPublicKey *[32]byte, nonce *[24]byte) ... FILE: vendor/golang.org/x/crypto/nacl/secretbox/secretbox.go constant Overhead (line 44) | Overhead = poly1305.TagSize function setup (line 47) | func setup(subKey *[32]byte, counter *[16]byte, nonce *[24]byte, key *[3... function sliceForAppend (line 62) | func sliceForAppend(in []byte, n int) (head, tail []byte) { function Seal (line 76) | func Seal(out, message []byte, nonce *[24]byte, key *[32]byte) []byte { function Open (line 125) | func Open(out, box []byte, nonce *[24]byte, key *[32]byte) ([]byte, bool) { FILE: vendor/golang.org/x/crypto/salsa20/salsa/hsalsa20.go function HSalsa20 (line 16) | func HSalsa20(out *[32]byte, in *[16]byte, k *[32]byte, c *[16]byte) { FILE: vendor/golang.org/x/crypto/salsa20/salsa/salsa208.go function Core208 (line 11) | func Core208(out *[64]byte, in *[64]byte) { FILE: vendor/golang.org/x/crypto/salsa20/salsa/salsa20_amd64.go function salsa2020XORKeyStream (line 12) | func salsa2020XORKeyStream(out, in *byte, n uint64, nonce, key *byte) function XORKeyStream (line 17) | func XORKeyStream(out, in []byte, counter *[16]byte, key *[32]byte) { FILE: vendor/golang.org/x/crypto/salsa20/salsa/salsa20_noasm.go function XORKeyStream (line 12) | func XORKeyStream(out, in []byte, counter *[16]byte, key *[32]byte) { FILE: vendor/golang.org/x/crypto/salsa20/salsa/salsa20_ref.go constant rounds (line 9) | rounds = 20 function core (line 13) | func core(out *[64]byte, in *[16]byte, k *[32]byte, c *[16]byte) { function genericXORKeyStream (line 207) | func genericXORKeyStream(out, in []byte, counter *[16]byte, key *[32]byt... FILE: vendor/golang.org/x/crypto/ssh/buffer.go type buffer (line 15) | type buffer struct method write (line 44) | func (b *buffer) write(buf []byte) { method eof (line 55) | func (b *buffer) eof() { method Read (line 64) | func (b *buffer) Read(buf []byte) (n int, err error) { type element (line 26) | type element struct function newBuffer (line 32) | func newBuffer() *buffer { FILE: vendor/golang.org/x/crypto/ssh/certs.go constant CertAlgoRSAv01 (line 23) | CertAlgoRSAv01 = "ssh-rsa-cert-v01@openssh.com" constant CertAlgoDSAv01 (line 24) | CertAlgoDSAv01 = "ssh-dss-cert-v01@openssh.com" constant CertAlgoECDSA256v01 (line 25) | CertAlgoECDSA256v01 = "ecdsa-sha2-nistp256-cert-v01@openssh.com" constant CertAlgoECDSA384v01 (line 26) | CertAlgoECDSA384v01 = "ecdsa-sha2-nistp384-cert-v01@openssh.com" constant CertAlgoECDSA521v01 (line 27) | CertAlgoECDSA521v01 = "ecdsa-sha2-nistp521-cert-v01@openssh.com" constant CertAlgoSKECDSA256v01 (line 28) | CertAlgoSKECDSA256v01 = "sk-ecdsa-sha2-nistp256-cert-v01@openssh.com" constant CertAlgoED25519v01 (line 29) | CertAlgoED25519v01 = "ssh-ed25519-cert-v01@openssh.com" constant CertAlgoSKED25519v01 (line 30) | CertAlgoSKED25519v01 = "sk-ssh-ed25519-cert-v01@openssh.com" constant CertAlgoRSASHA256v01 (line 35) | CertAlgoRSASHA256v01 = "rsa-sha2-256-cert-v01@openssh.com" constant CertAlgoRSASHA512v01 (line 36) | CertAlgoRSASHA512v01 = "rsa-sha2-512-cert-v01@openssh.com" constant CertSigAlgoRSAv01 (line 41) | CertSigAlgoRSAv01 = CertAlgoRSAv01 constant CertSigAlgoRSASHA2256v01 (line 43) | CertSigAlgoRSASHA2256v01 = CertAlgoRSASHA256v01 constant CertSigAlgoRSASHA2512v01 (line 45) | CertSigAlgoRSASHA2512v01 = CertAlgoRSASHA512v01 constant UserCert (line 52) | UserCert = 1 constant HostCert (line 53) | HostCert = 2 type Signature (line 57) | type Signature struct constant CertTimeInfinity (line 65) | CertTimeInfinity = 1<<64 - 1 type Certificate (line 71) | type Certificate struct method SignCert (line 446) | func (c *Certificate) SignCert(rand io.Reader, authority Signer) error { method bytesForSigning (line 521) | func (cert *Certificate) bytesForSigning() []byte { method Marshal (line 531) | func (c *Certificate) Marshal() []byte { method Type (line 563) | func (c *Certificate) Type() string { method Verify (line 573) | func (c *Certificate) Verify(data []byte, sig *Signature) error { type genericCertData (line 89) | type genericCertData struct function marshalStringList (line 103) | func marshalStringList(namelist []string) []byte { type optionsTuple (line 112) | type optionsTuple struct type optionsTupleValue (line 117) | type optionsTupleValue struct function marshalTuples (line 124) | func marshalTuples(tups map[string]string) []byte { function parseTuples (line 144) | func parseTuples(in []byte) (map[string]string, error) { function parseCert (line 183) | func parseCert(in []byte, privAlgo string) (*Certificate, error) { type openSSHCertSigner (line 241) | type openSSHCertSigner struct method Sign (line 274) | func (s *openSSHCertSigner) Sign(rand io.Reader, data []byte) (*Signat... method PublicKey (line 278) | func (s *openSSHCertSigner) PublicKey() PublicKey { type algorithmOpenSSHCertSigner (line 246) | type algorithmOpenSSHCertSigner struct method SignWithAlgorithm (line 282) | func (s *algorithmOpenSSHCertSigner) SignWithAlgorithm(rand io.Reader,... function NewCertSigner (line 254) | func NewCertSigner(cert *Certificate, signer Signer) (Signer, error) { constant sourceAddressCriticalOption (line 286) | sourceAddressCriticalOption = "source-address" type CertChecker (line 292) | type CertChecker struct method CheckHostKey (line 334) | func (c *CertChecker) CheckHostKey(addr string, remote net.Addr, key P... method Authenticate (line 360) | func (c *CertChecker) Authenticate(conn ConnMetadata, pubKey PublicKey... method CheckCert (line 385) | func (c *CertChecker) CheckCert(principal string, cert *Certificate) e... function underlyingAlgo (line 503) | func underlyingAlgo(algo string) string { function certificateAlgo (line 512) | func certificateAlgo(algo string) (certAlgo string, ok bool) { function parseSignatureBody (line 577) | func parseSignatureBody(in []byte) (out *Signature, rest []byte, ok bool) { function parseSignature (line 600) | func parseSignature(in []byte) (out *Signature, rest []byte, ok bool) { FILE: vendor/golang.org/x/crypto/ssh/channel.go constant minPacketLength (line 17) | minPacketLength = 9 constant channelMaxPacket (line 21) | channelMaxPacket = 1 << 15 constant channelWindowSize (line 23) | channelWindowSize = 64 * channelMaxPacket type NewChannel (line 28) | type NewChannel interface type Channel (line 49) | type Channel interface type Request (line 84) | type Request struct method Reply (line 96) | func (r *Request) Reply(ok bool, payload []byte) error { type RejectionReason (line 110) | type RejectionReason method String (line 120) | func (r RejectionReason) String() string { constant Prohibited (line 113) | Prohibited RejectionReason = iota + 1 constant ConnectionFailed (line 114) | ConnectionFailed constant UnknownChannelType (line 115) | UnknownChannelType constant ResourceShortage (line 116) | ResourceShortage function min (line 134) | func min(a uint32, b int) uint32 { type channelDirection (line 141) | type channelDirection constant channelInbound (line 144) | channelInbound channelDirection = iota constant channelOutbound (line 145) | channelOutbound type channel (line 150) | type channel struct method writePacket (line 210) | func (ch *channel) writePacket(packet []byte) error { method sendMessage (line 222) | func (ch *channel) sendMessage(msg interface{}) error { method WriteExtended (line 234) | func (ch *channel) WriteExtended(data []byte, extendedCode uint32) (n ... method handleData (line 288) | func (ch *channel) handleData(packet []byte) error { method adjustWindow (line 337) | func (c *channel) adjustWindow(adj uint32) error { method ReadExtended (line 358) | func (c *channel) ReadExtended(data []byte, extended uint32) (n int, e... method close (line 382) | func (c *channel) close() { method responseMessageReceived (line 399) | func (ch *channel) responseMessageReceived() error { method handlePacket (line 410) | func (ch *channel) handlePacket(packet []byte) error { method Accept (line 503) | func (ch *channel) Accept() (Channel, <-chan *Request, error) { method Reject (line 522) | func (ch *channel) Reject(reason RejectionReason, message string) error { method Read (line 536) | func (ch *channel) Read(data []byte) (int, error) { method Write (line 543) | func (ch *channel) Write(data []byte) (int, error) { method CloseWrite (line 550) | func (ch *channel) CloseWrite() error { method Close (line 559) | func (ch *channel) Close() error { method Extended (line 570) | func (ch *channel) Extended(code uint32) io.ReadWriter { method Stderr (line 577) | func (ch *channel) Stderr() io.ReadWriter { method SendRequest (line 581) | func (ch *channel) SendRequest(name string, wantReply bool, payload []... method ackRequest (line 621) | func (ch *channel) ackRequest(ok bool) error { method ChannelType (line 639) | func (ch *channel) ChannelType() string { method ExtraData (line 643) | func (ch *channel) ExtraData() []byte { method newChannel (line 469) | func (m *mux) newChannel(chanType string, direction channelDirection, ex... type extChannel (line 490) | type extChannel struct method Write (line 495) | func (e *extChannel) Write(data []byte) (n int, err error) { method Read (line 499) | func (e *extChannel) Read(data []byte) (n int, err error) { FILE: vendor/golang.org/x/crypto/ssh/cipher.go constant packetSizeMultiple (line 24) | packetSizeMultiple = 16 constant maxPacket (line 35) | maxPacket = 256 * 1024 type noneCipher (line 40) | type noneCipher struct method XORKeyStream (line 42) | func (c noneCipher) XORKeyStream(dst, src []byte) { function newAESCTR (line 46) | func newAESCTR(key, iv []byte) (cipher.Stream, error) { function newRC4 (line 54) | func newRC4(key, iv []byte) (cipher.Stream, error) { type cipherMode (line 58) | type cipherMode struct function streamCipherMode (line 64) | func streamCipherMode(skip int, createFunc func(key, iv []byte) (cipher.... constant prefixLen (line 135) | prefixLen = 5 type streamPacketCipher (line 138) | type streamPacketCipher struct method readCipherPacket (line 152) | func (s *streamPacketCipher) readCipherPacket(seqNum uint32, r io.Read... method writeCipherPacket (line 224) | func (s *streamPacketCipher) writeCipherPacket(seqNum uint32, w io.Wri... type gcmCipher (line 303) | type gcmCipher struct method writeCipherPacket (line 329) | func (c *gcmCipher) writeCipherPacket(seqNum uint32, w io.Writer, rand... method incIV (line 363) | func (c *gcmCipher) incIV() { method readCipherPacket (line 372) | func (c *gcmCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]by... function newGCMCipher (line 310) | func newGCMCipher(key, iv, unusedMacKey []byte, unusedAlgs directionAlgo... constant gcmTagSize (line 327) | gcmTagSize = 16 type cbcCipher (line 416) | type cbcCipher struct method readCipherPacket (line 492) | func (c *cbcCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]by... method readCipherPacketLeaky (line 506) | func (c *cbcCipher) readCipherPacketLeaky(seqNum uint32, r io.Reader) ... method writeCipherPacket (line 582) | func (c *cbcCipher) writeCipherPacket(seqNum uint32, w io.Writer, rand... function newCBCCipher (line 432) | func newCBCCipher(c cipher.Block, key, iv, macKey []byte, algs direction... function newAESCBCCipher (line 446) | func newAESCBCCipher(key, iv, macKey []byte, algs directionAlgorithms) (... function newTripleDESCBCCipher (line 460) | func newTripleDESCBCCipher(key, iv, macKey []byte, algs directionAlgorit... function maxUInt32 (line 474) | func maxUInt32(a, b int) uint32 { constant cbcMinPacketSizeMultiple (line 482) | cbcMinPacketSizeMultiple = 8 constant cbcMinPacketSize (line 483) | cbcMinPacketSize = 16 constant cbcMinPaddingSize (line 484) | cbcMinPaddingSize = 4 type cbcError (line 488) | type cbcError method Error (line 490) | func (e cbcError) Error() string { return string(e) } constant chacha20Poly1305ID (line 638) | chacha20Poly1305ID = "chacha20-poly1305@openssh.com" type chacha20Poly1305Cipher (line 647) | type chacha20Poly1305Cipher struct method readCipherPacket (line 667) | func (c *chacha20Poly1305Cipher) readCipherPacket(seqNum uint32, r io.... method writeCipherPacket (line 737) | func (c *chacha20Poly1305Cipher) writeCipherPacket(seqNum uint32, w io... function newChaCha20Cipher (line 653) | func newChaCha20Cipher(key, unusedIV, unusedMACKey []byte, unusedAlgs di... FILE: vendor/golang.org/x/crypto/ssh/client.go type Client (line 19) | type Client struct method HandleChannelOpen (line 32) | func (c *Client) HandleChannelOpen(channelType string) <-chan NewChann... method NewSession (line 133) | func (c *Client) NewSession() (*Session, error) { method handleGlobalRequests (line 141) | func (c *Client) handleGlobalRequests(incoming <-chan *Request) { method handleChannelOpens (line 150) | func (c *Client) handleChannelOpens(in <-chan NewChannel) { function NewClient (line 53) | func NewClient(c Conn, chans <-chan NewChannel, reqs <-chan *Request) *C... function NewClientConn (line 71) | func NewClientConn(c net.Conn, addr string, config *ClientConfig) (Conn,... method clientHandshake (line 93) | func (c *connection) clientHandshake(dialAddress string, config *ClientC... function verifyHostKeySignature (line 118) | func verifyHostKeySignature(hostKey PublicKey, algo string, result *kexR... function Dial (line 176) | func Dial(network, addr string, config *ClientConfig) (*Client, error) { type HostKeyCallback (line 193) | type HostKeyCallback type BannerCallback (line 197) | type BannerCallback type ClientConfig (line 201) | type ClientConfig struct function InsecureIgnoreHostKey (line 247) | func InsecureIgnoreHostKey() HostKeyCallback { type fixedHostKey (line 253) | type fixedHostKey struct method check (line 257) | func (f *fixedHostKey) check(hostname string, remote net.Addr, key Pub... function FixedHostKey (line 269) | func FixedHostKey(key PublicKey) HostKeyCallback { function BannerDisplayStderr (line 276) | func BannerDisplayStderr() BannerCallback { FILE: vendor/golang.org/x/crypto/ssh/client_auth.go type authResult (line 15) | type authResult constant authFailure (line 18) | authFailure authResult = iota constant authPartialSuccess (line 19) | authPartialSuccess constant authSuccess (line 20) | authSuccess method clientAuthenticate (line 24) | func (c *connection) clientAuthenticate(config *ClientConfig) error { function contains (line 120) | func contains(list []string, e string) bool { type AuthMethod (line 130) | type AuthMethod interface type noneAuth (line 143) | type noneAuth method auth (line 145) | func (n *noneAuth) auth(session []byte, user string, c packetConn, ran... method method (line 157) | func (n *noneAuth) method() string { type passwordCallback (line 163) | type passwordCallback method auth (line 165) | func (cb passwordCallback) auth(session []byte, user string, c packetC... method method (line 195) | func (cb passwordCallback) method() string { function Password (line 200) | func Password(secret string) AuthMethod { function PasswordCallback (line 206) | func PasswordCallback(prompt func() (secret string, err error)) AuthMeth... type publickeyAuthMsg (line 210) | type publickeyAuthMsg struct type publicKeyCallback (line 226) | type publicKeyCallback method method (line 228) | func (cb publicKeyCallback) method() string { method auth (line 302) | func (cb publicKeyCallback) auth(session []byte, user string, c packet... function pickSignatureAlgorithm (line 232) | func pickSignatureAlgorithm(signer Signer, extensions map[string][]byte)... function validateKey (line 397) | func validateKey(key PublicKey, algo string, user string, c packetConn) ... function confirmKeyAck (line 414) | func confirmKeyAck(key PublicKey, c packetConn) (bool, error) { function PublicKeys (line 454) | func PublicKeys(signers ...Signer) AuthMethod { function PublicKeysCallback (line 460) | func PublicKeysCallback(getSigners func() (signers []Signer, err error))... function handleAuthResponse (line 467) | func handleAuthResponse(c packetConn) (authResult, []string, error) { function handleBannerResponse (line 503) | func handleBannerResponse(c packetConn, packet []byte) error { type KeyboardInteractiveChallenge (line 528) | type KeyboardInteractiveChallenge method method (line 536) | func (cb KeyboardInteractiveChallenge) method() string { method auth (line 540) | func (cb KeyboardInteractiveChallenge) auth(session []byte, user strin... function KeyboardInteractive (line 532) | func KeyboardInteractive(challenge KeyboardInteractiveChallenge) AuthMet... type retryableAuthMethod (line 650) | type retryableAuthMethod struct method auth (line 655) | func (r *retryableAuthMethod) auth(session []byte, user string, c pack... method method (line 665) | func (r *retryableAuthMethod) method() string { function RetryableAuthMethod (line 680) | func RetryableAuthMethod(auth AuthMethod, maxTries int) AuthMethod { function GSSAPIWithMICAuthMethod (line 688) | func GSSAPIWithMICAuthMethod(gssAPIClient GSSAPIClient, target string) A... type gssAPIWithMICCallback (line 695) | type gssAPIWithMICCallback struct method auth (line 700) | func (g *gssAPIWithMICCallback) auth(session []byte, user string, c pa... method method (line 794) | func (g *gssAPIWithMICCallback) method() string { FILE: vendor/golang.org/x/crypto/ssh/common.go constant compressionNone (line 22) | compressionNone = "none" constant serviceUserAuth (line 23) | serviceUserAuth = "ssh-userauth" constant serviceSSH (line 24) | serviceSSH = "ssh-connection" function algorithmsForKeyFormat (line 112) | func algorithmsForKeyFormat(keyFormat string) []string { function isRSA (line 125) | func isRSA(algo string) bool { function isRSACert (line 130) | func isRSACert(algo string) bool { function unexpectedMessageError (line 152) | func unexpectedMessageError(expected, got uint8) error { function parseError (line 157) | func parseError(tag uint8) error { function findCommon (line 161) | func findCommon(what string, client []string, server []string) (common s... type directionAlgorithms (line 173) | type directionAlgorithms struct method rekeyBytes (line 180) | func (a *directionAlgorithms) rekeyBytes() int64 { type algorithms (line 200) | type algorithms struct function findAgreedAlgorithms (line 207) | func findAgreedAlgorithms(isClient bool, clientKexInit, serverKexInit *k... constant minRekeyThreshold (line 264) | minRekeyThreshold uint64 = 256 type Config (line 268) | type Config struct method SetDefaults (line 295) | func (c *Config) SetDefaults() { function buildDataSignedForAuth (line 348) | func buildDataSignedForAuth(sessionID []byte, req userAuthRequestMsg, al... function appendU16 (line 371) | func appendU16(buf []byte, n uint16) []byte { function appendU32 (line 375) | func appendU32(buf []byte, n uint32) []byte { function appendU64 (line 379) | func appendU64(buf []byte, n uint64) []byte { function appendInt (line 385) | func appendInt(buf []byte, n int) []byte { function appendString (line 389) | func appendString(buf []byte, s string) []byte { function appendBool (line 395) | func appendBool(buf []byte, b bool) []byte { function newCond (line 404) | func newCond() *sync.Cond { return sync.NewCond(new(sync.Mutex)) } type window (line 408) | type window struct method add (line 417) | func (w *window) add(win uint32) bool { method close (line 438) | func (w *window) close() { method reserve (line 448) | func (w *window) reserve(win uint32) (uint32, error) { method waitWriterBlocked (line 470) | func (w *window) waitWriterBlocked() { FILE: vendor/golang.org/x/crypto/ssh/connection.go type OpenChannelError (line 14) | type OpenChannelError struct method Error (line 19) | func (e *OpenChannelError) Error() string { type ConnMetadata (line 24) | type ConnMetadata interface type Conn (line 50) | type Conn interface function DiscardRequests (line 79) | func DiscardRequests(in <-chan *Request) { type connection (line 88) | type connection struct method Close (line 96) | func (c *connection) Close() error { type sshConn (line 102) | type sshConn struct method User (line 117) | func (c *sshConn) User() string { method RemoteAddr (line 121) | func (c *sshConn) RemoteAddr() net.Addr { method Close (line 125) | func (c *sshConn) Close() error { method LocalAddr (line 129) | func (c *sshConn) LocalAddr() net.Addr { method SessionID (line 133) | func (c *sshConn) SessionID() []byte { method ClientVersion (line 137) | func (c *sshConn) ClientVersion() []byte { method ServerVersion (line 141) | func (c *sshConn) ServerVersion() []byte { function dup (line 111) | func dup(src []byte) []byte { FILE: vendor/golang.org/x/crypto/ssh/handshake.go constant debugHandshake (line 20) | debugHandshake = false constant chanSize (line 25) | chanSize = 16 constant maxPendingPackets (line 30) | maxPendingPackets = 64 type keyingTransport (line 35) | type keyingTransport interface type handshakeTransport (line 56) | type handshakeTransport struct method getSessionID (line 183) | func (t *handshakeTransport) getSessionID() []byte { method waitSession (line 189) | func (t *handshakeTransport) waitSession() error { method id (line 201) | func (t *handshakeTransport) id() string { method printPacket (line 208) | func (t *handshakeTransport) printPacket(p []byte, write bool) { method readPacket (line 222) | func (t *handshakeTransport) readPacket() ([]byte, error) { method readLoop (line 230) | func (t *handshakeTransport) readLoop() { method pushPacket (line 258) | func (t *handshakeTransport) pushPacket(p []byte) error { method getWriteError (line 265) | func (t *handshakeTransport) getWriteError() error { method recordWriteError (line 271) | func (t *handshakeTransport) recordWriteError(err error) { method requestKeyExchange (line 280) | func (t *handshakeTransport) requestKeyExchange() { method resetWriteThresholds (line 288) | func (t *handshakeTransport) resetWriteThresholds() { method kexLoop (line 299) | func (t *handshakeTransport) kexLoop() { method resetReadThresholds (line 405) | func (t *handshakeTransport) resetReadThresholds() { method readOnePacket (line 416) | func (t *handshakeTransport) readOnePacket(first bool) ([]byte, error) { method sendKexInit (line 484) | func (t *handshakeTransport) sendKexInit() error { method writePacket (line 574) | func (t *handshakeTransport) writePacket(p []byte) error { method Close (line 632) | func (t *handshakeTransport) Close() error { method enterKeyExchange (line 645) | func (t *handshakeTransport) enterKeyExchange(otherInitPacket []byte) ... method server (line 811) | func (t *handshakeTransport) server(kex kexAlgorithm, magics *handshak... method client (line 821) | func (t *handshakeTransport) client(kex kexAlgorithm, magics *handshak... type pendingKex (line 132) | type pendingKex struct function newHandshakeTransport (line 137) | func newHandshakeTransport(conn keyingTransport, config *Config, clientV... function newClientTransport (line 158) | func newClientTransport(conn keyingTransport, clientVersion, serverVersi... function newServerTransport (line 174) | func newServerTransport(conn keyingTransport, clientVersion, serverVersi... constant packetRekeyThreshold (line 403) | packetRekeyThreshold = (1 << 31) constant kexStrictClient (line 479) | kexStrictClient = "kex-strict-c-v00@openssh.com" constant kexStrictServer (line 480) | kexStrictServer = "kex-strict-s-v00@openssh.com" type algorithmSignerWrapper (line 775) | type algorithmSignerWrapper struct method SignWithAlgorithm (line 779) | func (a algorithmSignerWrapper) SignWithAlgorithm(rand io.Reader, data... function pickHostKey (line 786) | func pickHostKey(hostKeys []Signer, algo string) AlgorithmSigner { FILE: vendor/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go constant blockSize (line 17) | blockSize = 32 function Key (line 21) | func Key(password, salt []byte, rounds, keyLen int) ([]byte, error) { function bcryptHash (line 74) | func bcryptHash(out, shapass, shasalt []byte) { FILE: vendor/golang.org/x/crypto/ssh/kex.go constant kexAlgoDH1SHA1 (line 23) | kexAlgoDH1SHA1 = "diffie-hellman-group1-sha1" constant kexAlgoDH14SHA1 (line 24) | kexAlgoDH14SHA1 = "diffie-hellman-group14-sha1" constant kexAlgoDH14SHA256 (line 25) | kexAlgoDH14SHA256 = "diffie-hellman-group14-sha256" constant kexAlgoDH16SHA512 (line 26) | kexAlgoDH16SHA512 = "diffie-hellman-group16-sha512" constant kexAlgoECDH256 (line 27) | kexAlgoECDH256 = "ecdh-sha2-nistp256" constant kexAlgoECDH384 (line 28) | kexAlgoECDH384 = "ecdh-sha2-nistp384" constant kexAlgoECDH521 (line 29) | kexAlgoECDH521 = "ecdh-sha2-nistp521" constant kexAlgoCurve25519SHA256LibSSH (line 30) | kexAlgoCurve25519SHA256LibSSH = "curve25519-sha256@libssh.org" constant kexAlgoCurve25519SHA256 (line 31) | kexAlgoCurve25519SHA256 = "curve25519-sha256" constant kexAlgoDHGEXSHA1 (line 36) | kexAlgoDHGEXSHA1 = "diffie-hellman-group-exchange-sha1" constant kexAlgoDHGEXSHA256 (line 37) | kexAlgoDHGEXSHA256 = "diffie-hellman-group-exchange-sha256" type kexResult (line 41) | type kexResult struct type handshakeMagics (line 66) | type handshakeMagics struct method write (line 71) | func (m *handshakeMagics) write(w io.Writer) { type kexAlgorithm (line 79) | type kexAlgorithm interface type dhGroup (line 91) | type dhGroup struct method diffieHellman (line 96) | func (group *dhGroup) diffieHellman(theirPublic, myPrivate *big.Int) (... method Client (line 103) | func (group *dhGroup) Client(c packetConn, randSource io.Reader, magic... method Server (line 156) | func (group *dhGroup) Server(c packetConn, randSource io.Reader, magic... type ecdh (line 222) | type ecdh struct method Client (line 226) | func (kex *ecdh) Client(c packetConn, rand io.Reader, magics *handshak... method Server (line 319) | func (kex *ecdh) Server(c packetConn, rand io.Reader, magics *handshak... function unmarshalECKey (line 278) | func unmarshalECKey(curve elliptic.Curve, pubkey []byte) (x, y *big.Int,... function validateECPublicKey (line 291) | func validateECPublicKey(curve elliptic.Curve, x, y *big.Int) bool { function ecHash (line 391) | func ecHash(curve elliptic.Curve) crypto.Hash { function init (line 404) | func init() { type curve25519sha256 (line 456) | type curve25519sha256 struct method Client (line 476) | func (kex *curve25519sha256) Client(c packetConn, rand io.Reader, magi... method Server (line 525) | func (kex *curve25519sha256) Server(c packetConn, rand io.Reader, magi... type curve25519KeyPair (line 458) | type curve25519KeyPair struct method generate (line 463) | func (kp *curve25519KeyPair) generate(rand io.Reader) error { type dhGEXSHA (line 591) | type dhGEXSHA struct method Client (line 601) | func (gex *dhGEXSHA) Client(c packetConn, randSource io.Reader, magics... method Server (line 695) | func (gex dhGEXSHA) Server(c packetConn, randSource io.Reader, magics ... constant dhGroupExchangeMinimumBits (line 596) | dhGroupExchangeMinimumBits = 2048 constant dhGroupExchangePreferredBits (line 597) | dhGroupExchangePreferredBits = 2048 constant dhGroupExchangeMaximumBits (line 598) | dhGroupExchangeMaximumBits = 8192 FILE: vendor/golang.org/x/crypto/ssh/keys.go constant KeyAlgoRSA (line 39) | KeyAlgoRSA = "ssh-rsa" constant KeyAlgoDSA (line 40) | KeyAlgoDSA = "ssh-dss" constant KeyAlgoECDSA256 (line 41) | KeyAlgoECDSA256 = "ecdsa-sha2-nistp256" constant KeyAlgoSKECDSA256 (line 42) | KeyAlgoSKECDSA256 = "sk-ecdsa-sha2-nistp256@openssh.com" constant KeyAlgoECDSA384 (line 43) | KeyAlgoECDSA384 = "ecdsa-sha2-nistp384" constant KeyAlgoECDSA521 (line 44) | KeyAlgoECDSA521 = "ecdsa-sha2-nistp521" constant KeyAlgoED25519 (line 45) | KeyAlgoED25519 = "ssh-ed25519" constant KeyAlgoSKED25519 (line 46) | KeyAlgoSKED25519 = "sk-ssh-ed25519@openssh.com" constant KeyAlgoRSASHA256 (line 51) | KeyAlgoRSASHA256 = "rsa-sha2-256" constant KeyAlgoRSASHA512 (line 52) | KeyAlgoRSASHA512 = "rsa-sha2-512" constant SigAlgoRSA (line 57) | SigAlgoRSA = KeyAlgoRSA constant SigAlgoRSASHA2256 (line 59) | SigAlgoRSASHA2256 = KeyAlgoRSASHA256 constant SigAlgoRSASHA2512 (line 61) | SigAlgoRSASHA2512 = KeyAlgoRSASHA512 function parsePubKey (line 66) | func parsePubKey(in []byte, algo string) (pubKey PublicKey, rest []byte,... function parseAuthorizedKey (line 93) | func parseAuthorizedKey(in []byte) (out PublicKey, comment string, err e... function ParseKnownHosts (line 131) | func ParseKnownHosts(in []byte) (marker string, hosts []string, pubKey P... function ParseAuthorizedKey (line 191) | func ParseAuthorizedKey(in []byte) (out PublicKey, comment string, optio... function ParsePublicKey (line 273) | func ParsePublicKey(in []byte) (out PublicKey, err error) { function MarshalAuthorizedKey (line 289) | func MarshalAuthorizedKey(key PublicKey) []byte { function MarshalPrivateKey (line 302) | func MarshalPrivateKey(key crypto.PrivateKey, comment string) (*pem.Bloc... function MarshalPrivateKeyWithPassphrase (line 308) | func MarshalPrivateKeyWithPassphrase(key crypto.PrivateKey, comment stri... type PublicKey (line 315) | type PublicKey interface type CryptoPublicKey (line 332) | type CryptoPublicKey interface type Signer (line 339) | type Signer interface type AlgorithmSigner (line 356) | type AlgorithmSigner interface type MultiAlgorithmSigner (line 368) | type MultiAlgorithmSigner interface function NewSignerWithAlgorithms (line 380) | func NewSignerWithAlgorithms(signer AlgorithmSigner, algorithms []string... type multiAlgorithmSigner (line 407) | type multiAlgorithmSigner struct method Algorithms (line 412) | func (s *multiAlgorithmSigner) Algorithms() []string { method isAlgorithmSupported (line 416) | func (s *multiAlgorithmSigner) isAlgorithmSupported(algorithm string) ... method SignWithAlgorithm (line 428) | func (s *multiAlgorithmSigner) SignWithAlgorithm(rand io.Reader, data ... type rsaPublicKey (line 435) | type rsaPublicKey method Type (line 437) | func (r *rsaPublicKey) Type() string { method Marshal (line 466) | func (r *rsaPublicKey) Marshal() []byte { method Verify (line 482) | func (r *rsaPublicKey) Verify(data []byte, sig *Signature) error { method CryptoPublicKey (line 536) | func (r *rsaPublicKey) CryptoPublicKey() crypto.PublicKey { function parseRSA (line 442) | func parseRSA(in []byte) (out PublicKey, rest []byte, err error) { type dsaPublicKey (line 540) | type dsaPublicKey method Type (line 542) | func (k *dsaPublicKey) Type() string { method Marshal (line 583) | func (k *dsaPublicKey) Marshal() []byte { method Verify (line 600) | func (k *dsaPublicKey) Verify(data []byte, sig *Signature) error { method CryptoPublicKey (line 624) | func (k *dsaPublicKey) CryptoPublicKey() crypto.PublicKey { function checkDSAParams (line 546) | func checkDSAParams(param *dsa.Parameters) error { function parseDSA (line 558) | func parseDSA(in []byte) (out PublicKey, rest []byte, err error) { type dsaPrivateKey (line 628) | type dsaPrivateKey struct method PublicKey (line 632) | func (k *dsaPrivateKey) PublicKey() PublicKey { method Sign (line 636) | func (k *dsaPrivateKey) Sign(rand io.Reader, data []byte) (*Signature,... method Algorithms (line 640) | func (k *dsaPrivateKey) Algorithms() []string { method SignWithAlgorithm (line 644) | func (k *dsaPrivateKey) SignWithAlgorithm(rand io.Reader, data []byte,... type ecdsaPublicKey (line 670) | type ecdsaPublicKey method Type (line 672) | func (k *ecdsaPublicKey) Type() string { method nistID (line 676) | func (k *ecdsaPublicKey) nistID() string { method Marshal (line 777) | func (k *ecdsaPublicKey) Marshal() []byte { method Verify (line 795) | func (k *ecdsaPublicKey) Verify(data []byte, sig *Signature) error { method CryptoPublicKey (line 823) | func (k *ecdsaPublicKey) CryptoPublicKey() crypto.PublicKey { type ed25519PublicKey (line 688) | type ed25519PublicKey method Type (line 690) | func (k ed25519PublicKey) Type() string { method Marshal (line 711) | func (k ed25519PublicKey) Marshal() []byte { method Verify (line 722) | func (k ed25519PublicKey) Verify(b []byte, sig *Signature) error { method CryptoPublicKey (line 737) | func (k ed25519PublicKey) CryptoPublicKey() crypto.PublicKey { function parseED25519 (line 694) | func parseED25519(in []byte) (out PublicKey, rest []byte, err error) { function supportedEllipticCurve (line 741) | func supportedEllipticCurve(curve elliptic.Curve) bool { function parseECDSA (line 746) | func parseECDSA(in []byte) (out PublicKey, rest []byte, err error) { type skFields (line 829) | type skFields struct type skECDSAPublicKey (line 838) | type skECDSAPublicKey struct method Type (line 845) | func (k *skECDSAPublicKey) Type() string { method nistID (line 849) | func (k *skECDSAPublicKey) nistID() string { method Marshal (line 881) | func (k *skECDSAPublicKey) Marshal() []byte { method Verify (line 899) | func (k *skECDSAPublicKey) Verify(data []byte, sig *Signature) error { method CryptoPublicKey (line 949) | func (k *skECDSAPublicKey) CryptoPublicKey() crypto.PublicKey { function parseSKECDSA (line 853) | func parseSKECDSA(in []byte) (out PublicKey, rest []byte, err error) { type skEd25519PublicKey (line 953) | type skEd25519PublicKey struct method Type (line 960) | func (k *skEd25519PublicKey) Type() string { method Marshal (line 986) | func (k *skEd25519PublicKey) Marshal() []byte { method Verify (line 999) | func (k *skEd25519PublicKey) Verify(data []byte, sig *Signature) error { method CryptoPublicKey (line 1049) | func (k *skEd25519PublicKey) CryptoPublicKey() crypto.PublicKey { function parseSKEd25519 (line 964) | func parseSKEd25519(in []byte) (out PublicKey, rest []byte, err error) { function NewSignerFromKey (line 1057) | func NewSignerFromKey(key interface{}) (Signer, error) { function newDSAPrivateKey (line 1068) | func newDSAPrivateKey(key *dsa.PrivateKey) (Signer, error) { type wrappedSigner (line 1076) | type wrappedSigner struct method PublicKey (line 1093) | func (s *wrappedSigner) PublicKey() PublicKey { method Sign (line 1097) | func (s *wrappedSigner) Sign(rand io.Reader, data []byte) (*Signature,... method Algorithms (line 1101) | func (s *wrappedSigner) Algorithms() []string { method SignWithAlgorithm (line 1105) | func (s *wrappedSigner) SignWithAlgorithm(rand io.Reader, data []byte,... function NewSignerFromSigner (line 1084) | func NewSignerFromSigner(signer crypto.Signer) (Signer, error) { function NewPublicKey (line 1165) | func NewPublicKey(key interface{}) (PublicKey, error) { function ParsePrivateKey (line 1189) | func ParsePrivateKey(pemBytes []byte) (Signer, error) { function ParsePrivateKeyWithPassphrase (line 1201) | func ParsePrivateKeyWithPassphrase(pemBytes, passphrase []byte) (Signer,... function encryptedBlock (line 1214) | func encryptedBlock(block *pem.Block) bool { type PassphraseMissingError (line 1220) | type PassphraseMissingError struct method Error (line 1226) | func (*PassphraseMissingError) Error() string { function ParseRawPrivateKey (line 1233) | func ParseRawPrivateKey(pemBytes []byte) (interface{}, error) { function ParseRawPrivateKeyWithPassphrase (line 1263) | func ParseRawPrivateKeyWithPassphrase(pemBytes, passphrase []byte) (inte... function ParseDSAPrivateKey (line 1310) | func ParseDSAPrivateKey(der []byte) (*dsa.PrivateKey, error) { function unencryptedOpenSSHKey (line 1340) | func unencryptedOpenSSHKey(cipherName, kdfName, kdfOpts string, privKeyB... function passphraseProtectedOpenSSHKey (line 1350) | func passphraseProtectedOpenSSHKey(passphrase []byte) openSSHDecryptFunc { function unencryptedOpenSSHMarshaler (line 1395) | func unencryptedOpenSSHMarshaler(privKeyBlock []byte) ([]byte, string, s... function passphraseProtectedOpenSSHMarshaler (line 1400) | func passphraseProtectedOpenSSHMarshaler(passphrase []byte) openSSHEncry... constant privateKeyAuthMagic (line 1437) | privateKeyAuthMagic = "openssh-key-v1\x00" type openSSHDecryptFunc (line 1439) | type openSSHDecryptFunc type openSSHEncryptFunc (line 1440) | type openSSHEncryptFunc type openSSHEncryptedPrivateKey (line 1442) | type openSSHEncryptedPrivateKey struct type openSSHPrivateKey (line 1451) | type openSSHPrivateKey struct type openSSHRSAPrivateKey (line 1458) | type openSSHRSAPrivateKey struct type openSSHEd25519PrivateKey (line 1469) | type openSSHEd25519PrivateKey struct type openSSHECDSAPrivateKey (line 1476) | type openSSHECDSAPrivateKey struct function parseOpenSSHPrivateKey (line 1488) | func parseOpenSSHPrivateKey(key []byte, decrypt openSSHDecryptFunc) (cry... function marshalOpenSSHPrivateKey (line 1617) | func marshalOpenSSHPrivateKey(key crypto.PrivateKey, comment string, enc... function checkOpenSSHKeyPadding (line 1742) | func checkOpenSSHKeyPadding(pad []byte) error { function generateOpenSSHPadding (line 1751) | func generateOpenSSHPadding(block []byte, blockSize int) []byte { function FingerprintLegacyMD5 (line 1760) | func FingerprintLegacyMD5(pubKey PublicKey) string { function FingerprintSHA256 (line 1774) | func FingerprintSHA256(pubKey PublicKey) string { FILE: vendor/golang.org/x/crypto/ssh/mac.go type macMode (line 17) | type macMode struct type truncatingMAC (line 25) | type truncatingMAC struct method Write (line 30) | func (t truncatingMAC) Write(data []byte) (int, error) { method Sum (line 34) | func (t truncatingMAC) Sum(in []byte) []byte { method Reset (line 39) | func (t truncatingMAC) Reset() { method Size (line 43) | func (t truncatingMAC) Size() int { method BlockSize (line 47) | func (t truncatingMAC) BlockSize() int { return t.hmac.BlockSize() } FILE: vendor/golang.org/x/crypto/ssh/messages.go constant msgIgnore (line 22) | msgIgnore = 2 constant msgUnimplemented (line 23) | msgUnimplemented = 3 constant msgDebug (line 24) | msgDebug = 4 constant msgNewKeys (line 25) | msgNewKeys = 21 constant msgDisconnect (line 36) | msgDisconnect = 1 type disconnectMsg (line 40) | type disconnectMsg struct method Error (line 46) | func (d *disconnectMsg) Error() string { constant msgKexInit (line 51) | msgKexInit = 20 type kexInitMsg (line 53) | type kexInitMsg struct constant msgKexDHInit (line 72) | msgKexDHInit = 30 type kexDHInitMsg (line 74) | type kexDHInitMsg struct constant msgKexECDHInit (line 78) | msgKexECDHInit = 30 type kexECDHInitMsg (line 80) | type kexECDHInitMsg struct constant msgKexECDHReply (line 84) | msgKexECDHReply = 31 type kexECDHReplyMsg (line 86) | type kexECDHReplyMsg struct constant msgKexDHReply (line 92) | msgKexDHReply = 31 type kexDHReplyMsg (line 94) | type kexDHReplyMsg struct constant msgKexDHGexGroup (line 101) | msgKexDHGexGroup = 31 type kexDHGexGroupMsg (line 103) | type kexDHGexGroupMsg struct constant msgKexDHGexInit (line 108) | msgKexDHGexInit = 32 type kexDHGexInitMsg (line 110) | type kexDHGexInitMsg struct constant msgKexDHGexReply (line 114) | msgKexDHGexReply = 33 type kexDHGexReplyMsg (line 116) | type kexDHGexReplyMsg struct constant msgKexDHGexRequest (line 122) | msgKexDHGexRequest = 34 type kexDHGexRequestMsg (line 124) | type kexDHGexRequestMsg struct constant msgServiceRequest (line 131) | msgServiceRequest = 5 type serviceRequestMsg (line 133) | type serviceRequestMsg struct constant msgServiceAccept (line 138) | msgServiceAccept = 6 type serviceAcceptMsg (line 140) | type serviceAcceptMsg struct constant msgExtInfo (line 145) | msgExtInfo = 7 type extInfoMsg (line 147) | type extInfoMsg struct constant msgUserAuthRequest (line 153) | msgUserAuthRequest = 50 type userAuthRequestMsg (line 155) | type userAuthRequestMsg struct type userAuthSuccessMsg (line 163) | type userAuthSuccessMsg struct constant msgUserAuthFailure (line 167) | msgUserAuthFailure = 51 type userAuthFailureMsg (line 169) | type userAuthFailureMsg struct constant msgUserAuthSuccess (line 175) | msgUserAuthSuccess = 52 constant msgUserAuthBanner (line 178) | msgUserAuthBanner = 53 type userAuthBannerMsg (line 180) | type userAuthBannerMsg struct constant msgUserAuthInfoRequest (line 187) | msgUserAuthInfoRequest = 60 constant msgUserAuthInfoResponse (line 188) | msgUserAuthInfoResponse = 61 type userAuthInfoRequestMsg (line 190) | type userAuthInfoRequestMsg struct constant msgChannelOpen (line 199) | msgChannelOpen = 90 type channelOpenMsg (line 201) | type channelOpenMsg struct constant msgChannelExtendedData (line 209) | msgChannelExtendedData = 95 constant msgChannelData (line 210) | msgChannelData = 94 type channelDataMsg (line 213) | type channelDataMsg struct constant msgChannelOpenConfirm (line 220) | msgChannelOpenConfirm = 91 type channelOpenConfirmMsg (line 222) | type channelOpenConfirmMsg struct constant msgChannelOpenFailure (line 231) | msgChannelOpenFailure = 92 type channelOpenFailureMsg (line 233) | type channelOpenFailureMsg struct constant msgChannelRequest (line 240) | msgChannelRequest = 98 type channelRequestMsg (line 242) | type channelRequestMsg struct constant msgChannelSuccess (line 250) | msgChannelSuccess = 99 type channelRequestSuccessMsg (line 252) | type channelRequestSuccessMsg struct constant msgChannelFailure (line 257) | msgChannelFailure = 100 type channelRequestFailureMsg (line 259) | type channelRequestFailureMsg struct constant msgChannelClose (line 264) | msgChannelClose = 97 type channelCloseMsg (line 266) | type channelCloseMsg struct constant msgChannelEOF (line 271) | msgChannelEOF = 96 type channelEOFMsg (line 273) | type channelEOFMsg struct constant msgGlobalRequest (line 278) | msgGlobalRequest = 80 type globalRequestMsg (line 280) | type globalRequestMsg struct constant msgRequestSuccess (line 287) | msgRequestSuccess = 81 type globalRequestSuccessMsg (line 289) | type globalRequestSuccessMsg struct constant msgRequestFailure (line 294) | msgRequestFailure = 82 type globalRequestFailureMsg (line 296) | type globalRequestFailureMsg struct constant msgChannelWindowAdjust (line 301) | msgChannelWindowAdjust = 93 type windowAdjustMsg (line 303) | type windowAdjustMsg struct constant msgUserAuthPubKeyOk (line 309) | msgUserAuthPubKeyOk = 60 type userAuthPubKeyOkMsg (line 311) | type userAuthPubKeyOkMsg struct constant msgUserAuthGSSAPIResponse (line 317) | msgUserAuthGSSAPIResponse = 60 type userAuthGSSAPIResponse (line 319) | type userAuthGSSAPIResponse struct constant msgUserAuthGSSAPIToken (line 323) | msgUserAuthGSSAPIToken = 61 type userAuthGSSAPIToken (line 325) | type userAuthGSSAPIToken struct constant msgUserAuthGSSAPIMIC (line 329) | msgUserAuthGSSAPIMIC = 66 type userAuthGSSAPIMIC (line 331) | type userAuthGSSAPIMIC struct constant msgUserAuthGSSAPIErrTok (line 336) | msgUserAuthGSSAPIErrTok = 64 type userAuthGSSAPIErrTok (line 338) | type userAuthGSSAPIErrTok struct constant msgUserAuthGSSAPIError (line 343) | msgUserAuthGSSAPIError = 65 type userAuthGSSAPIError (line 345) | type userAuthGSSAPIError struct constant msgPing (line 353) | msgPing = 192 type pingMsg (line 355) | type pingMsg struct constant msgPong (line 360) | msgPong = 193 type pongMsg (line 362) | type pongMsg struct function typeTags (line 368) | func typeTags(structType reflect.Type) (tags []byte) { function fieldError (line 381) | func fieldError(t reflect.Type, field int, problem string) error { function Unmarshal (line 396) | func Unmarshal(data []byte, out interface{}) error { function Marshal (line 519) | func Marshal(msg interface{}) []byte { function marshalStruct (line 524) | func marshalStruct(out []byte, msg interface{}) []byte { function parseString (line 607) | func parseString(in []byte) (out, rest []byte, ok bool) { function parseNameList (line 627) | func parseNameList(in []byte) (out []string, rest []byte, ok bool) { function parseInt (line 644) | func parseInt(in []byte) (out *big.Int, rest []byte, ok bool) { function parseUint32 (line 668) | func parseUint32(in []byte) (uint32, []byte, bool) { function parseUint64 (line 675) | func parseUint64(in []byte) (uint64, []byte, bool) { function intLength (line 682) | func intLength(n *big.Int) int { function marshalUint32 (line 707) | func marshalUint32(to []byte, n uint32) []byte { function marshalUint64 (line 712) | func marshalUint64(to []byte, n uint64) []byte { function marshalInt (line 717) | func marshalInt(to []byte, n *big.Int) []byte { function writeInt (line 764) | func writeInt(w io.Writer, n *big.Int) { function writeString (line 771) | func writeString(w io.Writer, s []byte) { function stringLength (line 781) | func stringLength(n int) int { function marshalString (line 785) | func marshalString(to []byte, s []byte) []byte { function decode (line 798) | func decode(packet []byte) (interface{}, error) { FILE: vendor/golang.org/x/crypto/ssh/mlkem.go constant kexAlgoMLKEM768xCurve25519SHA256 (line 23) | kexAlgoMLKEM768xCurve25519SHA256 = "mlkem768x25519-sha256" function init (line 26) | func init() { type mlkem768WithCurve25519sha256 (line 40) | type mlkem768WithCurve25519sha256 struct method Client (line 42) | func (kex *mlkem768WithCurve25519sha256) Client(c packetConn, rand io.... method Server (line 113) | func (kex *mlkem768WithCurve25519sha256) Server(c packetConn, rand io.... FILE: vendor/golang.org/x/crypto/ssh/mux.go constant debugMux (line 18) | debugMux = false type chanList (line 21) | type chanList struct method add (line 36) | func (c *chanList) add(ch *channel) uint32 { method getChan (line 50) | func (c *chanList) getChan(id uint32) *channel { method remove (line 61) | func (c *chanList) remove(id uint32) { method dropAll (line 71) | func (c *chanList) dropAll() []*channel { type mux (line 88) | type mux struct method Wait (line 106) | func (m *mux) Wait() error { method sendMessage (line 132) | func (m *mux) sendMessage(msg interface{}) error { method SendRequest (line 140) | func (m *mux) SendRequest(name string, wantReply bool, payload []byte)... method ackRequest (line 174) | func (m *mux) ackRequest(ok bool, data []byte) error { method Close (line 181) | func (m *mux) Close() error { method loop (line 187) | func (m *mux) loop() { method onePacket (line 214) | func (m *mux) onePacket() error { method handleGlobalPacket (line 255) | func (m *mux) handleGlobalPacket(packet []byte) error { method handleChannelOpen (line 279) | func (m *mux) handleChannelOpen(packet []byte) error { method OpenChannel (line 303) | func (m *mux) OpenChannel(chanType string, extra []byte) (Channel, <-c... method openChannel (line 312) | func (m *mux) openChannel(chanType string, extra []byte) (*channel, er... method handleUnknownChannelPacket (line 338) | func (m *mux) handleUnknownChannelPacket(id uint32, packet []byte) err... function newMux (line 116) | func newMux(p packetConn) *mux { FILE: vendor/golang.org/x/crypto/ssh/server.go type Permissions (line 21) | type Permissions struct type GSSAPIWithMICConfig (line 48) | type GSSAPIWithMICConfig struct method SendAuthBanner (line 63) | func (s *connection) SendAuthBanner(msg string) error { method unexportedMethodForFutureProofing (line 69) | func (*connection) unexportedMethodForFutureProofing() {} type ServerPreAuthConn (line 73) | type ServerPreAuthConn interface type ServerConfig (line 84) | type ServerConfig struct method AddHostKey (line 167) | func (s *ServerConfig) AddHostKey(key Signer) { type cachedPubKey (line 180) | type cachedPubKey struct constant maxCachedPubKeys (line 193) | maxCachedPubKeys = 1 type pubKeyCache (line 199) | type pubKeyCache struct method get (line 204) | func (c *pubKeyCache) get(user string, pubKeyData []byte) (cachedPubKe... method add (line 214) | func (c *pubKeyCache) add(candidate cachedPubKey) { type ServerConn (line 223) | type ServerConn struct function NewServerConn (line 239) | func NewServerConn(c net.Conn, config *ServerConfig) (*ServerConn, <-cha... function signAndMarshal (line 277) | func signAndMarshal(k AlgorithmSigner, rand io.Reader, data []byte, algo... method serverHandshake (line 287) | func (s *connection) serverHandshake(config *ServerConfig) (*Permissions... function checkSourceAddress (line 346) | func checkSourceAddress(addr net.Addr, sourceAddrs string) error { function gssExchangeToken (line 376) | func gssExchangeToken(gssapiConfig *GSSAPIWithMICConfig, token []byte, s... function isAlgoCompatible (line 429) | func isAlgoCompatible(algo, sigFormat string) bool { type ServerAuthError (line 449) | type ServerAuthError struct method Error (line 455) | func (l ServerAuthError) Error() string { type ServerAuthCallbacks (line 464) | type ServerAuthCallbacks struct type PartialSuccessError (line 481) | type PartialSuccessError struct method Error (line 488) | func (p *PartialSuccessError) Error() string { type BannerError (line 501) | type BannerError struct method Unwrap (line 506) | func (b *BannerError) Unwrap() error { method Error (line 510) | func (b *BannerError) Error() string { method serverAuthenticate (line 517) | func (s *connection) serverAuthenticate(config *ServerConfig) (*Permissi... type sshClientKeyboardInteractive (line 881) | type sshClientKeyboardInteractive struct method Challenge (line 885) | func (c *sshClientKeyboardInteractive) Challenge(name, instruction str... FILE: vendor/golang.org/x/crypto/ssh/session.go type Signal (line 19) | type Signal constant SIGABRT (line 23) | SIGABRT Signal = "ABRT" constant SIGALRM (line 24) | SIGALRM Signal = "ALRM" constant SIGFPE (line 25) | SIGFPE Signal = "FPE" constant SIGHUP (line 26) | SIGHUP Signal = "HUP" constant SIGILL (line 27) | SIGILL Signal = "ILL" constant SIGINT (line 28) | SIGINT Signal = "INT" constant SIGKILL (line 29) | SIGKILL Signal = "KILL" constant SIGPIPE (line 30) | SIGPIPE Signal = "PIPE" constant SIGQUIT (line 31) | SIGQUIT Signal = "QUIT" constant SIGSEGV (line 32) | SIGSEGV Signal = "SEGV" constant SIGTERM (line 33) | SIGTERM Signal = "TERM" constant SIGUSR1 (line 34) | SIGUSR1 Signal = "USR1" constant SIGUSR2 (line 35) | SIGUSR2 Signal = "USR2" type TerminalModes (line 52) | type TerminalModes constant tty_OP_END (line 56) | tty_OP_END = 0 constant VINTR (line 57) | VINTR = 1 constant VQUIT (line 58) | VQUIT = 2 constant VERASE (line 59) | VERASE = 3 constant VKILL (line 60) | VKILL = 4 constant VEOF (line 61) | VEOF = 5 constant VEOL (line 62) | VEOL = 6 constant VEOL2 (line 63) | VEOL2 = 7 constant VSTART (line 64) | VSTART = 8 constant VSTOP (line 65) | VSTOP = 9 constant VSUSP (line 66) | VSUSP = 10 constant VDSUSP (line 67) | VDSUSP = 11 constant VREPRINT (line 68) | VREPRINT = 12 constant VWERASE (line 69) | VWERASE = 13 constant VLNEXT (line 70) | VLNEXT = 14 constant VFLUSH (line 71) | VFLUSH = 15 constant VSWTCH (line 72) | VSWTCH = 16 constant VSTATUS (line 73) | VSTATUS = 17 constant VDISCARD (line 74) | VDISCARD = 18 constant IGNPAR (line 75) | IGNPAR = 30 constant PARMRK (line 76) | PARMRK = 31 constant INPCK (line 77) | INPCK = 32 constant ISTRIP (line 78) | ISTRIP = 33 constant INLCR (line 79) | INLCR = 34 constant IGNCR (line 80) | IGNCR = 35 constant ICRNL (line 81) | ICRNL = 36 constant IUCLC (line 82) | IUCLC = 37 constant IXON (line 83) | IXON = 38 constant IXANY (line 84) | IXANY = 39 constant IXOFF (line 85) | IXOFF = 40 constant IMAXBEL (line 86) | IMAXBEL = 41 constant IUTF8 (line 87) | IUTF8 = 42 constant ISIG (line 88) | ISIG = 50 constant ICANON (line 89) | ICANON = 51 constant XCASE (line 90) | XCASE = 52 constant ECHO (line 91) | ECHO = 53 constant ECHOE (line 92) | ECHOE = 54 constant ECHOK (line 93) | ECHOK = 55 constant ECHONL (line 94) | ECHONL = 56 constant NOFLSH (line 95) | NOFLSH = 57 constant TOSTOP (line 96) | TOSTOP = 58 constant IEXTEN (line 97) | IEXTEN = 59 constant ECHOCTL (line 98) | ECHOCTL = 60 constant ECHOKE (line 99) | ECHOKE = 61 constant PENDIN (line 100) | PENDIN = 62 constant OPOST (line 101) | OPOST = 70 constant OLCUC (line 102) | OLCUC = 71 constant ONLCR (line 103) | ONLCR = 72 constant OCRNL (line 104) | OCRNL = 73 constant ONOCR (line 105) | ONOCR = 74 constant ONLRET (line 106) | ONLRET = 75 constant CS7 (line 107) | CS7 = 90 constant CS8 (line 108) | CS8 = 91 constant PARENB (line 109) | PARENB = 92 constant PARODD (line 110) | PARODD = 93 constant TTY_OP_ISPEED (line 111) | TTY_OP_ISPEED = 128 constant TTY_OP_OSPEED (line 112) | TTY_OP_OSPEED = 129 type Session (line 116) | type Session struct method SendRequest (line 151) | func (s *Session) SendRequest(name string, wantReply bool, payload []b... method Close (line 155) | func (s *Session) Close() error { method Setenv (line 167) | func (s *Session) Setenv(name, value string) error { method RequestPty (line 190) | func (s *Session) RequestPty(term string, h, w int, termmodes Terminal... method RequestSubsystem (line 223) | func (s *Session) RequestSubsystem(subsystem string) error { method WindowChange (line 243) | func (s *Session) WindowChange(h, w int) error { method Signal (line 261) | func (s *Session) Signal(sig Signal) error { method Start (line 278) | func (s *Session) Start(cmd string) error { method Run (line 309) | func (s *Session) Run(cmd string) error { method Output (line 318) | func (s *Session) Output(cmd string) ([]byte, error) { method CombinedOutput (line 341) | func (s *Session) CombinedOutput(cmd string) ([]byte, error) { method Shell (line 357) | func (s *Session) Shell() error { method start (line 372) | func (s *Session) start() error { method Wait (line 399) | func (s *Session) Wait() error { method wait (line 420) | func (s *Session) wait(reqs <-chan *Request) error { method stdin (line 479) | func (s *Session) stdin() { method stdout (line 503) | func (s *Session) stdout() { method stderr (line 516) | func (s *Session) stderr() { method StdinPipe (line 541) | func (s *Session) StdinPipe() (io.WriteCloser, error) { method StdoutPipe (line 558) | func (s *Session) StdoutPipe() (io.Reader, error) { method StderrPipe (line 575) | func (s *Session) StderrPipe() (io.Reader, error) { type setenvRequest (line 160) | type setenvRequest struct type ptyRequestMsg (line 180) | type ptyRequestMsg struct type subsystemRequestMsg (line 217) | type subsystemRequestMsg struct type ptyWindowChangeMsg (line 235) | type ptyWindowChangeMsg struct type signalMsg (line 255) | type signalMsg struct type execMsg (line 271) | type execMsg struct type singleWriter (line 328) | type singleWriter struct method Write (line 333) | func (w *singleWriter) Write(p []byte) (int, error) { type ExitMissingError (line 473) | type ExitMissingError struct method Error (line 475) | func (e *ExitMissingError) Error() string { type sessionStdin (line 530) | type sessionStdin struct method Close (line 535) | func (s *sessionStdin) Close() error { function newSession (line 587) | func newSession(ch Channel, reqs <-chan *Request) (*Session, error) { type ExitError (line 600) | type ExitError struct method Error (line 604) | func (e *ExitError) Error() string { type Waitmsg (line 610) | type Waitmsg struct method ExitStatus (line 618) | func (w Waitmsg) ExitStatus() int { method Signal (line 624) | func (w Waitmsg) Signal() string { method Msg (line 629) | func (w Waitmsg) Msg() string { method Lang (line 634) | func (w Waitmsg) Lang() string { method String (line 638) | func (w Waitmsg) String() string { FILE: vendor/golang.org/x/crypto/ssh/ssh_gss.go function init (line 14) | func init() { type GSSAPIClient (line 19) | type GSSAPIClient interface type GSSAPIServer (line 58) | type GSSAPIServer interface type userAuthRequestGSSAPI (line 99) | type userAuthRequestGSSAPI struct function parseGSSAPIPayload (line 104) | func parseGSSAPIPayload(payload []byte) (*userAuthRequestGSSAPI, error) { function buildMIC (line 131) | func buildMIC(sessionID string, username string, service string, authMet... FILE: vendor/golang.org/x/crypto/ssh/streamlocal.go type streamLocalChannelOpenDirectMsg (line 14) | type streamLocalChannelOpenDirectMsg struct type forwardedStreamLocalPayload (line 22) | type forwardedStreamLocalPayload struct type streamLocalChannelForwardMsg (line 29) | type streamLocalChannelForwardMsg struct method ListenUnix (line 34) | func (c *Client) ListenUnix(socketPath string) (net.Listener, error) { method dialStreamLocal (line 52) | func (c *Client) dialStreamLocal(socketPath string) (Channel, error) { type unixListener (line 64) | type unixListener struct method Accept (line 72) | func (l *unixListener) Accept() (net.Conn, error) { method Close (line 97) | func (l *unixListener) Close() error { method Addr (line 111) | func (l *unixListener) Addr() net.Addr { FILE: vendor/golang.org/x/crypto/ssh/tcpip.go method Listen (line 25) | func (c *Client) Listen(n, addr string) (net.Listener, error) { constant openSSHPrefix (line 47) | openSSHPrefix = "OpenSSH_" function isBrokenOpenSSHVersion (line 54) | func isBrokenOpenSSHVersion(versionStr string) bool { method autoPortListenWorkaround (line 72) | func (c *Client) autoPortListenWorkaround(laddr *net.TCPAddr) (net.Liste... type channelForwardMsg (line 89) | type channelForwardMsg struct method handleForwards (line 97) | func (c *Client) handleForwards() { method ListenTCP (line 105) | func (c *Client) ListenTCP(laddr *net.TCPAddr) (net.Listener, error) { type forwardList (line 144) | type forwardList struct method add (line 164) | func (l *forwardList) add(addr net.Addr) chan forward { method handleChannels (line 195) | func (l *forwardList) handleChannels(in <-chan NewChannel) { method remove (line 255) | func (l *forwardList) remove(addr net.Addr) { method closeAll (line 268) | func (l *forwardList) closeAll() { method forward (line 277) | func (l *forwardList) forward(laddr, raddr net.Addr, ch NewChannel) bo... type forwardEntry (line 151) | type forwardEntry struct type forward (line 159) | type forward struct type forwardedTCPPayload (line 176) | type forwardedTCPPayload struct function parseTCPAddr (line 184) | func parseTCPAddr(addr string, port uint32) (*net.TCPAddr, error) { type tcpListener (line 289) | type tcpListener struct method Accept (line 297) | func (l *tcpListener) Accept() (net.Conn, error) { method Close (line 316) | func (l *tcpListener) Close() error { method Addr (line 332) | func (l *tcpListener) Addr() net.Addr { method DialContext (line 343) | func (c *Client) DialContext(ctx context.Context, n, addr string) (net.C... method Dial (line 372) | func (c *Client) Dial(n, addr string) (net.Conn, error) { method DialTCP (line 424) | func (c *Client) DialTCP(n string, laddr, raddr *net.TCPAddr) (net.Conn,... type channelOpenDirectMsg (line 443) | type channelOpenDirectMsg struct method dial (line 450) | func (c *Client) dial(laddr string, lport int, raddr string, rport int) ... type tcpChan (line 465) | type tcpChan struct type chanConn (line 471) | type chanConn struct method LocalAddr (line 477) | func (t *chanConn) LocalAddr() net.Addr { method RemoteAddr (line 482) | func (t *chanConn) RemoteAddr() net.Addr { method SetDeadline (line 488) | func (t *chanConn) SetDeadline(deadline time.Time) error { method SetReadDeadline (line 499) | func (t *chanConn) SetReadDeadline(deadline time.Time) error { method SetWriteDeadline (line 507) | func (t *chanConn) SetWriteDeadline(deadline time.Time) error { FILE: vendor/golang.org/x/crypto/ssh/transport.go constant debugTransport (line 17) | debugTransport = false constant gcm128CipherID (line 20) | gcm128CipherID = "aes128-gcm@openssh.com" constant gcm256CipherID (line 21) | gcm256CipherID = "aes256-gcm@openssh.com" constant aes128cbcID (line 22) | aes128cbcID = "aes128-cbc" constant tripledescbcID (line 23) | tripledescbcID = "3des-cbc" type packetConn (line 28) | type packetConn interface type transport (line 43) | type transport struct method setStrictMode (line 80) | func (t *transport) setStrictMode() error { method setInitialKEXDone (line 88) | func (t *transport) setInitialKEXDone() { method prepareKeyChange (line 95) | func (t *transport) prepareKeyChange(algs *algorithms, kexResult *kexR... method printPacket (line 111) | func (t *transport) printPacket(p []byte, write bool) { method readPacket (line 128) | func (t *transport) readPacket() (p []byte, err error) { method writePacket (line 188) | func (t *transport) writePacket(packet []byte) error { type packetCipher (line 59) | type packetCipher interface type connectionState (line 73) | type connectionState struct method readPacket (line 146) | func (s *connectionState) readPacket(r *bufio.Reader, strictMode bool)... method writePacket (line 195) | func (s *connectionState) writePacket(w *bufio.Writer, rand io.Reader,... function newTransport (line 220) | func newTransport(rwc io.ReadWriteCloser, rand io.Reader, isClient bool)... type direction (line 248) | type direction struct function newPacketCipher (line 262) | func newPacketCipher(d direction, algs directionAlgorithms, kex *kexResu... function generateKeyMaterial (line 283) | func generateKeyMaterial(out, tag []byte, r *kexResult) { constant packageVersion (line 308) | packageVersion = "SSH-2.0-Go" function exchangeVersions (line 313) | func exchangeVersions(rw io.ReadWriter, versionLine []byte) (them []byte... constant maxVersionStringBytes (line 335) | maxVersionStringBytes = 255 function readVersion (line 338) | func readVersion(r io.Reader) ([]byte, error) { FILE: vendor/golang.org/x/mod/internal/lazyregexp/lazyre.go type Regexp (line 18) | type Regexp struct method re (line 24) | func (r *Regexp) re() *regexp.Regexp { method build (line 29) | func (r *Regexp) build() { method FindSubmatch (line 34) | func (r *Regexp) FindSubmatch(s []byte) [][]byte { method FindStringSubmatch (line 38) | func (r *Regexp) FindStringSubmatch(s string) []string { method FindStringSubmatchIndex (line 42) | func (r *Regexp) FindStringSubmatchIndex(s string) []int { method ReplaceAllString (line 46) | func (r *Regexp) ReplaceAllString(src, repl string) string { method FindString (line 50) | func (r *Regexp) FindString(s string) string { method FindAllString (line 54) | func (r *Regexp) FindAllString(s string, n int) []string { method MatchString (line 58) | func (r *Regexp) MatchString(s string) bool { method SubexpNames (line 62) | func (r *Regexp) SubexpNames() []string { function New (line 71) | func New(str string) *Regexp { FILE: vendor/golang.org/x/mod/modfile/print.go function Format (line 16) | func Format(f *FileSyntax) []byte { type printer (line 29) | type printer struct method printf (line 36) | func (p *printer) printf(format string, args ...interface{}) { method indent (line 41) | func (p *printer) indent() int { method newline (line 51) | func (p *printer) newline() { method trim (line 79) | func (p *printer) trim() { method file (line 90) | func (p *printer) file(f *FileSyntax) { method expr (line 118) | func (p *printer) expr(x Expr) { method tokens (line 172) | func (p *printer) tokens(tokens []string) { FILE: vendor/golang.org/x/mod/modfile/read.go type Position (line 20) | type Position struct method add (line 27) | func (p Position) add(s string) Position { type Expr (line 39) | type Expr interface type Comment (line 51) | type Comment struct type Comments (line 58) | type Comments struct method Comment (line 71) | func (c *Comments) Comment() *Comments { type FileSyntax (line 76) | type FileSyntax struct method Span (line 82) | func (x *FileSyntax) Span() (start, end Position) { method addLine (line 104) | func (x *FileSyntax) addLine(hint Expr, tokens ...string) *Line { method updateLine (line 190) | func (x *FileSyntax) updateLine(line *Line, tokens ...string) { method Cleanup (line 209) | func (x *FileSyntax) Cleanup() { function commentsAdd (line 251) | func commentsAdd(x, y []Comment) []Comment { function stringsAdd (line 255) | func stringsAdd(x, y []string) []string { type CommentBlock (line 261) | type CommentBlock struct method Span (line 266) | func (x *CommentBlock) Span() (start, end Position) { type Line (line 271) | type Line struct method markRemoved (line 199) | func (line *Line) markRemoved() { method Span (line 279) | func (x *Line) Span() (start, end Position) { type LineBlock (line 289) | type LineBlock struct method Span (line 298) | func (x *LineBlock) Span() (start, end Position) { type LParen (line 304) | type LParen struct method Span (line 309) | func (x *LParen) Span() (start, end Position) { type RParen (line 315) | type RParen struct method Span (line 320) | func (x *RParen) Span() (start, end Position) { type input (line 325) | type input struct method Error (line 392) | func (in *input) Error(s string) { method eof (line 402) | func (in *input) eof() bool { method peekRune (line 407) | func (in *input) peekRune() int { method peekPrefix (line 416) | func (in *input) peekPrefix(prefix string) bool { method readRune (line 428) | func (in *input) readRune() int { method startToken (line 475) | func (in *input) startToken() { method endToken (line 484) | func (in *input) endToken(kind tokenKind) { method peek (line 499) | func (in *input) peek() tokenKind { method lex (line 504) | func (in *input) lex() token { method readToken (line 511) | func (in *input) readToken() { method order (line 641) | func (in *input) order(x Expr) { method assignComments (line 673) | func (in *input) assignComments() { method parseFile (line 774) | func (in *input) parseFile() { method parseStmt (line 807) | func (in *input) parseStmt() { method parseLineBlock (line 855) | func (in *input) parseLineBlock(start Position, token []string, lparen... method parseLine (line 901) | func (in *input) parseLine() *Line { function newInput (line 344) | func newInput(filename string, data []byte) *input { function parse (line 354) | func parse(file string, data []byte) (f *FileSyntax, err error) { type token (line 444) | type token struct type tokenKind (line 451) | type tokenKind method isComment (line 463) | func (k tokenKind) isComment() bool { method isEOL (line 468) | func (k tokenKind) isEOL() bool { constant _EOF (line 454) | _EOF tokenKind = -(iota + 1) constant _EOLCOMMENT (line 455) | _EOLCOMMENT constant _IDENT (line 456) | _IDENT constant _STRING (line 457) | _STRING constant _COMMENT (line 458) | _COMMENT function isIdent (line 622) | func isIdent(c int) bool { function reverseComments (line 768) | func reverseComments(list []Comment) { function ModulePath (line 932) | func ModulePath(mod []byte) string { FILE: vendor/golang.org/x/mod/modfile/rule.go type File (line 37) | type File struct method AddModuleStmt (line 198) | func (f *File) AddModuleStmt(path string) error { method AddComment (line 214) | func (f *File) AddComment(text string) { method add (line 331) | func (f *File) add(errs *ErrorList, block *LineBlock, line *Line, verb... method fixRetract (line 622) | func (f *File) fixRetract(fix VersionFixer, errs *ErrorList) { method Format (line 986) | func (f *File) Format() ([]byte, error) { method Cleanup (line 994) | func (f *File) Cleanup() { method AddGoStmt (line 1043) | func (f *File) AddGoStmt(version string) error { method DropGoStmt (line 1066) | func (f *File) DropGoStmt() { method DropToolchainStmt (line 1074) | func (f *File) DropToolchainStmt() { method AddToolchainStmt (line 1081) | func (f *File) AddToolchainStmt(name string) error { method AddGodebug (line 1109) | func (f *File) AddGodebug(key, value string) error { method addNewGodebug (line 1132) | func (f *File) addNewGodebug(key, value string) { method AddRequire (line 1148) | func (f *File) AddRequire(path, vers string) error { method AddNewRequire (line 1171) | func (f *File) AddNewRequire(path, vers string, indirect bool) { method SetRequire (line 1195) | func (f *File) SetRequire(req []*Require) { method SetRequireSeparateIndirect (line 1251) | func (f *File) SetRequireSeparateIndirect(req []*Require) { method DropGodebug (line 1449) | func (f *File) DropGodebug(key string) error { method DropRequire (line 1459) | func (f *File) DropRequire(path string) error { method AddExclude (line 1471) | func (f *File) AddExclude(path, vers string) error { method DropExclude (line 1490) | func (f *File) DropExclude(path, vers string) error { method AddReplace (line 1500) | func (f *File) AddReplace(oldPath, oldVers, newPath, newVers string) e... method DropReplace (line 1541) | func (f *File) DropReplace(oldPath, oldVers string) error { method AddRetract (line 1553) | func (f *File) AddRetract(vi VersionInterval, rationale string) error { method DropRetract (line 1582) | func (f *File) DropRetract(vi VersionInterval) error { method AddTool (line 1594) | func (f *File) AddTool(path string) error { method DropTool (line 1612) | func (f *File) DropTool(path string) error { method SortBlocks (line 1622) | func (f *File) SortBlocks() { method removeDups (line 1659) | func (f *File) removeDups() { type Module (line 52) | type Module struct type Go (line 59) | type Go struct type Toolchain (line 65) | type Toolchain struct type Godebug (line 71) | type Godebug struct type Exclude (line 78) | type Exclude struct type Replace (line 84) | type Replace struct type Retract (line 91) | type Retract struct type Tool (line 98) | type Tool struct type VersionInterval (line 107) | type VersionInterval struct type Require (line 112) | type Require struct method markRemoved (line 118) | func (r *Require) markRemoved() { method setVersion (line 123) | func (r *Require) setVersion(v string) { method setIndirect (line 145) | func (r *Require) setIndirect(indirect bool) { function isIndirect (line 190) | func isIndirect(line *Line) bool { type VersionFixer (line 229) | type VersionFixer function Parse (line 246) | func Parse(file string, data []byte, fix VersionFixer) (*File, error) { function ParseLax (line 257) | func ParseLax(file string, data []byte, fix VersionFixer) (*File, error) { function parseToFile (line 261) | func parseToFile(file string, data []byte, fix VersionFixer, strict bool... function parseReplace (line 537) | func parseReplace(filename string, line *Line, verb string, args []strin... method add (line 657) | func (f *WorkFile) add(errs *ErrorList, line *Line, verb string, args []... function IsDirectoryPath (line 749) | func IsDirectoryPath(ns string) bool { function MustQuote (line 760) | func MustQuote(s string) bool { function AutoQuote (line 782) | func AutoQuote(s string) string { function parseVersionInterval (line 789) | func parseVersionInterval(verb string, path string, args *[]string, fix ... function parseString (line 836) | func parseString(s *string) (string, error) { function parseDeprecation (line 863) | func parseDeprecation(block *LineBlock, line *Line) string { function parseDirectiveComment (line 875) | func parseDirectiveComment(block *LineBlock, line *Line) string { type ErrorList (line 893) | type ErrorList method Error (line 895) | func (e ErrorList) Error() string { type Error (line 903) | type Error struct method Error (line 911) | func (e *Error) Error() string { method Unwrap (line 933) | func (e *Error) Unwrap() error { return e.Err } function parseVersion (line 935) | func parseVersion(verb string, path string, s *string, fix VersionFixer)... function modulePathMajor (line 978) | func modulePathMajor(path string) (string, error) { function addReplace (line 1504) | func addReplace(syntax *FileSyntax, replace *[]*Replace, oldPath, oldVer... function removeDups (line 1663) | func removeDups(syntax *FileSyntax, exclude *[]*Exclude, replace *[]*Rep... function lineLess (line 1751) | func lineLess(li, lj *Line) bool { function lineExcludeLess (line 1762) | func lineExcludeLess(li, lj *Line) bool { function lineRetractLess (line 1781) | func lineRetractLess(li, lj *Line) bool { function checkCanonicalVersion (line 1805) | func checkCanonicalVersion(path, vers string) error { FILE: vendor/golang.org/x/mod/modfile/work.go type WorkFile (line 14) | type WorkFile struct method Cleanup (line 90) | func (f *WorkFile) Cleanup() { method AddGoStmt (line 112) | func (f *WorkFile) AddGoStmt(version string) error { method AddToolchainStmt (line 138) | func (f *WorkFile) AddToolchainStmt(name string) error { method DropGoStmt (line 173) | func (f *WorkFile) DropGoStmt() { method DropToolchainStmt (line 181) | func (f *WorkFile) DropToolchainStmt() { method AddGodebug (line 194) | func (f *WorkFile) AddGodebug(key, value string) error { method addNewGodebug (line 217) | func (f *WorkFile) addNewGodebug(key, value string) { method DropGodebug (line 227) | func (f *WorkFile) DropGodebug(key string) error { method AddUse (line 237) | func (f *WorkFile) AddUse(diskPath, modulePath string) error { method AddNewUse (line 258) | func (f *WorkFile) AddNewUse(diskPath, modulePath string) { method SetUse (line 263) | func (f *WorkFile) SetUse(dirs []*Use) { method DropUse (line 286) | func (f *WorkFile) DropUse(path string) error { method AddReplace (line 296) | func (f *WorkFile) AddReplace(oldPath, oldVers, newPath, newVers strin... method DropReplace (line 300) | func (f *WorkFile) DropReplace(oldPath, oldVers string) error { method SortBlocks (line 310) | func (f *WorkFile) SortBlocks() { method removeDups (line 333) | func (f *WorkFile) removeDups() { type Use (line 25) | type Use struct function ParseWork (line 40) | func ParseWork(file string, data []byte, fix VersionFixer) (*WorkFile, e... FILE: vendor/golang.org/x/mod/module/module.go type Version (line 112) | type Version struct method String (line 129) | func (m Version) String() string { type ModuleError (line 137) | type ModuleError struct method Error (line 157) | func (e *ModuleError) Error() string { method Unwrap (line 167) | func (e *ModuleError) Unwrap() error { return e.Err } function VersionError (line 145) | func VersionError(v Version, err error) error { type InvalidVersionError (line 174) | type InvalidVersionError struct method noun (line 182) | func (e *InvalidVersionError) noun() string { method Error (line 189) | func (e *InvalidVersionError) Error() string { method Unwrap (line 193) | func (e *InvalidVersionError) Unwrap() error { return e.Err } type InvalidPathError (line 198) | type InvalidPathError struct method Error (line 204) | func (e *InvalidPathError) Error() string { method Unwrap (line 208) | func (e *InvalidPathError) Unwrap() error { return e.Err } function Check (line 216) | func Check(path, version string) error { function firstPathOK (line 236) | func firstPathOK(r rune) bool { function modPathOK (line 251) | func modPathOK(r rune) bool { function importPathOK (line 268) | func importPathOK(r rune) bool { function fileNameOK (line 277) | func fileNameOK(r rune) bool { function CheckPath (line 309) | func CheckPath(path string) (err error) { function CheckImportPath (line 360) | func CheckImportPath(path string) error { type pathKind (line 369) | type pathKind constant modulePath (line 372) | modulePath pathKind = iota constant importPath (line 373) | importPath constant filePath (line 374) | filePath function checkPath (line 384) | func checkPath(path string, kind pathKind) error { function checkElem (line 416) | func checkElem(elem string, kind pathKind) error { function CheckFilePath (line 495) | func CheckFilePath(path string) error { function SplitPathVersion (line 536) | func SplitPathVersion(path string) (prefix, pathMajor string, ok bool) { function splitGopkgIn (line 560) | func splitGopkgIn(path string) (prefix, pathMajor string, ok bool) { function MatchPathMajor (line 586) | func MatchPathMajor(v, pathMajor string) bool { function CheckPathMajor (line 592) | func CheckPathMajor(v, pathMajor string) error { function PathMajorPrefix (line 628) | func PathMajorPrefix(pathMajor string) string { function CanonicalVersion (line 647) | func CanonicalVersion(v string) string { function Sort (line 659) | func Sort(list []Version) { function EscapePath (line 687) | func EscapePath(path string) (escaped string, err error) { function EscapeVersion (line 698) | func EscapeVersion(v string) (escaped string, err error) { function escapeString (line 708) | func escapeString(s string) (escaped string, err error) { function UnescapePath (line 738) | func UnescapePath(escaped string) (path string, err error) { function UnescapeVersion (line 753) | func UnescapeVersion(escaped string) (v string, err error) { function unescapeString (line 764) | func unescapeString(escaped string) (string, bool) { function MatchPrefixPatterns (line 802) | func MatchPrefixPatterns(globs, target string) bool { FILE: vendor/golang.org/x/mod/module/pseudo.go constant PseudoVersionTimestampFormat (line 49) | PseudoVersionTimestampFormat = "20060102150405" function PseudoVersion (line 54) | func PseudoVersion(major, older string, t time.Time, rev string) string { function ZeroPseudoVersion (line 79) | func ZeroPseudoVersion(major string) string { function incDecimal (line 84) | func incDecimal(decimal string) string { function decDecimal (line 103) | func decDecimal(decimal string) string { function IsPseudoVersion (line 123) | func IsPseudoVersion(v string) bool { function IsZeroPseudoVersion (line 129) | func IsZeroPseudoVersion(v string) bool { function PseudoVersionTime (line 136) | func PseudoVersionTime(v string) (time.Time, error) { function PseudoVersionRev (line 154) | func PseudoVersionRev(v string) (rev string, err error) { function PseudoVersionBase (line 164) | func PseudoVersionBase(v string) (string, error) { function parsePseudoVersion (line 229) | func parsePseudoVersion(v string) (base, timestamp, rev, build string, e... FILE: vendor/golang.org/x/mod/semver/semver.go type parsed (line 28) | type parsed struct function IsValid (line 38) | func IsValid(v string) bool { function Canonical (line 48) | func Canonical(v string) string { function Major (line 65) | func Major(v string) string { function MajorMinor (line 76) | func MajorMinor(v string) string { function Prerelease (line 91) | func Prerelease(v string) string { function Build (line 102) | func Build(v string) string { function Compare (line 116) | func Compare(v, w string) int { function Max (line 145) | func Max(v, w string) string { type ByVersion (line 155) | type ByVersion method Len (line 157) | func (vs ByVersion) Len() int { return len(vs) } method Swap (line 158) | func (vs ByVersion) Swap(i, j int) { vs[i], vs[j] = vs[j], vs[i] } method Less (line 159) | func (vs ByVersion) Less(i, j int) bool { function Sort (line 168) | func Sort(list []string) { function parse (line 172) | func parse(v string) (p parsed, ok bool) { function parseInt (line 227) | func parseInt(v string) (t, rest string, ok bool) { function parsePrerelease (line 244) | func parsePrerelease(v string) (t, rest string, ok bool) { function parseBuild (line 272) | func parseBuild(v string) (t, rest string, ok bool) { function isIdentChar (line 296) | func isIdentChar(c byte) bool { function isBadNum (line 300) | func isBadNum(v string) bool { function isNum (line 308) | func isNum(v string) bool { function compareInt (line 316) | func compareInt(x, y string) int { function comparePrerelease (line 333) | func comparePrerelease(x, y string) int { function nextIdent (line 395) | func nextIdent(x string) (dx, rest string) { FILE: vendor/golang.org/x/net/bpf/asm.go function Assemble (line 14) | func Assemble(insts []Instruction) ([]RawInstruction, error) { function Disassemble (line 31) | func Disassemble(raw []RawInstruction) (insts []Instruction, allDecoded ... FILE: vendor/golang.org/x/net/bpf/constants.go type Register (line 8) | type Register constant RegA (line 13) | RegA Register = iota constant RegX (line 16) | RegX type ALUOp (line 20) | type ALUOp constant ALUOpAdd (line 24) | ALUOpAdd ALUOp = iota << 4 constant ALUOpSub (line 25) | ALUOpSub constant ALUOpMul (line 26) | ALUOpMul constant ALUOpDiv (line 27) | ALUOpDiv constant ALUOpOr (line 28) | ALUOpOr constant ALUOpAnd (line 29) | ALUOpAnd constant ALUOpShiftLeft (line 30) | ALUOpShiftLeft constant ALUOpShiftRight (line 31) | ALUOpShiftRight constant aluOpNeg (line 32) | aluOpNeg constant ALUOpMod (line 33) | ALUOpMod constant ALUOpXor (line 34) | ALUOpXor type JumpTest (line 38) | type JumpTest constant JumpEqual (line 44) | JumpEqual JumpTest = iota constant JumpNotEqual (line 46) | JumpNotEqual constant JumpGreaterThan (line 48) | JumpGreaterThan constant JumpLessThan (line 50) | JumpLessThan constant JumpGreaterOrEqual (line 52) | JumpGreaterOrEqual constant JumpLessOrEqual (line 54) | JumpLessOrEqual constant JumpBitsSet (line 56) | JumpBitsSet constant JumpBitsNotSet (line 58) | JumpBitsNotSet type Extension (line 70) | type Extension constant extOffset (line 76) | extOffset = -0x1000 constant ExtLen (line 78) | ExtLen Extension = 1 constant ExtProto (line 80) | ExtProto Extension = 0 constant ExtType (line 85) | ExtType Extension = 4 constant ExtPayloadOffset (line 89) | ExtPayloadOffset Extension = 52 constant ExtInterfaceIndex (line 92) | ExtInterfaceIndex Extension = 8 constant ExtNetlinkAttr (line 95) | ExtNetlinkAttr Extension = 12 constant ExtNetlinkAttrNested (line 98) | ExtNetlinkAttrNested Extension = 16 constant ExtMark (line 100) | ExtMark Extension = 20 constant ExtQueue (line 102) | ExtQueue Extension = 24 constant ExtLinkLayerType (line 105) | ExtLinkLayerType Extension = 28 constant ExtRXHash (line 109) | ExtRXHash Extension = 32 constant ExtCPUID (line 112) | ExtCPUID Extension = 36 constant ExtVLANTag (line 114) | ExtVLANTag Extension = 44 constant ExtVLANTagPresent (line 121) | ExtVLANTagPresent Extension = 48 constant ExtVLANProto (line 125) | ExtVLANProto Extension = 60 constant ExtRand (line 127) | ExtRand Extension = 56 constant opMaskCls (line 133) | opMaskCls uint16 = 0x7 constant opMaskLoadDest (line 135) | opMaskLoadDest = 0x01 constant opMaskLoadWidth (line 136) | opMaskLoadWidth = 0x18 constant opMaskLoadMode (line 137) | opMaskLoadMode = 0xe0 constant opMaskOperand (line 139) | opMaskOperand = 0x08 constant opMaskOperator (line 140) | opMaskOperator = 0xf0 constant opClsLoadA (line 147) | opClsLoadA uint16 = iota constant opClsLoadX (line 151) | opClsLoadX constant opClsStoreA (line 155) | opClsStoreA constant opClsStoreX (line 159) | opClsStoreX constant opClsALU (line 163) | opClsALU constant opClsJump (line 167) | opClsJump constant opClsReturn (line 171) | opClsReturn constant opClsMisc (line 175) | opClsMisc constant opAddrModeImmediate (line 179) | opAddrModeImmediate uint16 = iota << 5 constant opAddrModeAbsolute (line 180) | opAddrModeAbsolute constant opAddrModeIndirect (line 181) | opAddrModeIndirect constant opAddrModeScratch (line 182) | opAddrModeScratch constant opAddrModePacketLen (line 183) | opAddrModePacketLen constant opAddrModeMemShift (line 184) | opAddrModeMemShift constant opLoadWidth4 (line 188) | opLoadWidth4 uint16 = iota << 3 constant opLoadWidth2 (line 189) | opLoadWidth2 constant opLoadWidth1 (line 190) | opLoadWidth1 type opOperand (line 194) | type opOperand constant opOperandConstant (line 198) | opOperandConstant opOperand = iota << 3 constant opOperandX (line 199) | opOperandX type jumpOp (line 203) | type jumpOp constant opJumpAlways (line 207) | opJumpAlways jumpOp = iota << 4 constant opJumpEqual (line 208) | opJumpEqual constant opJumpGT (line 209) | opJumpGT constant opJumpGE (line 210) | opJumpGE constant opJumpSet (line 211) | opJumpSet constant opRetSrcConstant (line 215) | opRetSrcConstant uint16 = iota << 4 constant opRetSrcA (line 216) | opRetSrcA constant opMiscTAX (line 220) | opMiscTAX = 0x00 constant opMiscTXA (line 221) | opMiscTXA = 0x80 FILE: vendor/golang.org/x/net/bpf/instructions.go type Instruction (line 11) | type Instruction interface type RawInstruction (line 17) | type RawInstruction struct method Assemble (line 29) | func (ri RawInstruction) Assemble() (RawInstruction, error) { return r... method Disassemble (line 33) | func (ri RawInstruction) Disassemble() Instruction { function jumpOpToTest (line 149) | func jumpOpToTest(op jumpOp, skipTrue uint8, skipFalse uint8) (JumpTest,... type LoadConstant (line 185) | type LoadConstant struct method Assemble (line 191) | func (a LoadConstant) Assemble() (RawInstruction, error) { method String (line 196) | func (a LoadConstant) String() string { type LoadScratch (line 208) | type LoadScratch struct method Assemble (line 214) | func (a LoadScratch) Assemble() (RawInstruction, error) { method String (line 222) | func (a LoadScratch) String() string { type LoadAbsolute (line 235) | type LoadAbsolute struct method Assemble (line 241) | func (a LoadAbsolute) Assemble() (RawInstruction, error) { method String (line 246) | func (a LoadAbsolute) String() string { type LoadIndirect (line 264) | type LoadIndirect struct method Assemble (line 270) | func (a LoadIndirect) Assemble() (RawInstruction, error) { method String (line 275) | func (a LoadIndirect) String() string { type LoadMemShift (line 294) | type LoadMemShift struct method Assemble (line 299) | func (a LoadMemShift) Assemble() (RawInstruction, error) { method String (line 304) | func (a LoadMemShift) String() string { type LoadExtension (line 310) | type LoadExtension struct method Assemble (line 315) | func (a LoadExtension) Assemble() (RawInstruction, error) { method String (line 323) | func (a LoadExtension) String() string { type StoreScratch (line 363) | type StoreScratch struct method Assemble (line 369) | func (a StoreScratch) Assemble() (RawInstruction, error) { method String (line 390) | func (a StoreScratch) String() string { type ALUOpConstant (line 402) | type ALUOpConstant struct method Assemble (line 408) | func (a ALUOpConstant) Assemble() (RawInstruction, error) { method String (line 416) | func (a ALUOpConstant) String() string { type ALUOpX (line 444) | type ALUOpX struct method Assemble (line 449) | func (a ALUOpX) Assemble() (RawInstruction, error) { method String (line 456) | func (a ALUOpX) String() string { type NegateA (line 484) | type NegateA struct method Assemble (line 487) | func (a NegateA) Assemble() (RawInstruction, error) { method String (line 494) | func (a NegateA) String() string { type Jump (line 499) | type Jump struct method Assemble (line 504) | func (a Jump) Assemble() (RawInstruction, error) { method String (line 512) | func (a Jump) String() string { type JumpIf (line 518) | type JumpIf struct method Assemble (line 526) | func (a JumpIf) Assemble() (RawInstruction, error) { method String (line 531) | func (a JumpIf) String() string { type JumpIfX (line 537) | type JumpIfX struct method Assemble (line 544) | func (a JumpIfX) Assemble() (RawInstruction, error) { method String (line 549) | func (a JumpIfX) String() string { function jumpToRaw (line 554) | func jumpToRaw(test JumpTest, operand opOperand, k uint32, skipTrue, ski... function jumpToString (line 592) | func jumpToString(cond JumpTest, operand string, skipTrue, skipFalse uin... function conditionalJump (line 626) | func conditionalJump(operand string, skipTrue, skipFalse uint8, positive... type RetA (line 637) | type RetA struct method Assemble (line 640) | func (a RetA) Assemble() (RawInstruction, error) { method String (line 647) | func (a RetA) String() string { type RetConstant (line 652) | type RetConstant struct method Assemble (line 657) | func (a RetConstant) Assemble() (RawInstruction, error) { method String (line 665) | func (a RetConstant) String() string { type TXA (line 670) | type TXA struct method Assemble (line 673) | func (a TXA) Assemble() (RawInstruction, error) { method String (line 680) | func (a TXA) String() string { type TAX (line 685) | type TAX struct method Assemble (line 688) | func (a TAX) Assemble() (RawInstruction, error) { method String (line 695) | func (a TAX) String() string { function assembleLoad (line 699) | func assembleLoad(dst Register, loadSize int, mode uint16, k uint32) (Ra... FILE: vendor/golang.org/x/net/bpf/setter.go type Setter (line 8) | type Setter interface FILE: vendor/golang.org/x/net/bpf/vm.go type VM (line 13) | type VM struct method Run (line 85) | func (v *VM) Run(in []byte) (int, error) { function NewVM (line 18) | func NewVM(filter []Instruction) (*VM, error) { FILE: vendor/golang.org/x/net/bpf/vm_instructions.go function aluOpConstant (line 12) | func aluOpConstant(ins ALUOpConstant, regA uint32) uint32 { function aluOpX (line 16) | func aluOpX(ins ALUOpX, regA uint32, regX uint32) (uint32, bool) { function aluOpCommon (line 29) | func aluOpCommon(op ALUOp, regA uint32, value uint32) uint32 { function jumpIf (line 58) | func jumpIf(ins JumpIf, regA uint32) int { function jumpIfX (line 62) | func jumpIfX(ins JumpIfX, regA uint32, regX uint32) int { function jumpIfCommon (line 66) | func jumpIfCommon(cond JumpTest, skipTrue, skipFalse uint8, regA uint32,... function loadAbsolute (line 95) | func loadAbsolute(ins LoadAbsolute, in []byte) (uint32, bool) { function loadConstant (line 102) | func loadConstant(ins LoadConstant, regA uint32, regX uint32) (uint32, u... function loadExtension (line 113) | func loadExtension(ins LoadExtension, in []byte) uint32 { function loadIndirect (line 122) | func loadIndirect(ins LoadIndirect, in []byte, regX uint32) (uint32, boo... function loadMemShift (line 129) | func loadMemShift(ins LoadMemShift, in []byte) (uint32, bool) { function inBounds (line 141) | func inBounds(inLen int, offset int, size int) bool { function loadCommon (line 145) | func loadCommon(in []byte, offset int, size int) (uint32, bool) { function loadScratch (line 162) | func loadScratch(ins LoadScratch, regScratch [16]uint32, regA uint32, re... function storeScratch (line 173) | func storeScratch(ins StoreScratch, regScratch [16]uint32, regA uint32, ... FILE: vendor/golang.org/x/net/context/context.go function Background (line 68) | func Background() Context { function TODO (line 76) | func TODO() Context { function WithCancel (line 98) | func WithCancel(parent Context) (ctx Context, cancel CancelFunc) { function WithDeadline (line 111) | func WithDeadline(parent Context, d time.Time) (Context, CancelFunc) { function WithTimeout (line 125) | func WithTimeout(parent Context, timeout time.Duration) (Context, Cancel... function WithValue (line 142) | func WithValue(parent Context, key, val interface{}) Context { FILE: vendor/golang.org/x/net/http/httpguts/guts.go function ValidTrailerHeader (line 20) | func ValidTrailerHeader(name string) bool { FILE: vendor/golang.org/x/net/http/httpguts/httplex.go function IsTokenRune (line 95) | func IsTokenRune(r rune) bool { function HeaderValuesContainsToken (line 101) | func HeaderValuesContainsToken(values []string, token string) bool { function isOWS (line 112) | func isOWS(b byte) bool { return b == ' ' || b == '\t' } function trimOWS (line 116) | func trimOWS(x string) string { function headerValueContainsToken (line 134) | func headerValueContainsToken(v string, token string) bool { function lowerASCII (line 145) | func lowerASCII(b byte) byte { function tokenEqual (line 153) | func tokenEqual(t1, t2 string) bool { function isLWS (line 173) | func isLWS(b byte) bool { return b == ' ' || b == '\t' } function isCTL (line 180) | func isCTL(b byte) bool { function ValidHeaderFieldName (line 196) | func ValidHeaderFieldName(v string) bool { function ValidHostHeader (line 209) | func ValidHostHeader(h string) bool { function ValidHeaderFieldValue (line 303) | func ValidHeaderFieldValue(v string) bool { function isASCII (line 313) | func isASCII(s string) bool { function PunycodeHostPort (line 324) | func PunycodeHostPort(v string) (string, error) { FILE: vendor/golang.org/x/net/http2/ascii.go function asciiEqualFold (line 15) | func asciiEqualFold(s, t string) bool { function lower (line 28) | func lower(b byte) byte { function isASCIIPrint (line 37) | func isASCIIPrint(s string) bool { function asciiToLower (line 48) | func asciiToLower(s string) (lower string, ok bool) { FILE: vendor/golang.org/x/net/http2/ciphers.go constant cipher_TLS_NULL_WITH_NULL_NULL (line 11) | cipher_TLS_NULL_WITH_NULL_NULL uint16 = 0x0000 constant cipher_TLS_RSA_WITH_NULL_MD5 (line 12) | cipher_TLS_RSA_WITH_NULL_MD5 uint16 = 0x0001 constant cipher_TLS_RSA_WITH_NULL_SHA (line 13) | cipher_TLS_RSA_WITH_NULL_SHA uint16 = 0x0002 constant cipher_TLS_RSA_EXPORT_WITH_RC4_40_MD5 (line 14) | cipher_TLS_RSA_EXPORT_WITH_RC4_40_MD5 uint16 = 0x0003 constant cipher_TLS_RSA_WITH_RC4_128_MD5 (line 15) | cipher_TLS_RSA_WITH_RC4_128_MD5 uint16 = 0x0004 constant cipher_TLS_RSA_WITH_RC4_128_SHA (line 16) | cipher_TLS_RSA_WITH_RC4_128_SHA uint16 = 0x0005 constant cipher_TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 (line 17) | cipher_TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 uint16 = 0x0006 constant cipher_TLS_RSA_WITH_IDEA_CBC_SHA (line 18) | cipher_TLS_RSA_WITH_IDEA_CBC_SHA uint16 = 0x0007 constant cipher_TLS_RSA_EXPORT_WITH_DES40_CBC_SHA (line 19) | cipher_TLS_RSA_EXPORT_WITH_DES40_CBC_SHA uint16 = 0x0008 constant cipher_TLS_RSA_WITH_DES_CBC_SHA (line 20) | cipher_TLS_RSA_WITH_DES_CBC_SHA uint16 = 0x0009 constant cipher_TLS_RSA_WITH_3DES_EDE_CBC_SHA (line 21) | cipher_TLS_RSA_WITH_3DES_EDE_CBC_SHA uint16 = 0x000A constant cipher_TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA (line 22) | cipher_TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA uint16 = 0x000B constant cipher_TLS_DH_DSS_WITH_DES_CBC_SHA (line 23) | cipher_TLS_DH_DSS_WITH_DES_CBC_SHA uint16 = 0x000C constant cipher_TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA (line 24) | cipher_TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA uint16 = 0x000D constant cipher_TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA (line 25) | cipher_TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA uint16 = 0x000E constant cipher_TLS_DH_RSA_WITH_DES_CBC_SHA (line 26) | cipher_TLS_DH_RSA_WITH_DES_CBC_SHA uint16 = 0x000F constant cipher_TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA (line 27) | cipher_TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA uint16 = 0x0010 constant cipher_TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA (line 28) | cipher_TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA uint16 = 0x0011 constant cipher_TLS_DHE_DSS_WITH_DES_CBC_SHA (line 29) | cipher_TLS_DHE_DSS_WITH_DES_CBC_SHA uint16 = 0x0012 constant cipher_TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA (line 30) | cipher_TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA uint16 = 0x0013 constant cipher_TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA (line 31) | cipher_TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA uint16 = 0x0014 constant cipher_TLS_DHE_RSA_WITH_DES_CBC_SHA (line 32) | cipher_TLS_DHE_RSA_WITH_DES_CBC_SHA uint16 = 0x0015 constant cipher_TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA (line 33) | cipher_TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA uint16 = 0x0016 constant cipher_TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 (line 34) | cipher_TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 uint16 = 0x0017 constant cipher_TLS_DH_anon_WITH_RC4_128_MD5 (line 35) | cipher_TLS_DH_anon_WITH_RC4_128_MD5 uint16 = 0x0018 constant cipher_TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA (line 36) | cipher_TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA uint16 = 0x0019 constant cipher_TLS_DH_anon_WITH_DES_CBC_SHA (line 37) | cipher_TLS_DH_anon_WITH_DES_CBC_SHA uint16 = 0x001A constant cipher_TLS_DH_anon_WITH_3DES_EDE_CBC_SHA (line 38) | cipher_TLS_DH_anon_WITH_3DES_EDE_CBC_SHA uint16 = 0x001B constant cipher_TLS_KRB5_WITH_DES_CBC_SHA (line 40) | cipher_TLS_KRB5_WITH_DES_CBC_SHA uint16 = 0x001E constant cipher_TLS_KRB5_WITH_3DES_EDE_CBC_SHA (line 41) | cipher_TLS_KRB5_WITH_3DES_EDE_CBC_SHA uint16 = 0x001F constant cipher_TLS_KRB5_WITH_RC4_128_SHA (line 42) | cipher_TLS_KRB5_WITH_RC4_128_SHA uint16 = 0x0020 constant cipher_TLS_KRB5_WITH_IDEA_CBC_SHA (line 43) | cipher_TLS_KRB5_WITH_IDEA_CBC_SHA uint16 = 0x0021 constant cipher_TLS_KRB5_WITH_DES_CBC_MD5 (line 44) | cipher_TLS_KRB5_WITH_DES_CBC_MD5 uint16 = 0x0022 constant cipher_TLS_KRB5_WITH_3DES_EDE_CBC_MD5 (line 45) | cipher_TLS_KRB5_WITH_3DES_EDE_CBC_MD5 uint16 = 0x0023 constant cipher_TLS_KRB5_WITH_RC4_128_MD5 (line 46) | cipher_TLS_KRB5_WITH_RC4_128_MD5 uint16 = 0x0024 constant cipher_TLS_KRB5_WITH_IDEA_CBC_MD5 (line 47) | cipher_TLS_KRB5_WITH_IDEA_CBC_MD5 uint16 = 0x0025 constant cipher_TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA (line 48) | cipher_TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA uint16 = 0x0026 constant cipher_TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA (line 49) | cipher_TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA uint16 = 0x0027 constant cipher_TLS_KRB5_EXPORT_WITH_RC4_40_SHA (line 50) | cipher_TLS_KRB5_EXPORT_WITH_RC4_40_SHA uint16 = 0x0028 constant cipher_TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 (line 51) | cipher_TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 uint16 = 0x0029 constant cipher_TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5 (line 52) | cipher_TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5 uint16 = 0x002A constant cipher_TLS_KRB5_EXPORT_WITH_RC4_40_MD5 (line 53) | cipher_TLS_KRB5_EXPORT_WITH_RC4_40_MD5 uint16 = 0x002B constant cipher_TLS_PSK_WITH_NULL_SHA (line 54) | cipher_TLS_PSK_WITH_NULL_SHA uint16 = 0x002C constant cipher_TLS_DHE_PSK_WITH_NULL_SHA (line 55) | cipher_TLS_DHE_PSK_WITH_NULL_SHA uint16 = 0x002D constant cipher_TLS_RSA_PSK_WITH_NULL_SHA (line 56) | cipher_TLS_RSA_PSK_WITH_NULL_SHA uint16 = 0x002E constant cipher_TLS_RSA_WITH_AES_128_CBC_SHA (line 57) | cipher_TLS_RSA_WITH_AES_128_CBC_SHA uint16 = 0x002F constant cipher_TLS_DH_DSS_WITH_AES_128_CBC_SHA (line 58) | cipher_TLS_DH_DSS_WITH_AES_128_CBC_SHA uint16 = 0x0030 constant cipher_TLS_DH_RSA_WITH_AES_128_CBC_SHA (line 59) | cipher_TLS_DH_RSA_WITH_AES_128_CBC_SHA uint16 = 0x0031 constant cipher_TLS_DHE_DSS_WITH_AES_128_CBC_SHA (line 60) | cipher_TLS_DHE_DSS_WITH_AES_128_CBC_SHA uint16 = 0x0032 constant cipher_TLS_DHE_RSA_WITH_AES_128_CBC_SHA (line 61) | cipher_TLS_DHE_RSA_WITH_AES_128_CBC_SHA uint16 = 0x0033 constant cipher_TLS_DH_anon_WITH_AES_128_CBC_SHA (line 62) | cipher_TLS_DH_anon_WITH_AES_128_CBC_SHA uint16 = 0x0034 constant cipher_TLS_RSA_WITH_AES_256_CBC_SHA (line 63) | cipher_TLS_RSA_WITH_AES_256_CBC_SHA uint16 = 0x0035 constant cipher_TLS_DH_DSS_WITH_AES_256_CBC_SHA (line 64) | cipher_TLS_DH_DSS_WITH_AES_256_CBC_SHA uint16 = 0x0036 constant cipher_TLS_DH_RSA_WITH_AES_256_CBC_SHA (line 65) | cipher_TLS_DH_RSA_WITH_AES_256_CBC_SHA uint16 = 0x0037 constant cipher_TLS_DHE_DSS_WITH_AES_256_CBC_SHA (line 66) | cipher_TLS_DHE_DSS_WITH_AES_256_CBC_SHA uint16 = 0x0038 constant cipher_TLS_DHE_RSA_WITH_AES_256_CBC_SHA (line 67) | cipher_TLS_DHE_RSA_WITH_AES_256_CBC_SHA uint16 = 0x0039 constant cipher_TLS_DH_anon_WITH_AES_256_CBC_SHA (line 68) | cipher_TLS_DH_anon_WITH_AES_256_CBC_SHA uint16 = 0x003A constant cipher_TLS_RSA_WITH_NULL_SHA256 (line 69) | cipher_TLS_RSA_WITH_NULL_SHA256 uint16 = 0x003B constant cipher_TLS_RSA_WITH_AES_128_CBC_SHA256 (line 70) | cipher_TLS_RSA_WITH_AES_128_CBC_SHA256 uint16 = 0x003C constant cipher_TLS_RSA_WITH_AES_256_CBC_SHA256 (line 71) | cipher_TLS_RSA_WITH_AES_256_CBC_SHA256 uint16 = 0x003D constant cipher_TLS_DH_DSS_WITH_AES_128_CBC_SHA256 (line 72) | cipher_TLS_DH_DSS_WITH_AES_128_CBC_SHA256 uint16 = 0x003E constant cipher_TLS_DH_RSA_WITH_AES_128_CBC_SHA256 (line 73) | cipher_TLS_DH_RSA_WITH_AES_128_CBC_SHA256 uint16 = 0x003F constant cipher_TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 (line 74) | cipher_TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 uint16 = 0x0040 constant cipher_TLS_RSA_WITH_CAMELLIA_128_CBC_SHA (line 75) | cipher_TLS_RSA_WITH_CAMELLIA_128_CBC_SHA uint16 = 0x0041 constant cipher_TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA (line 76) | cipher_TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA uint16 = 0x0042 constant cipher_TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA (line 77) | cipher_TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA uint16 = 0x0043 constant cipher_TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA (line 78) | cipher_TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA uint16 = 0x0044 constant cipher_TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA (line 79) | cipher_TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA uint16 = 0x0045 constant cipher_TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA (line 80) | cipher_TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA uint16 = 0x0046 constant cipher_TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 (line 86) | cipher_TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 uint16 = 0x0067 constant cipher_TLS_DH_DSS_WITH_AES_256_CBC_SHA256 (line 87) | cipher_TLS_DH_DSS_WITH_AES_256_CBC_SHA256 uint16 = 0x0068 constant cipher_TLS_DH_RSA_WITH_AES_256_CBC_SHA256 (line 88) | cipher_TLS_DH_RSA_WITH_AES_256_CBC_SHA256 uint16 = 0x0069 constant cipher_TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 (line 89) | cipher_TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 uint16 = 0x006A constant cipher_TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 (line 90) | cipher_TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 uint16 = 0x006B constant cipher_TLS_DH_anon_WITH_AES_128_CBC_SHA256 (line 91) | cipher_TLS_DH_anon_WITH_AES_128_CBC_SHA256 uint16 = 0x006C constant cipher_TLS_DH_anon_WITH_AES_256_CBC_SHA256 (line 92) | cipher_TLS_DH_anon_WITH_AES_256_CBC_SHA256 uint16 = 0x006D constant cipher_TLS_RSA_WITH_CAMELLIA_256_CBC_SHA (line 94) | cipher_TLS_RSA_WITH_CAMELLIA_256_CBC_SHA uint16 = 0x0084 constant cipher_TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA (line 95) | cipher_TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA uint16 = 0x0085 constant cipher_TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA (line 96) | cipher_TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA uint16 = 0x0086 constant cipher_TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA (line 97) | cipher_TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA uint16 = 0x0087 constant cipher_TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA (line 98) | cipher_TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA uint16 = 0x0088 constant cipher_TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA (line 99) | cipher_TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA uint16 = 0x0089 constant cipher_TLS_PSK_WITH_RC4_128_SHA (line 100) | cipher_TLS_PSK_WITH_RC4_128_SHA uint16 = 0x008A constant cipher_TLS_PSK_WITH_3DES_EDE_CBC_SHA (line 101) | cipher_TLS_PSK_WITH_3DES_EDE_CBC_SHA uint16 = 0x008B constant cipher_TLS_PSK_WITH_AES_128_CBC_SHA (line 102) | cipher_TLS_PSK_WITH_AES_128_CBC_SHA uint16 = 0x008C constant cipher_TLS_PSK_WITH_AES_256_CBC_SHA (line 103) | cipher_TLS_PSK_WITH_AES_256_CBC_SHA uint16 = 0x008D constant cipher_TLS_DHE_PSK_WITH_RC4_128_SHA (line 104) | cipher_TLS_DHE_PSK_WITH_RC4_128_SHA uint16 = 0x008E constant cipher_TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA (line 105) | cipher_TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA uint16 = 0x008F constant cipher_TLS_DHE_PSK_WITH_AES_128_CBC_SHA (line 106) | cipher_TLS_DHE_PSK_WITH_AES_128_CBC_SHA uint16 = 0x0090 constant cipher_TLS_DHE_PSK_WITH_AES_256_CBC_SHA (line 107) | cipher_TLS_DHE_PSK_WITH_AES_256_CBC_SHA uint16 = 0x0091 constant cipher_TLS_RSA_PSK_WITH_RC4_128_SHA (line 108) | cipher_TLS_RSA_PSK_WITH_RC4_128_SHA uint16 = 0x0092 constant cipher_TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA (line 109) | cipher_TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA uint16 = 0x0093 constant cipher_TLS_RSA_PSK_WITH_AES_128_CBC_SHA (line 110) | cipher_TLS_RSA_PSK_WITH_AES_128_CBC_SHA uint16 = 0x0094 constant cipher_TLS_RSA_PSK_WITH_AES_256_CBC_SHA (line 111) | cipher_TLS_RSA_PSK_WITH_AES_256_CBC_SHA uint16 = 0x0095 constant cipher_TLS_RSA_WITH_SEED_CBC_SHA (line 112) | cipher_TLS_RSA_WITH_SEED_CBC_SHA uint16 = 0x0096 constant cipher_TLS_DH_DSS_WITH_SEED_CBC_SHA (line 113) | cipher_TLS_DH_DSS_WITH_SEED_CBC_SHA uint16 = 0x0097 constant cipher_TLS_DH_RSA_WITH_SEED_CBC_SHA (line 114) | cipher_TLS_DH_RSA_WITH_SEED_CBC_SHA uint16 = 0x0098 constant cipher_TLS_DHE_DSS_WITH_SEED_CBC_SHA (line 115) | cipher_TLS_DHE_DSS_WITH_SEED_CBC_SHA uint16 = 0x0099 constant cipher_TLS_DHE_RSA_WITH_SEED_CBC_SHA (line 116) | cipher_TLS_DHE_RSA_WITH_SEED_CBC_SHA uint16 = 0x009A constant cipher_TLS_DH_anon_WITH_SEED_CBC_SHA (line 117) | cipher_TLS_DH_anon_WITH_SEED_CBC_SHA uint16 = 0x009B constant cipher_TLS_RSA_WITH_AES_128_GCM_SHA256 (line 118) | cipher_TLS_RSA_WITH_AES_128_GCM_SHA256 uint16 = 0x009C constant cipher_TLS_RSA_WITH_AES_256_GCM_SHA384 (line 119) | cipher_TLS_RSA_WITH_AES_256_GCM_SHA384 uint16 = 0x009D constant cipher_TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 (line 120) | cipher_TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 uint16 = 0x009E constant cipher_TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 (line 121) | cipher_TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 uint16 = 0x009F constant cipher_TLS_DH_RSA_WITH_AES_128_GCM_SHA256 (line 122) | cipher_TLS_DH_RSA_WITH_AES_128_GCM_SHA256 uint16 = 0x00A0 constant cipher_TLS_DH_RSA_WITH_AES_256_GCM_SHA384 (line 123) | cipher_TLS_DH_RSA_WITH_AES_256_GCM_SHA384 uint16 = 0x00A1 constant cipher_TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 (line 124) | cipher_TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 uint16 = 0x00A2 constant cipher_TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 (line 125) | cipher_TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 uint16 = 0x00A3 constant cipher_TLS_DH_DSS_WITH_AES_128_GCM_SHA256 (line 126) | cipher_TLS_DH_DSS_WITH_AES_128_GCM_SHA256 uint16 = 0x00A4 constant cipher_TLS_DH_DSS_WITH_AES_256_GCM_SHA384 (line 127) | cipher_TLS_DH_DSS_WITH_AES_256_GCM_SHA384 uint16 = 0x00A5 constant cipher_TLS_DH_anon_WITH_AES_128_GCM_SHA256 (line 128) | cipher_TLS_DH_anon_WITH_AES_128_GCM_SHA256 uint16 = 0x00A6 constant cipher_TLS_DH_anon_WITH_AES_256_GCM_SHA384 (line 129) | cipher_TLS_DH_anon_WITH_AES_256_GCM_SHA384 uint16 = 0x00A7 constant cipher_TLS_PSK_WITH_AES_128_GCM_SHA256 (line 130) | cipher_TLS_PSK_WITH_AES_128_GCM_SHA256 uint16 = 0x00A8 constant cipher_TLS_PSK_WITH_AES_256_GCM_SHA384 (line 131) | cipher_TLS_PSK_WITH_AES_256_GCM_SHA384 uint16 = 0x00A9 constant cipher_TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 (line 132) | cipher_TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 uint16 = 0x00AA constant cipher_TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 (line 133) | cipher_TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 uint16 = 0x00AB constant cipher_TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 (line 134) | cipher_TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 uint16 = 0x00AC constant cipher_TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 (line 135) | cipher_TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 uint16 = 0x00AD constant cipher_TLS_PSK_WITH_AES_128_CBC_SHA256 (line 136) | cipher_TLS_PSK_WITH_AES_128_CBC_SHA256 uint16 = 0x00AE constant cipher_TLS_PSK_WITH_AES_256_CBC_SHA384 (line 137) | cipher_TLS_PSK_WITH_AES_256_CBC_SHA384 uint16 = 0x00AF constant cipher_TLS_PSK_WITH_NULL_SHA256 (line 138) | cipher_TLS_PSK_WITH_NULL_SHA256 uint16 = 0x00B0 constant cipher_TLS_PSK_WITH_NULL_SHA384 (line 139) | cipher_TLS_PSK_WITH_NULL_SHA384 uint16 = 0x00B1 constant cipher_TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 (line 140) | cipher_TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 uint16 = 0x00B2 constant cipher_TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 (line 141) | cipher_TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 uint16 = 0x00B3 constant cipher_TLS_DHE_PSK_WITH_NULL_SHA256 (line 142) | cipher_TLS_DHE_PSK_WITH_NULL_SHA256 uint16 = 0x00B4 constant cipher_TLS_DHE_PSK_WITH_NULL_SHA384 (line 143) | cipher_TLS_DHE_PSK_WITH_NULL_SHA384 uint16 = 0x00B5 constant cipher_TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 (line 144) | cipher_TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 uint16 = 0x00B6 constant cipher_TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 (line 145) | cipher_TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 uint16 = 0x00B7 constant cipher_TLS_RSA_PSK_WITH_NULL_SHA256 (line 146) | cipher_TLS_RSA_PSK_WITH_NULL_SHA256 uint16 = 0x00B8 constant cipher_TLS_RSA_PSK_WITH_NULL_SHA384 (line 147) | cipher_TLS_RSA_PSK_WITH_NULL_SHA384 uint16 = 0x00B9 constant cipher_TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 (line 148) | cipher_TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0x00BA constant cipher_TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 (line 149) | cipher_TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0x00BB constant cipher_TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 (line 150) | cipher_TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0x00BC constant cipher_TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 (line 151) | cipher_TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0x00BD constant cipher_TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 (line 152) | cipher_TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0x00BE constant cipher_TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 (line 153) | cipher_TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0x00BF constant cipher_TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 (line 154) | cipher_TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 uint16 = 0x00C0 constant cipher_TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 (line 155) | cipher_TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 uint16 = 0x00C1 constant cipher_TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 (line 156) | cipher_TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 uint16 = 0x00C2 constant cipher_TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 (line 157) | cipher_TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 uint16 = 0x00C3 constant cipher_TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 (line 158) | cipher_TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 uint16 = 0x00C4 constant cipher_TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 (line 159) | cipher_TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 uint16 = 0x00C5 constant cipher_TLS_EMPTY_RENEGOTIATION_INFO_SCSV (line 161) | cipher_TLS_EMPTY_RENEGOTIATION_INFO_SCSV uint16 = 0x00FF constant cipher_TLS_FALLBACK_SCSV (line 163) | cipher_TLS_FALLBACK_SCSV uint16 = 0x5600 constant cipher_TLS_ECDH_ECDSA_WITH_NULL_SHA (line 165) | cipher_TLS_ECDH_ECDSA_WITH_NULL_SHA uint16 = 0xC001 constant cipher_TLS_ECDH_ECDSA_WITH_RC4_128_SHA (line 166) | cipher_TLS_ECDH_ECDSA_WITH_RC4_128_SHA uint16 = 0xC002 constant cipher_TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA (line 167) | cipher_TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA uint16 = 0xC003 constant cipher_TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA (line 168) | cipher_TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA uint16 = 0xC004 constant cipher_TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA (line 169) | cipher_TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA uint16 = 0xC005 constant cipher_TLS_ECDHE_ECDSA_WITH_NULL_SHA (line 170) | cipher_TLS_ECDHE_ECDSA_WITH_NULL_SHA uint16 = 0xC006 constant cipher_TLS_ECDHE_ECDSA_WITH_RC4_128_SHA (line 171) | cipher_TLS_ECDHE_ECDSA_WITH_RC4_128_SHA uint16 = 0xC007 constant cipher_TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA (line 172) | cipher_TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA uint16 = 0xC008 constant cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA (line 173) | cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA uint16 = 0xC009 constant cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA (line 174) | cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA uint16 = 0xC00A constant cipher_TLS_ECDH_RSA_WITH_NULL_SHA (line 175) | cipher_TLS_ECDH_RSA_WITH_NULL_SHA uint16 = 0xC00B constant cipher_TLS_ECDH_RSA_WITH_RC4_128_SHA (line 176) | cipher_TLS_ECDH_RSA_WITH_RC4_128_SHA uint16 = 0xC00C constant cipher_TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA (line 177) | cipher_TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA uint16 = 0xC00D constant cipher_TLS_ECDH_RSA_WITH_AES_128_CBC_SHA (line 178) | cipher_TLS_ECDH_RSA_WITH_AES_128_CBC_SHA uint16 = 0xC00E constant cipher_TLS_ECDH_RSA_WITH_AES_256_CBC_SHA (line 179) | cipher_TLS_ECDH_RSA_WITH_AES_256_CBC_SHA uint16 = 0xC00F constant cipher_TLS_ECDHE_RSA_WITH_NULL_SHA (line 180) | cipher_TLS_ECDHE_RSA_WITH_NULL_SHA uint16 = 0xC010 constant cipher_TLS_ECDHE_RSA_WITH_RC4_128_SHA (line 181) | cipher_TLS_ECDHE_RSA_WITH_RC4_128_SHA uint16 = 0xC011 constant cipher_TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA (line 182) | cipher_TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA uint16 = 0xC012 constant cipher_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA (line 183) | cipher_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA uint16 = 0xC013 constant cipher_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA (line 184) | cipher_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA uint16 = 0xC014 constant cipher_TLS_ECDH_anon_WITH_NULL_SHA (line 185) | cipher_TLS_ECDH_anon_WITH_NULL_SHA uint16 = 0xC015 constant cipher_TLS_ECDH_anon_WITH_RC4_128_SHA (line 186) | cipher_TLS_ECDH_anon_WITH_RC4_128_SHA uint16 = 0xC016 constant cipher_TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA (line 187) | cipher_TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA uint16 = 0xC017 constant cipher_TLS_ECDH_anon_WITH_AES_128_CBC_SHA (line 188) | cipher_TLS_ECDH_anon_WITH_AES_128_CBC_SHA uint16 = 0xC018 constant cipher_TLS_ECDH_anon_WITH_AES_256_CBC_SHA (line 189) | cipher_TLS_ECDH_anon_WITH_AES_256_CBC_SHA uint16 = 0xC019 constant cipher_TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA (line 190) | cipher_TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA uint16 = 0xC01A constant cipher_TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA (line 191) | cipher_TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA uint16 = 0xC01B constant cipher_TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA (line 192) | cipher_TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA uint16 = 0xC01C constant cipher_TLS_SRP_SHA_WITH_AES_128_CBC_SHA (line 193) | cipher_TLS_SRP_SHA_WITH_AES_128_CBC_SHA uint16 = 0xC01D constant cipher_TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA (line 194) | cipher_TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA uint16 = 0xC01E constant cipher_TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA (line 195) | cipher_TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA uint16 = 0xC01F constant cipher_TLS_SRP_SHA_WITH_AES_256_CBC_SHA (line 196) | cipher_TLS_SRP_SHA_WITH_AES_256_CBC_SHA uint16 = 0xC020 constant cipher_TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA (line 197) | cipher_TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA uint16 = 0xC021 constant cipher_TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA (line 198) | cipher_TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA uint16 = 0xC022 constant cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 (line 199) | cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 uint16 = 0xC023 constant cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 (line 200) | cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 uint16 = 0xC024 constant cipher_TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 (line 201) | cipher_TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 uint16 = 0xC025 constant cipher_TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 (line 202) | cipher_TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 uint16 = 0xC026 constant cipher_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 (line 203) | cipher_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 uint16 = 0xC027 constant cipher_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 (line 204) | cipher_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 uint16 = 0xC028 constant cipher_TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 (line 205) | cipher_TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 uint16 = 0xC029 constant cipher_TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 (line 206) | cipher_TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 uint16 = 0xC02A constant cipher_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 (line 207) | cipher_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 uint16 = 0xC02B constant cipher_TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 (line 208) | cipher_TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 uint16 = 0xC02C constant cipher_TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 (line 209) | cipher_TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 uint16 = 0xC02D constant cipher_TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 (line 210) | cipher_TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 uint16 = 0xC02E constant cipher_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (line 211) | cipher_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 uint16 = 0xC02F constant cipher_TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (line 212) | cipher_TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 uint16 = 0xC030 constant cipher_TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 (line 213) | cipher_TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 uint16 = 0xC031 constant cipher_TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 (line 214) | cipher_TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 uint16 = 0xC032 constant cipher_TLS_ECDHE_PSK_WITH_RC4_128_SHA (line 215) | cipher_TLS_ECDHE_PSK_WITH_RC4_128_SHA uint16 = 0xC033 constant cipher_TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA (line 216) | cipher_TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA uint16 = 0xC034 constant cipher_TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA (line 217) | cipher_TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA uint16 = 0xC035 constant cipher_TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA (line 218) | cipher_TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA uint16 = 0xC036 constant cipher_TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 (line 219) | cipher_TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 uint16 = 0xC037 constant cipher_TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 (line 220) | cipher_TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 uint16 = 0xC038 constant cipher_TLS_ECDHE_PSK_WITH_NULL_SHA (line 221) | cipher_TLS_ECDHE_PSK_WITH_NULL_SHA uint16 = 0xC039 constant cipher_TLS_ECDHE_PSK_WITH_NULL_SHA256 (line 222) | cipher_TLS_ECDHE_PSK_WITH_NULL_SHA256 uint16 = 0xC03A constant cipher_TLS_ECDHE_PSK_WITH_NULL_SHA384 (line 223) | cipher_TLS_ECDHE_PSK_WITH_NULL_SHA384 uint16 = 0xC03B constant cipher_TLS_RSA_WITH_ARIA_128_CBC_SHA256 (line 224) | cipher_TLS_RSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC03C constant cipher_TLS_RSA_WITH_ARIA_256_CBC_SHA384 (line 225) | cipher_TLS_RSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC03D constant cipher_TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256 (line 226) | cipher_TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC03E constant cipher_TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384 (line 227) | cipher_TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC03F constant cipher_TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256 (line 228) | cipher_TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC040 constant cipher_TLS_DH_RSA_WITH_ARIA_256_CBC_SHA384 (line 229) | cipher_TLS_DH_RSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC041 constant cipher_TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA256 (line 230) | cipher_TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC042 constant cipher_TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384 (line 231) | cipher_TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC043 constant cipher_TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA256 (line 232) | cipher_TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC044 constant cipher_TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384 (line 233) | cipher_TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC045 constant cipher_TLS_DH_anon_WITH_ARIA_128_CBC_SHA256 (line 234) | cipher_TLS_DH_anon_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC046 constant cipher_TLS_DH_anon_WITH_ARIA_256_CBC_SHA384 (line 235) | cipher_TLS_DH_anon_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC047 constant cipher_TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA256 (line 236) | cipher_TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC048 constant cipher_TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA384 (line 237) | cipher_TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC049 constant cipher_TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256 (line 238) | cipher_TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC04A constant cipher_TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384 (line 239) | cipher_TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC04B constant cipher_TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256 (line 240) | cipher_TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC04C constant cipher_TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384 (line 241) | cipher_TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC04D constant cipher_TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA256 (line 242) | cipher_TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC04E constant cipher_TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384 (line 243) | cipher_TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC04F constant cipher_TLS_RSA_WITH_ARIA_128_GCM_SHA256 (line 244) | cipher_TLS_RSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC050 constant cipher_TLS_RSA_WITH_ARIA_256_GCM_SHA384 (line 245) | cipher_TLS_RSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC051 constant cipher_TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 (line 246) | cipher_TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC052 constant cipher_TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 (line 247) | cipher_TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC053 constant cipher_TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256 (line 248) | cipher_TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC054 constant cipher_TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384 (line 249) | cipher_TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC055 constant cipher_TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256 (line 250) | cipher_TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC056 constant cipher_TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384 (line 251) | cipher_TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC057 constant cipher_TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256 (line 252) | cipher_TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC058 constant cipher_TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384 (line 253) | cipher_TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC059 constant cipher_TLS_DH_anon_WITH_ARIA_128_GCM_SHA256 (line 254) | cipher_TLS_DH_anon_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC05A constant cipher_TLS_DH_anon_WITH_ARIA_256_GCM_SHA384 (line 255) | cipher_TLS_DH_anon_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC05B constant cipher_TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256 (line 256) | cipher_TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC05C constant cipher_TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384 (line 257) | cipher_TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC05D constant cipher_TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256 (line 258) | cipher_TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC05E constant cipher_TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384 (line 259) | cipher_TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC05F constant cipher_TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 (line 260) | cipher_TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC060 constant cipher_TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 (line 261) | cipher_TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC061 constant cipher_TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256 (line 262) | cipher_TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC062 constant cipher_TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384 (line 263) | cipher_TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC063 constant cipher_TLS_PSK_WITH_ARIA_128_CBC_SHA256 (line 264) | cipher_TLS_PSK_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC064 constant cipher_TLS_PSK_WITH_ARIA_256_CBC_SHA384 (line 265) | cipher_TLS_PSK_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC065 constant cipher_TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA256 (line 266) | cipher_TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC066 constant cipher_TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384 (line 267) | cipher_TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC067 constant cipher_TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256 (line 268) | cipher_TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC068 constant cipher_TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384 (line 269) | cipher_TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC069 constant cipher_TLS_PSK_WITH_ARIA_128_GCM_SHA256 (line 270) | cipher_TLS_PSK_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC06A constant cipher_TLS_PSK_WITH_ARIA_256_GCM_SHA384 (line 271) | cipher_TLS_PSK_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC06B constant cipher_TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256 (line 272) | cipher_TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC06C constant cipher_TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384 (line 273) | cipher_TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC06D constant cipher_TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256 (line 274) | cipher_TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC06E constant cipher_TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384 (line 275) | cipher_TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC06F constant cipher_TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256 (line 276) | cipher_TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC070 constant cipher_TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384 (line 277) | cipher_TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC071 constant cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 (line 278) | cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC072 constant cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 (line 279) | cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC073 constant cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 (line 280) | cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC074 constant cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 (line 281) | cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC075 constant cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 (line 282) | cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC076 constant cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 (line 283) | cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC077 constant cipher_TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 (line 284) | cipher_TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC078 constant cipher_TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 (line 285) | cipher_TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC079 constant cipher_TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 (line 286) | cipher_TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC07A constant cipher_TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 (line 287) | cipher_TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC07B constant cipher_TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 (line 288) | cipher_TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC07C constant cipher_TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 (line 289) | cipher_TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC07D constant cipher_TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 (line 290) | cipher_TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC07E constant cipher_TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 (line 291) | cipher_TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC07F constant cipher_TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 (line 292) | cipher_TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC080 constant cipher_TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 (line 293) | cipher_TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC081 constant cipher_TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 (line 294) | cipher_TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC082 constant cipher_TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 (line 295) | cipher_TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC083 constant cipher_TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 (line 296) | cipher_TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC084 constant cipher_TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 (line 297) | cipher_TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC085 constant cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 (line 298) | cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC086 constant cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 (line 299) | cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC087 constant cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 (line 300) | cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC088 constant cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 (line 301) | cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC089 constant cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 (line 302) | cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC08A constant cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 (line 303) | cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC08B constant cipher_TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 (line 304) | cipher_TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC08C constant cipher_TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 (line 305) | cipher_TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC08D constant cipher_TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 (line 306) | cipher_TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC08E constant cipher_TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 (line 307) | cipher_TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC08F constant cipher_TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 (line 308) | cipher_TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC090 constant cipher_TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 (line 309) | cipher_TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC091 constant cipher_TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 (line 310) | cipher_TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC092 constant cipher_TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 (line 311) | cipher_TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC093 constant cipher_TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 (line 312) | cipher_TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC094 constant cipher_TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 (line 313) | cipher_TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC095 constant cipher_TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 (line 314) | cipher_TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC096 constant cipher_TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 (line 315) | cipher_TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC097 constant cipher_TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 (line 316) | cipher_TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC098 constant cipher_TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 (line 317) | cipher_TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC099 constant cipher_TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 (line 318) | cipher_TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC09A constant cipher_TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 (line 319) | cipher_TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC09B constant cipher_TLS_RSA_WITH_AES_128_CCM (line 320) | cipher_TLS_RSA_WITH_AES_128_CCM uint16 = 0xC09C constant cipher_TLS_RSA_WITH_AES_256_CCM (line 321) | cipher_TLS_RSA_WITH_AES_256_CCM uint16 = 0xC09D constant cipher_TLS_DHE_RSA_WITH_AES_128_CCM (line 322) | cipher_TLS_DHE_RSA_WITH_AES_128_CCM uint16 = 0xC09E constant cipher_TLS_DHE_RSA_WITH_AES_256_CCM (line 323) | cipher_TLS_DHE_RSA_WITH_AES_256_CCM uint16 = 0xC09F constant cipher_TLS_RSA_WITH_AES_128_CCM_8 (line 324) | cipher_TLS_RSA_WITH_AES_128_CCM_8 uint16 = 0xC0A0 constant cipher_TLS_RSA_WITH_AES_256_CCM_8 (line 325) | cipher_TLS_RSA_WITH_AES_256_CCM_8 uint16 = 0xC0A1 constant cipher_TLS_DHE_RSA_WITH_AES_128_CCM_8 (line 326) | cipher_TLS_DHE_RSA_WITH_AES_128_CCM_8 uint16 = 0xC0A2 constant cipher_TLS_DHE_RSA_WITH_AES_256_CCM_8 (line 327) | cipher_TLS_DHE_RSA_WITH_AES_256_CCM_8 uint16 = 0xC0A3 constant cipher_TLS_PSK_WITH_AES_128_CCM (line 328) | cipher_TLS_PSK_WITH_AES_128_CCM uint16 = 0xC0A4 constant cipher_TLS_PSK_WITH_AES_256_CCM (line 329) | cipher_TLS_PSK_WITH_AES_256_CCM uint16 = 0xC0A5 constant cipher_TLS_DHE_PSK_WITH_AES_128_CCM (line 330) | cipher_TLS_DHE_PSK_WITH_AES_128_CCM uint16 = 0xC0A6 constant cipher_TLS_DHE_PSK_WITH_AES_256_CCM (line 331) | cipher_TLS_DHE_PSK_WITH_AES_256_CCM uint16 = 0xC0A7 constant cipher_TLS_PSK_WITH_AES_128_CCM_8 (line 332) | cipher_TLS_PSK_WITH_AES_128_CCM_8 uint16 = 0xC0A8 constant cipher_TLS_PSK_WITH_AES_256_CCM_8 (line 333) | cipher_TLS_PSK_WITH_AES_256_CCM_8 uint16 = 0xC0A9 constant cipher_TLS_PSK_DHE_WITH_AES_128_CCM_8 (line 334) | cipher_TLS_PSK_DHE_WITH_AES_128_CCM_8 uint16 = 0xC0AA constant cipher_TLS_PSK_DHE_WITH_AES_256_CCM_8 (line 335) | cipher_TLS_PSK_DHE_WITH_AES_256_CCM_8 uint16 = 0xC0AB constant cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CCM (line 336) | cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CCM uint16 = 0xC0AC constant cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CCM (line 337) | cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CCM uint16 = 0xC0AD constant cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 (line 338) | cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 uint16 = 0xC0AE constant cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8 (line 339) | cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8 uint16 = 0xC0AF constant cipher_TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (line 343) | cipher_TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCA8 constant cipher_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 (line 344) | cipher_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCA9 constant cipher_TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (line 345) | cipher_TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCAA constant cipher_TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 (line 346) | cipher_TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCAB constant cipher_TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 (line 347) | cipher_TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCAC constant cipher_TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 (line 348) | cipher_TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCAD constant cipher_TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256 (line 349) | cipher_TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCAE function isBadCipher (line 359) | func isBadCipher(cipher uint16) bool { FILE: vendor/golang.org/x/net/http2/client_conn_pool.go type ClientConnPool (line 18) | type ClientConnPool interface type clientConnPoolIdleCloser (line 31) | type clientConnPoolIdleCloser interface type clientConnPool (line 42) | type clientConnPool struct method GetClientConn (line 54) | func (p *clientConnPool) GetClientConn(req *http.Request, addr string)... method getClientConn (line 63) | func (p *clientConnPool) getClientConn(req *http.Request, addr string,... method getStartDialLocked (line 124) | func (p *clientConnPool) getStartDialLocked(ctx context.Context, addr ... method addConnIfNeeded (line 161) | func (p *clientConnPool) addConnIfNeeded(key string, t *Transport, c n... method addConnLocked (line 214) | func (p *clientConnPool) addConnLocked(key string, cc *ClientConn) { method MarkDead (line 230) | func (p *clientConnPool) MarkDead(cc *ClientConn) { method closeIdleConnections (line 248) | func (p *clientConnPool) closeIdleConnections() { constant dialOnMiss (line 59) | dialOnMiss = true constant noDialOnMiss (line 60) | noDialOnMiss = false type dialCall (line 112) | type dialCall struct method dial (line 139) | func (c *dialCall) dial(ctx context.Context, addr string) { type addConnCall (line 190) | type addConnCall struct method run (line 197) | func (c *addConnCall) run(t *Transport, key string, nc net.Conn) { function filterOutClientConn (line 264) | func filterOutClientConn(in []*ClientConn, exclude *ClientConn) []*Clien... type noDialClientConnPool (line 282) | type noDialClientConnPool struct method GetClientConn (line 284) | func (p noDialClientConnPool) GetClientConn(req *http.Request, addr st... function shouldRetryDial (line 292) | func shouldRetryDial(call *dialCall, req *http.Request) bool { FILE: vendor/golang.org/x/net/http2/config.go type http2Config (line 28) | type http2Config struct function configFromServer (line 44) | func configFromServer(h1 *http.Server, h2 *Server) http2Config { function configFromTransport (line 65) | func configFromTransport(h2 *Transport) http2Config { function setDefault (line 90) | func setDefault[T ~int | ~int32 | ~uint32 | ~int64](v *T, minval, maxval... function setConfigDefaults (line 96) | func setConfigDefaults(conf *http2Config, server bool) { function adjustHTTP1MaxHeaderSize (line 116) | func adjustHTTP1MaxHeaderSize(n int64) int64 { FILE: vendor/golang.org/x/net/http2/config_go124.go function fillNetHTTPServerConfig (line 12) | func fillNetHTTPServerConfig(conf *http2Config, srv *http.Server) { function fillNetHTTPTransportConfig (line 17) | func fillNetHTTPTransportConfig(conf *http2Config, tr *http.Transport) { function fillNetHTTPConfig (line 21) | func fillNetHTTPConfig(conf *http2Config, h2 *http.HTTP2Config) { FILE: vendor/golang.org/x/net/http2/config_pre_go124.go function fillNetHTTPServerConfig (line 14) | func fillNetHTTPServerConfig(conf *http2Config, srv *http.Server) {} function fillNetHTTPTransportConfig (line 16) | func fillNetHTTPTransportConfig(conf *http2Config, tr *http.Transport) {} FILE: vendor/golang.org/x/net/http2/databuffer.go function getDataBufferChunk (line 31) | func getDataBufferChunk(size int64) []byte { function putDataBufferChunk (line 46) | func putDataBufferChunk(p []byte) { type dataBuffer (line 68) | type dataBuffer struct method Read (line 80) | func (b *dataBuffer) Read(p []byte) (int, error) { method bytesFromFirstChunk (line 105) | func (b *dataBuffer) bytesFromFirstChunk() []byte { method Len (line 113) | func (b *dataBuffer) Len() int { method Write (line 118) | func (b *dataBuffer) Write(p []byte) (int, error) { method lastChunkOrAlloc (line 138) | func (b *dataBuffer) lastChunkOrAlloc(want int64) []byte { FILE: vendor/golang.org/x/net/http2/errors.go type ErrCode (line 13) | type ErrCode method String (line 49) | func (e ErrCode) String() string { method stringToken (line 56) | func (e ErrCode) stringToken() string { constant ErrCodeNo (line 16) | ErrCodeNo ErrCode = 0x0 constant ErrCodeProtocol (line 17) | ErrCodeProtocol ErrCode = 0x1 constant ErrCodeInternal (line 18) | ErrCodeInternal ErrCode = 0x2 constant ErrCodeFlowControl (line 19) | ErrCodeFlowControl ErrCode = 0x3 constant ErrCodeSettingsTimeout (line 20) | ErrCodeSettingsTimeout ErrCode = 0x4 constant ErrCodeStreamClosed (line 21) | ErrCodeStreamClosed ErrCode = 0x5 constant ErrCodeFrameSize (line 22) | ErrCodeFrameSize ErrCode = 0x6 constant ErrCodeRefusedStream (line 23) | ErrCodeRefusedStream ErrCode = 0x7 constant ErrCodeCancel (line 24) | ErrCodeCancel ErrCode = 0x8 constant ErrCodeCompression (line 25) | ErrCodeCompression ErrCode = 0x9 constant ErrCodeConnect (line 26) | ErrCodeConnect ErrCode = 0xa constant ErrCodeEnhanceYourCalm (line 27) | ErrCodeEnhanceYourCalm ErrCode = 0xb constant ErrCodeInadequateSecurity (line 28) | ErrCodeInadequateSecurity ErrCode = 0xc constant ErrCodeHTTP11Required (line 29) | ErrCodeHTTP11Required ErrCode = 0xd type ConnectionError (line 65) | type ConnectionError method Error (line 67) | func (e ConnectionError) Error() string { return fmt.Sprintf("connecti... type StreamError (line 71) | type StreamError struct method Error (line 86) | func (e StreamError) Error() string { function streamError (line 82) | func streamError(id uint32, code ErrCode) StreamError { type goAwayFlowError (line 98) | type goAwayFlowError struct method Error (line 100) | func (goAwayFlowError) Error() string { return "connection exceeded fl... type connError (line 109) | type connError struct method Error (line 114) | func (e connError) Error() string { type pseudoHeaderError (line 118) | type pseudoHeaderError method Error (line 120) | func (e pseudoHeaderError) Error() string { type duplicatePseudoHeaderError (line 124) | type duplicatePseudoHeaderError method Error (line 126) | func (e duplicatePseudoHeaderError) Error() string { type headerFieldNameError (line 130) | type headerFieldNameError method Error (line 132) | func (e headerFieldNameError) Error() string { type headerFieldValueError (line 136) | type headerFieldValueError method Error (line 138) | func (e headerFieldValueError) Error() string { FILE: vendor/golang.org/x/net/http2/flow.go constant inflowMinRefresh (line 11) | inflowMinRefresh = 4 << 10 type inflow (line 16) | type inflow struct method init (line 22) | func (f *inflow) init(n int32) { method add (line 33) | func (f *inflow) add(n int) (connAdd int32) { method take (line 57) | func (f *inflow) take(n uint32) bool { function takeInflows (line 68) | func takeInflows(f1, f2 *inflow, n uint32) bool { type outflow (line 78) | type outflow struct method setConnFlow (line 91) | func (f *outflow) setConnFlow(cf *outflow) { f.conn = cf } method available (line 93) | func (f *outflow) available() int32 { method take (line 101) | func (f *outflow) take(n int32) { method add (line 113) | func (f *outflow) add(n int32) bool { FILE: vendor/golang.org/x/net/http2/frame.go constant frameHeaderLen (line 21) | frameHeaderLen = 9 type FrameType (line 27) | type FrameType method String (line 55) | func (t FrameType) String() string { constant FrameData (line 30) | FrameData FrameType = 0x0 constant FrameHeaders (line 31) | FrameHeaders FrameType = 0x1 constant FramePriority (line 32) | FramePriority FrameType = 0x2 constant FrameRSTStream (line 33) | FrameRSTStream FrameType = 0x3 constant FrameSettings (line 34) | FrameSettings FrameType = 0x4 constant FramePushPromise (line 35) | FramePushPromise FrameType = 0x5 constant FramePing (line 36) | FramePing FrameType = 0x6 constant FrameGoAway (line 37) | FrameGoAway FrameType = 0x7 constant FrameWindowUpdate (line 38) | FrameWindowUpdate FrameType = 0x8 constant FrameContinuation (line 39) | FrameContinuation FrameType = 0x9 type Flags (line 64) | type Flags method Has (line 67) | func (f Flags) Has(v Flags) bool { constant FlagDataEndStream (line 74) | FlagDataEndStream Flags = 0x1 constant FlagDataPadded (line 75) | FlagDataPadded Flags = 0x8 constant FlagHeadersEndStream (line 78) | FlagHeadersEndStream Flags = 0x1 constant FlagHeadersEndHeaders (line 79) | FlagHeadersEndHeaders Flags = 0x4 constant FlagHeadersPadded (line 80) | FlagHeadersPadded Flags = 0x8 constant FlagHeadersPriority (line 81) | FlagHeadersPriority Flags = 0x20 constant FlagSettingsAck (line 84) | FlagSettingsAck Flags = 0x1 constant FlagPingAck (line 87) | FlagPingAck Flags = 0x1 constant FlagContinuationEndHeaders (line 90) | FlagContinuationEndHeaders Flags = 0x4 constant FlagPushPromiseEndHeaders (line 92) | FlagPushPromiseEndHeaders Flags = 0x4 constant FlagPushPromisePadded (line 93) | FlagPushPromisePadded Flags = 0x8 type frameParser (line 125) | type frameParser function typeFrameParser (line 140) | func typeFrameParser(t FrameType) frameParser { type FrameHeader (line 150) | type FrameHeader struct method Header (line 174) | func (h FrameHeader) Header() FrameHeader { return h } method String (line 176) | func (h FrameHeader) String() string { method writeDebug (line 184) | func (h FrameHeader) writeDebug(buf *bytes.Buffer) { method checkValid (line 211) | func (h *FrameHeader) checkValid() { method invalidate (line 217) | func (h *FrameHeader) invalidate() { h.valid = false } function invalidHTTP1LookingFrameHeader (line 228) | func invalidHTTP1LookingFrameHeader() FrameHeader { function ReadFrameHeader (line 235) | func ReadFrameHeader(r io.Reader) (FrameHeader, error) { function readFrameHeader (line 241) | func readFrameHeader(buf []byte, r io.Reader) (FrameHeader, error) { type Frame (line 260) | type Frame interface type Framer (line 270) | type Framer struct method maxHeaderListSize (line 340) | func (fr *Framer) maxHeaderListSize() uint32 { method startWrite (line 347) | func (f *Framer) startWrite(ftype FrameType, flags Flags, streamID uin... method endWrite (line 361) | func (f *Framer) endWrite() error { method logWrite (line 383) | func (f *Framer) logWrite() { method writeByte (line 401) | func (f *Framer) writeByte(v byte) { f.wbuf = append(f.wbuf, v) } method writeBytes (line 402) | func (f *Framer) writeBytes(v []byte) { f.wbuf = append(f.wbuf, v...) } method writeUint16 (line 403) | func (f *Framer) writeUint16(v uint16) { f.wbuf = append(f.wbuf, byte(... method writeUint32 (line 404) | func (f *Framer) writeUint32(v uint32) { method SetReuseFrames (line 416) | func (fr *Framer) SetReuseFrames() { method SetMaxReadFrameSize (line 460) | func (fr *Framer) SetMaxReadFrameSize(v uint32) { method ErrorDetail (line 474) | func (fr *Framer) ErrorDetail() error { method ReadFrame (line 501) | func (fr *Framer) ReadFrame() (Frame, error) { method connError (line 546) | func (fr *Framer) connError(code ErrCode, reason string) error { method checkFrameOrder (line 554) | func (fr *Framer) checkFrameOrder(f Frame) error { method WriteData (line 665) | func (f *Framer) WriteData(streamID uint32, endStream bool, data []byt... method WriteDataPadded (line 678) | func (f *Framer) WriteDataPadded(streamID uint32, endStream bool, data... method startWriteDataPadded (line 687) | func (f *Framer) startWriteDataPadded(streamID uint32, endStream bool,... method WriteSettings (line 842) | func (f *Framer) WriteSettings(settings ...Setting) error { method WriteSettingsAck (line 855) | func (f *Framer) WriteSettingsAck() error { method WritePing (line 885) | func (f *Framer) WritePing(ack bool, data [8]byte) error { method WriteGoAway (line 930) | func (f *Framer) WriteGoAway(maxStreamID uint32, code ErrCode, debugDa... method WriteWindowUpdate (line 996) | func (f *Framer) WriteWindowUpdate(streamID, incr uint32) error { method WriteHeaders (line 1111) | func (f *Framer) WriteHeaders(p HeadersFrameParam) error { method WritePriority (line 1201) | func (f *Framer) WritePriority(streamID uint32, p PriorityParam) error { method WriteRSTStream (line 1241) | func (f *Framer) WriteRSTStream(streamID uint32, code ErrCode) error { method WriteContinuation (line 1278) | func (f *Framer) WriteContinuation(streamID uint32, endHeaders bool, h... method WritePushPromise (line 1377) | func (f *Framer) WritePushPromise(p PushPromiseParam) error { method WriteRawFrame (line 1403) | func (f *Framer) WriteRawFrame(t FrameType, flags Flags, streamID uint... method maxHeaderStringLen (line 1526) | func (fr *Framer) maxHeaderStringLen() int { method readMetaFrame (line 1538) | func (fr *Framer) readMetaFrame(hf *HeadersFrame) (Frame, error) { constant minMaxFrameSize (line 409) | minMaxFrameSize = 1 << 14 constant maxFrameSize (line 410) | maxFrameSize = 1<<24 - 1 type frameCache (line 423) | type frameCache struct method getDataFrame (line 427) | func (fc *frameCache) getDataFrame() *DataFrame { function NewFramer (line 435) | func NewFramer(w io.Writer, r io.Reader) *Framer { function terminalReadFrameError (line 484) | func terminalReadFrameError(err error) bool { type DataFrame (line 593) | type DataFrame struct method StreamEnded (line 598) | func (f *DataFrame) StreamEnded() bool { method Data (line 606) | func (f *DataFrame) Data() []byte { function parseDataFrame (line 611) | func parseDataFrame(fc *frameCache, fh FrameHeader, countError func(stri... function validStreamIDOrZero (line 652) | func validStreamIDOrZero(streamID uint32) bool { function validStreamID (line 656) | func validStreamID(streamID uint32) bool { type SettingsFrame (line 725) | type SettingsFrame struct method IsAck (line 768) | func (f *SettingsFrame) IsAck() bool { method Value (line 772) | func (f *SettingsFrame) Value(id SettingID) (v uint32, ok bool) { method Setting (line 784) | func (f *SettingsFrame) Setting(i int) Setting { method NumSettings (line 792) | func (f *SettingsFrame) NumSettings() int { return len(f.p) / 6 } method HasDuplicates (line 795) | func (f *SettingsFrame) HasDuplicates() bool { method ForeachSetting (line 827) | func (f *SettingsFrame) ForeachSetting(fn func(Setting) error) error { function parseSettingsFrame (line 730) | func parseSettingsFrame(_ *frameCache, fh FrameHeader, countError func(s... type PingFrame (line 864) | type PingFrame struct method IsAck (line 869) | func (f *PingFrame) IsAck() bool { return f.Flags.Has(FlagPingAck) } function parsePingFrame (line 871) | func parsePingFrame(_ *frameCache, fh FrameHeader, countError func(strin... type GoAwayFrame (line 897) | type GoAwayFrame struct method DebugData (line 908) | func (f *GoAwayFrame) DebugData() []byte { function parseGoAwayFrame (line 913) | func parseGoAwayFrame(_ *frameCache, fh FrameHeader, countError func(str... type UnknownFrame (line 940) | type UnknownFrame struct method Payload (line 950) | func (f *UnknownFrame) Payload() []byte { function parseUnknownFrame (line 955) | func parseUnknownFrame(_ *frameCache, fh FrameHeader, countError func(st... type WindowUpdateFrame (line 961) | type WindowUpdateFrame struct function parseWindowUpdateFrame (line 966) | func parseWindowUpdateFrame(_ *frameCache, fh FrameHeader, countError fu... type HeadersFrame (line 1008) | type HeadersFrame struct method HeaderBlockFragment (line 1017) | func (f *HeadersFrame) HeaderBlockFragment() []byte { method HeadersEnded (line 1022) | func (f *HeadersFrame) HeadersEnded() bool { method StreamEnded (line 1026) | func (f *HeadersFrame) StreamEnded() bool { method HasPriority (line 1030) | func (f *HeadersFrame) HasPriority() bool { function parseHeadersFrame (line 1034) | func parseHeadersFrame(_ *frameCache, fh FrameHeader, countError func(st... type HeadersFrameParam (line 1077) | type HeadersFrameParam struct type PriorityFrame (line 1150) | type PriorityFrame struct type PriorityParam (line 1156) | type PriorityParam struct method IsZero (line 1172) | func (p PriorityParam) IsZero() bool { function parsePriorityFrame (line 1176) | func parsePriorityFrame(_ *frameCache, fh FrameHeader, countError func(s... type RSTStreamFrame (line 1220) | type RSTStreamFrame struct function parseRSTStreamFrame (line 1225) | func parseRSTStreamFrame(_ *frameCache, fh FrameHeader, countError func(... type ContinuationFrame (line 1252) | type ContinuationFrame struct method HeaderBlockFragment (line 1265) | func (f *ContinuationFrame) HeaderBlockFragment() []byte { method HeadersEnded (line 1270) | func (f *ContinuationFrame) HeadersEnded() bool { function parseContinuationFrame (line 1257) | func parseContinuationFrame(_ *frameCache, fh FrameHeader, countError fu... type PushPromiseFrame (line 1293) | type PushPromiseFrame struct method HeaderBlockFragment (line 1299) | func (f *PushPromiseFrame) HeaderBlockFragment() []byte { method HeadersEnded (line 1304) | func (f *PushPromiseFrame) HeadersEnded() bool { function parsePushPromise (line 1308) | func parsePushPromise(_ *frameCache, fh FrameHeader, countError func(str... type PushPromiseParam (line 1349) | type PushPromiseParam struct function readByte (line 1409) | func readByte(p []byte) (remain []byte, b byte, err error) { function readUint32 (line 1416) | func readUint32(p []byte) (remain []byte, v uint32, err error) { type streamEnder (line 1423) | type streamEnder interface type headersEnder (line 1427) | type headersEnder interface type headersOrContinuation (line 1431) | type headersOrContinuation interface type MetaHeadersFrame (line 1442) | type MetaHeadersFrame struct method PseudoValue (line 1465) | func (mh *MetaHeadersFrame) PseudoValue(pseudo string) string { method RegularFields (line 1479) | func (mh *MetaHeadersFrame) RegularFields() []hpack.HeaderField { method PseudoFields (line 1490) | func (mh *MetaHeadersFrame) PseudoFields() []hpack.HeaderField { method checkPseudos (line 1499) | func (mh *MetaHeadersFrame) checkPseudos() error { function summarizeFrame (line 1661) | func summarizeFrame(f Frame) string { FILE: vendor/golang.org/x/net/http2/gotrack.go type goroutineLock (line 22) | type goroutineLock method check (line 31) | func (g goroutineLock) check() { method checkNotOn (line 40) | func (g goroutineLock) checkNotOn() { function newGoroutineLock (line 24) | func newGoroutineLock() goroutineLock { function curGoroutineID (line 51) | func curGoroutineID() uint64 { function parseUintBytes (line 78) | func parseUintBytes(s []byte, base int, bitSize int) (n uint64, err erro... function cutoff64 (line 165) | func cutoff64(base int) uint64 { FILE: vendor/golang.org/x/net/http2/hpack/encode.go constant uint32Max (line 12) | uint32Max = ^uint32(0) constant initialHeaderTableSize (line 13) | initialHeaderTableSize = 4096 type Encoder (line 16) | type Encoder struct method WriteField (line 50) | func (e *Encoder) WriteField(f HeaderField) error { method searchTable (line 91) | func (e *Encoder) searchTable(f HeaderField) (i uint64, nameValueMatch... method SetMaxDynamicTableSize (line 108) | func (e *Encoder) SetMaxDynamicTableSize(v uint32) { method MaxDynamicTableSize (line 120) | func (e *Encoder) MaxDynamicTableSize() (v uint32) { method SetMaxDynamicTableSizeLimit (line 131) | func (e *Encoder) SetMaxDynamicTableSizeLimit(v uint32) { method shouldIndex (line 140) | func (e *Encoder) shouldIndex(f HeaderField) bool { function NewEncoder (line 35) | func NewEncoder(w io.Writer) *Encoder { function appendIndexed (line 146) | func appendIndexed(dst []byte, i uint64) []byte { function appendNewName (line 160) | func appendNewName(dst []byte, f HeaderField, indexing bool) []byte { function appendIndexedName (line 173) | func appendIndexedName(dst []byte, f HeaderField, i uint64, indexing boo... function appendTableSize (line 188) | func appendTableSize(dst []byte, v uint32) []byte { function appendVarInt (line 200) | func appendVarInt(dst []byte, n byte, i uint64) []byte { function appendHpackString (line 218) | func appendHpackString(dst []byte, s string) []byte { function encodeTypeByte (line 237) | func encodeTypeByte(indexing, sensitive bool) byte { FILE: vendor/golang.org/x/net/http2/hpack/hpack.go type DecodingError (line 18) | type DecodingError struct method Error (line 22) | func (de DecodingError) Error() string { type InvalidIndexError (line 28) | type InvalidIndexError method Error (line 30) | func (e InvalidIndexError) Error() string { type HeaderField (line 36) | type HeaderField struct method IsPseudo (line 48) | func (hf HeaderField) IsPseudo() bool { method String (line 52) | func (hf HeaderField) String() string { method Size (line 61) | func (hf HeaderField) Size() uint32 { type Decoder (line 79) | type Decoder struct method SetMaxStringLength (line 122) | func (d *Decoder) SetMaxStringLength(n int) { method SetEmitFunc (line 129) | func (d *Decoder) SetEmitFunc(emitFunc func(f HeaderField)) { method SetEmitEnabled (line 140) | func (d *Decoder) SetEmitEnabled(v bool) { d.emitEnabled = v } method EmitEnabled (line 144) | func (d *Decoder) EmitEnabled() bool { return d.emitEnabled } method SetMaxDynamicTableSize (line 149) | func (d *Decoder) SetMaxDynamicTableSize(v uint32) { method SetAllowedMaxDynamicTableSize (line 156) | func (d *Decoder) SetAllowedMaxDynamicTableSize(v uint32) { method maxTableIndex (line 189) | func (d *Decoder) maxTableIndex() int { method at (line 196) | func (d *Decoder) at(i uint64) (hf HeaderField, ok bool) { method DecodeFull (line 218) | func (d *Decoder) DecodeFull(p []byte) ([]HeaderField, error) { method Close (line 235) | func (d *Decoder) Close() error { method Write (line 244) | func (d *Decoder) Write(p []byte) (n int, err error) { method parseHeaderFieldRepr (line 304) | func (d *Decoder) parseHeaderFieldRepr() error { method parseFieldIndexed (line 338) | func (d *Decoder) parseFieldIndexed() error { method parseFieldLiteral (line 353) | func (d *Decoder) parseFieldLiteral(n uint8, it indexType) error { method callEmit (line 399) | func (d *Decoder) callEmit(hf HeaderField) error { method parseDynamicTableSizeUpdate (line 412) | func (d *Decoder) parseDynamicTableSizeUpdate() error { method readString (line 479) | func (d *Decoder) readString(p []byte) (u undecodedString, remain []by... method decodeString (line 509) | func (d *Decoder) decodeString(u undecodedString) (string, error) { function NewDecoder (line 102) | func NewDecoder(maxDynamicTableSize uint32, emitFunc func(f HeaderField)... type dynamicTable (line 160) | type dynamicTable struct method setMaxSize (line 168) | func (dt *dynamicTable) setMaxSize(v uint32) { method add (line 173) | func (dt *dynamicTable) add(f HeaderField) { method evict (line 180) | func (dt *dynamicTable) evict() { type indexType (line 289) | type indexType method indexed (line 297) | func (v indexType) indexed() bool { return v == indexedTrue } method sensitive (line 298) | func (v indexType) sensitive() bool { return v == indexedNever } constant indexedTrue (line 292) | indexedTrue indexType = iota constant indexedFalse (line 293) | indexedFalse constant indexedNever (line 294) | indexedNever function readVarInt (line 442) | func readVarInt(n byte, p []byte) (i uint64, remain []byte, err error) { type undecodedString (line 504) | type undecodedString struct FILE: vendor/golang.org/x/net/http2/hpack/huffman.go function HuffmanDecode (line 21) | func HuffmanDecode(w io.Writer, v []byte) (int, error) { function HuffmanDecodeToString (line 32) | func HuffmanDecodeToString(v []byte) (string, error) { function huffmanDecode (line 49) | func huffmanDecode(buf *bytes.Buffer, maxLen int, v []byte) error { type incomparable (line 111) | type incomparable type node (line 113) | type node struct function newInternalNode (line 124) | func newInternalNode() *node { function getRootHuffmanNode (line 133) | func getRootHuffmanNode() *node { function buildRootHuffmanNode (line 138) | func buildRootHuffmanNode() { function AppendHuffmanString (line 171) | func AppendHuffmanString(dst []byte, s string) []byte { function HuffmanEncodeLength (line 220) | func HuffmanEncodeLength(s string) uint64 { FILE: vendor/golang.org/x/net/http2/hpack/tables.go type headerFieldTable (line 13) | type headerFieldTable struct method init (line 45) | func (t *headerFieldTable) init() { method len (line 51) | func (t *headerFieldTable) len() int { method addEntry (line 56) | func (t *headerFieldTable) addEntry(f HeaderField) { method evictOldest (line 64) | func (t *headerFieldTable) evictOldest(n int) { method search (line 102) | func (t *headerFieldTable) search(f HeaderField) (i uint64, nameValueM... method idToIndex (line 116) | func (t *headerFieldTable) idToIndex(id uint64) uint64 { type pairNameValue (line 41) | type pairNameValue struct FILE: vendor/golang.org/x/net/http2/http2.go function init (line 52) | func init() { constant ClientPreface (line 70) | ClientPreface = "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n" constant initialMaxFrameSize (line 74) | initialMaxFrameSize = 16384 constant NextProtoTLS (line 78) | NextProtoTLS = "h2" constant initialHeaderTableSize (line 81) | initialHeaderTableSize = 4096 constant initialWindowSize (line 83) | initialWindowSize = 65535 constant defaultMaxReadFrameSize (line 85) | defaultMaxReadFrameSize = 1 << 20 type streamState (line 92) | type streamState method String (line 122) | func (st streamState) String() string { constant stateIdle (line 107) | stateIdle streamState = iota constant stateOpen (line 108) | stateOpen constant stateHalfClosedLocal (line 109) | stateHalfClosedLocal constant stateHalfClosedRemote (line 110) | stateHalfClosedRemote constant stateClosed (line 111) | stateClosed type Setting (line 127) | type Setting struct method String (line 136) | func (s Setting) String() string { method Valid (line 141) | func (s Setting) Valid() error { type SettingID (line 166) | type SettingID method String (line 188) | func (s SettingID) String() string { constant SettingHeaderTableSize (line 169) | SettingHeaderTableSize SettingID = 0x1 constant SettingEnablePush (line 170) | SettingEnablePush SettingID = 0x2 constant SettingMaxConcurrentStreams (line 171) | SettingMaxConcurrentStreams SettingID = 0x3 constant SettingInitialWindowSize (line 172) | SettingInitialWindowSize SettingID = 0x4 constant SettingMaxFrameSize (line 173) | SettingMaxFrameSize SettingID = 0x5 constant SettingMaxHeaderListSize (line 174) | SettingMaxHeaderListSize SettingID = 0x6 constant SettingEnableConnectProtocol (line 175) | SettingEnableConnectProtocol SettingID = 0x8 function validWireHeaderFieldName (line 204) | func validWireHeaderFieldName(v string) bool { function httpCodeString (line 219) | func httpCodeString(code int) string { type stringWriter (line 230) | type stringWriter interface type closeWaiter (line 235) | type closeWaiter method Init (line 241) | func (cw *closeWaiter) Init() { method Close (line 246) | func (cw closeWaiter) Close() { method Wait (line 251) | func (cw closeWaiter) Wait() { type bufferedWriter (line 258) | type bufferedWriter struct method Available (line 288) | func (w *bufferedWriter) Available() int { method Write (line 295) | func (w *bufferedWriter) Write(p []byte) (n int, err error) { method Flush (line 304) | func (w *bufferedWriter) Flush() error { function newBufferedWriter (line 266) | func newBufferedWriter(group synctestGroupInterface, conn net.Conn, time... constant bufWriterPoolBufferSize (line 280) | bufWriterPoolBufferSize = 4 << 10 type bufferedWriterTimeoutWriter (line 316) | type bufferedWriterTimeoutWriter method Write (line 318) | func (w *bufferedWriterTimeoutWriter) Write(p []byte) (n int, err erro... function writeWithByteTimeout (line 325) | func writeWithByteTimeout(group synctestGroupInterface, conn net.Conn, t... function mustUint31 (line 348) | func mustUint31(v int32) uint32 { function bodyAllowedForStatus (line 357) | func bodyAllowedForStatus(status int) bool { type httpError (line 369) | type httpError struct method Error (line 375) | func (e *httpError) Error() string { return e.msg } method Timeout (line 376) | func (e *httpError) Timeout() bool { return e.timeout } method Temporary (line 377) | func (e *httpError) Temporary() bool { return true } type connectionStater (line 381) | type connectionStater interface type sorter (line 387) | type sorter struct method Len (line 391) | func (s *sorter) Len() int { return len(s.v) } method Swap (line 392) | func (s *sorter) Swap(i, j int) { s.v[i], s.v[j] = s.v[j], s.v[i] } method Less (line 393) | func (s *sorter) Less(i, j int) bool { return s.v[i] < s.v[j] } method Keys (line 399) | func (s *sorter) Keys(h http.Header) []string { method SortStrings (line 409) | func (s *sorter) SortStrings(ss []string) { type incomparable (line 421) | type incomparable type synctestGroupInterface (line 426) | type synctestGroupInterface interface FILE: vendor/golang.org/x/net/http2/pipe.go type pipe (line 16) | type pipe struct method setBuffer (line 35) | func (p *pipe) setBuffer(b pipeBuffer) { method Len (line 44) | func (p *pipe) Len() int { method Read (line 55) | func (p *pipe) Read(d []byte) (n int, err error) { method Write (line 87) | func (p *pipe) Write(d []byte) (n int, err error) { method CloseWithError (line 111) | func (p *pipe) CloseWithError(err error) { p.closeWithError(&p.err, er... method BreakWithError (line 116) | func (p *pipe) BreakWithError(err error) { p.closeWithError(&p.breakEr... method closeWithErrorAndCode (line 120) | func (p *pipe) closeWithErrorAndCode(err error, fn func()) { p.closeWi... method closeWithError (line 122) | func (p *pipe) closeWithError(dst *error, err error, fn func()) { method closeDoneLocked (line 148) | func (p *pipe) closeDoneLocked() { method Err (line 162) | func (p *pipe) Err() error { method Done (line 173) | func (p *pipe) Done() <-chan struct{} { type pipeBuffer (line 27) | type pipeBuffer interface FILE: vendor/golang.org/x/net/http2/server.go constant prefaceTimeout (line 57) | prefaceTimeout = 10 * time.Second constant firstSettingsTimeout (line 58) | firstSettingsTimeout = 2 * time.Second constant handlerChunkWriteSize (line 59) | handlerChunkWriteSize = 4 << 10 constant defaultMaxStreams (line 60) | defaultMaxStreams = 250 constant maxQueuedControlFrames (line 65) | maxQueuedControlFrames = 10000 type Server (line 92) | type Server struct method markNewGoroutine (line 185) | func (s *Server) markNewGoroutine() { method now (line 191) | func (s *Server) now() time.Time { method newTimer (line 199) | func (s *Server) newTimer(d time.Duration) timer { method afterFunc (line 207) | func (s *Server) afterFunc(d time.Duration, f func()) timer { method ServeConn (line 425) | func (s *Server) ServeConn(c net.Conn, opts *ServeConnOpts) { method serveConn (line 429) | func (s *Server) serveConn(c net.Conn, opts *ServeConnOpts, newf func(... type serverInternalState (line 214) | type serverInternalState struct method registerConn (line 219) | func (s *serverInternalState) registerConn(sc *serverConn) { method unregisterConn (line 228) | func (s *serverInternalState) unregisterConn(sc *serverConn) { method startGracefulShutdown (line 237) | func (s *serverInternalState) startGracefulShutdown() { function ConfigureServer (line 253) | func ConfigureServer(s *http.Server, conf *Server) error { type ServeConnOpts (line 356) | type ServeConnOpts struct method context (line 385) | func (o *ServeConnOpts) context() context.Context { method baseConfig (line 392) | func (o *ServeConnOpts) baseConfig() *http.Server { method handler (line 399) | func (o *ServeConnOpts) handler() http.Handler { function serverConnBaseContext (line 570) | func serverConnBaseContext(c net.Conn, opts *ServeConnOpts) (ctx context... type serverConn (line 587) | type serverConn struct method rejectConn (line 579) | func (sc *serverConn) rejectConn(err ErrCode, debug string) { method maxHeaderListSize (line 655) | func (sc *serverConn) maxHeaderListSize() uint32 { method curOpenStreams (line 663) | func (sc *serverConn) curOpenStreams() uint32 { method Framer (line 701) | func (sc *serverConn) Framer() *Framer { return sc.framer } method CloseConn (line 702) | func (sc *serverConn) CloseConn() error { return sc.conn.Close() } method Flush (line 703) | func (sc *serverConn) Flush() error { return sc.bw.Flush() } method HeaderEncoder (line 704) | func (sc *serverConn) HeaderEncoder() (*hpack.Encoder, *bytes.Buffer) { method state (line 708) | func (sc *serverConn) state(streamID uint32) (streamState, *stream) { method setConnState (line 735) | func (sc *serverConn) setConnState(state http.ConnState) { method vlogf (line 741) | func (sc *serverConn) vlogf(format string, args ...interface{}) { method logf (line 747) | func (sc *serverConn) logf(format string, args ...interface{}) { method condlogf (line 795) | func (sc *serverConn) condlogf(err error, format string, args ...inter... method canonicalHeader (line 814) | func (sc *serverConn) canonicalHeader(v string) string { method readFrames (line 850) | func (sc *serverConn) readFrames() { method writeFrameAsync (line 883) | func (sc *serverConn) writeFrameAsync(wr FrameWriteRequest, wd *writeD... method closeAllStreamsOnConnClose (line 894) | func (sc *serverConn) closeAllStreamsOnConnClose() { method stopShutdownTimer (line 901) | func (sc *serverConn) stopShutdownTimer() { method notePanic (line 908) | func (sc *serverConn) notePanic() { method serve (line 923) | func (sc *serverConn) serve(conf http2Config) { method handlePingTimer (line 1069) | func (sc *serverConn) handlePingTimer(lastFrameReadTime time.Time) { method onSettingsTimer (line 1110) | func (sc *serverConn) onSettingsTimer() { sc.sendServeMsg(settingsTime... method onIdleTimer (line 1111) | func (sc *serverConn) onIdleTimer() { sc.sendServeMsg(idleTimerMsg) } method onReadIdleTimer (line 1112) | func (sc *serverConn) onReadIdleTimer() { sc.sendServeMsg(readIdleTime... method onShutdownTimer (line 1113) | func (sc *serverConn) onShutdownTimer() { sc.sendServeMsg(shutdownTime... method sendServeMsg (line 1115) | func (sc *serverConn) sendServeMsg(msg interface{}) { method readPreface (line 1128) | func (sc *serverConn) readPreface() error { method writeDataFromHandler (line 1169) | func (sc *serverConn) writeDataFromHandler(stream *stream, data []byte... method writeFrameFromHandler (line 1216) | func (sc *serverConn) writeFrameFromHandler(wr FrameWriteRequest) error { method writeFrame (line 1236) | func (sc *serverConn) writeFrame(wr FrameWriteRequest) { method startFrameWrite (line 1300) | func (sc *serverConn) startFrameWrite(wr FrameWriteRequest) { method wroteFrame (line 1357) | func (sc *serverConn) wroteFrame(res frameWriteResult) { method scheduleFrameWrite (line 1425) | func (sc *serverConn) scheduleFrameWrite() { method startGracefulShutdown (line 1473) | func (sc *serverConn) startGracefulShutdown() { method startGracefulShutdownInternal (line 1496) | func (sc *serverConn) startGracefulShutdownInternal() { method goAway (line 1500) | func (sc *serverConn) goAway(code ErrCode) { method shutDownIn (line 1514) | func (sc *serverConn) shutDownIn(d time.Duration) { method resetStream (line 1519) | func (sc *serverConn) resetStream(se StreamError) { method processFrameFromReader (line 1530) | func (sc *serverConn) processFrameFromReader(res readFrameResult) bool { method processFrame (line 1587) | func (sc *serverConn) processFrame(f Frame) error { method processPing (line 1640) | func (sc *serverConn) processPing(f *PingFrame) error { method processWindowUpdate (line 1664) | func (sc *serverConn) processWindowUpdate(f *WindowUpdateFrame) error { method processResetStream (line 1696) | func (sc *serverConn) processResetStream(f *RSTStreamFrame) error { method closeStream (line 1715) | func (sc *serverConn) closeStream(st *stream, err error) { method processSettings (line 1762) | func (sc *serverConn) processSettings(f *SettingsFrame) error { method processSetting (line 1790) | func (sc *serverConn) processSetting(s Setting) error { method processSettingInitialWindowSize (line 1825) | func (sc *serverConn) processSettingInitialWindowSize(val uint32) error { method processData (line 1853) | func (sc *serverConn) processData(f *DataFrame) error { method processGoAway (line 1950) | func (sc *serverConn) processGoAway(f *GoAwayFrame) error { method processHeaders (line 2016) | func (sc *serverConn) processHeaders(f *MetaHeadersFrame) error { method upgradeRequest (line 2127) | func (sc *serverConn) upgradeRequest(req *http.Request) { method checkPriority (line 2181) | func (sc *serverConn) checkPriority(streamID uint32, p PriorityParam) ... method processPriority (line 2192) | func (sc *serverConn) processPriority(f *PriorityFrame) error { method newStream (line 2200) | func (sc *serverConn) newStream(id, pusherID uint32, state streamState... method newWriterAndRequest (line 2236) | func (sc *serverConn) newWriterAndRequest(st *stream, f *MetaHeadersFr... method newWriterAndRequestNoBody (line 2305) | func (sc *serverConn) newWriterAndRequestNoBody(st *stream, rp httpcom... method newResponseWriter (line 2341) | func (sc *serverConn) newResponseWriter(st *stream, req *http.Request)... method scheduleHandler (line 2362) | func (sc *serverConn) scheduleHandler(streamID uint32, rw *responseWri... method handlerDone (line 2382) | func (sc *serverConn) handlerDone() { method runHandler (line 2407) | func (sc *serverConn) runHandler(rw *responseWriter, req *http.Request... method writeHeaders (line 2449) | func (sc *serverConn) writeHeaders(st *stream, headerData *writeResHea... method write100ContinueHeaders (line 2481) | func (sc *serverConn) write100ContinueHeaders(st *stream) { method noteBodyReadFromHandler (line 2498) | func (sc *serverConn) noteBodyReadFromHandler(st *stream, n int, err e... method noteBodyRead (line 2508) | func (sc *serverConn) noteBodyRead(st *stream, n int) { method sendWindowUpdate32 (line 2519) | func (sc *serverConn) sendWindowUpdate32(st *stream, n int32) { method sendWindowUpdate (line 2524) | func (sc *serverConn) sendWindowUpdate(st *stream, n int) { method startPush (line 3180) | func (sc *serverConn) startPush(msg *startPushRequest) { method countError (line 3324) | func (sc *serverConn) countError(name string, err error) error { type stream (line 675) | type stream struct method isPushed (line 1965) | func (st *stream) isPushed() bool { method endStream (line 1971) | func (st *stream) endStream() { method copyTrailersToHandlerRequest (line 1987) | func (st *stream) copyTrailersToHandlerRequest() { method onReadTimeout (line 1998) | func (st *stream) onReadTimeout() { method onWriteTimeout (line 2008) | func (st *stream) onWriteTimeout() { method processTrailerHeaders (line 2151) | func (st *stream) processTrailerHeaders(f *MetaHeadersFrame) error { function errno (line 759) | func errno(v error) uintptr { function isClosedConnError (line 768) | func isClosedConnError(err error) bool { constant maxCachedCanonicalHeadersKeysSize (line 812) | maxCachedCanonicalHeadersKeysSize = 2048 type readFrameResult (line 836) | type readFrameResult struct type frameWriteResult (line 873) | type frameWriteResult struct type serverMessage (line 1098) | type serverMessage type unstartedHandler (line 2353) | type unstartedHandler struct function handleHeaderListTooLong (line 2437) | func handleHeaderListTooLong(w http.ResponseWriter, r *http.Request) { type bodyReadMsg (line 2490) | type bodyReadMsg struct type requestBody (line 2545) | type requestBody struct method Close (line 2555) | func (b *requestBody) Close() error { method Read (line 2564) | func (b *requestBody) Read(p []byte) (n int, err error) { type responseWriter (line 2589) | type responseWriter struct method SetReadDeadline (line 2825) | func (w *responseWriter) SetReadDeadline(deadline time.Time) error { method SetWriteDeadline (line 2851) | func (w *responseWriter) SetWriteDeadline(deadline time.Time) error { method EnableFullDuplex (line 2877) | func (w *responseWriter) EnableFullDuplex() error { method Flush (line 2882) | func (w *responseWriter) Flush() { method FlushError (line 2886) | func (w *responseWriter) FlushError() error { method CloseNotify (line 2911) | func (w *responseWriter) CloseNotify() <-chan bool { method Header (line 2931) | func (w *responseWriter) Header() http.Header { method WriteHeader (line 2959) | func (w *responseWriter) WriteHeader(code int) { method Write (line 3022) | func (w *responseWriter) Write(p []byte) (n int, err error) { method WriteString (line 3026) | func (w *responseWriter) WriteString(s string) (n int, err error) { method write (line 3031) | func (w *responseWriter) write(lenData int, dataB []byte, dataS string... method handlerDone (line 3055) | func (w *responseWriter) handlerDone() { method Push (line 3071) | func (w *responseWriter) Push(target string, opts *http.PushOptions) e... type responseWriterState (line 2600) | type responseWriterState struct method hasTrailers (line 2637) | func (rws *responseWriterState) hasTrailers() bool { return len(rws.tr... method hasNonemptyTrailers (line 2639) | func (rws *responseWriterState) hasNonemptyTrailers() bool { method declareTrailer (line 2651) | func (rws *responseWriterState) declareTrailer(k string) { method writeChunk (line 2669) | func (rws *responseWriterState) writeChunk(p []byte) (n int, err error) { method promoteUndeclaredTrailers (line 2808) | func (rws *responseWriterState) promoteUndeclaredTrailers() { method writeHeader (line 2967) | func (rws *responseWriterState) writeHeader(code int) { type chunkWriter (line 2625) | type chunkWriter struct method Write (line 2627) | func (cw chunkWriter) Write(p []byte) (n int, err error) { constant TrailerPrefix (line 2785) | TrailerPrefix = "Trailer:" function checkWriteHeaderCode (line 2943) | func checkWriteHeaderCode(code int) { function cloneHeader (line 3004) | func cloneHeader(h http.Header) http.Header { type startPushRequest (line 3172) | type startPushRequest struct function foreachHeaderElement (line 3263) | func foreachHeaderElement(v string, fn func(string)) { function checkValidHTTP2RequestHeaders (line 3291) | func checkValidHTTP2RequestHeaders(h http.Header) error { function new400Handler (line 3304) | func new400Handler(err error) http.HandlerFunc { function h1ServerKeepAlivesDisabled (line 3313) | func h1ServerKeepAlivesDisabled(hs *http.Server) bool { FILE: vendor/golang.org/x/net/http2/timer.go type timeTimer (line 16) | type timeTimer struct method C (line 20) | func (t timeTimer) C() <-chan time.Time { return t.Timer.C } FILE: vendor/golang.org/x/net/http2/transport.go constant transportDefaultConnFlow (line 43) | transportDefaultConnFlow = 1 << 30 constant transportDefaultStreamFlow (line 48) | transportDefaultStreamFlow = 4 << 20 constant defaultUserAgent (line 50) | defaultUserAgent = "Go-http-client/2.0" constant initialMaxConcurrentStreams (line 55) | initialMaxConcurrentStreams = 100 constant defaultMaxConcurrentStreams (line 59) | defaultMaxConcurrentStreams = 1000 type Transport (line 66) | type Transport struct method markNewGoroutine (line 199) | func (t *Transport) markNewGoroutine() { method now (line 205) | func (t *Transport) now() time.Time { method timeSince (line 212) | func (t *Transport) timeSince(when time.Time) time.Duration { method newTimer (line 220) | func (t *Transport) newTimer(d time.Duration) timer { method afterFunc (line 228) | func (t *Transport) afterFunc(d time.Duration, f func()) timer { method contextWithTimeout (line 235) | func (t *Transport) contextWithTimeout(ctx context.Context, d time.Dur... method maxHeaderListSize (line 242) | func (t *Transport) maxHeaderListSize() uint32 { method disableCompression (line 259) | func (t *Transport) disableCompression() bool { method connPool (line 341) | func (t *Transport) connPool() ClientConnPool { method initConnPool (line 346) | func (t *Transport) initConnPool() { method RoundTrip (line 591) | func (t *Transport) RoundTrip(req *http.Request) (*http.Response, erro... method RoundTripOpt (line 620) | func (t *Transport) RoundTripOpt(req *http.Request, opt RoundTripOpt) ... method CloseIdleConnections (line 691) | func (t *Transport) CloseIdleConnections() { method dialClientConn (line 754) | func (t *Transport) dialClientConn(ctx context.Context, addr string, s... method newTLSConfig (line 769) | func (t *Transport) newTLSConfig(host string) *tls.Config { method dialTLS (line 783) | func (t *Transport) dialTLS(ctx context.Context, network, addr string,... method disableKeepAlives (line 806) | func (t *Transport) disableKeepAlives() bool { method expectContinueTimeout (line 810) | func (t *Transport) expectContinueTimeout() time.Duration { method NewClientConn (line 817) | func (t *Transport) NewClientConn(c net.Conn) (*ClientConn, error) { method newClientConn (line 821) | func (t *Transport) newClientConn(c net.Conn, singleUse bool) (*Client... method vlogf (line 3095) | func (t *Transport) vlogf(format string, args ...interface{}) { method logf (line 3101) | func (t *Transport) logf(format string, args ...interface{}) { method idleConnTimeout (line 3198) | func (t *Transport) idleConnTimeout() time.Duration { method dialTLSWithContext (line 3277) | func (t *Transport) dialTLSWithContext(ctx context.Context, network, a... type transportTestHooks (line 194) | type transportTestHooks struct function ConfigureTransport (line 267) | func ConfigureTransport(t1 *http.Transport) error { function ConfigureTransports (line 275) | func ConfigureTransports(t1 *http.Transport) (*Transport, error) { function configureTransports (line 279) | func configureTransports(t1 *http.Transport) (*Transport, error) { type unencryptedTransport (line 335) | type unencryptedTransport method RoundTrip (line 337) | func (t *unencryptedTransport) RoundTrip(req *http.Request) (*http.Res... type ClientConn (line 356) | type ClientConn struct method healthCheck (line 916) | func (cc *ClientConn) healthCheck() { method SetDoNotReuse (line 933) | func (cc *ClientConn) SetDoNotReuse() { method setGoAway (line 939) | func (cc *ClientConn) setGoAway(f *GoAwayFrame) { method CanTakeNewRequest (line 979) | func (cc *ClientConn) CanTakeNewRequest() bool { method ReserveNewRequest (line 988) | func (cc *ClientConn) ReserveNewRequest() bool { method State (line 1032) | func (cc *ClientConn) State() ClientConnState { method idleState (line 1059) | func (cc *ClientConn) idleState() clientConnIdleState { method idleStateLocked (line 1065) | func (cc *ClientConn) idleStateLocked() (st clientConnIdleState) { method currentRequestCountLocked (line 1107) | func (cc *ClientConn) currentRequestCountLocked() int { method canTakeNewRequestLocked (line 1111) | func (cc *ClientConn) canTakeNewRequestLocked() bool { method tooIdleLocked (line 1118) | func (cc *ClientConn) tooIdleLocked() bool { method onIdleTimeout (line 1132) | func (cc *ClientConn) onIdleTimeout() { method closeConn (line 1136) | func (cc *ClientConn) closeConn() { method forceCloseConn (line 1144) | func (cc *ClientConn) forceCloseConn() { method closeIfIdle (line 1154) | func (cc *ClientConn) closeIfIdle() { method isDoNotReuseAndIdle (line 1172) | func (cc *ClientConn) isDoNotReuseAndIdle() bool { method Shutdown (line 1181) | func (cc *ClientConn) Shutdown(ctx context.Context) error { method sendGoAway (line 1219) | func (cc *ClientConn) sendGoAway() error { method closeForError (line 1245) | func (cc *ClientConn) closeForError(err error) { method Close (line 1259) | func (cc *ClientConn) Close() error { method closeForLostPing (line 1266) | func (cc *ClientConn) closeForLostPing() { method responseHeaderTimeout (line 1278) | func (cc *ClientConn) responseHeaderTimeout() time.Duration { method decrStreamReservations (line 1302) | func (cc *ClientConn) decrStreamReservations() { method decrStreamReservationsLocked (line 1308) | func (cc *ClientConn) decrStreamReservationsLocked() { method RoundTrip (line 1314) | func (cc *ClientConn) RoundTrip(req *http.Request) (*http.Response, er... method roundTrip (line 1318) | func (cc *ClientConn) roundTrip(req *http.Request, streamf func(*clien... method awaitOpenSlotForStreamLocked (line 1749) | func (cc *ClientConn) awaitOpenSlotForStreamLocked(cs *clientStream) e... method writeHeaders (line 1776) | func (cc *ClientConn) writeHeaders(streamID uint32, endStream bool, ma... method encodeTrailers (line 2032) | func (cc *ClientConn) encodeTrailers(trailer http.Header) ([]byte, err... method writeHeader (line 2062) | func (cc *ClientConn) writeHeader(name, value string) { method addStreamLocked (line 2076) | func (cc *ClientConn) addStreamLocked(cs *clientStream) { method forgetStreamID (line 2088) | func (cc *ClientConn) forgetStreamID(id uint32) { method readLoop (line 2123) | func (cc *ClientConn) readLoop() { method countReadFrameError (line 2224) | func (cc *ClientConn) countReadFrameError(err error) { method Ping (line 2981) | func (cc *ClientConn) Ping(ctx context.Context) error { method writeStreamReset (line 3066) | func (cc *ClientConn) writeStreamReset(streamID uint32, code ErrCode, ... method logf (line 3087) | func (cc *ClientConn) logf(format string, args ...interface{}) { method vlogf (line 3091) | func (cc *ClientConn) vlogf(format string, args ...interface{}) { type clientStream (line 439) | type clientStream struct method get1xxTraceFunc (line 492) | func (cs *clientStream) get1xxTraceFunc() func(int, textproto.MIMEHead... method abortStream (line 499) | func (cs *clientStream) abortStream(err error) { method abortStreamLocked (line 505) | func (cs *clientStream) abortStreamLocked(err error) { method abortRequestBodyWrite (line 520) | func (cs *clientStream) abortRequestBodyWrite() { method closeReqBodyLocked (line 530) | func (cs *clientStream) closeReqBodyLocked() { method doRequest (line 1429) | func (cs *clientStream) doRequest(req *http.Request, streamf func(*cli... method writeRequest (line 1444) | func (cs *clientStream) writeRequest(req *http.Request, streamf func(*... method encodeAndWriteHeaders (line 1588) | func (cs *clientStream) encodeAndWriteHeaders(req *http.Request) error { method cleanupWriteRequest (line 1648) | func (cs *clientStream) cleanupWriteRequest(err error) { method frameScratchBufferLen (line 1817) | func (cs *clientStream) frameScratchBufferLen(maxFrameSize int) int { method writeRequestBody (line 1858) | func (cs *clientStream) writeRequestBody(req *http.Request) (err error) { method awaitFlowControl (line 1994) | func (cs *clientStream) awaitFlowControl(maxBytes int) (taken int32, e... method copyTrailers (line 2805) | func (cs *clientStream) copyTrailers() { type stickyErrWriter (line 543) | type stickyErrWriter struct method Write (line 550) | func (sew stickyErrWriter) Write(p []byte) (n int, err error) { type noCachedConnError (line 565) | type noCachedConnError struct method IsHTTP2NoCachedConnError (line 567) | func (noCachedConnError) IsHTTP2NoCachedConnError() {} method Error (line 568) | func (noCachedConnError) Error() string { return "http2: n... function isNoCachedConnError (line 573) | func isNoCachedConnError(err error) bool { type RoundTripOpt (line 581) | type RoundTripOpt struct function authorityAddr (line 597) | func authorityAddr(scheme string, authority string) (addr string) { function shouldRetryRequest (line 708) | func shouldRetryRequest(req *http.Request, err error) (*http.Request, er... function canRetryError (line 740) | func canRetryError(err error) bool { type ClientConnState (line 999) | type ClientConnState struct type clientConnIdleState (line 1055) | type clientConnIdleState struct function actualContentLength (line 1292) | func actualContentLength(req *http.Request) int64 { function encodeRequestHeaders (line 1628) | func encodeRequestHeaders(req *http.Request, addGzipHeader bool, peerMax... function bufPoolIndex (line 1845) | func bufPoolIndex(size int) int { type resAndError (line 2069) | type resAndError struct type clientConnReadLoop (line 2117) | type clientConnReadLoop struct method cleanup (line 2156) | func (rl *clientConnReadLoop) cleanup() { method run (line 2249) | func (rl *clientConnReadLoop) run() error { method processHeaders (line 2317) | func (rl *clientConnReadLoop) processHeaders(f *MetaHeadersFrame) error { method handleResponse (line 2381) | func (rl *clientConnReadLoop) handleResponse(cs *clientStream, f *Meta... method processTrailers (line 2519) | func (rl *clientConnReadLoop) processTrailers(cs *clientStream, f *Met... method processData (line 2645) | func (rl *clientConnReadLoop) processData(f *DataFrame) error { method endStream (line 2761) | func (rl *clientConnReadLoop) endStream(cs *clientStream) { method endStreamError (line 2777) | func (rl *clientConnReadLoop) endStreamError(cs *clientStream, err err... method streamByID (line 2790) | func (rl *clientConnReadLoop) streamByID(id uint32, headerOrData bool)... method processGoAway (line 2815) | func (rl *clientConnReadLoop) processGoAway(f *GoAwayFrame) error { method processSettings (line 2829) | func (rl *clientConnReadLoop) processSettings(f *SettingsFrame) error { method processSettingsNoWrite (line 2846) | func (rl *clientConnReadLoop) processSettingsNoWrite(f *SettingsFrame)... method processWindowUpdate (line 2930) | func (rl *clientConnReadLoop) processWindowUpdate(f *WindowUpdateFrame... method processResetStream (line 2960) | func (rl *clientConnReadLoop) processResetStream(f *RSTStreamFrame) er... method processPing (line 3026) | func (rl *clientConnReadLoop) processPing(f *PingFrame) error { method processPushPromise (line 3053) | func (rl *clientConnReadLoop) processPushPromise(f *PushPromiseFrame) ... type GoAwayError (line 2137) | type GoAwayError struct method Error (line 2143) | func (e GoAwayError) Error() string { function isEOFOrNetReadError (line 2148) | func isEOFOrNetReadError(err error) bool { type transportResponseBody (line 2549) | type transportResponseBody struct method Read (line 2553) | func (b transportResponseBody) Read(p []byte) (n int, err error) { method Close (line 2607) | func (b transportResponseBody) Close() error { constant headerOrDataFrame (line 2784) | headerOrDataFrame = true constant notHeaderOrDataFrame (line 2785) | notHeaderOrDataFrame = false type noBodyReader (line 3107) | type noBodyReader struct method Close (line 3109) | func (noBodyReader) Close() error { return nil } method Read (line 3110) | func (noBodyReader) Read([]byte) (int, error) { return 0, io.EOF } type missingBody (line 3112) | type missingBody struct method Close (line 3114) | func (missingBody) Close() error { return nil } method Read (line 3115) | func (missingBody) Read([]byte) (int, error) { return 0, io.ErrUnexpec... function strSliceContains (line 3117) | func strSliceContains(ss []string, s string) bool { type erringRoundTripper (line 3126) | type erringRoundTripper struct method RoundTripErr (line 3128) | func (rt erringRoundTripper) RoundTripErr() error ... method RoundTrip (line 3129) | func (rt erringRoundTripper) RoundTrip(*http.Request) (*http.Response,... type gzipReader (line 3133) | type gzipReader struct method Read (line 3140) | func (gz *gzipReader) Read(p []byte) (n int, err error) { method Close (line 3154) | func (gz *gzipReader) Close() error { type errorReader (line 3162) | type errorReader struct method Read (line 3164) | func (r errorReader) Read(p []byte) (int, error) { return 0, r.err } function isConnectionCloseRequest (line 3168) | func isConnectionCloseRequest(req *http.Request) bool { function registerHTTPSProtocol (line 3174) | func registerHTTPSProtocol(t *http.Transport, rt noDialH2RoundTripper) (... type noDialH2RoundTripper (line 3188) | type noDialH2RoundTripper struct method RoundTrip (line 3190) | func (rt noDialH2RoundTripper) RoundTrip(req *http.Request) (*http.Res... function traceGetConn (line 3213) | func traceGetConn(req *http.Request, hostPort string) { function traceGotConn (line 3221) | func traceGotConn(req *http.Request, cc *ClientConn, reused bool) { function traceWroteHeaders (line 3238) | func traceWroteHeaders(trace *httptrace.ClientTrace) { function traceGot100Continue (line 3244) | func traceGot100Continue(trace *httptrace.ClientTrace) { function traceWait100Continue (line 3250) | func traceWait100Continue(trace *httptrace.ClientTrace) { function traceWroteRequest (line 3256) | func traceWroteRequest(trace *httptrace.ClientTrace, err error) { function traceFirstResponseByte (line 3262) | func traceFirstResponseByte(trace *httptrace.ClientTrace) { function traceGot1xxResponseFunc (line 3268) | func traceGot1xxResponseFunc(trace *httptrace.ClientTrace) func(int, tex... FILE: vendor/golang.org/x/net/http2/unencrypted.go constant nextProtoUnencryptedHTTP2 (line 13) | nextProtoUnencryptedHTTP2 = "unencrypted_http2" function unencryptedNetConnFromTLSConn (line 24) | func unencryptedNetConnFromTLSConn(tc *tls.Conn) (net.Conn, error) { FILE: vendor/golang.org/x/net/http2/write.go type writeFramer (line 20) | type writeFramer interface type writeContext (line 39) | type writeContext interface function writeEndsStream (line 51) | func writeEndsStream(w writeFramer) bool { type flushFrameWriter (line 66) | type flushFrameWriter struct method writeFrame (line 68) | func (flushFrameWriter) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 72) | func (flushFrameWriter) staysWithinBuffer(max int) bool { return false } type writeSettings (line 74) | type writeSettings method staysWithinBuffer (line 76) | func (s writeSettings) staysWithinBuffer(max int) bool { method writeFrame (line 82) | func (s writeSettings) writeFrame(ctx writeContext) error { type writeGoAway (line 86) | type writeGoAway struct method writeFrame (line 91) | func (p *writeGoAway) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 97) | func (*writeGoAway) staysWithinBuffer(max int) bool { return false } type writeData (line 99) | type writeData struct method String (line 105) | func (w *writeData) String() string { method writeFrame (line 109) | func (w *writeData) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 113) | func (w *writeData) staysWithinBuffer(max int) bool { type handlerPanicRST (line 119) | type handlerPanicRST struct method writeFrame (line 123) | func (hp handlerPanicRST) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 127) | func (hp handlerPanicRST) staysWithinBuffer(max int) bool { return fra... method writeFrame (line 129) | func (se StreamError) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 133) | func (se StreamError) staysWithinBuffer(max int) bool { return frameHead... type writePing (line 135) | type writePing struct method writeFrame (line 139) | func (w writePing) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 143) | func (w writePing) staysWithinBuffer(max int) bool { return frameHeade... type writePingAck (line 145) | type writePingAck struct method writeFrame (line 147) | func (w writePingAck) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 151) | func (w writePingAck) staysWithinBuffer(max int) bool { return frameHe... type writeSettingsAck (line 153) | type writeSettingsAck struct method writeFrame (line 155) | func (writeSettingsAck) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 159) | func (writeSettingsAck) staysWithinBuffer(max int) bool { return frame... function splitHeaderBlock (line 164) | func splitHeaderBlock(ctx writeContext, headerBlock []byte, fn func(ctx ... type writeResHeaders (line 190) | type writeResHeaders struct method staysWithinBuffer (line 209) | func (w *writeResHeaders) staysWithinBuffer(max int) bool { method writeFrame (line 220) | func (w *writeResHeaders) writeFrame(ctx writeContext) error { method writeHeaderBlock (line 248) | func (w *writeResHeaders) writeHeaderBlock(ctx writeContext, frag []by... function encKV (line 202) | func encKV(enc *hpack.Encoder, k, v string) { type writePushPromise (line 262) | type writePushPromise struct method staysWithinBuffer (line 274) | func (w *writePushPromise) staysWithinBuffer(max int) bool { method writeFrame (line 279) | func (w *writePushPromise) writeFrame(ctx writeContext) error { method writeHeaderBlock (line 297) | func (w *writePushPromise) writeHeaderBlock(ctx writeContext, frag []b... type write100ContinueHeadersFrame (line 310) | type write100ContinueHeadersFrame struct method writeFrame (line 314) | func (w write100ContinueHeadersFrame) writeFrame(ctx writeContext) err... method staysWithinBuffer (line 326) | func (w write100ContinueHeadersFrame) staysWithinBuffer(max int) bool { type writeWindowUpdate (line 331) | type writeWindowUpdate struct method staysWithinBuffer (line 336) | func (wu writeWindowUpdate) staysWithinBuffer(max int) bool { return f... method writeFrame (line 338) | func (wu writeWindowUpdate) writeFrame(ctx writeContext) error { function encodeHeaders (line 344) | func encodeHeaders(enc *hpack.Encoder, h http.Header, keys []string) { FILE: vendor/golang.org/x/net/http2/writesched.go type WriteScheduler (line 11) | type WriteScheduler interface type OpenStreamOptions (line 41) | type OpenStreamOptions struct type FrameWriteRequest (line 48) | type FrameWriteRequest struct method StreamID (line 67) | func (wr FrameWriteRequest) StreamID() uint32 { method isControl (line 83) | func (wr FrameWriteRequest) isControl() bool { method DataSize (line 89) | func (wr FrameWriteRequest) DataSize() int { method Consume (line 106) | func (wr FrameWriteRequest) Consume(n int32) (FrameWriteRequest, Frame... method String (line 161) | func (wr FrameWriteRequest) String() string { method replyToWriter (line 173) | func (wr *FrameWriteRequest) replyToWriter(err error) { type writeQueue (line 186) | type writeQueue struct method empty (line 191) | func (q *writeQueue) empty() bool { return len(q.s) == 0 } method push (line 193) | func (q *writeQueue) push(wr FrameWriteRequest) { method shift (line 197) | func (q *writeQueue) shift() FrameWriteRequest { method consume (line 213) | func (q *writeQueue) consume(n int32) (FrameWriteRequest, bool) { type writeQueuePool (line 229) | type writeQueuePool method put (line 232) | func (p *writeQueuePool) put(q *writeQueue) { method get (line 241) | func (p *writeQueuePool) get() *writeQueue { FILE: vendor/golang.org/x/net/http2/writesched_priority.go constant priorityDefaultWeight (line 14) | priorityDefaultWeight = 15 type PriorityWriteSchedulerConfig (line 17) | type PriorityWriteSchedulerConfig struct function NewPriorityWriteScheduler (line 58) | func NewPriorityWriteScheduler(cfg *PriorityWriteSchedulerConfig) WriteS... type priorityNodeState (line 84) | type priorityNodeState constant priorityNodeOpen (line 87) | priorityNodeOpen priorityNodeState = iota constant priorityNodeClosed (line 88) | priorityNodeClosed constant priorityNodeIdle (line 89) | priorityNodeIdle type priorityNode (line 95) | type priorityNode struct method setParent (line 109) | func (n *priorityNode) setParent(parent *priorityNode) { method addBytes (line 144) | func (n *priorityNode) addBytes(b int64) { method walkReadyInOrder (line 157) | func (n *priorityNode) walkReadyInOrder(openParent bool, tmp *[]*prior... type sortPriorityNodeSiblings (line 210) | type sortPriorityNodeSiblings method Len (line 212) | func (z sortPriorityNodeSiblings) Len() int { return len(z) } method Swap (line 213) | func (z sortPriorityNodeSiblings) Swap(i, k int) { z[i], z[k] = z[k], ... method Less (line 214) | func (z sortPriorityNodeSiblings) Less(i, k int) bool { type priorityWriteScheduler (line 228) | type priorityWriteScheduler struct method OpenStream (line 257) | func (ws *priorityWriteScheduler) OpenStream(streamID uint32, options ... method CloseStream (line 288) | func (ws *priorityWriteScheduler) CloseStream(streamID uint32) { method AdjustStream (line 313) | func (ws *priorityWriteScheduler) AdjustStream(streamID uint32, priori... method Push (line 384) | func (ws *priorityWriteScheduler) Push(wr FrameWriteRequest) { method Pop (line 404) | func (ws *priorityWriteScheduler) Pop() (wr FrameWriteRequest, ok bool) { method addClosedOrIdleNode (line 431) | func (ws *priorityWriteScheduler) addClosedOrIdleNode(list *[]*priorit... method removeNode (line 445) | func (ws *priorityWriteScheduler) removeNode(n *priorityNode) { FILE: vendor/golang.org/x/net/http2/writesched_random.go function NewRandomWriteScheduler (line 13) | func NewRandomWriteScheduler() WriteScheduler { type randomWriteScheduler (line 17) | type randomWriteScheduler struct method OpenStream (line 30) | func (ws *randomWriteScheduler) OpenStream(streamID uint32, options Op... method CloseStream (line 34) | func (ws *randomWriteScheduler) CloseStream(streamID uint32) { method AdjustStream (line 43) | func (ws *randomWriteScheduler) AdjustStream(streamID uint32, priority... method Push (line 47) | func (ws *randomWriteScheduler) Push(wr FrameWriteRequest) { method Pop (line 61) | func (ws *randomWriteScheduler) Pop() (FrameWriteRequest, bool) { FILE: vendor/golang.org/x/net/http2/writesched_roundrobin.go type roundRobinWriteScheduler (line 12) | type roundRobinWriteScheduler struct method OpenStream (line 39) | func (ws *roundRobinWriteScheduler) OpenStream(streamID uint32, option... method CloseStream (line 59) | func (ws *roundRobinWriteScheduler) CloseStream(streamID uint32) { method AdjustStream (line 78) | func (ws *roundRobinWriteScheduler) AdjustStream(streamID uint32, prio... method Push (line 80) | func (ws *roundRobinWriteScheduler) Push(wr FrameWriteRequest) { method Pop (line 99) | func (ws *roundRobinWriteScheduler) Pop() (FrameWriteRequest, bool) { function newRoundRobinWriteScheduler (line 32) | func newRoundRobinWriteScheduler() WriteScheduler { FILE: vendor/golang.org/x/net/icmp/dstunreach.go type DstUnreach (line 15) | type DstUnreach struct method Len (line 21) | func (p *DstUnreach) Len(proto int) int { method Marshal (line 30) | func (p *DstUnreach) Marshal(proto int) ([]byte, error) { function parseDstUnreach (line 48) | func parseDstUnreach(proto int, typ Type, b []byte) (MessageBody, error) { FILE: vendor/golang.org/x/net/icmp/echo.go type Echo (line 16) | type Echo struct method Len (line 23) | func (p *Echo) Len(proto int) int { method Marshal (line 31) | func (p *Echo) Marshal(proto int) ([]byte, error) { function parseEcho (line 40) | func parseEcho(proto int, _ Type, b []byte) (MessageBody, error) { type ExtendedEchoRequest (line 55) | type ExtendedEchoRequest struct method Len (line 63) | func (p *ExtendedEchoRequest) Len(proto int) int { method Marshal (line 72) | func (p *ExtendedEchoRequest) Marshal(proto int) ([]byte, error) { function parseExtendedEchoRequest (line 99) | func parseExtendedEchoRequest(proto int, typ Type, b []byte) (MessageBod... type ExtendedEchoReply (line 117) | type ExtendedEchoReply struct method Len (line 127) | func (p *ExtendedEchoReply) Len(proto int) int { method Marshal (line 135) | func (p *ExtendedEchoReply) Marshal(proto int) ([]byte, error) { function parseExtendedEchoReply (line 154) | func parseExtendedEchoReply(proto int, _ Type, b []byte) (MessageBody, e... FILE: vendor/golang.org/x/net/icmp/endpoint.go type PacketConn (line 20) | type PacketConn struct method ok (line 26) | func (c *PacketConn) ok() bool { return c != nil && c.c != nil } method IPv4PacketConn (line 30) | func (c *PacketConn) IPv4PacketConn() *ipv4.PacketConn { method IPv6PacketConn (line 39) | func (c *PacketConn) IPv6PacketConn() *ipv6.PacketConn { method ReadFrom (line 47) | func (c *PacketConn) ReadFrom(b []byte) (int, net.Addr, error) { method WriteTo (line 65) | func (c *PacketConn) WriteTo(b []byte, dst net.Addr) (int, error) { method Close (line 73) | func (c *PacketConn) Close() error { method LocalAddr (line 81) | func (c *PacketConn) LocalAddr() net.Addr { method SetDeadline (line 90) | func (c *PacketConn) SetDeadline(t time.Time) error { method SetReadDeadline (line 99) | func (c *PacketConn) SetReadDeadline(t time.Time) error { method SetWriteDeadline (line 108) | func (c *PacketConn) SetWriteDeadline(t time.Time) error { FILE: vendor/golang.org/x/net/icmp/extension.go type Extension (line 15) | type Extension interface constant extensionVersion (line 27) | extensionVersion = 2 function validExtensionHeader (line 29) | func validExtensionHeader(b []byte) bool { function parseExtensions (line 48) | func parseExtensions(typ Type, b []byte, l int) ([]Extension, int, error) { function validExtensions (line 116) | func validExtensions(typ Type, exts []Extension) bool { type RawExtension (line 155) | type RawExtension struct method Len (line 160) | func (p *RawExtension) Len(proto int) int { method Marshal (line 168) | func (p *RawExtension) Marshal(proto int) ([]byte, error) { FILE: vendor/golang.org/x/net/icmp/helper_posix.go function sockaddr (line 15) | func sockaddr(family int, address string) (syscall.Sockaddr, error) { function zoneToUint32 (line 53) | func zoneToUint32(zone string) uint32 { function last (line 67) | func last(s string, b byte) int { FILE: vendor/golang.org/x/net/icmp/interface.go constant classInterfaceInfo (line 16) | classInterfaceInfo = 2 constant attrMTU (line 20) | attrMTU = 1 << iota constant attrName (line 21) | attrName constant attrIPAddr (line 22) | attrIPAddr constant attrIfIndex (line 23) | attrIfIndex type InterfaceInfo (line 27) | type InterfaceInfo struct method nameLen (line 34) | func (ifi *InterfaceInfo) nameLen() int { method attrsAndLen (line 42) | func (ifi *InterfaceInfo) attrsAndLen(proto int) (attrs, l int) { method Len (line 74) | func (ifi *InterfaceInfo) Len(proto int) int { method Marshal (line 80) | func (ifi *InterfaceInfo) Marshal(proto int) ([]byte, error) { method marshal (line 89) | func (ifi *InterfaceInfo) marshal(proto int, b []byte, attrs, l int) e... method marshalIfIndex (line 111) | func (ifi *InterfaceInfo) marshalIfIndex(proto int, b []byte) []byte { method parseIfIndex (line 116) | func (ifi *InterfaceInfo) parseIfIndex(b []byte) ([]byte, error) { method marshalIPAddr (line 124) | func (ifi *InterfaceInfo) marshalIPAddr(proto int, b []byte) []byte { method parseIPAddr (line 138) | func (ifi *InterfaceInfo) parseIPAddr(b []byte) ([]byte, error) { method marshalName (line 163) | func (ifi *InterfaceInfo) marshalName(proto int, b []byte) []byte { method parseName (line 170) | func (ifi *InterfaceInfo) parseName(b []byte) ([]byte, error) { method marshalMTU (line 184) | func (ifi *InterfaceInfo) marshalMTU(proto int, b []byte) []byte { method parseMTU (line 189) | func (ifi *InterfaceInfo) parseMTU(b []byte) ([]byte, error) { function parseInterfaceInfo (line 197) | func parseInterfaceInfo(b []byte) (Extension, error) { constant classInterfaceIdent (line 236) | classInterfaceIdent = 3 constant typeInterfaceByName (line 237) | typeInterfaceByName = 1 constant typeInterfaceByIndex (line 238) | typeInterfaceByIndex = 2 constant typeInterfaceByAddress (line 239) | typeInterfaceByAddress = 3 type InterfaceIdent (line 243) | type InterfaceIdent struct method Len (line 253) | func (ifi *InterfaceIdent) Len(_ int) int { method Marshal (line 271) | func (ifi *InterfaceIdent) Marshal(proto int) ([]byte, error) { method marshal (line 279) | func (ifi *InterfaceIdent) marshal(proto int, b []byte) error { function parseInterfaceIdent (line 296) | func parseInterfaceIdent(b []byte) (Extension, error) { FILE: vendor/golang.org/x/net/icmp/ipv4.go function ParseIPv4Header (line 30) | func ParseIPv4Header(b []byte) (*ipv4.Header, error) { FILE: vendor/golang.org/x/net/icmp/ipv6.go constant ipv6PseudoHeaderLen (line 13) | ipv6PseudoHeaderLen = 2*net.IPv6len + 8 function IPv6PseudoHeader (line 17) | func IPv6PseudoHeader(src, dst net.IP) []byte { FILE: vendor/golang.org/x/net/icmp/listen_posix.go constant sysIP_STRIPHDR (line 20) | sysIP_STRIPHDR = 0x17 function ListenPacket (line 46) | func ListenPacket(network, address string) (*PacketConn, error) { FILE: vendor/golang.org/x/net/icmp/listen_stub.go function ListenPacket (line 33) | func ListenPacket(network, address string) (*PacketConn, error) { FILE: vendor/golang.org/x/net/icmp/message.go function checksum (line 42) | func checksum(b []byte) uint16 { type Type (line 57) | type Type interface type Message (line 62) | type Message struct method Marshal (line 78) | func (m *Message) Marshal(psh []byte) ([]byte, error) { function ParseMessage (line 139) | func ParseMessage(proto int, b []byte) (*Message, error) { FILE: vendor/golang.org/x/net/icmp/messagebody.go type MessageBody (line 8) | type MessageBody interface type RawBody (line 25) | type RawBody struct method Len (line 30) | func (p *RawBody) Len(proto int) int { method Marshal (line 38) | func (p *RawBody) Marshal(proto int) ([]byte, error) { function parseRawBody (line 43) | func parseRawBody(proto int, b []byte) (MessageBody, error) { FILE: vendor/golang.org/x/net/icmp/mpls.go type MPLSLabel (line 10) | type MPLSLabel struct constant classMPLSLabelStack (line 18) | classMPLSLabelStack = 1 constant typeIncomingMPLSLabelStack (line 19) | typeIncomingMPLSLabelStack = 1 type MPLSLabelStack (line 23) | type MPLSLabelStack struct method Len (line 30) | func (ls *MPLSLabelStack) Len(proto int) int { method Marshal (line 35) | func (ls *MPLSLabelStack) Marshal(proto int) ([]byte, error) { method marshal (line 43) | func (ls *MPLSLabelStack) marshal(proto int, b []byte) error { function parseMPLSLabelStack (line 60) | func parseMPLSLabelStack(b []byte) (Extension, error) { FILE: vendor/golang.org/x/net/icmp/multipart.go function multipartMessageBodyDataLen (line 13) | func multipartMessageBodyDataLen(proto int, withOrigDgram bool, b []byte... function multipartMessageOrigDatagramLen (line 38) | func multipartMessageOrigDatagramLen(proto int, b []byte) int { function marshalMultipartMessageBody (line 61) | func marshalMultipartMessageBody(proto int, withOrigDgram bool, data []b... function parseMultipartMessageBody (line 108) | func parseMultipartMessageBody(proto int, typ Type, b []byte) ([]byte, [... FILE: vendor/golang.org/x/net/icmp/packettoobig.go type PacketTooBig (line 10) | type PacketTooBig struct method Len (line 16) | func (p *PacketTooBig) Len(proto int) int { method Marshal (line 24) | func (p *PacketTooBig) Marshal(proto int) ([]byte, error) { function parsePacketTooBig (line 32) | func parsePacketTooBig(proto int, _ Type, b []byte) (MessageBody, error) { FILE: vendor/golang.org/x/net/icmp/paramprob.go type ParamProb (line 15) | type ParamProb struct method Len (line 22) | func (p *ParamProb) Len(proto int) int { method Marshal (line 31) | func (p *ParamProb) Marshal(proto int) ([]byte, error) { function parseParamProb (line 54) | func parseParamProb(proto int, typ Type, b []byte) (MessageBody, error) { FILE: vendor/golang.org/x/net/icmp/sys_freebsd.go function init (line 9) | func init() { FILE: vendor/golang.org/x/net/icmp/timeexceeded.go type TimeExceeded (line 14) | type TimeExceeded struct method Len (line 20) | func (p *TimeExceeded) Len(proto int) int { method Marshal (line 29) | func (p *TimeExceeded) Marshal(proto int) ([]byte, error) { function parseTimeExceeded (line 46) | func parseTimeExceeded(proto int, typ Type, b []byte) (MessageBody, erro... FILE: vendor/golang.org/x/net/idna/go118.go constant transitionalLookup (line 13) | transitionalLookup = false FILE: vendor/golang.org/x/net/idna/idna10.0.0.go function ToASCII (line 46) | func ToASCII(s string) (string, error) { function ToUnicode (line 51) | func ToUnicode(s string) (string, error) { type Option (line 56) | type Option function Transitional (line 63) | func Transitional(transitional bool) Option { function VerifyDNSLength (line 71) | func VerifyDNSLength(verify bool) Option { function RemoveLeadingDots (line 77) | func RemoveLeadingDots(remove bool) Option { function ValidateLabels (line 86) | func ValidateLabels(enable bool) Option { function CheckHyphens (line 109) | func CheckHyphens(enable bool) Option { function CheckJoiners (line 117) | func CheckJoiners(enable bool) Option { function StrictDomainName (line 134) | func StrictDomainName(use bool) Option { function BidiRule (line 145) | func BidiRule() Option { function ValidateForRegistration (line 151) | func ValidateForRegistration() Option { function MapForLookup (line 169) | func MapForLookup() Option { type options (line 177) | type options struct type Profile (line 200) | type Profile struct method ToASCII (line 228) | func (p *Profile) ToASCII(s string) (string, error) { method ToUnicode (line 236) | func (p *Profile) ToUnicode(s string) (string, error) { method String (line 244) | func (p *Profile) String() string { method process (line 336) | func (p *Profile) process(s string, toASCII bool) (string, error) { method simplify (line 601) | func (p *Profile) simplify(cat category) category { method validateLabel (line 709) | func (p *Profile) validateLabel(s string) (err error) { function apply (line 204) | func apply(o *options, opts []Option) { function New (line 218) | func New(o ...Option) *Profile { type labelError (line 320) | type labelError struct method code (line 322) | func (e labelError) code() string { return e.code_ } method Error (line 323) | func (e labelError) Error() string { type runeError (line 327) | type runeError method code (line 329) | func (e runeError) code() string { return "P1" } method Error (line 330) | func (e runeError) Error() string { function normalize (line 427) | func normalize(p *Profile, s string) (mapped string, isBidi bool, err er... function validateRegistration (line 436) | func validateRegistration(p *Profile, s string) (idem string, bidi bool,... method isBidi (line 461) | func (c info) isBidi(s string) bool { function validateAndMap (line 475) | func validateAndMap(p *Profile, s string) (vm string, bidi bool, err err... type labelIter (line 539) | type labelIter struct method reset (line 547) | func (l *labelIter) reset() { method done (line 553) | func (l *labelIter) done() bool { method result (line 557) | func (l *labelIter) result() string { method label (line 564) | func (l *labelIter) label() string { method next (line 577) | func (l *labelIter) next() { method set (line 591) | func (l *labelIter) set(s string) { constant acePrefix (line 599) | acePrefix = "xn--" function validateFromPunycode (line 626) | func validateFromPunycode(p *Profile, s string) error { constant zwnj (line 646) | zwnj = "\u200c" constant zwj (line 647) | zwj = "\u200d" type joinState (line 650) | type joinState constant stateStart (line 653) | stateStart joinState = iota constant stateVirama (line 654) | stateVirama constant stateBefore (line 655) | stateBefore constant stateBeforeVirama (line 656) | stateBeforeVirama constant stateAfter (line 657) | stateAfter constant stateFAIL (line 658) | stateFAIL function ascii (line 762) | func ascii(s string) bool { FILE: vendor/golang.org/x/net/idna/idna9.0.0.go function ToASCII (line 45) | func ToASCII(s string) (string, error) { function ToUnicode (line 50) | func ToUnicode(s string) (string, error) { type Option (line 55) | type Option function Transitional (line 62) | func Transitional(transitional bool) Option { function VerifyDNSLength (line 70) | func VerifyDNSLength(verify bool) Option { function RemoveLeadingDots (line 76) | func RemoveLeadingDots(remove bool) Option { function ValidateLabels (line 85) | func ValidateLabels(enable bool) Option { function CheckHyphens (line 108) | func CheckHyphens(enable bool) Option { function CheckJoiners (line 116) | func CheckJoiners(enable bool) Option { function StrictDomainName (line 133) | func StrictDomainName(use bool) Option { function BidiRule (line 144) | func BidiRule() Option { function ValidateForRegistration (line 150) | func ValidateForRegistration() Option { function MapForLookup (line 168) | func MapForLookup() Option { type options (line 177) | type options struct type Profile (line 200) | type Profile struct method ToASCII (line 228) | func (p *Profile) ToASCII(s string) (string, error) { method ToUnicode (line 236) | func (p *Profile) ToUnicode(s string) (string, error) { method String (line 244) | func (p *Profile) String() string { method process (line 338) | func (p *Profile) process(s string, toASCII bool) (string, error) { method simplify (line 551) | func (p *Profile) simplify(cat category) category { method validateLabel (line 654) | func (p *Profile) validateLabel(s string) error { function apply (line 204) | func apply(o *options, opts []Option) { function New (line 218) | func New(o ...Option) *Profile { type labelError (line 322) | type labelError struct method code (line 324) | func (e labelError) code() string { return e.code_ } method Error (line 325) | func (e labelError) Error() string { type runeError (line 329) | type runeError method code (line 331) | func (e runeError) code() string { return "P1" } method Error (line 332) | func (e runeError) Error() string { function normalize (line 418) | func normalize(p *Profile, s string) (string, error) { function validateRegistration (line 422) | func validateRegistration(p *Profile, s string) (string, error) { function validateAndMap (line 442) | func validateAndMap(p *Profile, s string) (string, error) { type labelIter (line 489) | type labelIter struct method reset (line 497) | func (l *labelIter) reset() { method done (line 503) | func (l *labelIter) done() bool { method result (line 507) | func (l *labelIter) result() string { method label (line 514) | func (l *labelIter) label() string { method next (line 527) | func (l *labelIter) next() { method set (line 541) | func (l *labelIter) set(s string) { constant acePrefix (line 549) | acePrefix = "xn--" function validateFromPunycode (line 576) | func validateFromPunycode(p *Profile, s string) error { constant zwnj (line 591) | zwnj = "\u200c" constant zwj (line 592) | zwj = "\u200d" type joinState (line 595) | type joinState constant stateStart (line 598) | stateStart joinState = iota constant stateVirama (line 599) | stateVirama constant stateBefore (line 600) | stateBefore constant stateBeforeVirama (line 601) | stateBeforeVirama constant stateAfter (line 602) | stateAfter constant stateFAIL (line 603) | stateFAIL function ascii (line 710) | func ascii(s string) bool { FILE: vendor/golang.org/x/net/idna/pre_go118.go constant transitionalLookup (line 11) | transitionalLookup = true FILE: vendor/golang.org/x/net/idna/punycode.go constant base (line 22) | base int32 = 36 constant damp (line 23) | damp int32 = 700 constant initialBias (line 24) | initialBias int32 = 72 constant initialN (line 25) | initialN int32 = 128 constant skew (line 26) | skew int32 = 38 constant tmax (line 27) | tmax int32 = 26 constant tmin (line 28) | tmin int32 = 1 function punyError (line 31) | func punyError(s string) error { return &labelError{s, "A3"} } function decode (line 34) | func decode(encoded string) (string, error) { function encode (line 105) | func encode(prefix, s string) (string, error) { function madd (line 173) | func madd(a, b, c int32) (next int32, overflow bool) { function decodeDigit (line 181) | func decodeDigit(x byte) (digit int32, ok bool) { function encodeDigit (line 193) | func encodeDigit(digit int32) byte { function adapt (line 204) | func adapt(delta, numPoints int32, firstTime bool) int32 { FILE: vendor/golang.org/x/net/idna/tables10.0.0.go constant UnicodeVersion (line 8) | UnicodeVersion = "10.0.0" type idnaTrie (line 550) | type idnaTrie struct method lookup (line 382) | func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) { method lookupUnsafe (line 444) | func (t *idnaTrie) lookupUnsafe(s []byte) uint16 { method lookupString (line 467) | func (t *idnaTrie) lookupString(s string) (v uint16, sz int) { method lookupStringUnsafe (line 529) | func (t *idnaTrie) lookupStringUnsafe(s string) uint16 { method lookupValue (line 557) | func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { function newIdnaTrie (line 552) | func newIdnaTrie(i int) *idnaTrie { FILE: vendor/golang.org/x/net/idna/tables11.0.0.go constant UnicodeVersion (line 8) | UnicodeVersion = "11.0.0" type idnaTrie (line 550) | type idnaTrie struct method lookup (line 382) | func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) { method lookupUnsafe (line 444) | func (t *idnaTrie) lookupUnsafe(s []byte) uint16 { method lookupString (line 467) | func (t *idnaTrie) lookupString(s string) (v uint16, sz int) { method lookupStringUnsafe (line 529) | func (t *idnaTrie) lookupStringUnsafe(s string) uint16 { method lookupValue (line 557) | func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { function newIdnaTrie (line 552) | func newIdnaTrie(i int) *idnaTrie { FILE: vendor/golang.org/x/net/idna/tables12.0.0.go constant UnicodeVersion (line 8) | UnicodeVersion = "12.0.0" type idnaTrie (line 550) | type idnaTrie struct method lookup (line 382) | func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) { method lookupUnsafe (line 444) | func (t *idnaTrie) lookupUnsafe(s []byte) uint16 { method lookupString (line 467) | func (t *idnaTrie) lookupString(s string) (v uint16, sz int) { method lookupStringUnsafe (line 529) | func (t *idnaTrie) lookupStringUnsafe(s string) uint16 { method lookupValue (line 557) | func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { function newIdnaTrie (line 552) | func newIdnaTrie(i int) *idnaTrie { FILE: vendor/golang.org/x/net/idna/tables13.0.0.go constant UnicodeVersion (line 8) | UnicodeVersion = "13.0.0" type idnaTrie (line 693) | type idnaTrie struct method lookup (line 525) | func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) { method lookupUnsafe (line 587) | func (t *idnaTrie) lookupUnsafe(s []byte) uint16 { method lookupString (line 610) | func (t *idnaTrie) lookupString(s string) (v uint16, sz int) { method lookupStringUnsafe (line 672) | func (t *idnaTrie) lookupStringUnsafe(s string) uint16 { method lookupValue (line 700) | func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { function newIdnaTrie (line 695) | func newIdnaTrie(i int) *idnaTrie { FILE: vendor/golang.org/x/net/idna/tables15.0.0.go constant UnicodeVersion (line 8) | UnicodeVersion = "15.0.0" type idnaTrie (line 708) | type idnaTrie struct method lookup (line 540) | func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) { method lookupUnsafe (line 602) | func (t *idnaTrie) lookupUnsafe(s []byte) uint16 { method lookupString (line 625) | func (t *idnaTrie) lookupString(s string) (v uint16, sz int) { method lookupStringUnsafe (line 687) | func (t *idnaTrie) lookupStringUnsafe(s string) uint16 { method lookupValue (line 715) | func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { function newIdnaTrie (line 710) | func newIdnaTrie(i int) *idnaTrie { FILE: vendor/golang.org/x/net/idna/tables9.0.0.go constant UnicodeVersion (line 8) | UnicodeVersion = "9.0.0" type idnaTrie (line 550) | type idnaTrie struct method lookup (line 382) | func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) { method lookupUnsafe (line 444) | func (t *idnaTrie) lookupUnsafe(s []byte) uint16 { method lookupString (line 467) | func (t *idnaTrie) lookupString(s string) (v uint16, sz int) { method lookupStringUnsafe (line 529) | func (t *idnaTrie) lookupStringUnsafe(s string) uint16 { method lookupValue (line 557) | func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { function newIdnaTrie (line 552) | func newIdnaTrie(i int) *idnaTrie { FILE: vendor/golang.org/x/net/idna/trie.go type valueRange (line 11) | type valueRange struct type sparseBlocks (line 16) | type sparseBlocks struct method lookup (line 33) | func (t *sparseBlocks) lookup(n uint32, b byte) uint16 { FILE: vendor/golang.org/x/net/idna/trie12.0.0.go method appendMapping (line 13) | func (c info) appendMapping(b []byte, s string) []byte { FILE: vendor/golang.org/x/net/idna/trie13.0.0.go method appendMapping (line 13) | func (c info) appendMapping(b []byte, s string) []byte { FILE: vendor/golang.org/x/net/idna/trieval.go type info (line 40) | type info method isMapped (line 94) | func (c info) isMapped() bool { method category (line 98) | func (c info) category() category { method joinType (line 106) | func (c info) joinType() info { method isModifier (line 113) | func (c info) isModifier() bool { method isViramaModifier (line 117) | func (c info) isViramaModifier() bool { constant catSmallMask (line 43) | catSmallMask = 0x3 constant catBigMask (line 44) | catBigMask = 0xF8 constant indexShift (line 45) | indexShift = 3 constant xorBit (line 46) | xorBit = 0x4 constant inlineXOR (line 47) | inlineXOR = 0xE000 constant joinShift (line 49) | joinShift = 8 constant joinMask (line 50) | joinMask = 0x07 constant attributesMask (line 53) | attributesMask = 0x1800 constant viramaModifier (line 54) | viramaModifier = 0x1800 constant modifier (line 55) | modifier = 0x1000 constant rtl (line 56) | rtl = 0x0800 constant mayNeedNorm (line 58) | mayNeedNorm = 0x2000 type category (line 62) | type category constant unknown (line 65) | unknown category = 0 constant mapped (line 66) | mapped category = 1 constant disallowedSTD3Mapped (line 67) | disallowedSTD3Mapped category = 2 constant deviation (line 68) | deviation category = 3 constant valid (line 72) | valid category = 0x08 constant validNV8 (line 73) | validNV8 category = 0x18 constant validXV8 (line 74) | validXV8 category = 0x28 constant disallowed (line 75) | disallowed category = 0x40 constant disallowedSTD3Valid (line 76) | disallowedSTD3Valid category = 0x80 constant ignored (line 77) | ignored category = 0xC0 constant joiningL (line 82) | joiningL = (iota + 1) constant joiningD (line 83) | joiningD constant joiningT (line 84) | joiningT constant joiningR (line 85) | joiningR constant joinZWJ (line 88) | joinZWJ constant joinZWNJ (line 89) | joinZWNJ constant joinVirama (line 90) | joinVirama constant numJoinTypes (line 91) | numJoinTypes FILE: vendor/golang.org/x/net/internal/httpcommon/ascii.go function asciiEqualFold (line 15) | func asciiEqualFold(s, t string) bool { function lower (line 28) | func lower(b byte) byte { function isASCIIPrint (line 37) | func isASCIIPrint(s string) bool { function asciiToLower (line 48) | func asciiToLower(s string) (lower string, ok bool) { FILE: vendor/golang.org/x/net/internal/httpcommon/headermap.go function buildCommonHeaderMapsOnce (line 18) | func buildCommonHeaderMapsOnce() { function buildCommonHeaderMaps (line 22) | func buildCommonHeaderMaps() { function LowerHeader (line 93) | func LowerHeader(v string) (lower string, ascii bool) { function CanonicalHeader (line 102) | func CanonicalHeader(v string) string { function CachedCanonicalHeader (line 111) | func CachedCanonicalHeader(v string) (string, bool) { FILE: vendor/golang.org/x/net/internal/httpcommon/request.go type Request (line 29) | type Request struct type EncodeHeadersParam (line 39) | type EncodeHeadersParam struct type EncodeHeadersResult (line 55) | type EncodeHeadersResult struct function EncodeHeaders (line 64) | func EncodeHeaders(ctx context.Context, param EncodeHeadersParam, header... function IsRequestGzip (line 268) | func IsRequestGzip(method string, header map[string][]string, disableCom... function checkConnHeaders (line 298) | func checkConnHeaders(h map[string][]string) error { function commaSeparatedTrailers (line 311) | func commaSeparatedTrailers(trailer map[string][]string) (string, error) { function validPseudoPath (line 341) | func validPseudoPath(v string) bool { function validateHeaders (line 345) | func validateHeaders(hdrs map[string][]string) string { function shouldSendReqContentLength (line 366) | func shouldSendReqContentLength(method string, contentLength int64) bool { type ServerRequestParam (line 384) | type ServerRequestParam struct type ServerRequestResult (line 392) | type ServerRequestResult struct function NewServerRequest (line 407) | func NewServerRequest(rp ServerRequestParam) ServerRequestResult { FILE: vendor/golang.org/x/net/internal/iana/const.go constant DiffServCS0 (line 9) | DiffServCS0 = 0x00 constant DiffServCS1 (line 10) | DiffServCS1 = 0x20 constant DiffServCS2 (line 11) | DiffServCS2 = 0x40 constant DiffServCS3 (line 12) | DiffServCS3 = 0x60 constant DiffServCS4 (line 13) | DiffServCS4 = 0x80 constant DiffServCS5 (line 14) | DiffServCS5 = 0xa0 constant DiffServCS6 (line 15) | DiffServCS6 = 0xc0 constant DiffServCS7 (line 16) | DiffServCS7 = 0xe0 constant DiffServAF11 (line 17) | DiffServAF11 = 0x28 constant DiffServAF12 (line 18) | DiffServAF12 = 0x30 constant DiffServAF13 (line 19) | DiffServAF13 = 0x38 constant DiffServAF21 (line 20) | DiffServAF21 = 0x48 constant DiffServAF22 (line 21) | DiffServAF22 = 0x50 constant DiffServAF23 (line 22) | DiffServAF23 = 0x58 constant DiffServAF31 (line 23) | DiffServAF31 = 0x68 constant DiffServAF32 (line 24) | DiffServAF32 = 0x70 constant DiffServAF33 (line 25) | DiffServAF33 = 0x78 constant DiffServAF41 (line 26) | DiffServAF41 = 0x88 constant DiffServAF42 (line 27) | DiffServAF42 = 0x90 constant DiffServAF43 (line 28) | DiffServAF43 = 0x98 constant DiffServEF (line 29) | DiffServEF = 0xb8 constant DiffServVOICEADMIT (line 30) | DiffServVOICEADMIT = 0xb0 constant NotECNTransport (line 31) | NotECNTransport = 0x00 constant ECNTransport1 (line 32) | ECNTransport1 = 0x01 constant ECNTransport0 (line 33) | ECNTransport0 = 0x02 constant CongestionExperienced (line 34) | CongestionExperienced = 0x03 constant ProtocolIP (line 39) | ProtocolIP = 0 constant ProtocolHOPOPT (line 40) | ProtocolHOPOPT = 0 constant ProtocolICMP (line 41) | ProtocolICMP = 1 constant ProtocolIGMP (line 42) | ProtocolIGMP = 2 constant ProtocolGGP (line 43) | ProtocolGGP = 3 constant ProtocolIPv4 (line 44) | ProtocolIPv4 = 4 constant ProtocolST (line 45) | ProtocolST = 5 constant ProtocolTCP (line 46) | ProtocolTCP = 6 constant ProtocolCBT (line 47) | ProtocolCBT = 7 constant ProtocolEGP (line 48) | ProtocolEGP = 8 constant ProtocolIGP (line 49) | ProtocolIGP = 9 constant ProtocolBBNRCCMON (line 50) | ProtocolBBNRCCMON = 10 constant ProtocolNVPII (line 51) | ProtocolNVPII = 11 constant ProtocolPUP (line 52) | ProtocolPUP = 12 constant ProtocolEMCON (line 53) | ProtocolEMCON = 14 constant ProtocolXNET (line 54) | ProtocolXNET = 15 constant ProtocolCHAOS (line 55) | ProtocolCHAOS = 16 constant ProtocolUDP (line 56) | ProtocolUDP = 17 constant ProtocolMUX (line 57) | ProtocolMUX = 18 constant ProtocolDCNMEAS (line 58) | ProtocolDCNMEAS = 19 constant ProtocolHMP (line 59) | ProtocolHMP = 20 constant ProtocolPRM (line 60) | ProtocolPRM = 21 constant ProtocolXNSIDP (line 61) | ProtocolXNSIDP = 22 constant ProtocolTRUNK1 (line 62) | ProtocolTRUNK1 = 23 constant ProtocolTRUNK2 (line 63) | ProtocolTRUNK2 = 24 constant ProtocolLEAF1 (line 64) | ProtocolLEAF1 = 25 constant ProtocolLEAF2 (line 65) | ProtocolLEAF2 = 26 constant ProtocolRDP (line 66) | ProtocolRDP = 27 constant ProtocolIRTP (line 67) | ProtocolIRTP = 28 constant ProtocolISOTP4 (line 68) | ProtocolISOTP4 = 29 constant ProtocolNETBLT (line 69) | ProtocolNETBLT = 30 constant ProtocolMFENSP (line 70) | ProtocolMFENSP = 31 constant ProtocolMERITINP (line 71) | ProtocolMERITINP = 32 constant ProtocolDCCP (line 72) | ProtocolDCCP = 33 constant Protocol3PC (line 73) | Protocol3PC = 34 constant ProtocolIDPR (line 74) | ProtocolIDPR = 35 constant ProtocolXTP (line 75) | ProtocolXTP = 36 constant ProtocolDDP (line 76) | ProtocolDDP = 37 constant ProtocolIDPRCMTP (line 77) | ProtocolIDPRCMTP = 38 constant ProtocolTPPP (line 78) | ProtocolTPPP = 39 constant ProtocolIL (line 79) | ProtocolIL = 40 constant ProtocolIPv6 (line 80) | ProtocolIPv6 = 41 constant ProtocolSDRP (line 81) | ProtocolSDRP = 42 constant ProtocolIPv6Route (line 82) | ProtocolIPv6Route = 43 constant ProtocolIPv6Frag (line 83) | ProtocolIPv6Frag = 44 constant ProtocolIDRP (line 84) | ProtocolIDRP = 45 constant ProtocolRSVP (line 85) | ProtocolRSVP = 46 constant ProtocolGRE (line 86) | ProtocolGRE = 47 constant ProtocolDSR (line 87) | ProtocolDSR = 48 constant ProtocolBNA (line 88) | ProtocolBNA = 49 constant ProtocolESP (line 89) | ProtocolESP = 50 constant ProtocolAH (line 90) | ProtocolAH = 51 constant ProtocolINLSP (line 91) | ProtocolINLSP = 52 constant ProtocolNARP (line 92) | ProtocolNARP = 54 constant ProtocolMOBILE (line 93) | ProtocolMOBILE = 55 constant ProtocolTLSP (line 94) | ProtocolTLSP = 56 constant ProtocolSKIP (line 95) | ProtocolSKIP = 57 constant ProtocolIPv6ICMP (line 96) | ProtocolIPv6ICMP = 58 constant ProtocolIPv6NoNxt (line 97) | ProtocolIPv6NoNxt = 59 constant ProtocolIPv6Opts (line 98) | ProtocolIPv6Opts = 60 constant ProtocolCFTP (line 99) | ProtocolCFTP = 62 constant ProtocolSATEXPAK (line 100) | ProtocolSATEXPAK = 64 constant ProtocolKRYPTOLAN (line 101) | ProtocolKRYPTOLAN = 65 constant ProtocolRVD (line 102) | ProtocolRVD = 66 constant ProtocolIPPC (line 103) | ProtocolIPPC = 67 constant ProtocolSATMON (line 104) | ProtocolSATMON = 69 constant ProtocolVISA (line 105) | ProtocolVISA = 70 constant ProtocolIPCV (line 106) | ProtocolIPCV = 71 constant ProtocolCPNX (line 107) | ProtocolCPNX = 72 constant ProtocolCPHB (line 108) | ProtocolCPHB = 73 constant ProtocolWSN (line 109) | ProtocolWSN = 74 constant ProtocolPVP (line 110) | ProtocolPVP = 75 constant ProtocolBRSATMON (line 111) | ProtocolBRSATMON = 76 constant ProtocolSUNND (line 112) | ProtocolSUNND = 77 constant ProtocolWBMON (line 113) | ProtocolWBMON = 78 constant ProtocolWBEXPAK (line 114) | ProtocolWBEXPAK = 79 constant ProtocolISOIP (line 115) | ProtocolISOIP = 80 constant ProtocolVMTP (line 116) | ProtocolVMTP = 81 constant ProtocolSECUREVMTP (line 117) | ProtocolSECUREVMTP = 82 constant ProtocolVINES (line 118) | ProtocolVINES = 83 constant ProtocolTTP (line 119) | ProtocolTTP = 84 constant ProtocolIPTM (line 120) | ProtocolIPTM = 84 constant ProtocolNSFNETIGP (line 121) | ProtocolNSFNETIGP = 85 constant ProtocolDGP (line 122) | ProtocolDGP = 86 constant ProtocolTCF (line 123) | ProtocolTCF = 87 constant ProtocolEIGRP (line 124) | ProtocolEIGRP = 88 constant ProtocolOSPFIGP (line 125) | ProtocolOSPFIGP = 89 constant ProtocolSpriteRPC (line 126) | ProtocolSpriteRPC = 90 constant ProtocolLARP (line 127) | ProtocolLARP = 91 constant ProtocolMTP (line 128) | ProtocolMTP = 92 constant ProtocolAX25 (line 129) | ProtocolAX25 = 93 constant ProtocolIPIP (line 130) | ProtocolIPIP = 94 constant ProtocolSCCSP (line 131) | ProtocolSCCSP = 96 constant ProtocolETHERIP (line 132) | ProtocolETHERIP = 97 constant ProtocolENCAP (line 133) | ProtocolENCAP = 98 constant ProtocolGMTP (line 134) | ProtocolGMTP = 100 constant ProtocolIFMP (line 135) | ProtocolIFMP = 101 constant ProtocolPNNI (line 136) | ProtocolPNNI = 102 constant ProtocolPIM (line 137) | ProtocolPIM = 103 constant ProtocolARIS (line 138) | ProtocolARIS = 104 constant ProtocolSCPS (line 139) | ProtocolSCPS = 105 constant ProtocolQNX (line 140) | ProtocolQNX = 106 constant ProtocolAN (line 141) | ProtocolAN = 107 constant ProtocolIPComp (line 142) | ProtocolIPComp = 108 constant ProtocolSNP (line 143) | ProtocolSNP = 109 constant ProtocolCompaqPeer (line 144) | ProtocolCompaqPeer = 110 constant ProtocolIPXinIP (line 145) | ProtocolIPXinIP = 111 constant ProtocolVRRP (line 146) | ProtocolVRRP = 112 constant ProtocolPGM (line 147) | ProtocolPGM = 113 constant ProtocolL2TP (line 148) | ProtocolL2TP = 115 constant ProtocolDDX (line 149) | ProtocolDDX = 116 constant ProtocolIATP (line 150) | ProtocolIATP = 117 constant ProtocolSTP (line 151) | ProtocolSTP = 118 constant ProtocolSRP (line 152) | ProtocolSRP = 119 constant ProtocolUTI (line 153) | ProtocolUTI = 120 constant ProtocolSMP (line 154) | ProtocolSMP = 121 constant ProtocolPTP (line 155) | ProtocolPTP = 123 constant ProtocolISIS (line 156) | ProtocolISIS = 124 constant ProtocolFIRE (line 157) | ProtocolFIRE = 125 constant ProtocolCRTP (line 158) | ProtocolCRTP = 126 constant ProtocolCRUDP (line 159) | ProtocolCRUDP = 127 constant ProtocolSSCOPMCE (line 160) | ProtocolSSCOPMCE = 128 constant ProtocolIPLT (line 161) | ProtocolIPLT = 129 constant ProtocolSPS (line 162) | ProtocolSPS = 130 constant ProtocolPIPE (line 163) | ProtocolPIPE = 131 constant ProtocolSCTP (line 164) | ProtocolSCTP = 132 constant ProtocolFC (line 165) | ProtocolFC = 133 constant ProtocolRSVPE2EIGNORE (line 166) | ProtocolRSVPE2EIGNORE = 134 constant ProtocolMobilityHeader (line 167) | ProtocolMobilityHeader = 135 constant ProtocolUDPLite (line 168) | ProtocolUDPLite = 136 constant ProtocolMPLSinIP (line 169) | ProtocolMPLSinIP = 137 constant ProtocolMANET (line 170) | ProtocolMANET = 138 constant ProtocolHIP (line 171) | ProtocolHIP = 139 constant ProtocolShim6 (line 172) | ProtocolShim6 = 140 constant ProtocolWESP (line 173) | ProtocolWESP = 141 constant ProtocolROHC (line 174) | ProtocolROHC = 142 constant ProtocolReserved (line 175) | ProtocolReserved = 255 constant AddrFamilyIPv4 (line 180) | AddrFamilyIPv4 = 1 constant AddrFamilyIPv6 (line 181) | AddrFamilyIPv6 = 2 constant AddrFamilyNSAP (line 182) | AddrFamilyNSAP = 3 constant AddrFamilyHDLC (line 183) | AddrFamilyHDLC = 4 constant AddrFamilyBBN1822 (line 184) | AddrFamilyBBN1822 = 5 constant AddrFamily802 (line 185) | AddrFamily802 = 6 constant AddrFamilyE163 (line 186) | AddrFamilyE163 = 7 constant AddrFamilyE164 (line 187) | AddrFamilyE164 = 8 constant AddrFamilyF69 (line 188) | AddrFamilyF69 = 9 constant AddrFamilyX121 (line 189) | AddrFamilyX121 = 10 constant AddrFamilyIPX (line 190) | AddrFamilyIPX = 11 constant AddrFamilyAppletalk (line 191) | AddrFamilyAppletalk = 12 constant AddrFamilyDecnetIV (line 192) | AddrFamilyDecnetIV = 13 constant AddrFamilyBanyanVines (line 193) | AddrFamilyBanyanVines = 14 constant AddrFamilyE164withSubaddress (line 194) | AddrFamilyE164withSubaddress = 15 constant AddrFamilyDNS (line 195) | AddrFamilyDNS = 16 constant AddrFamilyDistinguishedName (line 196) | AddrFamilyDistinguishedName = 17 constant AddrFamilyASNumber (line 197) | AddrFamilyASNumber = 18 constant AddrFamilyXTPoverIPv4 (line 198) | AddrFamilyXTPoverIPv4 = 19 constant AddrFamilyXTPoverIPv6 (line 199) | AddrFamilyXTPoverIPv6 = 20 constant AddrFamilyXTPnativemodeXTP (line 200) | AddrFamilyXTPnativemodeXTP = 21 constant AddrFamilyFibreChannelWorldWidePortName (line 201) | AddrFamilyFibreChannelWorldWidePortName = 22 constant AddrFamilyFibreChannelWorldWideNodeName (line 202) | AddrFamilyFibreChannelWorldWideNodeName = 23 constant AddrFamilyGWID (line 203) | AddrFamilyGWID = 24 constant AddrFamilyL2VPN (line 204) | AddrFamilyL2VPN = 25 constant AddrFamilyMPLSTPSectionEndpointID (line 205) | AddrFamilyMPLSTPSectionEndpointID = 26 constant AddrFamilyMPLSTPLSPEndpointID (line 206) | AddrFamilyMPLSTPLSPEndpointID = 27 constant AddrFamilyMPLSTPPseudowireEndpointID (line 207) | AddrFamilyMPLSTPPseudowireEndpointID = 28 constant AddrFamilyMTIPv4 (line 208) | AddrFamilyMTIPv4 = 29 constant AddrFamilyMTIPv6 (line 209) | AddrFamilyMTIPv6 = 30 constant AddrFamilyEIGRPCommonServiceFamily (line 210) | AddrFamilyEIGRPCommonServiceFamily = 16384 constant AddrFamilyEIGRPIPv4ServiceFamily (line 211) | AddrFamilyEIGRPIPv4ServiceFamily = 16385 constant AddrFamilyEIGRPIPv6ServiceFamily (line 212) | AddrFamilyEIGRPIPv6ServiceFamily = 16386 constant AddrFamilyLISPCanonicalAddressFormat (line 213) | AddrFamilyLISPCanonicalAddressFormat = 16387 constant AddrFamilyBGPLS (line 214) | AddrFamilyBGPLS = 16388 constant AddrFamily48bitMAC (line 215) | AddrFamily48bitMAC = 16389 constant AddrFamily64bitMAC (line 216) | AddrFamily64bitMAC = 16390 constant AddrFamilyOUI (line 217) | AddrFamilyOUI = 16391 constant AddrFamilyMACFinal24bits (line 218) | AddrFamilyMACFinal24bits = 16392 constant AddrFamilyMACFinal40bits (line 219) | AddrFamilyMACFinal40bits = 16393 constant AddrFamilyIPv6Initial64bits (line 220) | AddrFamilyIPv6Initial64bits = 16394 constant AddrFamilyRBridgePortID (line 221) | AddrFamilyRBridgePortID = 16395 constant AddrFamilyTRILLNickname (line 222) | AddrFamilyTRILLNickname = 16396 FILE: vendor/golang.org/x/net/internal/socket/cmsghdr.go method len (line 9) | func (h *cmsghdr) len() int { return int(h.Len) } method lvl (line 10) | func (h *cmsghdr) lvl() int { return int(h.Level) } method typ (line 11) | func (h *cmsghdr) typ() int { return int(h.Type) } FILE: vendor/golang.org/x/net/internal/socket/cmsghdr_bsd.go method set (line 9) | func (h *cmsghdr) set(l, lvl, typ int) { FILE: vendor/golang.org/x/net/internal/socket/cmsghdr_linux_32bit.go method set (line 9) | func (h *cmsghdr) set(l, lvl, typ int) { FILE: vendor/golang.org/x/net/internal/socket/cmsghdr_linux_64bit.go method set (line 9) | func (h *cmsghdr) set(l, lvl, typ int) { FILE: vendor/golang.org/x/net/internal/socket/cmsghdr_solaris_64bit.go method set (line 9) | func (h *cmsghdr) set(l, lvl, typ int) { FILE: vendor/golang.org/x/net/internal/socket/cmsghdr_stub.go function controlHeaderLen (line 9) | func controlHeaderLen() int { function controlMessageLen (line 13) | func controlMessageLen(dataLen int) int { function controlMessageSpace (line 17) | func controlMessageSpace(dataLen int) int { type cmsghdr (line 21) | type cmsghdr struct method len (line 23) | func (h *cmsghdr) len() int { return 0 } method lvl (line 24) | func (h *cmsghdr) lvl() int { return 0 } method typ (line 25) | func (h *cmsghdr) typ() int { return 0 } method set (line 27) | func (h *cmsghdr) set(l, lvl, typ int) {} FILE: vendor/golang.org/x/net/internal/socket/cmsghdr_unix.go function controlHeaderLen (line 11) | func controlHeaderLen() int { function controlMessageLen (line 15) | func controlMessageLen(dataLen int) int { function controlMessageSpace (line 19) | func controlMessageSpace(dataLen int) int { FILE: vendor/golang.org/x/net/internal/socket/cmsghdr_zos_s390x.go method set (line 7) | func (h *cmsghdr) set(l, lvl, typ int) { FILE: vendor/golang.org/x/net/internal/socket/complete_dontwait.go function ioComplete (line 15) | func ioComplete(flags int, operr error) bool { FILE: vendor/golang.org/x/net/internal/socket/complete_nodontwait.go function ioComplete (line 15) | func ioComplete(flags int, operr error) bool { FILE: vendor/golang.org/x/net/internal/socket/error_unix.go function errnoErr (line 19) | func errnoErr(errno syscall.Errno) error { FILE: vendor/golang.org/x/net/internal/socket/error_windows.go function errnoErr (line 16) | func errnoErr(errno syscall.Errno) error { FILE: vendor/golang.org/x/net/internal/socket/iovec_32bit.go method set (line 11) | func (v *iovec) set(b []byte) { FILE: vendor/golang.org/x/net/internal/socket/iovec_64bit.go method set (line 11) | func (v *iovec) set(b []byte) { FILE: vendor/golang.org/x/net/internal/socket/iovec_solaris_64bit.go method set (line 11) | func (v *iovec) set(b []byte) { FILE: vendor/golang.org/x/net/internal/socket/iovec_stub.go type iovec (line 9) | type iovec struct method set (line 11) | func (v *iovec) set(b []byte) {} FILE: vendor/golang.org/x/net/internal/socket/mmsghdr_stub.go type mmsghdr (line 11) | type mmsghdr struct type mmsghdrs (line 13) | type mmsghdrs method pack (line 15) | func (hs mmsghdrs) pack(ms []Message, parseFn func([]byte, string) (ne... method unpack (line 19) | func (hs mmsghdrs) unpack(ms []Message, parseFn func([]byte, string) (... FILE: vendor/golang.org/x/net/internal/socket/mmsghdr_unix.go type mmsghdrs (line 16) | type mmsghdrs method unpack (line 18) | func (hs mmsghdrs) unpack(ms []Message, parseFn func([]byte, string) (... type mmsghdrsPacker (line 35) | type mmsghdrsPacker struct method prepare (line 47) | func (p *mmsghdrsPacker) prepare(ms []Message) { method pack (line 71) | func (p *mmsghdrsPacker) pack(ms []Message, parseFn func([]byte, strin... type syscaller (line 100) | type syscaller struct method init (line 110) | func (r *syscaller) init() { method recvmmsg (line 115) | func (r *syscaller) recvmmsg(c syscall.RawConn, hs mmsghdrs, flags int... method recvmmsgF (line 129) | func (r *syscaller) recvmmsgF(s uintptr) bool { method sendmmsg (line 134) | func (r *syscaller) sendmmsg(c syscall.RawConn, hs mmsghdrs, flags int... method sendmmsgF (line 148) | func (r *syscaller) sendmmsgF(s uintptr) bool { type mmsgTmps (line 154) | type mmsgTmps struct type mmsgTmpsPool (line 169) | type mmsgTmpsPool struct method Get (line 173) | func (p *mmsgTmpsPool) Get() *mmsgTmps { method Put (line 193) | func (p *mmsgTmpsPool) Put(tmps *mmsgTmps) { FILE: vendor/golang.org/x/net/internal/socket/msghdr_bsd.go method pack (line 11) | func (h *msghdr) pack(vs []iovec, bs [][]byte, oob []byte, sa []byte) { method name (line 26) | func (h *msghdr) name() []byte { method controllen (line 33) | func (h *msghdr) controllen() int { method flags (line 37) | func (h *msghdr) flags() int { FILE: vendor/golang.org/x/net/internal/socket/msghdr_bsdvar.go method setIov (line 9) | func (h *msghdr) setIov(vs []iovec) { FILE: vendor/golang.org/x/net/internal/socket/msghdr_linux.go method pack (line 9) | func (h *msghdr) pack(vs []iovec, bs [][]byte, oob []byte, sa []byte) { method name (line 23) | func (h *msghdr) name() []byte { method controllen (line 30) | func (h *msghdr) controllen() int { method flags (line 34) | func (h *msghdr) flags() int { FILE: vendor/golang.org/x/net/internal/socket/msghdr_linux_32bit.go method setIov (line 11) | func (h *msghdr) setIov(vs []iovec) { method setControl (line 20) | func (h *msghdr) setControl(b []byte) { FILE: vendor/golang.org/x/net/internal/socket/msghdr_linux_64bit.go method setIov (line 11) | func (h *msghdr) setIov(vs []iovec) { method setControl (line 20) | func (h *msghdr) setControl(b []byte) { FILE: vendor/golang.org/x/net/internal/socket/msghdr_openbsd.go method setIov (line 7) | func (h *msghdr) setIov(vs []iovec) { FILE: vendor/golang.org/x/net/internal/socket/msghdr_solaris_64bit.go method pack (line 11) | func (h *msghdr) pack(vs []iovec, bs [][]byte, oob []byte, sa []byte) { method controllen (line 29) | func (h *msghdr) controllen() int { method flags (line 33) | func (h *msghdr) flags() int { FILE: vendor/golang.org/x/net/internal/socket/msghdr_stub.go type msghdr (line 9) | type msghdr struct method pack (line 11) | func (h *msghdr) pack(vs []iovec, bs [][]byte, oob []byte, sa []byte) {} method name (line 12) | func (h *msghdr) name() []byte ... method controllen (line 13) | func (h *msghdr) controllen() int ... method flags (line 14) | func (h *msghdr) flags() int ... FILE: vendor/golang.org/x/net/internal/socket/msghdr_zos_s390x.go method pack (line 11) | func (h *msghdr) pack(vs []iovec, bs [][]byte, oob []byte, sa []byte) { method controllen (line 29) | func (h *msghdr) controllen() int { method flags (line 33) | func (h *msghdr) flags() int { FILE: vendor/golang.org/x/net/internal/socket/norace.go method raceRead (line 9) | func (m *Message) raceRead() { method raceWrite (line 11) | func (m *Message) raceWrite() { FILE: vendor/golang.org/x/net/internal/socket/race.go method raceRead (line 18) | func (m *Message) raceRead() { method raceWrite (line 28) | func (m *Message) raceWrite() { FILE: vendor/golang.org/x/net/internal/socket/rawconn.go type Conn (line 15) | type Conn struct type tcpConn (line 22) | type tcpConn interface type udpConn (line 31) | type udpConn interface type ipConn (line 40) | type ipConn interface function NewConn (line 48) | func NewConn(c net.Conn) (*Conn, error) { method get (line 70) | func (o *Option) get(c *Conn, b []byte) (int, error) { method set (line 82) | func (o *Option) set(c *Conn, b []byte) error { FILE: vendor/golang.org/x/net/internal/socket/rawconn_mmsg.go method recvMsgs (line 13) | func (c *Conn) recvMsgs(ms []Message, flags int) (int, error) { method sendMsgs (line 34) | func (c *Conn) sendMsgs(ms []Message, flags int) (int, error) { FILE: vendor/golang.org/x/net/internal/socket/rawconn_msg.go method recvMsg (line 14) | func (c *Conn) recvMsg(m *Message, flags int) error { method sendMsg (line 40) | func (c *Conn) sendMsg(m *Message, flags int) error { FILE: vendor/golang.org/x/net/internal/socket/rawconn_nommsg.go method recvMsgs (line 9) | func (c *Conn) recvMsgs(ms []Message, flags int) (int, error) { method sendMsgs (line 13) | func (c *Conn) sendMsgs(ms []Message, flags int) (int, error) { FILE: vendor/golang.org/x/net/internal/socket/rawconn_nomsg.go method recvMsg (line 9) | func (c *Conn) recvMsg(m *Message, flags int) error { method sendMsg (line 13) | func (c *Conn) sendMsg(m *Message, flags int) error { FILE: vendor/golang.org/x/net/internal/socket/socket.go type Option (line 19) | type Option struct method Get (line 27) | func (o *Option) Get(c *Conn, b []byte) (int, error) { method GetInt (line 40) | func (o *Option) GetInt(c *Conn) (int, error) { method Set (line 65) | func (o *Option) Set(c *Conn, b []byte) error { method SetInt (line 78) | func (o *Option) SetInt(c *Conn, v int) error { function ControlMessageSpace (line 94) | func ControlMessageSpace(dataLen int) int { type ControlMessage (line 105) | type ControlMessage method Data (line 109) | func (m ControlMessage) Data(dataLen int) []byte { method Next (line 120) | func (m ControlMessage) Next(dataLen int) ControlMessage { method MarshalHeader (line 130) | func (m ControlMessage) MarshalHeader(lvl, typ, dataLen int) error { method ParseHeader (line 141) | func (m ControlMessage) ParseHeader() (lvl, typ, dataLen int, err erro... method Marshal (line 152) | func (m ControlMessage) Marshal(lvl, typ int, data []byte) (ControlMes... method Parse (line 168) | func (m ControlMessage) Parse() ([]ControlMessage, error) { function NewControlMessage (line 210) | func NewControlMessage(dataLen []int) ControlMessage { type Message (line 219) | type Message struct method RecvMsg (line 246) | func (c *Conn) RecvMsg(m *Message, flags int) error { method SendMsg (line 254) | func (c *Conn) SendMsg(m *Message, flags int) error { method RecvMsgs (line 266) | func (c *Conn) RecvMsgs(ms []Message, flags int) (int, error) { method SendMsgs (line 278) | func (c *Conn) SendMsgs(ms []Message, flags int) (int, error) { FILE: vendor/golang.org/x/net/internal/socket/sys.go function init (line 15) | func init() { FILE: vendor/golang.org/x/net/internal/socket/sys_bsd.go function recvmmsg (line 9) | func recvmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { function sendmmsg (line 13) | func sendmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { FILE: vendor/golang.org/x/net/internal/socket/sys_const_unix.go constant sysAF_UNSPEC (line 12) | sysAF_UNSPEC = unix.AF_UNSPEC constant sysAF_INET (line 13) | sysAF_INET = unix.AF_INET constant sysAF_INET6 (line 14) | sysAF_INET6 = unix.AF_INET6 constant sysSOCK_RAW (line 16) | sysSOCK_RAW = unix.SOCK_RAW constant sizeofSockaddrInet4 (line 18) | sizeofSockaddrInet4 = unix.SizeofSockaddrInet4 constant sizeofSockaddrInet6 (line 19) | sizeofSockaddrInet6 = unix.SizeofSockaddrInet6 FILE: vendor/golang.org/x/net/internal/socket/sys_linux.go function recvmmsg (line 14) | func recvmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { function sendmmsg (line 19) | func sendmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { FILE: vendor/golang.org/x/net/internal/socket/sys_linux_386.go constant sysRECVMMSG (line 13) | sysRECVMMSG = 0x13 constant sysSENDMMSG (line 14) | sysSENDMMSG = 0x14 function socketcall (line 17) | func socketcall(call, a0, a1, a2, a3, a4, a5 uintptr) (uintptr, syscall.... function rawsocketcall (line 18) | func rawsocketcall(call, a0, a1, a2, a3, a4, a5 uintptr) (uintptr, sysca... function recvmmsg (line 20) | func recvmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { function sendmmsg (line 25) | func sendmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { FILE: vendor/golang.org/x/net/internal/socket/sys_linux_amd64.go constant sysRECVMMSG (line 8) | sysRECVMMSG = 0x12b constant sysSENDMMSG (line 9) | sysSENDMMSG = 0x133 FILE: vendor/golang.org/x/net/internal/socket/sys_linux_arm.go constant sysRECVMMSG (line 8) | sysRECVMMSG = 0x16d constant sysSENDMMSG (line 9) | sysSENDMMSG = 0x176 FILE: vendor/golang.org/x/net/internal/socket/sys_linux_arm64.go constant sysRECVMMSG (line 8) | sysRECVMMSG = 0xf3 constant sysSENDMMSG (line 9) | sysSENDMMSG = 0x10d FILE: vendor/golang.org/x/net/internal/socket/sys_linux_loong64.go constant sysRECVMMSG (line 10) | sysRECVMMSG = 0xf3 constant sysSENDMMSG (line 11) | sysSENDMMSG = 0x10d FILE: vendor/golang.org/x/net/internal/socket/sys_linux_mips.go constant sysRECVMMSG (line 8) | sysRECVMMSG = 0x10ef constant sysSENDMMSG (line 9) | sysSENDMMSG = 0x10f7 FILE: vendor/golang.org/x/net/internal/socket/sys_linux_mips64.go constant sysRECVMMSG (line 8) | sysRECVMMSG = 0x14ae constant sysSENDMMSG (line 9) | sysSENDMMSG = 0x14b6 FILE: vendor/golang.org/x/net/internal/socket/sys_linux_mips64le.go constant sysRECVMMSG (line 8) | sysRECVMMSG = 0x14ae constant sysSENDMMSG (line 9) | sysSENDMMSG = 0x14b6 FILE: vendor/golang.org/x/net/internal/socket/sys_linux_mipsle.go constant sysRECVMMSG (line 8) | sysRECVMMSG = 0x10ef constant sysSENDMMSG (line 9) | sysSENDMMSG = 0x10f7 FILE: vendor/golang.org/x/net/internal/socket/sys_linux_ppc.go constant sysRECVMMSG (line 8) | sysRECVMMSG = 0x157 constant sysSENDMMSG (line 9) | sysSENDMMSG = 0x15d FILE: vendor/golang.org/x/net/internal/socket/sys_linux_ppc64.go constant sysRECVMMSG (line 8) | sysRECVMMSG = 0x157 constant sysSENDMMSG (line 9) | sysSENDMMSG = 0x15d FILE: vendor/golang.org/x/net/internal/socket/sys_linux_ppc64le.go constant sysRECVMMSG (line 8) | sysRECVMMSG = 0x157 constant sysSENDMMSG (line 9) | sysSENDMMSG = 0x15d FILE: vendor/golang.org/x/net/internal/socket/sys_linux_riscv64.go constant sysRECVMMSG (line 10) | sysRECVMMSG = 0xf3 constant sysSENDMMSG (line 11) | sysSENDMMSG = 0x10d FILE: vendor/golang.org/x/net/internal/socket/sys_linux_s390x.go constant sysRECVMMSG (line 13) | sysRECVMMSG = 0x13 constant sysSENDMMSG (line 14) | sysSENDMMSG = 0x14 function socketcall (line 17) | func socketcall(call, a0, a1, a2, a3, a4, a5 uintptr) (uintptr, syscall.... function rawsocketcall (line 18) | func rawsocketcall(call, a0, a1, a2, a3, a4, a5 uintptr) (uintptr, sysca... function recvmmsg (line 20) | func recvmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { function sendmmsg (line 25) | func sendmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { FILE: vendor/golang.org/x/net/internal/socket/sys_netbsd.go constant sysRECVMMSG (line 13) | sysRECVMMSG = 0x1db constant sysSENDMMSG (line 14) | sysSENDMMSG = 0x1dc function recvmmsg (line 17) | func recvmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { function sendmmsg (line 22) | func sendmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { FILE: vendor/golang.org/x/net/internal/socket/sys_posix.go function marshalInetAddr (line 22) | func marshalInetAddr(a net.Addr, b []byte) int { function marshalSockaddr (line 35) | func marshalSockaddr(ip net.IP, port int, zone string, b []byte) int { function parseInetAddr (line 66) | func parseInetAddr(b []byte, network string) (net.Addr, error) { type ipv6ZoneCache (line 112) | type ipv6ZoneCache struct method update (line 127) | func (zc *ipv6ZoneCache) update(ift []net.Interface, force bool) (upda... method name (line 152) | func (zc *ipv6ZoneCache) name(zone int) string { method index (line 169) | func (zc *ipv6ZoneCache) index(zone string) int { FILE: vendor/golang.org/x/net/internal/socket/sys_stub.go constant sysAF_UNSPEC (line 12) | sysAF_UNSPEC = 0x0 constant sysAF_INET (line 13) | sysAF_INET = 0x2 constant sysAF_INET6 (line 14) | sysAF_INET6 = 0xa constant sysSOCK_RAW (line 16) | sysSOCK_RAW = 0x3 constant sizeofSockaddrInet4 (line 18) | sizeofSockaddrInet4 = 0x10 constant sizeofSockaddrInet6 (line 19) | sizeofSockaddrInet6 = 0x1c function marshalInetAddr (line 22) | func marshalInetAddr(ip net.IP, port int, zone string) []byte { function parseInetAddr (line 26) | func parseInetAddr(b []byte, network string) (net.Addr, error) { function getsockopt (line 30) | func getsockopt(s uintptr, level, name int, b []byte) (int, error) { function setsockopt (line 34) | func setsockopt(s uintptr, level, name int, b []byte) error { function recvmsg (line 38) | func recvmsg(s uintptr, buffers [][]byte, oob []byte, flags int, network... function sendmsg (line 42) | func sendmsg(s uintptr, buffers [][]byte, oob []byte, to net.Addr, flags... function recvmmsg (line 46) | func recvmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { function sendmmsg (line 50) | func sendmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { FILE: vendor/golang.org/x/net/internal/socket/sys_unix.go function syscall_getsockopt (line 17) | func syscall_getsockopt(s, level, name int, val unsafe.Pointer, vallen *... function syscall_setsockopt (line 20) | func syscall_setsockopt(s, level, name int, val unsafe.Pointer, vallen u... function getsockopt (line 22) | func getsockopt(s uintptr, level, name int, b []byte) (int, error) { function setsockopt (line 28) | func setsockopt(s uintptr, level, name int, b []byte) error { function recvmsg (line 32) | func recvmsg(s uintptr, buffers [][]byte, oob []byte, flags int, network... function sendmsg (line 41) | func sendmsg(s uintptr, buffers [][]byte, oob []byte, to net.Addr, flags... function addrToSockaddr (line 50) | func addrToSockaddr(a net.Addr) unix.Sockaddr { function sockaddrToAddr (line 91) | func sockaddrToAddr(sa unix.Sockaddr, network string) net.Addr { FILE: vendor/golang.org/x/net/internal/socket/sys_windows.go function probeProtocolStack (line 15) | func probeProtocolStack() int { constant sysAF_UNSPEC (line 21) | sysAF_UNSPEC = windows.AF_UNSPEC constant sysAF_INET (line 22) | sysAF_INET = windows.AF_INET constant sysAF_INET6 (line 23) | sysAF_INET6 = windows.AF_INET6 constant sysSOCK_RAW (line 25) | sysSOCK_RAW = windows.SOCK_RAW constant sizeofSockaddrInet4 (line 27) | sizeofSockaddrInet4 = 0x10 constant sizeofSockaddrInet6 (line 28) | sizeofSockaddrInet6 = 0x1c function getsockopt (line 31) | func getsockopt(s uintptr, level, name int, b []byte) (int, error) { function setsockopt (line 37) | func setsockopt(s uintptr, level, name int, b []byte) error { function recvmsg (line 41) | func recvmsg(s uintptr, buffers [][]byte, oob []byte, flags int, network... function sendmsg (line 45) | func sendmsg(s uintptr, buffers [][]byte, oob []byte, to net.Addr, flags... function recvmmsg (line 49) | func recvmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { function sendmmsg (line 53) | func sendmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { FILE: vendor/golang.org/x/net/internal/socket/sys_zos_s390x.go function syscall_syscall (line 13) | func syscall_syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err sysc... function syscall_syscall6 (line 14) | func syscall_syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uint... function probeProtocolStack (line 16) | func probeProtocolStack() int { function getsockopt (line 20) | func getsockopt(s uintptr, level, name int, b []byte) (int, error) { function setsockopt (line 26) | func setsockopt(s uintptr, level, name int, b []byte) error { function recvmsg (line 31) | func recvmsg(s uintptr, buffers [][]byte, oob []byte, flags int, network... function sendmsg (line 54) | func sendmsg(s uintptr, buffers [][]byte, oob []byte, to net.Addr, flags... FILE: vendor/golang.org/x/net/internal/socket/zsys_aix_ppc64.go type iovec (line 9) | type iovec struct type msghdr (line 14) | type msghdr struct type mmsghdr (line 24) | type mmsghdr struct type cmsghdr (line 30) | type cmsghdr struct constant sizeofIovec (line 37) | sizeofIovec = 0x10 constant sizeofMsghdr (line 38) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_darwin_amd64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 23) | type cmsghdr struct constant sizeofIovec (line 30) | sizeofIovec = 0x10 constant sizeofMsghdr (line 31) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_darwin_arm64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 23) | type cmsghdr struct constant sizeofIovec (line 30) | sizeofIovec = 0x10 constant sizeofMsghdr (line 31) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_dragonfly_amd64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 23) | type cmsghdr struct constant sizeofIovec (line 30) | sizeofIovec = 0x10 constant sizeofMsghdr (line 31) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_freebsd_386.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 21) | type cmsghdr struct constant sizeofIovec (line 28) | sizeofIovec = 0x8 constant sizeofMsghdr (line 29) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_freebsd_amd64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 23) | type cmsghdr struct constant sizeofIovec (line 30) | sizeofIovec = 0x10 constant sizeofMsghdr (line 31) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_freebsd_arm.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 21) | type cmsghdr struct constant sizeofIovec (line 28) | sizeofIovec = 0x8 constant sizeofMsghdr (line 29) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_freebsd_arm64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 23) | type cmsghdr struct constant sizeofIovec (line 30) | sizeofIovec = 0x10 constant sizeofMsghdr (line 31) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_freebsd_riscv64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 21) | type cmsghdr struct constant sizeofIovec (line 28) | sizeofIovec = 0x10 constant sizeofMsghdr (line 29) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_386.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 21) | type mmsghdr struct type cmsghdr (line 26) | type cmsghdr struct constant sizeofIovec (line 33) | sizeofIovec = 0x8 constant sizeofMsghdr (line 34) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_amd64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 23) | type mmsghdr struct type cmsghdr (line 29) | type cmsghdr struct constant sizeofIovec (line 36) | sizeofIovec = 0x10 constant sizeofMsghdr (line 37) | sizeofMsghdr = 0x38 FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_arm.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 21) | type mmsghdr struct type cmsghdr (line 26) | type cmsghdr struct constant sizeofIovec (line 33) | sizeofIovec = 0x8 constant sizeofMsghdr (line 34) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_arm64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 23) | type mmsghdr struct type cmsghdr (line 29) | type cmsghdr struct constant sizeofIovec (line 36) | sizeofIovec = 0x10 constant sizeofMsghdr (line 37) | sizeofMsghdr = 0x38 FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_loong64.go type iovec (line 8) | type iovec struct type msghdr (line 13) | type msghdr struct type mmsghdr (line 24) | type mmsghdr struct type cmsghdr (line 30) | type cmsghdr struct constant sizeofIovec (line 37) | sizeofIovec = 0x10 constant sizeofMsghdr (line 38) | sizeofMsghdr = 0x38 FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_mips.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 21) | type mmsghdr struct type cmsghdr (line 26) | type cmsghdr struct constant sizeofIovec (line 33) | sizeofIovec = 0x8 constant sizeofMsghdr (line 34) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_mips64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 23) | type mmsghdr struct type cmsghdr (line 29) | type cmsghdr struct constant sizeofIovec (line 36) | sizeofIovec = 0x10 constant sizeofMsghdr (line 37) | sizeofMsghdr = 0x38 FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_mips64le.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 23) | type mmsghdr struct type cmsghdr (line 29) | type cmsghdr struct constant sizeofIovec (line 36) | sizeofIovec = 0x10 constant sizeofMsghdr (line 37) | sizeofMsghdr = 0x38 FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_mipsle.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 21) | type mmsghdr struct type cmsghdr (line 26) | type cmsghdr struct constant sizeofIovec (line 33) | sizeofIovec = 0x8 constant sizeofMsghdr (line 34) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_ppc.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 21) | type mmsghdr struct type cmsghdr (line 26) | type cmsghdr struct constant sizeofIovec (line 33) | sizeofIovec = 0x8 constant sizeofMsghdr (line 34) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_ppc64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 23) | type mmsghdr struct type cmsghdr (line 29) | type cmsghdr struct constant sizeofIovec (line 36) | sizeofIovec = 0x10 constant sizeofMsghdr (line 37) | sizeofMsghdr = 0x38 FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_ppc64le.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 23) | type mmsghdr struct type cmsghdr (line 29) | type cmsghdr struct constant sizeofIovec (line 36) | sizeofIovec = 0x10 constant sizeofMsghdr (line 37) | sizeofMsghdr = 0x38 FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_riscv64.go type iovec (line 8) | type iovec struct type msghdr (line 13) | type msghdr struct type mmsghdr (line 24) | type mmsghdr struct type cmsghdr (line 30) | type cmsghdr struct constant sizeofIovec (line 37) | sizeofIovec = 0x10 constant sizeofMsghdr (line 38) | sizeofMsghdr = 0x38 FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_s390x.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 23) | type mmsghdr struct type cmsghdr (line 29) | type cmsghdr struct constant sizeofIovec (line 36) | sizeofIovec = 0x10 constant sizeofMsghdr (line 37) | sizeofMsghdr = 0x38 FILE: vendor/golang.org/x/net/internal/socket/zsys_netbsd_386.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 21) | type mmsghdr struct type cmsghdr (line 26) | type cmsghdr struct constant sizeofIovec (line 33) | sizeofIovec = 0x8 constant sizeofMsghdr (line 34) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_netbsd_amd64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 23) | type mmsghdr struct type cmsghdr (line 29) | type cmsghdr struct constant sizeofIovec (line 36) | sizeofIovec = 0x10 constant sizeofMsghdr (line 37) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_netbsd_arm.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 21) | type mmsghdr struct type cmsghdr (line 26) | type cmsghdr struct constant sizeofIovec (line 33) | sizeofIovec = 0x8 constant sizeofMsghdr (line 34) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_netbsd_arm64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 23) | type mmsghdr struct type cmsghdr (line 29) | type cmsghdr struct constant sizeofIovec (line 36) | sizeofIovec = 0x10 constant sizeofMsghdr (line 37) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_openbsd_386.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 21) | type cmsghdr struct constant sizeofIovec (line 28) | sizeofIovec = 0x8 constant sizeofMsghdr (line 29) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_openbsd_amd64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 23) | type cmsghdr struct constant sizeofIovec (line 30) | sizeofIovec = 0x10 constant sizeofMsghdr (line 31) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_openbsd_arm.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 21) | type cmsghdr struct constant sizeofIovec (line 28) | sizeofIovec = 0x8 constant sizeofMsghdr (line 29) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_openbsd_arm64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 23) | type cmsghdr struct constant sizeofIovec (line 30) | sizeofIovec = 0x10 constant sizeofMsghdr (line 31) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_openbsd_mips64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 21) | type cmsghdr struct constant sizeofIovec (line 28) | sizeofIovec = 0x10 constant sizeofMsghdr (line 29) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_openbsd_ppc64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 21) | type cmsghdr struct constant sizeofIovec (line 28) | sizeofIovec = 0x10 constant sizeofMsghdr (line 29) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_openbsd_riscv64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 21) | type cmsghdr struct constant sizeofIovec (line 28) | sizeofIovec = 0x10 constant sizeofMsghdr (line 29) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_solaris_amd64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 23) | type cmsghdr struct constant sizeofIovec (line 30) | sizeofIovec = 0x10 constant sizeofMsghdr (line 31) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_zos_s390x.go type iovec (line 7) | type iovec struct type msghdr (line 12) | type msghdr struct type cmsghdr (line 22) | type cmsghdr struct constant sizeofCmsghdr (line 28) | sizeofCmsghdr = 12 FILE: vendor/golang.org/x/net/internal/socks/client.go method connect (line 21) | func (d *Dialer) connect(ctx context.Context, c net.Conn, address string... function splitHostPort (line 155) | func splitHostPort(address string) (string, int, error) { FILE: vendor/golang.org/x/net/internal/socks/socks.go type Command (line 21) | type Command method String (line 23) | func (cmd Command) String() string { type AuthMethod (line 35) | type AuthMethod type Reply (line 38) | type Reply method String (line 40) | func (code Reply) String() string { constant Version5 (line 67) | Version5 = 0x05 constant AddrTypeIPv4 (line 69) | AddrTypeIPv4 = 0x01 constant AddrTypeFQDN (line 70) | AddrTypeFQDN = 0x03 constant AddrTypeIPv6 (line 71) | AddrTypeIPv6 = 0x04 constant CmdConnect (line 73) | CmdConnect Command = 0x01 constant cmdBind (line 74) | cmdBind Command = 0x02 constant AuthMethodNotRequired (line 76) | AuthMethodNotRequired AuthMethod = 0x00 constant AuthMethodUsernamePassword (line 77) | AuthMethodUsernamePassword AuthMethod = 0x02 constant AuthMethodNoAcceptableMethods (line 78) | AuthMethodNoAcceptableMethods AuthMethod = 0xff constant StatusSucceeded (line 80) | StatusSucceeded Reply = 0x00 type Addr (line 85) | type Addr struct method Network (line 91) | func (a *Addr) Network() string { return "socks" } method String (line 93) | func (a *Addr) String() string { type Conn (line 105) | type Conn struct method BoundAddr (line 113) | func (c *Conn) BoundAddr() net.Addr { type Dialer (line 121) | type Dialer struct method DialContext (line 151) | func (d *Dialer) DialContext(ctx context.Context, network, address str... method DialWithConn (line 187) | func (d *Dialer) DialWithConn(ctx context.Context, c net.Conn, network... method Dial (line 210) | func (d *Dialer) Dial(network, address string) (net.Conn, error) { method validateTarget (line 233) | func (d *Dialer) validateTarget(network, address string) error { method pathAddrs (line 247) | func (d *Dialer) pathAddrs(address string) (proxy, dst net.Addr, err e... function NewDialer (line 269) | func NewDialer(network, address string) *Dialer { constant authUsernamePasswordVersion (line 274) | authUsernamePasswordVersion = 0x01 constant authStatusSucceeded (line 275) | authStatusSucceeded = 0x00 type UsernamePassword (line 280) | type UsernamePassword struct method Authenticate (line 287) | func (up *UsernamePassword) Authenticate(ctx context.Context, rw io.Re... FILE: vendor/golang.org/x/net/internal/timeseries/timeseries.go constant timeSeriesNumBuckets (line 15) | timeSeriesNumBuckets = 64 constant minuteHourSeriesNumBuckets (line 16) | minuteHourSeriesNumBuckets = 60 type Observable (line 38) | type Observable interface type Float (line 46) | type Float method String (line 55) | func (f *Float) String() string { return fmt.Sprintf("%g", f.Value()) } method Value (line 58) | func (f *Float) Value() float64 { return float64(*f) } method Multiply (line 60) | func (f *Float) Multiply(ratio float64) { *f *= Float(ratio) } method Add (line 62) | func (f *Float) Add(other Observable) { method Clear (line 67) | func (f *Float) Clear() { *f = 0 } method CopyFrom (line 69) | func (f *Float) CopyFrom(other Observable) { function NewFloat (line 49) | func NewFloat() Observable { type Clock (line 75) | type Clock interface type defaultClock (line 79) | type defaultClock method Time (line 83) | func (defaultClock) Time() time.Time { return time.Now() } type tsLevel (line 88) | type tsLevel struct method Clear (line 97) | func (l *tsLevel) Clear() { method InitLevel (line 109) | func (l *tsLevel) InitLevel(size time.Duration, numBuckets int, f func... type timeSeries (line 123) | type timeSeries struct method init (line 136) | func (ts *timeSeries) init(resolutions []time.Duration, f func() Obser... method Clear (line 156) | func (ts *timeSeries) Clear() { method Add (line 169) | func (ts *timeSeries) Add(observation Observable) { method AddWithTime (line 174) | func (ts *timeSeries) AddWithTime(observation Observable, t time.Time) { method mergeValue (line 200) | func (ts *timeSeries) mergeValue(observation Observable, t time.Time) { method mergePendingUpdates (line 215) | func (ts *timeSeries) mergePendingUpdates() { method advance (line 225) | func (ts *timeSeries) advance(t time.Time) { method Latest (line 256) | func (ts *timeSeries) Latest(level, num int) Observable { method LatestBuckets (line 282) | func (ts *timeSeries) LatestBuckets(level, num int) []Observable { method ScaleBy (line 319) | func (ts *timeSeries) ScaleBy(factor float64) { method Range (line 333) | func (ts *timeSeries) Range(start, finish time.Time) Observable { method Recent (line 338) | func (ts *timeSeries) Recent(delta time.Duration) Observable { method Total (line 344) | func (ts *timeSeries) Total() Observable { method ComputeRange (line 354) | func (ts *timeSeries) ComputeRange(start, finish time.Time, num int) [... method RecentList (line 384) | func (ts *timeSeries) RecentList(delta time.Duration, num int) []Obser... method extract (line 394) | func (ts *timeSeries) extract(l *tsLevel, start, finish time.Time, num... method resetObservation (line 459) | func (ts *timeSeries) resetObservation(observation Observable) Observa... type TimeSeries (line 469) | type TimeSeries struct function NewTimeSeries (line 474) | func NewTimeSeries(f func() Observable) *TimeSeries { function NewTimeSeriesWithClock (line 480) | func NewTimeSeriesWithClock(f func() Observable, clock Clock) *TimeSeries { type MinuteHourSeries (line 487) | type MinuteHourSeries struct method Minute (line 505) | func (ts *MinuteHourSeries) Minute() Observable { method Hour (line 509) | func (ts *MinuteHourSeries) Hour() Observable { function NewMinuteHourSeries (line 492) | func NewMinuteHourSeries(f func() Observable) *MinuteHourSeries { function NewMinuteHourSeriesWithClock (line 498) | func NewMinuteHourSeriesWithClock(f func() Observable, clock Clock) *Min... function minTime (line 513) | func minTime(a, b time.Time) time.Time { function maxTime (line 520) | func maxTime(a, b time.Time) time.Time { FILE: vendor/golang.org/x/net/ipv4/batch.go method ReadBatch (line 74) | func (c *payloadHandler) ReadBatch(ms []Message, flags int) (int, error) { method WriteBatch (line 108) | func (c *payloadHandler) WriteBatch(ms []Message, flags int) (int, error) { method ReadBatch (line 140) | func (c *packetHandler) ReadBatch(ms []Message, flags int) (int, error) { method WriteBatch (line 174) | func (c *packetHandler) WriteBatch(ms []Message, flags int) (int, error) { FILE: vendor/golang.org/x/net/ipv4/control.go type rawOpt (line 16) | type rawOpt struct method set (line 21) | func (c *rawOpt) set(f ControlFlags) { c.cflags |= f } method clear (line 22) | func (c *rawOpt) clear(f ControlFlags) { c.cflags &^= f } method isset (line 23) | func (c *rawOpt) isset(f ControlFlags) bool { return c.cflags&f != 0 } type ControlFlags (line 25) | type ControlFlags constant FlagTTL (line 28) | FlagTTL ControlFlags = 1 << iota constant FlagSrc (line 29) | FlagSrc constant FlagDst (line 30) | FlagDst constant FlagInterface (line 31) | FlagInterface type ControlMessage (line 35) | type ControlMessage struct method String (line 50) | func (cm *ControlMessage) String() string { method Marshal (line 58) | func (cm *ControlMessage) Marshal() []byte { method Parse (line 73) | func (cm *ControlMessage) Parse(b []byte) error { function NewControlMessage (line 103) | func NewControlMessage(cf ControlFlags) []byte { constant ctlTTL (line 130) | ctlTTL = iota constant ctlSrc (line 131) | ctlSrc constant ctlDst (line 132) | ctlDst constant ctlInterface (line 133) | ctlInterface constant ctlPacketInfo (line 134) | ctlPacketInfo constant ctlMax (line 135) | ctlMax type ctlOpt (line 139) | type ctlOpt struct FILE: vendor/golang.org/x/net/ipv4/control_bsd.go function marshalDst (line 20) | func marshalDst(b []byte, cm *ControlMessage) []byte { function parseDst (line 26) | func parseDst(cm *ControlMessage, b []byte) { function marshalInterface (line 33) | func marshalInterface(b []byte, cm *ControlMessage) []byte { function parseInterface (line 39) | func parseInterface(cm *ControlMessage, b []byte) { FILE: vendor/golang.org/x/net/ipv4/control_pktinfo.go function marshalPacketInfo (line 19) | func marshalPacketInfo(b []byte, cm *ControlMessage) []byte { function parsePacketInfo (line 34) | func parsePacketInfo(cm *ControlMessage, b []byte) { FILE: vendor/golang.org/x/net/ipv4/control_stub.go function setControlMessage (line 11) | func setControlMessage(c *socket.Conn, opt *rawOpt, cf ControlFlags, on ... FILE: vendor/golang.org/x/net/ipv4/control_unix.go function setControlMessage (line 18) | func setControlMessage(c *socket.Conn, opt *rawOpt, cf ControlFlags, on ... function marshalTTL (line 67) | func marshalTTL(b []byte, cm *ControlMessage) []byte { function parseTTL (line 73) | func parseTTL(cm *ControlMessage, b []byte) { FILE: vendor/golang.org/x/net/ipv4/control_windows.go function setControlMessage (line 9) | func setControlMessage(c *socket.Conn, opt *rawOpt, cf ControlFlags, on ... FILE: vendor/golang.org/x/net/ipv4/control_zos.go function marshalPacketInfo (line 17) | func marshalPacketInfo(b []byte, cm *ControlMessage) []byte { function parsePacketInfo (line 32) | func parsePacketInfo(cm *ControlMessage, b []byte) { function setControlMessage (line 41) | func setControlMessage(c *socket.Conn, opt *rawOpt, cf ControlFlags, on ... FILE: vendor/golang.org/x/net/ipv4/dgramopt.go method MulticastTTL (line 15) | func (c *dgramOpt) MulticastTTL() (int, error) { method SetMulticastTTL (line 28) | func (c *dgramOpt) SetMulticastTTL(ttl int) error { method MulticastInterface (line 41) | func (c *dgramOpt) MulticastInterface() (*net.Interface, error) { method SetMulticastInterface (line 54) | func (c *dgramOpt) SetMulticastInterface(ifi *net.Interface) error { method MulticastLoopback (line 67) | func (c *dgramOpt) MulticastLoopback() (bool, error) { method SetMulticastLoopback (line 84) | func (c *dgramOpt) SetMulticastLoopback(on bool) error { method JoinGroup (line 104) | func (c *dgramOpt) JoinGroup(ifi *net.Interface, group net.Addr) error { method LeaveGroup (line 122) | func (c *dgramOpt) LeaveGroup(ifi *net.Interface, group net.Addr) error { method JoinSourceSpecificGroup (line 143) | func (c *dgramOpt) JoinSourceSpecificGroup(ifi *net.Interface, group, so... method LeaveSourceSpecificGroup (line 164) | func (c *dgramOpt) LeaveSourceSpecificGroup(ifi *net.Interface, group, s... method ExcludeSourceSpecificGroup (line 186) | func (c *dgramOpt) ExcludeSourceSpecificGroup(ifi *net.Interface, group,... method IncludeSourceSpecificGroup (line 207) | func (c *dgramOpt) IncludeSourceSpecificGroup(ifi *net.Interface, group,... method ICMPFilter (line 228) | func (c *dgramOpt) ICMPFilter() (*ICMPFilter, error) { method SetICMPFilter (line 241) | func (c *dgramOpt) SetICMPFilter(f *ICMPFilter) error { method SetBPF (line 255) | func (c *dgramOpt) SetBPF(filter []bpf.RawInstruction) error { FILE: vendor/golang.org/x/net/ipv4/endpoint.go type Conn (line 22) | type Conn struct type genericOpt (line 26) | type genericOpt struct method ok (line 30) | func (c *genericOpt) ok() bool { return c != nil && c.Conn != nil } function NewConn (line 33) | func NewConn(c net.Conn) *Conn { type PacketConn (line 45) | type PacketConn struct method SetControlMessage (line 58) | func (c *PacketConn) SetControlMessage(cf ControlFlags, on bool) error { method SetDeadline (line 67) | func (c *PacketConn) SetDeadline(t time.Time) error { method SetReadDeadline (line 76) | func (c *PacketConn) SetReadDeadline(t time.Time) error { method SetWriteDeadline (line 85) | func (c *PacketConn) SetWriteDeadline(t time.Time) error { method Close (line 93) | func (c *PacketConn) Close() error { type dgramOpt (line 51) | type dgramOpt struct method ok (line 55) | func (c *dgramOpt) ok() bool { return c != nil && c.Conn != nil } function NewPacketConn (line 102) | func NewPacketConn(c net.PacketConn) *PacketConn { type RawConn (line 117) | type RawConn struct method SetControlMessage (line 124) | func (c *RawConn) SetControlMessage(cf ControlFlags, on bool) error { method SetDeadline (line 133) | func (c *RawConn) SetDeadline(t time.Time) error { method SetReadDeadline (line 142) | func (c *RawConn) SetReadDeadline(t time.Time) error { method SetWriteDeadline (line 151) | func (c *RawConn) SetWriteDeadline(t time.Time) error { method Close (line 159) | func (c *RawConn) Close() error { function NewRawConn (line 168) | func NewRawConn(c net.PacketConn) (*RawConn, error) { FILE: vendor/golang.org/x/net/ipv4/genericopt.go method TOS (line 8) | func (c *genericOpt) TOS() (int, error) { method SetTOS (line 21) | func (c *genericOpt) SetTOS(tos int) error { method TTL (line 33) | func (c *genericOpt) TTL() (int, error) { method SetTTL (line 46) | func (c *genericOpt) SetTTL(ttl int) error { FILE: vendor/golang.org/x/net/ipv4/header.go constant Version (line 17) | Version = 4 constant HeaderLen (line 18) | HeaderLen = 20 type HeaderFlags (line 21) | type HeaderFlags constant MoreFragments (line 24) | MoreFragments HeaderFlags = 1 << iota constant DontFragment (line 25) | DontFragment type Header (line 29) | type Header struct method String (line 45) | func (h *Header) String() string { method Marshal (line 57) | func (h *Header) Marshal() ([]byte, error) { method Parse (line 108) | func (h *Header) Parse(b []byte) error { function ParseHeader (line 166) | func ParseHeader(b []byte) (*Header, error) { FILE: vendor/golang.org/x/net/ipv4/helper.go function adjustFreeBSD32 (line 30) | func adjustFreeBSD32(m *socket.Message) { function boolint (line 40) | func boolint(b bool) int { function netAddrToIP4 (line 47) | func netAddrToIP4(a net.Addr) net.IP { function opAddr (line 61) | func opAddr(a net.Addr) net.Addr { FILE: vendor/golang.org/x/net/ipv4/iana.go constant ICMPTypeEchoReply (line 8) | ICMPTypeEchoReply ICMPType = 0 constant ICMPTypeDestinationUnreachable (line 9) | ICMPTypeDestinationUnreachable ICMPType = 3 constant ICMPTypeRedirect (line 10) | ICMPTypeRedirect ICMPType = 5 constant ICMPTypeEcho (line 11) | ICMPTypeEcho ICMPType = 8 constant ICMPTypeRouterAdvertisement (line 12) | ICMPTypeRouterAdvertisement ICMPType = 9 constant ICMPTypeRouterSolicitation (line 13) | ICMPTypeRouterSolicitation ICMPType = 10 constant ICMPTypeTimeExceeded (line 14) | ICMPTypeTimeExceeded ICMPType = 11 constant ICMPTypeParameterProblem (line 15) | ICMPTypeParameterProblem ICMPType = 12 constant ICMPTypeTimestamp (line 16) | ICMPTypeTimestamp ICMPType = 13 constant ICMPTypeTimestampReply (line 17) | ICMPTypeTimestampReply ICMPType = 14 constant ICMPTypePhoturis (line 18) | ICMPTypePhoturis ICMPType = 40 constant ICMPTypeExtendedEchoRequest (line 19) | ICMPTypeExtendedEchoRequest ICMPType = 42 constant ICMPTypeExtendedEchoReply (line 20) | ICMPTypeExtendedEchoReply ICMPType = 43 FILE: vendor/golang.org/x/net/ipv4/icmp.go type ICMPType (line 10) | type ICMPType method String (line 12) | func (typ ICMPType) String() string { method Protocol (line 21) | func (typ ICMPType) Protocol() int { type ICMPFilter (line 33) | type ICMPFilter struct method Accept (line 39) | func (f *ICMPFilter) Accept(typ ICMPType) { method Block (line 45) | func (f *ICMPFilter) Block(typ ICMPType) { method SetAll (line 50) | func (f *ICMPFilter) SetAll(block bool) { method WillBlock (line 55) | func (f *ICMPFilter) WillBlock(typ ICMPType) bool { FILE: vendor/golang.org/x/net/ipv4/icmp_linux.go method accept (line 7) | func (f *icmpFilter) accept(typ ICMPType) { method block (line 11) | func (f *icmpFilter) block(typ ICMPType) { method setAll (line 15) | func (f *icmpFilter) setAll(block bool) { method willBlock (line 23) | func (f *icmpFilter) willBlock(typ ICMPType) bool { FILE: vendor/golang.org/x/net/ipv4/icmp_stub.go constant sizeofICMPFilter (line 9) | sizeofICMPFilter = 0x0 type icmpFilter (line 11) | type icmpFilter struct method accept (line 14) | func (f *icmpFilter) accept(typ ICMPType) { method block (line 17) | func (f *icmpFilter) block(typ ICMPType) { method setAll (line 20) | func (f *icmpFilter) setAll(block bool) { method willBlock (line 23) | func (f *icmpFilter) willBlock(typ ICMPType) bool { FILE: vendor/golang.org/x/net/ipv4/packet.go type packetHandler (line 17) | type packetHandler struct method ok (line 23) | func (c *packetHandler) ok() bool { return c != nil && c.IPConn != nil... method ReadFrom (line 28) | func (c *packetHandler) ReadFrom(b []byte) (h *Header, p []byte, cm *C... method WriteTo (line 91) | func (c *packetHandler) WriteTo(h *Header, p []byte, cm *ControlMessag... function slicePacket (line 63) | func slicePacket(b []byte) (h, p []byte, err error) { FILE: vendor/golang.org/x/net/ipv4/payload.go type payloadHandler (line 17) | type payloadHandler struct method ok (line 23) | func (c *payloadHandler) ok() bool { return c != nil && c.PacketConn !... FILE: vendor/golang.org/x/net/ipv4/payload_cmsg.go method ReadFrom (line 19) | func (c *payloadHandler) ReadFrom(b []byte) (n int, cm *ControlMessage, ... method WriteTo (line 70) | func (c *payloadHandler) WriteTo(b []byte, cm *ControlMessage, dst net.A... FILE: vendor/golang.org/x/net/ipv4/payload_nocmsg.go method ReadFrom (line 15) | func (c *payloadHandler) ReadFrom(b []byte) (n int, cm *ControlMessage, ... method WriteTo (line 31) | func (c *payloadHandler) WriteTo(b []byte, cm *ControlMessage, dst net.A... FILE: vendor/golang.org/x/net/ipv4/sockopt.go constant ssoTOS (line 11) | ssoTOS = iota constant ssoTTL (line 12) | ssoTTL constant ssoMulticastTTL (line 13) | ssoMulticastTTL constant ssoMulticastInterface (line 14) | ssoMulticastInterface constant ssoMulticastLoopback (line 15) | ssoMulticastLoopback constant ssoReceiveTTL (line 16) | ssoReceiveTTL constant ssoReceiveDst (line 17) | ssoReceiveDst constant ssoReceiveInterface (line 18) | ssoReceiveInterface constant ssoPacketInfo (line 19) | ssoPacketInfo constant ssoHeaderPrepend (line 20) | ssoHeaderPrepend constant ssoStripHeader (line 21) | ssoStripHeader constant ssoICMPFilter (line 22) | ssoICMPFilter constant ssoJoinGroup (line 23) | ssoJoinGroup constant ssoLeaveGroup (line 24) | ssoLeaveGroup constant ssoJoinSourceGroup (line 25) | ssoJoinSourceGroup constant ssoLeaveSourceGroup (line 26) | ssoLeaveSourceGroup constant ssoBlockSourceGroup (line 27) | ssoBlockSourceGroup constant ssoUnblockSourceGroup (line 28) | ssoUnblockSourceGroup constant ssoAttachFilter (line 29) | ssoAttachFilter constant ssoTypeIPMreq (line 34) | ssoTypeIPMreq = iota + 1 constant ssoTypeIPMreqn (line 35) | ssoTypeIPMreqn constant ssoTypeGroupReq (line 36) | ssoTypeGroupReq constant ssoTypeGroupSourceReq (line 37) | ssoTypeGroupSourceReq type sockOpt (line 41) | type sockOpt struct FILE: vendor/golang.org/x/net/ipv4/sockopt_posix.go method getMulticastInterface (line 17) | func (so *sockOpt) getMulticastInterface(c *socket.Conn) (*net.Interface... method setMulticastInterface (line 26) | func (so *sockOpt) setMulticastInterface(c *socket.Conn, ifi *net.Interf... method getICMPFilter (line 35) | func (so *sockOpt) getICMPFilter(c *socket.Conn) (*ICMPFilter, error) { method setICMPFilter (line 47) | func (so *sockOpt) setICMPFilter(c *socket.Conn, f *ICMPFilter) error { method setGroup (line 52) | func (so *sockOpt) setGroup(c *socket.Conn, ifi *net.Interface, grp net.... method setSourceGroup (line 65) | func (so *sockOpt) setSourceGroup(c *socket.Conn, ifi *net.Interface, gr... method setBPF (line 69) | func (so *sockOpt) setBPF(c *socket.Conn, f []bpf.RawInstruction) error { FILE: vendor/golang.org/x/net/ipv4/sockopt_stub.go method getMulticastInterface (line 16) | func (so *sockOpt) getMulticastInterface(c *socket.Conn) (*net.Interface... method setMulticastInterface (line 20) | func (so *sockOpt) setMulticastInterface(c *socket.Conn, ifi *net.Interf... method getICMPFilter (line 24) | func (so *sockOpt) getICMPFilter(c *socket.Conn) (*ICMPFilter, error) { method setICMPFilter (line 28) | func (so *sockOpt) setICMPFilter(c *socket.Conn, f *ICMPFilter) error { method setGroup (line 32) | func (so *sockOpt) setGroup(c *socket.Conn, ifi *net.Interface, grp net.... method setSourceGroup (line 36) | func (so *sockOpt) setSourceGroup(c *socket.Conn, ifi *net.Interface, gr... method setBPF (line 40) | func (so *sockOpt) setBPF(c *socket.Conn, f []bpf.RawInstruction) error { FILE: vendor/golang.org/x/net/ipv4/sys_aix.go constant sockoptReceiveInterface (line 21) | sockoptReceiveInterface = unix.IP_RECVINTERFACE FILE: vendor/golang.org/x/net/ipv4/sys_asmreq.go method setIPMreq (line 19) | func (so *sockOpt) setIPMreq(c *socket.Conn, ifi *net.Interface, grp net... method getMulticastIf (line 28) | func (so *sockOpt) getMulticastIf(c *socket.Conn) (*net.Interface, error) { method setMulticastIf (line 40) | func (so *sockOpt) setMulticastIf(c *socket.Conn, ifi *net.Interface) er... function setIPMreqInterface (line 50) | func setIPMreqInterface(mreq *ipMreq, ifi *net.Interface) error { function netIP4ToInterface (line 75) | func netIP4ToInterface(ip net.IP) (*net.Interface, error) { function netInterfaceToIP4 (line 101) | func netInterfaceToIP4(ifi *net.Interface) (net.IP, error) { FILE: vendor/golang.org/x/net/ipv4/sys_asmreq_stub.go method setIPMreq (line 15) | func (so *sockOpt) setIPMreq(c *socket.Conn, ifi *net.Interface, grp net... method getMulticastIf (line 19) | func (so *sockOpt) getMulticastIf(c *socket.Conn) (*net.Interface, error) { method setMulticastIf (line 23) | func (so *sockOpt) setMulticastIf(c *socket.Conn, ifi *net.Interface) er... FILE: vendor/golang.org/x/net/ipv4/sys_asmreqn.go method getIPMreqn (line 18) | func (so *sockOpt) getIPMreqn(c *socket.Conn) (*net.Interface, error) { method setIPMreqn (line 34) | func (so *sockOpt) setIPMreqn(c *socket.Conn, ifi *net.Interface, grp ne... FILE: vendor/golang.org/x/net/ipv4/sys_asmreqn_stub.go method getIPMreqn (line 15) | func (so *sockOpt) getIPMreqn(c *socket.Conn) (*net.Interface, error) { method setIPMreqn (line 19) | func (so *sockOpt) setIPMreqn(c *socket.Conn, ifi *net.Interface, grp ne... FILE: vendor/golang.org/x/net/ipv4/sys_bpf.go method setAttachFilter (line 17) | func (so *sockOpt) setAttachFilter(c *socket.Conn, f []bpf.RawInstructio... FILE: vendor/golang.org/x/net/ipv4/sys_bpf_stub.go method setAttachFilter (line 14) | func (so *sockOpt) setAttachFilter(c *socket.Conn, f []bpf.RawInstructio... FILE: vendor/golang.org/x/net/ipv4/sys_bsd.go constant sockoptReceiveInterface (line 19) | sockoptReceiveInterface = unix.IP_RECVIF FILE: vendor/golang.org/x/net/ipv4/sys_darwin.go constant sockoptReceiveInterface (line 18) | sockoptReceiveInterface = unix.IP_RECVIF method setIfindex (line 49) | func (pi *inetPktinfo) setIfindex(i int) { method setGroup (line 53) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 60) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv4/sys_dragonfly.go constant sockoptReceiveInterface (line 17) | sockoptReceiveInterface = unix.IP_RECVIF FILE: vendor/golang.org/x/net/ipv4/sys_freebsd.go constant sockoptReceiveInterface (line 20) | sockoptReceiveInterface = unix.IP_RECVIF function init (line 48) | func init() { method setGroup (line 64) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 71) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv4/sys_linux.go method setIfindex (line 44) | func (pi *inetPktinfo) setIfindex(i int) { method setGroup (line 48) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 54) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv4/sys_solaris.go constant sockoptReceiveInterface (line 18) | sockoptReceiveInterface = unix.IP_RECVIF method setIfindex (line 44) | func (pi *inetPktinfo) setIfindex(i int) { method setGroup (line 48) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 54) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv4/sys_ssmreq.go method setGroupReq (line 16) | func (so *sockOpt) setGroupReq(c *socket.Conn, ifi *net.Interface, grp n... method setGroupSourceReq (line 35) | func (so *sockOpt) setGroupSourceReq(c *socket.Conn, ifi *net.Interface,... FILE: vendor/golang.org/x/net/ipv4/sys_ssmreq_stub.go method setGroupReq (line 15) | func (so *sockOpt) setGroupReq(c *socket.Conn, ifi *net.Interface, grp n... method setGroupSourceReq (line 19) | func (so *sockOpt) setGroupSourceReq(c *socket.Conn, ifi *net.Interface,... FILE: vendor/golang.org/x/net/ipv4/sys_windows.go constant sizeofIPMreq (line 15) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 16) | sizeofIPMreqSource = 0xc type ipMreq (line 19) | type ipMreq struct type ipMreqSource (line 24) | type ipMreqSource struct FILE: vendor/golang.org/x/net/ipv4/sys_zos.go method setIfindex (line 37) | func (pi *inetPktinfo) setIfindex(i int) { method setGroup (line 41) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 48) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv4/zsys_aix_ppc64.go constant sizeofIPMreq (line 10) | sizeofIPMreq = 0x8 type ipMreq (line 13) | type ipMreq struct FILE: vendor/golang.org/x/net/ipv4/zsys_darwin.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofIPMreq (line 11) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 12) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 13) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 14) | sizeofGroupSourceReq = 0x104 type sockaddrStorage (line 17) | type sockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 33) | type inetPktinfo struct type ipMreq (line 39) | type ipMreq struct type ipMreqSource (line 44) | type ipMreqSource struct type groupReq (line 50) | type groupReq struct type groupSourceReq (line 55) | type groupSourceReq struct FILE: vendor/golang.org/x/net/ipv4/zsys_dragonfly.go constant sizeofIPMreq (line 7) | sizeofIPMreq = 0x8 type ipMreq (line 10) | type ipMreq struct FILE: vendor/golang.org/x/net/ipv4/zsys_freebsd_386.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofIPMreq (line 10) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 11) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 12) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 13) | sizeofGroupSourceReq = 0x104 type sockaddrStorage (line 16) | type sockaddrStorage struct type sockaddrInet (line 24) | type sockaddrInet struct type ipMreq (line 32) | type ipMreq struct type ipMreqSource (line 37) | type ipMreqSource struct type groupReq (line 43) | type groupReq struct type groupSourceReq (line 48) | type groupSourceReq struct FILE: vendor/golang.org/x/net/ipv4/zsys_freebsd_amd64.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofIPMreq (line 10) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 11) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 12) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 13) | sizeofGroupSourceReq = 0x108 type sockaddrStorage (line 16) | type sockaddrStorage struct type sockaddrInet (line 24) | type sockaddrInet struct type ipMreq (line 32) | type ipMreq struct type ipMreqSource (line 37) | type ipMreqSource struct type groupReq (line 43) | type groupReq struct type groupSourceReq (line 49) | type groupSourceReq struct FILE: vendor/golang.org/x/net/ipv4/zsys_freebsd_arm.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofIPMreq (line 10) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 11) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 12) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 13) | sizeofGroupSourceReq = 0x108 type sockaddrStorage (line 16) | type sockaddrStorage struct type sockaddrInet (line 24) | type sockaddrInet struct type ipMreq (line 32) | type ipMreq struct type ipMreqSource (line 37) | type ipMreqSource struct type groupReq (line 43) | type groupReq struct type groupSourceReq (line 49) | type groupSourceReq struct FILE: vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofIPMreq (line 10) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 11) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 12) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 13) | sizeofGroupSourceReq = 0x108 type sockaddrStorage (line 16) | type sockaddrStorage struct type sockaddrInet (line 24) | type sockaddrInet struct type ipMreq (line 32) | type ipMreq struct type ipMreqSource (line 37) | type ipMreqSource struct type groupReq (line 43) | type groupReq struct type groupSourceReq (line 48) | type groupSourceReq struct FILE: vendor/golang.org/x/net/ipv4/zsys_freebsd_riscv64.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofIPMreq (line 10) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 11) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 12) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 13) | sizeofGroupSourceReq = 0x108 type sockaddrStorage (line 16) | type sockaddrStorage struct type sockaddrInet (line 24) | type sockaddrInet struct type ipMreq (line 32) | type ipMreq struct type ipMreqSource (line 37) | type ipMreqSource struct type groupReq (line 43) | type groupReq struct type groupSourceReq (line 48) | type groupSourceReq struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_386.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x104 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct type icmpFilter (line 70) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_amd64.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpFilter (line 72) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_arm.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x104 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct type icmpFilter (line 70) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_arm64.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpFilter (line 72) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_loong64.go constant sizeofKernelSockaddrStorage (line 9) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 10) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 11) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 12) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 14) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 15) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 16) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 17) | sizeofGroupSourceReq = 0x108 constant sizeofICMPFilter (line 19) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 22) | type kernelSockaddrStorage struct type sockaddrInet (line 27) | type sockaddrInet struct type inetPktinfo (line 34) | type inetPktinfo struct type sockExtendedErr (line 40) | type sockExtendedErr struct type ipMreq (line 50) | type ipMreq struct type ipMreqSource (line 55) | type ipMreqSource struct type groupReq (line 61) | type groupReq struct type groupSourceReq (line 67) | type groupSourceReq struct type icmpFilter (line 74) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_mips.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x104 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct type icmpFilter (line 70) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_mips64.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpFilter (line 72) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_mips64le.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpFilter (line 72) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_mipsle.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x104 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct type icmpFilter (line 70) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_ppc.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x104 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct type icmpFilter (line 70) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_ppc64.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpFilter (line 72) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_ppc64le.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpFilter (line 72) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_riscv64.go constant sizeofKernelSockaddrStorage (line 9) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 10) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 11) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 12) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 14) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 15) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 16) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 17) | sizeofGroupSourceReq = 0x108 constant sizeofICMPFilter (line 19) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 22) | type kernelSockaddrStorage struct type sockaddrInet (line 27) | type sockaddrInet struct type inetPktinfo (line 34) | type inetPktinfo struct type sockExtendedErr (line 40) | type sockExtendedErr struct type ipMreq (line 50) | type ipMreq struct type ipMreqSource (line 55) | type ipMreqSource struct type groupReq (line 61) | type groupReq struct type groupSourceReq (line 67) | type groupSourceReq struct type icmpFilter (line 74) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_s390x.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpFilter (line 72) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_netbsd.go constant sizeofIPMreq (line 7) | sizeofIPMreq = 0x8 type ipMreq (line 10) | type ipMreq struct FILE: vendor/golang.org/x/net/ipv4/zsys_openbsd.go constant sizeofIPMreq (line 7) | sizeofIPMreq = 0x8 type ipMreq (line 10) | type ipMreq struct FILE: vendor/golang.org/x/net/ipv4/zsys_solaris.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x100 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofIPMreq (line 11) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 12) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 13) | sizeofGroupReq = 0x104 constant sizeofGroupSourceReq (line 14) | sizeofGroupSourceReq = 0x204 type sockaddrStorage (line 17) | type sockaddrStorage struct type sockaddrInet (line 24) | type sockaddrInet struct type inetPktinfo (line 31) | type inetPktinfo struct type ipMreq (line 37) | type ipMreq struct type ipMreqSource (line 42) | type ipMreqSource struct type groupReq (line 48) | type groupReq struct type groupSourceReq (line 53) | type groupSourceReq struct FILE: vendor/golang.org/x/net/ipv4/zsys_zos_s390x.go constant sizeofIPMreq (line 11) | sizeofIPMreq = 8 constant sizeofSockaddrInet4 (line 12) | sizeofSockaddrInet4 = 16 constant sizeofSockaddrStorage (line 13) | sizeofSockaddrStorage = 128 constant sizeofGroupReq (line 14) | sizeofGroupReq = 136 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 264 constant sizeofInetPktinfo (line 16) | sizeofInetPktinfo = 8 type sockaddrInet4 (line 19) | type sockaddrInet4 struct type inetPktinfo (line 27) | type inetPktinfo struct type sockaddrStorage (line 32) | type sockaddrStorage struct type groupReq (line 40) | type groupReq struct type groupSourceReq (line 46) | type groupSourceReq struct type ipMreq (line 53) | type ipMreq struct FILE: vendor/golang.org/x/net/ipv6/batch.go method ReadBatch (line 65) | func (c *payloadHandler) ReadBatch(ms []Message, flags int) (int, error) { method WriteBatch (line 96) | func (c *payloadHandler) WriteBatch(ms []Message, flags int) (int, error) { FILE: vendor/golang.org/x/net/ipv6/control.go type rawOpt (line 21) | type rawOpt struct method set (line 26) | func (c *rawOpt) set(f ControlFlags) { c.cflags |= f } method clear (line 27) | func (c *rawOpt) clear(f ControlFlags) { c.cflags &^= f } method isset (line 28) | func (c *rawOpt) isset(f ControlFlags) bool { return c.cflags&f != 0 } type ControlFlags (line 32) | type ControlFlags constant FlagTrafficClass (line 35) | FlagTrafficClass ControlFlags = 1 << iota constant FlagHopLimit (line 36) | FlagHopLimit constant FlagSrc (line 37) | FlagSrc constant FlagDst (line 38) | FlagDst constant FlagInterface (line 39) | FlagInterface constant FlagPathMTU (line 40) | FlagPathMTU constant flagPacketInfo (line 43) | flagPacketInfo = FlagDst | FlagInterface type ControlMessage (line 47) | type ControlMessage struct method String (line 65) | func (cm *ControlMessage) String() string { method Marshal (line 73) | func (cm *ControlMessage) Marshal() []byte { method Parse (line 119) | func (cm *ControlMessage) Parse(b []byte) error { function NewControlMessage (line 149) | func NewControlMessage(cf ControlFlags) []byte { constant ctlTrafficClass (line 173) | ctlTrafficClass = iota constant ctlHopLimit (line 174) | ctlHopLimit constant ctlPacketInfo (line 175) | ctlPacketInfo constant ctlNextHop (line 176) | ctlNextHop constant ctlPathMTU (line 177) | ctlPathMTU constant ctlMax (line 178) | ctlMax type ctlOpt (line 182) | type ctlOpt struct FILE: vendor/golang.org/x/net/ipv6/control_rfc2292_unix.go function marshal2292HopLimit (line 18) | func marshal2292HopLimit(b []byte, cm *ControlMessage) []byte { function marshal2292PacketInfo (line 27) | func marshal2292PacketInfo(b []byte, cm *ControlMessage) []byte { function marshal2292NextHop (line 42) | func marshal2292NextHop(b []byte, cm *ControlMessage) []byte { FILE: vendor/golang.org/x/net/ipv6/control_rfc3542_unix.go function marshalTrafficClass (line 19) | func marshalTrafficClass(b []byte, cm *ControlMessage) []byte { function parseTrafficClass (line 28) | func parseTrafficClass(cm *ControlMessage, b []byte) { function marshalHopLimit (line 32) | func marshalHopLimit(b []byte, cm *ControlMessage) []byte { function parseHopLimit (line 41) | func parseHopLimit(cm *ControlMessage, b []byte) { function marshalPacketInfo (line 45) | func marshalPacketInfo(b []byte, cm *ControlMessage) []byte { function parsePacketInfo (line 60) | func parsePacketInfo(cm *ControlMessage, b []byte) { function marshalNextHop (line 69) | func marshalNextHop(b []byte, cm *ControlMessage) []byte { function parseNextHop (line 79) | func parseNextHop(cm *ControlMessage, b []byte) { function marshalPathMTU (line 82) | func marshalPathMTU(b []byte, cm *ControlMessage) []byte { function parsePathMTU (line 88) | func parsePathMTU(cm *ControlMessage, b []byte) { FILE: vendor/golang.org/x/net/ipv6/control_stub.go function setControlMessage (line 11) | func setControlMessage(c *socket.Conn, opt *rawOpt, cf ControlFlags, on ... FILE: vendor/golang.org/x/net/ipv6/control_unix.go function setControlMessage (line 11) | func setControlMessage(c *socket.Conn, opt *rawOpt, cf ControlFlags, on ... FILE: vendor/golang.org/x/net/ipv6/control_windows.go function setControlMessage (line 9) | func setControlMessage(c *socket.Conn, opt *rawOpt, cf ControlFlags, on ... FILE: vendor/golang.org/x/net/ipv6/dgramopt.go method MulticastHopLimit (line 15) | func (c *dgramOpt) MulticastHopLimit() (int, error) { method SetMulticastHopLimit (line 28) | func (c *dgramOpt) SetMulticastHopLimit(hoplim int) error { method MulticastInterface (line 41) | func (c *dgramOpt) MulticastInterface() (*net.Interface, error) { method SetMulticastInterface (line 54) | func (c *dgramOpt) SetMulticastInterface(ifi *net.Interface) error { method MulticastLoopback (line 67) | func (c *dgramOpt) MulticastLoopback() (bool, error) { method SetMulticastLoopback (line 84) | func (c *dgramOpt) SetMulticastLoopback(on bool) error { method JoinGroup (line 104) | func (c *dgramOpt) JoinGroup(ifi *net.Interface, group net.Addr) error { method LeaveGroup (line 122) | func (c *dgramOpt) LeaveGroup(ifi *net.Interface, group net.Addr) error { method JoinSourceSpecificGroup (line 143) | func (c *dgramOpt) JoinSourceSpecificGroup(ifi *net.Interface, group, so... method LeaveSourceSpecificGroup (line 164) | func (c *dgramOpt) LeaveSourceSpecificGroup(ifi *net.Interface, group, s... method ExcludeSourceSpecificGroup (line 186) | func (c *dgramOpt) ExcludeSourceSpecificGroup(ifi *net.Interface, group,... method IncludeSourceSpecificGroup (line 207) | func (c *dgramOpt) IncludeSourceSpecificGroup(ifi *net.Interface, group,... method Checksum (line 230) | func (c *dgramOpt) Checksum() (on bool, offset int, err error) { method SetChecksum (line 251) | func (c *dgramOpt) SetChecksum(on bool, offset int) error { method ICMPFilter (line 266) | func (c *dgramOpt) ICMPFilter() (*ICMPFilter, error) { method SetICMPFilter (line 278) | func (c *dgramOpt) SetICMPFilter(f *ICMPFilter) error { method SetBPF (line 292) | func (c *dgramOpt) SetBPF(filter []bpf.RawInstruction) error { FILE: vendor/golang.org/x/net/ipv6/endpoint.go type Conn (line 22) | type Conn struct method PathMTU (line 34) | func (c *Conn) PathMTU() (int, error) { type genericOpt (line 26) | type genericOpt struct method ok (line 30) | func (c *genericOpt) ok() bool { return c != nil && c.Conn != nil } function NewConn (line 50) | func NewConn(c net.Conn) *Conn { type PacketConn (line 62) | type PacketConn struct method SetControlMessage (line 76) | func (c *PacketConn) SetControlMessage(cf ControlFlags, on bool) error { method SetDeadline (line 85) | func (c *PacketConn) SetDeadline(t time.Time) error { method SetReadDeadline (line 94) | func (c *PacketConn) SetReadDeadline(t time.Time) error { method SetWriteDeadline (line 103) | func (c *PacketConn) SetWriteDeadline(t time.Time) error { method Close (line 111) | func (c *PacketConn) Close() error { type dgramOpt (line 68) | type dgramOpt struct method ok (line 72) | func (c *dgramOpt) ok() bool { return c != nil && c.Conn != nil } function NewPacketConn (line 120) | func NewPacketConn(c net.PacketConn) *PacketConn { FILE: vendor/golang.org/x/net/ipv6/genericopt.go method TrafficClass (line 9) | func (c *genericOpt) TrafficClass() (int, error) { method SetTrafficClass (line 22) | func (c *genericOpt) SetTrafficClass(tclass int) error { method HopLimit (line 34) | func (c *genericOpt) HopLimit() (int, error) { method SetHopLimit (line 47) | func (c *genericOpt) SetHopLimit(hoplim int) error { FILE: vendor/golang.org/x/net/ipv6/header.go constant Version (line 14) | Version = 6 constant HeaderLen (line 15) | HeaderLen = 40 type Header (line 19) | type Header struct method String (line 30) | func (h *Header) String() string { function ParseHeader (line 38) | func ParseHeader(b []byte) (*Header, error) { FILE: vendor/golang.org/x/net/ipv6/helper.go function boolint (line 21) | func boolint(b bool) int { function netAddrToIP16 (line 28) | func netAddrToIP16(a net.Addr) net.IP { function opAddr (line 42) | func opAddr(a net.Addr) net.Addr { FILE: vendor/golang.org/x/net/ipv6/iana.go constant ICMPTypeDestinationUnreachable (line 8) | ICMPTypeDestinationUnreachable ICMPType = 1 constant ICMPTypePacketTooBig (line 9) | ICMPTypePacketTooBig ICMPType = 2 constant ICMPTypeTimeExceeded (line 10) | ICMPTypeTimeExceeded ICMPType = 3 constant ICMPTypeParameterProblem (line 11) | ICMPTypeParameterProblem ICMPType = 4 constant ICMPTypeEchoRequest (line 12) | ICMPTypeEchoRequest ICMPType = 128 constant ICMPTypeEchoReply (line 13) | ICMPTypeEchoReply ICMPType = 129 constant ICMPTypeMulticastListenerQuery (line 14) | ICMPTypeMulticastListenerQuery ICMPType = 130 constant ICMPTypeMulticastListenerReport (line 15) | ICMPTypeMulticastListenerReport ICMPType = 131 constant ICMPTypeMulticastListenerDone (line 16) | ICMPTypeMulticastListenerDone ICMPType = 132 constant ICMPTypeRouterSolicitation (line 17) | ICMPTypeRouterSolicitation ICMPType = 133 constant ICMPTypeRouterAdvertisement (line 18) | ICMPTypeRouterAdvertisement ICMPType = 134 constant ICMPTypeNeighborSolicitation (line 19) | ICMPTypeNeighborSolicitation ICMPType = 135 constant ICMPTypeNeighborAdvertisement (line 20) | ICMPTypeNeighborAdvertisement ICMPType = 136 constant ICMPTypeRedirect (line 21) | ICMPTypeRedirect ICMPType = 137 constant ICMPTypeRouterRenumbering (line 22) | ICMPTypeRouterRenumbering ICMPType = 138 constant ICMPTypeNodeInformationQuery (line 23) | ICMPTypeNodeInformationQuery ICMPType = 139 constant ICMPTypeNodeInformationResponse (line 24) | ICMPTypeNodeInformationResponse ICMPType = 140 constant ICMPTypeInverseNeighborDiscoverySolicitation (line 25) | ICMPTypeInverseNeighborDiscoverySolicitation ICMPType = 141 constant ICMPTypeInverseNeighborDiscoveryAdvertisement (line 26) | ICMPTypeInverseNeighborDiscoveryAdvertisement ICMPType = 142 constant ICMPTypeVersion2MulticastListenerReport (line 27) | ICMPTypeVersion2MulticastListenerReport ICMPType = 143 constant ICMPTypeHomeAgentAddressDiscoveryRequest (line 28) | ICMPTypeHomeAgentAddressDiscoveryRequest ICMPType = 144 constant ICMPTypeHomeAgentAddressDiscoveryReply (line 29) | ICMPTypeHomeAgentAddressDiscoveryReply ICMPType = 145 constant ICMPTypeMobilePrefixSolicitation (line 30) | ICMPTypeMobilePrefixSolicitation ICMPType = 146 constant ICMPTypeMobilePrefixAdvertisement (line 31) | ICMPTypeMobilePrefixAdvertisement ICMPType = 147 constant ICMPTypeCertificationPathSolicitation (line 32) | ICMPTypeCertificationPathSolicitation ICMPType = 148 constant ICMPTypeCertificationPathAdvertisement (line 33) | ICMPTypeCertificationPathAdvertisement ICMPType = 149 constant ICMPTypeMulticastRouterAdvertisement (line 34) | ICMPTypeMulticastRouterAdvertisement ICMPType = 151 constant ICMPTypeMulticastRouterSolicitation (line 35) | ICMPTypeMulticastRouterSolicitation ICMPType = 152 constant ICMPTypeMulticastRouterTermination (line 36) | ICMPTypeMulticastRouterTermination ICMPType = 153 constant ICMPTypeFMIPv6 (line 37) | ICMPTypeFMIPv6 ICMPType = 154 constant ICMPTypeRPLControl (line 38) | ICMPTypeRPLControl ICMPType = 155 constant ICMPTypeILNPv6LocatorUpdate (line 39) | ICMPTypeILNPv6LocatorUpdate ICMPType = 156 constant ICMPTypeDuplicateAddressRequest (line 40) | ICMPTypeDuplicateAddressRequest ICMPType = 157 constant ICMPTypeDuplicateAddressConfirmation (line 41) | ICMPTypeDuplicateAddressConfirmation ICMPType = 158 constant ICMPTypeMPLControl (line 42) | ICMPTypeMPLControl ICMPType = 159 constant ICMPTypeExtendedEchoRequest (line 43) | ICMPTypeExtendedEchoRequest ICMPType = 160 constant ICMPTypeExtendedEchoReply (line 44) | ICMPTypeExtendedEchoReply ICMPType = 161 FILE: vendor/golang.org/x/net/ipv6/icmp.go type ICMPType (line 13) | type ICMPType method String (line 15) | func (typ ICMPType) String() string { method Protocol (line 24) | func (typ ICMPType) Protocol() int { type ICMPFilter (line 36) | type ICMPFilter struct method Accept (line 42) | func (f *ICMPFilter) Accept(typ ICMPType) { method Block (line 48) | func (f *ICMPFilter) Block(typ ICMPType) { method SetAll (line 53) | func (f *ICMPFilter) SetAll(block bool) { method WillBlock (line 58) | func (f *ICMPFilter) WillBlock(typ ICMPType) bool { FILE: vendor/golang.org/x/net/ipv6/icmp_bsd.go method accept (line 9) | func (f *icmpv6Filter) accept(typ ICMPType) { method block (line 13) | func (f *icmpv6Filter) block(typ ICMPType) { method setAll (line 17) | func (f *icmpv6Filter) setAll(block bool) { method willBlock (line 27) | func (f *icmpv6Filter) willBlock(typ ICMPType) bool { FILE: vendor/golang.org/x/net/ipv6/icmp_linux.go method accept (line 7) | func (f *icmpv6Filter) accept(typ ICMPType) { method block (line 11) | func (f *icmpv6Filter) block(typ ICMPType) { method setAll (line 15) | func (f *icmpv6Filter) setAll(block bool) { method willBlock (line 25) | func (f *icmpv6Filter) willBlock(typ ICMPType) bool { FILE: vendor/golang.org/x/net/ipv6/icmp_solaris.go method accept (line 7) | func (f *icmpv6Filter) accept(typ ICMPType) { method block (line 11) | func (f *icmpv6Filter) block(typ ICMPType) { method setAll (line 15) | func (f *icmpv6Filter) setAll(block bool) { method willBlock (line 25) | func (f *icmpv6Filter) willBlock(typ ICMPType) bool { FILE: vendor/golang.org/x/net/ipv6/icmp_stub.go type icmpv6Filter (line 9) | type icmpv6Filter struct method accept (line 12) | func (f *icmpv6Filter) accept(typ ICMPType) { method block (line 15) | func (f *icmpv6Filter) block(typ ICMPType) { method setAll (line 18) | func (f *icmpv6Filter) setAll(block bool) { method willBlock (line 21) | func (f *icmpv6Filter) willBlock(typ ICMPType) bool { FILE: vendor/golang.org/x/net/ipv6/icmp_windows.go method accept (line 7) | func (f *icmpv6Filter) accept(typ ICMPType) { method block (line 11) | func (f *icmpv6Filter) block(typ ICMPType) { method setAll (line 15) | func (f *icmpv6Filter) setAll(block bool) { method willBlock (line 19) | func (f *icmpv6Filter) willBlock(typ ICMPType) bool { FILE: vendor/golang.org/x/net/ipv6/icmp_zos.go method accept (line 7) | func (f *icmpv6Filter) accept(typ ICMPType) { method block (line 12) | func (f *icmpv6Filter) block(typ ICMPType) { method setAll (line 17) | func (f *icmpv6Filter) setAll(block bool) { method willBlock (line 27) | func (f *icmpv6Filter) willBlock(typ ICMPType) bool { FILE: vendor/golang.org/x/net/ipv6/payload.go type payloadHandler (line 17) | type payloadHandler struct method ok (line 23) | func (c *payloadHandler) ok() bool { return c != nil && c.PacketConn !... FILE: vendor/golang.org/x/net/ipv6/payload_cmsg.go method ReadFrom (line 19) | func (c *payloadHandler) ReadFrom(b []byte) (n int, cm *ControlMessage, ... method WriteTo (line 56) | func (c *payloadHandler) WriteTo(b []byte, cm *ControlMessage, dst net.A... FILE: vendor/golang.org/x/net/ipv6/payload_nocmsg.go method ReadFrom (line 15) | func (c *payloadHandler) ReadFrom(b []byte) (n int, cm *ControlMessage, ... method WriteTo (line 30) | func (c *payloadHandler) WriteTo(b []byte, cm *ControlMessage, dst net.A... FILE: vendor/golang.org/x/net/ipv6/sockopt.go constant ssoTrafficClass (line 11) | ssoTrafficClass = iota constant ssoHopLimit (line 12) | ssoHopLimit constant ssoMulticastInterface (line 13) | ssoMulticastInterface constant ssoMulticastHopLimit (line 14) | ssoMulticastHopLimit constant ssoMulticastLoopback (line 15) | ssoMulticastLoopback constant ssoReceiveTrafficClass (line 16) | ssoReceiveTrafficClass constant ssoReceiveHopLimit (line 17) | ssoReceiveHopLimit constant ssoReceivePacketInfo (line 18) | ssoReceivePacketInfo constant ssoReceivePathMTU (line 19) | ssoReceivePathMTU constant ssoPathMTU (line 20) | ssoPathMTU constant ssoChecksum (line 21) | ssoChecksum constant ssoICMPFilter (line 22) | ssoICMPFilter constant ssoJoinGroup (line 23) | ssoJoinGroup constant ssoLeaveGroup (line 24) | ssoLeaveGroup constant ssoJoinSourceGroup (line 25) | ssoJoinSourceGroup constant ssoLeaveSourceGroup (line 26) | ssoLeaveSourceGroup constant ssoBlockSourceGroup (line 27) | ssoBlockSourceGroup constant ssoUnblockSourceGroup (line 28) | ssoUnblockSourceGroup constant ssoAttachFilter (line 29) | ssoAttachFilter constant ssoTypeIPMreq (line 34) | ssoTypeIPMreq = iota + 1 constant ssoTypeGroupReq (line 35) | ssoTypeGroupReq constant ssoTypeGroupSourceReq (line 36) | ssoTypeGroupSourceReq type sockOpt (line 40) | type sockOpt struct FILE: vendor/golang.org/x/net/ipv6/sockopt_posix.go method getMulticastInterface (line 18) | func (so *sockOpt) getMulticastInterface(c *socket.Conn) (*net.Interface... method setMulticastInterface (line 26) | func (so *sockOpt) setMulticastInterface(c *socket.Conn, ifi *net.Interf... method getICMPFilter (line 34) | func (so *sockOpt) getICMPFilter(c *socket.Conn) (*ICMPFilter, error) { method setICMPFilter (line 46) | func (so *sockOpt) setICMPFilter(c *socket.Conn, f *ICMPFilter) error { method getMTUInfo (line 51) | func (so *sockOpt) getMTUInfo(c *socket.Conn) (*net.Interface, int, erro... method setGroup (line 72) | func (so *sockOpt) setGroup(c *socket.Conn, ifi *net.Interface, grp net.... method setSourceGroup (line 83) | func (so *sockOpt) setSourceGroup(c *socket.Conn, ifi *net.Interface, gr... method setBPF (line 87) | func (so *sockOpt) setBPF(c *socket.Conn, f []bpf.RawInstruction) error { FILE: vendor/golang.org/x/net/ipv6/sockopt_stub.go method getMulticastInterface (line 16) | func (so *sockOpt) getMulticastInterface(c *socket.Conn) (*net.Interface... method setMulticastInterface (line 20) | func (so *sockOpt) setMulticastInterface(c *socket.Conn, ifi *net.Interf... method getICMPFilter (line 24) | func (so *sockOpt) getICMPFilter(c *socket.Conn) (*ICMPFilter, error) { method setICMPFilter (line 28) | func (so *sockOpt) setICMPFilter(c *socket.Conn, f *ICMPFilter) error { method getMTUInfo (line 32) | func (so *sockOpt) getMTUInfo(c *socket.Conn) (*net.Interface, int, erro... method setGroup (line 36) | func (so *sockOpt) setGroup(c *socket.Conn, ifi *net.Interface, grp net.... method setSourceGroup (line 40) | func (so *sockOpt) setSourceGroup(c *socket.Conn, ifi *net.Interface, gr... method setBPF (line 44) | func (so *sockOpt) setBPF(c *socket.Conn, f []bpf.RawInstruction) error { FILE: vendor/golang.org/x/net/ipv6/sys_aix.go method setSockaddr (line 48) | func (sa *sockaddrInet6) setSockaddr(ip net.IP, i int) { method setIfindex (line 55) | func (pi *inet6Pktinfo) setIfindex(i int) { method setIfindex (line 59) | func (mreq *ipv6Mreq) setIfindex(i int) { method setGroup (line 63) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 70) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv6/sys_asmreq.go method setIPMreq (line 16) | func (so *sockOpt) setIPMreq(c *socket.Conn, ifi *net.Interface, grp net... FILE: vendor/golang.org/x/net/ipv6/sys_asmreq_stub.go method setIPMreq (line 15) | func (so *sockOpt) setIPMreq(c *socket.Conn, ifi *net.Interface, grp net... FILE: vendor/golang.org/x/net/ipv6/sys_bpf.go method setAttachFilter (line 17) | func (so *sockOpt) setAttachFilter(c *socket.Conn, f []bpf.RawInstructio... FILE: vendor/golang.org/x/net/ipv6/sys_bpf_stub.go method setAttachFilter (line 14) | func (so *sockOpt) setAttachFilter(c *socket.Conn, f []bpf.RawInstructio... FILE: vendor/golang.org/x/net/ipv6/sys_bsd.go method setSockaddr (line 46) | func (sa *sockaddrInet6) setSockaddr(ip net.IP, i int) { method setIfindex (line 53) | func (pi *inet6Pktinfo) setIfindex(i int) { method setIfindex (line 57) | func (mreq *ipv6Mreq) setIfindex(i int) { FILE: vendor/golang.org/x/net/ipv6/sys_darwin.go method setSockaddr (line 49) | func (sa *sockaddrInet6) setSockaddr(ip net.IP, i int) { method setIfindex (line 56) | func (pi *inet6Pktinfo) setIfindex(i int) { method setIfindex (line 60) | func (mreq *ipv6Mreq) setIfindex(i int) { method setGroup (line 64) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 71) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv6/sys_freebsd.go function init (line 51) | func init() { method setSockaddr (line 63) | func (sa *sockaddrInet6) setSockaddr(ip net.IP, i int) { method setIfindex (line 70) | func (pi *inet6Pktinfo) setIfindex(i int) { method setIfindex (line 74) | func (mreq *ipv6Mreq) setIfindex(i int) { method setGroup (line 78) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 85) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv6/sys_linux.go method setSockaddr (line 49) | func (sa *sockaddrInet6) setSockaddr(ip net.IP, i int) { method setIfindex (line 55) | func (pi *inet6Pktinfo) setIfindex(i int) { method setIfindex (line 59) | func (mreq *ipv6Mreq) setIfindex(i int) { method setGroup (line 63) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 69) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv6/sys_solaris.go method setSockaddr (line 49) | func (sa *sockaddrInet6) setSockaddr(ip net.IP, i int) { method setIfindex (line 55) | func (pi *inet6Pktinfo) setIfindex(i int) { method setIfindex (line 59) | func (mreq *ipv6Mreq) setIfindex(i int) { method setGroup (line 63) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 69) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv6/sys_ssmreq.go method setGroupReq (line 18) | func (so *sockOpt) setGroupReq(c *socket.Conn, ifi *net.Interface, grp n... method setGroupSourceReq (line 37) | func (so *sockOpt) setGroupSourceReq(c *socket.Conn, ifi *net.Interface,... FILE: vendor/golang.org/x/net/ipv6/sys_ssmreq_stub.go method setGroupReq (line 15) | func (so *sockOpt) setGroupReq(c *socket.Conn, ifi *net.Interface, grp n... method setGroupSourceReq (line 19) | func (so *sockOpt) setGroupSourceReq(c *socket.Conn, ifi *net.Interface,... FILE: vendor/golang.org/x/net/ipv6/sys_windows.go constant sizeofSockaddrInet6 (line 18) | sizeofSockaddrInet6 = 0x1c constant sizeofIPv6Mreq (line 20) | sizeofIPv6Mreq = 0x14 constant sizeofIPv6Mtuinfo (line 21) | sizeofIPv6Mtuinfo = 0x20 constant sizeofICMPv6Filter (line 22) | sizeofICMPv6Filter = 0 type sockaddrInet6 (line 25) | type sockaddrInet6 struct method setSockaddr (line 60) | func (sa *sockaddrInet6) setSockaddr(ip net.IP, i int) { type ipv6Mreq (line 33) | type ipv6Mreq struct method setIfindex (line 66) | func (mreq *ipv6Mreq) setIfindex(i int) { type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type icmpv6Filter (line 43) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/sys_zos.go method setSockaddr (line 46) | func (sa *sockaddrInet6) setSockaddr(ip net.IP, i int) { method setIfindex (line 52) | func (pi *inet6Pktinfo) setIfindex(i int) { method setGroup (line 56) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 63) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv6/zsys_aix_ppc64.go constant sizeofSockaddrStorage (line 10) | sizeofSockaddrStorage = 0x508 constant sizeofSockaddrInet6 (line 11) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 12) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 13) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6Mreq (line 15) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 16) | sizeofGroupReq = 0x510 constant sizeofGroupSourceReq (line 17) | sizeofGroupSourceReq = 0xa18 constant sizeofICMPv6Filter (line 19) | sizeofICMPv6Filter = 0x20 type sockaddrStorage (line 22) | type sockaddrStorage struct type sockaddrInet6 (line 31) | type sockaddrInet6 struct type inet6Pktinfo (line 40) | type inet6Pktinfo struct type ipv6Mtuinfo (line 45) | type ipv6Mtuinfo struct type ipv6Mreq (line 50) | type ipv6Mreq struct type icmpv6Filter (line 55) | type icmpv6Filter struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct FILE: vendor/golang.org/x/net/ipv6/zsys_darwin.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6Mreq (line 12) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 13) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 14) | sizeofGroupSourceReq = 0x104 constant sizeofICMPv6Filter (line 16) | sizeofICMPv6Filter = 0x20 type sockaddrStorage (line 19) | type sockaddrStorage struct type sockaddrInet6 (line 27) | type sockaddrInet6 struct type inet6Pktinfo (line 36) | type inet6Pktinfo struct type ipv6Mtuinfo (line 41) | type ipv6Mtuinfo struct type ipv6Mreq (line 46) | type ipv6Mreq struct type icmpv6Filter (line 51) | type icmpv6Filter struct type groupReq (line 55) | type groupReq struct type groupSourceReq (line 60) | type groupSourceReq struct FILE: vendor/golang.org/x/net/ipv6/zsys_dragonfly.go constant sizeofSockaddrInet6 (line 7) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 8) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 9) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6Mreq (line 11) | sizeofIPv6Mreq = 0x14 constant sizeofICMPv6Filter (line 13) | sizeofICMPv6Filter = 0x20 type sockaddrInet6 (line 16) | type sockaddrInet6 struct type inet6Pktinfo (line 25) | type inet6Pktinfo struct type ipv6Mtuinfo (line 30) | type ipv6Mtuinfo struct type ipv6Mreq (line 35) | type ipv6Mreq struct type icmpv6Filter (line 40) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_freebsd_386.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6Mreq (line 12) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 13) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 14) | sizeofGroupSourceReq = 0x104 constant sizeofICMPv6Filter (line 16) | sizeofICMPv6Filter = 0x20 type sockaddrStorage (line 19) | type sockaddrStorage struct type sockaddrInet6 (line 27) | type sockaddrInet6 struct type inet6Pktinfo (line 36) | type inet6Pktinfo struct type ipv6Mtuinfo (line 41) | type ipv6Mtuinfo struct type ipv6Mreq (line 46) | type ipv6Mreq struct type groupReq (line 51) | type groupReq struct type groupSourceReq (line 56) | type groupSourceReq struct type icmpv6Filter (line 62) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_freebsd_amd64.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6Mreq (line 12) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 13) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 14) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 16) | sizeofICMPv6Filter = 0x20 type sockaddrStorage (line 19) | type sockaddrStorage struct type sockaddrInet6 (line 27) | type sockaddrInet6 struct type inet6Pktinfo (line 36) | type inet6Pktinfo struct type ipv6Mtuinfo (line 41) | type ipv6Mtuinfo struct type ipv6Mreq (line 46) | type ipv6Mreq struct type groupReq (line 51) | type groupReq struct type groupSourceReq (line 57) | type groupSourceReq struct type icmpv6Filter (line 64) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_freebsd_arm.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6Mreq (line 12) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 13) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 14) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 16) | sizeofICMPv6Filter = 0x20 type sockaddrStorage (line 19) | type sockaddrStorage struct type sockaddrInet6 (line 27) | type sockaddrInet6 struct type inet6Pktinfo (line 36) | type inet6Pktinfo struct type ipv6Mtuinfo (line 41) | type ipv6Mtuinfo struct type ipv6Mreq (line 46) | type ipv6Mreq struct type groupReq (line 51) | type groupReq struct type groupSourceReq (line 57) | type groupSourceReq struct type icmpv6Filter (line 64) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6Mreq (line 12) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 13) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 14) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 16) | sizeofICMPv6Filter = 0x20 type sockaddrStorage (line 19) | type sockaddrStorage struct type sockaddrInet6 (line 27) | type sockaddrInet6 struct type inet6Pktinfo (line 36) | type inet6Pktinfo struct type ipv6Mtuinfo (line 41) | type ipv6Mtuinfo struct type ipv6Mreq (line 46) | type ipv6Mreq struct type groupReq (line 51) | type groupReq struct type groupSourceReq (line 56) | type groupSourceReq struct type icmpv6Filter (line 62) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_freebsd_riscv64.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6Mreq (line 12) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 13) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 14) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 16) | sizeofICMPv6Filter = 0x20 type sockaddrStorage (line 19) | type sockaddrStorage struct type sockaddrInet6 (line 27) | type sockaddrInet6 struct type inet6Pktinfo (line 36) | type inet6Pktinfo struct type ipv6Mtuinfo (line 41) | type ipv6Mtuinfo struct type ipv6Mreq (line 46) | type ipv6Mreq struct type groupReq (line 51) | type groupReq struct type groupSourceReq (line 56) | type groupSourceReq struct type icmpv6Filter (line 62) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_386.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x104 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct type icmpv6Filter (line 70) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_amd64.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpv6Filter (line 72) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_arm.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x104 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct type icmpv6Filter (line 70) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_arm64.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpv6Filter (line 72) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_loong64.go constant sizeofKernelSockaddrStorage (line 9) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 10) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 11) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 12) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 13) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 15) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 16) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 17) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 19) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 22) | type kernelSockaddrStorage struct type sockaddrInet6 (line 27) | type sockaddrInet6 struct type inet6Pktinfo (line 35) | type inet6Pktinfo struct type ipv6Mtuinfo (line 40) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 45) | type ipv6FlowlabelReq struct type ipv6Mreq (line 56) | type ipv6Mreq struct type groupReq (line 61) | type groupReq struct type groupSourceReq (line 67) | type groupSourceReq struct type icmpv6Filter (line 74) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_mips.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x104 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct type icmpv6Filter (line 70) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_mips64.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpv6Filter (line 72) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_mips64le.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpv6Filter (line 72) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_mipsle.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x104 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct type icmpv6Filter (line 70) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_ppc.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x104 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct type icmpv6Filter (line 70) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_ppc64.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpv6Filter (line 72) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_ppc64le.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpv6Filter (line 72) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_riscv64.go constant sizeofKernelSockaddrStorage (line 9) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 10) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 11) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 12) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 13) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 15) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 16) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 17) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 19) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 22) | type kernelSockaddrStorage struct type sockaddrInet6 (line 27) | type sockaddrInet6 struct type inet6Pktinfo (line 35) | type inet6Pktinfo struct type ipv6Mtuinfo (line 40) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 45) | type ipv6FlowlabelReq struct type ipv6Mreq (line 56) | type ipv6Mreq struct type groupReq (line 61) | type groupReq struct type groupSourceReq (line 67) | type groupSourceReq struct type icmpv6Filter (line 74) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_s390x.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpv6Filter (line 72) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_netbsd.go constant sizeofSockaddrInet6 (line 7) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 8) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 9) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6Mreq (line 11) | sizeofIPv6Mreq = 0x14 constant sizeofICMPv6Filter (line 13) | sizeofICMPv6Filter = 0x20 type sockaddrInet6 (line 16) | type sockaddrInet6 struct type inet6Pktinfo (line 25) | type inet6Pktinfo struct type ipv6Mtuinfo (line 30) | type ipv6Mtuinfo struct type ipv6Mreq (line 35) | type ipv6Mreq struct type icmpv6Filter (line 40) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_openbsd.go constant sizeofSockaddrInet6 (line 7) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 8) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 9) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6Mreq (line 11) | sizeofIPv6Mreq = 0x14 constant sizeofICMPv6Filter (line 13) | sizeofICMPv6Filter = 0x20 type sockaddrInet6 (line 16) | type sockaddrInet6 struct type inet6Pktinfo (line 25) | type inet6Pktinfo struct type ipv6Mtuinfo (line 30) | type ipv6Mtuinfo struct type ipv6Mreq (line 35) | type ipv6Mreq struct type icmpv6Filter (line 40) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_solaris.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x100 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x20 constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x24 constant sizeofIPv6Mreq (line 12) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 13) | sizeofGroupReq = 0x104 constant sizeofGroupSourceReq (line 14) | sizeofGroupSourceReq = 0x204 constant sizeofICMPv6Filter (line 16) | sizeofICMPv6Filter = 0x20 type sockaddrStorage (line 19) | type sockaddrStorage struct type sockaddrInet6 (line 26) | type sockaddrInet6 struct type inet6Pktinfo (line 35) | type inet6Pktinfo struct type ipv6Mtuinfo (line 40) | type ipv6Mtuinfo struct type ipv6Mreq (line 45) | type ipv6Mreq struct type groupReq (line 50) | type groupReq struct type groupSourceReq (line 55) | type groupSourceReq struct type icmpv6Filter (line 61) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_zos_s390x.go constant sizeofSockaddrStorage (line 11) | sizeofSockaddrStorage = 128 constant sizeofICMPv6Filter (line 12) | sizeofICMPv6Filter = 32 constant sizeofInet6Pktinfo (line 13) | sizeofInet6Pktinfo = 20 constant sizeofIPv6Mtuinfo (line 14) | sizeofIPv6Mtuinfo = 32 constant sizeofSockaddrInet6 (line 15) | sizeofSockaddrInet6 = 28 constant sizeofGroupReq (line 16) | sizeofGroupReq = 136 constant sizeofGroupSourceReq (line 17) | sizeofGroupSourceReq = 264 type sockaddrStorage (line 20) | type sockaddrStorage struct type sockaddrInet6 (line 28) | type sockaddrInet6 struct type inet6Pktinfo (line 37) | type inet6Pktinfo struct type ipv6Mtuinfo (line 42) | type ipv6Mtuinfo struct type groupReq (line 47) | type groupReq struct type groupSourceReq (line 53) | type groupSourceReq struct type icmpv6Filter (line 60) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/nettest/conntest.go type MakePipe (line 23) | type MakePipe function TestConn (line 30) | func TestConn(t *testing.T, mp MakePipe) { type connTester (line 44) | type connTester function timeoutWrapper (line 46) | func timeoutWrapper(t *testing.T, mp MakePipe, f connTester) { function testBasicIO (line 65) | func testBasicIO(t *testing.T, c1, c2 net.Conn) { function testPingPong (line 98) | func testPingPong(t *testing.T, c1, c2 net.Conn) { function testRacyRead (line 146) | func testRacyRead(t *testing.T, c1, c2 net.Conn) { function testRacyWrite (line 174) | func testRacyWrite(t *testing.T, c1, c2 net.Conn) { function testReadTimeout (line 201) | func testReadTimeout(t *testing.T, c1, c2 net.Conn) { function testWriteTimeout (line 213) | func testWriteTimeout(t *testing.T, c1, c2 net.Conn) { function testPastTimeout (line 226) | func testPastTimeout(t *testing.T, c1, c2 net.Conn) { function testPresentTimeout (line 248) | func testPresentTimeout(t *testing.T, c1, c2 net.Conn) { function testFutureTimeout (line 287) | func testFutureTimeout(t *testing.T, c1, c2 net.Conn) { function testCloseTimeout (line 314) | func testCloseTimeout(t *testing.T, c1, c2 net.Conn) { function testConcurrentMethods (line 348) | func testConcurrentMethods(t *testing.T, c1, c2 net.Conn) { function checkForTimeoutError (line 396) | func checkForTimeoutError(t *testing.T, err error) { function testRoundtrip (line 413) | func testRoundtrip(t *testing.T, c net.Conn) { function resyncConn (line 435) | func resyncConn(t *testing.T, c net.Conn) { function chunkedCopy (line 463) | func chunkedCopy(w io.Writer, r io.Reader) error { FILE: vendor/golang.org/x/net/nettest/nettest.go function probeStack (line 37) | func probeStack() { function unixStrmDgramEnabled (line 68) | func unixStrmDgramEnabled() bool { function SupportsIPv4 (line 75) | func SupportsIPv4() bool { function SupportsIPv6 (line 82) | func SupportsIPv6() bool { function SupportsRawSocket (line 89) | func SupportsRawSocket() bool { function TestableNetwork (line 98) | func TestableNetwork(network string) bool { function TestableAddress (line 141) | func TestableAddress(network, address string) bool { function NewLocalListener (line 157) | func NewLocalListener(network string) (net.Listener, error) { function NewLocalPacketListener (line 191) | func NewLocalPacketListener(network string) (net.PacketConn, error) { function LocalPath (line 223) | func LocalPath() (string, error) { function MulticastSource (line 242) | func MulticastSource(network string, ifi *net.Interface) (net.IP, error) { function LoopbackInterface (line 260) | func LoopbackInterface() (*net.Interface, error) { function RoutedInterface (line 277) | func RoutedInterface(network string, flags net.Flags) (*net.Interface, e... function hasRoutableIP (line 299) | func hasRoutableIP(network string, ifi *net.Interface) (net.IP, bool) { function routableIP (line 319) | func routableIP(network string, ip net.IP) (net.IP, bool) { FILE: vendor/golang.org/x/net/nettest/nettest_stub.go function supportsRawSocket (line 9) | func supportsRawSocket() bool { FILE: vendor/golang.org/x/net/nettest/nettest_unix.go function supportsRawSocket (line 11) | func supportsRawSocket() bool { FILE: vendor/golang.org/x/net/nettest/nettest_windows.go function supportsRawSocket (line 9) | func supportsRawSocket() bool { FILE: vendor/golang.org/x/net/proxy/dial.go type ContextDialer (line 13) | type ContextDialer interface function Dial (line 25) | func Dial(ctx context.Context, network, address string) (net.Conn, error) { function dialContext (line 35) | func dialContext(ctx context.Context, d Dialer, network, address string)... FILE: vendor/golang.org/x/net/proxy/direct.go type direct (line 12) | type direct struct method Dial (line 23) | func (direct) Dial(network, addr string) (net.Conn, error) { method DialContext (line 28) | func (direct) DialContext(ctx context.Context, network, addr string) (... FILE: vendor/golang.org/x/net/proxy/per_host.go type PerHost (line 16) | type PerHost struct method Dial (line 37) | func (p *PerHost) Dial(network, addr string) (c net.Conn, err error) { method DialContext (line 48) | func (p *PerHost) DialContext(ctx context.Context, network, addr strin... method dialerForRequest (line 60) | func (p *PerHost) dialerForRequest(host string) Dialer { method AddFromString (line 99) | func (p *PerHost) AddFromString(s string) { method AddIP (line 128) | func (p *PerHost) AddIP(ip net.IP) { method AddNetwork (line 135) | func (p *PerHost) AddNetwork(net *net.IPNet) { method AddZone (line 141) | func (p *PerHost) AddZone(zone string) { method AddHost (line 150) | func (p *PerHost) AddHost(host string) { function NewPerHost (line 28) | func NewPerHost(defaultDialer, bypass Dialer) *PerHost { FILE: vendor/golang.org/x/net/proxy/proxy.go type Dialer (line 19) | type Dialer interface type Auth (line 25) | type Auth struct function FromEnvironment (line 32) | func FromEnvironment() Dialer { function FromEnvironmentUsing (line 40) | func FromEnvironmentUsing(forward Dialer) Dialer { function RegisterDialerType (line 72) | func RegisterDialerType(scheme string, f func(*url.URL, Dialer) (Dialer,... function FromURL (line 81) | func FromURL(u *url.URL, forward Dialer) (Dialer, error) { type envOnce (line 125) | type envOnce struct method Get (line 131) | func (e *envOnce) Get() string { method init (line 136) | func (e *envOnce) init() { method reset (line 146) | func (e *envOnce) reset() { FILE: vendor/golang.org/x/net/proxy/socks5.go function SOCKS5 (line 17) | func SOCKS5(network, address string, auth *Auth, forward Dialer) (Dialer... FILE: vendor/golang.org/x/net/trace/events.go constant maxEventsPerLog (line 24) | maxEventsPerLog = 100 type bucket (line 26) | type bucket struct function RenderEvents (line 45) | func RenderEvents(w http.ResponseWriter, req *http.Request, sensitive bo... function parseEventsArgs (line 104) | func parseEventsArgs(req *http.Request) (fam string, b int, ok bool) { type EventLog (line 117) | type EventLog interface function NewEventLog (line 132) | func NewEventLog(family, title string) EventLog { function getEventFamily (line 156) | func getEventFamily(fam string) *eventFamily { type eventFamily (line 167) | type eventFamily struct method add (line 172) | func (f *eventFamily) add(el *eventLog) { method remove (line 178) | func (f *eventFamily) remove(el *eventLog) { method Count (line 190) | func (f *eventFamily) Count(now time.Time, maxErrAge time.Duration) (n... method Copy (line 201) | func (f *eventFamily) Copy(now time.Time, maxErrAge time.Duration) (el... type eventLogs (line 214) | type eventLogs method Free (line 217) | func (els eventLogs) Free() { method Len (line 224) | func (els eventLogs) Len() int { return len(els) } method Less (line 225) | func (els eventLogs) Less(i, j int) bool { return els[i].Start.After(e... method Swap (line 226) | func (els eventLogs) Swap(i, j int) { els[i], els[j] = els[j], el... type logEntry (line 229) | type logEntry struct method WhenString (line 239) | func (e logEntry) WhenString() string { type eventLog (line 247) | type eventLog struct method Finish (line 146) | func (el *eventLog) Finish() { method reset (line 272) | func (el *eventLog) reset() { method hasRecentError (line 284) | func (el *eventLog) hasRecentError(now time.Time, maxErrAge time.Durat... method delta (line 296) | func (el *eventLog) delta(t time.Time) (time.Duration, bool) { method Printf (line 305) | func (el *eventLog) Printf(format string, a ...interface{}) { method Errorf (line 309) | func (el *eventLog) Errorf(format string, a ...interface{}) { method printf (line 313) | func (el *eventLog) printf(isErr bool, format string, a ...interface{}) { method ref (line 344) | func (el *eventLog) ref() { method unref (line 348) | func (el *eventLog) unref() { method When (line 354) | func (el *eventLog) When() string { method ElapsedTime (line 358) | func (el *eventLog) ElapsedTime() string { method Stack (line 363) | func (el *eventLog) Stack() string { method Events (line 390) | func (el *eventLog) Events() []logEntry { function printStackRecord (line 374) | func printStackRecord(w io.Writer, stk []uintptr) { function newEventLog (line 400) | func newEventLog() *eventLog { function freeEventLog (line 411) | func freeEventLog(el *eventLog) { function eventsTmpl (line 422) | func eventsTmpl() *template.Template { constant eventsHTML (line 432) | eventsHTML = ` FILE: vendor/golang.org/x/net/trace/histogram.go constant bucketCount (line 21) | bucketCount = 38 type histogram (line 27) | type histogram struct method addMeasurement (line 36) | func (h *histogram) addMeasurement(value int64) { method allocateBuckets (line 52) | func (h *histogram) allocateBuckets() { method total (line 84) | func (h *histogram) total() (total int64) { method average (line 95) | func (h *histogram) average() float64 { method variance (line 104) | func (h *histogram) variance() float64 { method standardDeviation (line 114) | func (h *histogram) standardDeviation() float64 { method percentileBoundary (line 120) | func (h *histogram) percentileBoundary(percentile float64) int64 { method median (line 165) | func (h *histogram) median() int64 { method Add (line 170) | func (h *histogram) Add(other timeseries.Observable) { method Clear (line 193) | func (h *histogram) Clear() { method CopyFrom (line 202) | func (h *histogram) CopyFrom(other timeseries.Observable) { method Multiply (line 215) | func (h *histogram) Multiply(ratio float64) { method New (line 228) | func (h *histogram) New() timeseries.Observable { method String (line 234) | func (h *histogram) String() string { method newData (line 271) | func (h *histogram) newData() *data { method html (line 322) | func (h *histogram) html() template.HTML { function log2 (line 61) | func log2(i int64) int { function getBucket (line 72) | func getBucket(i int64) (index int) { function round (line 240) | func round(in float64) int64 { function bucketBoundary (line 245) | func bucketBoundary(bucket uint8) int64 { type bucketData (line 253) | type bucketData struct type data (line 261) | type data struct constant maxHTMLBarWidth (line 268) | maxHTMLBarWidth = 350.0 function distTmpl (line 334) | func distTmpl() *template.Template { FILE: vendor/golang.org/x/net/trace/trace.go constant debugRequestsPath (line 91) | debugRequestsPath = "/debug/requests" constant debugEventsPath (line 92) | debugEventsPath = "/debug/events" function init (line 120) | func init() { function NewContext (line 136) | func NewContext(ctx context.Context, tr Trace) context.Context { function FromContext (line 141) | func FromContext(ctx context.Context) (tr Trace, ok bool) { function Traces (line 151) | func Traces(w http.ResponseWriter, req *http.Request) { function Events (line 166) | func Events(w http.ResponseWriter, req *http.Request) { function Render (line 180) | func Render(w io.Writer, req *http.Request, sensitive bool) { function parseArgs (line 288) | func parseArgs(req *http.Request) (fam string, b int, ok bool) { function lookupBucket (line 304) | func lookupBucket(fam string, b int) *traceBucket { type contextKeyT (line 312) | type contextKeyT type Trace (line 317) | type Trace interface type lazySprintf (line 351) | type lazySprintf struct method String (line 356) | func (l *lazySprintf) String() string { function New (line 361) | func New(family, title string) Trace { constant bucketsPerFamily (line 434) | bucketsPerFamily = 9 constant tracesPerBucket (line 435) | tracesPerBucket = 10 constant maxActiveTraces (line 436) | maxActiveTraces = 20 constant maxEventsPerTrace (line 437) | maxEventsPerTrace = 10 constant numHistogramBuckets (line 438) | numHistogramBuckets = 38 type traceSet (line 451) | type traceSet struct method Len (line 462) | func (ts *traceSet) Len() int { method Add (line 468) | func (ts *traceSet) Add(tr *trace) { method Remove (line 477) | func (ts *traceSet) Remove(tr *trace) { method FirstN (line 484) | func (ts *traceSet) FirstN(n int) traceList { function getActiveTraces (line 532) | func getActiveTraces(fam string) traceList { function getFamily (line 542) | func getFamily(fam string, allocNew bool) *family { function allocFamily (line 552) | func allocFamily(fam string) *family { type family (line 564) | type family struct function newFamily (line 573) | func newFamily() *family { type traceBucket (line 592) | type traceBucket struct method Add (line 602) | func (b *traceBucket) Add(tr *trace) { method Copy (line 630) | func (b *traceBucket) Copy(tracedOnly bool) traceList { method Empty (line 649) | func (b *traceBucket) Empty() bool { type cond (line 656) | type cond interface type minCond (line 661) | type minCond method match (line 663) | func (m minCond) match(t *trace) bool { return t.Elapsed >= time.Durat... method String (line 664) | func (m minCond) String() string { return fmt.Sprintf("≥%gs", tim... type errorCond (line 666) | type errorCond struct method match (line 668) | func (e errorCond) match(t *trace) bool { return t.IsError } method String (line 669) | func (e errorCond) String() string { return "errors" } type traceList (line 671) | type traceList method Free (line 674) | func (trl traceList) Free() { method Len (line 681) | func (trl traceList) Len() int { return len(trl) } method Less (line 682) | func (trl traceList) Less(i, j int) bool { return trl[i].Start.After(t... method Swap (line 683) | func (trl traceList) Swap(i, j int) { trl[i], trl[j] = trl[j], tr... type event (line 686) | type event struct method WhenString (line 697) | func (e event) WhenString() string { type discarded (line 706) | type discarded method String (line 708) | func (d *discarded) String() string { type trace (line 714) | type trace struct method Finish (line 397) | func (tr *trace) Finish() { method reset (line 741) | func (tr *trace) reset() { method delta (line 768) | func (tr *trace) delta(t time.Time) (time.Duration, bool) { method addEvent (line 776) | func (tr *trace) addEvent(x interface{}, recyclable, sensitive bool) { method LazyLog (line 829) | func (tr *trace) LazyLog(x fmt.Stringer, sensitive bool) { method LazyPrintf (line 833) | func (tr *trace) LazyPrintf(format string, a ...interface{}) { method SetError (line 837) | func (tr *trace) SetError() { method SetRecycler (line 843) | func (tr *trace) SetRecycler(f func(interface{})) { method SetTraceInfo (line 849) | func (tr *trace) SetTraceInfo(traceID, spanID uint64) { method SetMaxEvents (line 855) | func (tr *trace) SetMaxEvents(m int) { method ref (line 864) | func (tr *trace) ref() { method unref (line 868) | func (tr *trace) unref() { method When (line 887) | func (tr *trace) When() string { method ElapsedTime (line 891) | func (tr *trace) ElapsedTime() string { method Events (line 903) | func (tr *trace) Events() []event { function newTrace (line 912) | func newTrace() *trace { function freeTrace (line 923) | func freeTrace(tr *trace) { function elapsed (line 934) | func elapsed(d time.Duration) string { function pageTmpl (line 959) | func pageTmpl() *template.Template { constant pageHTML (line 969) | pageHTML = ` FILE: vendor/golang.org/x/net/websocket/client.go type DialError (line 18) | type DialError struct method Error (line 23) | func (e *DialError) Error() string { function NewConfig (line 28) | func NewConfig(server, origin string) (config *Config, err error) { function NewClient (line 44) | func NewClient(config *Config, rwc io.ReadWriteCloser) (ws *Conn, err er... function Dial (line 57) | func Dial(url_, protocol, origin string) (ws *Conn, err error) { function parseAuthority (line 73) | func parseAuthority(location *url.URL) string { function DialConfig (line 83) | func DialConfig(config *Config) (ws *Conn, err error) { method DialContext (line 88) | func (config *Config) DialContext(ctx context.Context) (*Conn, error) { FILE: vendor/golang.org/x/net/websocket/dial.go function dialWithDialer (line 13) | func dialWithDialer(ctx context.Context, dialer *net.Dialer, config *Con... FILE: vendor/golang.org/x/net/websocket/hybi.go constant websocketGUID (line 25) | websocketGUID = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11" constant closeStatusNormal (line 27) | closeStatusNormal = 1000 constant closeStatusGoingAway (line 28) | closeStatusGoingAway = 1001 constant closeStatusProtocolError (line 29) | closeStatusProtocolError = 1002 constant closeStatusUnsupportedData (line 30) | closeStatusUnsupportedData = 1003 constant closeStatusFrameTooLarge (line 31) | closeStatusFrameTooLarge = 1004 constant closeStatusNoStatusRcvd (line 32) | closeStatusNoStatusRcvd = 1005 constant closeStatusAbnormalClosure (line 33) | closeStatusAbnormalClosure = 1006 constant closeStatusBadMessageData (line 34) | closeStatusBadMessageData = 1007 constant closeStatusPolicyViolation (line 35) | closeStatusPolicyViolation = 1008 constant closeStatusTooBigData (line 36) | closeStatusTooBigData = 1009 constant closeStatusExtensionMismatch (line 37) | closeStatusExtensionMismatch = 1010 constant maxControlFramePayloadLength (line 39) | maxControlFramePayloadLength = 125 type hybiFrameHeader (line 62) | type hybiFrameHeader struct type hybiFrameReader (line 73) | type hybiFrameReader struct method Read (line 81) | func (frame *hybiFrameReader) Read(msg []byte) (n int, err error) { method PayloadType (line 92) | func (frame *hybiFrameReader) PayloadType() byte { return frame.header... method HeaderReader (line 94) | func (frame *hybiFrameReader) HeaderReader() io.Reader { method TrailerReader (line 104) | func (frame *hybiFrameReader) TrailerReader() io.Reader { return nil } method Len (line 106) | func (frame *hybiFrameReader) Len() (n int) { return frame.length } type hybiFrameReaderFactory (line 109) | type hybiFrameReaderFactory struct method NewFrameReader (line 116) | func (buf hybiFrameReaderFactory) NewFrameReader() (frame frameReader,... type hybiFrameWriter (line 180) | type hybiFrameWriter struct method Write (line 186) | func (frame *hybiFrameWriter) Write(msg []byte) (n int, err error) { method Close (line 243) | func (frame *hybiFrameWriter) Close() error { return nil } type hybiFrameWriterFactory (line 245) | type hybiFrameWriterFactory struct method NewFrameWriter (line 250) | func (buf hybiFrameWriterFactory) NewFrameWriter(payloadType byte) (fr... type hybiFrameHandler (line 261) | type hybiFrameHandler struct method HandleFrame (line 266) | func (handler *hybiFrameHandler) HandleFrame(frame frameReader) (frame... method WriteClose (line 307) | func (handler *hybiFrameHandler) WriteClose(status int) (err error) { method WritePong (line 321) | func (handler *hybiFrameHandler) WritePong(msg []byte) (n int, err err... function newHybiConn (line 334) | func newHybiConn(config *Config, buf *bufio.ReadWriter, rwc io.ReadWrite... function generateMaskingKey (line 351) | func generateMaskingKey() (maskingKey []byte, err error) { function generateNonce (line 361) | func generateNonce() (nonce []byte) { function removeZone (line 373) | func removeZone(host string) string { function getNonceAccept (line 390) | func getNonceAccept(nonce []byte) (expected []byte, err error) { function hybiClientHandshake (line 404) | func hybiClientHandshake(config *Config, br *bufio.Reader, bw *bufio.Wri... function newHybiClientConn (line 479) | func newHybiClientConn(config *Config, buf *bufio.ReadWriter, rwc io.Rea... type hybiServerHandshaker (line 484) | type hybiServerHandshaker struct method ReadHandshake (line 489) | func (c *hybiServerHandshaker) ReadHandshake(buf *bufio.Reader, req *h... method AcceptHandshake (line 550) | func (c *hybiServerHandshaker) AcceptHandshake(buf *bufio.Writer) (err... method NewServerConn (line 575) | func (c *hybiServerHandshaker) NewServerConn(buf *bufio.ReadWriter, rw... function Origin (line 538) | func Origin(config *Config, req *http.Request) (*url.URL, error) { function newHybiServerConn (line 580) | func newHybiServerConn(config *Config, buf *bufio.ReadWriter, rwc io.Rea... FILE: vendor/golang.org/x/net/websocket/server.go function newServerConn (line 14) | func newServerConn(rwc io.ReadWriteCloser, buf *bufio.ReadWriter, req *h... type Server (line 55) | type Server struct method ServeHTTP (line 69) | func (s Server) ServeHTTP(w http.ResponseWriter, req *http.Request) { method serveWebSocket (line 73) | func (s Server) serveWebSocket(w http.ResponseWriter, req *http.Reques... type Handler (line 99) | type Handler method ServeHTTP (line 110) | func (h Handler) ServeHTTP(w http.ResponseWriter, req *http.Request) { function checkOrigin (line 101) | func checkOrigin(config *Config, req *http.Request) (err error) { FILE: vendor/golang.org/x/net/websocket/websocket.go constant ProtocolVersionHybi13 (line 29) | ProtocolVersionHybi13 = 13 constant ProtocolVersionHybi (line 30) | ProtocolVersionHybi = ProtocolVersionHybi13 constant SupportedProtocolVersion (line 31) | SupportedProtocolVersion = "13" constant ContinuationFrame (line 33) | ContinuationFrame = 0 constant TextFrame (line 34) | TextFrame = 1 constant BinaryFrame (line 35) | BinaryFrame = 2 constant CloseFrame (line 36) | CloseFrame = 8 constant PingFrame (line 37) | PingFrame = 9 constant PongFrame (line 38) | PongFrame = 10 constant UnknownFrame (line 39) | UnknownFrame = 255 constant DefaultMaxPayloadBytes (line 41) | DefaultMaxPayloadBytes = 32 << 20 type ProtocolError (line 45) | type ProtocolError struct method Error (line 49) | func (err *ProtocolError) Error() string { return err.ErrorString } type Addr (line 73) | type Addr struct method Network (line 78) | func (addr *Addr) Network() string { return "websocket" } type Config (line 81) | type Config struct type serverHandshaker (line 107) | type serverHandshaker interface type frameReader (line 121) | type frameReader interface type frameReaderFactory (line 140) | type frameReaderFactory interface type frameWriter (line 145) | type frameWriter interface type frameWriterFactory (line 151) | type frameWriterFactory interface type frameHandler (line 155) | type frameHandler interface type Conn (line 163) | type Conn struct method Read (line 191) | func (ws *Conn) Read(msg []byte) (n int, err error) { method Write (line 221) | func (ws *Conn) Write(msg []byte) (n int, err error) { method Close (line 234) | func (ws *Conn) Close() error { method IsClientConn (line 244) | func (ws *Conn) IsClientConn() bool { return ws.request == nil } method IsServerConn (line 247) | func (ws *Conn) IsServerConn() bool { return ws.request != nil } method LocalAddr (line 251) | func (ws *Conn) LocalAddr() net.Addr { method RemoteAddr (line 260) | func (ws *Conn) RemoteAddr() net.Addr { method SetDeadline (line 270) | func (ws *Conn) SetDeadline(t time.Time) error { method SetReadDeadline (line 278) | func (ws *Conn) SetReadDeadline(t time.Time) error { method SetWriteDeadline (line 286) | func (ws *Conn) SetWriteDeadline(t time.Time) error { method Config (line 294) | func (ws *Conn) Config() *Config { return ws.config } method Request (line 298) | func (ws *Conn) Request() *http.Request { return ws.request } type Codec (line 301) | type Codec struct method Send (line 307) | func (cd Codec) Send(ws *Conn, v interface{}) (err error) { method Receive (line 329) | func (cd Codec) Receive(ws *Conn, v interface{}) (err error) { function marshal (line 372) | func marshal(v interface{}) (msg []byte, payloadType byte, err error) { function unmarshal (line 382) | func unmarshal(msg []byte, payloadType byte, v interface{}) (err error) { function jsonMarshal (line 421) | func jsonMarshal(v interface{}) (msg []byte, payloadType byte, err error) { function jsonUnmarshal (line 426) | func jsonUnmarshal(msg []byte, payloadType byte, v interface{}) (err err... FILE: vendor/golang.org/x/oauth2/deviceauth.go constant errAuthorizationPending (line 19) | errAuthorizationPending = "authorization_pending" constant errSlowDown (line 20) | errSlowDown = "slow_down" constant errAccessDenied (line 21) | errAccessDenied = "access_denied" constant errExpiredToken (line 22) | errExpiredToken = "expired_token" type DeviceAuthResponse (line 27) | type DeviceAuthResponse struct method MarshalJSON (line 42) | func (d DeviceAuthResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 58) | func (c *DeviceAuthResponse) UnmarshalJSON(data []byte) error { method DeviceAuth (line 82) | func (c *Config) DeviceAuth(ctx context.Context, opts ...AuthCodeOption)... function retrieveDeviceAuth (line 96) | func retrieveDeviceAuth(ctx context.Context, c *Config, v url.Values) (*... method DeviceAccessToken (line 140) | func (c *Config) DeviceAccessToken(ctx context.Context, da *DeviceAuthRe... FILE: vendor/golang.org/x/oauth2/internal/oauth2.go function ParseKey (line 20) | func ParseKey(key []byte) (*rsa.PrivateKey, error) { FILE: vendor/golang.org/x/oauth2/internal/token.go type Token (line 31) | type Token struct type tokenJSON (line 67) | type tokenJSON struct method expiry (line 79) | func (e *tokenJSON) expiry() (t time.Time) { type expirationTime (line 86) | type expirationTime method UnmarshalJSON (line 88) | func (e *expirationTime) UnmarshalJSON(b []byte) error { type AuthStyle (line 109) | type AuthStyle constant AuthStyleUnknown (line 112) | AuthStyleUnknown AuthStyle = 0 constant AuthStyleInParams (line 113) | AuthStyleInParams AuthStyle = 1 constant AuthStyleInHeader (line 114) | AuthStyleInHeader AuthStyle = 2 type LazyAuthStyleCache (line 129) | type LazyAuthStyleCache struct method Get (line 133) | func (lc *LazyAuthStyleCache) Get() *AuthStyleCache { type authStyleCacheKey (line 144) | type authStyleCacheKey struct type AuthStyleCache (line 154) | type AuthStyleCache struct method lookupAuthStyle (line 161) | func (c *AuthStyleCache) lookupAuthStyle(tokenURL, clientID string) (s... method setAuthStyle (line 169) | func (c *AuthStyleCache) setAuthStyle(tokenURL, clientID string, v Aut... function newTokenRequest (line 186) | func newTokenRequest(tokenURL, clientID, clientSecret string, v url.Valu... function cloneURLValues (line 207) | func cloneURLValues(v url.Values) url.Values { function RetrieveToken (line 215) | func RetrieveToken(ctx context.Context, clientID, clientSecret, tokenURL... function doTokenRoundTrip (line 258) | func doTokenRoundTrip(ctx context.Context, req *http.Request) (*Token, e... type RetrieveError (line 336) | type RetrieveError struct method Error (line 344) | func (r *RetrieveError) Error() string { FILE: vendor/golang.org/x/oauth2/internal/transport.go type ContextKey (line 19) | type ContextKey struct function ContextClient (line 21) | func ContextClient(ctx context.Context) *http.Client { FILE: vendor/golang.org/x/oauth2/oauth2.go function RegisterBrokenAuthHeaderProvider (line 36) | func RegisterBrokenAuthHeaderProvider(tokenURL string) {} type Config (line 42) | type Config struct method AuthCodeURL (line 160) | func (c *Config) AuthCodeURL(state string, opts ...AuthCodeOption) str... method PasswordCredentialsToken (line 198) | func (c *Config) PasswordCredentialsToken(ctx context.Context, usernam... method Exchange (line 223) | func (c *Config) Exchange(ctx context.Context, code string, opts ...Au... method Client (line 241) | func (c *Config) Client(ctx context.Context, t *Token) *http.Client { method TokenSource (line 249) | func (c *Config) TokenSource(ctx context.Context, t *Token) TokenSource { type TokenSource (line 68) | type TokenSource interface type Endpoint (line 77) | type Endpoint struct type AuthStyle (line 90) | type AuthStyle constant AuthStyleAutoDetect (line 96) | AuthStyleAutoDetect AuthStyle = 0 constant AuthStyleInParams (line 100) | AuthStyleInParams AuthStyle = 1 constant AuthStyleInHeader (line 105) | AuthStyleInHeader AuthStyle = 2 type AuthCodeOption (line 130) | type AuthCodeOption interface type setParam (line 134) | type setParam struct method setValue (line 136) | func (p setParam) setValue(m url.Values) { m.Set(p.k, p.v) } function SetAuthURLParam (line 140) | func SetAuthURLParam(key, value string) AuthCodeOption { type tokenRefresher (line 265) | type tokenRefresher struct method Token (line 275) | func (tf *tokenRefresher) Token() (*Token, error) { type reuseTokenSource (line 298) | type reuseTokenSource struct method Token (line 309) | func (s *reuseTokenSource) Token() (*Token, error) { function StaticTokenSource (line 327) | func StaticTokenSource(t *Token) TokenSource { type staticTokenSource (line 332) | type staticTokenSource struct method Token (line 336) | func (s staticTokenSource) Token() (*Token, error) { function NewClient (line 354) | func NewClient(ctx context.Context, src TokenSource) *http.Client { function ReuseTokenSource (line 382) | func ReuseTokenSource(t *Token, src TokenSource) TokenSource { function ReuseTokenSourceWithExpiry (line 403) | func ReuseTokenSourceWithExpiry(t *Token, src TokenSource, earlyExpiry t... FILE: vendor/golang.org/x/oauth2/pkce.go constant codeChallengeKey (line 15) | codeChallengeKey = "code_challenge" constant codeChallengeMethodKey (line 16) | codeChallengeMethodKey = "code_challenge_method" constant codeVerifierKey (line 17) | codeVerifierKey = "code_verifier" function GenerateVerifier (line 27) | func GenerateVerifier() string { function VerifierOption (line 42) | func VerifierOption(verifier string) AuthCodeOption { function S256ChallengeFromVerifier (line 49) | func S256ChallengeFromVerifier(verifier string) string { function S256ChallengeOption (line 57) | func S256ChallengeOption(verifier string) AuthCodeOption { type challengeOption (line 64) | type challengeOption struct method setValue (line 66) | func (p challengeOption) setValue(m url.Values) { FILE: vendor/golang.org/x/oauth2/token.go constant defaultExpiryDelta (line 22) | defaultExpiryDelta = 10 * time.Second type Token (line 31) | type Token struct method Type (line 70) | func (t *Token) Type() string { method SetAuthHeader (line 91) | func (t *Token) SetAuthHeader(r *http.Request) { method WithExtra (line 98) | func (t *Token) WithExtra(extra any) *Token { method Extra (line 108) | func (t *Token) Extra(key string) any { method expired (line 138) | func (t *Token) expired() bool { method Valid (line 151) | func (t *Token) Valid() bool { function tokenFromInternal (line 157) | func tokenFromInternal(t *internal.Token) *Token { function retrieveToken (line 174) | func retrieveToken(ctx context.Context, c *Config, v url.Values) (*Token... type RetrieveError (line 188) | type RetrieveError struct method Error (line 201) | func (r *RetrieveError) Error() string { FILE: vendor/golang.org/x/oauth2/transport.go type Transport (line 20) | type Transport struct method RoundTrip (line 32) | func (t *Transport) RoundTrip(req *http.Request) (*http.Response, erro... method CancelRequest (line 64) | func (t *Transport) CancelRequest(req *http.Request) { method base (line 70) | func (t *Transport) base() http.RoundTripper { FILE: vendor/golang.org/x/sync/errgroup/errgroup.go type token (line 20) | type token struct type Group (line 27) | type Group struct method done (line 42) | func (g *Group) done() { method Wait (line 64) | func (g *Group) Wait() error { method Go (line 88) | func (g *Group) Go(f func() error) { method add (line 96) | func (g *Group) add(f func() error) { method TryGo (line 147) | func (g *Group) TryGo(f func() error) bool { method SetLimit (line 169) | func (g *Group) SetLimit(n int) { function WithContext (line 54) | func WithContext(ctx context.Context) (*Group, context.Context) { type PanicError (line 182) | type PanicError struct method Error (line 187) | func (p PanicError) Error() string { method Unwrap (line 193) | func (p PanicError) Unwrap() error { return p.Recovered } type PanicValue (line 198) | type PanicValue struct method String (line 203) | func (p PanicValue) String() string { FILE: vendor/golang.org/x/sys/cpu/byteorder.go type byteOrder (line 12) | type byteOrder interface type littleEndian (line 17) | type littleEndian struct method Uint32 (line 20) | func (littleEndian) Uint32(b []byte) uint32 { method Uint64 (line 25) | func (littleEndian) Uint64(b []byte) uint64 { type bigEndian (line 18) | type bigEndian struct method Uint32 (line 31) | func (bigEndian) Uint32(b []byte) uint32 { method Uint64 (line 36) | func (bigEndian) Uint64(b []byte) uint64 { function hostByteOrder (line 44) | func hostByteOrder() byteOrder { FILE: vendor/golang.org/x/sys/cpu/cpu.go type CacheLinePad (line 22) | type CacheLinePad struct function init (line 249) | func init() { type option (line 262) | type option struct function processOptions (line 270) | func processOptions() { FILE: vendor/golang.org/x/sys/cpu/cpu_aix.go constant _SC_IMPL (line 11) | _SC_IMPL = 2 constant _IMPL_POWER8 (line 12) | _IMPL_POWER8 = 0x10000 constant _IMPL_POWER9 (line 13) | _IMPL_POWER9 = 0x20000 function archInit (line 16) | func archInit() { function getsystemcfg (line 29) | func getsystemcfg(label int) (n uint64) { FILE: vendor/golang.org/x/sys/cpu/cpu_arm.go constant cacheLineSize (line 7) | cacheLineSize = 32 constant hwcap_SWP (line 12) | hwcap_SWP = 1 << 0 constant hwcap_HALF (line 13) | hwcap_HALF = 1 << 1 constant hwcap_THUMB (line 14) | hwcap_THUMB = 1 << 2 constant hwcap_26BIT (line 15) | hwcap_26BIT = 1 << 3 constant hwcap_FAST_MULT (line 16) | hwcap_FAST_MULT = 1 << 4 constant hwcap_FPA (line 17) | hwcap_FPA = 1 << 5 constant hwcap_VFP (line 18) | hwcap_VFP = 1 << 6 constant hwcap_EDSP (line 19) | hwcap_EDSP = 1 << 7 constant hwcap_JAVA (line 20) | hwcap_JAVA = 1 << 8 constant hwcap_IWMMXT (line 21) | hwcap_IWMMXT = 1 << 9 constant hwcap_CRUNCH (line 22) | hwcap_CRUNCH = 1 << 10 constant hwcap_THUMBEE (line 23) | hwcap_THUMBEE = 1 << 11 constant hwcap_NEON (line 24) | hwcap_NEON = 1 << 12 constant hwcap_VFPv3 (line 25) | hwcap_VFPv3 = 1 << 13 constant hwcap_VFPv3D16 (line 26) | hwcap_VFPv3D16 = 1 << 14 constant hwcap_TLS (line 27) | hwcap_TLS = 1 << 15 constant hwcap_VFPv4 (line 28) | hwcap_VFPv4 = 1 << 16 constant hwcap_IDIVA (line 29) | hwcap_IDIVA = 1 << 17 constant hwcap_IDIVT (line 30) | hwcap_IDIVT = 1 << 18 constant hwcap_VFPD32 (line 31) | hwcap_VFPD32 = 1 << 19 constant hwcap_LPAE (line 32) | hwcap_LPAE = 1 << 20 constant hwcap_EVTSTRM (line 33) | hwcap_EVTSTRM = 1 << 21 constant hwcap2_AES (line 35) | hwcap2_AES = 1 << 0 constant hwcap2_PMULL (line 36) | hwcap2_PMULL = 1 << 1 constant hwcap2_SHA1 (line 37) | hwcap2_SHA1 = 1 << 2 constant hwcap2_SHA2 (line 38) | hwcap2_SHA2 = 1 << 3 constant hwcap2_CRC32 (line 39) | hwcap2_CRC32 = 1 << 4 function initOptions (line 42) | func initOptions() { FILE: vendor/golang.org/x/sys/cpu/cpu_arm64.go constant cacheLineSize (line 12) | cacheLineSize = 128 function initOptions (line 14) | func initOptions() { function archInit (line 46) | func archInit() { function setMinimalFeatures (line 60) | func setMinimalFeatures() { function readARM64Registers (line 65) | func readARM64Registers() { function parseARM64SystemRegisters (line 71) | func parseARM64SystemRegisters(isar0, isar1, pfr0 uint64) { function parseARM64SVERegister (line 185) | func parseARM64SVERegister(zfr0 uint64) { function extractBits (line 192) | func extractBits(data uint64, start, end uint) uint { FILE: vendor/golang.org/x/sys/cpu/cpu_darwin_x86.go function darwinSupportsAVX512 (line 27) | func darwinSupportsAVX512() bool { function darwinKernelVersionCheck (line 32) | func darwinKernelVersionCheck(major, minor, patch int) bool { FILE: vendor/golang.org/x/sys/cpu/cpu_gc_arm64.go function getisar0 (line 9) | func getisar0() uint64 function getisar1 (line 10) | func getisar1() uint64 function getpfr0 (line 11) | func getpfr0() uint64 function getzfr0 (line 12) | func getzfr0() uint64 FILE: vendor/golang.org/x/sys/cpu/cpu_gc_s390x.go function haveAsmFunctions (line 11) | func haveAsmFunctions() bool { return true } function stfle (line 15) | func stfle() facilityList function kmQuery (line 16) | func kmQuery() queryResult function kmcQuery (line 17) | func kmcQuery() queryResult function kmctrQuery (line 18) | func kmctrQuery() queryResult function kmaQuery (line 19) | func kmaQuery() queryResult function kimdQuery (line 20) | func kimdQuery() queryResult function klmdQuery (line 21) | func klmdQuery() queryResult FILE: vendor/golang.org/x/sys/cpu/cpu_gc_x86.go function cpuid (line 11) | func cpuid(eaxArg, ecxArg uint32) (eax, ebx, ecx, edx uint32) function xgetbv (line 15) | func xgetbv() (eax, edx uint32) FILE: vendor/golang.org/x/sys/cpu/cpu_gccgo_arm64.go function getisar0 (line 9) | func getisar0() uint64 { return 0 } function getisar1 (line 10) | func getisar1() uint64 { return 0 } function getpfr0 (line 11) | func getpfr0() uint64 { return 0 } FILE: vendor/golang.org/x/sys/cpu/cpu_gccgo_s390x.go function haveAsmFunctions (line 11) | func haveAsmFunctions() bool { return false } function stfle (line 16) | func stfle() facilityList { panic("not implemented for gccgo") } function kmQuery (line 17) | func kmQuery() queryResult { panic("not implemented for gccgo") } function kmcQuery (line 18) | func kmcQuery() queryResult { panic("not implemented for gccgo") } function kmctrQuery (line 19) | func kmctrQuery() queryResult { panic("not implemented for gccgo") } function kmaQuery (line 20) | func kmaQuery() queryResult { panic("not implemented for gccgo") } function kimdQuery (line 21) | func kimdQuery() queryResult { panic("not implemented for gccgo") } function klmdQuery (line 22) | func klmdQuery() queryResult { panic("not implemented for gccgo") } FILE: vendor/golang.org/x/sys/cpu/cpu_gccgo_x86.c function gccgoGetCpuidCount (line 12) | int function gccgoXgetbv (line 28) | void FILE: vendor/golang.org/x/sys/cpu/cpu_gccgo_x86.go function gccgoGetCpuidCount (line 10) | func gccgoGetCpuidCount(eaxArg, ecxArg uint32, eax, ebx, ecx, edx *uint32) function cpuid (line 12) | func cpuid(eaxArg, ecxArg uint32) (eax, ebx, ecx, edx uint32) { function gccgoXgetbv (line 19) | func gccgoXgetbv(eax, edx *uint32) function xgetbv (line 21) | func xgetbv() (eax, edx uint32) { FILE: vendor/golang.org/x/sys/cpu/cpu_linux.go function archInit (line 9) | func archInit() { FILE: vendor/golang.org/x/sys/cpu/cpu_linux_arm.go function doinit (line 7) | func doinit() { function isSet (line 37) | func isSet(hwc uint, value uint) bool { FILE: vendor/golang.org/x/sys/cpu/cpu_linux_arm64.go constant hwcap_FP (line 14) | hwcap_FP = 1 << 0 constant hwcap_ASIMD (line 15) | hwcap_ASIMD = 1 << 1 constant hwcap_EVTSTRM (line 16) | hwcap_EVTSTRM = 1 << 2 constant hwcap_AES (line 17) | hwcap_AES = 1 << 3 constant hwcap_PMULL (line 18) | hwcap_PMULL = 1 << 4 constant hwcap_SHA1 (line 19) | hwcap_SHA1 = 1 << 5 constant hwcap_SHA2 (line 20) | hwcap_SHA2 = 1 << 6 constant hwcap_CRC32 (line 21) | hwcap_CRC32 = 1 << 7 constant hwcap_ATOMICS (line 22) | hwcap_ATOMICS = 1 << 8 constant hwcap_FPHP (line 23) | hwcap_FPHP = 1 << 9 constant hwcap_ASIMDHP (line 24) | hwcap_ASIMDHP = 1 << 10 constant hwcap_CPUID (line 25) | hwcap_CPUID = 1 << 11 constant hwcap_ASIMDRDM (line 26) | hwcap_ASIMDRDM = 1 << 12 constant hwcap_JSCVT (line 27) | hwcap_JSCVT = 1 << 13 constant hwcap_FCMA (line 28) | hwcap_FCMA = 1 << 14 constant hwcap_LRCPC (line 29) | hwcap_LRCPC = 1 << 15 constant hwcap_DCPOP (line 30) | hwcap_DCPOP = 1 << 16 constant hwcap_SHA3 (line 31) | hwcap_SHA3 = 1 << 17 constant hwcap_SM3 (line 32) | hwcap_SM3 = 1 << 18 constant hwcap_SM4 (line 33) | hwcap_SM4 = 1 << 19 constant hwcap_ASIMDDP (line 34) | hwcap_ASIMDDP = 1 << 20 constant hwcap_SHA512 (line 35) | hwcap_SHA512 = 1 << 21 constant hwcap_SVE (line 36) | hwcap_SVE = 1 << 22 constant hwcap_ASIMDFHM (line 37) | hwcap_ASIMDFHM = 1 << 23 constant hwcap_DIT (line 38) | hwcap_DIT = 1 << 24 constant hwcap2_SVE2 (line 40) | hwcap2_SVE2 = 1 << 1 constant hwcap2_I8MM (line 41) | hwcap2_I8MM = 1 << 13 function linuxKernelCanEmulateCPUID (line 49) | func linuxKernelCanEmulateCPUID() bool { function doinit (line 63) | func doinit() { function isSet (line 118) | func isSet(hwc uint, value uint) bool { FILE: vendor/golang.org/x/sys/cpu/cpu_linux_loong64.go constant hwcap_LOONGARCH_LSX (line 9) | hwcap_LOONGARCH_LSX = 1 << 4 constant hwcap_LOONGARCH_LASX (line 10) | hwcap_LOONGARCH_LASX = 1 << 5 function doinit (line 13) | func doinit() { function hwcIsSet (line 20) | func hwcIsSet(hwc uint, val uint) bool { FILE: vendor/golang.org/x/sys/cpu/cpu_linux_mips64x.go constant hwcap_MIPS_MSA (line 12) | hwcap_MIPS_MSA = 1 << 1 function doinit (line 15) | func doinit() { function isSet (line 20) | func isSet(hwc uint, value uint) bool { FILE: vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go function doinit (line 9) | func doinit() {} FILE: vendor/golang.org/x/sys/cpu/cpu_linux_ppc64x.go constant _PPC_FEATURE2_ARCH_2_07 (line 12) | _PPC_FEATURE2_ARCH_2_07 = 0x80000000 constant _PPC_FEATURE2_ARCH_3_00 (line 13) | _PPC_FEATURE2_ARCH_3_00 = 0x00800000 constant _PPC_FEATURE2_DARN (line 16) | _PPC_FEATURE2_DARN = 0x00200000 constant _PPC_FEATURE2_SCV (line 17) | _PPC_FEATURE2_SCV = 0x00100000 function doinit (line 20) | func doinit() { function isSet (line 28) | func isSet(hwc uint, value uint) bool { FILE: vendor/golang.org/x/sys/cpu/cpu_linux_riscv64.go constant riscv_HWPROBE_KEY_IMA_EXT_0 (line 55) | riscv_HWPROBE_KEY_IMA_EXT_0 = 0x4 constant riscv_HWPROBE_IMA_C (line 56) | riscv_HWPROBE_IMA_C = 0x2 constant riscv_HWPROBE_IMA_V (line 57) | riscv_HWPROBE_IMA_V = 0x4 constant riscv_HWPROBE_EXT_ZBA (line 58) | riscv_HWPROBE_EXT_ZBA = 0x8 constant riscv_HWPROBE_EXT_ZBB (line 59) | riscv_HWPROBE_EXT_ZBB = 0x10 constant riscv_HWPROBE_EXT_ZBS (line 60) | riscv_HWPROBE_EXT_ZBS = 0x20 constant riscv_HWPROBE_EXT_ZVBB (line 61) | riscv_HWPROBE_EXT_ZVBB = 0x20000 constant riscv_HWPROBE_EXT_ZVBC (line 62) | riscv_HWPROBE_EXT_ZVBC = 0x40000 constant riscv_HWPROBE_EXT_ZVKB (line 63) | riscv_HWPROBE_EXT_ZVKB = 0x80000 constant riscv_HWPROBE_EXT_ZVKG (line 64) | riscv_HWPROBE_EXT_ZVKG = 0x100000 constant riscv_HWPROBE_EXT_ZVKNED (line 65) | riscv_HWPROBE_EXT_ZVKNED = 0x200000 constant riscv_HWPROBE_EXT_ZVKNHB (line 66) | riscv_HWPROBE_EXT_ZVKNHB = 0x800000 constant riscv_HWPROBE_EXT_ZVKSED (line 67) | riscv_HWPROBE_EXT_ZVKSED = 0x1000000 constant riscv_HWPROBE_EXT_ZVKSH (line 68) | riscv_HWPROBE_EXT_ZVKSH = 0x2000000 constant riscv_HWPROBE_EXT_ZVKT (line 69) | riscv_HWPROBE_EXT_ZVKT = 0x4000000 constant riscv_HWPROBE_KEY_CPUPERF_0 (line 70) | riscv_HWPROBE_KEY_CPUPERF_0 = 0x5 constant riscv_HWPROBE_MISALIGNED_FAST (line 71) | riscv_HWPROBE_MISALIGNED_FAST = 0x3 constant riscv_HWPROBE_MISALIGNED_MASK (line 72) | riscv_HWPROBE_MISALIGNED_MASK = 0x7 constant sys_RISCV_HWPROBE (line 77) | sys_RISCV_HWPROBE = 258 type riscvHWProbePairs (line 81) | type riscvHWProbePairs struct constant hwcap_RISCV_ISA_C (line 88) | hwcap_RISCV_ISA_C = 1 << ('C' - 'A') function doinit (line 91) | func doinit() { function isSet (line 140) | func isSet(hwc uint, value uint) bool { function riscvHWProbe (line 149) | func riscvHWProbe(pairs []riscvHWProbePairs, flags uint) bool { FILE: vendor/golang.org/x/sys/cpu/cpu_linux_s390x.go constant hwcap_ZARCH (line 9) | hwcap_ZARCH = 2 constant hwcap_STFLE (line 10) | hwcap_STFLE = 4 constant hwcap_MSA (line 11) | hwcap_MSA = 8 constant hwcap_LDISP (line 12) | hwcap_LDISP = 16 constant hwcap_EIMM (line 13) | hwcap_EIMM = 32 constant hwcap_DFP (line 14) | hwcap_DFP = 64 constant hwcap_ETF3EH (line 15) | hwcap_ETF3EH = 256 constant hwcap_VX (line 16) | hwcap_VX = 2048 constant hwcap_VXE (line 17) | hwcap_VXE = 8192 function initS390Xbase (line 20) | func initS390Xbase() { FILE: vendor/golang.org/x/sys/cpu/cpu_loong64.go constant cacheLineSize (line 9) | cacheLineSize = 64 constant cpucfg1_CRC32 (line 15) | cpucfg1_CRC32 = 1 << 25 constant cpucfg2_LAM_BH (line 18) | cpucfg2_LAM_BH = 1 << 27 constant cpucfg2_LAMCAS (line 19) | cpucfg2_LAMCAS = 1 << 28 function initOptions (line 22) | func initOptions() { function get_cpucfg (line 46) | func get_cpucfg(reg uint32) uint32 function cfgIsSet (line 48) | func cfgIsSet(cfg uint32, val uint32) bool { FILE: vendor/golang.org/x/sys/cpu/cpu_mips64x.go constant cacheLineSize (line 9) | cacheLineSize = 32 function initOptions (line 11) | func initOptions() { FILE: vendor/golang.org/x/sys/cpu/cpu_mipsx.go constant cacheLineSize (line 9) | cacheLineSize = 32 function initOptions (line 11) | func initOptions() {} FILE: vendor/golang.org/x/sys/cpu/cpu_netbsd_arm64.go constant _CTL_QUERY (line 16) | _CTL_QUERY = -2 constant _SYSCTL_VERS_1 (line 18) | _SYSCTL_VERS_1 = 0x1000000 function sysctl (line 23) | func sysctl(mib []int32, old *byte, oldlen *uintptr, new *byte, newlen u... type sysctlNode (line 44) | type sysctlNode struct function sysctlNodes (line 57) | func sysctlNodes(mib []int32) ([]sysctlNode, error) { function nametomib (line 80) | func nametomib(name string) ([]int32, error) { type aarch64SysctlCPUID (line 120) | type aarch64SysctlCPUID struct function sysctlCPUID (line 142) | func sysctlCPUID(name string) (*aarch64SysctlCPUID, error) { function doinit (line 164) | func doinit() { FILE: vendor/golang.org/x/sys/cpu/cpu_openbsd_arm64.go constant _CTL_MACHDEP (line 17) | _CTL_MACHDEP = 7 constant _CPU_ID_AA64ISAR0 (line 20) | _CPU_ID_AA64ISAR0 = 2 constant _CPU_ID_AA64ISAR1 (line 21) | _CPU_ID_AA64ISAR1 = 3 function syscall_syscall6 (line 25) | func syscall_syscall6(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintpt... function sysctl (line 29) | func sysctl(mib []uint32, old *byte, oldlen *uintptr, new *byte, newlen ... function sysctlUint64 (line 41) | func sysctlUint64(mib []uint32) (uint64, bool) { function doinit (line 50) | func doinit() { FILE: vendor/golang.org/x/sys/cpu/cpu_other_arm.go function archInit (line 9) | func archInit() {} FILE: vendor/golang.org/x/sys/cpu/cpu_other_arm64.go function doinit (line 9) | func doinit() {} FILE: vendor/golang.org/x/sys/cpu/cpu_other_mips64x.go function archInit (line 9) | func archInit() { FILE: vendor/golang.org/x/sys/cpu/cpu_other_ppc64x.go function archInit (line 9) | func archInit() { FILE: vendor/golang.org/x/sys/cpu/cpu_other_riscv64.go function archInit (line 9) | func archInit() { FILE: vendor/golang.org/x/sys/cpu/cpu_other_x86.go function darwinSupportsAVX512 (line 9) | func darwinSupportsAVX512() bool { FILE: vendor/golang.org/x/sys/cpu/cpu_ppc64x.go constant cacheLineSize (line 9) | cacheLineSize = 128 function initOptions (line 11) | func initOptions() { FILE: vendor/golang.org/x/sys/cpu/cpu_riscv64.go constant cacheLineSize (line 9) | cacheLineSize = 64 function initOptions (line 11) | func initOptions() { FILE: vendor/golang.org/x/sys/cpu/cpu_s390x.go constant cacheLineSize (line 7) | cacheLineSize = 256 function initOptions (line 9) | func initOptions() { function bitIsSet (line 34) | func bitIsSet(bits []uint64, index uint) bool { type facility (line 39) | type facility constant zarch (line 43) | zarch facility = 1 constant stflef (line 44) | stflef facility = 7 constant ldisp (line 45) | ldisp facility = 18 constant eimm (line 46) | eimm facility = 21 constant dfp (line 49) | dfp facility = 42 constant etf3eh (line 50) | etf3eh facility = 30 constant msa (line 53) | msa facility = 17 constant msa3 (line 54) | msa3 facility = 76 constant msa4 (line 55) | msa4 facility = 77 constant msa5 (line 56) | msa5 facility = 57 constant msa8 (line 57) | msa8 facility = 146 constant msa9 (line 58) | msa9 facility = 155 constant vx (line 61) | vx facility = 129 constant vxe (line 62) | vxe facility = 135 constant vxe2 (line 63) | vxe2 facility = 148 type facilityList (line 69) | type facilityList struct method Has (line 74) | func (s *facilityList) Has(fs ...facility) bool { type function (line 87) | type function constant aes128 (line 91) | aes128 function = 18 constant aes192 (line 92) | aes192 function = 19 constant aes256 (line 93) | aes256 function = 20 constant sha1 (line 96) | sha1 function = 1 constant sha256 (line 97) | sha256 function = 2 constant sha512 (line 98) | sha512 function = 3 constant sha3_224 (line 99) | sha3_224 function = 32 constant sha3_256 (line 100) | sha3_256 function = 33 constant sha3_384 (line 101) | sha3_384 function = 34 constant sha3_512 (line 102) | sha3_512 function = 35 constant shake128 (line 103) | shake128 function = 36 constant shake256 (line 104) | shake256 function = 37 constant ghash (line 107) | ghash function = 65 type queryResult (line 113) | type queryResult struct method Has (line 118) | func (q *queryResult) Has(fns ...function) bool { function doinit (line 130) | func doinit() { FILE: vendor/golang.org/x/sys/cpu/cpu_wasm.go constant cacheLineSize (line 13) | cacheLineSize = 0 function initOptions (line 15) | func initOptions() {} function archInit (line 17) | func archInit() {} FILE: vendor/golang.org/x/sys/cpu/cpu_x86.go constant cacheLineSize (line 11) | cacheLineSize = 64 function initOptions (line 13) | func initOptions() { function archInit (line 65) | func archInit() { function isSet (line 234) | func isSet(hwc uint32, value uint32) bool { FILE: vendor/golang.org/x/sys/cpu/cpu_zos.go function archInit (line 7) | func archInit() { FILE: vendor/golang.org/x/sys/cpu/cpu_zos_s390x.go function initS390Xbase (line 7) | func initS390Xbase() { FILE: vendor/golang.org/x/sys/cpu/endian_big.go constant IsBigEndian (line 10) | IsBigEndian = true FILE: vendor/golang.org/x/sys/cpu/endian_little.go constant IsBigEndian (line 10) | IsBigEndian = false FILE: vendor/golang.org/x/sys/cpu/hwcap_linux.go constant _AT_HWCAP (line 12) | _AT_HWCAP = 16 constant _AT_HWCAP2 (line 13) | _AT_HWCAP2 = 26 constant procAuxv (line 15) | procAuxv = "/proc/self/auxv" constant uintSize (line 17) | uintSize = int(32 << (^uint(0) >> 63)) function readHWCAP (line 26) | func readHWCAP() error { FILE: vendor/golang.org/x/sys/cpu/parse.go function parseRelease (line 14) | func parseRelease(rel string) (major, minor, patch int, ok bool) { FILE: vendor/golang.org/x/sys/cpu/proc_cpuinfo_linux.go function readLinuxProcCPUInfo (line 16) | func readLinuxProcCPUInfo() error { FILE: vendor/golang.org/x/sys/cpu/runtime_auxv.go function getAuxv (line 11) | func getAuxv() []uintptr { FILE: vendor/golang.org/x/sys/cpu/runtime_auxv_go121.go function runtime_getAuxv (line 14) | func runtime_getAuxv() []uintptr function init (line 16) | func init() { FILE: vendor/golang.org/x/sys/cpu/syscall_aix_gccgo.go function gccgoGetsystemcfg (line 20) | func gccgoGetsystemcfg(label uint32) (r uint64) function callgetsystemcfg (line 22) | func callgetsystemcfg(label int) (r1 uintptr, e1 syscall.Errno) { FILE: vendor/golang.org/x/sys/cpu/syscall_aix_ppc64_gc.go type syscallFunc (line 22) | type syscallFunc function rawSyscall6 (line 29) | func rawSyscall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 ui... function syscall6 (line 30) | func syscall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintp... function callgetsystemcfg (line 32) | func callgetsystemcfg(label int) (r1 uintptr, e1 errno) { FILE: vendor/golang.org/x/sys/cpu/syscall_darwin_x86_gc.go type _C_int (line 17) | type _C_int function darwinOSRelease (line 20) | func darwinOSRelease(release *[256]byte) error { function sysctl (line 38) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function darwinSysctlEnabled (line 63) | func darwinSysctlEnabled(name []byte) bool { function sysctlbyname (line 77) | func sysctlbyname(name *byte, old *byte, oldlen *uintptr, new *byte, new... function syscall_syscall6 (line 96) | func syscall_syscall6(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintpt... FILE: vendor/golang.org/x/sys/execabs/execabs.go function relError (line 41) | func relError(file, path string) error { function LookPath (line 54) | func LookPath(file string) (string, error) { function fixCmd (line 65) | func fixCmd(name string, cmd *exec.Cmd) { function CommandContext (line 83) | func CommandContext(ctx context.Context, name string, arg ...string) *ex... function Command (line 98) | func Command(name string, arg ...string) *exec.Cmd { FILE: vendor/golang.org/x/sys/execabs/execabs_go118.go function isGo119ErrDot (line 11) | func isGo119ErrDot(err error) bool { function isGo119ErrFieldSet (line 15) | func isGo119ErrFieldSet(cmd *exec.Cmd) bool { FILE: vendor/golang.org/x/sys/execabs/execabs_go119.go function isGo119ErrDot (line 14) | func isGo119ErrDot(err error) bool { function isGo119ErrFieldSet (line 18) | func isGo119ErrFieldSet(cmd *exec.Cmd) bool { FILE: vendor/golang.org/x/sys/plan9/const_plan9.go constant O_RDONLY (line 7) | O_RDONLY = 0 constant O_WRONLY (line 8) | O_WRONLY = 1 constant O_RDWR (line 9) | O_RDWR = 2 constant O_TRUNC (line 10) | O_TRUNC = 16 constant O_CLOEXEC (line 11) | O_CLOEXEC = 32 constant O_EXCL (line 12) | O_EXCL = 0x1000 constant RFNAMEG (line 17) | RFNAMEG = 1 << 0 constant RFENVG (line 18) | RFENVG = 1 << 1 constant RFFDG (line 19) | RFFDG = 1 << 2 constant RFNOTEG (line 20) | RFNOTEG = 1 << 3 constant RFPROC (line 21) | RFPROC = 1 << 4 constant RFMEM (line 22) | RFMEM = 1 << 5 constant RFNOWAIT (line 23) | RFNOWAIT = 1 << 6 constant RFCNAMEG (line 24) | RFCNAMEG = 1 << 10 constant RFCENVG (line 25) | RFCENVG = 1 << 11 constant RFCFDG (line 26) | RFCFDG = 1 << 12 constant RFREND (line 27) | RFREND = 1 << 13 constant RFNOMNT (line 28) | RFNOMNT = 1 << 14 constant QTDIR (line 33) | QTDIR = 0x80 constant QTAPPEND (line 34) | QTAPPEND = 0x40 constant QTEXCL (line 35) | QTEXCL = 0x20 constant QTMOUNT (line 36) | QTMOUNT = 0x10 constant QTAUTH (line 37) | QTAUTH = 0x08 constant QTTMP (line 38) | QTTMP = 0x04 constant QTFILE (line 39) | QTFILE = 0x00 constant DMDIR (line 44) | DMDIR = 0x80000000 constant DMAPPEND (line 45) | DMAPPEND = 0x40000000 constant DMEXCL (line 46) | DMEXCL = 0x20000000 constant DMMOUNT (line 47) | DMMOUNT = 0x10000000 constant DMAUTH (line 48) | DMAUTH = 0x08000000 constant DMTMP (line 49) | DMTMP = 0x04000000 constant DMREAD (line 50) | DMREAD = 0x4 constant DMWRITE (line 51) | DMWRITE = 0x2 constant DMEXEC (line 52) | DMEXEC = 0x1 constant STATMAX (line 56) | STATMAX = 65535 constant ERRMAX (line 57) | ERRMAX = 128 constant STATFIXLEN (line 58) | STATFIXLEN = 49 constant MREPL (line 63) | MREPL = 0x0000 constant MBEFORE (line 64) | MBEFORE = 0x0001 constant MAFTER (line 65) | MAFTER = 0x0002 constant MORDER (line 66) | MORDER = 0x0003 constant MCREATE (line 67) | MCREATE = 0x0004 constant MCACHE (line 68) | MCACHE = 0x0010 constant MMASK (line 69) | MMASK = 0x0017 FILE: vendor/golang.org/x/sys/plan9/dir_plan9.go type Qid (line 18) | type Qid struct type Dir (line 25) | type Dir struct method Null (line 58) | func (d *Dir) Null() { *d = nullDir } method Marshal (line 63) | func (d *Dir) Marshal(b []byte) (n int, err error) { function UnmarshalDir (line 98) | func UnmarshalDir(b []byte) (*Dir, error) { function pbit8 (line 139) | func pbit8(b []byte, v uint8) []byte { function pbit16 (line 145) | func pbit16(b []byte, v uint16) []byte { function pbit32 (line 152) | func pbit32(b []byte, v uint32) []byte { function pbit64 (line 161) | func pbit64(b []byte, v uint64) []byte { function pstring (line 175) | func pstring(b []byte, s string) []byte { function gbit8 (line 182) | func gbit8(b []byte) (uint8, []byte) { function gbit16 (line 187) | func gbit16(b []byte) (uint16, []byte) { function gbit32 (line 192) | func gbit32(b []byte) (uint32, []byte) { function gbit64 (line 197) | func gbit64(b []byte) (uint64, []byte) { function gstring (line 206) | func gstring(b []byte) (string, []byte, bool) { FILE: vendor/golang.org/x/sys/plan9/env_plan9.go function Getenv (line 13) | func Getenv(key string) (value string, found bool) { function Setenv (line 17) | func Setenv(key, value string) error { function Clearenv (line 21) | func Clearenv() { function Environ (line 25) | func Environ() []string { function Unsetenv (line 29) | func Unsetenv(key string) error { FILE: vendor/golang.org/x/sys/plan9/errors_plan9.go constant O_CREAT (line 12) | O_CREAT = 0x02000 constant O_APPEND (line 13) | O_APPEND = 0x00400 constant O_NOCTTY (line 14) | O_NOCTTY = 0x00000 constant O_NONBLOCK (line 15) | O_NONBLOCK = 0x00000 constant O_SYNC (line 16) | O_SYNC = 0x00000 constant O_ASYNC (line 17) | O_ASYNC = 0x00000 constant S_IFMT (line 19) | S_IFMT = 0x1f000 constant S_IFIFO (line 20) | S_IFIFO = 0x1000 constant S_IFCHR (line 21) | S_IFCHR = 0x2000 constant S_IFDIR (line 22) | S_IFDIR = 0x4000 constant S_IFBLK (line 23) | S_IFBLK = 0x6000 constant S_IFREG (line 24) | S_IFREG = 0x8000 constant S_IFLNK (line 25) | S_IFLNK = 0xa000 constant S_IFSOCK (line 26) | S_IFSOCK = 0xc000 FILE: vendor/golang.org/x/sys/plan9/pwd_plan9.go function fixwd (line 9) | func fixwd() { function Getwd (line 13) | func Getwd() (wd string, err error) { function Chdir (line 17) | func Chdir(path string) error { FILE: vendor/golang.org/x/sys/plan9/race.go constant raceenabled (line 14) | raceenabled = true function raceAcquire (line 16) | func raceAcquire(addr unsafe.Pointer) { function raceReleaseMerge (line 20) | func raceReleaseMerge(addr unsafe.Pointer) { function raceReadRange (line 24) | func raceReadRange(addr unsafe.Pointer, len int) { function raceWriteRange (line 28) | func raceWriteRange(addr unsafe.Pointer, len int) { FILE: vendor/golang.org/x/sys/plan9/race0.go constant raceenabled (line 13) | raceenabled = false function raceAcquire (line 15) | func raceAcquire(addr unsafe.Pointer) { function raceReleaseMerge (line 18) | func raceReleaseMerge(addr unsafe.Pointer) { function raceReadRange (line 21) | func raceReadRange(addr unsafe.Pointer, len int) { function raceWriteRange (line 24) | func raceWriteRange(addr unsafe.Pointer, len int) { FILE: vendor/golang.org/x/sys/plan9/str.go function itoa (line 9) | func itoa(val int) string { // do it here rather than with fmt to avoid ... FILE: vendor/golang.org/x/sys/plan9/syscall.go function ByteSliceFromString (line 36) | func ByteSliceFromString(s string) ([]byte, error) { function BytePtrFromString (line 48) | func BytePtrFromString(s string) (*byte, error) { function ByteSliceToString (line 58) | func ByteSliceToString(s []byte) string { function BytePtrToString (line 68) | func BytePtrToString(p *byte) string { method Unix (line 89) | func (ts *Timespec) Unix() (sec int64, nsec int64) { method Unix (line 93) | func (tv *Timeval) Unix() (sec int64, nsec int64) { method Nano (line 97) | func (ts *Timespec) Nano() int64 { method Nano (line 101) | func (tv *Timeval) Nano() int64 { function use (line 109) | func use(p unsafe.Pointer) FILE: vendor/golang.org/x/sys/plan9/syscall_plan9.go type Note (line 22) | type Note method Signal (line 24) | func (n Note) Signal() {} method String (line 26) | func (n Note) String() string { function Syscall (line 40) | func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Erro... function Syscall6 (line 41) | func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err... function RawSyscall (line 42) | func RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2, err uintptr) function RawSyscall6 (line 43) | func RawSyscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2, err uint... function atoi (line 45) | func atoi(b []byte) (n uint) { function cstring (line 53) | func cstring(s []byte) string { function errstr (line 61) | func errstr() string { function exit (line 71) | func exit(code int) function Exit (line 73) | func Exit(code int) { exit(code) } function readnum (line 75) | func readnum(path string) (uint, error) { function Getpid (line 97) | func Getpid() (pid int) { function Getppid (line 102) | func Getppid() (ppid int) { function Read (line 107) | func Read(fd int, p []byte) (n int, err error) { function Write (line 111) | func Write(fd int, p []byte) (n int, err error) { function Fd2path (line 119) | func Fd2path(fd int) (path string, err error) { function Pipe (line 131) | func Pipe(p []int) (err error) { function seek (line 146) | func seek(placeholder uintptr, fd int, offset int64, whence int) (newoff... function Seek (line 148) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Mkdir (line 157) | func Mkdir(path string, mode uint32) (err error) { type Waitmsg (line 167) | type Waitmsg struct method Exited (line 173) | func (w Waitmsg) Exited() bool { return true } method Signaled (line 174) | func (w Waitmsg) Signaled() bool { return false } method ExitStatus (line 176) | func (w Waitmsg) ExitStatus() int { function Await (line 186) | func Await(w *Waitmsg) (err error) { function Unmount (line 223) | func Unmount(name, old string) (err error) { function Fchdir (line 251) | func Fchdir(fd int) (err error) { type Timespec (line 261) | type Timespec struct type Timeval (line 266) | type Timeval struct function NsecToTimeval (line 271) | func NsecToTimeval(nsec int64) (tv Timeval) { function nsec (line 278) | func nsec() int64 { function Gettimeofday (line 289) | func Gettimeofday(tv *Timeval) error { function Getpagesize (line 295) | func Getpagesize() int { return 0x1000 } function Getegid (line 297) | func Getegid() (egid int) { return -1 } function Geteuid (line 298) | func Geteuid() (euid int) { return -1 } function Getgid (line 299) | func Getgid() (gid int) { return -1 } function Getuid (line 300) | func Getuid() (uid int) { return -1 } function Getgroups (line 302) | func Getgroups() (gids []int, err error) { function Open (line 308) | func Open(path string, mode int) (fd int, err error) { function Create (line 315) | func Create(path string, mode int, perm uint32) (fd int, err error) { function Remove (line 322) | func Remove(path string) error { function Stat (line 329) | func Stat(path string, edir []byte) (n int, err error) { function Bind (line 336) | func Bind(name string, old string, flag int) (err error) { function Mount (line 343) | func Mount(fd int, afd int, old string, flag int, aname string) (err err... function Wstat (line 350) | func Wstat(path string, edir []byte) (err error) { FILE: vendor/golang.org/x/sys/plan9/zsyscall_plan9_386.go function fd2path (line 12) | func fd2path(fd int, buf []byte) (err error) { function pipe (line 28) | func pipe(p *[2]int32) (err error) { function await (line 38) | func await(s []byte) (n int, err error) { function open (line 55) | func open(path string, mode int) (fd int, err error) { function create (line 71) | func create(path string, mode int, perm uint32) (fd int, err error) { function remove (line 87) | func remove(path string) (err error) { function stat (line 102) | func stat(path string, edir []byte) (n int, err error) { function bind (line 124) | func bind(name string, old string, flag int) (err error) { function mount (line 144) | func mount(fd int, afd int, old string, flag int, aname string) (err err... function wstat (line 164) | func wstat(path string, edir []byte) (err error) { function chdir (line 185) | func chdir(path string) (err error) { function Dup (line 200) | func Dup(oldfd int, newfd int) (fd int, err error) { function Pread (line 211) | func Pread(fd int, p []byte, offset int64) (n int, err error) { function Pwrite (line 228) | func Pwrite(fd int, p []byte, offset int64) (n int, err error) { function Close (line 245) | func Close(fd int) (err error) { function Fstat (line 255) | func Fstat(fd int, edir []byte) (n int, err error) { function Fwstat (line 272) | func Fwstat(fd int, edir []byte) (err error) { FILE: vendor/golang.org/x/sys/plan9/zsyscall_plan9_amd64.go function fd2path (line 12) | func fd2path(fd int, buf []byte) (err error) { function pipe (line 28) | func pipe(p *[2]int32) (err error) { function await (line 38) | func await(s []byte) (n int, err error) { function open (line 55) | func open(path string, mode int) (fd int, err error) { function create (line 71) | func create(path string, mode int, perm uint32) (fd int, err error) { function remove (line 87) | func remove(path string) (err error) { function stat (line 102) | func stat(path string, edir []byte) (n int, err error) { function bind (line 124) | func bind(name string, old string, flag int) (err error) { function mount (line 144) | func mount(fd int, afd int, old string, flag int, aname string) (err err... function wstat (line 164) | func wstat(path string, edir []byte) (err error) { function chdir (line 185) | func chdir(path string) (err error) { function Dup (line 200) | func Dup(oldfd int, newfd int) (fd int, err error) { function Pread (line 211) | func Pread(fd int, p []byte, offset int64) (n int, err error) { function Pwrite (line 228) | func Pwrite(fd int, p []byte, offset int64) (n int, err error) { function Close (line 245) | func Close(fd int) (err error) { function Fstat (line 255) | func Fstat(fd int, edir []byte) (n int, err error) { function Fwstat (line 272) | func Fwstat(fd int, edir []byte) (err error) { FILE: vendor/golang.org/x/sys/plan9/zsyscall_plan9_arm.go function fd2path (line 12) | func fd2path(fd int, buf []byte) (err error) { function pipe (line 28) | func pipe(p *[2]int32) (err error) { function await (line 38) | func await(s []byte) (n int, err error) { function open (line 55) | func open(path string, mode int) (fd int, err error) { function create (line 71) | func create(path string, mode int, perm uint32) (fd int, err error) { function remove (line 87) | func remove(path string) (err error) { function stat (line 102) | func stat(path string, edir []byte) (n int, err error) { function bind (line 124) | func bind(name string, old string, flag int) (err error) { function mount (line 144) | func mount(fd int, afd int, old string, flag int, aname string) (err err... function wstat (line 164) | func wstat(path string, edir []byte) (err error) { function chdir (line 185) | func chdir(path string) (err error) { function Dup (line 200) | func Dup(oldfd int, newfd int) (fd int, err error) { function Pread (line 211) | func Pread(fd int, p []byte, offset int64) (n int, err error) { function Pwrite (line 228) | func Pwrite(fd int, p []byte, offset int64) (n int, err error) { function Close (line 245) | func Close(fd int) (err error) { function Fstat (line 255) | func Fstat(fd int, edir []byte) (n int, err error) { function Fwstat (line 272) | func Fwstat(fd int, edir []byte) (err error) { FILE: vendor/golang.org/x/sys/plan9/zsysnum_plan9.go constant SYS_SYSR1 (line 7) | SYS_SYSR1 = 0 constant SYS_BIND (line 8) | SYS_BIND = 2 constant SYS_CHDIR (line 9) | SYS_CHDIR = 3 constant SYS_CLOSE (line 10) | SYS_CLOSE = 4 constant SYS_DUP (line 11) | SYS_DUP = 5 constant SYS_ALARM (line 12) | SYS_ALARM = 6 constant SYS_EXEC (line 13) | SYS_EXEC = 7 constant SYS_EXITS (line 14) | SYS_EXITS = 8 constant SYS_FAUTH (line 15) | SYS_FAUTH = 10 constant SYS_SEGBRK (line 16) | SYS_SEGBRK = 12 constant SYS_OPEN (line 17) | SYS_OPEN = 14 constant SYS_OSEEK (line 18) | SYS_OSEEK = 16 constant SYS_SLEEP (line 19) | SYS_SLEEP = 17 constant SYS_RFORK (line 20) | SYS_RFORK = 19 constant SYS_PIPE (line 21) | SYS_PIPE = 21 constant SYS_CREATE (line 22) | SYS_CREATE = 22 constant SYS_FD2PATH (line 23) | SYS_FD2PATH = 23 constant SYS_BRK_ (line 24) | SYS_BRK_ = 24 constant SYS_REMOVE (line 25) | SYS_REMOVE = 25 constant SYS_NOTIFY (line 26) | SYS_NOTIFY = 28 constant SYS_NOTED (line 27) | SYS_NOTED = 29 constant SYS_SEGATTACH (line 28) | SYS_SEGATTACH = 30 constant SYS_SEGDETACH (line 29) | SYS_SEGDETACH = 31 constant SYS_SEGFREE (line 30) | SYS_SEGFREE = 32 constant SYS_SEGFLUSH (line 31) | SYS_SEGFLUSH = 33 constant SYS_RENDEZVOUS (line 32) | SYS_RENDEZVOUS = 34 constant SYS_UNMOUNT (line 33) | SYS_UNMOUNT = 35 constant SYS_SEMACQUIRE (line 34) | SYS_SEMACQUIRE = 37 constant SYS_SEMRELEASE (line 35) | SYS_SEMRELEASE = 38 constant SYS_SEEK (line 36) | SYS_SEEK = 39 constant SYS_FVERSION (line 37) | SYS_FVERSION = 40 constant SYS_ERRSTR (line 38) | SYS_ERRSTR = 41 constant SYS_STAT (line 39) | SYS_STAT = 42 constant SYS_FSTAT (line 40) | SYS_FSTAT = 43 constant SYS_WSTAT (line 41) | SYS_WSTAT = 44 constant SYS_FWSTAT (line 42) | SYS_FWSTAT = 45 constant SYS_MOUNT (line 43) | SYS_MOUNT = 46 constant SYS_AWAIT (line 44) | SYS_AWAIT = 47 constant SYS_PREAD (line 45) | SYS_PREAD = 50 constant SYS_PWRITE (line 46) | SYS_PWRITE = 51 constant SYS_TSEMACQUIRE (line 47) | SYS_TSEMACQUIRE = 52 constant SYS_NSEC (line 48) | SYS_NSEC = 53 FILE: vendor/golang.org/x/sys/unix/affinity_linux.go constant cpuSetSize (line 14) | cpuSetSize = _CPU_SETSIZE / _NCPUBITS type CPUSet (line 17) | type CPUSet method Zero (line 40) | func (s *CPUSet) Zero() { method Fill (line 47) | func (s *CPUSet) Fill() { method Set (line 62) | func (s *CPUSet) Set(cpu int) { method Clear (line 70) | func (s *CPUSet) Clear(cpu int) { method IsSet (line 78) | func (s *CPUSet) IsSet(cpu int) bool { method Count (line 87) | func (s *CPUSet) Count() int { function schedAffinity (line 19) | func schedAffinity(trap uintptr, pid int, set *CPUSet) error { function SchedGetaffinity (line 29) | func SchedGetaffinity(pid int, set *CPUSet) error { function SchedSetaffinity (line 35) | func SchedSetaffinity(pid int, set *CPUSet) error { function cpuBitsIndex (line 53) | func cpuBitsIndex(cpu int) int { function cpuBitsMask (line 57) | func cpuBitsMask(cpu int) cpuMask { FILE: vendor/golang.org/x/sys/unix/auxv.go function runtime_getAuxv (line 15) | func runtime_getAuxv() []uintptr function Auxv (line 21) | func Auxv() ([][2]uintptr, error) { FILE: vendor/golang.org/x/sys/unix/auxv_unsupported.go function Auxv (line 11) | func Auxv() ([][2]uintptr, error) { FILE: vendor/golang.org/x/sys/unix/bluetooth_linux.go constant BTPROTO_L2CAP (line 11) | BTPROTO_L2CAP = 0 constant BTPROTO_HCI (line 12) | BTPROTO_HCI = 1 constant BTPROTO_SCO (line 13) | BTPROTO_SCO = 2 constant BTPROTO_RFCOMM (line 14) | BTPROTO_RFCOMM = 3 constant BTPROTO_BNEP (line 15) | BTPROTO_BNEP = 4 constant BTPROTO_CMTP (line 16) | BTPROTO_CMTP = 5 constant BTPROTO_HIDP (line 17) | BTPROTO_HIDP = 6 constant BTPROTO_AVDTP (line 18) | BTPROTO_AVDTP = 7 constant HCI_CHANNEL_RAW (line 22) | HCI_CHANNEL_RAW = 0 constant HCI_CHANNEL_USER (line 23) | HCI_CHANNEL_USER = 1 constant HCI_CHANNEL_MONITOR (line 24) | HCI_CHANNEL_MONITOR = 2 constant HCI_CHANNEL_CONTROL (line 25) | HCI_CHANNEL_CONTROL = 3 constant HCI_CHANNEL_LOGGING (line 26) | HCI_CHANNEL_LOGGING = 4 constant SOL_BLUETOOTH (line 31) | SOL_BLUETOOTH = 0x112 constant SOL_HCI (line 32) | SOL_HCI = 0x0 constant SOL_L2CAP (line 33) | SOL_L2CAP = 0x6 constant SOL_RFCOMM (line 34) | SOL_RFCOMM = 0x12 constant SOL_SCO (line 35) | SOL_SCO = 0x11 FILE: vendor/golang.org/x/sys/unix/bpxsvc_zos.go function bpxcall (line 16) | func bpxcall(plist []unsafe.Pointer, bpx_offset int64) function A2e (line 19) | func A2e([]byte) function E2a (line 22) | func E2a([]byte) constant BPX4STA (line 25) | BPX4STA = 192 constant BPX4FST (line 26) | BPX4FST = 104 constant BPX4LST (line 27) | BPX4LST = 132 constant BPX4OPN (line 28) | BPX4OPN = 156 constant BPX4CLO (line 29) | BPX4CLO = 72 constant BPX4CHR (line 30) | BPX4CHR = 500 constant BPX4FCR (line 31) | BPX4FCR = 504 constant BPX4LCR (line 32) | BPX4LCR = 1180 constant BPX4CTW (line 33) | BPX4CTW = 492 constant BPX4GTH (line 34) | BPX4GTH = 1056 constant BPX4PTQ (line 35) | BPX4PTQ = 412 constant BPX4PTR (line 36) | BPX4PTR = 320 constant BPX_OPNFHIGH (line 42) | BPX_OPNFHIGH = 0x80 constant BPX_OPNFEXEC (line 44) | BPX_OPNFEXEC = 0x80 constant BPX_O_NOLARGEFILE (line 46) | BPX_O_NOLARGEFILE = 0x08 constant BPX_O_LARGEFILE (line 47) | BPX_O_LARGEFILE = 0x04 constant BPX_O_ASYNCSIG (line 48) | BPX_O_ASYNCSIG = 0x02 constant BPX_O_SYNC (line 49) | BPX_O_SYNC = 0x01 constant BPX_O_CREXCL (line 51) | BPX_O_CREXCL = 0xc0 constant BPX_O_CREAT (line 52) | BPX_O_CREAT = 0x80 constant BPX_O_EXCL (line 53) | BPX_O_EXCL = 0x40 constant BPX_O_NOCTTY (line 54) | BPX_O_NOCTTY = 0x20 constant BPX_O_TRUNC (line 55) | BPX_O_TRUNC = 0x10 constant BPX_O_APPEND (line 56) | BPX_O_APPEND = 0x08 constant BPX_O_NONBLOCK (line 57) | BPX_O_NONBLOCK = 0x04 constant BPX_FNDELAY (line 58) | BPX_FNDELAY = 0x04 constant BPX_O_RDWR (line 59) | BPX_O_RDWR = 0x03 constant BPX_O_RDONLY (line 60) | BPX_O_RDONLY = 0x02 constant BPX_O_WRONLY (line 61) | BPX_O_WRONLY = 0x01 constant BPX_O_ACCMODE (line 62) | BPX_O_ACCMODE = 0x03 constant BPX_O_GETFL (line 63) | BPX_O_GETFL = 0x0f constant BPX_FT_DIR (line 67) | BPX_FT_DIR = 1 constant BPX_FT_CHARSPEC (line 68) | BPX_FT_CHARSPEC = 2 constant BPX_FT_REGFILE (line 69) | BPX_FT_REGFILE = 3 constant BPX_FT_FIFO (line 70) | BPX_FT_FIFO = 4 constant BPX_FT_SYMLINK (line 71) | BPX_FT_SYMLINK = 5 constant BPX_FT_SOCKET (line 72) | BPX_FT_SOCKET = 6 constant BPX_S_ISUID (line 74) | BPX_S_ISUID = 0x08 constant BPX_S_ISGID (line 75) | BPX_S_ISGID = 0x04 constant BPX_S_ISVTX (line 76) | BPX_S_ISVTX = 0x02 constant BPX_S_IRWXU1 (line 77) | BPX_S_IRWXU1 = 0x01 constant BPX_S_IRUSR (line 78) | BPX_S_IRUSR = 0x01 constant BPX_S_IRWXU2 (line 80) | BPX_S_IRWXU2 = 0xc0 constant BPX_S_IWUSR (line 81) | BPX_S_IWUSR = 0x80 constant BPX_S_IXUSR (line 82) | BPX_S_IXUSR = 0x40 constant BPX_S_IRWXG (line 83) | BPX_S_IRWXG = 0x38 constant BPX_S_IRGRP (line 84) | BPX_S_IRGRP = 0x20 constant BPX_S_IWGRP (line 85) | BPX_S_IWGRP = 0x10 constant BPX_S_IXGRP (line 86) | BPX_S_IXGRP = 0x08 constant BPX_S_IRWXOX (line 87) | BPX_S_IRWXOX = 0x07 constant BPX_S_IROTH (line 88) | BPX_S_IROTH = 0x04 constant BPX_S_IWOTH (line 89) | BPX_S_IWOTH = 0x02 constant BPX_S_IXOTH (line 90) | BPX_S_IXOTH = 0x01 constant CW_INTRPT (line 92) | CW_INTRPT = 1 constant CW_CONDVAR (line 93) | CW_CONDVAR = 32 constant CW_TIMEOUT (line 94) | CW_TIMEOUT = 64 constant PGTHA_NEXT (line 96) | PGTHA_NEXT = 2 constant PGTHA_CURRENT (line 97) | PGTHA_CURRENT = 1 constant PGTHA_FIRST (line 98) | PGTHA_FIRST = 0 constant PGTHA_LAST (line 99) | PGTHA_LAST = 3 constant PGTHA_PROCESS (line 100) | PGTHA_PROCESS = 0x80 constant PGTHA_CONTTY (line 101) | PGTHA_CONTTY = 0x40 constant PGTHA_PATH (line 102) | PGTHA_PATH = 0x20 constant PGTHA_COMMAND (line 103) | PGTHA_COMMAND = 0x10 constant PGTHA_FILEDATA (line 104) | PGTHA_FILEDATA = 0x08 constant PGTHA_THREAD (line 105) | PGTHA_THREAD = 0x04 constant PGTHA_PTAG (line 106) | PGTHA_PTAG = 0x02 constant PGTHA_COMMANDLONG (line 107) | PGTHA_COMMANDLONG = 0x01 constant PGTHA_THREADFAST (line 108) | PGTHA_THREADFAST = 0x80 constant PGTHA_FILEPATH (line 109) | PGTHA_FILEPATH = 0x40 constant PGTHA_THDSIGMASK (line 110) | PGTHA_THDSIGMASK = 0x20 constant QUIESCE_TERM (line 112) | QUIESCE_TERM int32 = 1 constant QUIESCE_FORCE (line 113) | QUIESCE_FORCE int32 = 2 constant QUIESCE_QUERY (line 114) | QUIESCE_QUERY int32 = 3 constant QUIESCE_FREEZE (line 115) | QUIESCE_FREEZE int32 = 4 constant QUIESCE_UNFREEZE (line 116) | QUIESCE_UNFREEZE int32 = 5 constant FREEZE_THIS_THREAD (line 117) | FREEZE_THIS_THREAD int32 = 6 constant FREEZE_EXIT (line 118) | FREEZE_EXIT int32 = 8 constant QUIESCE_SRB (line 119) | QUIESCE_SRB int32 = 9 type Pgtha (line 122) | type Pgtha struct type Bpxystat_t (line 134) | type Bpxystat_t struct type BpxFilestatus (line 182) | type BpxFilestatus struct type BpxMode (line 189) | type BpxMode struct type Bpxyatt_t (line 197) | type Bpxyatt_t struct function BpxOpen (line 235) | func BpxOpen(name string, options *BpxFilestatus, mode *BpxMode) (rv int... function BpxClose (line 254) | func BpxClose(fd int32) (rv int32, rc int32, rn int32) { function BpxFileFStat (line 264) | func BpxFileFStat(fd int32, st *Bpxystat_t) (rv int32, rc int32, rn int3... function BpxFileStat (line 279) | func BpxFileStat(name string, st *Bpxystat_t) (rv int32, rc int32, rn in... function BpxFileLStat (line 301) | func BpxFileLStat(name string, st *Bpxystat_t) (rv int32, rc int32, rn i... function BpxChattr (line 323) | func BpxChattr(path string, attr *Bpxyatt_t) (rv int32, rc int32, rn int... function BpxLchattr (line 343) | func BpxLchattr(path string, attr *Bpxyatt_t) (rv int32, rc int32, rn in... function BpxFchattr (line 363) | func BpxFchattr(fd int32, attr *Bpxyatt_t) (rv int32, rc int32, rn int32) { function BpxCondTimedWait (line 376) | func BpxCondTimedWait(sec uint32, nsec uint32, events uint32, secrem *ui... function BpxGetthent (line 389) | func BpxGetthent(in *Pgtha, outlen *uint32, out unsafe.Pointer) (rv int3... function ZosJobname (line 402) | func ZosJobname() (jobname string, err error) { function Bpx4ptq (line 427) | func Bpx4ptq(code int32, data string) (rv int32, rc int32, rn int32) { constant PT_TRACE_ME (line 442) | PT_TRACE_ME = 0 constant PT_READ_I (line 443) | PT_READ_I = 1 constant PT_READ_D (line 444) | PT_READ_D = 2 constant PT_READ_U (line 445) | PT_READ_U = 3 constant PT_WRITE_I (line 446) | PT_WRITE_I = 4 constant PT_WRITE_D (line 447) | PT_WRITE_D = 5 constant PT_CONTINUE (line 448) | PT_CONTINUE = 7 constant PT_KILL (line 449) | PT_KILL = 8 constant PT_READ_GPR (line 450) | PT_READ_GPR = 11 constant PT_READ_FPR (line 451) | PT_READ_FPR = 12 constant PT_READ_VR (line 452) | PT_READ_VR = 13 constant PT_WRITE_GPR (line 453) | PT_WRITE_GPR = 14 constant PT_WRITE_FPR (line 454) | PT_WRITE_FPR = 15 constant PT_WRITE_VR (line 455) | PT_WRITE_VR = 16 constant PT_READ_BLOCK (line 456) | PT_READ_BLOCK = 17 constant PT_WRITE_BLOCK (line 457) | PT_WRITE_BLOCK = 19 constant PT_READ_GPRH (line 458) | PT_READ_GPRH = 20 constant PT_WRITE_GPRH (line 459) | PT_WRITE_GPRH = 21 constant PT_REGHSET (line 460) | PT_REGHSET = 22 constant PT_ATTACH (line 461) | PT_ATTACH = 30 constant PT_DETACH (line 462) | PT_DETACH = 31 constant PT_REGSET (line 463) | PT_REGSET = 32 constant PT_REATTACH (line 464) | PT_REATTACH = 33 constant PT_LDINFO (line 465) | PT_LDINFO = 34 constant PT_MULTI (line 466) | PT_MULTI = 35 constant PT_LD64INFO (line 467) | PT_LD64INFO = 36 constant PT_BLOCKREQ (line 468) | PT_BLOCKREQ = 40 constant PT_THREAD_INFO (line 469) | PT_THREAD_INFO = 60 constant PT_THREAD_MODIFY (line 470) | PT_THREAD_MODIFY = 61 constant PT_THREAD_READ_FOCUS (line 471) | PT_THREAD_READ_FOCUS = 62 constant PT_THREAD_WRITE_FOCUS (line 472) | PT_THREAD_WRITE_FOCUS = 63 constant PT_THREAD_HOLD (line 473) | PT_THREAD_HOLD = 64 constant PT_THREAD_SIGNAL (line 474) | PT_THREAD_SIGNAL = 65 constant PT_EXPLAIN (line 475) | PT_EXPLAIN = 66 constant PT_EVENTS (line 476) | PT_EVENTS = 67 constant PT_THREAD_INFO_EXTENDED (line 477) | PT_THREAD_INFO_EXTENDED = 68 constant PT_REATTACH2 (line 478) | PT_REATTACH2 = 71 constant PT_CAPTURE (line 479) | PT_CAPTURE = 72 constant PT_UNCAPTURE (line 480) | PT_UNCAPTURE = 73 constant PT_GET_THREAD_TCB (line 481) | PT_GET_THREAD_TCB = 74 constant PT_GET_ALET (line 482) | PT_GET_ALET = 75 constant PT_SWAPIN (line 483) | PT_SWAPIN = 76 constant PT_EXTENDED_EVENT (line 484) | PT_EXTENDED_EVENT = 98 constant PT_RECOVER (line 485) | PT_RECOVER = 99 constant PT_GPR0 (line 486) | PT_GPR0 = 0 constant PT_GPR1 (line 487) | PT_GPR1 = 1 constant PT_GPR2 (line 488) | PT_GPR2 = 2 constant PT_GPR3 (line 489) | PT_GPR3 = 3 constant PT_GPR4 (line 490) | PT_GPR4 = 4 constant PT_GPR5 (line 491) | PT_GPR5 = 5 constant PT_GPR6 (line 492) | PT_GPR6 = 6 constant PT_GPR7 (line 493) | PT_GPR7 = 7 constant PT_GPR8 (line 494) | PT_GPR8 = 8 constant PT_GPR9 (line 495) | PT_GPR9 = 9 constant PT_GPR10 (line 496) | PT_GPR10 = 10 constant PT_GPR11 (line 497) | PT_GPR11 = 11 constant PT_GPR12 (line 498) | PT_GPR12 = 12 constant PT_GPR13 (line 499) | PT_GPR13 = 13 constant PT_GPR14 (line 500) | PT_GPR14 = 14 constant PT_GPR15 (line 501) | PT_GPR15 = 15 constant PT_FPR0 (line 502) | PT_FPR0 = 16 constant PT_FPR1 (line 503) | PT_FPR1 = 17 constant PT_FPR2 (line 504) | PT_FPR2 = 18 constant PT_FPR3 (line 505) | PT_FPR3 = 19 constant PT_FPR4 (line 506) | PT_FPR4 = 20 constant PT_FPR5 (line 507) | PT_FPR5 = 21 constant PT_FPR6 (line 508) | PT_FPR6 = 22 constant PT_FPR7 (line 509) | PT_FPR7 = 23 constant PT_FPR8 (line 510) | PT_FPR8 = 24 constant PT_FPR9 (line 511) | PT_FPR9 = 25 constant PT_FPR10 (line 512) | PT_FPR10 = 26 constant PT_FPR11 (line 513) | PT_FPR11 = 27 constant PT_FPR12 (line 514) | PT_FPR12 = 28 constant PT_FPR13 (line 515) | PT_FPR13 = 29 constant PT_FPR14 (line 516) | PT_FPR14 = 30 constant PT_FPR15 (line 517) | PT_FPR15 = 31 constant PT_FPC (line 518) | PT_FPC = 32 constant PT_PSW (line 519) | PT_PSW = 40 constant PT_PSW0 (line 520) | PT_PSW0 = 40 constant PT_PSW1 (line 521) | PT_PSW1 = 41 constant PT_CR0 (line 522) | PT_CR0 = 42 constant PT_CR1 (line 523) | PT_CR1 = 43 constant PT_CR2 (line 524) | PT_CR2 = 44 constant PT_CR3 (line 525) | PT_CR3 = 45 constant PT_CR4 (line 526) | PT_CR4 = 46 constant PT_CR5 (line 527) | PT_CR5 = 47 constant PT_CR6 (line 528) | PT_CR6 = 48 constant PT_CR7 (line 529) | PT_CR7 = 49 constant PT_CR8 (line 530) | PT_CR8 = 50 constant PT_CR9 (line 531) | PT_CR9 = 51 constant PT_CR10 (line 532) | PT_CR10 = 52 constant PT_CR11 (line 533) | PT_CR11 = 53 constant PT_CR12 (line 534) | PT_CR12 = 54 constant PT_CR13 (line 535) | PT_CR13 = 55 constant PT_CR14 (line 536) | PT_CR14 = 56 constant PT_CR15 (line 537) | PT_CR15 = 57 constant PT_GPRH0 (line 538) | PT_GPRH0 = 58 constant PT_GPRH1 (line 539) | PT_GPRH1 = 59 constant PT_GPRH2 (line 540) | PT_GPRH2 = 60 constant PT_GPRH3 (line 541) | PT_GPRH3 = 61 constant PT_GPRH4 (line 542) | PT_GPRH4 = 62 constant PT_GPRH5 (line 543) | PT_GPRH5 = 63 constant PT_GPRH6 (line 544) | PT_GPRH6 = 64 constant PT_GPRH7 (line 545) | PT_GPRH7 = 65 constant PT_GPRH8 (line 546) | PT_GPRH8 = 66 constant PT_GPRH9 (line 547) | PT_GPRH9 = 67 constant PT_GPRH10 (line 548) | PT_GPRH10 = 68 constant PT_GPRH11 (line 549) | PT_GPRH11 = 69 constant PT_GPRH12 (line 550) | PT_GPRH12 = 70 constant PT_GPRH13 (line 551) | PT_GPRH13 = 71 constant PT_GPRH14 (line 552) | PT_GPRH14 = 72 constant PT_GPRH15 (line 553) | PT_GPRH15 = 73 constant PT_VR0 (line 554) | PT_VR0 = 74 constant PT_VR1 (line 555) | PT_VR1 = 75 constant PT_VR2 (line 556) | PT_VR2 = 76 constant PT_VR3 (line 557) | PT_VR3 = 77 constant PT_VR4 (line 558) | PT_VR4 = 78 constant PT_VR5 (line 559) | PT_VR5 = 79 constant PT_VR6 (line 560) | PT_VR6 = 80 constant PT_VR7 (line 561) | PT_VR7 = 81 constant PT_VR8 (line 562) | PT_VR8 = 82 constant PT_VR9 (line 563) | PT_VR9 = 83 constant PT_VR10 (line 564) | PT_VR10 = 84 constant PT_VR11 (line 565) | PT_VR11 = 85 constant PT_VR12 (line 566) | PT_VR12 = 86 constant PT_VR13 (line 567) | PT_VR13 = 87 constant PT_VR14 (line 568) | PT_VR14 = 88 constant PT_VR15 (line 569) | PT_VR15 = 89 constant PT_VR16 (line 570) | PT_VR16 = 90 constant PT_VR17 (line 571) | PT_VR17 = 91 constant PT_VR18 (line 572) | PT_VR18 = 92 constant PT_VR19 (line 573) | PT_VR19 = 93 constant PT_VR20 (line 574) | PT_VR20 = 94 constant PT_VR21 (line 575) | PT_VR21 = 95 constant PT_VR22 (line 576) | PT_VR22 = 96 constant PT_VR23 (line 577) | PT_VR23 = 97 constant PT_VR24 (line 578) | PT_VR24 = 98 constant PT_VR25 (line 579) | PT_VR25 = 99 constant PT_VR26 (line 580) | PT_VR26 = 100 constant PT_VR27 (line 581) | PT_VR27 = 101 constant PT_VR28 (line 582) | PT_VR28 = 102 constant PT_VR29 (line 583) | PT_VR29 = 103 constant PT_VR30 (line 584) | PT_VR30 = 104 constant PT_VR31 (line 585) | PT_VR31 = 105 constant PT_PSWG (line 586) | PT_PSWG = 106 constant PT_PSWG0 (line 587) | PT_PSWG0 = 106 constant PT_PSWG1 (line 588) | PT_PSWG1 = 107 constant PT_PSWG2 (line 589) | PT_PSWG2 = 108 constant PT_PSWG3 (line 590) | PT_PSWG3 = 109 function Bpx4ptr (line 593) | func Bpx4ptr(request int32, pid int32, addr unsafe.Pointer, data unsafe.... function copyU8 (line 607) | func copyU8(val uint8, dest []uint8) int { function copyU8Arr (line 615) | func copyU8Arr(src, dest []uint8) int { function copyU16 (line 625) | func copyU16(val uint16, dest []uint16) int { function copyU32 (line 633) | func copyU32(val uint32, dest []uint32) int { function copyU32Arr (line 641) | func copyU32Arr(src, dest []uint32) int { function copyU64 (line 651) | func copyU64(val uint64, dest []uint64) int { FILE: vendor/golang.org/x/sys/unix/cap_freebsd.go constant capRightsGoVersion (line 18) | capRightsGoVersion = CAP_RIGHTS_VERSION_00 constant capArSizeMin (line 19) | capArSizeMin = CAP_RIGHTS_VERSION_00 + 2 constant capArSizeMax (line 20) | capArSizeMax = capRightsGoVersion + 2 function capidxbit (line 30) | func capidxbit(right uint64) int { function rightToIndex (line 34) | func rightToIndex(right uint64) (int, error) { function caprver (line 42) | func caprver(right uint64) int { function capver (line 46) | func capver(rights *CapRights) int { function caparsize (line 50) | func caparsize(rights *CapRights) int { function CapRightsSet (line 55) | func CapRightsSet(rights *CapRights, setrights []uint64) error { function CapRightsClear (line 90) | func CapRightsClear(rights *CapRights, clearrights []uint64) error { function CapRightsIsSet (line 125) | func CapRightsIsSet(rights *CapRights, setrights []uint64) (bool, error) { function capright (line 158) | func capright(idx uint64, bit uint64) uint64 { function CapRightsInit (line 164) | func CapRightsInit(rights []uint64) (*CapRights, error) { function CapRightsLimit (line 179) | func CapRightsLimit(fd uintptr, rights *CapRights) error { function CapRightsGet (line 185) | func CapRightsGet(fd uintptr) (*CapRights, error) { FILE: vendor/golang.org/x/sys/unix/constants.go constant R_OK (line 10) | R_OK = 0x4 constant W_OK (line 11) | W_OK = 0x2 constant X_OK (line 12) | X_OK = 0x1 FILE: vendor/golang.org/x/sys/unix/dev_aix_ppc.go function Major (line 13) | func Major(dev uint64) uint32 { function Minor (line 18) | func Minor(dev uint64) uint32 { function Mkdev (line 24) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_aix_ppc64.go function Major (line 13) | func Major(dev uint64) uint32 { function Minor (line 18) | func Minor(dev uint64) uint32 { function Mkdev (line 24) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_darwin.go function Major (line 11) | func Major(dev uint64) uint32 { function Minor (line 16) | func Minor(dev uint64) uint32 { function Mkdev (line 22) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_dragonfly.go function Major (line 17) | func Major(dev uint64) uint32 { function Minor (line 22) | func Minor(dev uint64) uint32 { function Mkdev (line 28) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_freebsd.go function Major (line 17) | func Major(dev uint64) uint32 { function Minor (line 22) | func Minor(dev uint64) uint32 { function Mkdev (line 28) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_linux.go function Major (line 21) | func Major(dev uint64) uint32 { function Minor (line 28) | func Minor(dev uint64) uint32 { function Mkdev (line 36) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_netbsd.go function Major (line 11) | func Major(dev uint64) uint32 { function Minor (line 16) | func Minor(dev uint64) uint32 { function Mkdev (line 24) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_openbsd.go function Major (line 11) | func Major(dev uint64) uint32 { function Minor (line 16) | func Minor(dev uint64) uint32 { function Mkdev (line 24) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_zos.go function Major (line 15) | func Major(dev uint64) uint32 { function Minor (line 20) | func Minor(dev uint64) uint32 { function Mkdev (line 26) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dirent.go function readInt (line 12) | func readInt(b []byte, off, size uintptr) (u uint64, ok bool) { function readIntBE (line 22) | func readIntBE(b []byte, size uintptr) uint64 { function readIntLE (line 41) | func readIntLE(b []byte, size uintptr) uint64 { function ParseDirent (line 64) | func ParseDirent(buf []byte, max int, names []string) (consumed int, cou... FILE: vendor/golang.org/x/sys/unix/endian_big.go constant isBigEndian (line 9) | isBigEndian = true FILE: vendor/golang.org/x/sys/unix/endian_little.go constant isBigEndian (line 9) | isBigEndian = false FILE: vendor/golang.org/x/sys/unix/env_unix.go function Getenv (line 13) | func Getenv(key string) (value string, found bool) { function Setenv (line 17) | func Setenv(key, value string) error { function Clearenv (line 21) | func Clearenv() { function Environ (line 25) | func Environ() []string { function Unsetenv (line 29) | func Unsetenv(key string) error { FILE: vendor/golang.org/x/sys/unix/fcntl.go function fcntl (line 15) | func fcntl(fd int, cmd, arg int) (int, error) { function FcntlInt (line 25) | func FcntlInt(fd uintptr, cmd, arg int) (int, error) { function FcntlFlock (line 30) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) error { FILE: vendor/golang.org/x/sys/unix/fcntl_darwin.go function FcntlInt (line 10) | func FcntlInt(fd uintptr, cmd, arg int) (int, error) { function FcntlFlock (line 15) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) error { function FcntlFstore (line 21) | func FcntlFstore(fd uintptr, cmd int, fstore *Fstore_t) error { FILE: vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go function init (line 9) | func init() { FILE: vendor/golang.org/x/sys/unix/fdset.go method Set (line 10) | func (fds *FdSet) Set(fd int) { method Clear (line 15) | func (fds *FdSet) Clear(fd int) { method IsSet (line 20) | func (fds *FdSet) IsSet(fd int) bool { method Zero (line 25) | func (fds *FdSet) Zero() { FILE: vendor/golang.org/x/sys/unix/gccgo.go function realSyscallNoError (line 14) | func realSyscallNoError(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr... function realSyscall (line 16) | func realSyscall(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r, e... function SyscallNoError (line 18) | func SyscallNoError(trap, a1, a2, a3 uintptr) (r1, r2 uintptr) { function Syscall (line 25) | func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Errn... function Syscall6 (line 32) | func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err... function Syscall9 (line 39) | func Syscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 ... function RawSyscallNoError (line 46) | func RawSyscallNoError(trap, a1, a2, a3 uintptr) (r1, r2 uintptr) { function RawSyscall (line 51) | func RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.E... function RawSyscall6 (line 56) | func RawSyscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, ... FILE: vendor/golang.org/x/sys/unix/gccgo_c.c type ret (line 18) | struct ret { type ret (line 23) | struct ret function gccgoRealSyscall (line 26) | struct ret function gccgoRealSyscallNoError (line 40) | uintptr_t FILE: vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go function realGettimeofday (line 12) | func realGettimeofday(*Timeval, *byte) int32 function gettimeofday (line 14) | func gettimeofday(tv *Timeval) (err syscall.Errno) { FILE: vendor/golang.org/x/sys/unix/ifreq_linux.go type Ifreq (line 25) | type Ifreq struct method Name (line 45) | func (ifr *Ifreq) Name() string { method Inet4Addr (line 56) | func (ifr *Ifreq) Inet4Addr() ([]byte, error) { method SetInet4Addr (line 69) | func (ifr *Ifreq) SetInet4Addr(v []byte) error { method Uint16 (line 90) | func (ifr *Ifreq) Uint16() uint16 { method SetUint16 (line 95) | func (ifr *Ifreq) SetUint16(v uint16) { method Uint32 (line 101) | func (ifr *Ifreq) Uint32() uint32 { method SetUint32 (line 106) | func (ifr *Ifreq) SetUint32(v uint32) { method clear (line 113) | func (ifr *Ifreq) clear() { method withData (line 134) | func (ifr Ifreq) withData(p unsafe.Pointer) ifreqData { function NewIfreq (line 30) | func NewIfreq(name string) (*Ifreq, error) { type ifreqData (line 122) | type ifreqData struct FILE: vendor/golang.org/x/sys/unix/ioctl_linux.go function IoctlRetInt (line 12) | func IoctlRetInt(fd int, req uint) (int, error) { function IoctlGetUint32 (line 20) | func IoctlGetUint32(fd int, req uint) (uint32, error) { function IoctlGetRTCTime (line 26) | func IoctlGetRTCTime(fd int) (*RTCTime, error) { function IoctlSetRTCTime (line 32) | func IoctlSetRTCTime(fd int, value *RTCTime) error { function IoctlGetRTCWkAlrm (line 36) | func IoctlGetRTCWkAlrm(fd int) (*RTCWkAlrm, error) { function IoctlSetRTCWkAlrm (line 42) | func IoctlSetRTCWkAlrm(fd int, value *RTCWkAlrm) error { function IoctlGetEthtoolDrvinfo (line 48) | func IoctlGetEthtoolDrvinfo(fd int, ifname string) (*EthtoolDrvinfo, err... function IoctlGetEthtoolTsInfo (line 63) | func IoctlGetEthtoolTsInfo(fd int, ifname string) (*EthtoolTsInfo, error) { function IoctlGetHwTstamp (line 78) | func IoctlGetHwTstamp(fd int, ifname string) (*HwTstampConfig, error) { function IoctlSetHwTstamp (line 93) | func IoctlSetHwTstamp(fd int, ifname string, cfg *HwTstampConfig) error { function FdToClockID (line 105) | func FdToClockID(fd int) int32 { return int32((int(^fd) << 3) | 3) } function IoctlPtpClockGetcaps (line 108) | func IoctlPtpClockGetcaps(fd int) (*PtpClockCaps, error) { function IoctlPtpSysOffsetPrecise (line 116) | func IoctlPtpSysOffsetPrecise(fd int) (*PtpSysOffsetPrecise, error) { function IoctlPtpSysOffsetExtended (line 125) | func IoctlPtpSysOffsetExtended(fd int, samples uint) (*PtpSysOffsetExten... function IoctlPtpPinGetfunc (line 133) | func IoctlPtpPinGetfunc(fd int, index uint) (*PtpPinDesc, error) { function IoctlPtpPinSetfunc (line 141) | func IoctlPtpPinSetfunc(fd int, pd *PtpPinDesc) error { function IoctlPtpPeroutRequest (line 147) | func IoctlPtpPeroutRequest(fd int, r *PtpPeroutRequest) error { function IoctlPtpExttsRequest (line 153) | func IoctlPtpExttsRequest(fd int, r *PtpExttsRequest) error { function IoctlGetWatchdogInfo (line 160) | func IoctlGetWatchdogInfo(fd int) (*WatchdogInfo, error) { function IoctlWatchdogKeepalive (line 169) | func IoctlWatchdogKeepalive(fd int) error { function IoctlFileCloneRange (line 177) | func IoctlFileCloneRange(destFd int, value *FileCloneRange) error { function IoctlFileClone (line 184) | func IoctlFileClone(destFd, srcFd int) error { type FileDedupeRange (line 188) | type FileDedupeRange struct type FileDedupeRangeInfo (line 196) | type FileDedupeRangeInfo struct function IoctlFileDedupeRange (line 208) | func IoctlFileDedupeRange(srcFd int, value *FileDedupeRange) error { function IoctlHIDGetDesc (line 246) | func IoctlHIDGetDesc(fd int, value *HIDRawReportDescriptor) error { function IoctlHIDGetRawInfo (line 250) | func IoctlHIDGetRawInfo(fd int) (*HIDRawDevInfo, error) { function IoctlHIDGetRawName (line 256) | func IoctlHIDGetRawName(fd int) (string, error) { function IoctlHIDGetRawPhys (line 262) | func IoctlHIDGetRawPhys(fd int) (string, error) { function IoctlHIDGetRawUniq (line 268) | func IoctlHIDGetRawUniq(fd int) (string, error) { function IoctlIfreq (line 276) | func IoctlIfreq(fd int, req uint, value *Ifreq) error { function ioctlIfreqData (line 286) | func ioctlIfreqData(fd int, req uint, value *ifreqData) error { function IoctlKCMClone (line 295) | func IoctlKCMClone(fd int) (*KCMClone, error) { function IoctlKCMAttach (line 306) | func IoctlKCMAttach(fd int, info KCMAttach) error { function IoctlKCMUnattach (line 311) | func IoctlKCMUnattach(fd int, info KCMUnattach) error { function IoctlLoopGetStatus64 (line 317) | func IoctlLoopGetStatus64(fd int) (*LoopInfo64, error) { function IoctlLoopSetStatus64 (line 327) | func IoctlLoopSetStatus64(fd int, value *LoopInfo64) error { function IoctlLoopConfigure (line 332) | func IoctlLoopConfigure(fd int, value *LoopConfig) error { FILE: vendor/golang.org/x/sys/unix/ioctl_signed.go function IoctlSetInt (line 18) | func IoctlSetInt(fd int, req int, value int) error { function IoctlSetPointerInt (line 26) | func IoctlSetPointerInt(fd int, req int, value int) error { function IoctlSetWinsize (line 34) | func IoctlSetWinsize(fd int, req int, value *Winsize) error { function IoctlSetTermios (line 43) | func IoctlSetTermios(fd int, req int, value *Termios) error { function IoctlGetInt (line 53) | func IoctlGetInt(fd int, req int) (int, error) { function IoctlGetWinsize (line 59) | func IoctlGetWinsize(fd int, req int) (*Winsize, error) { function IoctlGetTermios (line 65) | func IoctlGetTermios(fd int, req int) (*Termios, error) { FILE: vendor/golang.org/x/sys/unix/ioctl_unsigned.go function IoctlSetInt (line 18) | func IoctlSetInt(fd int, req uint, value int) error { function IoctlSetPointerInt (line 26) | func IoctlSetPointerInt(fd int, req uint, value int) error { function IoctlSetWinsize (line 34) | func IoctlSetWinsize(fd int, req uint, value *Winsize) error { function IoctlSetTermios (line 43) | func IoctlSetTermios(fd int, req uint, value *Termios) error { function IoctlGetInt (line 53) | func IoctlGetInt(fd int, req uint) (int, error) { function IoctlGetWinsize (line 59) | func IoctlGetWinsize(fd int, req uint) (*Winsize, error) { function IoctlGetTermios (line 65) | func IoctlGetTermios(fd int, req uint) (*Termios, error) { FILE: vendor/golang.org/x/sys/unix/ioctl_zos.go function IoctlSetInt (line 19) | func IoctlSetInt(fd int, req int, value int) error { function IoctlSetWinsize (line 26) | func IoctlSetWinsize(fd int, req int, value *Winsize) error { function IoctlSetTermios (line 35) | func IoctlSetTermios(fd int, req int, value *Termios) error { function IoctlGetInt (line 49) | func IoctlGetInt(fd int, req int) (int, error) { function IoctlGetWinsize (line 55) | func IoctlGetWinsize(fd int, req int) (*Winsize, error) { function IoctlGetTermios (line 64) | func IoctlGetTermios(fd int, req int) (*Termios, error) { FILE: vendor/golang.org/x/sys/unix/mremap.go type mremapMmapper (line 11) | type mremapMmapper struct method Mremap (line 25) | func (m *mremapMmapper) Mremap(oldData []byte, newLength int, flags in... function Mremap (line 50) | func Mremap(oldData []byte, newLength int, flags int) (data []byte, err ... function MremapPtr (line 54) | func MremapPtr(oldAddr unsafe.Pointer, oldSize uintptr, newAddr unsafe.P... FILE: vendor/golang.org/x/sys/unix/pagesize_unix.go function Getpagesize (line 13) | func Getpagesize() int { FILE: vendor/golang.org/x/sys/unix/pledge_openbsd.go function Pledge (line 20) | func Pledge(promises, execpromises string) error { function PledgePromises (line 43) | func PledgePromises(promises string) error { function PledgeExecpromises (line 61) | func PledgeExecpromises(execpromises string) error { function majmin (line 75) | func majmin() (major int, minor int, err error) { function pledgeAvailable (line 99) | func pledgeAvailable() error { FILE: vendor/golang.org/x/sys/unix/ptrace_darwin.go function ptrace (line 9) | func ptrace(request int, pid int, addr uintptr, data uintptr) error { FILE: vendor/golang.org/x/sys/unix/ptrace_ios.go function ptrace (line 9) | func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) { FILE: vendor/golang.org/x/sys/unix/race.go constant raceenabled (line 14) | raceenabled = true function raceAcquire (line 16) | func raceAcquire(addr unsafe.Pointer) { function raceReleaseMerge (line 20) | func raceReleaseMerge(addr unsafe.Pointer) { function raceReadRange (line 24) | func raceReadRange(addr unsafe.Pointer, len int) { function raceWriteRange (line 28) | func raceWriteRange(addr unsafe.Pointer, len int) { FILE: vendor/golang.org/x/sys/unix/race0.go constant raceenabled (line 13) | raceenabled = false function raceAcquire (line 15) | func raceAcquire(addr unsafe.Pointer) { function raceReleaseMerge (line 18) | func raceReleaseMerge(addr unsafe.Pointer) { function raceReadRange (line 21) | func raceReadRange(addr unsafe.Pointer, len int) { function raceWriteRange (line 24) | func raceWriteRange(addr unsafe.Pointer, len int) { FILE: vendor/golang.org/x/sys/unix/readdirent_getdents.go function ReadDirent (line 10) | func ReadDirent(fd int, buf []byte) (n int, err error) { FILE: vendor/golang.org/x/sys/unix/readdirent_getdirentries.go function ReadDirent (line 12) | func ReadDirent(fd int, buf []byte) (n int, err error) { FILE: vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go function cmsgAlignOf (line 8) | func cmsgAlignOf(salen int) int { FILE: vendor/golang.org/x/sys/unix/sockcmsg_linux.go function UnixCredentials (line 14) | func UnixCredentials(ucred *Ucred) []byte { function ParseUnixCredentials (line 27) | func ParseUnixCredentials(m *SocketControlMessage) (*Ucred, error) { function PktInfo4 (line 39) | func PktInfo4(info *Inet4Pktinfo) []byte { function PktInfo6 (line 50) | func PktInfo6(info *Inet6Pktinfo) []byte { function ParseOrigDstAddr (line 63) | func ParseOrigDstAddr(m *SocketControlMessage) (Sockaddr, error) { FILE: vendor/golang.org/x/sys/unix/sockcmsg_unix.go function CmsgLen (line 17) | func CmsgLen(datalen int) int { function CmsgSpace (line 23) | func CmsgSpace(datalen int) int { method data (line 27) | func (h *Cmsghdr) data(offset uintptr) unsafe.Pointer { type SocketControlMessage (line 32) | type SocketControlMessage struct function ParseSocketControlMessage (line 39) | func ParseSocketControlMessage(b []byte) ([]SocketControlMessage, error) { function ParseOneSocketControlMessage (line 57) | func ParseOneSocketControlMessage(b []byte) (hdr Cmsghdr, data []byte, r... function socketControlMessageHeaderAndData (line 68) | func socketControlMessageHeaderAndData(b []byte) (*Cmsghdr, []byte, erro... function UnixRights (line 78) | func UnixRights(fds ...int) []byte { function ParseUnixRights (line 93) | func ParseUnixRights(m *SocketControlMessage) ([]int, error) { FILE: vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go function cmsgAlignOf (line 14) | func cmsgAlignOf(salen int) int { FILE: vendor/golang.org/x/sys/unix/sockcmsg_zos.go function UnixCredentials (line 14) | func UnixCredentials(ucred *Ucred) []byte { function ParseUnixCredentials (line 27) | func ParseUnixCredentials(m *SocketControlMessage) (*Ucred, error) { function PktInfo4 (line 39) | func PktInfo4(info *Inet4Pktinfo) []byte { function PktInfo6 (line 50) | func PktInfo6(info *Inet6Pktinfo) []byte { FILE: vendor/golang.org/x/sys/unix/syscall.go function ByteSliceFromString (line 36) | func ByteSliceFromString(s string) ([]byte, error) { function BytePtrFromString (line 48) | func BytePtrFromString(s string) (*byte, error) { function ByteSliceToString (line 58) | func ByteSliceToString(s []byte) string { function BytePtrToString (line 68) | func BytePtrToString(p *byte) string { FILE: vendor/golang.org/x/sys/unix/syscall_aix.go function Access (line 22) | func Access(path string, mode uint32) (err error) { function Chmod (line 26) | func Chmod(path string, mode uint32) (err error) { function Chown (line 30) | func Chown(path string, uid int, gid int) (err error) { function Creat (line 34) | func Creat(path string, mode uint32) (fd int, err error) { function Utimes (line 40) | func Utimes(path string, tv []Timeval) error { function UtimesNano (line 49) | func UtimesNano(path string, ts []Timespec) error { function UtimesNanoAt (line 56) | func UtimesNanoAt(dirfd int, path string, ts []Timespec, flags int) error { method sockaddr (line 66) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 78) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 91) | func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) { function Getsockname (line 119) | func Getsockname(fd int) (sa Sockaddr, err error) { constant ImplementsGetwd (line 130) | ImplementsGetwd = true function Getwd (line 132) | func Getwd() (ret string, err error) { function Getcwd (line 149) | func Getcwd(buf []byte) (n int, err error) { function Getgroups (line 161) | func Getgroups() (gids []int, err error) { function Setgroups (line 187) | func Setgroups(gids []int) (err error) { function Accept (line 205) | func Accept(fd int) (nfd int, sa Sockaddr, err error) { function recvmsgRaw (line 220) | func recvmsgRaw(fd int, iov []Iovec, oob []byte, flags int, rsa *RawSock... function sendmsgN (line 248) | func sendmsgN(fd int, iov []Iovec, oob []byte, ptr unsafe.Pointer, salen... function anyToSockaddr (line 279) | func anyToSockaddr(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function Gettimeofday (line 318) | func Gettimeofday(tv *Timeval) (err error) { function Sendfile (line 323) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function sendfile (line 331) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function direntIno (line 335) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 339) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 343) | func direntNamlen(buf []byte) (uint64, bool) { function Getdents (line 353) | func Getdents(fd int, buf []byte) (n int, err error) { function Wait4 (line 359) | func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (w... type WaitStatus (line 379) | type WaitStatus method Stopped (line 381) | func (w WaitStatus) Stopped() bool { return w&0x40 != 0 } method StopSignal (line 382) | func (w WaitStatus) StopSignal() Signal { method Exited (line 389) | func (w WaitStatus) Exited() bool { return w&0xFF == 0 } method ExitStatus (line 390) | func (w WaitStatus) ExitStatus() int { method Signaled (line 397) | func (w WaitStatus) Signaled() bool { return w&0x40 == 0 && w&0xFF != 0 } method Signal (line 398) | func (w WaitStatus) Signal() Signal { method Continued (line 405) | func (w WaitStatus) Continued() bool { return w&0x01000000 != 0 } method CoreDump (line 407) | func (w WaitStatus) CoreDump() bool { return w&0x80 == 0x80 } method TrapCause (line 409) | func (w WaitStatus) TrapCause() int { return -1 } function Fsync (line 428) | func Fsync(fd int) error { function Pipe (line 546) | func Pipe(p []int) (err error) { function Poll (line 561) | func Poll(fds []PollFd, timeout int) (n int, err error) { function Unmount (line 576) | func Unmount(target string, flags int) (err error) { FILE: vendor/golang.org/x/sys/unix/syscall_aix_ppc.go function setTimespec (line 14) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 18) | func setTimeval(sec, usec int64) Timeval { method SetLen (line 22) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 26) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 30) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 34) | func (cmsg *Cmsghdr) SetLen(length int) { function Fstat (line 38) | func Fstat(fd int, stat *Stat_t) error { function Fstatat (line 42) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) error { function Lstat (line 46) | func Lstat(path string, stat *Stat_t) error { function Stat (line 50) | func Stat(path string, statptr *Stat_t) error { FILE: vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go function setTimespec (line 14) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 18) | func setTimeval(sec, usec int64) Timeval { method SetLen (line 22) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 26) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 30) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 34) | func (cmsg *Cmsghdr) SetLen(length int) { function fixStatTimFields (line 43) | func fixStatTimFields(stat *Stat_t) { function Fstat (line 49) | func Fstat(fd int, stat *Stat_t) error { function Fstatat (line 58) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) error { function Lstat (line 67) | func Lstat(path string, stat *Stat_t) error { function Stat (line 76) | func Stat(path string, statptr *Stat_t) error { FILE: vendor/golang.org/x/sys/unix/syscall_bsd.go constant ImplementsGetwd (line 21) | ImplementsGetwd = true function Getwd (line 23) | func Getwd() (string, error) { function Getgroups (line 43) | func Getgroups() (gids []int, err error) { function Setgroups (line 69) | func Setgroups(gids []int) (err error) { type WaitStatus (line 87) | type WaitStatus method Exited (line 99) | func (w WaitStatus) Exited() bool { return w&mask == exited } method ExitStatus (line 101) | func (w WaitStatus) ExitStatus() int { method Signaled (line 108) | func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&ma... method Signal (line 110) | func (w WaitStatus) Signal() syscall.Signal { method CoreDump (line 118) | func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core !=... method Stopped (line 120) | func (w WaitStatus) Stopped() bool { return w&mask == stopped && sysca... method Killed (line 122) | func (w WaitStatus) Killed() bool { return w&mask == killed && syscall... method Continued (line 124) | func (w WaitStatus) Continued() bool { return w&mask == stopped && sys... method StopSignal (line 126) | func (w WaitStatus) StopSignal() syscall.Signal { method TrapCause (line 133) | func (w WaitStatus) TrapCause() int { return -1 } constant mask (line 90) | mask = 0x7F constant core (line 91) | core = 0x80 constant shift (line 92) | shift = 8 constant exited (line 94) | exited = 0 constant killed (line 95) | killed = 9 constant stopped (line 96) | stopped = 0x7F function Wait4 (line 137) | func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (w... method sockaddr (line 156) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 169) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 183) | func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 197) | func (sa *SockaddrDatalink) sockaddr() (unsafe.Pointer, _Socklen, error) { function anyToSockaddr (line 212) | func anyToSockaddr(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function Accept (line 270) | func Accept(fd int) (nfd int, sa Sockaddr, err error) { function Getsockname (line 293) | func Getsockname(fd int) (sa Sockaddr, err error) { function GetsockoptString (line 312) | func GetsockoptString(fd, level, opt int) (string, error) { function recvmsgRaw (line 326) | func recvmsgRaw(fd int, iov []Iovec, oob []byte, flags int, rsa *RawSock... function sendmsgN (line 356) | func sendmsgN(fd int, iov []Iovec, oob []byte, ptr unsafe.Pointer, salen... function Kevent (line 389) | func Kevent(kq int, changes, events []Kevent_t, timeout *Timespec) (n in... function sysctlmib (line 401) | func sysctlmib(name string, args ...int) ([]_C_int, error) { function Sysctl (line 415) | func Sysctl(name string) (string, error) { function SysctlArgs (line 419) | func SysctlArgs(name string, args ...int) (string, error) { function SysctlUint32 (line 433) | func SysctlUint32(name string) (uint32, error) { function SysctlUint32Args (line 437) | func SysctlUint32Args(name string, args ...int) (uint32, error) { function SysctlUint64 (line 454) | func SysctlUint64(name string, args ...int) (uint64, error) { function SysctlRaw (line 471) | func SysctlRaw(name string, args ...int) ([]byte, error) { function SysctlClockinfo (line 497) | func SysctlClockinfo(name string) (*Clockinfo, error) { function SysctlTimeval (line 514) | func SysctlTimeval(name string) (*Timeval, error) { function Utimes (line 533) | func Utimes(path string, tv []Timeval) error { function UtimesNano (line 543) | func UtimesNano(path string, ts []Timespec) error { function UtimesNanoAt (line 567) | func UtimesNanoAt(dirfd int, path string, ts []Timespec, flags int) error { function Futimes (line 579) | func Futimes(fd int, tv []Timeval) error { function Poll (line 591) | func Poll(fds []PollFd, timeout int) (n int, err error) { FILE: vendor/golang.org/x/sys/unix/syscall_darwin.go function fdopendir (line 24) | func fdopendir(fd int) (dir uintptr, err error) { function Getdirentries (line 37) | func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) { type SockaddrDatalink (line 112) | type SockaddrDatalink struct type SockaddrCtl (line 125) | type SockaddrCtl struct method sockaddr (line 131) | func (sa *SockaddrCtl) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrVM (line 144) | type SockaddrVM struct method sockaddr (line 155) | func (sa *SockaddrVM) sockaddr() (unsafe.Pointer, _Socklen, error) { function anyToSockaddrGOOS (line 164) | func anyToSockaddrGOOS(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { constant SYS___SYSCTL (line 188) | SYS___SYSCTL = SYS_SYSCTL function nametomib (line 191) | func nametomib(name string) (mib []_C_int, err error) { function direntIno (line 218) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 222) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 226) | func direntNamlen(buf []byte) (uint64, bool) { function PtraceAttach (line 230) | func PtraceAttach(pid int) (err error) { return ptrace(PT_ATTACH, pid, 0... function PtraceDetach (line 231) | func PtraceDetach(pid int) (err error) { return ptrace(PT_DETACH, pid, 0... function PtraceDenyAttach (line 232) | func PtraceDenyAttach() (err error) { return ptrace(PT_DENY_ATTACH, 0... function Pipe (line 236) | func Pipe(p []int) (err error) { function Getfsstat (line 249) | func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { function xattrPointer (line 259) | func xattrPointer(dest []byte) *byte { function Getxattr (line 274) | func Getxattr(path string, attr string, dest []byte) (sz int, err error) { function Lgetxattr (line 278) | func Lgetxattr(link string, attr string, dest []byte) (sz int, err error) { function Fgetxattr (line 284) | func Fgetxattr(fd int, attr string, dest []byte) (sz int, err error) { function Setxattr (line 290) | func Setxattr(path string, attr string, data []byte, flags int) (err err... function Lsetxattr (line 320) | func Lsetxattr(link string, attr string, data []byte, flags int) (err er... function Fsetxattr (line 326) | func Fsetxattr(fd int, attr string, data []byte, flags int) (err error) { function Removexattr (line 332) | func Removexattr(path string, attr string) (err error) { function Lremovexattr (line 339) | func Lremovexattr(link string, attr string) (err error) { function Fremovexattr (line 345) | func Fremovexattr(fd int, attr string) (err error) { function Listxattr (line 351) | func Listxattr(path string, dest []byte) (sz int, err error) { function Llistxattr (line 355) | func Llistxattr(link string, dest []byte) (sz int, err error) { function Flistxattr (line 361) | func Flistxattr(fd int, dest []byte) (sz int, err error) { function Kill (line 375) | func Kill(pid int, signum syscall.Signal) (err error) { return kill(pid,... function IoctlCtlInfo (line 380) | func IoctlCtlInfo(fd int, ctlInfo *CtlInfo) error { type IfreqMTU (line 385) | type IfreqMTU struct function IoctlGetIfreqMTU (line 392) | func IoctlGetIfreqMTU(fd int, ifname string) (*IfreqMTU, error) { function IoctlSetIfreqMTU (line 401) | func IoctlSetIfreqMTU(fd int, ifreq *IfreqMTU) error { function RenamexNp (line 407) | func RenamexNp(from string, to string, flag uint32) (err error) { function RenameatxNp (line 413) | func RenameatxNp(fromfd int, from string, tofd int, to string, flag uint... function Uname (line 419) | func Uname(uname *Utsname) error { function Sendfile (line 465) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function GetsockoptIPMreqn (line 475) | func GetsockoptIPMreqn(fd, level, opt int) (*IPMreqn, error) { function SetsockoptIPMreqn (line 482) | func SetsockoptIPMreqn(fd, level, opt int, mreq *IPMreqn) (err error) { function GetsockoptXucred (line 488) | func GetsockoptXucred(fd, level, opt int) (*Xucred, error) { function GetsockoptTCPConnectionInfo (line 495) | func GetsockoptTCPConnectionInfo(fd, level, opt int) (*TCPConnectionInfo... function SysctlKinfoProc (line 502) | func SysctlKinfoProc(name string, args ...int) (*KinfoProc, error) { function SysctlKinfoProcSlice (line 519) | func SysctlKinfoProcSlice(name string, args ...int) ([]KinfoProc, error) { function PthreadChdir (line 559) | func PthreadChdir(path string) (err error) { function PthreadFchdir (line 565) | func PthreadFchdir(fd int) (err error) { function Connectx (line 578) | func Connectx(fd int, srcIf uint32, srcAddr, dstAddr Sockaddr, associd S... constant minIovec (line 605) | minIovec = 8 function Readv (line 607) | func Readv(fd int, iovs [][]byte) (n int, err error) { function Preadv (line 615) | func Preadv(fd int, iovs [][]byte, offset int64) (n int, err error) { function Writev (line 623) | func Writev(fd int, iovs [][]byte) (n int, err error) { function Pwritev (line 634) | func Pwritev(fd int, iovs [][]byte, offset int64) (n int, err error) { function appendBytes (line 645) | func appendBytes(vecs []Iovec, bs [][]byte) []Iovec { function writevRacedetect (line 659) | func writevRacedetect(iovecs []Iovec, n int) { function readvRacedetect (line 675) | func readvRacedetect(iovecs []Iovec, n int, err error) { FILE: vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go function setTimespec (line 11) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 15) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 19) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 25) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 29) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 33) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 37) | func (cmsg *Cmsghdr) SetLen(length int) { function Syscall9 (line 41) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... FILE: vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go function setTimespec (line 11) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 15) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 19) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 25) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 29) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 33) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 37) | func (cmsg *Cmsghdr) SetLen(length int) { function Syscall9 (line 41) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... FILE: vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go function syscall_syscall (line 12) | func syscall_syscall(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) function syscall_syscall6 (line 13) | func syscall_syscall6(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintpt... function syscall_syscall6X (line 14) | func syscall_syscall6X(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintp... function syscall_syscall9 (line 15) | func syscall_syscall9(fn, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r... function syscall_rawSyscall (line 16) | func syscall_rawSyscall(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) function syscall_rawSyscall6 (line 17) | func syscall_rawSyscall6(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uin... function syscall_syscallPtr (line 18) | func syscall_syscallPtr(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) FILE: vendor/golang.org/x/sys/unix/syscall_dragonfly.go constant _dragonflyABIChangeVersion (line 28) | _dragonflyABIChangeVersion = 500705 function supportsABI (line 30) | func supportsABI(ver uint32) bool { type SockaddrDatalink (line 36) | type SockaddrDatalink struct function anyToSockaddrGOOS (line 50) | func anyToSockaddrGOOS(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function nametomib (line 55) | func nametomib(name string) (mib []_C_int, err error) { function direntIno (line 82) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 86) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 94) | func direntNamlen(buf []byte) (uint64, bool) { function Pipe (line 100) | func Pipe(p []int) (err error) { function Pipe2 (line 113) | func Pipe2(p []int, flags int) (err error) { function pread (line 129) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 135) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Accept4 (line 139) | func Accept4(fd, flags int) (nfd int, sa Sockaddr, err error) { function Getfsstat (line 159) | func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { function sysctlUname (line 179) | func sysctlUname(mib []_C_int, old *byte, oldlen *uintptr) error { function Uname (line 192) | func Uname(uname *Utsname) error { function Sendfile (line 242) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function Dup3 (line 249) | func Dup3(oldfd, newfd, flags int) error { FILE: vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go function setTimespec (line 14) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 18) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 22) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 28) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 32) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 36) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 40) | func (cmsg *Cmsghdr) SetLen(length int) { function sendfile (line 44) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 56) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... FILE: vendor/golang.org/x/sys/unix/syscall_freebsd.go function supportsABI (line 27) | func supportsABI(ver uint32) bool { type SockaddrDatalink (line 33) | type SockaddrDatalink struct function anyToSockaddrGOOS (line 45) | func anyToSockaddrGOOS(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function nametomib (line 50) | func nametomib(name string) (mib []_C_int, err error) { function direntIno (line 77) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 81) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 85) | func direntNamlen(buf []byte) (uint64, bool) { function Pipe (line 89) | func Pipe(p []int) (err error) { function Pipe2 (line 95) | func Pipe2(p []int, flags int) error { function GetsockoptIPMreqn (line 108) | func GetsockoptIPMreqn(fd, level, opt int) (*IPMreqn, error) { function SetsockoptIPMreqn (line 115) | func SetsockoptIPMreqn(fd, level, opt int, mreq *IPMreqn) (err error) { function GetsockoptXucred (line 121) | func GetsockoptXucred(fd, level, opt int) (*Xucred, error) { function Accept4 (line 128) | func Accept4(fd, flags int) (nfd int, sa Sockaddr, err error) { function Getfsstat (line 148) | func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { function Uname (line 170) | func Uname(uname *Utsname) error { function Stat (line 217) | func Stat(path string, st *Stat_t) (err error) { function Lstat (line 221) | func Lstat(path string, st *Stat_t) (err error) { function Getdents (line 225) | func Getdents(fd int, buf []byte) (n int, err error) { function Getdirentries (line 229) | func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) { function Mknod (line 247) | func Mknod(path string, mode uint32, dev uint64) (err error) { function Sendfile (line 251) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function PtraceAttach (line 261) | func PtraceAttach(pid int) (err error) { function PtraceCont (line 265) | func PtraceCont(pid int, signal int) (err error) { function PtraceDetach (line 269) | func PtraceDetach(pid int) (err error) { function PtraceGetFpRegs (line 273) | func PtraceGetFpRegs(pid int, fpregsout *FpReg) (err error) { function PtraceGetRegs (line 277) | func PtraceGetRegs(pid int, regsout *Reg) (err error) { function PtraceIO (line 281) | func PtraceIO(req int, pid int, offs uintptr, out []byte, countin int) (... function PtraceLwpEvents (line 298) | func PtraceLwpEvents(pid int, enable int) (err error) { function PtraceLwpInfo (line 302) | func PtraceLwpInfo(pid int, info *PtraceLwpInfoStruct) (err error) { function PtracePeekData (line 306) | func PtracePeekData(pid int, addr uintptr, out []byte) (count int, err e... function PtracePeekText (line 310) | func PtracePeekText(pid int, addr uintptr, out []byte) (count int, err e... function PtracePokeData (line 314) | func PtracePokeData(pid int, addr uintptr, data []byte) (count int, err ... function PtracePokeText (line 318) | func PtracePokeText(pid int, addr uintptr, data []byte) (count int, err ... function PtraceSetRegs (line 322) | func PtraceSetRegs(pid int, regs *Reg) (err error) { function PtraceSingleStep (line 326) | func PtraceSingleStep(pid int) (err error) { function Dup3 (line 330) | func Dup3(oldfd, newfd, flags int) error { FILE: vendor/golang.org/x/sys/unix/syscall_freebsd_386.go function setTimespec (line 14) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 18) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 22) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 28) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 32) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 36) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 40) | func (cmsg *Cmsghdr) SetLen(length int) { method SetLen (line 44) | func (d *PtraceIoDesc) SetLen(length int) { function sendfile (line 48) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 60) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... function PtraceGetFsBase (line 62) | func PtraceGetFsBase(pid int, fsbase *int64) (err error) { FILE: vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go function setTimespec (line 14) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 18) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 22) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 28) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 32) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 36) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 40) | func (cmsg *Cmsghdr) SetLen(length int) { method SetLen (line 44) | func (d *PtraceIoDesc) SetLen(length int) { function sendfile (line 48) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 60) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... function PtraceGetFsBase (line 62) | func PtraceGetFsBase(pid int, fsbase *int64) (err error) { FILE: vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go function setTimespec (line 14) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 18) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 22) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 28) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 32) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 36) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 40) | func (cmsg *Cmsghdr) SetLen(length int) { method SetLen (line 44) | func (d *PtraceIoDesc) SetLen(length int) { function sendfile (line 48) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 60) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... FILE: vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go function setTimespec (line 14) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 18) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 22) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 28) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 32) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 36) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 40) | func (cmsg *Cmsghdr) SetLen(length int) { method SetLen (line 44) | func (d *PtraceIoDesc) SetLen(length int) { function sendfile (line 48) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 60) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... FILE: vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go function setTimespec (line 14) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 18) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 22) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 28) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 32) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 36) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 40) | func (cmsg *Cmsghdr) SetLen(length int) { method SetLen (line 44) | func (d *PtraceIoDesc) SetLen(length int) { function sendfile (line 48) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 60) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... FILE: vendor/golang.org/x/sys/unix/syscall_hurd.go function ioctl (line 16) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 24) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { FILE: vendor/golang.org/x/sys/unix/syscall_hurd_386.go constant TIOCGETA (line 10) | TIOCGETA = 0x62251713 type Winsize (line 13) | type Winsize struct type Termios (line 20) | type Termios struct FILE: vendor/golang.org/x/sys/unix/syscall_illumos.go function bytes2iovec (line 15) | func bytes2iovec(bs [][]byte) []Iovec { function Readv (line 30) | func Readv(fd int, iovs [][]byte) (n int, err error) { function Preadv (line 38) | func Preadv(fd int, iovs [][]byte, off int64) (n int, err error) { function Writev (line 46) | func Writev(fd int, iovs [][]byte) (n int, err error) { function Pwritev (line 54) | func Pwritev(fd int, iovs [][]byte, off int64) (n int, err error) { function Accept4 (line 62) | func Accept4(fd int, flags int) (nfd int, sa Sockaddr, err error) { FILE: vendor/golang.org/x/sys/unix/syscall_linux.go function Access (line 27) | func Access(path string, mode uint32) (err error) { function Chmod (line 31) | func Chmod(path string, mode uint32) (err error) { function Chown (line 35) | func Chown(path string, uid int, gid int) (err error) { function Creat (line 39) | func Creat(path string, mode uint32) (fd int, err error) { function EpollCreate (line 43) | func EpollCreate(size int) (fd int, err error) { function FanotifyMark (line 53) | func FanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname s... function Fchmodat (line 67) | func Fchmodat(dirfd int, path string, mode uint32, flags int) error { function InotifyInit (line 86) | func InotifyInit() (fd int, err error) { function Link (line 105) | func Link(oldpath string, newpath string) (err error) { function Mkdir (line 109) | func Mkdir(path string, mode uint32) (err error) { function Mknod (line 113) | func Mknod(path string, mode uint32, dev int) (err error) { function Open (line 117) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 123) | func Openat(dirfd int, path string, flags int, mode uint32) (fd int, err... function Openat2 (line 129) | func Openat2(dirfd int, path string, how *OpenHow) (fd int, err error) { function Pipe (line 133) | func Pipe(p []int) error { function Pipe2 (line 139) | func Pipe2(p []int, flags int) error { function Ppoll (line 154) | func Ppoll(fds []PollFd, timeout *Timespec, sigmask *Sigset_t) (n int, e... function Poll (line 161) | func Poll(fds []PollFd, timeout int) (n int, err error) { function Readlink (line 172) | func Readlink(path string, buf []byte) (n int, err error) { function Rename (line 176) | func Rename(oldpath string, newpath string) (err error) { function Rmdir (line 180) | func Rmdir(path string) error { function Symlink (line 186) | func Symlink(oldpath string, newpath string) (err error) { function Unlink (line 190) | func Unlink(path string) error { function Utimes (line 196) | func Utimes(path string, tv []Timeval) error { function UtimesNano (line 219) | func UtimesNano(path string, ts []Timespec) error { function UtimesNanoAt (line 223) | func UtimesNanoAt(dirfd int, path string, ts []Timespec, flags int) error { function Futimesat (line 233) | func Futimesat(dirfd int, path string, tv []Timeval) error { function Futimes (line 243) | func Futimes(fd int, tv []Timeval) (err error) { constant ImplementsGetwd (line 249) | ImplementsGetwd = true function Getwd (line 253) | func Getwd() (wd string, err error) { function Getgroups (line 273) | func Getgroups() (gids []int, err error) { function Setgroups (line 299) | func Setgroups(gids []int) (err error) { type WaitStatus (line 311) | type WaitStatus method Exited (line 330) | func (w WaitStatus) Exited() bool { return w&mask == exited } method Signaled (line 332) | func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&ma... method Stopped (line 334) | func (w WaitStatus) Stopped() bool { return w&0xFF == stopped } method Continued (line 336) | func (w WaitStatus) Continued() bool { return w == 0xFFFF } method CoreDump (line 338) | func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core !=... method ExitStatus (line 340) | func (w WaitStatus) ExitStatus() int { method Signal (line 347) | func (w WaitStatus) Signal() syscall.Signal { method StopSignal (line 354) | func (w WaitStatus) StopSignal() syscall.Signal { method TrapCause (line 361) | func (w WaitStatus) TrapCause() int { constant mask (line 323) | mask = 0x7F constant core (line 324) | core = 0x80 constant exited (line 325) | exited = 0x00 constant stopped (line 326) | stopped = 0x7F constant shift (line 327) | shift = 8 function Wait4 (line 370) | func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (w... function Mkfifo (line 381) | func Mkfifo(path string, mode uint32) error { function Mkfifoat (line 385) | func Mkfifoat(dirfd int, path string, mode uint32) error { method sockaddr (line 389) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 401) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 414) | func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrLinklayer (line 440) | type SockaddrLinklayer struct method sockaddr (line 450) | func (sa *SockaddrLinklayer) sockaddr() (unsafe.Pointer, _Socklen, err... type SockaddrNetlink (line 465) | type SockaddrNetlink struct method sockaddr (line 473) | func (sa *SockaddrNetlink) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrHCI (line 483) | type SockaddrHCI struct method sockaddr (line 489) | func (sa *SockaddrHCI) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrL2 (line 498) | type SockaddrL2 struct method sockaddr (line 506) | func (sa *SockaddrL2) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrRFCOMM (line 544) | type SockaddrRFCOMM struct method sockaddr (line 555) | func (sa *SockaddrRFCOMM) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrCAN (line 579) | type SockaddrCAN struct method sockaddr (line 586) | func (sa *SockaddrCAN) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrCANJ1939 (line 607) | type SockaddrCANJ1939 struct method sockaddr (line 615) | func (sa *SockaddrCANJ1939) sockaddr() (unsafe.Pointer, _Socklen, erro... type SockaddrALG (line 696) | type SockaddrALG struct method sockaddr (line 704) | func (sa *SockaddrALG) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrVM (line 727) | type SockaddrVM struct method sockaddr (line 739) | func (sa *SockaddrVM) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrXDP (line 748) | type SockaddrXDP struct method sockaddr (line 756) | func (sa *SockaddrXDP) sockaddr() (unsafe.Pointer, _Socklen, error) { constant px_proto_oe (line 773) | px_proto_oe = 0 type SockaddrPPPoE (line 775) | type SockaddrPPPoE struct method sockaddr (line 782) | func (sa *SockaddrPPPoE) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrTIPC (line 811) | type SockaddrTIPC struct method sockaddr (line 860) | func (sa *SockaddrTIPC) sockaddr() (unsafe.Pointer, _Socklen, error) { type TIPCAddr (line 831) | type TIPCAddr interface method tipcAddr (line 836) | func (sa *TIPCSocketAddr) tipcAddr() [12]byte { method tipcAddrtype (line 842) | func (sa *TIPCSocketAddr) tipcAddrtype() uint8 { return TIPC_SOCKET_ADDR } method tipcAddr (line 844) | func (sa *TIPCServiceRange) tipcAddr() [12]byte { method tipcAddrtype (line 850) | func (sa *TIPCServiceRange) tipcAddrtype() uint8 { return TIPC_SERVICE_R... method tipcAddr (line 852) | func (sa *TIPCServiceName) tipcAddr() [12]byte { method tipcAddrtype (line 858) | func (sa *TIPCServiceName) tipcAddrtype() uint8 { return TIPC_SERVICE_AD... type SockaddrL2TPIP (line 872) | type SockaddrL2TPIP struct method sockaddr (line 878) | func (sa *SockaddrL2TPIP) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrL2TPIP6 (line 886) | type SockaddrL2TPIP6 struct method sockaddr (line 893) | func (sa *SockaddrL2TPIP6) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrIUCV (line 902) | type SockaddrIUCV struct method sockaddr (line 908) | func (sa *SockaddrIUCV) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrNFC (line 930) | type SockaddrNFC struct method sockaddr (line 937) | func (sa *SockaddrNFC) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrNFCLLCP (line 945) | type SockaddrNFCLLCP struct method sockaddr (line 955) | func (sa *SockaddrNFCLLCP) sockaddr() (unsafe.Pointer, _Socklen, error) { function anyToSockaddr (line 974) | func anyToSockaddr(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function Accept (line 1234) | func Accept(fd int) (nfd int, sa Sockaddr, err error) { function Accept4 (line 1249) | func Accept4(fd int, flags int) (nfd int, sa Sockaddr, err error) { function Getsockname (line 1267) | func Getsockname(fd int) (sa Sockaddr, err error) { function GetsockoptIPMreqn (line 1276) | func GetsockoptIPMreqn(fd, level, opt int) (*IPMreqn, error) { function GetsockoptUcred (line 1283) | func GetsockoptUcred(fd, level, opt int) (*Ucred, error) { function GetsockoptTCPInfo (line 1290) | func GetsockoptTCPInfo(fd, level, opt int) (*TCPInfo, error) { function GetsockoptTCPCCVegasInfo (line 1303) | func GetsockoptTCPCCVegasInfo(fd, level, opt int) (*TCPVegasInfo, error) { function GetsockoptTCPCCDCTCPInfo (line 1317) | func GetsockoptTCPCCDCTCPInfo(fd, level, opt int) (*TCPDCTCPInfo, error) { function GetsockoptTCPCCBBRInfo (line 1331) | func GetsockoptTCPCCBBRInfo(fd, level, opt int) (*TCPBBRInfo, error) { function GetsockoptString (line 1341) | func GetsockoptString(fd, level, opt int) (string, error) { function GetsockoptTpacketStats (line 1357) | func GetsockoptTpacketStats(fd, level, opt int) (*TpacketStats, error) { function GetsockoptTpacketStatsV3 (line 1364) | func GetsockoptTpacketStatsV3(fd, level, opt int) (*TpacketStatsV3, erro... function SetsockoptIPMreqn (line 1371) | func SetsockoptIPMreqn(fd, level, opt int, mreq *IPMreqn) (err error) { function SetsockoptPacketMreq (line 1375) | func SetsockoptPacketMreq(fd, level, opt int, mreq *PacketMreq) error { function SetsockoptSockFprog (line 1381) | func SetsockoptSockFprog(fd, level, opt int, fprog *SockFprog) error { function SetsockoptCanRawFilter (line 1385) | func SetsockoptCanRawFilter(fd, level, opt int, filter []CanFilter) error { function SetsockoptTpacketReq (line 1393) | func SetsockoptTpacketReq(fd, level, opt int, tp *TpacketReq) error { function SetsockoptTpacketReq3 (line 1397) | func SetsockoptTpacketReq3(fd, level, opt int, tp *TpacketReq3) error { function SetsockoptTCPRepairOpt (line 1401) | func SetsockoptTCPRepairOpt(fd, level, opt int, o []TCPRepairOpt) (err e... function SetsockoptTCPMD5Sig (line 1408) | func SetsockoptTCPMD5Sig(fd, level, opt int, s *TCPMD5Sig) error { function KeyctlString (line 1428) | func KeyctlString(cmd int, id int) (string, error) { function KeyctlGetKeyringID (line 1457) | func KeyctlGetKeyringID(id int, create bool) (ringid int, err error) { function KeyctlSetperm (line 1470) | func KeyctlSetperm(id int, perm uint32) error { function KeyctlJoinSessionKeyring (line 1480) | func KeyctlJoinSessionKeyring(name string) (ringid int, err error) { function KeyctlSearch (line 1489) | func KeyctlSearch(ringid int, keyType, description string, destRingid in... function KeyctlInstantiateIOV (line 1500) | func KeyctlInstantiateIOV(id int, payload []Iovec, ringid int) error { function KeyctlDHCompute (line 1515) | func KeyctlDHCompute(params *KeyctlDHParams, buffer []byte) (size int, e... function KeyctlRestrictKeyring (line 1537) | func KeyctlRestrictKeyring(ringid int, keyType string, restriction strin... function recvmsgRaw (line 1547) | func recvmsgRaw(fd int, iov []Iovec, oob []byte, flags int, rsa *RawSock... function sendmsgN (line 1582) | func sendmsgN(fd int, iov []Iovec, oob []byte, ptr unsafe.Pointer, salen... function BindToDevice (line 1621) | func BindToDevice(fd int, device string) (err error) { function ptracePeek (line 1628) | func ptracePeek(req int, pid int, addr uintptr, out []byte) (count int, ... function PtracePeekText (line 1668) | func PtracePeekText(pid int, addr uintptr, out []byte) (count int, err e... function PtracePeekData (line 1672) | func PtracePeekData(pid int, addr uintptr, out []byte) (count int, err e... function PtracePeekUser (line 1676) | func PtracePeekUser(pid int, addr uintptr, out []byte) (count int, err e... function ptracePoke (line 1680) | func ptracePoke(pokeReq int, peekReq int, pid int, addr uintptr, data []... function PtracePokeText (line 1731) | func PtracePokeText(pid int, addr uintptr, data []byte) (count int, err ... function PtracePokeData (line 1735) | func PtracePokeData(pid int, addr uintptr, data []byte) (count int, err ... function PtracePokeUser (line 1739) | func PtracePokeUser(pid int, addr uintptr, data []byte) (count int, err ... constant elfNT_PRSTATUS (line 1746) | elfNT_PRSTATUS = 1 function PtraceGetRegs (line 1748) | func PtraceGetRegs(pid int, regsout *PtraceRegs) (err error) { function PtraceSetRegs (line 1755) | func PtraceSetRegs(pid int, regs *PtraceRegs) (err error) { function PtraceSetOptions (line 1762) | func PtraceSetOptions(pid int, options int) (err error) { function PtraceGetEventMsg (line 1766) | func PtraceGetEventMsg(pid int) (msg uint, err error) { function PtraceCont (line 1773) | func PtraceCont(pid int, signal int) (err error) { function PtraceSyscall (line 1777) | func PtraceSyscall(pid int, signal int) (err error) { function PtraceSingleStep (line 1781) | func PtraceSingleStep(pid int) (err error) { return ptrace(PTRACE_SINGLE... function PtraceInterrupt (line 1783) | func PtraceInterrupt(pid int) (err error) { return ptrace(PTRACE_INTERRU... function PtraceAttach (line 1785) | func PtraceAttach(pid int) (err error) { return ptrace(PTRACE_ATTACH, pi... function PtraceSeize (line 1787) | func PtraceSeize(pid int) (err error) { return ptrace(PTRACE_SEIZE, pid,... function PtraceDetach (line 1789) | func PtraceDetach(pid int) (err error) { return ptrace(PTRACE_DETACH, pi... function Reboot (line 1793) | func Reboot(cmd int) (err error) { function direntIno (line 1797) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 1801) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 1805) | func direntNamlen(buf []byte) (uint64, bool) { function Mount (line 1815) | func Mount(source string, target string, fstype string, flags uintptr, d... function MountSetattr (line 1834) | func MountSetattr(dirfd int, pathname string, flags uint, attr *MountAtt... function Sendfile (line 1838) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function Dup2 (line 1870) | func Dup2(oldfd, newfd int) error { function fsconfigCommon (line 1897) | func fsconfigCommon(fd int, cmd uint, key string, value *byte, aux int) ... function FsconfigSetFlag (line 1910) | func FsconfigSetFlag(fd int, key string) (err error) { function FsconfigSetString (line 1920) | func FsconfigSetString(fd int, key string, value string) (err error) { function FsconfigSetBinary (line 1934) | func FsconfigSetBinary(fd int, key string, value []byte) (err error) { function FsconfigSetPath (line 1948) | func FsconfigSetPath(fd int, key string, path string, atfd int) (err err... function FsconfigSetPathEmpty (line 1959) | func FsconfigSetPathEmpty(fd int, key string, path string, atfd int) (er... function FsconfigSetFd (line 1973) | func FsconfigSetFd(fd int, key string, value int) (err error) { function FsconfigCreate (line 1981) | func FsconfigCreate(fd int) (err error) { function FsconfigReconfigure (line 1989) | func FsconfigReconfigure(fd int) (err error) { function Getpgrp (line 1996) | func Getpgrp() (pid int) { function Getrandom (line 2005) | func Getrandom(buf []byte, flags int) (n int, err error) { function syscall_prlimit (line 2061) | func syscall_prlimit(pid, resource int, newlimit, old *syscall.Rlimit) e... function Prlimit (line 2063) | func Prlimit(pid, resource int, newlimit, old *Rlimit) error { function PrctlRetInt (line 2072) | func PrctlRetInt(option int, arg2 uintptr, arg3 uintptr, arg4 uintptr, a... function Setuid (line 2080) | func Setuid(uid int) (err error) { function Setgid (line 2084) | func Setgid(gid int) (err error) { function Setreuid (line 2088) | func Setreuid(ruid, euid int) (err error) { function Setregid (line 2092) | func Setregid(rgid, egid int) (err error) { function Setresuid (line 2096) | func Setresuid(ruid, euid, suid int) (err error) { function Setresgid (line 2100) | func Setresgid(rgid, egid, sgid int) (err error) { function SetfsgidRetGid (line 2107) | func SetfsgidRetGid(gid int) (int, error) { function SetfsuidRetUid (line 2114) | func SetfsuidRetUid(uid int) (int, error) { function Setfsgid (line 2118) | func Setfsgid(gid int) error { function Setfsuid (line 2123) | func Setfsuid(uid int) error { function Signalfd (line 2128) | func Signalfd(fd int, sigmask *Sigset_t, flags int) (newfd int, err erro... constant minIovec (line 2164) | minIovec = 8 function appendBytes (line 2167) | func appendBytes(vecs []Iovec, bs [][]byte) []Iovec { function offs2lohi (line 2182) | func offs2lohi(offs int64) (lo, hi uintptr) { function Readv (line 2187) | func Readv(fd int, iovs [][]byte) (n int, err error) { function Preadv (line 2195) | func Preadv(fd int, iovs [][]byte, offset int64) (n int, err error) { function Preadv2 (line 2204) | func Preadv2(fd int, iovs [][]byte, offset int64, flags int) (n int, err... function readvRacedetect (line 2213) | func readvRacedetect(iovecs []Iovec, n int, err error) { function Writev (line 2229) | func Writev(fd int, iovs [][]byte) (n int, err error) { function Pwritev (line 2240) | func Pwritev(fd int, iovs [][]byte, offset int64) (n int, err error) { function Pwritev2 (line 2252) | func Pwritev2(fd int, iovs [][]byte, offset int64, flags int) (n int, er... function writevRacedetect (line 2264) | func writevRacedetect(iovecs []Iovec, n int) { constant mremapFixed (line 2289) | mremapFixed = MREMAP_FIXED constant mremapDontunmap (line 2290) | mremapDontunmap = MREMAP_DONTUNMAP constant mremapMaymove (line 2291) | mremapMaymove = MREMAP_MAYMOVE function Vmsplice (line 2296) | func Vmsplice(fd int, iovs []Iovec, flags int) (int, error) { function isGroupMember (line 2310) | func isGroupMember(gid int) bool { function isCapDacOverrideSet (line 2319) | func isCapDacOverrideSet() bool { function Faccessat (line 2330) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... type fileHandle (line 2417) | type fileHandle struct type FileHandle (line 2425) | type FileHandle struct method Size (line 2440) | func (fh *FileHandle) Size() int { return int(fh.fileHandle.Bytes) } method Type (line 2441) | func (fh *FileHandle) Type() int32 { return fh.fileHandle.Type } method Bytes (line 2442) | func (fh *FileHandle) Bytes() []byte { function NewFileHandle (line 2430) | func NewFileHandle(handleType int32, handle []byte) FileHandle { function NameToHandleAt (line 2452) | func NameToHandleAt(dirfd int, path string, flags int) (handle FileHandl... function OpenByHandleAt (line 2481) | func OpenByHandleAt(mountFD int, handle FileHandle, flags int) (fd int, ... function Klogset (line 2487) | func Klogset(typ int, arg int) (err error) { type RemoteIovec (line 2500) | type RemoteIovec struct function MakeItimerval (line 2521) | func MakeItimerval(interval, value time.Duration) Itimerval { type ItimerWhich (line 2530) | type ItimerWhich constant ItimerReal (line 2534) | ItimerReal ItimerWhich = ITIMER_REAL constant ItimerVirtual (line 2535) | ItimerVirtual ItimerWhich = ITIMER_VIRTUAL constant ItimerProf (line 2536) | ItimerProf ItimerWhich = ITIMER_PROF function Getitimer (line 2541) | func Getitimer(which ItimerWhich) (Itimerval, error) { function Setitimer (line 2554) | func Setitimer(which ItimerWhich, it Itimerval) (Itimerval, error) { function PthreadSigmask (line 2565) | func PthreadSigmask(how int, set, oldset *Sigset_t) error { function Getresuid (line 2576) | func Getresuid() (ruid, euid, suid int) { function Getresgid (line 2582) | func Getresgid() (rgid, egid, sgid int) { function Pselect (line 2590) | func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, s... function SchedSetAttr (line 2626) | func SchedSetAttr(pid int, attr *SchedAttr, flags uint) error { function SchedGetAttr (line 2636) | func SchedGetAttr(pid int, flags uint) (*SchedAttr, error) { function SetMemPolicy (line 2649) | func SetMemPolicy(mode int, mask *CPUSet) error { FILE: vendor/golang.org/x/sys/unix/syscall_linux_386.go function setTimespec (line 13) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 17) | func setTimeval(sec, usec int64) Timeval { function mmap (line 55) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... type rlimit32 (line 63) | type rlimit32 struct constant rlimInf32 (line 70) | rlimInf32 = ^uint32(0) constant rlimInf64 (line 71) | rlimInf64 = ^uint64(0) function Getrlimit (line 73) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Seek (line 99) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { constant _SOCKET (line 122) | _SOCKET = 1 constant _BIND (line 123) | _BIND = 2 constant _CONNECT (line 124) | _CONNECT = 3 constant _LISTEN (line 125) | _LISTEN = 4 constant _ACCEPT (line 126) | _ACCEPT = 5 constant _GETSOCKNAME (line 127) | _GETSOCKNAME = 6 constant _GETPEERNAME (line 128) | _GETPEERNAME = 7 constant _SOCKETPAIR (line 129) | _SOCKETPAIR = 8 constant _SEND (line 130) | _SEND = 9 constant _RECV (line 131) | _RECV = 10 constant _SENDTO (line 132) | _SENDTO = 11 constant _RECVFROM (line 133) | _RECVFROM = 12 constant _SHUTDOWN (line 134) | _SHUTDOWN = 13 constant _SETSOCKOPT (line 135) | _SETSOCKOPT = 14 constant _GETSOCKOPT (line 136) | _GETSOCKOPT = 15 constant _SENDMSG (line 137) | _SENDMSG = 16 constant _RECVMSG (line 138) | _RECVMSG = 17 constant _ACCEPT4 (line 139) | _ACCEPT4 = 18 constant _RECVMMSG (line 140) | _RECVMMSG = 19 constant _SENDMMSG (line 141) | _SENDMMSG = 20 function accept4 (line 144) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function getsockname (line 152) | func getsockname(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (err err... function getpeername (line 160) | func getpeername(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (err err... function socketpair (line 168) | func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) { function bind (line 176) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 184) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 192) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 200) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 208) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function recvfrom (line 216) | func recvfrom(s int, p []byte, flags int, from *RawSockaddrAny, fromlen ... function sendto (line 228) | func sendto(s int, p []byte, flags int, to unsafe.Pointer, addrlen _Sock... function recvmsg (line 240) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 248) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function Listen (line 256) | func Listen(s int, n int) (err error) { function Shutdown (line 264) | func Shutdown(s, how int) (err error) { function Fstatfs (line 272) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Statfs (line 280) | func Statfs(path string, buf *Statfs_t) (err error) { method PC (line 292) | func (r *PtraceRegs) PC() uint64 { return uint64(uint32(r.Eip)) } method SetPC (line 294) | func (r *PtraceRegs) SetPC(pc uint64) { r.Eip = int32(pc) } method SetLen (line 296) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 300) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 304) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 308) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 312) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_linux_amd64.go function Lstat (line 26) | func Lstat(path string, stat *Stat_t) (err error) { function Select (line 37) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Stat (line 51) | func Stat(path string, stat *Stat_t) (err error) { function Gettimeofday (line 79) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 87) | func Time(t *Time_t) (tt Time_t, err error) { function setTimespec (line 102) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 106) | func setTimeval(sec, usec int64) Timeval { method PC (line 110) | func (r *PtraceRegs) PC() uint64 { return r.Rip } method SetPC (line 112) | func (r *PtraceRegs) SetPC(pc uint64) { r.Rip = pc } method SetLen (line 114) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 118) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 122) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 126) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 130) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function KexecFileLoad (line 136) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go function gettimeofday (line 12) | func gettimeofday(tv *Timeval) (err syscall.Errno) FILE: vendor/golang.org/x/sys/unix/syscall_linux_arm.go function setTimespec (line 13) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 17) | func setTimeval(sec, usec int64) Timeval { function Seek (line 21) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Time (line 72) | func Time(t *Time_t) (Time_t, error) { function Utime (line 84) | func Utime(path string, buf *Utimbuf) error { function Fadvise (line 99) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fstatfs (line 109) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Statfs (line 117) | func Statfs(path string, buf *Statfs_t) (err error) { function mmap (line 129) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... type rlimit32 (line 137) | type rlimit32 struct constant rlimInf32 (line 144) | rlimInf32 = ^uint32(0) constant rlimInf64 (line 145) | rlimInf64 = ^uint64(0) function Getrlimit (line 147) | func Getrlimit(resource int, rlim *Rlimit) (err error) { method PC (line 173) | func (r *PtraceRegs) PC() uint64 { return uint64(r.Uregs[15]) } method SetPC (line 175) | func (r *PtraceRegs) SetPC(pc uint64) { r.Uregs[15] = uint32(pc) } method SetLen (line 177) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 181) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 185) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 189) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 193) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function SyncFileRange (line 199) | func SyncFileRange(fd int, off int64, n int64, flags int) error { function KexecFileLoad (line 207) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_arm64.go function Select (line 30) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Stat (line 44) | func Stat(path string, stat *Stat_t) (err error) { function Lchown (line 48) | func Lchown(path string, uid int, gid int) (err error) { function Lstat (line 52) | func Lstat(path string, stat *Stat_t) (err error) { function Ustat (line 60) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function setTimespec (line 83) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 87) | func setTimeval(sec, usec int64) Timeval { function futimesat (line 91) | func futimesat(dirfd int, path string, tv *[2]Timeval) (err error) { function Time (line 103) | func Time(t *Time_t) (Time_t, error) { function Utime (line 115) | func Utime(path string, buf *Utimbuf) error { function utimes (line 123) | func utimes(path string, tv *[2]Timeval) (err error) { function Getrlimit (line 136) | func Getrlimit(resource int, rlim *Rlimit) error { method PC (line 144) | func (r *PtraceRegs) PC() uint64 { return r.Pc } method SetPC (line 146) | func (r *PtraceRegs) SetPC(pc uint64) { r.Pc = pc } method SetLen (line 148) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 152) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 156) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 160) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 164) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function Pause (line 168) | func Pause() error { function KexecFileLoad (line 175) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... constant SYS_FSTATAT (line 186) | SYS_FSTATAT = SYS_NEWFSTATAT FILE: vendor/golang.org/x/sys/unix/syscall_linux_gc.go function SyscallNoError (line 10) | func SyscallNoError(trap, a1, a2, a3 uintptr) (r1, r2 uintptr) function RawSyscallNoError (line 14) | func RawSyscallNoError(trap, a1, a2, a3 uintptr) (r1, r2 uintptr) FILE: vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go function seek (line 13) | func seek(fd int, offset int64, whence int) (newoffset int64, err syscal... function socketcall (line 15) | func socketcall(call int, a0, a1, a2, a3, a4, a5 uintptr) (n int, err sy... function rawsocketcall (line 16) | func rawsocketcall(call int, a0, a1, a2, a3, a4, a5 uintptr) (n int, err... FILE: vendor/golang.org/x/sys/unix/syscall_linux_gc_arm.go function seek (line 13) | func seek(fd int, offset int64, whence int) (newoffset int64, err syscal... FILE: vendor/golang.org/x/sys/unix/syscall_linux_gccgo_386.go function seek (line 14) | func seek(fd int, offset int64, whence int) (int64, syscall.Errno) { function socketcall (line 22) | func socketcall(call int, a0, a1, a2, a3, a4, a5 uintptr) (int, syscall.... function rawsocketcall (line 27) | func rawsocketcall(call int, a0, a1, a2, a3, a4, a5 uintptr) (int, sysca... FILE: vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go function seek (line 14) | func seek(fd int, offset int64, whence int) (int64, syscall.Errno) { FILE: vendor/golang.org/x/sys/unix/syscall_linux_loong64.go function Select (line 25) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function timespecFromStatxTimestamp (line 39) | func timespecFromStatxTimestamp(x StatxTimestamp) Timespec { function Fstatat (line 46) | func Fstatat(fd int, path string, stat *Stat_t, flags int) error { function Fstat (line 72) | func Fstat(fd int, stat *Stat_t) (err error) { function Stat (line 76) | func Stat(path string, stat *Stat_t) (err error) { function Lchown (line 80) | func Lchown(path string, uid int, gid int) (err error) { function Lstat (line 84) | func Lstat(path string, stat *Stat_t) (err error) { function Ustat (line 92) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function setTimespec (line 115) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 119) | func setTimeval(sec, usec int64) Timeval { function Getrlimit (line 123) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function futimesat (line 128) | func futimesat(dirfd int, path string, tv *[2]Timeval) (err error) { function Time (line 140) | func Time(t *Time_t) (Time_t, error) { function Utime (line 152) | func Utime(path string, buf *Utimbuf) error { function utimes (line 160) | func utimes(path string, tv *[2]Timeval) (err error) { method PC (line 172) | func (r *PtraceRegs) PC() uint64 { return r.Era } method SetPC (line 174) | func (r *PtraceRegs) SetPC(era uint64) { r.Era = era } method SetLen (line 176) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 180) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 184) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 188) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 192) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function Pause (line 196) | func Pause() error { function Renameat (line 201) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function KexecFileLoad (line 207) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... constant SYS_FSTATAT (line 218) | SYS_FSTATAT = SYS_NEWFSTATAT FILE: vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go function Select (line 27) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Time (line 64) | func Time(t *Time_t) (tt Time_t, err error) { function setTimespec (line 79) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 83) | func setTimeval(sec, usec int64) Timeval { function Ioperm (line 87) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 91) | func Iopl(level int) (err error) { type stat_t (line 95) | type stat_t struct function Fstat (line 122) | func Fstat(fd int, s *Stat_t) (err error) { function Fstatat (line 129) | func Fstatat(dirfd int, path string, s *Stat_t, flags int) (err error) { function Lstat (line 136) | func Lstat(path string, s *Stat_t) (err error) { function Stat (line 143) | func Stat(path string, s *Stat_t) (err error) { function fillStat_t (line 150) | func fillStat_t(s *Stat_t, st *stat_t) { method PC (line 166) | func (r *PtraceRegs) PC() uint64 { return r.Epc } method SetPC (line 168) | func (r *PtraceRegs) SetPC(pc uint64) { r.Epc = pc } method SetLen (line 170) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 174) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 178) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 182) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 186) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go function Syscall9 (line 14) | func Syscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 ... function Fstatfs (line 70) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Statfs (line 78) | func Statfs(path string, buf *Statfs_t) (err error) { function Seek (line 90) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function setTimespec (line 98) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 102) | func setTimeval(sec, usec int64) Timeval { function mmap (line 108) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... constant rlimInf32 (line 116) | rlimInf32 = ^uint32(0) constant rlimInf64 (line 117) | rlimInf64 = ^uint64(0) type rlimit32 (line 119) | type rlimit32 struct function Getrlimit (line 126) | func Getrlimit(resource int, rlim *Rlimit) (err error) { method PC (line 152) | func (r *PtraceRegs) PC() uint64 { return r.Epc } method SetPC (line 154) | func (r *PtraceRegs) SetPC(pc uint64) { r.Epc = pc } method SetLen (line 156) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 160) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 164) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 168) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 172) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_linux_ppc.go function Fadvise (line 63) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function seek (line 71) | func seek(fd int, offset int64, whence int) (int64, syscall.Errno) { function Seek (line 79) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Fstatfs (line 87) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Statfs (line 95) | func Statfs(path string, buf *Statfs_t) (err error) { function mmap (line 109) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function setTimespec (line 117) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 121) | func setTimeval(sec, usec int64) Timeval { type rlimit32 (line 125) | type rlimit32 struct constant rlimInf32 (line 132) | rlimInf32 = ^uint32(0) constant rlimInf64 (line 133) | rlimInf64 = ^uint64(0) function Getrlimit (line 135) | func Getrlimit(resource int, rlim *Rlimit) (err error) { method PC (line 161) | func (r *PtraceRegs) PC() uint32 { return r.Nip } method SetPC (line 163) | func (r *PtraceRegs) SetPC(pc uint32) { r.Nip = pc } method SetLen (line 165) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 169) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 173) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 177) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 181) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function SyncFileRange (line 187) | func SyncFileRange(fd int, off int64, n int64, flags int) error { function KexecFileLoad (line 195) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go function setTimespec (line 64) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 68) | func setTimeval(sec, usec int64) Timeval { method PC (line 72) | func (r *PtraceRegs) PC() uint64 { return r.Nip } method SetPC (line 74) | func (r *PtraceRegs) SetPC(pc uint64) { r.Nip = pc } method SetLen (line 76) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 80) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 84) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 88) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 92) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function SyncFileRange (line 98) | func SyncFileRange(fd int, off int64, n int64, flags int) error { function KexecFileLoad (line 106) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go function Select (line 29) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Stat (line 43) | func Stat(path string, stat *Stat_t) (err error) { function Lchown (line 47) | func Lchown(path string, uid int, gid int) (err error) { function Lstat (line 51) | func Lstat(path string, stat *Stat_t) (err error) { function Ustat (line 59) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function setTimespec (line 82) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 86) | func setTimeval(sec, usec int64) Timeval { function futimesat (line 90) | func futimesat(dirfd int, path string, tv *[2]Timeval) (err error) { function Time (line 102) | func Time(t *Time_t) (Time_t, error) { function Utime (line 114) | func Utime(path string, buf *Utimbuf) error { function utimes (line 122) | func utimes(path string, tv *[2]Timeval) (err error) { method PC (line 134) | func (r *PtraceRegs) PC() uint64 { return r.Pc } method SetPC (line 136) | func (r *PtraceRegs) SetPC(pc uint64) { r.Pc = pc } method SetLen (line 138) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 142) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 146) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 150) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 154) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function Pause (line 158) | func Pause() error { function Renameat (line 163) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function KexecFileLoad (line 169) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... function RISCVHWProbe (line 182) | func RISCVHWProbe(pairs []RISCVHWProbePairs, set *CPUSet, flags uint) (e... constant SYS_FSTATAT (line 191) | SYS_FSTATAT = SYS_NEWFSTATAT FILE: vendor/golang.org/x/sys/unix/syscall_linux_s390x.go function Time (line 48) | func Time(t *Time_t) (tt Time_t, err error) { function setTimespec (line 63) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 67) | func setTimeval(sec, usec int64) Timeval { function Ioperm (line 71) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 75) | func Iopl(level int) (err error) { method PC (line 79) | func (r *PtraceRegs) PC() uint64 { return r.Psw.Addr } method SetPC (line 81) | func (r *PtraceRegs) SetPC(pc uint64) { r.Psw.Addr = pc } method SetLen (line 83) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 87) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 91) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 95) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 99) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function mmap (line 105) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... constant netSocket (line 120) | netSocket = 1 constant netBind (line 121) | netBind = 2 constant netConnect (line 122) | netConnect = 3 constant netListen (line 123) | netListen = 4 constant netAccept (line 124) | netAccept = 5 constant netGetSockName (line 125) | netGetSockName = 6 constant netGetPeerName (line 126) | netGetPeerName = 7 constant netSocketPair (line 127) | netSocketPair = 8 constant netSend (line 128) | netSend = 9 constant netRecv (line 129) | netRecv = 10 constant netSendTo (line 130) | netSendTo = 11 constant netRecvFrom (line 131) | netRecvFrom = 12 constant netShutdown (line 132) | netShutdown = 13 constant netSetSockOpt (line 133) | netSetSockOpt = 14 constant netGetSockOpt (line 134) | netGetSockOpt = 15 constant netSendMsg (line 135) | netSendMsg = 16 constant netRecvMsg (line 136) | netRecvMsg = 17 constant netAccept4 (line 137) | netAccept4 = 18 constant netRecvMMsg (line 138) | netRecvMMsg = 19 constant netSendMMsg (line 139) | netSendMMsg = 20 function accept4 (line 142) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function getsockname (line 151) | func getsockname(s int, rsa *RawSockaddrAny, addrlen *_Socklen) error { function getpeername (line 160) | func getpeername(s int, rsa *RawSockaddrAny, addrlen *_Socklen) error { function socketpair (line 169) | func socketpair(domain int, typ int, flags int, fd *[2]int32) error { function bind (line 178) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) error { function connect (line 187) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) error { function socket (line 196) | func socket(domain int, typ int, proto int) (int, error) { function getsockopt (line 205) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 214) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function recvfrom (line 223) | func recvfrom(s int, p []byte, flags int, from *RawSockaddrAny, fromlen ... function sendto (line 236) | func sendto(s int, p []byte, flags int, to unsafe.Pointer, addrlen _Sock... function recvmsg (line 249) | func recvmsg(s int, msg *Msghdr, flags int) (int, error) { function sendmsg (line 258) | func sendmsg(s int, msg *Msghdr, flags int) (int, error) { function Listen (line 267) | func Listen(s int, n int) error { function Shutdown (line 276) | func Shutdown(s, how int) error { function KexecFileLoad (line 287) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_netbsd.go type SockaddrDatalink (line 21) | type SockaddrDatalink struct function anyToSockaddrGOOS (line 33) | func anyToSockaddrGOOS(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function Syscall9 (line 37) | func Syscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 ... function sysctlNodes (line 39) | func sysctlNodes(mib []_C_int) (nodes []Sysctlnode, err error) { function nametomib (line 62) | func nametomib(name string) (mib []_C_int, err error) { function direntIno (line 100) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 104) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 108) | func direntNamlen(buf []byte) (uint64, bool) { function SysctlUvmexp (line 112) | func SysctlUvmexp(name string) (*Uvmexp, error) { function Pipe (line 126) | func Pipe(p []int) (err error) { function Pipe2 (line 132) | func Pipe2(p []int, flags int) error { function Getdirentries (line 147) | func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) { function sendfile (line 175) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function IoctlGetPtmget (line 184) | func IoctlGetPtmget(fd int, req uint) (*Ptmget, error) { function Uname (line 190) | func Uname(uname *Utsname) error { function Sendfile (line 236) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function Fstatvfs (line 243) | func Fstatvfs(fd int, buf *Statvfs_t) (err error) { function Statvfs (line 247) | func Statvfs(path string, buf *Statvfs_t) (err error) { function Getvfsstat (line 251) | func Getvfsstat(buf []Statvfs_t, flags int) (n int, err error) { constant mremapFixed (line 379) | mremapFixed = MAP_FIXED constant mremapDontunmap (line 380) | mremapDontunmap = 0 constant mremapMaymove (line 381) | mremapMaymove = 0 function mremap (line 386) | func mremap(oldaddr uintptr, oldlength uintptr, newlength uintptr, flags... FILE: vendor/golang.org/x/sys/unix/syscall_netbsd_386.go function setTimespec (line 9) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 13) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 17) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 23) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 27) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 31) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 35) | func (cmsg *Cmsghdr) SetLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go function setTimespec (line 9) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 13) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 17) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 23) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 27) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 31) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 35) | func (cmsg *Cmsghdr) SetLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go function setTimespec (line 9) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 13) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 17) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 23) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 27) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 31) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 35) | func (cmsg *Cmsghdr) SetLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_openbsd.go type SockaddrDatalink (line 22) | type SockaddrDatalink struct function anyToSockaddrGOOS (line 34) | func anyToSockaddrGOOS(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function Syscall9 (line 38) | func Syscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 ... function nametomib (line 40) | func nametomib(name string) (mib []_C_int, err error) { function direntIno (line 50) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 54) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 58) | func direntNamlen(buf []byte) (uint64, bool) { function SysctlUvmexp (line 62) | func SysctlUvmexp(name string) (*Uvmexp, error) { function Pipe (line 79) | func Pipe(p []int) (err error) { function Pipe2 (line 85) | func Pipe2(p []int, flags int) error { function Getdirentries (line 100) | func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) { function Sendfile (line 127) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function sendfile (line 135) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Getfsstat (line 139) | func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { function Getresuid (line 152) | func Getresuid() (ruid, euid, suid int) { function Getresgid (line 158) | func Getresgid() (rgid, egid, sgid int) { function FcntlInt (line 173) | func FcntlInt(fd uintptr, cmd, arg int) (int, error) { function FcntlFlock (line 178) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) error { function Ppoll (line 185) | func Ppoll(fds []PollFd, timeout *Timespec, sigmask *Sigset_t) (n int, e... function Uname (line 192) | func Uname(uname *Utsname) error { FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_386.go function setTimespec (line 9) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 13) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 17) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 23) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 27) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 31) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 35) | func (cmsg *Cmsghdr) SetLen(length int) { constant SYS___SYSCTL (line 41) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go function setTimespec (line 9) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 13) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 17) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 23) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 27) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 31) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 35) | func (cmsg *Cmsghdr) SetLen(length int) { constant SYS___SYSCTL (line 41) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go function setTimespec (line 9) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 13) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 17) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 23) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 27) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 31) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 35) | func (cmsg *Cmsghdr) SetLen(length int) { constant SYS___SYSCTL (line 41) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go function syscall_syscall (line 12) | func syscall_syscall(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) function syscall_syscall6 (line 13) | func syscall_syscall6(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintpt... function syscall_syscall10 (line 14) | func syscall_syscall10(fn, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10 uintp... function syscall_rawSyscall (line 15) | func syscall_rawSyscall(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) function syscall_rawSyscall6 (line 16) | func syscall_rawSyscall6(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uin... function syscall_syscall9 (line 24) | func syscall_syscall9(fn, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r... FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_mips64.go function setTimespec (line 7) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 11) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 15) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 21) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 25) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 29) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 33) | func (cmsg *Cmsghdr) SetLen(length int) { constant SYS___SYSCTL (line 39) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_ppc64.go function setTimespec (line 9) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 13) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 17) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 23) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 27) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 31) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 35) | func (cmsg *Cmsghdr) SetLen(length int) { constant SYS___SYSCTL (line 41) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_riscv64.go function setTimespec (line 9) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 13) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 17) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 23) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 27) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 31) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 35) | func (cmsg *Cmsghdr) SetLen(length int) { constant SYS___SYSCTL (line 41) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_zos_s390x.go function initZosLibVec (line 31) | func initZosLibVec() function GetZosLibVec (line 34) | func GetZosLibVec() uintptr function init (line 36) | func init() { function CallLeFuncWithErr (line 55) | func CallLeFuncWithErr(funcdesc uintptr, parms ...uintptr) (ret, errno2 ... function CallLeFuncWithPtrReturn (line 58) | func CallLeFuncWithPtrReturn(funcdesc uintptr, parms ...uintptr) (ret, e... function ptrtest (line 66) | func ptrtest(uintptr) uint64 function safeload (line 71) | func safeload(ptr uintptr) (value uintptr, error uintptr) constant entrypointLocationOffset (line 74) | entrypointLocationOffset = 8 constant xplinkEyecatcher (line 76) | xplinkEyecatcher = 0x00c300c500c500f1 constant eyecatcherOffset (line 77) | eyecatcherOffset = 16 constant ppa1LocationOffset (line 78) | ppa1LocationOffset = 8 constant nameLenOffset (line 80) | nameLenOffset = 0x14 constant nameOffset (line 81) | nameOffset = 0x16 function getPpaOffset (line 84) | func getPpaOffset(funcptr uintptr) int64 { function funcptrtest (line 115) | func funcptrtest(funcptr uintptr, funcName string) uint64 { function isValidLeFunc (line 173) | func isValidLeFunc(f uintptr) error { function getLeFuncName (line 182) | func getLeFuncName(f uintptr) (string, error) { function zosLeVersion (line 214) | func zosLeVersion() (version, release uint32) { function ZosStdioFilep (line 226) | func ZosStdioFilep(fd int32) uintptr { function copyStat (line 230) | func copyStat(stat *Stat_t, statLE *Stat_LE_t) { function svcCall (line 249) | func svcCall(fnptr unsafe.Pointer, argv *unsafe.Pointer, dsa *uint64) function svcLoad (line 250) | func svcLoad(name *byte) unsafe.Pointer function svcUnload (line 251) | func svcUnload(name *byte, fnptr unsafe.Pointer) int64 method NameString (line 253) | func (d *Dirent) NameString() string { function DecodeData (line 266) | func DecodeData(dest []byte, sz int, val uint64) { function EncodeData (line 272) | func EncodeData(data []byte) uint64 { function anyToSockaddr (line 326) | func anyToSockaddr(_ int, rsa *RawSockaddrAny) (Sockaddr, error) { function Accept (line 385) | func Accept(fd int) (nfd int, sa Sockaddr, err error) { function Accept4 (line 401) | func Accept4(fd int, flags int) (nfd int, sa Sockaddr, err error) { function Ctermid (line 420) | func Ctermid() (tty string, err error) { method SetLen (line 438) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 442) | func (msghdr *Msghdr) SetControllen(length int) { method SetLen (line 446) | func (cmsg *Cmsghdr) SetLen(length int) { function Faccessat2 (line 504) | func Faccessat2(dirfd int, path string, mode uint32, flags int) (err err... function Fstat (line 518) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 525) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function impl_Getxattr (line 532) | func impl_Getxattr(path string, attr string, dest []byte) (sz int, err e... function get_GetxattrAddr (line 558) | func get_GetxattrAddr() *(func(path string, attr string, dest []byte) (s... function enter_Getxattr (line 562) | func enter_Getxattr(path string, attr string, dest []byte) (sz int, err ... function error_Getxattr (line 572) | func error_Getxattr(path string, attr string, dest []byte) (sz int, err ... function validGetxattr (line 576) | func validGetxattr() bool { function impl_Setxattr (line 588) | func impl_Setxattr(path string, attr string, data []byte, flags int) (er... function get_SetxattrAddr (line 613) | func get_SetxattrAddr() *(func(path string, attr string, data []byte, fl... function enter_Setxattr (line 617) | func enter_Setxattr(path string, attr string, data []byte, flags int) (e... function error_Setxattr (line 627) | func error_Setxattr(path string, attr string, data []byte, flags int) (e... function validSetxattr (line 631) | func validSetxattr() bool { function getPipe2Addr (line 662) | func getPipe2Addr() *(func([]int, int) error) function pipe2Enter (line 666) | func pipe2Enter(p []int, flags int) (err error) { function pipe2Impl (line 675) | func pipe2Impl(p []int, flags int) (err error) { function pipe2Error (line 686) | func pipe2Error(p []int, flags int) (err error) { function Readdir (line 694) | func Readdir(dir uintptr) (dirent *Dirent, err error) { function Ptsname (line 719) | func Ptsname(fd int) (name string, err error) { function u2s (line 731) | func u2s(cstr unsafe.Pointer) string { function Close (line 740) | func Close(fd int) (err error) { function Madvise (line 759) | func Madvise(b []byte, advice int) (err error) { function Mmap (line 763) | func Mmap(fd int, offset int64, length int, prot int, flags int) (data [... function Munmap (line 767) | func Munmap(b []byte) (err error) { function MmapPtr (line 771) | func MmapPtr(fd int, offset int64, addr unsafe.Pointer, length uintptr, ... function MunmapPtr (line 776) | func MunmapPtr(addr unsafe.Pointer, length uintptr) (err error) { function Getpgrp (line 785) | func Getpgrp() (pid int) { function Getrusage (line 796) | func Getrusage(who int, rusage *Rusage) (err error) { function Lstat (line 818) | func Lstat(path string, stat *Stat_t) (err error) { function isSpecialPath (line 826) | func isSpecialPath(path []byte) (v bool) { function realpath (line 847) | func realpath(srcpath string, abspath []byte) (pathlen int, errno int) { function Readlink (line 866) | func Readlink(path string, buf []byte) (n int, err error) { function impl_Readlinkat (line 897) | func impl_Readlinkat(dirfd int, path string, buf []byte) (n int, err err... function get_ReadlinkatAddr (line 930) | func get_ReadlinkatAddr() *(func(dirfd int, path string, buf []byte) (n ... function enter_Readlinkat (line 934) | func enter_Readlinkat(dirfd int, path string, buf []byte) (n int, err er... function error_Readlinkat (line 944) | func error_Readlinkat(dirfd int, path string, buf []byte) (n int, err er... function Stat (line 980) | func Stat(path string, sta *Stat_t) (err error) { function Open (line 1000) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1009) | func Openat(dirfd int, path string, flags int, mode uint32) (fd int, err... function Openat2 (line 1018) | func Openat2(dirfd int, path string, how *OpenHow) (fd int, err error) { function ZosFdToPath (line 1025) | func ZosFdToPath(dirfd int) (path string, err error) { function Remove (line 1043) | func Remove(path string) error { constant ImplementsGetwd (line 1047) | ImplementsGetwd = true function Getcwd (line 1049) | func Getcwd(buf []byte) (n int, err error) { function Getwd (line 1066) | func Getwd() (wd string, err error) { function Getgroups (line 1079) | func Getgroups() (gids []int, err error) { function Setgroups (line 1105) | func Setgroups(gids []int) (err error) { function gettid (line 1117) | func gettid() uint64 function Gettid (line 1119) | func Gettid() (tid int) { type WaitStatus (line 1123) | type WaitStatus method Exited (line 1142) | func (w WaitStatus) Exited() bool { return w&mask == exited } method Signaled (line 1144) | func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&ma... method Stopped (line 1146) | func (w WaitStatus) Stopped() bool { return w&0xFF == stopped } method Continued (line 1148) | func (w WaitStatus) Continued() bool { return w == 0xFFFF } method CoreDump (line 1150) | func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core !=... method ExitStatus (line 1152) | func (w WaitStatus) ExitStatus() int { method Signal (line 1159) | func (w WaitStatus) Signal() Signal { method StopSignal (line 1166) | func (w WaitStatus) StopSignal() Signal { method TrapCause (line 1173) | func (w WaitStatus) TrapCause() int { return -1 } constant mask (line 1135) | mask = 0x7F constant core (line 1136) | core = 0x80 constant exited (line 1137) | exited = 0x00 constant stopped (line 1138) | stopped = 0x7F constant shift (line 1139) | shift = 8 function Waitid (line 1177) | func Waitid(idType int, id int, info *Siginfo, options int, rusage *Rusa... function impl_Wait4 (line 1183) | func impl_Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusag... function get_Wait4Addr (line 1195) | func get_Wait4Addr() *(func(pid int, wstatus *WaitStatus, options int, r... function enter_Wait4 (line 1199) | func enter_Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusa... function legacyWait4 (line 1209) | func legacyWait4(pid int, wstatus *WaitStatus, options int, rusage *Rusa... function Gettimeofday (line 1222) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 1230) | func Time(t *Time_t) (tt Time_t, err error) { function setTimespec (line 1242) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 1246) | func setTimeval(sec, usec int64) Timeval { //fix function Pipe (line 1252) | func Pipe(p []int) (err error) { function Utimes (line 1265) | func Utimes(path string, tv []Timeval) (err error) { function validUtimensat (line 1277) | func validUtimensat() bool { function get_UtimesNanoAddr (line 1289) | func get_UtimesNanoAddr() *(func(path string, ts []Timespec) (err error)) function enter_UtimesNano (line 1293) | func enter_UtimesNano(path string, ts []Timespec) (err error) { function utimesNanoImpl (line 1303) | func utimesNanoImpl(path string, ts []Timespec) (err error) { function legacyUtimesNano (line 1313) | func legacyUtimesNano(path string, ts []Timespec) (err error) { function get_UtimesNanoAtAddr (line 1331) | func get_UtimesNanoAtAddr() *(func(dirfd int, path string, ts []Timespec... function enter_UtimesNanoAt (line 1335) | func enter_UtimesNanoAt(dirfd int, path string, ts []Timespec, flags int... function utimesNanoAtImpl (line 1345) | func utimesNanoAtImpl(dirfd int, path string, ts []Timespec, flags int) ... function legacyUtimesNanoAt (line 1355) | func legacyUtimesNanoAt(dirfd int, path string, ts []Timespec, flags int... function Getsockname (line 1390) | func Getsockname(fd int) (sa Sockaddr, err error) { constant nwmHeaderIdentifier (line 1402) | nwmHeaderIdentifier = 0xd5e6d4c8 constant nwmFilterIdentifier (line 1403) | nwmFilterIdentifier = 0xd5e6d4c6 constant nwmTCPConnIdentifier (line 1404) | nwmTCPConnIdentifier = 0xd5e6d4c3 constant nwmRecHeaderIdentifier (line 1405) | nwmRecHeaderIdentifier = 0xd5e6d4d9 constant nwmIPStatsIdentifier (line 1406) | nwmIPStatsIdentifier = 0xd5e6d4c9d7e2e340 constant nwmIPGStatsIdentifier (line 1407) | nwmIPGStatsIdentifier = 0xd5e6d4c9d7c7e2e3 constant nwmTCPStatsIdentifier (line 1408) | nwmTCPStatsIdentifier = 0xd5e6d4e3c3d7e2e3 constant nwmUDPStatsIdentifier (line 1409) | nwmUDPStatsIdentifier = 0xd5e6d4e4c4d7e2e3 constant nwmICMPGStatsEntry (line 1410) | nwmICMPGStatsEntry = 0xd5e6d4c9c3d4d7c7 constant nwmICMPTStatsEntry (line 1411) | nwmICMPTStatsEntry = 0xd5e6d4c9c3d4d7e3 constant nwmVersion1 (line 1414) | nwmVersion1 = 1 constant nwmVersion2 (line 1415) | nwmVersion2 = 2 constant nwmCurrentVer (line 1416) | nwmCurrentVer = 2 constant nwmTCPConnType (line 1418) | nwmTCPConnType = 1 constant nwmGlobalStatsType (line 1419) | nwmGlobalStatsType = 14 constant nwmFilterLclAddrMask (line 1422) | nwmFilterLclAddrMask = 0x20000000 constant nwmFilterSrcAddrMask (line 1423) | nwmFilterSrcAddrMask = 0x20000000 constant nwmFilterLclPortMask (line 1424) | nwmFilterLclPortMask = 0x10000000 constant nwmFilterSrcPortMask (line 1425) | nwmFilterSrcPortMask = 0x10000000 constant nwmTCPStateClosed (line 1428) | nwmTCPStateClosed = 1 constant nwmTCPStateListen (line 1429) | nwmTCPStateListen = 2 constant nwmTCPStateSynSent (line 1430) | nwmTCPStateSynSent = 3 constant nwmTCPStateSynRcvd (line 1431) | nwmTCPStateSynRcvd = 4 constant nwmTCPStateEstab (line 1432) | nwmTCPStateEstab = 5 constant nwmTCPStateFinWait1 (line 1433) | nwmTCPStateFinWait1 = 6 constant nwmTCPStateFinWait2 (line 1434) | nwmTCPStateFinWait2 = 7 constant nwmTCPStateClosWait (line 1435) | nwmTCPStateClosWait = 8 constant nwmTCPStateLastAck (line 1436) | nwmTCPStateLastAck = 9 constant nwmTCPStateClosing (line 1437) | nwmTCPStateClosing = 10 constant nwmTCPStateTimeWait (line 1438) | nwmTCPStateTimeWait = 11 constant nwmTCPStateDeletTCB (line 1439) | nwmTCPStateDeletTCB = 12 constant BPF_TCP_CLOSE (line 1442) | BPF_TCP_CLOSE = 1 constant BPF_TCP_LISTEN (line 1443) | BPF_TCP_LISTEN = 2 constant BPF_TCP_SYN_SENT (line 1444) | BPF_TCP_SYN_SENT = 3 constant BPF_TCP_SYN_RECV (line 1445) | BPF_TCP_SYN_RECV = 4 constant BPF_TCP_ESTABLISHED (line 1446) | BPF_TCP_ESTABLISHED = 5 constant BPF_TCP_FIN_WAIT1 (line 1447) | BPF_TCP_FIN_WAIT1 = 6 constant BPF_TCP_FIN_WAIT2 (line 1448) | BPF_TCP_FIN_WAIT2 = 7 constant BPF_TCP_CLOSE_WAIT (line 1449) | BPF_TCP_CLOSE_WAIT = 8 constant BPF_TCP_LAST_ACK (line 1450) | BPF_TCP_LAST_ACK = 9 constant BPF_TCP_CLOSING (line 1451) | BPF_TCP_CLOSING = 10 constant BPF_TCP_TIME_WAIT (line 1452) | BPF_TCP_TIME_WAIT = 11 constant BPF_TCP_NEW_SYN_RECV (line 1453) | BPF_TCP_NEW_SYN_RECV = -1 constant BPF_TCP_MAX_STATES (line 1454) | BPF_TCP_MAX_STATES = -2 type nwmTriplet (line 1457) | type nwmTriplet struct type nwmQuadruplet (line 1463) | type nwmQuadruplet struct type nwmHeader (line 1470) | type nwmHeader struct type nwmFilter (line 1482) | type nwmFilter struct type nwmRecHeader (line 1515) | type nwmRecHeader struct type nwmTCPStatsEntry (line 1522) | type nwmTCPStatsEntry struct type nwmConnEntry (line 1600) | type nwmConnEntry struct constant svc_EZBNMIF4 (line 1682) | svc_EZBNMIF4 = 0 function GetsockoptTCPInfo (line 1685) | func GetsockoptTCPInfo(fd, level, opt int) (*TCPInfo, error) { function GetsockoptString (line 1886) | func GetsockoptString(fd, level, opt int) (string, error) { function Recvmsg (line 1897) | func Recvmsg(fd int, p, oob []byte, flags int) (n, oobn int, recvflags i... function Sendmsg (line 1932) | func Sendmsg(fd int, p, oob []byte, to Sockaddr, flags int) (err error) { function SendmsgN (line 1937) | func SendmsgN(fd int, p, oob []byte, to Sockaddr, flags int) (n int, err... function Opendir (line 1976) | func Opendir(name string) (uintptr, error) { function clearErrno (line 1993) | func clearErrno() function Closedir (line 1995) | func Closedir(dir uintptr) error { function Seekdir (line 2005) | func Seekdir(dir uintptr, pos int) { function Telldir (line 2011) | func Telldir(dir uintptr) (int, error) { function FcntlFlock (line 2021) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) error { function impl_Flock (line 2044) | func impl_Flock(fd int, how int) (err error) { function get_FlockAddr (line 2055) | func get_FlockAddr() *(func(fd int, how int) (err error)) function validFlock (line 2059) | func validFlock(fp uintptr) bool { function enter_Flock (line 2068) | func enter_Flock(fd int, how int) (err error) { function legacyFlock (line 2078) | func legacyFlock(fd int, how int) error { function Mlock (line 2111) | func Mlock(b []byte) (err error) { function Mlock2 (line 2121) | func Mlock2(b []byte, flags int) (err error) { function Mlockall (line 2131) | func Mlockall(flags int) (err error) { function Munlock (line 2141) | func Munlock(b []byte) (err error) { function Munlockall (line 2151) | func Munlockall() (err error) { function ClockGettime (line 2161) | func ClockGettime(clockid int32, ts *Timespec) error { function get_ChtagAddr (line 2190) | func get_ChtagAddr() *(func(path string, ccsid uint64, textbit uint64) e... function enter_Chtag (line 2194) | func enter_Chtag(path string, ccsid uint64, textbit uint64) error { function legacy_Chtag (line 2204) | func legacy_Chtag(path string, ccsid uint64, textbit uint64) error { function impl_Chtag (line 2211) | func impl_Chtag(path string, ccsid uint64, textbit uint64) error { function get_NanosleepAddr (line 2223) | func get_NanosleepAddr() *(func(time *Timespec, leftover *Timespec) error) function enter_Nanosleep (line 2227) | func enter_Nanosleep(time *Timespec, leftover *Timespec) error { function impl_Nanosleep (line 2237) | func impl_Nanosleep(time *Timespec, leftover *Timespec) error { function legacyNanosleep (line 2247) | func legacyNanosleep(time *Timespec, leftover *Timespec) error { function errnoErr (line 2309) | func errnoErr(e Errno) error { function errnoErr2 (line 2326) | func errnoErr2(e Errno, e2 uintptr) error { function ErrnoName (line 2374) | func ErrnoName(e Errno) string { function SignalName (line 2385) | func SignalName(s syscall.Signal) string { function SignalNum (line 2398) | func SignalNum(s string) syscall.Signal { function clen (line 2409) | func clen(n []byte) int { type mmapper (line 2419) | type mmapper struct method Mmap (line 2426) | func (m *mmapper) Mmap(fd int, offset int64, length int, prot int, fla... method Munmap (line 2458) | func (m *mmapper) Munmap(data []byte) (err error) { function Read (line 2480) | func Read(fd int, p []byte) (n int, err error) { function Write (line 2493) | func Write(fd int, p []byte) (n int, err error) { type Sockaddr (line 2509) | type Sockaddr interface type SockaddrInet4 (line 2514) | type SockaddrInet4 struct method sockaddr (line 281) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrInet6 (line 2521) | type SockaddrInet6 struct method sockaddr (line 296) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrUnix (line 2529) | type SockaddrUnix struct method sockaddr (line 312) | func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) { function Bind (line 2534) | func Bind(fd int, sa Sockaddr) (err error) { function Connect (line 2542) | func Connect(fd int, sa Sockaddr) (err error) { function Getpeername (line 2550) | func Getpeername(fd int) (sa Sockaddr, err error) { function GetsockoptByte (line 2559) | func GetsockoptByte(fd, level, opt int) (value byte, err error) { function GetsockoptInt (line 2566) | func GetsockoptInt(fd, level, opt int) (value int, err error) { function GetsockoptInet4Addr (line 2573) | func GetsockoptInet4Addr(fd, level, opt int) (value [4]byte, err error) { function GetsockoptIPMreq (line 2579) | func GetsockoptIPMreq(fd, level, opt int) (*IPMreq, error) { function GetsockoptIPv6Mreq (line 2586) | func GetsockoptIPv6Mreq(fd, level, opt int) (*IPv6Mreq, error) { function GetsockoptIPv6MTUInfo (line 2593) | func GetsockoptIPv6MTUInfo(fd, level, opt int) (*IPv6MTUInfo, error) { function GetsockoptICMPv6Filter (line 2600) | func GetsockoptICMPv6Filter(fd, level, opt int) (*ICMPv6Filter, error) { function GetsockoptLinger (line 2607) | func GetsockoptLinger(fd, level, opt int) (*Linger, error) { function GetsockoptTimeval (line 2614) | func GetsockoptTimeval(fd, level, opt int) (*Timeval, error) { function GetsockoptUint64 (line 2621) | func GetsockoptUint64(fd, level, opt int) (value uint64, err error) { function Recvfrom (line 2628) | func Recvfrom(fd int, p []byte, flags int) (n int, from Sockaddr, err er... function Sendto (line 2640) | func Sendto(fd int, p []byte, flags int, to Sockaddr) (err error) { function SetsockoptByte (line 2648) | func SetsockoptByte(fd, level, opt int, value byte) (err error) { function SetsockoptInt (line 2652) | func SetsockoptInt(fd, level, opt int, value int) (err error) { function SetsockoptInet4Addr (line 2657) | func SetsockoptInet4Addr(fd, level, opt int, value [4]byte) (err error) { function SetsockoptIPMreq (line 2661) | func SetsockoptIPMreq(fd, level, opt int, mreq *IPMreq) (err error) { function SetsockoptIPv6Mreq (line 2665) | func SetsockoptIPv6Mreq(fd, level, opt int, mreq *IPv6Mreq) (err error) { function SetsockoptICMPv6Filter (line 2669) | func SetsockoptICMPv6Filter(fd, level, opt int, filter *ICMPv6Filter) er... function SetsockoptLinger (line 2673) | func SetsockoptLinger(fd, level, opt int, l *Linger) (err error) { function SetsockoptString (line 2677) | func SetsockoptString(fd, level, opt int, s string) (err error) { function SetsockoptTimeval (line 2685) | func SetsockoptTimeval(fd, level, opt int, tv *Timeval) (err error) { function SetsockoptUint64 (line 2689) | func SetsockoptUint64(fd, level, opt int, value uint64) (err error) { function Socket (line 2693) | func Socket(domain, typ, proto int) (fd int, err error) { function Socketpair (line 2701) | func Socketpair(domain, typ, proto int) (fd [2]int, err error) { function CloseOnExec (line 2713) | func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) } function SetNonblock (line 2715) | func SetNonblock(fd int, nonblocking bool) (err error) { function Exec (line 2734) | func Exec(argv0 string, argv []string, envv []string) error { function Getag (line 2738) | func Getag(path string) (ccsid uint16, flag uint16, err error) { function impl_Mount (line 2754) | func impl_Mount(source string, target string, fstype string, flags uintp... function get_MountAddr (line 2785) | func get_MountAddr() *(func(source string, target string, fstype string,... function enter_Mount (line 2789) | func enter_Mount(source string, target string, fstype string, flags uint... function legacyMount (line 2799) | func legacyMount(source string, target string, fstype string, flags uint... function validMount (line 2808) | func validMount() bool { function impl_Unmount (line 2820) | func impl_Unmount(target string, flags int) (err error) { function get_UnmountAddr (line 2836) | func get_UnmountAddr() *(func(target string, flags int) (err error)) function enter_Unmount (line 2840) | func enter_Unmount(target string, flags int) (err error) { function legacyUnmount (line 2850) | func legacyUnmount(name string, mtm int) (err error) { function direntIno (line 2888) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 2892) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 2896) | func direntNamlen(buf []byte) (uint64, bool) { function direntLeToDirentUnix (line 2904) | func direntLeToDirentUnix(dirent *direntLE, dir uintptr, path string) (D... function Getdirentries (line 2929) | func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) { function Err2ad (line 3003) | func Err2ad() (eadd *int) { function ZosConsolePrintf (line 3009) | func ZosConsolePrintf(format string, v ...interface{}) (int, error) { function ZosStringToEbcdicBytes (line 3030) | func ZosStringToEbcdicBytes(str string, nullterm bool) (ebcdicBytes []by... function ZosEbcdicBytesToString (line 3039) | func ZosEbcdicBytesToString(b []byte, trimRight bool) (str string) { function fdToPath (line 3051) | func fdToPath(dirfd int) (path string, err error) { function impl_Mkfifoat (line 3086) | func impl_Mkfifoat(dirfd int, path string, mode uint32) (err error) { function get_MkfifoatAddr (line 3102) | func get_MkfifoatAddr() *(func(dirfd int, path string, mode uint32) (err... function enter_Mkfifoat (line 3106) | func enter_Mkfifoat(dirfd int, path string, mode uint32) (err error) { function legacy_Mkfifoat (line 3116) | func legacy_Mkfifoat(dirfd int, path string, mode uint32) (err error) { function fcntlAsIs (line 3128) | func fcntlAsIs(fd uintptr, cmd int, arg uintptr) (val int, err error) { function Fcntl (line 3139) | func Fcntl(fd uintptr, cmd int, op interface{}) (ret int, err error) { function Sendfile (line 3159) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function sendfile (line 3166) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... FILE: vendor/golang.org/x/sys/unix/unveil_openbsd.go function Unveil (line 13) | func Unveil(path string, flags string) error { function UnveilBlock (line 30) | func UnveilBlock() error { function supportsUnveil (line 39) | func supportsUnveil() error {