1pkg archive/tar, type FileInfoNames interface { Gname, IsDir, ModTime, Mode, Name, Size, Sys, Uname } #50102 2pkg archive/tar, type FileInfoNames interface, Gname() (string, error) #50102 3pkg archive/tar, type FileInfoNames interface, IsDir() bool #50102 4pkg archive/tar, type FileInfoNames interface, ModTime() time.Time #50102 5pkg archive/tar, type FileInfoNames interface, Mode() fs.FileMode #50102 6pkg archive/tar, type FileInfoNames interface, Name() string #50102 7pkg archive/tar, type FileInfoNames interface, Size() int64 #50102 8pkg archive/tar, type FileInfoNames interface, Sys() interface{} #50102 9pkg archive/tar, type FileInfoNames interface, Uname() (string, error) #50102 10pkg crypto/tls, const QUICResumeSession = 8 #63691 11pkg crypto/tls, const QUICResumeSession QUICEventKind #63691 12pkg crypto/tls, const QUICStoreSession = 9 #63691 13pkg crypto/tls, const QUICStoreSession QUICEventKind #63691 14pkg crypto/tls, method (*ECHRejectionError) Error() string #63369 15pkg crypto/tls, method (*QUICConn) StoreSession(*SessionState) error #63691 16pkg crypto/tls, type Config struct, EncryptedClientHelloConfigList []uint8 #63369 17pkg crypto/tls, type Config struct, EncryptedClientHelloRejectionVerify func(ConnectionState) error #63369 18pkg crypto/tls, type ConnectionState struct, ECHAccepted bool #63369 19pkg crypto/tls, type ECHRejectionError struct #63369 20pkg crypto/tls, type ECHRejectionError struct, RetryConfigList []uint8 #63369 21pkg crypto/tls, type QUICConfig struct, EnableSessionEvents bool #63691 22pkg crypto/tls, type QUICEvent struct, SessionState *SessionState #63691 23pkg crypto/tls, type QUICSessionTicketOptions struct, Extra [][]uint8 #63691 24pkg crypto/x509, func ParseOID(string) (OID, error) #66249 25pkg crypto/x509, method (*OID) UnmarshalBinary([]uint8) error #66249 26pkg crypto/x509, method (*OID) UnmarshalText([]uint8) error #66249 27pkg crypto/x509, method (OID) MarshalBinary() ([]uint8, error) #66249 28pkg crypto/x509, method (OID) MarshalText() ([]uint8, error) #66249 29pkg debug/elf, const PT_OPENBSD_NOBTCFI = 1705237480 #66054 30pkg debug/elf, const PT_OPENBSD_NOBTCFI ProgType #66054 31pkg debug/elf, const STT_GNU_IFUNC = 10 #66836 32pkg debug/elf, const STT_GNU_IFUNC SymType #66836 33pkg debug/elf, const STT_RELC = 8 #66836 34pkg debug/elf, const STT_RELC SymType #66836 35pkg debug/elf, const STT_SRELC = 9 #66836 36pkg debug/elf, const STT_SRELC SymType #66836 37pkg encoding/binary, func Append([]uint8, ByteOrder, interface{}) ([]uint8, error) #60023 38pkg encoding/binary, func Decode([]uint8, ByteOrder, interface{}) (int, error) #60023 39pkg encoding/binary, func Encode([]uint8, ByteOrder, interface{}) (int, error) #60023 40pkg go/ast, func Preorder(Node) iter.Seq[Node] #66339 41pkg go/types, method (*Alias) Origin() *Alias #67143 42pkg go/types, method (*Alias) Rhs() Type #66559 43pkg go/types, method (*Alias) SetTypeParams([]*TypeParam) #67143 44pkg go/types, method (*Alias) TypeArgs() *TypeList #67143 45pkg go/types, method (*Alias) TypeParams() *TypeParamList #67143 46pkg go/types, method (*Func) Signature() *Signature #65772 47pkg iter, func Pull2[$0 interface{}, $1 interface{}](Seq2[$0, $1]) (func() ($0, $1, bool), func()) #61897 48pkg iter, func Pull[$0 interface{}](Seq[$0]) (func() ($0, bool), func()) #61897 49pkg iter, type Seq2[$0 interface{}, $1 interface{}] func(func($0, $1) bool) #61897 50pkg iter, type Seq[$0 interface{}] func(func($0) bool) #61897 51pkg maps, func All[$0 interface{ ~map[$1]$2 }, $1 comparable, $2 interface{}]($0) iter.Seq2[$1, $2] #61900 52pkg maps, func Collect[$0 comparable, $1 interface{}](iter.Seq2[$0, $1]) map[$0]$1 #61900 53pkg maps, func Insert[$0 interface{ ~map[$1]$2 }, $1 comparable, $2 interface{}]($0, iter.Seq2[$1, $2]) #61900 54pkg maps, func Keys[$0 interface{ ~map[$1]$2 }, $1 comparable, $2 interface{}]($0) iter.Seq[$1] #61900 55pkg maps, func Values[$0 interface{ ~map[$1]$2 }, $1 comparable, $2 interface{}]($0) iter.Seq[$2] #61900 56pkg math/rand/v2, func Uint() uint #61716 57pkg math/rand/v2, method (*ChaCha8) Read([]uint8) (int, error) #67059 58pkg math/rand/v2, method (*Rand) Uint() uint #61716 59pkg net, method (*DNSError) Unwrap() error #63116 60pkg net, method (*TCPConn) SetKeepAliveConfig(KeepAliveConfig) error #62254 61pkg net, type DNSError struct, UnwrapErr error #63116 62pkg net, type Dialer struct, KeepAliveConfig KeepAliveConfig #62254 63pkg net, type KeepAliveConfig struct #62254 64pkg net, type KeepAliveConfig struct, Count int #62254 65pkg net, type KeepAliveConfig struct, Enable bool #62254 66pkg net, type KeepAliveConfig struct, Idle time.Duration #62254 67pkg net, type KeepAliveConfig struct, Interval time.Duration #62254 68pkg net, type ListenConfig struct, KeepAliveConfig KeepAliveConfig #62254 69pkg net/http, func ParseCookie(string) ([]*Cookie, error) #66008 70pkg net/http, func ParseSetCookie(string) (*Cookie, error) #66008 71pkg net/http, method (*Request) CookiesNamed(string) []*Cookie #61472 72pkg net/http, type Cookie struct, Partitioned bool #62490 73pkg net/http, type Cookie struct, Quoted bool #46443 74pkg net/http, type Request struct, Pattern string #66405 75pkg net/http/httptest, func NewRequestWithContext(context.Context, string, string, io.Reader) *http.Request #59473 76pkg os, func CopyFS(string, fs.FS) error #62484 77pkg path/filepath, func Localize(string) (string, error) #57151 78pkg reflect, func SliceAt(Type, unsafe.Pointer, int) Value #61308 79pkg reflect, method (Value) Seq() iter.Seq[Value] #66056 80pkg reflect, method (Value) Seq2() iter.Seq2[Value, Value] #66056 81pkg reflect, type Type interface, CanSeq() bool #66056 82pkg reflect, type Type interface, CanSeq2() bool #66056 83pkg reflect, type Type interface, OverflowComplex(complex128) bool #60427 84pkg reflect, type Type interface, OverflowFloat(float64) bool #60427 85pkg reflect, type Type interface, OverflowInt(int64) bool #60427 86pkg reflect, type Type interface, OverflowUint(uint64) bool #60427 87pkg runtime/debug, func SetCrashOutput(*os.File, CrashOptions) error #42888 88pkg runtime/debug, type CrashOptions struct #67182 89pkg slices, func All[$0 interface{ ~[]$1 }, $1 interface{}]($0) iter.Seq2[int, $1] #61899 90pkg slices, func AppendSeq[$0 interface{ ~[]$1 }, $1 interface{}]($0, iter.Seq[$1]) $0 #61899 91pkg slices, func Backward[$0 interface{ ~[]$1 }, $1 interface{}]($0) iter.Seq2[int, $1] #61899 92pkg slices, func Chunk[$0 interface{ ~[]$1 }, $1 interface{}]($0, int) iter.Seq[$0] #53987 93pkg slices, func Collect[$0 interface{}](iter.Seq[$0]) []$0 #61899 94pkg slices, func Repeat[$0 interface{ ~[]$1 }, $1 interface{}]($0, int) $0 #65238 95pkg slices, func SortedFunc[$0 interface{}](iter.Seq[$0], func($0, $0) int) []$0 #61899 96pkg slices, func SortedStableFunc[$0 interface{}](iter.Seq[$0], func($0, $0) int) []$0 #61899 97pkg slices, func Sorted[$0 cmp.Ordered](iter.Seq[$0]) []$0 #61899 98pkg slices, func Values[$0 interface{ ~[]$1 }, $1 interface{}]($0) iter.Seq[$1] #61899 99pkg structs, type HostLayout struct #66408 100pkg sync, method (*Map) Clear() #61696 101pkg sync/atomic, func AndInt32(*int32, int32) int32 #61395 102pkg sync/atomic, func AndInt64(*int64, int64) int64 #61395 103pkg sync/atomic, func AndUint32(*uint32, uint32) uint32 #61395 104pkg sync/atomic, func AndUint64(*uint64, uint64) uint64 #61395 105pkg sync/atomic, func AndUintptr(*uintptr, uintptr) uintptr #61395 106pkg sync/atomic, func OrInt32(*int32, int32) int32 #61395 107pkg sync/atomic, func OrInt64(*int64, int64) int64 #61395 108pkg sync/atomic, func OrUint32(*uint32, uint32) uint32 #61395 109pkg sync/atomic, func OrUint64(*uint64, uint64) uint64 #61395 110pkg sync/atomic, func OrUintptr(*uintptr, uintptr) uintptr #61395 111pkg sync/atomic, method (*Int32) And(int32) int32 #61395 112pkg sync/atomic, method (*Int32) Or(int32) int32 #61395 113pkg sync/atomic, method (*Int64) And(int64) int64 #61395 114pkg sync/atomic, method (*Int64) Or(int64) int64 #61395 115pkg sync/atomic, method (*Uint32) And(uint32) uint32 #61395 116pkg sync/atomic, method (*Uint32) Or(uint32) uint32 #61395 117pkg sync/atomic, method (*Uint64) And(uint64) uint64 #61395 118pkg sync/atomic, method (*Uint64) Or(uint64) uint64 #61395 119pkg sync/atomic, method (*Uintptr) And(uintptr) uintptr #61395 120pkg sync/atomic, method (*Uintptr) Or(uintptr) uintptr #61395 121pkg syscall (openbsd-386), const EBADMSG = 92 #67998 122pkg syscall (openbsd-386), const ELAST = 95 #67998 123pkg syscall (openbsd-386), const ENOTRECOVERABLE = 93 #67998 124pkg syscall (openbsd-386), const ENOTRECOVERABLE Errno #67998 125pkg syscall (openbsd-386), const EOWNERDEAD = 94 #67998 126pkg syscall (openbsd-386), const EOWNERDEAD Errno #67998 127pkg syscall (openbsd-386), const EPROTO = 95 #67998 128pkg syscall (openbsd-386-cgo), const EBADMSG = 92 #67998 129pkg syscall (openbsd-386-cgo), const ELAST = 95 #67998 130pkg syscall (openbsd-386-cgo), const ENOTRECOVERABLE = 93 #67998 131pkg syscall (openbsd-386-cgo), const ENOTRECOVERABLE Errno #67998 132pkg syscall (openbsd-386-cgo), const EOWNERDEAD = 94 #67998 133pkg syscall (openbsd-386-cgo), const EOWNERDEAD Errno #67998 134pkg syscall (openbsd-386-cgo), const EPROTO = 95 #67998 135pkg syscall (openbsd-amd64), const EBADMSG = 92 #67998 136pkg syscall (openbsd-amd64), const ELAST = 95 #67998 137pkg syscall (openbsd-amd64), const ENOTRECOVERABLE = 93 #67998 138pkg syscall (openbsd-amd64), const ENOTRECOVERABLE Errno #67998 139pkg syscall (openbsd-amd64), const EOWNERDEAD = 94 #67998 140pkg syscall (openbsd-amd64), const EOWNERDEAD Errno #67998 141pkg syscall (openbsd-amd64), const EPROTO = 95 #67998 142pkg syscall (openbsd-amd64-cgo), const EBADMSG = 92 #67998 143pkg syscall (openbsd-amd64-cgo), const ELAST = 95 #67998 144pkg syscall (openbsd-amd64-cgo), const ENOTRECOVERABLE = 93 #67998 145pkg syscall (openbsd-amd64-cgo), const ENOTRECOVERABLE Errno #67998 146pkg syscall (openbsd-amd64-cgo), const EOWNERDEAD = 94 #67998 147pkg syscall (openbsd-amd64-cgo), const EOWNERDEAD Errno #67998 148pkg syscall (openbsd-amd64-cgo), const EPROTO = 95 #67998 149pkg syscall (windows-386), const WSAENOPROTOOPT = 10042 #62254 150pkg syscall (windows-386), const WSAENOPROTOOPT Errno #62254 151pkg syscall (windows-amd64), const WSAENOPROTOOPT = 10042 #62254 152pkg syscall (windows-amd64), const WSAENOPROTOOPT Errno #62254 153pkg syscall, const EBADMSG Errno #67998 154pkg syscall, const EPROTO Errno #67998 155pkg unicode/utf16, func RuneLen(int32) int #44940 156pkg unique, func Make[$0 comparable]($0) Handle[$0] #62483 157pkg unique, method (Handle[$0]) Value() $0 #62483 158pkg unique, type Handle[$0 comparable] struct #62483 159