Home | History | Annotate | Download | only in api
      1 pkg compress/gzip, const HuffmanOnly = -2
      2 pkg compress/gzip, const HuffmanOnly ideal-int
      3 pkg compress/zlib, const HuffmanOnly = -2
      4 pkg compress/zlib, const HuffmanOnly ideal-int
      5 pkg crypto/tls, const ECDSAWithP256AndSHA256 = 1027
      6 pkg crypto/tls, const ECDSAWithP256AndSHA256 SignatureScheme
      7 pkg crypto/tls, const ECDSAWithP384AndSHA384 = 1283
      8 pkg crypto/tls, const ECDSAWithP384AndSHA384 SignatureScheme
      9 pkg crypto/tls, const ECDSAWithP521AndSHA512 = 1539
     10 pkg crypto/tls, const ECDSAWithP521AndSHA512 SignatureScheme
     11 pkg crypto/tls, const PKCS1WithSHA1 = 513
     12 pkg crypto/tls, const PKCS1WithSHA1 SignatureScheme
     13 pkg crypto/tls, const PKCS1WithSHA256 = 1025
     14 pkg crypto/tls, const PKCS1WithSHA256 SignatureScheme
     15 pkg crypto/tls, const PKCS1WithSHA384 = 1281
     16 pkg crypto/tls, const PKCS1WithSHA384 SignatureScheme
     17 pkg crypto/tls, const PKCS1WithSHA512 = 1537
     18 pkg crypto/tls, const PKCS1WithSHA512 SignatureScheme
     19 pkg crypto/tls, const PSSWithSHA256 = 2052
     20 pkg crypto/tls, const PSSWithSHA256 SignatureScheme
     21 pkg crypto/tls, const PSSWithSHA384 = 2053
     22 pkg crypto/tls, const PSSWithSHA384 SignatureScheme
     23 pkg crypto/tls, const PSSWithSHA512 = 2054
     24 pkg crypto/tls, const PSSWithSHA512 SignatureScheme
     25 pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 = 49187
     26 pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 uint16
     27 pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 = 52393
     28 pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 uint16
     29 pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 = 49191
     30 pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 uint16
     31 pkg crypto/tls, const TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 = 52392
     32 pkg crypto/tls, const TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 uint16
     33 pkg crypto/tls, const TLS_RSA_WITH_AES_128_CBC_SHA256 = 60
     34 pkg crypto/tls, const TLS_RSA_WITH_AES_128_CBC_SHA256 uint16
     35 pkg crypto/tls, const X25519 = 29
     36 pkg crypto/tls, const X25519 CurveID
     37 pkg crypto/tls, method (*Config) Clone() *Config
     38 pkg crypto/tls, method (*Conn) CloseWrite() error
     39 pkg crypto/tls, type CertificateRequestInfo struct
     40 pkg crypto/tls, type CertificateRequestInfo struct, AcceptableCAs [][]uint8
     41 pkg crypto/tls, type CertificateRequestInfo struct, SignatureSchemes []SignatureScheme
     42 pkg crypto/tls, type ClientHelloInfo struct, Conn net.Conn
     43 pkg crypto/tls, type ClientHelloInfo struct, SignatureSchemes []SignatureScheme
     44 pkg crypto/tls, type ClientHelloInfo struct, SupportedProtos []string
     45 pkg crypto/tls, type ClientHelloInfo struct, SupportedVersions []uint16
     46 pkg crypto/tls, type Config struct, GetClientCertificate func(*CertificateRequestInfo) (*Certificate, error)
     47 pkg crypto/tls, type Config struct, GetConfigForClient func(*ClientHelloInfo) (*Config, error)
     48 pkg crypto/tls, type Config struct, KeyLogWriter io.Writer
     49 pkg crypto/tls, type Config struct, VerifyPeerCertificate func([][]uint8, [][]*x509.Certificate) error
     50 pkg crypto/tls, type SignatureScheme uint16
     51 pkg crypto/x509, const NameMismatch = 5
     52 pkg crypto/x509, const NameMismatch InvalidReason
     53 pkg crypto/x509, const SHA256WithRSAPSS = 13
     54 pkg crypto/x509, const SHA256WithRSAPSS SignatureAlgorithm
     55 pkg crypto/x509, const SHA384WithRSAPSS = 14
     56 pkg crypto/x509, const SHA384WithRSAPSS SignatureAlgorithm
     57 pkg crypto/x509, const SHA512WithRSAPSS = 15
     58 pkg crypto/x509, const SHA512WithRSAPSS SignatureAlgorithm
     59 pkg crypto/x509, type UnknownAuthorityError struct, Cert *Certificate
     60 pkg database/sql, const LevelDefault = 0
     61 pkg database/sql, const LevelDefault IsolationLevel
     62 pkg database/sql, const LevelLinearizable = 7
     63 pkg database/sql, const LevelLinearizable IsolationLevel
     64 pkg database/sql, const LevelReadCommitted = 2
     65 pkg database/sql, const LevelReadCommitted IsolationLevel
     66 pkg database/sql, const LevelReadUncommitted = 1
     67 pkg database/sql, const LevelReadUncommitted IsolationLevel
     68 pkg database/sql, const LevelRepeatableRead = 4
     69 pkg database/sql, const LevelRepeatableRead IsolationLevel
     70 pkg database/sql, const LevelSerializable = 6
     71 pkg database/sql, const LevelSerializable IsolationLevel
     72 pkg database/sql, const LevelSnapshot = 5
     73 pkg database/sql, const LevelSnapshot IsolationLevel
     74 pkg database/sql, const LevelWriteCommitted = 3
     75 pkg database/sql, const LevelWriteCommitted IsolationLevel
     76 pkg database/sql/driver, type ConnBeginTx interface { BeginTx }
     77 pkg database/sql/driver, type ConnBeginTx interface, BeginTx(context.Context, TxOptions) (Tx, error)
     78 pkg database/sql/driver, type ConnPrepareContext interface { PrepareContext }
     79 pkg database/sql/driver, type ConnPrepareContext interface, PrepareContext(context.Context, string) (Stmt, error)
     80 pkg database/sql/driver, type ExecerContext interface { ExecContext }
     81 pkg database/sql/driver, type ExecerContext interface, ExecContext(context.Context, string, []NamedValue) (Result, error)
     82 pkg database/sql/driver, type IsolationLevel int
     83 pkg database/sql/driver, type NamedValue struct
     84 pkg database/sql/driver, type NamedValue struct, Name string
     85 pkg database/sql/driver, type NamedValue struct, Ordinal int
     86 pkg database/sql/driver, type NamedValue struct, Value Value
     87 pkg database/sql/driver, type Pinger interface { Ping }
     88 pkg database/sql/driver, type Pinger interface, Ping(context.Context) error
     89 pkg database/sql/driver, type QueryerContext interface { QueryContext }
     90 pkg database/sql/driver, type QueryerContext interface, QueryContext(context.Context, string, []NamedValue) (Rows, error)
     91 pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface { Close, ColumnTypeDatabaseTypeName, Columns, Next }
     92 pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, Close() error
     93 pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, Columns() []string
     94 pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, ColumnTypeDatabaseTypeName(int) string
     95 pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, Next([]Value) error
     96 pkg database/sql/driver, type RowsColumnTypeLength interface { Close, ColumnTypeLength, Columns, Next }
     97 pkg database/sql/driver, type RowsColumnTypeLength interface, Close() error
     98 pkg database/sql/driver, type RowsColumnTypeLength interface, Columns() []string
     99 pkg database/sql/driver, type RowsColumnTypeLength interface, ColumnTypeLength(int) (int64, bool)
    100 pkg database/sql/driver, type RowsColumnTypeLength interface, Next([]Value) error
    101 pkg database/sql/driver, type RowsColumnTypeNullable interface { Close, ColumnTypeNullable, Columns, Next }
    102 pkg database/sql/driver, type RowsColumnTypeNullable interface, Close() error
    103 pkg database/sql/driver, type RowsColumnTypeNullable interface, Columns() []string
    104 pkg database/sql/driver, type RowsColumnTypeNullable interface, ColumnTypeNullable(int) (bool, bool)
    105 pkg database/sql/driver, type RowsColumnTypeNullable interface, Next([]Value) error
    106 pkg database/sql/driver, type RowsColumnTypePrecisionScale interface { Close, ColumnTypePrecisionScale, Columns, Next }
    107 pkg database/sql/driver, type RowsColumnTypePrecisionScale interface, Close() error
    108 pkg database/sql/driver, type RowsColumnTypePrecisionScale interface, Columns() []string
    109 pkg database/sql/driver, type RowsColumnTypePrecisionScale interface, ColumnTypePrecisionScale(int) (int64, int64, bool)
    110 pkg database/sql/driver, type RowsColumnTypePrecisionScale interface, Next([]Value) error
    111 pkg database/sql/driver, type RowsColumnTypeScanType interface { Close, ColumnTypeScanType, Columns, Next }
    112 pkg database/sql/driver, type RowsColumnTypeScanType interface, Close() error
    113 pkg database/sql/driver, type RowsColumnTypeScanType interface, Columns() []string
    114 pkg database/sql/driver, type RowsColumnTypeScanType interface, ColumnTypeScanType(int) reflect.Type
    115 pkg database/sql/driver, type RowsColumnTypeScanType interface, Next([]Value) error
    116 pkg database/sql/driver, type RowsNextResultSet interface { Close, Columns, HasNextResultSet, Next, NextResultSet }
    117 pkg database/sql/driver, type RowsNextResultSet interface, Close() error
    118 pkg database/sql/driver, type RowsNextResultSet interface, Columns() []string
    119 pkg database/sql/driver, type RowsNextResultSet interface, HasNextResultSet() bool
    120 pkg database/sql/driver, type RowsNextResultSet interface, NextResultSet() error
    121 pkg database/sql/driver, type RowsNextResultSet interface, Next([]Value) error
    122 pkg database/sql/driver, type StmtExecContext interface { ExecContext }
    123 pkg database/sql/driver, type StmtExecContext interface, ExecContext(context.Context, []NamedValue) (Result, error)
    124 pkg database/sql/driver, type StmtQueryContext interface { QueryContext }
    125 pkg database/sql/driver, type StmtQueryContext interface, QueryContext(context.Context, []NamedValue) (Rows, error)
    126 pkg database/sql/driver, type TxOptions struct
    127 pkg database/sql/driver, type TxOptions struct, Isolation IsolationLevel
    128 pkg database/sql/driver, type TxOptions struct, ReadOnly bool
    129 pkg database/sql, func Named(string, interface{}) NamedArg
    130 pkg database/sql, method (*ColumnType) DatabaseTypeName() string
    131 pkg database/sql, method (*ColumnType) DecimalSize() (int64, int64, bool)
    132 pkg database/sql, method (*ColumnType) Length() (int64, bool)
    133 pkg database/sql, method (*ColumnType) Name() string
    134 pkg database/sql, method (*ColumnType) Nullable() (bool, bool)
    135 pkg database/sql, method (*ColumnType) ScanType() reflect.Type
    136 pkg database/sql, method (*DB) BeginTx(context.Context, *TxOptions) (*Tx, error)
    137 pkg database/sql, method (*DB) ExecContext(context.Context, string, ...interface{}) (Result, error)
    138 pkg database/sql, method (*DB) PingContext(context.Context) error
    139 pkg database/sql, method (*DB) PrepareContext(context.Context, string) (*Stmt, error)
    140 pkg database/sql, method (*DB) QueryContext(context.Context, string, ...interface{}) (*Rows, error)
    141 pkg database/sql, method (*DB) QueryRowContext(context.Context, string, ...interface{}) *Row
    142 pkg database/sql, method (*Rows) ColumnTypes() ([]*ColumnType, error)
    143 pkg database/sql, method (*Rows) NextResultSet() bool
    144 pkg database/sql, method (*Stmt) ExecContext(context.Context, ...interface{}) (Result, error)
    145 pkg database/sql, method (*Stmt) QueryContext(context.Context, ...interface{}) (*Rows, error)
    146 pkg database/sql, method (*Stmt) QueryRowContext(context.Context, ...interface{}) *Row
    147 pkg database/sql, method (*Tx) ExecContext(context.Context, string, ...interface{}) (Result, error)
    148 pkg database/sql, method (*Tx) PrepareContext(context.Context, string) (*Stmt, error)
    149 pkg database/sql, method (*Tx) QueryContext(context.Context, string, ...interface{}) (*Rows, error)
    150 pkg database/sql, method (*Tx) QueryRowContext(context.Context, string, ...interface{}) *Row
    151 pkg database/sql, method (*Tx) StmtContext(context.Context, *Stmt) *Stmt
    152 pkg database/sql, type ColumnType struct
    153 pkg database/sql, type IsolationLevel int
    154 pkg database/sql, type NamedArg struct
    155 pkg database/sql, type NamedArg struct, Name string
    156 pkg database/sql, type NamedArg struct, Value interface{}
    157 pkg database/sql, type TxOptions struct
    158 pkg database/sql, type TxOptions struct, Isolation IsolationLevel
    159 pkg database/sql, type TxOptions struct, ReadOnly bool
    160 pkg debug/pe, method (*COFFSymbol) FullName(StringTable) (string, error)
    161 pkg debug/pe, method (StringTable) String(uint32) (string, error)
    162 pkg debug/pe, type File struct, COFFSymbols []COFFSymbol
    163 pkg debug/pe, type File struct, StringTable StringTable
    164 pkg debug/pe, type Reloc struct
    165 pkg debug/pe, type Reloc struct, SymbolTableIndex uint32
    166 pkg debug/pe, type Reloc struct, Type uint16
    167 pkg debug/pe, type Reloc struct, VirtualAddress uint32
    168 pkg debug/pe, type Section struct, Relocs []Reloc
    169 pkg debug/pe, type StringTable []uint8
    170 pkg encoding/base64, method (Encoding) Strict() *Encoding
    171 pkg encoding/json, method (RawMessage) MarshalJSON() ([]uint8, error)
    172 pkg encoding/json, type UnmarshalTypeError struct, Field string
    173 pkg encoding/json, type UnmarshalTypeError struct, Struct string
    174 pkg expvar, func Handler() http.Handler
    175 pkg expvar, method (*Float) Value() float64
    176 pkg expvar, method (Func) Value() interface{}
    177 pkg expvar, method (*Int) Value() int64
    178 pkg expvar, method (*String) Value() string
    179 pkg go/doc, func IsPredeclared(string) bool
    180 pkg go/types, func Default(Type) Type
    181 pkg go/types, func IdenticalIgnoreTags(Type, Type) bool
    182 pkg math/big, method (*Float) Scan(fmt.ScanState, int32) error
    183 pkg math/big, method (*Int) Sqrt(*Int) *Int
    184 pkg math/rand, func Uint64() uint64
    185 pkg math/rand, method (*Rand) Uint64() uint64
    186 pkg math/rand, type Source64 interface, Int63() int64
    187 pkg math/rand, type Source64 interface { Int63, Seed, Uint64 }
    188 pkg math/rand, type Source64 interface, Seed(int64)
    189 pkg math/rand, type Source64 interface, Uint64() uint64
    190 pkg net/http, const TrailerPrefix ideal-string
    191 pkg net/http, const TrailerPrefix = "Trailer:"
    192 pkg net/http/httptrace, type ClientTrace struct, TLSHandshakeDone func(tls.ConnectionState, error)
    193 pkg net/http/httptrace, type ClientTrace struct, TLSHandshakeStart func()
    194 pkg net/http/httputil, type ReverseProxy struct, ModifyResponse func(*http.Response) error
    195 pkg net/http, method (*Server) Close() error
    196 pkg net/http, method (*Server) Shutdown(context.Context) error
    197 pkg net/http, type Pusher interface { Push }
    198 pkg net/http, type Pusher interface, Push(string, *PushOptions) error
    199 pkg net/http, type PushOptions struct
    200 pkg net/http, type PushOptions struct, Header Header
    201 pkg net/http, type PushOptions struct, Method string
    202 pkg net/http, type Request struct, GetBody func() (io.ReadCloser, error)
    203 pkg net/http, type Server struct, IdleTimeout time.Duration
    204 pkg net/http, type Server struct, ReadHeaderTimeout time.Duration
    205 pkg net/http, type Transport struct, ProxyConnectHeader Header
    206 pkg net/http, var ErrAbortHandler error
    207 pkg net/http, var ErrServerClosed error
    208 pkg net/http, var NoBody noBody
    209 pkg net/mail, func ParseDate(string) (time.Time, error)
    210 pkg net, method (*Buffers) Read([]uint8) (int, error)
    211 pkg net, method (*Buffers) WriteTo(io.Writer) (int64, error)
    212 pkg net, method (*Resolver) LookupAddr(context.Context, string) ([]string, error)
    213 pkg net, method (*Resolver) LookupCNAME(context.Context, string) (string, error)
    214 pkg net, method (*Resolver) LookupHost(context.Context, string) ([]string, error)
    215 pkg net, method (*Resolver) LookupIPAddr(context.Context, string) ([]IPAddr, error)
    216 pkg net, method (*Resolver) LookupMX(context.Context, string) ([]*MX, error)
    217 pkg net, method (*Resolver) LookupNS(context.Context, string) ([]*NS, error)
    218 pkg net, method (*Resolver) LookupPort(context.Context, string, string) (int, error)
    219 pkg net, method (*Resolver) LookupSRV(context.Context, string, string, string) (string, []*SRV, error)
    220 pkg net, method (*Resolver) LookupTXT(context.Context, string) ([]string, error)
    221 pkg net, method (*UnixListener) SetUnlinkOnClose(bool)
    222 pkg net, type Buffers [][]uint8
    223 pkg net, type Dialer struct, Resolver *Resolver
    224 pkg net, type Resolver struct
    225 pkg net, type Resolver struct, PreferGo bool
    226 pkg net/url, func PathEscape(string) string
    227 pkg net/url, func PathUnescape(string) (string, error)
    228 pkg net/url, method (*URL) Hostname() string
    229 pkg net/url, method (*URL) MarshalBinary() ([]uint8, error)
    230 pkg net/url, method (*URL) Port() string
    231 pkg net/url, method (*URL) UnmarshalBinary([]uint8) error
    232 pkg net, var DefaultResolver *Resolver
    233 pkg os, func Executable() (string, error)
    234 pkg os, var ErrClosed error
    235 pkg plugin, func Open(string) (*Plugin, error)
    236 pkg plugin, method (*Plugin) Lookup(string) (Symbol, error)
    237 pkg plugin, type Plugin struct
    238 pkg plugin, type Symbol interface {}
    239 pkg reflect, func Swapper(interface{}) func(int, int)
    240 pkg runtime, func MutexProfile([]BlockProfileRecord) (int, bool)
    241 pkg runtime, func SetMutexProfileFraction(int) int
    242 pkg runtime, type MemStats struct, NumForcedGC uint32
    243 pkg sort, func Slice(interface{}, func(int, int) bool)
    244 pkg sort, func SliceIsSorted(interface{}, func(int, int) bool) bool
    245 pkg sort, func SliceStable(interface{}, func(int, int) bool)
    246 pkg syscall (linux-arm-cgo), func TimevalToNsec(Timeval) int64
    247 pkg syscall (linux-arm), func TimevalToNsec(Timeval) int64
    248 pkg syscall (openbsd-386), const SYS_KILL = 122
    249 pkg syscall (openbsd-386-cgo), const SYS_KILL = 122
    250 pkg syscall (openbsd-amd64), const SYS_KILL = 122
    251 pkg syscall (openbsd-amd64-cgo), const SYS_KILL = 122
    252 pkg syscall (windows-386), const ERROR_DIR_NOT_EMPTY = 145
    253 pkg syscall (windows-386), const ERROR_DIR_NOT_EMPTY Errno
    254 pkg syscall (windows-amd64), const ERROR_DIR_NOT_EMPTY = 145
    255 pkg syscall (windows-amd64), const ERROR_DIR_NOT_EMPTY Errno
    256 pkg testing, func CoverMode() string
    257 pkg testing, func MainStart(testDeps, []InternalTest, []InternalBenchmark, []InternalExample) *M
    258 pkg testing, method (*B) Name() string
    259 pkg testing, method (*T) Name() string
    260 pkg testing, type TB interface, Name() string
    261 pkg time, func Until(Time) Duration
    262