Text file api/go1.24.txt

     1  pkg bytes, func FieldsFuncSeq([]uint8, func(int32) bool) iter.Seq[[]uint8] #61901
     2  pkg bytes, func FieldsSeq([]uint8) iter.Seq[[]uint8] #61901
     3  pkg bytes, func Lines([]uint8) iter.Seq[[]uint8] #61901
     4  pkg bytes, func SplitAfterSeq([]uint8, []uint8) iter.Seq[[]uint8] #61901
     5  pkg bytes, func SplitSeq([]uint8, []uint8) iter.Seq[[]uint8] #61901
     6  pkg crypto/cipher, func NewCFBDecrypter //deprecated #69445
     7  pkg crypto/cipher, func NewCFBEncrypter //deprecated #69445
     8  pkg crypto/cipher, func NewGCMWithRandomNonce(Block) (AEAD, error) #69981
     9  pkg crypto/cipher, func NewOFB //deprecated #69445
    10  pkg crypto/fips140, func Enabled() bool #70123
    11  pkg crypto/hkdf, func Expand[$0 hash.Hash](func() $0, []uint8, string, int) ([]uint8, error) #61477
    12  pkg crypto/hkdf, func Extract[$0 hash.Hash](func() $0, []uint8, []uint8) ([]uint8, error) #61477
    13  pkg crypto/hkdf, func Key[$0 hash.Hash](func() $0, []uint8, []uint8, string, int) ([]uint8, error) #61477
    14  pkg crypto/mlkem, const CiphertextSize1024 = 1568 #70122
    15  pkg crypto/mlkem, const CiphertextSize1024 ideal-int #70122
    16  pkg crypto/mlkem, const CiphertextSize768 = 1088 #70122
    17  pkg crypto/mlkem, const CiphertextSize768 ideal-int #70122
    18  pkg crypto/mlkem, const EncapsulationKeySize1024 = 1568 #70122
    19  pkg crypto/mlkem, const EncapsulationKeySize1024 ideal-int #70122
    20  pkg crypto/mlkem, const EncapsulationKeySize768 = 1184 #70122
    21  pkg crypto/mlkem, const EncapsulationKeySize768 ideal-int #70122
    22  pkg crypto/mlkem, const SeedSize = 64 #70122
    23  pkg crypto/mlkem, const SeedSize ideal-int #70122
    24  pkg crypto/mlkem, const SharedKeySize = 32 #70122
    25  pkg crypto/mlkem, const SharedKeySize ideal-int #70122
    26  pkg crypto/mlkem, func GenerateKey1024() (*DecapsulationKey1024, error) #70122
    27  pkg crypto/mlkem, func GenerateKey768() (*DecapsulationKey768, error) #70122
    28  pkg crypto/mlkem, func NewDecapsulationKey1024([]uint8) (*DecapsulationKey1024, error) #70122
    29  pkg crypto/mlkem, func NewDecapsulationKey768([]uint8) (*DecapsulationKey768, error) #70122
    30  pkg crypto/mlkem, func NewEncapsulationKey1024([]uint8) (*EncapsulationKey1024, error) #70122
    31  pkg crypto/mlkem, func NewEncapsulationKey768([]uint8) (*EncapsulationKey768, error) #70122
    32  pkg crypto/mlkem, method (*DecapsulationKey1024) Bytes() []uint8 #70122
    33  pkg crypto/mlkem, method (*DecapsulationKey1024) Decapsulate([]uint8) ([]uint8, error) #70122
    34  pkg crypto/mlkem, method (*DecapsulationKey1024) EncapsulationKey() *EncapsulationKey1024 #70122
    35  pkg crypto/mlkem, method (*DecapsulationKey768) Bytes() []uint8 #70122
    36  pkg crypto/mlkem, method (*DecapsulationKey768) Decapsulate([]uint8) ([]uint8, error) #70122
    37  pkg crypto/mlkem, method (*DecapsulationKey768) EncapsulationKey() *EncapsulationKey768 #70122
    38  pkg crypto/mlkem, method (*EncapsulationKey1024) Bytes() []uint8 #70122
    39  pkg crypto/mlkem, method (*EncapsulationKey1024) Encapsulate() ([]uint8, []uint8) #70122
    40  pkg crypto/mlkem, method (*EncapsulationKey768) Bytes() []uint8 #70122
    41  pkg crypto/mlkem, method (*EncapsulationKey768) Encapsulate() ([]uint8, []uint8) #70122
    42  pkg crypto/mlkem, type DecapsulationKey1024 struct #70122
    43  pkg crypto/mlkem, type DecapsulationKey768 struct #70122
    44  pkg crypto/mlkem, type EncapsulationKey1024 struct #70122
    45  pkg crypto/mlkem, type EncapsulationKey768 struct #70122
    46  pkg crypto/pbkdf2, func Key[$0 hash.Hash](func() $0, string, []uint8, int, int) ([]uint8, error) #69488
    47  pkg crypto/rand, func Text() string #67057
    48  pkg crypto/sha3, func New224() *SHA3 #69982
    49  pkg crypto/sha3, func New256() *SHA3 #69982
    50  pkg crypto/sha3, func New384() *SHA3 #69982
    51  pkg crypto/sha3, func New512() *SHA3 #69982
    52  pkg crypto/sha3, func NewCSHAKE128([]uint8, []uint8) *SHAKE #69982
    53  pkg crypto/sha3, func NewCSHAKE256([]uint8, []uint8) *SHAKE #69982
    54  pkg crypto/sha3, func NewSHAKE128() *SHAKE #69982
    55  pkg crypto/sha3, func NewSHAKE256() *SHAKE #69982
    56  pkg crypto/sha3, func Sum224([]uint8) [28]uint8 #69982
    57  pkg crypto/sha3, func Sum256([]uint8) [32]uint8 #69982
    58  pkg crypto/sha3, func Sum384([]uint8) [48]uint8 #69982
    59  pkg crypto/sha3, func Sum512([]uint8) [64]uint8 #69982
    60  pkg crypto/sha3, func SumSHAKE128([]uint8, int) []uint8 #69982
    61  pkg crypto/sha3, func SumSHAKE256([]uint8, int) []uint8 #69982
    62  pkg crypto/sha3, method (*SHA3) AppendBinary([]uint8) ([]uint8, error) #69982
    63  pkg crypto/sha3, method (*SHA3) BlockSize() int #69982
    64  pkg crypto/sha3, method (*SHA3) MarshalBinary() ([]uint8, error) #69982
    65  pkg crypto/sha3, method (*SHA3) Reset() #69982
    66  pkg crypto/sha3, method (*SHA3) Size() int #69982
    67  pkg crypto/sha3, method (*SHA3) Sum([]uint8) []uint8 #69982
    68  pkg crypto/sha3, method (*SHA3) UnmarshalBinary([]uint8) error #69982
    69  pkg crypto/sha3, method (*SHA3) Write([]uint8) (int, error) #69982
    70  pkg crypto/sha3, method (*SHAKE) AppendBinary([]uint8) ([]uint8, error) #69982
    71  pkg crypto/sha3, method (*SHAKE) BlockSize() int #69982
    72  pkg crypto/sha3, method (*SHAKE) MarshalBinary() ([]uint8, error) #69982
    73  pkg crypto/sha3, method (*SHAKE) Read([]uint8) (int, error) #69982
    74  pkg crypto/sha3, method (*SHAKE) Reset() #69982
    75  pkg crypto/sha3, method (*SHAKE) UnmarshalBinary([]uint8) error #69982
    76  pkg crypto/sha3, method (*SHAKE) Write([]uint8) (int, error) #69982
    77  pkg crypto/sha3, type SHA3 struct #69982
    78  pkg crypto/sha3, type SHAKE struct #69982
    79  pkg crypto/subtle, func WithDataIndependentTiming(func()) #66450
    80  pkg crypto/tls, const X25519MLKEM768 = 4588 #69985
    81  pkg crypto/tls, const X25519MLKEM768 CurveID #69985
    82  pkg crypto/tls, type ClientHelloInfo struct, Extensions []uint16 #32936
    83  pkg crypto/tls, type Config struct, EncryptedClientHelloKeys []EncryptedClientHelloKey #68500
    84  pkg crypto/tls, type EncryptedClientHelloKey struct #68500
    85  pkg crypto/tls, type EncryptedClientHelloKey struct, Config []uint8 #68500
    86  pkg crypto/tls, type EncryptedClientHelloKey struct, PrivateKey []uint8 #68500
    87  pkg crypto/tls, type EncryptedClientHelloKey struct, SendAsRetry bool #68500
    88  pkg crypto/x509, const NoValidChains = 10 #68484
    89  pkg crypto/x509, const NoValidChains InvalidReason #68484
    90  pkg crypto/x509, method (OID) AppendBinary([]uint8) ([]uint8, error) #62384
    91  pkg crypto/x509, method (OID) AppendText([]uint8) ([]uint8, error) #62384
    92  pkg crypto/x509, type Certificate struct, InhibitAnyPolicy int #68484
    93  pkg crypto/x509, type Certificate struct, InhibitAnyPolicyZero bool #68484
    94  pkg crypto/x509, type Certificate struct, InhibitPolicyMapping int #68484
    95  pkg crypto/x509, type Certificate struct, InhibitPolicyMappingZero bool #68484
    96  pkg crypto/x509, type Certificate struct, PolicyMappings []PolicyMapping #68484
    97  pkg crypto/x509, type Certificate struct, RequireExplicitPolicy int #68484
    98  pkg crypto/x509, type Certificate struct, RequireExplicitPolicyZero bool #68484
    99  pkg crypto/x509, type PolicyMapping struct #68484
   100  pkg crypto/x509, type PolicyMapping struct, IssuerDomainPolicy OID #68484
   101  pkg crypto/x509, type PolicyMapping struct, SubjectDomainPolicy OID #68484
   102  pkg crypto/x509, type VerifyOptions struct, CertificatePolicies []OID #68484
   103  pkg debug/elf, const VER_FLG_BASE = 1 #63952
   104  pkg debug/elf, const VER_FLG_BASE DynamicVersionFlag #63952
   105  pkg debug/elf, const VER_FLG_INFO = 4 #63952
   106  pkg debug/elf, const VER_FLG_INFO DynamicVersionFlag #63952
   107  pkg debug/elf, const VER_FLG_WEAK = 2 #63952
   108  pkg debug/elf, const VER_FLG_WEAK DynamicVersionFlag #63952
   109  pkg debug/elf, method (*File) DynamicVersionNeeds() ([]DynamicVersionNeed, error) #63952
   110  pkg debug/elf, method (*File) DynamicVersions() ([]DynamicVersion, error) #63952
   111  pkg debug/elf, type DynamicVersion struct #63952
   112  pkg debug/elf, type DynamicVersion struct, Deps []string #63952
   113  pkg debug/elf, type DynamicVersion struct, Flags DynamicVersionFlag #63952
   114  pkg debug/elf, type DynamicVersion struct, Name string #63952
   115  pkg debug/elf, type DynamicVersion struct, Index uint16 #63952
   116  pkg debug/elf, type DynamicVersionDep struct #63952
   117  pkg debug/elf, type DynamicVersionDep struct, Dep string #63952
   118  pkg debug/elf, type DynamicVersionDep struct, Flags DynamicVersionFlag #63952
   119  pkg debug/elf, type DynamicVersionDep struct, Index uint16 #63952
   120  pkg debug/elf, type DynamicVersionFlag uint16 #63952
   121  pkg debug/elf, type DynamicVersionNeed struct #63952
   122  pkg debug/elf, type DynamicVersionNeed struct, Name string #63952
   123  pkg debug/elf, type DynamicVersionNeed struct, Needs []DynamicVersionDep #63952
   124  pkg debug/elf, type Symbol struct, HasVersion bool #63952
   125  pkg debug/elf, type Symbol struct, VersionIndex VersionIndex #63952
   126  pkg debug/elf, method (VersionIndex) Index() uint16 #63952
   127  pkg debug/elf, method (VersionIndex) IsHidden() bool #63952
   128  pkg debug/elf, type VersionIndex uint16 #63952
   129  pkg encoding, type BinaryAppender interface { AppendBinary } #62384
   130  pkg encoding, type BinaryAppender interface, AppendBinary([]uint8) ([]uint8, error) #62384
   131  pkg encoding, type TextAppender interface { AppendText } #62384
   132  pkg encoding, type TextAppender interface, AppendText([]uint8) ([]uint8, error) #62384
   133  pkg go/types, method (*Interface) EmbeddedTypes() iter.Seq[Type] #66626
   134  pkg go/types, method (*Interface) ExplicitMethods() iter.Seq[*Func] #66626
   135  pkg go/types, method (*Interface) Methods() iter.Seq[*Func] #66626
   136  pkg go/types, method (*MethodSet) Methods() iter.Seq[*Selection] #66626
   137  pkg go/types, method (*Named) Methods() iter.Seq[*Func] #66626
   138  pkg go/types, method (*Scope) Children() iter.Seq[*Scope] #66626
   139  pkg go/types, method (*Struct) Fields() iter.Seq[*Var] #66626
   140  pkg go/types, method (*Tuple) Variables() iter.Seq[*Var] #66626
   141  pkg go/types, method (*TypeList) Types() iter.Seq[Type] #66626
   142  pkg go/types, method (*TypeParamList) TypeParams() iter.Seq[*TypeParam] #66626
   143  pkg go/types, method (*Union) Terms() iter.Seq[*Term] #66626
   144  pkg hash/maphash, func Comparable[$0 comparable](Seed, $0) uint64 #54670
   145  pkg hash/maphash, func WriteComparable[$0 comparable](*Hash, $0) #54670
   146  pkg log/slog, method (*LevelVar) AppendText([]uint8) ([]uint8, error) #62384
   147  pkg log/slog, method (Level) AppendText([]uint8) ([]uint8, error) #62384
   148  pkg log/slog, var DiscardHandler Handler #62005
   149  pkg math/big, method (*Float) AppendText([]uint8) ([]uint8, error) #62384
   150  pkg math/big, method (*Int) AppendText([]uint8) ([]uint8, error) #62384
   151  pkg math/big, method (*Rat) AppendText([]uint8) ([]uint8, error) #62384
   152  pkg math/rand/v2, method (*ChaCha8) AppendBinary([]uint8) ([]uint8, error) #62384
   153  pkg math/rand/v2, method (*PCG) AppendBinary([]uint8) ([]uint8, error) #62384
   154  pkg net, method (IP) AppendText([]uint8) ([]uint8, error) #62384
   155  pkg net/http, method (*Protocols) SetHTTP1(bool) #67814
   156  pkg net/http, method (*Protocols) SetHTTP2(bool) #67814
   157  pkg net/http, method (*Protocols) SetUnencryptedHTTP2(bool) #67816
   158  pkg net/http, method (Protocols) HTTP1() bool #67814
   159  pkg net/http, method (Protocols) HTTP2() bool #67814
   160  pkg net/http, method (Protocols) String() string #67814
   161  pkg net/http, method (Protocols) UnencryptedHTTP2() bool #67816
   162  pkg net/http, type HTTP2Config struct #67813
   163  pkg net/http, type HTTP2Config struct, CountError func(string) #67813
   164  pkg net/http, type HTTP2Config struct, MaxConcurrentStreams int #67813
   165  pkg net/http, type HTTP2Config struct, MaxDecoderHeaderTableSize int #67813
   166  pkg net/http, type HTTP2Config struct, MaxEncoderHeaderTableSize int #67813
   167  pkg net/http, type HTTP2Config struct, MaxReadFrameSize int #67813
   168  pkg net/http, type HTTP2Config struct, MaxReceiveBufferPerConnection int #67813
   169  pkg net/http, type HTTP2Config struct, MaxReceiveBufferPerStream int #67813
   170  pkg net/http, type HTTP2Config struct, PermitProhibitedCipherSuites bool #67813
   171  pkg net/http, type HTTP2Config struct, PingTimeout time.Duration #67813
   172  pkg net/http, type HTTP2Config struct, SendPingTimeout time.Duration #67813
   173  pkg net/http, type HTTP2Config struct, WriteByteTimeout time.Duration #67813
   174  pkg net/http, type Protocols struct #67814
   175  pkg net/http, type Server struct, HTTP2 *HTTP2Config #67813
   176  pkg net/http, type Server struct, Protocols *Protocols #67814
   177  pkg net/http, type Transport struct, HTTP2 *HTTP2Config #67813
   178  pkg net/http, type Transport struct, Protocols *Protocols #67814
   179  pkg net/netip, method (Addr) AppendBinary([]uint8) ([]uint8, error) #62384
   180  pkg net/netip, method (Addr) AppendText([]uint8) ([]uint8, error) #62384
   181  pkg net/netip, method (AddrPort) AppendBinary([]uint8) ([]uint8, error) #62384
   182  pkg net/netip, method (AddrPort) AppendText([]uint8) ([]uint8, error) #62384
   183  pkg net/netip, method (Prefix) AppendBinary([]uint8) ([]uint8, error) #62384
   184  pkg net/netip, method (Prefix) AppendText([]uint8) ([]uint8, error) #62384
   185  pkg net/url, method (*URL) AppendBinary([]uint8) ([]uint8, error) #62384
   186  pkg os, func OpenInRoot(string, string) (*File, error) #67002
   187  pkg os, func OpenRoot(string) (*Root, error) #67002
   188  pkg os, method (*Root) Close() error #67002
   189  pkg os, method (*Root) Create(string) (*File, error) #67002
   190  pkg os, method (*Root) FS() fs.FS #67002
   191  pkg os, method (*Root) Lstat(string) (fs.FileInfo, error) #67002
   192  pkg os, method (*Root) Mkdir(string, fs.FileMode) error #67002
   193  pkg os, method (*Root) Name() string #67002
   194  pkg os, method (*Root) Open(string) (*File, error) #67002
   195  pkg os, method (*Root) OpenFile(string, int, fs.FileMode) (*File, error) #67002
   196  pkg os, method (*Root) OpenRoot(string) (*Root, error) #67002
   197  pkg os, method (*Root) Remove(string) error #67002
   198  pkg os, method (*Root) Stat(string) (fs.FileInfo, error) #67002
   199  pkg os, type Root struct #67002
   200  pkg regexp, method (*Regexp) AppendText([]uint8) ([]uint8, error) #62384
   201  pkg runtime, func AddCleanup[$0 interface{}, $1 interface{}](*$0, func($1), $1) Cleanup #67535
   202  pkg runtime, func GOROOT //deprecated #51473
   203  pkg runtime, method (Cleanup) Stop() #67535
   204  pkg runtime, type Cleanup struct #67535
   205  pkg strings, func FieldsFuncSeq(string, func(int32) bool) iter.Seq[string] #61901
   206  pkg strings, func FieldsSeq(string) iter.Seq[string] #61901
   207  pkg strings, func Lines(string) iter.Seq[string] #61901
   208  pkg strings, func SplitAfterSeq(string, string) iter.Seq[string] #61901
   209  pkg strings, func SplitSeq(string, string) iter.Seq[string] #61901
   210  pkg testing, method (*B) Chdir(string) #62516
   211  pkg testing, method (*B) Context() context.Context #36532
   212  pkg testing, method (*B) Loop() bool #61515
   213  pkg testing, method (*F) Chdir(string) #62516
   214  pkg testing, method (*F) Context() context.Context #36532
   215  pkg testing, method (*T) Chdir(string) #62516
   216  pkg testing, method (*T) Context() context.Context #36532
   217  pkg testing, type TB interface, Chdir(string) #62516
   218  pkg testing, type TB interface, Context() context.Context #36532
   219  pkg time, method (Time) AppendBinary([]uint8) ([]uint8, error) #62384
   220  pkg time, method (Time) AppendText([]uint8) ([]uint8, error) #62384
   221  pkg weak, func Make[$0 interface{}](*$0) Pointer[$0] #67552
   222  pkg weak, method (Pointer[$0]) Value() *$0 #67552
   223  pkg weak, type Pointer[$0 interface{}] struct #67552
   224  

View as plain text