]> Cypherpunks.ru repositories - gostls13.git/blob - api/go1.9.txt
[dev.boringcrypto] all: merge master into dev.boringcrypto
[gostls13.git] / api / go1.9.txt
1 pkg crypto, const BLAKE2b_256 = 17
2 pkg crypto, const BLAKE2b_256 Hash
3 pkg crypto, const BLAKE2b_384 = 18
4 pkg crypto, const BLAKE2b_384 Hash
5 pkg crypto, const BLAKE2b_512 = 19
6 pkg crypto, const BLAKE2b_512 Hash
7 pkg crypto, const BLAKE2s_256 = 16
8 pkg crypto, const BLAKE2s_256 Hash
9 pkg crypto/x509, type Certificate struct, ExcludedDNSDomains []string
10 pkg crypto/x509, type VerifyOptions struct, IsBoring func(*Certificate) bool
11 pkg database/sql, method (*Conn) BeginTx(context.Context, *TxOptions) (*Tx, error)
12 pkg database/sql, method (*Conn) Close() error
13 pkg database/sql, method (*Conn) ExecContext(context.Context, string, ...interface{}) (Result, error)
14 pkg database/sql, method (*Conn) PingContext(context.Context) error
15 pkg database/sql, method (*Conn) PrepareContext(context.Context, string) (*Stmt, error)
16 pkg database/sql, method (*Conn) QueryContext(context.Context, string, ...interface{}) (*Rows, error)
17 pkg database/sql, method (*Conn) QueryRowContext(context.Context, string, ...interface{}) *Row
18 pkg database/sql, method (*DB) Conn(context.Context) (*Conn, error)
19 pkg database/sql, type Conn struct
20 pkg database/sql, type Out struct
21 pkg database/sql, type Out struct, Dest interface{}
22 pkg database/sql, type Out struct, In bool
23 pkg database/sql, var ErrConnDone error
24 pkg database/sql/driver, type NamedValueChecker interface { CheckNamedValue }
25 pkg database/sql/driver, type NamedValueChecker interface, CheckNamedValue(*NamedValue) error
26 pkg database/sql/driver, var ErrRemoveArgument error
27 pkg encoding/asn1, const TagNull = 5
28 pkg encoding/asn1, const TagNull ideal-int
29 pkg encoding/asn1, var NullBytes []uint8
30 pkg encoding/asn1, var NullRawValue RawValue
31 pkg encoding/base32, const NoPadding = -1
32 pkg encoding/base32, const NoPadding int32
33 pkg encoding/base32, const StdPadding = 61
34 pkg encoding/base32, const StdPadding int32
35 pkg encoding/base32, method (Encoding) WithPadding(int32) *Encoding
36 pkg encoding/csv, type Reader struct, ReuseRecord bool
37 pkg encoding/json, func Valid([]uint8) bool
38 pkg go/ast, type TypeSpec struct, Assign token.Pos
39 pkg go/types, func SizesFor(string, string) Sizes
40 pkg go/types, method (*TypeName) IsAlias() bool
41 pkg hash/fnv, func New128() hash.Hash
42 pkg hash/fnv, func New128a() hash.Hash
43 pkg html/template, const ErrPredefinedEscaper = 11
44 pkg html/template, const ErrPredefinedEscaper ErrorCode
45 pkg image/png, type Encoder struct, BufferPool EncoderBufferPool
46 pkg image/png, type EncoderBuffer struct
47 pkg image/png, type EncoderBufferPool interface { Get, Put }
48 pkg image/png, type EncoderBufferPool interface, Get() *EncoderBuffer
49 pkg image/png, type EncoderBufferPool interface, Put(*EncoderBuffer)
50 pkg math/big, method (*Int) IsInt64() bool
51 pkg math/big, method (*Int) IsUint64() bool
52 pkg math/big, type Word uint
53 pkg math/bits (darwin-amd64), const UintSize = 64
54 pkg math/bits (darwin-amd64-cgo), const UintSize = 64
55 pkg math/bits (freebsd-386), const UintSize = 32
56 pkg math/bits (freebsd-386-cgo), const UintSize = 32
57 pkg math/bits (freebsd-amd64), const UintSize = 64
58 pkg math/bits (freebsd-amd64-cgo), const UintSize = 64
59 pkg math/bits (freebsd-arm), const UintSize = 32
60 pkg math/bits (freebsd-arm-cgo), const UintSize = 32
61 pkg math/bits (linux-386), const UintSize = 32
62 pkg math/bits (linux-386-cgo), const UintSize = 32
63 pkg math/bits (linux-amd64), const UintSize = 64
64 pkg math/bits (linux-amd64-cgo), const UintSize = 64
65 pkg math/bits (linux-arm), const UintSize = 32
66 pkg math/bits (linux-arm-cgo), const UintSize = 32
67 pkg math/bits (netbsd-386), const UintSize = 32
68 pkg math/bits (netbsd-386-cgo), const UintSize = 32
69 pkg math/bits (netbsd-amd64), const UintSize = 64
70 pkg math/bits (netbsd-amd64-cgo), const UintSize = 64
71 pkg math/bits (netbsd-arm), const UintSize = 32
72 pkg math/bits (netbsd-arm-cgo), const UintSize = 32
73 pkg math/bits (netbsd-arm64), const UintSize = 64
74 pkg math/bits (netbsd-arm64-cgo), const UintSize = 64
75 pkg math/bits (openbsd-386), const UintSize = 32
76 pkg math/bits (openbsd-386-cgo), const UintSize = 32
77 pkg math/bits (openbsd-amd64), const UintSize = 64
78 pkg math/bits (openbsd-amd64-cgo), const UintSize = 64
79 pkg math/bits (windows-386), const UintSize = 32
80 pkg math/bits (windows-amd64), const UintSize = 64
81 pkg math/bits, const UintSize ideal-int
82 pkg math/bits, func LeadingZeros(uint) int
83 pkg math/bits, func LeadingZeros16(uint16) int
84 pkg math/bits, func LeadingZeros32(uint32) int
85 pkg math/bits, func LeadingZeros64(uint64) int
86 pkg math/bits, func LeadingZeros8(uint8) int
87 pkg math/bits, func Len(uint) int
88 pkg math/bits, func Len16(uint16) int
89 pkg math/bits, func Len32(uint32) int
90 pkg math/bits, func Len64(uint64) int
91 pkg math/bits, func Len8(uint8) int
92 pkg math/bits, func OnesCount(uint) int
93 pkg math/bits, func OnesCount16(uint16) int
94 pkg math/bits, func OnesCount32(uint32) int
95 pkg math/bits, func OnesCount64(uint64) int
96 pkg math/bits, func OnesCount8(uint8) int
97 pkg math/bits, func Reverse(uint) uint
98 pkg math/bits, func Reverse16(uint16) uint16
99 pkg math/bits, func Reverse32(uint32) uint32
100 pkg math/bits, func Reverse64(uint64) uint64
101 pkg math/bits, func Reverse8(uint8) uint8
102 pkg math/bits, func ReverseBytes(uint) uint
103 pkg math/bits, func ReverseBytes16(uint16) uint16
104 pkg math/bits, func ReverseBytes32(uint32) uint32
105 pkg math/bits, func ReverseBytes64(uint64) uint64
106 pkg math/bits, func RotateLeft(uint, int) uint
107 pkg math/bits, func RotateLeft16(uint16, int) uint16
108 pkg math/bits, func RotateLeft32(uint32, int) uint32
109 pkg math/bits, func RotateLeft64(uint64, int) uint64
110 pkg math/bits, func RotateLeft8(uint8, int) uint8
111 pkg math/bits, func TrailingZeros(uint) int
112 pkg math/bits, func TrailingZeros16(uint16) int
113 pkg math/bits, func TrailingZeros32(uint32) int
114 pkg math/bits, func TrailingZeros64(uint64) int
115 pkg math/bits, func TrailingZeros8(uint8) int
116 pkg mime, var ErrInvalidMediaParameter error
117 pkg mime/multipart, type FileHeader struct, Size int64
118 pkg mime/multipart, var ErrMessageTooLarge error
119 pkg net, method (*IPConn) SyscallConn() (syscall.RawConn, error)
120 pkg net, method (*TCPConn) SyscallConn() (syscall.RawConn, error)
121 pkg net, method (*UDPConn) SyscallConn() (syscall.RawConn, error)
122 pkg net, method (*UnixConn) SyscallConn() (syscall.RawConn, error)
123 pkg net, type Resolver struct, Dial func(context.Context, string, string) (Conn, error)
124 pkg net, type Resolver struct, StrictErrors bool
125 pkg net/http, func ServeTLS(net.Listener, Handler, string, string) error
126 pkg net/http, method (*Server) RegisterOnShutdown(func())
127 pkg net/http, method (*Server) ServeTLS(net.Listener, string, string) error
128 pkg net/http/fcgi, func ProcessEnv(*http.Request) map[string]string
129 pkg net/http/httptest, method (*Server) Certificate() *x509.Certificate
130 pkg net/http/httptest, method (*Server) Client() *http.Client
131 pkg reflect, func MakeMapWithSize(Type, int) Value
132 pkg runtime/pprof, func Do(context.Context, LabelSet, func(context.Context))
133 pkg runtime/pprof, func ForLabels(context.Context, func(string, string) bool)
134 pkg runtime/pprof, func Label(context.Context, string) (string, bool)
135 pkg runtime/pprof, func Labels(...string) LabelSet
136 pkg runtime/pprof, func SetGoroutineLabels(context.Context)
137 pkg runtime/pprof, func WithLabels(context.Context, LabelSet) context.Context
138 pkg runtime/pprof, type LabelSet struct
139 pkg sync, method (*Map) Delete(interface{})
140 pkg sync, method (*Map) Load(interface{}) (interface{}, bool)
141 pkg sync, method (*Map) LoadOrStore(interface{}, interface{}) (interface{}, bool)
142 pkg sync, method (*Map) Range(func(interface{}, interface{}) bool)
143 pkg sync, method (*Map) Store(interface{}, interface{})
144 pkg sync, type Map struct
145 pkg syscall (darwin-386-cgo), type Credential struct, NoSetGroups bool
146 pkg syscall (darwin-386), type Credential struct, NoSetGroups bool
147 pkg syscall (darwin-amd64-cgo), type Credential struct, NoSetGroups bool
148 pkg syscall (darwin-amd64), type Credential struct, NoSetGroups bool
149 pkg syscall (freebsd-386-cgo), func Pipe2([]int, int) error
150 pkg syscall (freebsd-386-cgo), type Credential struct, NoSetGroups bool
151 pkg syscall (freebsd-386), func Pipe2([]int, int) error
152 pkg syscall (freebsd-386), type Credential struct, NoSetGroups bool
153 pkg syscall (freebsd-amd64-cgo), func Pipe2([]int, int) error
154 pkg syscall (freebsd-amd64-cgo), type Credential struct, NoSetGroups bool
155 pkg syscall (freebsd-amd64), func Pipe2([]int, int) error
156 pkg syscall (freebsd-amd64), type Credential struct, NoSetGroups bool
157 pkg syscall (freebsd-arm-cgo), func Pipe2([]int, int) error
158 pkg syscall (freebsd-arm-cgo), type Credential struct, NoSetGroups bool
159 pkg syscall (freebsd-arm), func Pipe2([]int, int) error
160 pkg syscall (freebsd-arm), type Credential struct, NoSetGroups bool
161 pkg syscall (linux-386-cgo), type Credential struct, NoSetGroups bool
162 pkg syscall (linux-386-cgo), type SysProcAttr struct, AmbientCaps []uintptr
163 pkg syscall (linux-386), type Credential struct, NoSetGroups bool
164 pkg syscall (linux-386), type SysProcAttr struct, AmbientCaps []uintptr
165 pkg syscall (linux-amd64-cgo), type Credential struct, NoSetGroups bool
166 pkg syscall (linux-amd64-cgo), type SysProcAttr struct, AmbientCaps []uintptr
167 pkg syscall (linux-amd64), type Credential struct, NoSetGroups bool
168 pkg syscall (linux-amd64), type SysProcAttr struct, AmbientCaps []uintptr
169 pkg syscall (linux-arm-cgo), type Credential struct, NoSetGroups bool
170 pkg syscall (linux-arm-cgo), type SysProcAttr struct, AmbientCaps []uintptr
171 pkg syscall (linux-arm), type Credential struct, NoSetGroups bool
172 pkg syscall (linux-arm), type SysProcAttr struct, AmbientCaps []uintptr
173 pkg syscall (netbsd-386-cgo), type Credential struct, NoSetGroups bool
174 pkg syscall (netbsd-386), type Credential struct, NoSetGroups bool
175 pkg syscall (netbsd-amd64-cgo), type Credential struct, NoSetGroups bool
176 pkg syscall (netbsd-amd64), type Credential struct, NoSetGroups bool
177 pkg syscall (netbsd-arm-cgo), type Credential struct, NoSetGroups bool
178 pkg syscall (netbsd-arm), type Credential struct, NoSetGroups bool
179 pkg syscall (openbsd-386-cgo), type Credential struct, NoSetGroups bool
180 pkg syscall (openbsd-386), type Credential struct, NoSetGroups bool
181 pkg syscall (openbsd-amd64-cgo), type Credential struct, NoSetGroups bool
182 pkg syscall (openbsd-amd64), type Credential struct, NoSetGroups bool
183 pkg syscall (windows-386), const WSAECONNABORTED = 10053
184 pkg syscall (windows-386), const WSAECONNABORTED Errno
185 pkg syscall (windows-amd64), const WSAECONNABORTED = 10053
186 pkg syscall (windows-amd64), const WSAECONNABORTED Errno
187 pkg syscall, type Conn interface { SyscallConn }
188 pkg syscall, type Conn interface, SyscallConn() (RawConn, error)
189 pkg syscall, type RawConn interface { Control, Read, Write }
190 pkg syscall, type RawConn interface, Control(func(uintptr)) error
191 pkg syscall, type RawConn interface, Read(func(uintptr) bool) error
192 pkg syscall, type RawConn interface, Write(func(uintptr) bool) error
193 pkg testing, method (*B) Helper()
194 pkg testing, method (*T) Helper()
195 pkg testing, type TB interface, Helper()
196 pkg time, method (Duration) Round(Duration) Duration
197 pkg time, method (Duration) Truncate(Duration) Duration