]> 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, const UintSize = 64
54 pkg math/bits, const UintSize ideal-int
55 pkg math/bits, func LeadingZeros(uint) int
56 pkg math/bits, func LeadingZeros16(uint16) int
57 pkg math/bits, func LeadingZeros32(uint32) int
58 pkg math/bits, func LeadingZeros64(uint64) int
59 pkg math/bits, func LeadingZeros8(uint8) int
60 pkg math/bits, func Len(uint) int
61 pkg math/bits, func Len16(uint16) int
62 pkg math/bits, func Len32(uint32) int
63 pkg math/bits, func Len64(uint64) int
64 pkg math/bits, func Len8(uint8) int
65 pkg math/bits, func OnesCount(uint) int
66 pkg math/bits, func OnesCount16(uint16) int
67 pkg math/bits, func OnesCount32(uint32) int
68 pkg math/bits, func OnesCount64(uint64) int
69 pkg math/bits, func OnesCount8(uint8) int
70 pkg math/bits, func Reverse(uint) uint
71 pkg math/bits, func Reverse16(uint16) uint16
72 pkg math/bits, func Reverse32(uint32) uint32
73 pkg math/bits, func Reverse64(uint64) uint64
74 pkg math/bits, func Reverse8(uint8) uint8
75 pkg math/bits, func ReverseBytes(uint) uint
76 pkg math/bits, func ReverseBytes16(uint16) uint16
77 pkg math/bits, func ReverseBytes32(uint32) uint32
78 pkg math/bits, func ReverseBytes64(uint64) uint64
79 pkg math/bits, func RotateLeft(uint, int) uint
80 pkg math/bits, func RotateLeft16(uint16, int) uint16
81 pkg math/bits, func RotateLeft32(uint32, int) uint32
82 pkg math/bits, func RotateLeft64(uint64, int) uint64
83 pkg math/bits, func RotateLeft8(uint8, int) uint8
84 pkg math/bits, func TrailingZeros(uint) int
85 pkg math/bits, func TrailingZeros16(uint16) int
86 pkg math/bits, func TrailingZeros32(uint32) int
87 pkg math/bits, func TrailingZeros64(uint64) int
88 pkg math/bits, func TrailingZeros8(uint8) int
89 pkg mime, var ErrInvalidMediaParameter error
90 pkg mime/multipart, type FileHeader struct, Size int64
91 pkg mime/multipart, var ErrMessageTooLarge error
92 pkg net, method (*IPConn) SyscallConn() (syscall.RawConn, error)
93 pkg net, method (*TCPConn) SyscallConn() (syscall.RawConn, error)
94 pkg net, method (*UDPConn) SyscallConn() (syscall.RawConn, error)
95 pkg net, method (*UnixConn) SyscallConn() (syscall.RawConn, error)
96 pkg net, type Resolver struct, Dial func(context.Context, string, string) (Conn, error)
97 pkg net, type Resolver struct, StrictErrors bool
98 pkg net/http, func ServeTLS(net.Listener, Handler, string, string) error
99 pkg net/http, method (*Server) RegisterOnShutdown(func())
100 pkg net/http, method (*Server) ServeTLS(net.Listener, string, string) error
101 pkg net/http/fcgi, func ProcessEnv(*http.Request) map[string]string
102 pkg net/http/httptest, method (*Server) Certificate() *x509.Certificate
103 pkg net/http/httptest, method (*Server) Client() *http.Client
104 pkg reflect, func MakeMapWithSize(Type, int) Value
105 pkg runtime/pprof, func Do(context.Context, LabelSet, func(context.Context))
106 pkg runtime/pprof, func ForLabels(context.Context, func(string, string) bool)
107 pkg runtime/pprof, func Label(context.Context, string) (string, bool)
108 pkg runtime/pprof, func Labels(...string) LabelSet
109 pkg runtime/pprof, func SetGoroutineLabels(context.Context)
110 pkg runtime/pprof, func WithLabels(context.Context, LabelSet) context.Context
111 pkg runtime/pprof, type LabelSet struct
112 pkg sync, method (*Map) Delete(interface{})
113 pkg sync, method (*Map) Load(interface{}) (interface{}, bool)
114 pkg sync, method (*Map) LoadOrStore(interface{}, interface{}) (interface{}, bool)
115 pkg sync, method (*Map) Range(func(interface{}, interface{}) bool)
116 pkg sync, method (*Map) Store(interface{}, interface{})
117 pkg sync, type Map struct
118 pkg syscall (darwin-386-cgo), type Credential struct, NoSetGroups bool
119 pkg syscall (darwin-386), type Credential struct, NoSetGroups bool
120 pkg syscall (darwin-amd64-cgo), type Credential struct, NoSetGroups bool
121 pkg syscall (darwin-amd64), type Credential struct, NoSetGroups bool
122 pkg syscall (freebsd-386-cgo), func Pipe2([]int, int) error
123 pkg syscall (freebsd-386-cgo), type Credential struct, NoSetGroups bool
124 pkg syscall (freebsd-386), func Pipe2([]int, int) error
125 pkg syscall (freebsd-386), type Credential struct, NoSetGroups bool
126 pkg syscall (freebsd-amd64-cgo), func Pipe2([]int, int) error
127 pkg syscall (freebsd-amd64-cgo), type Credential struct, NoSetGroups bool
128 pkg syscall (freebsd-amd64), func Pipe2([]int, int) error
129 pkg syscall (freebsd-amd64), type Credential struct, NoSetGroups bool
130 pkg syscall (freebsd-arm-cgo), func Pipe2([]int, int) error
131 pkg syscall (freebsd-arm-cgo), type Credential struct, NoSetGroups bool
132 pkg syscall (freebsd-arm), func Pipe2([]int, int) error
133 pkg syscall (freebsd-arm), type Credential struct, NoSetGroups bool
134 pkg syscall (linux-386-cgo), type Credential struct, NoSetGroups bool
135 pkg syscall (linux-386-cgo), type SysProcAttr struct, AmbientCaps []uintptr
136 pkg syscall (linux-386), type Credential struct, NoSetGroups bool
137 pkg syscall (linux-386), type SysProcAttr struct, AmbientCaps []uintptr
138 pkg syscall (linux-amd64-cgo), type Credential struct, NoSetGroups bool
139 pkg syscall (linux-amd64-cgo), type SysProcAttr struct, AmbientCaps []uintptr
140 pkg syscall (linux-amd64), type Credential struct, NoSetGroups bool
141 pkg syscall (linux-amd64), type SysProcAttr struct, AmbientCaps []uintptr
142 pkg syscall (linux-arm-cgo), type Credential struct, NoSetGroups bool
143 pkg syscall (linux-arm-cgo), type SysProcAttr struct, AmbientCaps []uintptr
144 pkg syscall (linux-arm), type Credential struct, NoSetGroups bool
145 pkg syscall (linux-arm), type SysProcAttr struct, AmbientCaps []uintptr
146 pkg syscall (netbsd-386-cgo), type Credential struct, NoSetGroups bool
147 pkg syscall (netbsd-386), type Credential struct, NoSetGroups bool
148 pkg syscall (netbsd-amd64-cgo), type Credential struct, NoSetGroups bool
149 pkg syscall (netbsd-amd64), type Credential struct, NoSetGroups bool
150 pkg syscall (netbsd-arm-cgo), type Credential struct, NoSetGroups bool
151 pkg syscall (netbsd-arm), type Credential struct, NoSetGroups bool
152 pkg syscall (openbsd-386-cgo), type Credential struct, NoSetGroups bool
153 pkg syscall (openbsd-386), type Credential struct, NoSetGroups bool
154 pkg syscall (openbsd-amd64-cgo), type Credential struct, NoSetGroups bool
155 pkg syscall (openbsd-amd64), type Credential struct, NoSetGroups bool
156 pkg syscall (windows-386), const WSAECONNABORTED = 10053
157 pkg syscall (windows-386), const WSAECONNABORTED Errno
158 pkg syscall (windows-amd64), const WSAECONNABORTED = 10053
159 pkg syscall (windows-amd64), const WSAECONNABORTED Errno
160 pkg syscall, type Conn interface { SyscallConn }
161 pkg syscall, type Conn interface, SyscallConn() (RawConn, error)
162 pkg syscall, type RawConn interface { Control, Read, Write }
163 pkg syscall, type RawConn interface, Control(func(uintptr)) error
164 pkg syscall, type RawConn interface, Read(func(uintptr) bool) error
165 pkg syscall, type RawConn interface, Write(func(uintptr) bool) error
166 pkg testing, method (*B) Helper()
167 pkg testing, method (*T) Helper()
168 pkg testing, type TB interface, Helper()
169 pkg time, method (Duration) Round(Duration) Duration
170 pkg time, method (Duration) Truncate(Duration) Duration