api/go1.8.txt 262 lines View on github.com → Search inside
1pkg compress/gzip, const HuffmanOnly = -22pkg compress/gzip, const HuffmanOnly ideal-int3pkg compress/zlib, const HuffmanOnly = -24pkg compress/zlib, const HuffmanOnly ideal-int5pkg crypto/tls, const ECDSAWithP256AndSHA256 = 10276pkg crypto/tls, const ECDSAWithP256AndSHA256 SignatureScheme7pkg crypto/tls, const ECDSAWithP384AndSHA384 = 12838pkg crypto/tls, const ECDSAWithP384AndSHA384 SignatureScheme9pkg crypto/tls, const ECDSAWithP521AndSHA512 = 153910pkg crypto/tls, const ECDSAWithP521AndSHA512 SignatureScheme11pkg crypto/tls, const PKCS1WithSHA1 = 51312pkg crypto/tls, const PKCS1WithSHA1 SignatureScheme13pkg crypto/tls, const PKCS1WithSHA256 = 102514pkg crypto/tls, const PKCS1WithSHA256 SignatureScheme15pkg crypto/tls, const PKCS1WithSHA384 = 128116pkg crypto/tls, const PKCS1WithSHA384 SignatureScheme17pkg crypto/tls, const PKCS1WithSHA512 = 153718pkg crypto/tls, const PKCS1WithSHA512 SignatureScheme19pkg crypto/tls, const PSSWithSHA256 = 205220pkg crypto/tls, const PSSWithSHA256 SignatureScheme21pkg crypto/tls, const PSSWithSHA384 = 205322pkg crypto/tls, const PSSWithSHA384 SignatureScheme23pkg crypto/tls, const PSSWithSHA512 = 205424pkg crypto/tls, const PSSWithSHA512 SignatureScheme25pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 = 4918726pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 uint1627pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 = 5239328pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 uint1629pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 = 4919130pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 uint1631pkg crypto/tls, const TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 = 5239232pkg crypto/tls, const TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 uint1633pkg crypto/tls, const TLS_RSA_WITH_AES_128_CBC_SHA256 = 6034pkg crypto/tls, const TLS_RSA_WITH_AES_128_CBC_SHA256 uint1635pkg crypto/tls, const X25519 = 2936pkg crypto/tls, const X25519 CurveID37pkg crypto/tls, method (*Config) Clone() *Config38pkg crypto/tls, method (*Conn) CloseWrite() error39pkg crypto/tls, type CertificateRequestInfo struct40pkg crypto/tls, type CertificateRequestInfo struct, AcceptableCAs [][]uint841pkg crypto/tls, type CertificateRequestInfo struct, SignatureSchemes []SignatureScheme42pkg crypto/tls, type ClientHelloInfo struct, Conn net.Conn43pkg crypto/tls, type ClientHelloInfo struct, SignatureSchemes []SignatureScheme44pkg crypto/tls, type ClientHelloInfo struct, SupportedProtos []string45pkg crypto/tls, type ClientHelloInfo struct, SupportedVersions []uint1646pkg crypto/tls, type Config struct, GetClientCertificate func(*CertificateRequestInfo) (*Certificate, error)47pkg crypto/tls, type Config struct, GetConfigForClient func(*ClientHelloInfo) (*Config, error)48pkg crypto/tls, type Config struct, KeyLogWriter io.Writer49pkg crypto/tls, type Config struct, VerifyPeerCertificate func([][]uint8, [][]*x509.Certificate) error50pkg crypto/tls, type SignatureScheme uint1651pkg crypto/x509, const NameMismatch = 552pkg crypto/x509, const NameMismatch InvalidReason53pkg crypto/x509, const SHA256WithRSAPSS = 1354pkg crypto/x509, const SHA256WithRSAPSS SignatureAlgorithm55pkg crypto/x509, const SHA384WithRSAPSS = 1456pkg crypto/x509, const SHA384WithRSAPSS SignatureAlgorithm57pkg crypto/x509, const SHA512WithRSAPSS = 1558pkg crypto/x509, const SHA512WithRSAPSS SignatureAlgorithm59pkg crypto/x509, type UnknownAuthorityError struct, Cert *Certificate60pkg database/sql, const LevelDefault = 061pkg database/sql, const LevelDefault IsolationLevel62pkg database/sql, const LevelLinearizable = 763pkg database/sql, const LevelLinearizable IsolationLevel64pkg database/sql, const LevelReadCommitted = 265pkg database/sql, const LevelReadCommitted IsolationLevel66pkg database/sql, const LevelReadUncommitted = 167pkg database/sql, const LevelReadUncommitted IsolationLevel68pkg database/sql, const LevelRepeatableRead = 469pkg database/sql, const LevelRepeatableRead IsolationLevel70pkg database/sql, const LevelSerializable = 671pkg database/sql, const LevelSerializable IsolationLevel72pkg database/sql, const LevelSnapshot = 573pkg database/sql, const LevelSnapshot IsolationLevel74pkg database/sql, const LevelWriteCommitted = 375pkg database/sql, const LevelWriteCommitted IsolationLevel76pkg database/sql/driver, type ConnBeginTx interface { BeginTx }77pkg database/sql/driver, type ConnBeginTx interface, BeginTx(context.Context, TxOptions) (Tx, error)78pkg database/sql/driver, type ConnPrepareContext interface { PrepareContext }79pkg database/sql/driver, type ConnPrepareContext interface, PrepareContext(context.Context, string) (Stmt, error)80pkg database/sql/driver, type ExecerContext interface { ExecContext }81pkg database/sql/driver, type ExecerContext interface, ExecContext(context.Context, string, []NamedValue) (Result, error)82pkg database/sql/driver, type IsolationLevel int83pkg database/sql/driver, type NamedValue struct84pkg database/sql/driver, type NamedValue struct, Name string85pkg database/sql/driver, type NamedValue struct, Ordinal int86pkg database/sql/driver, type NamedValue struct, Value Value87pkg database/sql/driver, type Pinger interface { Ping }88pkg database/sql/driver, type Pinger interface, Ping(context.Context) error89pkg database/sql/driver, type QueryerContext interface { QueryContext }90pkg database/sql/driver, type QueryerContext interface, QueryContext(context.Context, string, []NamedValue) (Rows, error)91pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface { Close, ColumnTypeDatabaseTypeName, Columns, Next }92pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, Close() error93pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, Columns() []string94pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, ColumnTypeDatabaseTypeName(int) string95pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, Next([]Value) error96pkg database/sql/driver, type RowsColumnTypeLength interface { Close, ColumnTypeLength, Columns, Next }97pkg database/sql/driver, type RowsColumnTypeLength interface, Close() error98pkg database/sql/driver, type RowsColumnTypeLength interface, Columns() []string99pkg database/sql/driver, type RowsColumnTypeLength interface, ColumnTypeLength(int) (int64, bool)100pkg database/sql/driver, type RowsColumnTypeLength interface, Next([]Value) error101pkg database/sql/driver, type RowsColumnTypeNullable interface { Close, ColumnTypeNullable, Columns, Next }102pkg database/sql/driver, type RowsColumnTypeNullable interface, Close() error103pkg database/sql/driver, type RowsColumnTypeNullable interface, Columns() []string104pkg database/sql/driver, type RowsColumnTypeNullable interface, ColumnTypeNullable(int) (bool, bool)105pkg database/sql/driver, type RowsColumnTypeNullable interface, Next([]Value) error106pkg database/sql/driver, type RowsColumnTypePrecisionScale interface { Close, ColumnTypePrecisionScale, Columns, Next }107pkg database/sql/driver, type RowsColumnTypePrecisionScale interface, Close() error108pkg database/sql/driver, type RowsColumnTypePrecisionScale interface, Columns() []string109pkg database/sql/driver, type RowsColumnTypePrecisionScale interface, ColumnTypePrecisionScale(int) (int64, int64, bool)110pkg database/sql/driver, type RowsColumnTypePrecisionScale interface, Next([]Value) error111pkg database/sql/driver, type RowsColumnTypeScanType interface { Close, ColumnTypeScanType, Columns, Next }112pkg database/sql/driver, type RowsColumnTypeScanType interface, Close() error113pkg database/sql/driver, type RowsColumnTypeScanType interface, Columns() []string114pkg database/sql/driver, type RowsColumnTypeScanType interface, ColumnTypeScanType(int) reflect.Type115pkg database/sql/driver, type RowsColumnTypeScanType interface, Next([]Value) error116pkg database/sql/driver, type RowsNextResultSet interface { Close, Columns, HasNextResultSet, Next, NextResultSet }117pkg database/sql/driver, type RowsNextResultSet interface, Close() error118pkg database/sql/driver, type RowsNextResultSet interface, Columns() []string119pkg database/sql/driver, type RowsNextResultSet interface, HasNextResultSet() bool120pkg database/sql/driver, type RowsNextResultSet interface, NextResultSet() error121pkg database/sql/driver, type RowsNextResultSet interface, Next([]Value) error122pkg database/sql/driver, type StmtExecContext interface { ExecContext }123pkg database/sql/driver, type StmtExecContext interface, ExecContext(context.Context, []NamedValue) (Result, error)124pkg database/sql/driver, type StmtQueryContext interface { QueryContext }125pkg database/sql/driver, type StmtQueryContext interface, QueryContext(context.Context, []NamedValue) (Rows, error)126pkg database/sql/driver, type TxOptions struct127pkg database/sql/driver, type TxOptions struct, Isolation IsolationLevel128pkg database/sql/driver, type TxOptions struct, ReadOnly bool129pkg database/sql, func Named(string, interface{}) NamedArg130pkg database/sql, method (*ColumnType) DatabaseTypeName() string131pkg database/sql, method (*ColumnType) DecimalSize() (int64, int64, bool)132pkg database/sql, method (*ColumnType) Length() (int64, bool)133pkg database/sql, method (*ColumnType) Name() string134pkg database/sql, method (*ColumnType) Nullable() (bool, bool)135pkg database/sql, method (*ColumnType) ScanType() reflect.Type136pkg database/sql, method (*DB) BeginTx(context.Context, *TxOptions) (*Tx, error)137pkg database/sql, method (*DB) ExecContext(context.Context, string, ...interface{}) (Result, error)138pkg database/sql, method (*DB) PingContext(context.Context) error139pkg database/sql, method (*DB) PrepareContext(context.Context, string) (*Stmt, error)140pkg database/sql, method (*DB) QueryContext(context.Context, string, ...interface{}) (*Rows, error)141pkg database/sql, method (*DB) QueryRowContext(context.Context, string, ...interface{}) *Row142pkg database/sql, method (*Rows) ColumnTypes() ([]*ColumnType, error)143pkg database/sql, method (*Rows) NextResultSet() bool144pkg database/sql, method (*Stmt) ExecContext(context.Context, ...interface{}) (Result, error)145pkg database/sql, method (*Stmt) QueryContext(context.Context, ...interface{}) (*Rows, error)146pkg database/sql, method (*Stmt) QueryRowContext(context.Context, ...interface{}) *Row147pkg database/sql, method (*Tx) ExecContext(context.Context, string, ...interface{}) (Result, error)148pkg database/sql, method (*Tx) PrepareContext(context.Context, string) (*Stmt, error)149pkg database/sql, method (*Tx) QueryContext(context.Context, string, ...interface{}) (*Rows, error)150pkg database/sql, method (*Tx) QueryRowContext(context.Context, string, ...interface{}) *Row151pkg database/sql, method (*Tx) StmtContext(context.Context, *Stmt) *Stmt152pkg database/sql, type ColumnType struct153pkg database/sql, type IsolationLevel int154pkg database/sql, type NamedArg struct155pkg database/sql, type NamedArg struct, Name string156pkg database/sql, type NamedArg struct, Value interface{}157pkg database/sql, type TxOptions struct158pkg database/sql, type TxOptions struct, Isolation IsolationLevel159pkg database/sql, type TxOptions struct, ReadOnly bool160pkg debug/pe, method (*COFFSymbol) FullName(StringTable) (string, error)161pkg debug/pe, method (StringTable) String(uint32) (string, error)162pkg debug/pe, type File struct, COFFSymbols []COFFSymbol163pkg debug/pe, type File struct, StringTable StringTable164pkg debug/pe, type Reloc struct165pkg debug/pe, type Reloc struct, SymbolTableIndex uint32166pkg debug/pe, type Reloc struct, Type uint16167pkg debug/pe, type Reloc struct, VirtualAddress uint32168pkg debug/pe, type Section struct, Relocs []Reloc169pkg debug/pe, type StringTable []uint8170pkg encoding/base64, method (Encoding) Strict() *Encoding171pkg encoding/json, method (RawMessage) MarshalJSON() ([]uint8, error)172pkg encoding/json, type UnmarshalTypeError struct, Field string173pkg encoding/json, type UnmarshalTypeError struct, Struct string174pkg expvar, func Handler() http.Handler175pkg expvar, method (*Float) Value() float64176pkg expvar, method (Func) Value() interface{}177pkg expvar, method (*Int) Value() int64178pkg expvar, method (*String) Value() string179pkg go/doc, func IsPredeclared(string) bool180pkg go/types, func Default(Type) Type181pkg go/types, func IdenticalIgnoreTags(Type, Type) bool182pkg math/big, method (*Float) Scan(fmt.ScanState, int32) error183pkg math/big, method (*Int) Sqrt(*Int) *Int184pkg math/rand, func Uint64() uint64185pkg math/rand, method (*Rand) Uint64() uint64186pkg math/rand, type Source64 interface, Int63() int64187pkg math/rand, type Source64 interface { Int63, Seed, Uint64 }188pkg math/rand, type Source64 interface, Seed(int64)189pkg math/rand, type Source64 interface, Uint64() uint64190pkg net/http, const TrailerPrefix ideal-string191pkg net/http, const TrailerPrefix = "Trailer:"192pkg net/http/httptrace, type ClientTrace struct, TLSHandshakeDone func(tls.ConnectionState, error)193pkg net/http/httptrace, type ClientTrace struct, TLSHandshakeStart func()194pkg net/http/httputil, type ReverseProxy struct, ModifyResponse func(*http.Response) error195pkg net/http, method (*Server) Close() error196pkg net/http, method (*Server) Shutdown(context.Context) error197pkg net/http, type Pusher interface { Push }198pkg net/http, type Pusher interface, Push(string, *PushOptions) error199pkg net/http, type PushOptions struct200pkg net/http, type PushOptions struct, Header Header201pkg net/http, type PushOptions struct, Method string202pkg net/http, type Request struct, GetBody func() (io.ReadCloser, error)203pkg net/http, type Server struct, IdleTimeout time.Duration204pkg net/http, type Server struct, ReadHeaderTimeout time.Duration205pkg net/http, type Transport struct, ProxyConnectHeader Header206pkg net/http, var ErrAbortHandler error207pkg net/http, var ErrServerClosed error208pkg net/http, var NoBody noBody209pkg net/mail, func ParseDate(string) (time.Time, error)210pkg net, method (*Buffers) Read([]uint8) (int, error)211pkg net, method (*Buffers) WriteTo(io.Writer) (int64, error)212pkg net, method (*Resolver) LookupAddr(context.Context, string) ([]string, error)213pkg net, method (*Resolver) LookupCNAME(context.Context, string) (string, error)214pkg net, method (*Resolver) LookupHost(context.Context, string) ([]string, error)215pkg net, method (*Resolver) LookupIPAddr(context.Context, string) ([]IPAddr, error)216pkg net, method (*Resolver) LookupMX(context.Context, string) ([]*MX, error)217pkg net, method (*Resolver) LookupNS(context.Context, string) ([]*NS, error)218pkg net, method (*Resolver) LookupPort(context.Context, string, string) (int, error)219pkg net, method (*Resolver) LookupSRV(context.Context, string, string, string) (string, []*SRV, error)220pkg net, method (*Resolver) LookupTXT(context.Context, string) ([]string, error)221pkg net, method (*UnixListener) SetUnlinkOnClose(bool)222pkg net, type Buffers [][]uint8223pkg net, type Dialer struct, Resolver *Resolver224pkg net, type Resolver struct225pkg net, type Resolver struct, PreferGo bool226pkg net/url, func PathEscape(string) string227pkg net/url, func PathUnescape(string) (string, error)228pkg net/url, method (*URL) Hostname() string229pkg net/url, method (*URL) MarshalBinary() ([]uint8, error)230pkg net/url, method (*URL) Port() string231pkg net/url, method (*URL) UnmarshalBinary([]uint8) error232pkg net, var DefaultResolver *Resolver233pkg os, func Executable() (string, error)234pkg os, var ErrClosed error235pkg plugin, func Open(string) (*Plugin, error)236pkg plugin, method (*Plugin) Lookup(string) (Symbol, error)237pkg plugin, type Plugin struct238pkg plugin, type Symbol interface {}239pkg reflect, func Swapper(interface{}) func(int, int)240pkg runtime, func MutexProfile([]BlockProfileRecord) (int, bool)241pkg runtime, func SetMutexProfileFraction(int) int242pkg runtime, type MemStats struct, NumForcedGC uint32243pkg sort, func Slice(interface{}, func(int, int) bool)244pkg sort, func SliceIsSorted(interface{}, func(int, int) bool) bool245pkg sort, func SliceStable(interface{}, func(int, int) bool)246pkg syscall (linux-arm-cgo), func TimevalToNsec(Timeval) int64247pkg syscall (linux-arm), func TimevalToNsec(Timeval) int64248pkg syscall (openbsd-386), const SYS_KILL = 122249pkg syscall (openbsd-386-cgo), const SYS_KILL = 122250pkg syscall (openbsd-amd64), const SYS_KILL = 122251pkg syscall (openbsd-amd64-cgo), const SYS_KILL = 122252pkg syscall (windows-386), const ERROR_DIR_NOT_EMPTY = 145253pkg syscall (windows-386), const ERROR_DIR_NOT_EMPTY Errno254pkg syscall (windows-amd64), const ERROR_DIR_NOT_EMPTY = 145255pkg syscall (windows-amd64), const ERROR_DIR_NOT_EMPTY Errno256pkg testing, func CoverMode() string257pkg testing, func MainStart(testDeps, []InternalTest, []InternalBenchmark, []InternalExample) *M258pkg testing, method (*B) Name() string259pkg testing, method (*T) Name() string260pkg testing, type TB interface, Name() string261pkg time, func Until(Time) Duration

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.