Godoogle

  1. github.com/samber/lo.Map :: func[T, R any](collection []T, iteratee func(item T, index int) R) []R
  2. internal/abi.CommonSize :: func(ptrSize int) int
  3. internal/abi.StructFieldSize :: func(ptrSize int) int
  4. internal/abi.UncommonSize :: func() uint64
  5. internal/abi.TFlagOff :: func(ptrSize int) int
  6. internal/abi.ITabTypeOff :: func(ptrSize int) int
  7. internal/abi.NoEscape :: func(p unsafe.Pointer) unsafe.Pointer
  8. internal/abi.Escape :: func[T any](x T) T
  9. internal/abi.FuncPCABI0 :: func(f interface{}) uintptr
  10. internal/abi.FuncPCABIInternal :: func(f interface{}) uintptr
  11. internal/abi.UseInterfaceSwitchCache :: func(goarch string) bool
  12. internal/abi.TypeOf :: func(a any) *internal/abi.Type
  13. internal/abi.TypeFor :: func[T any]() *internal/abi.Type
  14. internal/abi.NewName :: func(n string, tag string, exported bool, embedded bool) internal/abi.Name
  15. internal/cpu.Initialize :: func(env string)
  16. internal/cpu.Name :: func() string
  17. internal/bytealg.HashStr :: func[T string | []byte](sep T) (uint32, uint32)
  18. internal/bytealg.HashStrRev :: func[T string | []byte](sep T) (uint32, uint32)
  19. internal/bytealg.IndexRabinKarp :: func[T string | []byte](s T, sep T) int
  20. internal/bytealg.LastIndexRabinKarp :: func[T string | []byte](s T, sep T) int
  21. internal/bytealg.MakeNoZero :: func(n int) []byte
  22. internal/bytealg.Compare :: func(a []byte, b []byte) int
  23. internal/bytealg.CompareString :: func(a string, b string) int
  24. internal/bytealg.Count :: func(b []byte, c byte) int
  25. internal/bytealg.CountString :: func(s string, c byte) int
  26. internal/bytealg.Equal :: func(a []byte, b []byte) bool
  27. internal/bytealg.Cutover :: func(n int) int
  28. internal/bytealg.Index :: func(a []byte, b []byte) int
  29. internal/bytealg.IndexString :: func(a string, b string) int
  30. internal/bytealg.IndexByte :: func(b []byte, c byte) int
  31. internal/bytealg.IndexByteString :: func(s string, c byte) int
  32. internal/bytealg.LastIndexByte :: func(s []byte, c byte) int
  33. internal/bytealg.LastIndexByteString :: func(s string, c byte) int
  34. internal/byteorder.LeUint16 :: func(b []byte) uint16
  35. internal/byteorder.LePutUint16 :: func(b []byte, v uint16)
  36. internal/byteorder.LeAppendUint16 :: func(b []byte, v uint16) []byte
  37. internal/byteorder.LeUint32 :: func(b []byte) uint32
  38. internal/byteorder.LePutUint32 :: func(b []byte, v uint32)
  39. internal/byteorder.LeAppendUint32 :: func(b []byte, v uint32) []byte
  40. internal/byteorder.LeUint64 :: func(b []byte) uint64
  41. internal/byteorder.LePutUint64 :: func(b []byte, v uint64)
  42. internal/byteorder.LeAppendUint64 :: func(b []byte, v uint64) []byte
  43. internal/byteorder.BeUint16 :: func(b []byte) uint16
  44. internal/byteorder.BePutUint16 :: func(b []byte, v uint16)
  45. internal/byteorder.BeAppendUint16 :: func(b []byte, v uint16) []byte
  46. internal/byteorder.BeUint32 :: func(b []byte) uint32
  47. internal/byteorder.BePutUint32 :: func(b []byte, v uint32)
  48. internal/byteorder.BeAppendUint32 :: func(b []byte, v uint32) []byte
  49. internal/byteorder.BeUint64 :: func(b []byte) uint64
  50. internal/byteorder.BePutUint64 :: func(b []byte, v uint64)
  51. internal/byteorder.BeAppendUint64 :: func(b []byte, v uint64) []byte
  52. internal/chacha8rand.Marshal :: func(s *internal/chacha8rand.State) []byte
  53. internal/chacha8rand.Unmarshal :: func(s *internal/chacha8rand.State, data []byte) error
  54. internal/coverage/rtcov.AddMeta :: func(p unsafe.Pointer, dlen uint32, hash [16]byte, pkgpath string, pkgid int, cmode uint8, cgran uint8) uint32
  55. internal/godebugs.Lookup :: func(name string) *internal/godebugs.Info
  56. internal/runtime/atomic.Load :: func(ptr *uint32) uint32
  57. internal/runtime/atomic.Loadp :: func(ptr unsafe.Pointer) unsafe.Pointer
  58. internal/runtime/atomic.Load64 :: func(ptr *uint64) uint64
  59. internal/runtime/atomic.LoadAcq :: func(ptr *uint32) uint32
  60. internal/runtime/atomic.LoadAcq64 :: func(ptr *uint64) uint64
  61. internal/runtime/atomic.LoadAcquintptr :: func(ptr *uintptr) uintptr
  62. internal/runtime/atomic.Xadd :: func(ptr *uint32, delta int32) uint32
  63. internal/runtime/atomic.Xadd64 :: func(ptr *uint64, delta int64) uint64
  64. internal/runtime/atomic.Xadduintptr :: func(ptr *uintptr, delta uintptr) uintptr
  65. internal/runtime/atomic.Xchg :: func(ptr *uint32, new uint32) uint32
  66. internal/runtime/atomic.Xchg64 :: func(ptr *uint64, new uint64) uint64
  67. internal/runtime/atomic.Xchguintptr :: func(ptr *uintptr, new uintptr) uintptr
  68. internal/runtime/atomic.Load8 :: func(ptr *uint8) uint8
  69. internal/runtime/atomic.And8 :: func(ptr *uint8, val uint8)
  70. internal/runtime/atomic.Or8 :: func(ptr *uint8, val uint8)
  71. internal/runtime/atomic.And :: func(ptr *uint32, val uint32)
  72. internal/runtime/atomic.Or :: func(ptr *uint32, val uint32)
  73. internal/runtime/atomic.And32 :: func(ptr *uint32, val uint32) uint32
  74. internal/runtime/atomic.Or32 :: func(ptr *uint32, val uint32) uint32
  75. internal/runtime/atomic.And64 :: func(ptr *uint64, val uint64) uint64
  76. internal/runtime/atomic.Or64 :: func(ptr *uint64, val uint64) uint64
  77. internal/runtime/atomic.Anduintptr :: func(ptr *uintptr, val uintptr) uintptr
  78. internal/runtime/atomic.Oruintptr :: func(ptr *uintptr, val uintptr) uintptr
  79. internal/runtime/atomic.Cas64 :: func(ptr *uint64, old uint64, new uint64) bool
  80. internal/runtime/atomic.CasRel :: func(ptr *uint32, old uint32, new uint32) bool
  81. internal/runtime/atomic.Store :: func(ptr *uint32, val uint32)
  82. internal/runtime/atomic.Store8 :: func(ptr *uint8, val uint8)
  83. internal/runtime/atomic.Store64 :: func(ptr *uint64, val uint64)
  84. internal/runtime/atomic.StoreRel :: func(ptr *uint32, val uint32)
  85. internal/runtime/atomic.StoreRel64 :: func(ptr *uint64, val uint64)
  86. internal/runtime/atomic.StoreReluintptr :: func(ptr *uintptr, val uintptr)
  87. internal/runtime/atomic.StorepNoWB :: func(ptr unsafe.Pointer, val unsafe.Pointer)
  88. internal/runtime/atomic.Cas :: func(ptr *uint32, old uint32, new uint32) bool
  89. internal/runtime/atomic.Casp1 :: func(ptr *unsafe.Pointer, old unsafe.Pointer, new unsafe.Pointer) bool
  90. internal/runtime/atomic.Casint32 :: func(ptr *int32, old int32, new int32) bool
  91. internal/runtime/atomic.Casint64 :: func(ptr *int64, old int64, new int64) bool
  92. internal/runtime/atomic.Casuintptr :: func(ptr *uintptr, old uintptr, new uintptr) bool
  93. internal/runtime/atomic.Storeint32 :: func(ptr *int32, new int32)
  94. internal/runtime/atomic.Storeint64 :: func(ptr *int64, new int64)
  95. internal/runtime/atomic.Storeuintptr :: func(ptr *uintptr, new uintptr)
  96. internal/runtime/atomic.Loaduintptr :: func(ptr *uintptr) uintptr
  97. internal/runtime/atomic.Loaduint :: func(ptr *uint) uint
  98. internal/runtime/atomic.Loadint32 :: func(ptr *int32) int32
  99. internal/runtime/atomic.Loadint64 :: func(ptr *int64) int64
  100. internal/runtime/atomic.Xaddint32 :: func(ptr *int32, delta int32) int32
  101. internal/runtime/atomic.Xaddint64 :: func(ptr *int64, delta int64) int64
  102. internal/runtime/atomic.Xchgint32 :: func(ptr *int32, new int32) int32
  103. internal/runtime/atomic.Xchgint64 :: func(ptr *int64, new int64) int64
  104. internal/runtime/exithook.Add :: func(h internal/runtime/exithook.Hook)
  105. internal/runtime/exithook.Run :: func(code int)
  106. internal/runtime/syscall.Syscall6 :: func(num uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, errno uintptr)
  107. internal/runtime/syscall.EpollCreate1 :: func(flags int32) (fd int32, errno uintptr)
  108. internal/runtime/syscall.EpollWait :: func(epfd int32, events []internal/runtime/syscall.EpollEvent, maxev int32, waitms int32) (n int32, errno uintptr)
  109. internal/runtime/syscall.EpollCtl :: func(epfd int32, op int32, fd int32, event *internal/runtime/syscall.EpollEvent) (errno uintptr)
  110. internal/runtime/syscall.Eventfd :: func(initval int32, flags int32) (fd int32, errno uintptr)
  111. internal/stringslite.HasPrefix :: func(s string, prefix string) bool
  112. internal/stringslite.HasSuffix :: func(s string, suffix string) bool
  113. internal/stringslite.IndexByte :: func(s string, c byte) int
  114. internal/stringslite.Index :: func(s string, substr string) int
  115. internal/stringslite.Cut :: func(s string, sep string) (before string, after string, found bool)
  116. internal/stringslite.CutPrefix :: func(s string, prefix string) (after string, found bool)
  117. internal/stringslite.CutSuffix :: func(s string, suffix string) (before string, found bool)
  118. internal/stringslite.TrimPrefix :: func(s string, prefix string) string
  119. internal/stringslite.TrimSuffix :: func(s string, suffix string) string
  120. internal/stringslite.Clone :: func(s string) string
  121. runtime/internal/math.MulUintptr :: func(a uintptr, b uintptr) (uintptr, bool)
  122. runtime/internal/math.Mul64 :: func(x uint64, y uint64) (hi uint64, lo uint64)
  123. runtime/internal/math.Add64 :: func(x uint64, y uint64, carry uint64) (sum uint64, carryOut uint64)
  124. runtime/internal/sys.TrailingZeros32 :: func(x uint32) int
  125. runtime/internal/sys.TrailingZeros64 :: func(x uint64) int
  126. runtime/internal/sys.TrailingZeros8 :: func(x uint8) int
  127. runtime/internal/sys.Len64 :: func(x uint64) (n int)
  128. runtime/internal/sys.OnesCount64 :: func(x uint64) int
  129. runtime/internal/sys.LeadingZeros64 :: func(x uint64) int
  130. runtime/internal/sys.LeadingZeros8 :: func(x uint8) int
  131. runtime/internal/sys.Len8 :: func(x uint8) int
  132. runtime/internal/sys.Bswap64 :: func(x uint64) uint64
  133. runtime/internal/sys.Bswap32 :: func(x uint32) uint32
  134. runtime/internal/sys.Prefetch :: func(addr uintptr)
  135. runtime/internal/sys.PrefetchStreamed :: func(addr uintptr)
  136. runtime.SetCPUProfileRate :: func(hz int)
  137. runtime.CPUProfile :: func() []byte
  138. runtime.GOMAXPROCS :: func(n int) int
  139. runtime.NumCPU :: func() int
  140. runtime.NumCgoCall :: func() int64
  141. runtime.NumGoroutine :: func() int
  142. runtime.Caller :: func(skip int) (pc uintptr, file string, line int, ok bool)
  143. runtime.Callers :: func(skip int, pc []uintptr) int
  144. runtime.GOROOT :: func() string
  145. runtime.Version :: func() string
  146. runtime.SetFinalizer :: func(obj any, finalizer any)
  147. runtime.KeepAlive :: func(x any)
  148. runtime.GC :: func()
  149. runtime.SetBlockProfileRate :: func(rate int)
  150. runtime.SetMutexProfileFraction :: func(rate int) int
  151. runtime.MemProfile :: func(p []runtime.MemProfileRecord, inuseZero bool) (n int, ok bool)
  152. runtime.BlockProfile :: func(p []runtime.BlockProfileRecord) (n int, ok bool)
  153. runtime.MutexProfile :: func(p []runtime.BlockProfileRecord) (n int, ok bool)
  154. runtime.ThreadCreateProfile :: func(p []runtime.StackRecord) (n int, ok bool)
  155. runtime.GoroutineProfile :: func(p []runtime.StackRecord) (n int, ok bool)
  156. runtime.Stack :: func(buf []byte, all bool) int
  157. runtime.ReadMemStats :: func(m *runtime.MemStats)
  158. runtime.Goexit :: func()
  159. runtime.Gosched :: func()
  160. runtime.Breakpoint :: func()
  161. runtime.LockOSThread :: func()
  162. runtime.UnlockOSThread :: func()
  163. runtime.CallersFrames :: func(callers []uintptr) *runtime.Frames
  164. runtime.FuncForPC :: func(pc uintptr) *runtime.Func
  165. runtime.StartTrace :: func() error
  166. runtime.StopTrace :: func()
  167. runtime.ReadTrace :: func() []byte
  168. runtime.SetCgoTraceback :: func(version int, traceback unsafe.Pointer, context unsafe.Pointer, symbolizer unsafe.Pointer)
  169. internal/reflectlite.Swapper :: func(slice any) func(i int, j int)
  170. internal/reflectlite.TypeOf :: func(i any) internal/reflectlite.Type
  171. internal/reflectlite.ValueOf :: func(i any) internal/reflectlite.Value
  172. errors.New :: func(text string) error
  173. errors.Join :: func(errs ...error) error
  174. errors.Unwrap :: func(err error) error
  175. errors.Is :: func(err error, target error) bool
  176. errors.As :: func(err error, target any) bool
  177. internal/race.Acquire :: func(addr unsafe.Pointer)
  178. internal/race.Release :: func(addr unsafe.Pointer)
  179. internal/race.ReleaseMerge :: func(addr unsafe.Pointer)
  180. internal/race.Disable :: func()
  181. internal/race.Enable :: func()
  182. internal/race.Read :: func(addr unsafe.Pointer)
  183. internal/race.Write :: func(addr unsafe.Pointer)
  184. internal/race.ReadRange :: func(addr unsafe.Pointer, len int)
  185. internal/race.WriteRange :: func(addr unsafe.Pointer, len int)
  186. internal/race.Errors :: func() int
  187. sync/atomic.SwapInt32 :: func(addr *int32, new int32) (old int32)
  188. sync/atomic.SwapInt64 :: func(addr *int64, new int64) (old int64)
  189. sync/atomic.SwapUint32 :: func(addr *uint32, new uint32) (old uint32)
  190. sync/atomic.SwapUint64 :: func(addr *uint64, new uint64) (old uint64)
  191. sync/atomic.SwapUintptr :: func(addr *uintptr, new uintptr) (old uintptr)
  192. sync/atomic.SwapPointer :: func(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer)
  193. sync/atomic.CompareAndSwapInt32 :: func(addr *int32, old int32, new int32) (swapped bool)
  194. sync/atomic.CompareAndSwapInt64 :: func(addr *int64, old int64, new int64) (swapped bool)
  195. sync/atomic.CompareAndSwapUint32 :: func(addr *uint32, old uint32, new uint32) (swapped bool)
  196. sync/atomic.CompareAndSwapUint64 :: func(addr *uint64, old uint64, new uint64) (swapped bool)
  197. sync/atomic.CompareAndSwapUintptr :: func(addr *uintptr, old uintptr, new uintptr) (swapped bool)
  198. sync/atomic.CompareAndSwapPointer :: func(addr *unsafe.Pointer, old unsafe.Pointer, new unsafe.Pointer) (swapped bool)
  199. sync/atomic.AddInt32 :: func(addr *int32, delta int32) (new int32)
  200. sync/atomic.AddUint32 :: func(addr *uint32, delta uint32) (new uint32)
  201. sync/atomic.AddInt64 :: func(addr *int64, delta int64) (new int64)
  202. sync/atomic.AddUint64 :: func(addr *uint64, delta uint64) (new uint64)
  203. sync/atomic.AddUintptr :: func(addr *uintptr, delta uintptr) (new uintptr)
  204. sync/atomic.AndInt32 :: func(addr *int32, mask int32) (old int32)
  205. sync/atomic.AndUint32 :: func(addr *uint32, mask uint32) (old uint32)
  206. sync/atomic.AndInt64 :: func(addr *int64, mask int64) (old int64)
  207. sync/atomic.AndUint64 :: func(addr *uint64, mask uint64) (old uint64)
  208. sync/atomic.AndUintptr :: func(addr *uintptr, mask uintptr) (old uintptr)
  209. sync/atomic.OrInt32 :: func(addr *int32, mask int32) (old int32)
  210. sync/atomic.OrUint32 :: func(addr *uint32, mask uint32) (old uint32)
  211. sync/atomic.OrInt64 :: func(addr *int64, mask int64) (old int64)
  212. sync/atomic.OrUint64 :: func(addr *uint64, mask uint64) (old uint64)
  213. sync/atomic.OrUintptr :: func(addr *uintptr, mask uintptr) (old uintptr)
  214. sync/atomic.LoadInt32 :: func(addr *int32) (val int32)
  215. sync/atomic.LoadInt64 :: func(addr *int64) (val int64)
  216. sync/atomic.LoadUint32 :: func(addr *uint32) (val uint32)
  217. sync/atomic.LoadUint64 :: func(addr *uint64) (val uint64)
  218. sync/atomic.LoadUintptr :: func(addr *uintptr) (val uintptr)
  219. sync/atomic.LoadPointer :: func(addr *unsafe.Pointer) (val unsafe.Pointer)
  220. sync/atomic.StoreInt32 :: func(addr *int32, val int32)
  221. sync/atomic.StoreInt64 :: func(addr *int64, val int64)
  222. sync/atomic.StoreUint32 :: func(addr *uint32, val uint32)
  223. sync/atomic.StoreUint64 :: func(addr *uint64, val uint64)
  224. sync/atomic.StoreUintptr :: func(addr *uintptr, val uintptr)
  225. sync/atomic.StorePointer :: func(addr *unsafe.Pointer, val unsafe.Pointer)
  226. sync.NewCond :: func(l sync.Locker) *sync.Cond
  227. sync.OnceFunc :: func(f func()) func()
  228. sync.OnceValue :: func[T any](f func() T) func() T
  229. sync.OnceValues :: func[T1, T2 any](f func() (T1, T2)) func() (T1, T2)
  230. io.WriteString :: func(w io.Writer, s string) (n int, err error)
  231. io.ReadAtLeast :: func(r io.Reader, buf []byte, min int) (n int, err error)
  232. io.ReadFull :: func(r io.Reader, buf []byte) (n int, err error)
  233. io.CopyN :: func(dst io.Writer, src io.Reader, n int64) (written int64, err error)
  234. io.Copy :: func(dst io.Writer, src io.Reader) (written int64, err error)
  235. io.CopyBuffer :: func(dst io.Writer, src io.Reader, buf []byte) (written int64, err error)
  236. io.LimitReader :: func(r io.Reader, n int64) io.Reader
  237. io.NewSectionReader :: func(r io.ReaderAt, off int64, n int64) *io.SectionReader
  238. io.NewOffsetWriter :: func(w io.WriterAt, off int64) *io.OffsetWriter
  239. io.TeeReader :: func(r io.Reader, w io.Writer) io.Reader
  240. io.NopCloser :: func(r io.Reader) io.ReadCloser
  241. io.ReadAll :: func(r io.Reader) ([]byte, error)
  242. io.MultiReader :: func(readers ...io.Reader) io.Reader
  243. io.MultiWriter :: func(writers ...io.Writer) io.Writer
  244. io.Pipe :: func() (*io.PipeReader, *io.PipeWriter)
  245. unicode.IsDigit :: func(r rune) bool
  246. unicode.IsGraphic :: func(r rune) bool
  247. unicode.IsPrint :: func(r rune) bool
  248. unicode.IsOneOf :: func(ranges []*unicode.RangeTable, r rune) bool
  249. unicode.In :: func(r rune, ranges ...*unicode.RangeTable) bool
  250. unicode.IsControl :: func(r rune) bool
  251. unicode.IsLetter :: func(r rune) bool
  252. unicode.IsMark :: func(r rune) bool
  253. unicode.IsNumber :: func(r rune) bool
  254. unicode.IsPunct :: func(r rune) bool
  255. unicode.IsSpace :: func(r rune) bool
  256. unicode.IsSymbol :: func(r rune) bool
  257. unicode.Is :: func(rangeTab *unicode.RangeTable, r rune) bool
  258. unicode.IsUpper :: func(r rune) bool
  259. unicode.IsLower :: func(r rune) bool
  260. unicode.IsTitle :: func(r rune) bool
  261. unicode.To :: func(_case int, r rune) rune
  262. unicode.ToUpper :: func(r rune) rune
  263. unicode.ToLower :: func(r rune) rune
  264. unicode.ToTitle :: func(r rune) rune
  265. unicode.SimpleFold :: func(r rune) rune
  266. unicode/utf8.FullRune :: func(p []byte) bool
  267. unicode/utf8.FullRuneInString :: func(s string) bool
  268. unicode/utf8.DecodeRune :: func(p []byte) (r rune, size int)
  269. unicode/utf8.DecodeRuneInString :: func(s string) (r rune, size int)
  270. unicode/utf8.DecodeLastRune :: func(p []byte) (r rune, size int)
  271. unicode/utf8.DecodeLastRuneInString :: func(s string) (r rune, size int)
  272. unicode/utf8.RuneLen :: func(r rune) int
  273. unicode/utf8.EncodeRune :: func(p []byte, r rune) int
  274. unicode/utf8.AppendRune :: func(p []byte, r rune) []byte
  275. unicode/utf8.RuneCount :: func(p []byte) int
  276. unicode/utf8.RuneCountInString :: func(s string) (n int)
  277. unicode/utf8.RuneStart :: func(b byte) bool
  278. unicode/utf8.Valid :: func(p []byte) bool
  279. unicode/utf8.ValidString :: func(s string) bool
  280. unicode/utf8.ValidRune :: func(r rune) bool
  281. bytes.NewBuffer :: func(buf []byte) *bytes.Buffer
  282. bytes.NewBufferString :: func(s string) *bytes.Buffer
  283. bytes.Equal :: func(a []byte, b []byte) bool
  284. bytes.Compare :: func(a []byte, b []byte) int
  285. bytes.Count :: func(s []byte, sep []byte) int
  286. bytes.Contains :: func(b []byte, subslice []byte) bool
  287. bytes.ContainsAny :: func(b []byte, chars string) bool
  288. bytes.ContainsRune :: func(b []byte, r rune) bool
  289. bytes.ContainsFunc :: func(b []byte, f func(rune) bool) bool
  290. bytes.IndexByte :: func(b []byte, c byte) int
  291. bytes.LastIndex :: func(s []byte, sep []byte) int
  292. bytes.LastIndexByte :: func(s []byte, c byte) int
  293. bytes.IndexRune :: func(s []byte, r rune) int
  294. bytes.IndexAny :: func(s []byte, chars string) int
  295. bytes.LastIndexAny :: func(s []byte, chars string) int
  296. bytes.SplitN :: func(s []byte, sep []byte, n int) [][]byte
  297. bytes.SplitAfterN :: func(s []byte, sep []byte, n int) [][]byte
  298. bytes.Split :: func(s []byte, sep []byte) [][]byte
  299. bytes.SplitAfter :: func(s []byte, sep []byte) [][]byte
  300. bytes.Fields :: func(s []byte) [][]byte
  301. bytes.FieldsFunc :: func(s []byte, f func(rune) bool) [][]byte
  302. bytes.Join :: func(s [][]byte, sep []byte) []byte
  303. bytes.HasPrefix :: func(s []byte, prefix []byte) bool
  304. bytes.HasSuffix :: func(s []byte, suffix []byte) bool
  305. bytes.Map :: func(mapping func(r rune) rune, s []byte) []byte
  306. bytes.Repeat :: func(b []byte, count int) []byte
  307. bytes.ToUpper :: func(s []byte) []byte
  308. bytes.ToLower :: func(s []byte) []byte
  309. bytes.ToTitle :: func(s []byte) []byte
  310. bytes.ToUpperSpecial :: func(c unicode.SpecialCase, s []byte) []byte
  311. bytes.ToLowerSpecial :: func(c unicode.SpecialCase, s []byte) []byte
  312. bytes.ToTitleSpecial :: func(c unicode.SpecialCase, s []byte) []byte
  313. bytes.ToValidUTF8 :: func(s []byte, replacement []byte) []byte
  314. bytes.Title :: func(s []byte) []byte
  315. bytes.TrimLeftFunc :: func(s []byte, f func(r rune) bool) []byte
  316. bytes.TrimRightFunc :: func(s []byte, f func(r rune) bool) []byte
  317. bytes.TrimFunc :: func(s []byte, f func(r rune) bool) []byte
  318. bytes.TrimPrefix :: func(s []byte, prefix []byte) []byte
  319. bytes.TrimSuffix :: func(s []byte, suffix []byte) []byte
  320. bytes.IndexFunc :: func(s []byte, f func(r rune) bool) int
  321. bytes.LastIndexFunc :: func(s []byte, f func(r rune) bool) int
  322. bytes.Trim :: func(s []byte, cutset string) []byte
  323. bytes.TrimLeft :: func(s []byte, cutset string) []byte
  324. bytes.TrimRight :: func(s []byte, cutset string) []byte
  325. bytes.TrimSpace :: func(s []byte) []byte
  326. bytes.Runes :: func(s []byte) []rune
  327. bytes.Replace :: func(s []byte, old []byte, new []byte, n int) []byte
  328. bytes.ReplaceAll :: func(s []byte, old []byte, new []byte) []byte
  329. bytes.EqualFold :: func(s []byte, t []byte) bool
  330. bytes.Index :: func(s []byte, sep []byte) int
  331. bytes.Cut :: func(s []byte, sep []byte) (before []byte, after []byte, found bool)
  332. bytes.Clone :: func(b []byte) []byte
  333. bytes.CutPrefix :: func(s []byte, prefix []byte) (after []byte, found bool)
  334. bytes.CutSuffix :: func(s []byte, suffix []byte) (before []byte, found bool)
  335. bytes.NewReader :: func(b []byte) *bytes.Reader
  336. cmp.Less :: func[T cmp.Ordered](x T, y T) bool
  337. cmp.Compare :: func[T cmp.Ordered](x T, y T) int
  338. cmp.Or :: func[T comparable](vals ...T) T
  339. internal/itoa.Itoa :: func(val int) string
  340. internal/itoa.Uitoa :: func(val uint) string
  341. internal/itoa.Uitox :: func(val uint) string
  342. iter.Pull :: func[V any](seq iter.Seq[V]) (next func() (V, bool), stop func())
  343. iter.Pull2 :: func[K, V any](seq iter.Seq2[K, V]) (next func() (K, V, bool), stop func())
  344. math/bits.LeadingZeros :: func(x uint) int
  345. math/bits.LeadingZeros8 :: func(x uint8) int
  346. math/bits.LeadingZeros16 :: func(x uint16) int
  347. math/bits.LeadingZeros32 :: func(x uint32) int
  348. math/bits.LeadingZeros64 :: func(x uint64) int
  349. math/bits.TrailingZeros :: func(x uint) int
  350. math/bits.TrailingZeros8 :: func(x uint8) int
  351. math/bits.TrailingZeros16 :: func(x uint16) int
  352. math/bits.TrailingZeros32 :: func(x uint32) int
  353. math/bits.TrailingZeros64 :: func(x uint64) int
  354. math/bits.OnesCount :: func(x uint) int
  355. math/bits.OnesCount8 :: func(x uint8) int
  356. math/bits.OnesCount16 :: func(x uint16) int
  357. math/bits.OnesCount32 :: func(x uint32) int
  358. math/bits.OnesCount64 :: func(x uint64) int
  359. math/bits.RotateLeft :: func(x uint, k int) uint
  360. math/bits.RotateLeft8 :: func(x uint8, k int) uint8
  361. math/bits.RotateLeft16 :: func(x uint16, k int) uint16
  362. math/bits.RotateLeft32 :: func(x uint32, k int) uint32
  363. math/bits.RotateLeft64 :: func(x uint64, k int) uint64
  364. math/bits.Reverse :: func(x uint) uint
  365. math/bits.Reverse8 :: func(x uint8) uint8
  366. math/bits.Reverse16 :: func(x uint16) uint16
  367. math/bits.Reverse32 :: func(x uint32) uint32
  368. math/bits.Reverse64 :: func(x uint64) uint64
  369. math/bits.ReverseBytes :: func(x uint) uint
  370. math/bits.ReverseBytes16 :: func(x uint16) uint16
  371. math/bits.ReverseBytes32 :: func(x uint32) uint32
  372. math/bits.ReverseBytes64 :: func(x uint64) uint64
  373. math/bits.Len :: func(x uint) int
  374. math/bits.Len8 :: func(x uint8) int
  375. math/bits.Len16 :: func(x uint16) (n int)
  376. math/bits.Len32 :: func(x uint32) (n int)
  377. math/bits.Len64 :: func(x uint64) (n int)
  378. math/bits.Add :: func(x uint, y uint, carry uint) (sum uint, carryOut uint)
  379. math/bits.Add32 :: func(x uint32, y uint32, carry uint32) (sum uint32, carryOut uint32)
  380. math/bits.Add64 :: func(x uint64, y uint64, carry uint64) (sum uint64, carryOut uint64)
  381. math/bits.Sub :: func(x uint, y uint, borrow uint) (diff uint, borrowOut uint)
  382. math/bits.Sub32 :: func(x uint32, y uint32, borrow uint32) (diff uint32, borrowOut uint32)
  383. math/bits.Sub64 :: func(x uint64, y uint64, borrow uint64) (diff uint64, borrowOut uint64)
  384. math/bits.Mul :: func(x uint, y uint) (hi uint, lo uint)
  385. math/bits.Mul32 :: func(x uint32, y uint32) (hi uint32, lo uint32)
  386. math/bits.Mul64 :: func(x uint64, y uint64) (hi uint64, lo uint64)
  387. math/bits.Div :: func(hi uint, lo uint, y uint) (quo uint, rem uint)
  388. math/bits.Div32 :: func(hi uint32, lo uint32, y uint32) (quo uint32, rem uint32)
  389. math/bits.Div64 :: func(hi uint64, lo uint64, y uint64) (quo uint64, rem uint64)
  390. math/bits.Rem :: func(hi uint, lo uint, y uint) uint
  391. math/bits.Rem32 :: func(hi uint32, lo uint32, y uint32) uint32
  392. math/bits.Rem64 :: func(hi uint64, lo uint64, y uint64) uint64
  393. math.Abs :: func(x float64) float64
  394. math.Acosh :: func(x float64) float64
  395. math.Asin :: func(x float64) float64
  396. math.Acos :: func(x float64) float64
  397. math.Asinh :: func(x float64) float64
  398. math.Atan :: func(x float64) float64
  399. math.Atan2 :: func(y float64, x float64) float64
  400. math.Atanh :: func(x float64) float64
  401. math.Inf :: func(sign int) float64
  402. math.NaN :: func() float64
  403. math.IsNaN :: func(f float64) (is bool)
  404. math.IsInf :: func(f float64, sign int) bool
  405. math.Cbrt :: func(x float64) float64
  406. math.Copysign :: func(f float64, sign float64) float64
  407. math.Dim :: func(x float64, y float64) float64
  408. math.Max :: func(x float64, y float64) float64
  409. math.Min :: func(x float64, y float64) float64
  410. math.Erf :: func(x float64) float64
  411. math.Erfc :: func(x float64) float64
  412. math.Erfinv :: func(x float64) float64
  413. math.Erfcinv :: func(x float64) float64
  414. math.Exp :: func(x float64) float64
  415. math.Exp2 :: func(x float64) float64
  416. math.Expm1 :: func(x float64) float64
  417. math.Floor :: func(x float64) float64
  418. math.Ceil :: func(x float64) float64
  419. math.Trunc :: func(x float64) float64
  420. math.Round :: func(x float64) float64
  421. math.RoundToEven :: func(x float64) float64
  422. math.FMA :: func(x float64, y float64, z float64) float64
  423. math.Frexp :: func(f float64) (frac float64, exp int)
  424. math.Gamma :: func(x float64) float64
  425. math.Hypot :: func(p float64, q float64) float64
  426. math.J0 :: func(x float64) float64
  427. math.Y0 :: func(x float64) float64
  428. math.J1 :: func(x float64) float64
  429. math.Y1 :: func(x float64) float64
  430. math.Jn :: func(n int, x float64) float64
  431. math.Yn :: func(n int, x float64) float64
  432. math.Ldexp :: func(frac float64, exp int) float64
  433. math.Lgamma :: func(x float64) (lgamma float64, sign int)
  434. math.Log :: func(x float64) float64
  435. math.Log10 :: func(x float64) float64
  436. math.Log2 :: func(x float64) float64
  437. math.Log1p :: func(x float64) float64
  438. math.Logb :: func(x float64) float64
  439. math.Ilogb :: func(x float64) int
  440. math.Mod :: func(x float64, y float64) float64
  441. math.Modf :: func(f float64) (int float64, frac float64)
  442. math.Nextafter32 :: func(x float32, y float32) (r float32)
  443. math.Nextafter :: func(x float64, y float64) (r float64)
  444. math.Pow :: func(x float64, y float64) float64
  445. math.Pow10 :: func(n int) float64
  446. math.Remainder :: func(x float64, y float64) float64
  447. math.Signbit :: func(x float64) bool
  448. math.Cos :: func(x float64) float64
  449. math.Sin :: func(x float64) float64
  450. math.Sincos :: func(x float64) (sin float64, cos float64)
  451. math.Sinh :: func(x float64) float64
  452. math.Cosh :: func(x float64) float64
  453. math.Sqrt :: func(x float64) float64
  454. math.Tan :: func(x float64) float64
  455. math.Tanh :: func(x float64) float64
  456. math.Float32bits :: func(f float32) uint32
  457. math.Float32frombits :: func(b uint32) float32
  458. math.Float64bits :: func(f float64) uint64
  459. math.Float64frombits :: func(b uint64) float64
  460. strconv.ParseBool :: func(str string) (bool, error)
  461. strconv.FormatBool :: func(b bool) string
  462. strconv.AppendBool :: func(dst []byte, b bool) []byte
  463. strconv.ParseComplex :: func(s string, bitSize int) (complex128, error)
  464. strconv.ParseFloat :: func(s string, bitSize int) (float64, error)
  465. strconv.ParseUint :: func(s string, base int, bitSize int) (uint64, error)
  466. strconv.ParseInt :: func(s string, base int, bitSize int) (i int64, err error)
  467. strconv.Atoi :: func(s string) (int, error)
  468. strconv.FormatComplex :: func(c complex128, fmt byte, prec int, bitSize int) string
  469. strconv.FormatFloat :: func(f float64, fmt byte, prec int, bitSize int) string
  470. strconv.AppendFloat :: func(dst []byte, f float64, fmt byte, prec int, bitSize int) []byte
  471. strconv.FormatUint :: func(i uint64, base int) string
  472. strconv.FormatInt :: func(i int64, base int) string
  473. strconv.Itoa :: func(i int) string
  474. strconv.AppendInt :: func(dst []byte, i int64, base int) []byte
  475. strconv.AppendUint :: func(dst []byte, i uint64, base int) []byte
  476. strconv.Quote :: func(s string) string
  477. strconv.AppendQuote :: func(dst []byte, s string) []byte
  478. strconv.QuoteToASCII :: func(s string) string
  479. strconv.AppendQuoteToASCII :: func(dst []byte, s string) []byte
  480. strconv.QuoteToGraphic :: func(s string) string
  481. strconv.AppendQuoteToGraphic :: func(dst []byte, s string) []byte
  482. strconv.QuoteRune :: func(r rune) string
  483. strconv.AppendQuoteRune :: func(dst []byte, r rune) []byte
  484. strconv.QuoteRuneToASCII :: func(r rune) string
  485. strconv.AppendQuoteRuneToASCII :: func(dst []byte, r rune) []byte
  486. strconv.QuoteRuneToGraphic :: func(r rune) string
  487. strconv.AppendQuoteRuneToGraphic :: func(dst []byte, r rune) []byte
  488. strconv.CanBackquote :: func(s string) bool
  489. strconv.UnquoteChar :: func(s string, quote byte) (value rune, multibyte bool, tail string, err error)
  490. strconv.QuotedPrefix :: func(s string) (string, error)
  491. strconv.Unquote :: func(s string) (string, error)
  492. strconv.IsPrint :: func(r rune) bool
  493. strconv.IsGraphic :: func(r rune) bool
  494. reflect.DeepEqual :: func(x any, y any) bool
  495. reflect.MakeFunc :: func(typ reflect.Type, fn func(args []reflect.Value) (results []reflect.Value)) reflect.Value
  496. reflect.Swapper :: func(slice any) func(i int, j int)
  497. reflect.TypeOf :: func(i any) reflect.Type
  498. reflect.PtrTo :: func(t reflect.Type) reflect.Type
  499. reflect.PointerTo :: func(t reflect.Type) reflect.Type
  500. reflect.ChanOf :: func(dir reflect.ChanDir, t reflect.Type) reflect.Type
  501. reflect.MapOf :: func(key reflect.Type, elem reflect.Type) reflect.Type
  502. reflect.FuncOf :: func(in []reflect.Type, out []reflect.Type, variadic bool) reflect.Type
  503. reflect.SliceOf :: func(t reflect.Type) reflect.Type
  504. reflect.StructOf :: func(fields []reflect.StructField) reflect.Type
  505. reflect.ArrayOf :: func(length int, elem reflect.Type) reflect.Type
  506. reflect.TypeFor :: func[T any]() reflect.Type
  507. reflect.Append :: func(s reflect.Value, x ...reflect.Value) reflect.Value
  508. reflect.AppendSlice :: func(s reflect.Value, t reflect.Value) reflect.Value
  509. reflect.Copy :: func(dst reflect.Value, src reflect.Value) int
  510. reflect.Select :: func(cases []reflect.SelectCase) (chosen int, recv reflect.Value, recvOK bool)
  511. reflect.MakeSlice :: func(typ reflect.Type, len int, cap int) reflect.Value
  512. reflect.SliceAt :: func(typ reflect.Type, p unsafe.Pointer, n int) reflect.Value
  513. reflect.MakeChan :: func(typ reflect.Type, buffer int) reflect.Value
  514. reflect.MakeMap :: func(typ reflect.Type) reflect.Value
  515. reflect.MakeMapWithSize :: func(typ reflect.Type, n int) reflect.Value
  516. reflect.Indirect :: func(v reflect.Value) reflect.Value
  517. reflect.ValueOf :: func(i any) reflect.Value
  518. reflect.Zero :: func(typ reflect.Type) reflect.Value
  519. reflect.New :: func(typ reflect.Type) reflect.Value
  520. reflect.NewAt :: func(typ reflect.Type, p unsafe.Pointer) reflect.Value
  521. reflect.VisibleFields :: func(t reflect.Type) []reflect.StructField
  522. slices.All :: func[Slice ~[]E, E any](s Slice) iter.Seq2[int, E]
  523. slices.Backward :: func[Slice ~[]E, E any](s Slice) iter.Seq2[int, E]
  524. slices.Values :: func[Slice ~[]E, E any](s Slice) iter.Seq[E]
  525. slices.AppendSeq :: func[Slice ~[]E, E any](s Slice, seq iter.Seq[E]) Slice
  526. slices.Collect :: func[E any](seq iter.Seq[E]) []E
  527. slices.Sorted :: func[E cmp.Ordered](seq iter.Seq[E]) []E
  528. slices.SortedFunc :: func[E any](seq iter.Seq[E], cmp func(E, E) int) []E
  529. slices.SortedStableFunc :: func[E any](seq iter.Seq[E], cmp func(E, E) int) []E
  530. slices.Chunk :: func[Slice ~[]E, E any](s Slice, n int) iter.Seq[Slice]
  531. slices.Equal :: func[S ~[]E, E comparable](s1 S, s2 S) bool
  532. slices.EqualFunc :: func[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, eq func(E1, E2) bool) bool
  533. slices.Compare :: func[S ~[]E, E cmp.Ordered](s1 S, s2 S) int
  534. slices.CompareFunc :: func[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, cmp func(E1, E2) int) int
  535. slices.Index :: func[S ~[]E, E comparable](s S, v E) int
  536. slices.IndexFunc :: func[S ~[]E, E any](s S, f func(E) bool) int
  537. slices.Contains :: func[S ~[]E, E comparable](s S, v E) bool
  538. slices.ContainsFunc :: func[S ~[]E, E any](s S, f func(E) bool) bool
  539. slices.Insert :: func[S ~[]E, E any](s S, i int, v ...E) S
  540. slices.Delete :: func[S ~[]E, E any](s S, i int, j int) S
  541. slices.DeleteFunc :: func[S ~[]E, E any](s S, del func(E) bool) S
  542. slices.Replace :: func[S ~[]E, E any](s S, i int, j int, v ...E) S
  543. slices.Clone :: func[S ~[]E, E any](s S) S
  544. slices.Compact :: func[S ~[]E, E comparable](s S) S
  545. slices.CompactFunc :: func[S ~[]E, E any](s S, eq func(E, E) bool) S
  546. slices.Grow :: func[S ~[]E, E any](s S, n int) S
  547. slices.Clip :: func[S ~[]E, E any](s S) S
  548. slices.Reverse :: func[S ~[]E, E any](s S)
  549. slices.Concat :: func[S ~[]E, E any](slices ...S) S
  550. slices.Repeat :: func[S ~[]E, E any](x S, count int) S
  551. slices.Sort :: func[S ~[]E, E cmp.Ordered](x S)
  552. slices.SortFunc :: func[S ~[]E, E any](x S, cmp func(a E, b E) int)
  553. slices.SortStableFunc :: func[S ~[]E, E any](x S, cmp func(a E, b E) int)
  554. slices.IsSorted :: func[S ~[]E, E cmp.Ordered](x S) bool
  555. slices.IsSortedFunc :: func[S ~[]E, E any](x S, cmp func(a E, b E) int) bool
  556. slices.Min :: func[S ~[]E, E cmp.Ordered](x S) E
  557. slices.MinFunc :: func[S ~[]E, E any](x S, cmp func(a E, b E) int) E
  558. slices.Max :: func[S ~[]E, E cmp.Ordered](x S) E
  559. slices.MaxFunc :: func[S ~[]E, E any](x S, cmp func(a E, b E) int) E
  560. slices.BinarySearch :: func[S ~[]E, E cmp.Ordered](x S, target E) (int, bool)
  561. slices.BinarySearchFunc :: func[S ~[]E, E, T any](x S, target T, cmp func(E, T) int) (int, bool)
  562. internal/fmtsort.Sort :: func(mapValue reflect.Value) internal/fmtsort.SortedMap
  563. path.Match :: func(pattern string, name string) (matched bool, err error)
  564. path.Clean :: func(path string) string
  565. path.Split :: func(path string) (dir string, file string)
  566. path.Join :: func(elem ...string) string
  567. path.Ext :: func(path string) string
  568. path.Base :: func(path string) string
  569. path.IsAbs :: func(path string) bool
  570. path.Dir :: func(path string) string
  571. internal/bisect.New :: func(pattern string) (*internal/bisect.Matcher, error)
  572. internal/bisect.PrintMarker :: func(w internal/bisect.Writer, h uint64) error
  573. internal/bisect.Marker :: func(id uint64) string
  574. internal/bisect.AppendMarker :: func(dst []byte, id uint64) []byte
  575. internal/bisect.CutMarker :: func(line string) (short string, id uint64, ok bool)
  576. internal/bisect.Hash :: func(data ...any) uint64
  577. internal/godebug.New :: func(name string) *internal/godebug.Setting
  578. internal/asan.Read :: func(addr unsafe.Pointer, len uintptr)
  579. internal/asan.Write :: func(addr unsafe.Pointer, len uintptr)
  580. internal/msan.Read :: func(addr unsafe.Pointer, sz uintptr)
  581. internal/msan.Write :: func(addr unsafe.Pointer, sz uintptr)
  582. internal/msan.Malloc :: func(addr unsafe.Pointer, sz uintptr)
  583. internal/msan.Free :: func(addr unsafe.Pointer, sz uintptr)
  584. internal/msan.Move :: func(dst unsafe.Pointer, src unsafe.Pointer, sz uintptr)
  585. syscall.ParseDirent :: func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)
  586. syscall.Unsetenv :: func(key string) error
  587. syscall.Getenv :: func(key string) (value string, found bool)
  588. syscall.Setenv :: func(key string, value string) error
  589. syscall.Clearenv :: func()
  590. syscall.Environ :: func() []string
  591. syscall.StringSlicePtr :: func(ss []string) []*byte
  592. syscall.SlicePtrFromStrings :: func(ss []string) ([]*byte, error)
  593. syscall.CloseOnExec :: func(fd int)
  594. syscall.SetNonblock :: func(fd int, nonblocking bool) (err error)
  595. syscall.ForkExec :: func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, err error)
  596. syscall.StartProcess :: func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, handle uintptr, err error)
  597. syscall.Exec :: func(argv0 string, argv []string, envv []string) (err error)
  598. syscall.FcntlFlock :: func(fd uintptr, cmd int, lk *syscall.Flock_t) error
  599. syscall.LsfStmt :: func(code int, k int) *syscall.SockFilter
  600. syscall.LsfJump :: func(code int, k int, jt int, jf int) *syscall.SockFilter
  601. syscall.LsfSocket :: func(ifindex int, proto int) (int, error)
  602. syscall.SetLsfPromisc :: func(name string, m bool) error
  603. syscall.AttachLsf :: func(fd int, i []syscall.SockFilter) error
  604. syscall.DetachLsf :: func(fd int) error
  605. syscall.NetlinkRIB :: func(proto int, family int) ([]byte, error)
  606. syscall.ParseNetlinkMessage :: func(b []byte) ([]syscall.NetlinkMessage, error)
  607. syscall.ParseNetlinkRouteAttr :: func(m *syscall.NetlinkMessage) ([]syscall.NetlinkRouteAttr, error)
  608. syscall.Setrlimit :: func(resource int, rlim *syscall.Rlimit) error
  609. syscall.UnixCredentials :: func(ucred *syscall.Ucred) []byte
  610. syscall.ParseUnixCredentials :: func(m *syscall.SocketControlMessage) (*syscall.Ucred, error)
  611. syscall.CmsgLen :: func(datalen int) int
  612. syscall.CmsgSpace :: func(datalen int) int
  613. syscall.ParseSocketControlMessage :: func(b []byte) ([]syscall.SocketControlMessage, error)
  614. syscall.UnixRights :: func(fds ...int) []byte
  615. syscall.ParseUnixRights :: func(m *syscall.SocketControlMessage) ([]int, error)
  616. syscall.StringByteSlice :: func(s string) []byte
  617. syscall.ByteSliceFromString :: func(s string) ([]byte, error)
  618. syscall.StringBytePtr :: func(s string) *byte
  619. syscall.BytePtrFromString :: func(s string) (*byte, error)
  620. syscall.Getpagesize :: func() int
  621. syscall.Exit :: func(code int)
  622. syscall.RawSyscall :: func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)
  623. syscall.RawSyscall6 :: func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)
  624. syscall.Syscall :: func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)
  625. syscall.Syscall6 :: func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)
  626. syscall.Access :: func(path string, mode uint32) (err error)
  627. syscall.Chmod :: func(path string, mode uint32) (err error)
  628. syscall.Chown :: func(path string, uid int, gid int) (err error)
  629. syscall.Creat :: func(path string, mode uint32) (fd int, err error)
  630. syscall.EpollCreate :: func(size int) (fd int, err error)
  631. syscall.Faccessat :: func(dirfd int, path string, mode uint32, flags int) (err error)
  632. syscall.Fchmodat :: func(dirfd int, path string, mode uint32, flags int) error
  633. syscall.Link :: func(oldpath string, newpath string) (err error)
  634. syscall.Mkdir :: func(path string, mode uint32) (err error)
  635. syscall.Mknod :: func(path string, mode uint32, dev int) (err error)
  636. syscall.Open :: func(path string, mode int, perm uint32) (fd int, err error)
  637. syscall.Openat :: func(dirfd int, path string, flags int, mode uint32) (fd int, err error)
  638. syscall.Pipe :: func(p []int) error
  639. syscall.Pipe2 :: func(p []int, flags int) error
  640. syscall.Readlink :: func(path string, buf []byte) (n int, err error)
  641. syscall.Rename :: func(oldpath string, newpath string) (err error)
  642. syscall.Rmdir :: func(path string) error
  643. syscall.Symlink :: func(oldpath string, newpath string) (err error)
  644. syscall.Unlink :: func(path string) error
  645. syscall.Unlinkat :: func(dirfd int, path string) error
  646. syscall.Utimes :: func(path string, tv []syscall.Timeval) (err error)
  647. syscall.UtimesNano :: func(path string, ts []syscall.Timespec) (err error)
  648. syscall.Futimesat :: func(dirfd int, path string, tv []syscall.Timeval) (err error)
  649. syscall.Futimes :: func(fd int, tv []syscall.Timeval) (err error)
  650. syscall.Getwd :: func() (wd string, err error)
  651. syscall.Getgroups :: func() (gids []int, err error)
  652. syscall.Setgroups :: func(gids []int) (err error)
  653. syscall.Wait4 :: func(pid int, wstatus *syscall.WaitStatus, options int, rusage *syscall.Rusage) (wpid int, err error)
  654. syscall.Mkfifo :: func(path string, mode uint32) (err error)
  655. syscall.Accept4 :: func(fd int, flags int) (nfd int, sa syscall.Sockaddr, err error)
  656. syscall.Getsockname :: func(fd int) (sa syscall.Sockaddr, err error)
  657. syscall.GetsockoptInet4Addr :: func(fd int, level int, opt int) (value [4]byte, err error)
  658. syscall.GetsockoptIPMreq :: func(fd int, level int, opt int) (*syscall.IPMreq, error)
  659. syscall.GetsockoptIPMreqn :: func(fd int, level int, opt int) (*syscall.IPMreqn, error)
  660. syscall.GetsockoptIPv6Mreq :: func(fd int, level int, opt int) (*syscall.IPv6Mreq, error)
  661. syscall.GetsockoptIPv6MTUInfo :: func(fd int, level int, opt int) (*syscall.IPv6MTUInfo, error)
  662. syscall.GetsockoptICMPv6Filter :: func(fd int, level int, opt int) (*syscall.ICMPv6Filter, error)
  663. syscall.GetsockoptUcred :: func(fd int, level int, opt int) (*syscall.Ucred, error)
  664. syscall.SetsockoptIPMreqn :: func(fd int, level int, opt int, mreq *syscall.IPMreqn) (err error)
  665. syscall.BindToDevice :: func(fd int, device string) (err error)
  666. syscall.PtracePeekText :: func(pid int, addr uintptr, out []byte) (count int, err error)
  667. syscall.PtracePeekData :: func(pid int, addr uintptr, out []byte) (count int, err error)
  668. syscall.PtracePokeText :: func(pid int, addr uintptr, data []byte) (count int, err error)
  669. syscall.PtracePokeData :: func(pid int, addr uintptr, data []byte) (count int, err error)
  670. syscall.PtraceGetRegs :: func(pid int, regsout *syscall.PtraceRegs) (err error)
  671. syscall.PtraceSetRegs :: func(pid int, regs *syscall.PtraceRegs) (err error)
  672. syscall.PtraceSetOptions :: func(pid int, options int) (err error)
  673. syscall.PtraceGetEventMsg :: func(pid int) (msg uint, err error)
  674. syscall.PtraceCont :: func(pid int, signal int) (err error)
  675. syscall.PtraceSyscall :: func(pid int, signal int) (err error)
  676. syscall.PtraceSingleStep :: func(pid int) (err error)
  677. syscall.PtraceAttach :: func(pid int) (err error)
  678. syscall.PtraceDetach :: func(pid int) (err error)
  679. syscall.Reboot :: func(cmd int) (err error)
  680. syscall.ReadDirent :: func(fd int, buf []byte) (n int, err error)
  681. syscall.Mount :: func(source string, target string, fstype string, flags uintptr, data string) (err error)
  682. syscall.Getpgrp :: func() (pid int)
  683. syscall.AllThreadsSyscall :: func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)
  684. syscall.AllThreadsSyscall6 :: func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)
  685. syscall.Setegid :: func(egid int) (err error)
  686. syscall.Seteuid :: func(euid int) (err error)
  687. syscall.Setgid :: func(gid int) (err error)
  688. syscall.Setregid :: func(rgid int, egid int) (err error)
  689. syscall.Setresgid :: func(rgid int, egid int, sgid int) (err error)
  690. syscall.Setresuid :: func(ruid int, euid int, suid int) (err error)
  691. syscall.Setreuid :: func(ruid int, euid int) (err error)
  692. syscall.Setuid :: func(uid int) (err error)
  693. syscall.Mmap :: func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)
  694. syscall.Munmap :: func(b []byte) (err error)
  695. syscall.Accept :: func(fd int) (nfd int, sa syscall.Sockaddr, err error)
  696. syscall.Stat :: func(path string, stat *syscall.Stat_t) (err error)
  697. syscall.Lchown :: func(path string, uid int, gid int) (err error)
  698. syscall.Lstat :: func(path string, stat *syscall.Stat_t) (err error)
  699. syscall.Gettimeofday :: func(tv *syscall.Timeval) (err error)
  700. syscall.Time :: func(t *syscall.Time_t) (tt syscall.Time_t, err error)
  701. syscall.Read :: func(fd int, p []byte) (n int, err error)
  702. syscall.Write :: func(fd int, p []byte) (n int, err error)
  703. syscall.Pread :: func(fd int, p []byte, offset int64) (n int, err error)
  704. syscall.Pwrite :: func(fd int, p []byte, offset int64) (n int, err error)
  705. syscall.Bind :: func(fd int, sa syscall.Sockaddr) (err error)
  706. syscall.Connect :: func(fd int, sa syscall.Sockaddr) (err error)
  707. syscall.Getpeername :: func(fd int) (sa syscall.Sockaddr, err error)
  708. syscall.GetsockoptInt :: func(fd int, level int, opt int) (value int, err error)
  709. syscall.Recvfrom :: func(fd int, p []byte, flags int) (n int, from syscall.Sockaddr, err error)
  710. syscall.Recvmsg :: func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from syscall.Sockaddr, err error)
  711. syscall.Sendmsg :: func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (err error)
  712. syscall.SendmsgN :: func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (n int, err error)
  713. syscall.Sendto :: func(fd int, p []byte, flags int, to syscall.Sockaddr) (err error)
  714. syscall.SetsockoptByte :: func(fd int, level int, opt int, value byte) (err error)
  715. syscall.SetsockoptInt :: func(fd int, level int, opt int, value int) (err error)
  716. syscall.SetsockoptInet4Addr :: func(fd int, level int, opt int, value [4]byte) (err error)
  717. syscall.SetsockoptIPMreq :: func(fd int, level int, opt int, mreq *syscall.IPMreq) (err error)
  718. syscall.SetsockoptIPv6Mreq :: func(fd int, level int, opt int, mreq *syscall.IPv6Mreq) (err error)
  719. syscall.SetsockoptICMPv6Filter :: func(fd int, level int, opt int, filter *syscall.ICMPv6Filter) error
  720. syscall.SetsockoptLinger :: func(fd int, level int, opt int, l *syscall.Linger) (err error)
  721. syscall.SetsockoptString :: func(fd int, level int, opt int, s string) (err error)
  722. syscall.SetsockoptTimeval :: func(fd int, level int, opt int, tv *syscall.Timeval) (err error)
  723. syscall.Socket :: func(domain int, typ int, proto int) (fd int, err error)
  724. syscall.Socketpair :: func(domain int, typ int, proto int) (fd [2]int, err error)
  725. syscall.Sendfile :: func(outfd int, infd int, offset *int64, count int) (written int, err error)
  726. syscall.TimespecToNsec :: func(ts syscall.Timespec) int64
  727. syscall.NsecToTimespec :: func(nsec int64) syscall.Timespec
  728. syscall.TimevalToNsec :: func(tv syscall.Timeval) int64
  729. syscall.NsecToTimeval :: func(nsec int64) syscall.Timeval
  730. syscall.Getcwd :: func(buf []byte) (n int, err error)
  731. syscall.Acct :: func(path string) (err error)
  732. syscall.Adjtimex :: func(buf *syscall.Timex) (state int, err error)
  733. syscall.Chdir :: func(path string) (err error)
  734. syscall.Chroot :: func(path string) (err error)
  735. syscall.Close :: func(fd int) (err error)
  736. syscall.Dup :: func(oldfd int) (fd int, err error)
  737. syscall.Dup3 :: func(oldfd int, newfd int, flags int) (err error)
  738. syscall.EpollCreate1 :: func(flag int) (fd int, err error)
  739. syscall.EpollCtl :: func(epfd int, op int, fd int, event *syscall.EpollEvent) (err error)
  740. syscall.Fallocate :: func(fd int, mode uint32, off int64, len int64) (err error)
  741. syscall.Fchdir :: func(fd int) (err error)
  742. syscall.Fchmod :: func(fd int, mode uint32) (err error)
  743. syscall.Fchownat :: func(dirfd int, path string, uid int, gid int, flags int) (err error)
  744. syscall.Fdatasync :: func(fd int) (err error)
  745. syscall.Flock :: func(fd int, how int) (err error)
  746. syscall.Fsync :: func(fd int) (err error)
  747. syscall.Getdents :: func(fd int, buf []byte) (n int, err error)
  748. syscall.Getpgid :: func(pid int) (pgid int, err error)
  749. syscall.Getpid :: func() (pid int)
  750. syscall.Getppid :: func() (ppid int)
  751. syscall.Getpriority :: func(which int, who int) (prio int, err error)
  752. syscall.Getrusage :: func(who int, rusage *syscall.Rusage) (err error)
  753. syscall.Gettid :: func() (tid int)
  754. syscall.Getxattr :: func(path string, attr string, dest []byte) (sz int, err error)
  755. syscall.InotifyAddWatch :: func(fd int, pathname string, mask uint32) (watchdesc int, err error)
  756. syscall.InotifyInit1 :: func(flags int) (fd int, err error)
  757. syscall.InotifyRmWatch :: func(fd int, watchdesc uint32) (success int, err error)
  758. syscall.Kill :: func(pid int, sig syscall.Signal) (err error)
  759. syscall.Klogctl :: func(typ int, buf []byte) (n int, err error)
  760. syscall.Listxattr :: func(path string, dest []byte) (sz int, err error)
  761. syscall.Mkdirat :: func(dirfd int, path string, mode uint32) (err error)
  762. syscall.Mknodat :: func(dirfd int, path string, mode uint32, dev int) (err error)
  763. syscall.Nanosleep :: func(time *syscall.Timespec, leftover *syscall.Timespec) (err error)
  764. syscall.PivotRoot :: func(newroot string, putold string) (err error)
  765. syscall.Removexattr :: func(path string, attr string) (err error)
  766. syscall.Setdomainname :: func(p []byte) (err error)
  767. syscall.Sethostname :: func(p []byte) (err error)
  768. syscall.Setpgid :: func(pid int, pgid int) (err error)
  769. syscall.Setsid :: func() (pid int, err error)
  770. syscall.Settimeofday :: func(tv *syscall.Timeval) (err error)
  771. syscall.Setpriority :: func(which int, who int, prio int) (err error)
  772. syscall.Setxattr :: func(path string, attr string, data []byte, flags int) (err error)
  773. syscall.Sync :: func()
  774. syscall.Sysinfo :: func(info *syscall.Sysinfo_t) (err error)
  775. syscall.Tee :: func(rfd int, wfd int, len int, flags int) (n int64, err error)
  776. syscall.Tgkill :: func(tgid int, tid int, sig syscall.Signal) (err error)
  777. syscall.Times :: func(tms *syscall.Tms) (ticks uintptr, err error)
  778. syscall.Umask :: func(mask int) (oldmask int)
  779. syscall.Uname :: func(buf *syscall.Utsname) (err error)
  780. syscall.Unmount :: func(target string, flags int) (err error)
  781. syscall.Unshare :: func(flags int) (err error)
  782. syscall.Madvise :: func(b []byte, advice int) (err error)
  783. syscall.Mprotect :: func(b []byte, prot int) (err error)
  784. syscall.Mlock :: func(b []byte) (err error)
  785. syscall.Munlock :: func(b []byte) (err error)
  786. syscall.Mlockall :: func(flags int) (err error)
  787. syscall.Munlockall :: func() (err error)
  788. syscall.Dup2 :: func(oldfd int, newfd int) (err error)
  789. syscall.Fchown :: func(fd int, uid int, gid int) (err error)
  790. syscall.Fstat :: func(fd int, stat *syscall.Stat_t) (err error)
  791. syscall.Fstatfs :: func(fd int, buf *syscall.Statfs_t) (err error)
  792. syscall.Ftruncate :: func(fd int, length int64) (err error)
  793. syscall.Getegid :: func() (egid int)
  794. syscall.Geteuid :: func() (euid int)
  795. syscall.Getgid :: func() (gid int)
  796. syscall.Getrlimit :: func(resource int, rlim *syscall.Rlimit) (err error)
  797. syscall.Getuid :: func() (uid int)
  798. syscall.InotifyInit :: func() (fd int, err error)
  799. syscall.Ioperm :: func(from int, num int, on int) (err error)
  800. syscall.Iopl :: func(level int) (err error)
  801. syscall.Listen :: func(s int, n int) (err error)
  802. syscall.Pause :: func() (err error)
  803. syscall.Renameat :: func(olddirfd int, oldpath string, newdirfd int, newpath string) (err error)
  804. syscall.Seek :: func(fd int, offset int64, whence int) (off int64, err error)
  805. syscall.Select :: func(nfd int, r *syscall.FdSet, w *syscall.FdSet, e *syscall.FdSet, timeout *syscall.Timeval) (n int, err error)
  806. syscall.Setfsgid :: func(gid int) (err error)
  807. syscall.Setfsuid :: func(uid int) (err error)
  808. syscall.Shutdown :: func(fd int, how int) (err error)
  809. syscall.Splice :: func(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)
  810. syscall.Statfs :: func(path string, buf *syscall.Statfs_t) (err error)
  811. syscall.SyncFileRange :: func(fd int, off int64, n int64, flags int) (err error)
  812. syscall.Truncate :: func(path string, length int64) (err error)
  813. syscall.Ustat :: func(dev int, ubuf *syscall.Ustat_t) (err error)
  814. syscall.EpollWait :: func(epfd int, events []syscall.EpollEvent, msec int) (n int, err error)
  815. syscall.Utime :: func(path string, buf *syscall.Utimbuf) (err error)
  816. time.Parse :: func(layout string, value string) (time.Time, error)
  817. time.ParseInLocation :: func(layout string, value string, loc *time.Location) (time.Time, error)
  818. time.ParseDuration :: func(s string) (time.Duration, error)
  819. time.Sleep :: func(d time.Duration)
  820. time.NewTimer :: func(d time.Duration) *time.Timer
  821. time.After :: func(d time.Duration) <-chan time.Time
  822. time.AfterFunc :: func(d time.Duration, f func()) *time.Timer
  823. time.NewTicker :: func(d time.Duration) *time.Ticker
  824. time.Tick :: func(d time.Duration) <-chan time.Time
  825. time.Since :: func(t time.Time) time.Duration
  826. time.Until :: func(t time.Time) time.Duration
  827. time.Now :: func() time.Time
  828. time.Unix :: func(sec int64, nsec int64) time.Time
  829. time.UnixMilli :: func(msec int64) time.Time
  830. time.UnixMicro :: func(usec int64) time.Time
  831. time.Date :: func(year int, month time.Month, day int, hour int, min int, sec int, nsec int, loc *time.Location) time.Time
  832. time.FixedZone :: func(name string, offset int) *time.Location
  833. time.LoadLocation :: func(name string) (*time.Location, error)
  834. time.LoadLocationFromTZData :: func(name string, data []byte) (*time.Location, error)
  835. io/fs.FormatFileInfo :: func(info io/fs.FileInfo) string
  836. io/fs.FormatDirEntry :: func(dir io/fs.DirEntry) string
  837. io/fs.ValidPath :: func(name string) bool
  838. io/fs.Glob :: func(fsys io/fs.FS, pattern string) (matches []string, err error)
  839. io/fs.ReadDir :: func(fsys io/fs.FS, name string) ([]io/fs.DirEntry, error)
  840. io/fs.FileInfoToDirEntry :: func(info io/fs.FileInfo) io/fs.DirEntry
  841. io/fs.ReadFile :: func(fsys io/fs.FS, name string) ([]byte, error)
  842. io/fs.Stat :: func(fsys io/fs.FS, name string) (io/fs.FileInfo, error)
  843. io/fs.Sub :: func(fsys io/fs.FS, dir string) (io/fs.FS, error)
  844. io/fs.WalkDir :: func(fsys io/fs.FS, root string, fn io/fs.WalkDirFunc) error
  845. internal/filepathlite.Clean :: func(path string) string
  846. internal/filepathlite.IsLocal :: func(path string) bool
  847. internal/filepathlite.Localize :: func(path string) (string, error)
  848. internal/filepathlite.ToSlash :: func(path string) string
  849. internal/filepathlite.FromSlash :: func(path string) string
  850. internal/filepathlite.Split :: func(path string) (dir string, file string)
  851. internal/filepathlite.Ext :: func(path string) string
  852. internal/filepathlite.Base :: func(path string) string
  853. internal/filepathlite.Dir :: func(path string) string
  854. internal/filepathlite.VolumeName :: func(path string) string
  855. internal/filepathlite.VolumeNameLen :: func(path string) int
  856. internal/filepathlite.IsPathSeparator :: func(c uint8) bool
  857. internal/filepathlite.IsAbs :: func(path string) bool
  858. internal/syscall/unix.Unlinkat :: func(dirfd int, path string, flags int) error
  859. internal/syscall/unix.Openat :: func(dirfd int, path string, flags int, perm uint32) (int, error)
  860. internal/syscall/unix.Fstatat :: func(dirfd int, path string, stat *syscall.Stat_t, flags int) error
  861. internal/syscall/unix.CopyFileRange :: func(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error)
  862. internal/syscall/unix.Eaccess :: func(path string, mode uint32) error
  863. internal/syscall/unix.Fcntl :: func(fd int, cmd int, arg int) (int, error)
  864. internal/syscall/unix.GetRandom :: func(p []byte, flags internal/syscall/unix.GetRandomFlag) (n int, err error)
  865. internal/syscall/unix.KernelVersion :: func() (major int, minor int)
  866. internal/syscall/unix.RecvfromInet4 :: func(fd int, p []byte, flags int, from *syscall.SockaddrInet4) (int, error)
  867. internal/syscall/unix.RecvfromInet6 :: func(fd int, p []byte, flags int, from *syscall.SockaddrInet6) (n int, err error)
  868. internal/syscall/unix.SendtoInet4 :: func(fd int, p []byte, flags int, to *syscall.SockaddrInet4) (err error)
  869. internal/syscall/unix.SendtoInet6 :: func(fd int, p []byte, flags int, to *syscall.SockaddrInet6) (err error)
  870. internal/syscall/unix.SendmsgNInet4 :: func(fd int, p []byte, oob []byte, to *syscall.SockaddrInet4, flags int) (n int, err error)
  871. internal/syscall/unix.SendmsgNInet6 :: func(fd int, p []byte, oob []byte, to *syscall.SockaddrInet6, flags int) (n int, err error)
  872. internal/syscall/unix.RecvmsgInet4 :: func(fd int, p []byte, oob []byte, flags int, from *syscall.SockaddrInet4) (n int, oobn int, recvflags int, err error)
  873. internal/syscall/unix.RecvmsgInet6 :: func(fd int, p []byte, oob []byte, flags int, from *syscall.SockaddrInet6) (n int, oobn int, recvflags int, err error)
  874. internal/syscall/unix.IsNonblock :: func(fd int) (nonblocking bool, err error)
  875. internal/syscall/unix.HasNonblockFlag :: func(flag int) bool
  876. internal/syscall/unix.PidFDSendSignal :: func(pidfd uintptr, s syscall.Signal) error
  877. internal/syscall/unix.PidFDOpen :: func(pid int, flags int) (uintptr, error)
  878. internal/syscall/unix.Tcsetpgrp :: func(fd int, pgid int32) (err error)
  879. internal/poll.CopyFileRange :: func(dst *internal/poll.FD, src *internal/poll.FD, remain int64) (written int64, handled bool, err error)
  880. internal/poll.IsPollDescriptor :: func(fd uintptr) bool
  881. internal/poll.DupCloseOnExec :: func(fd int) (int, string, error)
  882. internal/poll.SendFile :: func(dstFD *internal/poll.FD, src int, remain int64) (written int64, err error, handled bool)
  883. internal/poll.Splice :: func(dst *internal/poll.FD, src *internal/poll.FD, remain int64) (written int64, handled bool, err error)
  884. internal/syscall/execenv.Default :: func(sys *syscall.SysProcAttr) ([]string, error)
  885. internal/testlog.PanicOnExit0 :: func() bool
  886. internal/testlog.SetPanicOnExit0 :: func(v bool)
  887. internal/testlog.SetLogger :: func(impl internal/testlog.Interface)
  888. internal/testlog.Logger :: func() internal/testlog.Interface
  889. internal/testlog.Getenv :: func(name string)
  890. internal/testlog.Open :: func(name string)
  891. internal/testlog.Stat :: func(name string)
  892. os.ReadDir :: func(name string) ([]io/fs.DirEntry, error)
  893. os.CopyFS :: func(dir string, fsys io/fs.FS) error
  894. os.Expand :: func(s string, mapping func(string) string) string
  895. os.ExpandEnv :: func(s string) string
  896. os.Getenv :: func(key string) string
  897. os.LookupEnv :: func(key string) (string, bool)
  898. os.Setenv :: func(key string, value string) error
  899. os.Unsetenv :: func(key string) error
  900. os.Clearenv :: func()
  901. os.Environ :: func() []string
  902. os.NewSyscallError :: func(syscall string, err error) error
  903. os.IsExist :: func(err error) bool
  904. os.IsNotExist :: func(err error) bool
  905. os.IsPermission :: func(err error) bool
  906. os.IsTimeout :: func(err error) bool
  907. os.Getpid :: func() int
  908. os.Getppid :: func() int
  909. os.FindProcess :: func(pid int) (*os.Process, error)
  910. os.StartProcess :: func(name string, argv []string, attr *os.ProcAttr) (*os.Process, error)
  911. os.Executable :: func() (string, error)
  912. os.Mkdir :: func(name string, perm io/fs.FileMode) error
  913. os.Chdir :: func(dir string) error
  914. os.Open :: func(name string) (*os.File, error)
  915. os.Create :: func(name string) (*os.File, error)
  916. os.OpenFile :: func(name string, flag int, perm io/fs.FileMode) (*os.File, error)
  917. os.Rename :: func(oldpath string, newpath string) error
  918. os.Readlink :: func(name string) (string, error)
  919. os.TempDir :: func() string
  920. os.UserCacheDir :: func() (string, error)
  921. os.UserConfigDir :: func() (string, error)
  922. os.UserHomeDir :: func() (string, error)
  923. os.Chmod :: func(name string, mode io/fs.FileMode) error
  924. os.DirFS :: func(dir string) io/fs.FS
  925. os.ReadFile :: func(name string) ([]byte, error)
  926. os.WriteFile :: func(name string, data []byte, perm io/fs.FileMode) error
  927. os.Chown :: func(name string, uid int, gid int) error
  928. os.Lchown :: func(name string, uid int, gid int) error
  929. os.Chtimes :: func(name string, atime time.Time, mtime time.Time) error
  930. os.NewFile :: func(fd uintptr, name string) *os.File
  931. os.Truncate :: func(name string, size int64) error
  932. os.Remove :: func(name string) error
  933. os.Link :: func(oldname string, newname string) error
  934. os.Symlink :: func(oldname string, newname string) error
  935. os.Getwd :: func() (dir string, err error)
  936. os.MkdirAll :: func(path string, perm io/fs.FileMode) error
  937. os.RemoveAll :: func(path string) error
  938. os.IsPathSeparator :: func(c uint8) bool
  939. os.Pipe :: func() (r *os.File, w *os.File, err error)
  940. os.Getuid :: func() int
  941. os.Geteuid :: func() int
  942. os.Getgid :: func() int
  943. os.Getegid :: func() int
  944. os.Getgroups :: func() ([]int, error)
  945. os.Exit :: func(code int)
  946. os.Stat :: func(name string) (io/fs.FileInfo, error)
  947. os.Lstat :: func(name string) (io/fs.FileInfo, error)
  948. os.Hostname :: func() (name string, err error)
  949. os.CreateTemp :: func(dir string, pattern string) (*os.File, error)
  950. os.MkdirTemp :: func(dir string, pattern string) (string, error)
  951. os.Getpagesize :: func() int
  952. os.SameFile :: func(fi1 io/fs.FileInfo, fi2 io/fs.FileInfo) bool
  953. fmt.Errorf :: func(format string, a ...any) error
  954. fmt.FormatString :: func(state fmt.State, verb rune) string
  955. fmt.Fprintf :: func(w io.Writer, format string, a ...any) (n int, err error)
  956. fmt.Printf :: func(format string, a ...any) (n int, err error)
  957. fmt.Sprintf :: func(format string, a ...any) string
  958. fmt.Appendf :: func(b []byte, format string, a ...any) []byte
  959. fmt.Fprint :: func(w io.Writer, a ...any) (n int, err error)
  960. fmt.Print :: func(a ...any) (n int, err error)
  961. fmt.Sprint :: func(a ...any) string
  962. fmt.Append :: func(b []byte, a ...any) []byte
  963. fmt.Fprintln :: func(w io.Writer, a ...any) (n int, err error)
  964. fmt.Println :: func(a ...any) (n int, err error)
  965. fmt.Sprintln :: func(a ...any) string
  966. fmt.Appendln :: func(b []byte, a ...any) []byte
  967. fmt.Scan :: func(a ...any) (n int, err error)
  968. fmt.Scanln :: func(a ...any) (n int, err error)
  969. fmt.Scanf :: func(format string, a ...any) (n int, err error)
  970. fmt.Sscan :: func(str string, a ...any) (n int, err error)
  971. fmt.Sscanln :: func(str string, a ...any) (n int, err error)
  972. fmt.Sscanf :: func(str string, format string, a ...any) (n int, err error)
  973. fmt.Fscan :: func(r io.Reader, a ...any) (n int, err error)
  974. fmt.Fscanln :: func(r io.Reader, a ...any) (n int, err error)
  975. fmt.Fscanf :: func(r io.Reader, format string, a ...any) (n int, err error)
  976. strings.Clone :: func(s string) string
  977. strings.Compare :: func(a string, b string) int
  978. strings.NewReader :: func(s string) *strings.Reader
  979. strings.NewReplacer :: func(oldnew ...string) *strings.Replacer
  980. strings.Count :: func(s string, substr string) int
  981. strings.Contains :: func(s string, substr string) bool
  982. strings.ContainsAny :: func(s string, chars string) bool
  983. strings.ContainsRune :: func(s string, r rune) bool
  984. strings.ContainsFunc :: func(s string, f func(rune) bool) bool
  985. strings.LastIndex :: func(s string, substr string) int
  986. strings.IndexByte :: func(s string, c byte) int
  987. strings.IndexRune :: func(s string, r rune) int
  988. strings.IndexAny :: func(s string, chars string) int
  989. strings.LastIndexAny :: func(s string, chars string) int
  990. strings.LastIndexByte :: func(s string, c byte) int
  991. strings.SplitN :: func(s string, sep string, n int) []string
  992. strings.SplitAfterN :: func(s string, sep string, n int) []string
  993. strings.Split :: func(s string, sep string) []string
  994. strings.SplitAfter :: func(s string, sep string) []string
  995. strings.Fields :: func(s string) []string
  996. strings.FieldsFunc :: func(s string, f func(rune) bool) []string
  997. strings.Join :: func(elems []string, sep string) string
  998. strings.HasPrefix :: func(s string, prefix string) bool
  999. strings.HasSuffix :: func(s string, suffix string) bool
  1000. strings.Map :: func(mapping func(rune) rune, s string) string
  1001. strings.Repeat :: func(s string, count int) string
  1002. strings.ToUpper :: func(s string) string
  1003. strings.ToLower :: func(s string) string
  1004. strings.ToTitle :: func(s string) string
  1005. strings.ToUpperSpecial :: func(c unicode.SpecialCase, s string) string
  1006. strings.ToLowerSpecial :: func(c unicode.SpecialCase, s string) string
  1007. strings.ToTitleSpecial :: func(c unicode.SpecialCase, s string) string
  1008. strings.ToValidUTF8 :: func(s string, replacement string) string
  1009. strings.Title :: func(s string) string
  1010. strings.TrimLeftFunc :: func(s string, f func(rune) bool) string
  1011. strings.TrimRightFunc :: func(s string, f func(rune) bool) string
  1012. strings.TrimFunc :: func(s string, f func(rune) bool) string
  1013. strings.IndexFunc :: func(s string, f func(rune) bool) int
  1014. strings.LastIndexFunc :: func(s string, f func(rune) bool) int
  1015. strings.Trim :: func(s string, cutset string) string
  1016. strings.TrimLeft :: func(s string, cutset string) string
  1017. strings.TrimRight :: func(s string, cutset string) string
  1018. strings.TrimSpace :: func(s string) string
  1019. strings.TrimPrefix :: func(s string, prefix string) string
  1020. strings.TrimSuffix :: func(s string, suffix string) string
  1021. strings.Replace :: func(s string, old string, new string, n int) string
  1022. strings.ReplaceAll :: func(s string, old string, new string) string
  1023. strings.EqualFold :: func(s string, t string) bool
  1024. strings.Index :: func(s string, substr string) int
  1025. strings.Cut :: func(s string, sep string) (before string, after string, found bool)
  1026. strings.CutPrefix :: func(s string, prefix string) (after string, found bool)
  1027. strings.CutSuffix :: func(s string, suffix string) (before string, found bool)
  1028. bufio.NewReaderSize :: func(rd io.Reader, size int) *bufio.Reader
  1029. bufio.NewReader :: func(rd io.Reader) *bufio.Reader
  1030. bufio.NewWriterSize :: func(w io.Writer, size int) *bufio.Writer
  1031. bufio.NewWriter :: func(w io.Writer) *bufio.Writer
  1032. bufio.NewReadWriter :: func(r *bufio.Reader, w *bufio.Writer) *bufio.ReadWriter
  1033. bufio.NewScanner :: func(r io.Reader) *bufio.Scanner
  1034. bufio.ScanBytes :: func(data []byte, atEOF bool) (advance int, token []byte, err error)
  1035. bufio.ScanRunes :: func(data []byte, atEOF bool) (advance int, token []byte, err error)
  1036. bufio.ScanLines :: func(data []byte, atEOF bool) (advance int, token []byte, err error)
  1037. bufio.ScanWords :: func(data []byte, atEOF bool) (advance int, token []byte, err error)
  1038. os/user.Current :: func() (*os/user.User, error)
  1039. os/user.Lookup :: func(username string) (*os/user.User, error)
  1040. os/user.LookupId :: func(uid string) (*os/user.User, error)
  1041. os/user.LookupGroup :: func(name string) (*os/user.Group, error)
  1042. os/user.LookupGroupId :: func(gid string) (*os/user.Group, error)
  1043. path/filepath.Match :: func(pattern string, name string) (matched bool, err error)
  1044. path/filepath.Glob :: func(pattern string) (matches []string, err error)
  1045. path/filepath.Clean :: func(path string) string
  1046. path/filepath.IsLocal :: func(path string) bool
  1047. path/filepath.Localize :: func(path string) (string, error)
  1048. path/filepath.ToSlash :: func(path string) string
  1049. path/filepath.FromSlash :: func(path string) string
  1050. path/filepath.SplitList :: func(path string) []string
  1051. path/filepath.Split :: func(path string) (dir string, file string)
  1052. path/filepath.Join :: func(elem ...string) string
  1053. path/filepath.Ext :: func(path string) string
  1054. path/filepath.EvalSymlinks :: func(path string) (string, error)
  1055. path/filepath.IsAbs :: func(path string) bool
  1056. path/filepath.Abs :: func(path string) (string, error)
  1057. path/filepath.Rel :: func(basepath string, targpath string) (string, error)
  1058. path/filepath.WalkDir :: func(root string, fn io/fs.WalkDirFunc) error
  1059. path/filepath.Walk :: func(root string, fn path/filepath.WalkFunc) error
  1060. path/filepath.Base :: func(path string) string
  1061. path/filepath.Dir :: func(path string) string
  1062. path/filepath.VolumeName :: func(path string) string
  1063. path/filepath.HasPrefix :: func(p string, prefix string) bool
  1064. archive/tar.FileInfoHeader :: func(fi io/fs.FileInfo, link string) (*archive/tar.Header, error)
  1065. archive/tar.NewReader :: func(r io.Reader) *archive/tar.Reader
  1066. archive/tar.NewWriter :: func(w io.Writer) *archive/tar.Writer
  1067. sort.Search :: func(n int, f func(int) bool) int
  1068. sort.Find :: func(n int, cmp func(int) int) (i int, found bool)
  1069. sort.SearchInts :: func(a []int, x int) int
  1070. sort.SearchFloat64s :: func(a []float64, x float64) int
  1071. sort.SearchStrings :: func(a []string, x string) int
  1072. sort.Slice :: func(x any, less func(i int, j int) bool)
  1073. sort.SliceStable :: func(x any, less func(i int, j int) bool)
  1074. sort.SliceIsSorted :: func(x any, less func(i int, j int) bool) bool
  1075. sort.Sort :: func(data sort.Interface)
  1076. sort.Reverse :: func(data sort.Interface) sort.Interface
  1077. sort.IsSorted :: func(data sort.Interface) bool
  1078. sort.Ints :: func(x []int)
  1079. sort.Float64s :: func(x []float64)
  1080. sort.Strings :: func(x []string)
  1081. sort.IntsAreSorted :: func(x []int) bool
  1082. sort.Float64sAreSorted :: func(x []float64) bool
  1083. sort.StringsAreSorted :: func(x []string) bool
  1084. sort.Stable :: func(data sort.Interface)
  1085. compress/flate.NewWriter :: func(w io.Writer, level int) (*compress/flate.Writer, error)
  1086. compress/flate.NewWriterDict :: func(w io.Writer, level int, dict []byte) (*compress/flate.Writer, error)
  1087. compress/flate.NewReader :: func(r io.Reader) io.ReadCloser
  1088. compress/flate.NewReaderDict :: func(r io.Reader, dict []byte) io.ReadCloser
  1089. encoding/binary.Read :: func(r io.Reader, order encoding/binary.ByteOrder, data any) error
  1090. encoding/binary.Decode :: func(buf []byte, order encoding/binary.ByteOrder, data any) (int, error)
  1091. encoding/binary.Write :: func(w io.Writer, order encoding/binary.ByteOrder, data any) error
  1092. encoding/binary.Encode :: func(buf []byte, order encoding/binary.ByteOrder, data any) (int, error)
  1093. encoding/binary.Append :: func(buf []byte, order encoding/binary.ByteOrder, data any) ([]byte, error)
  1094. encoding/binary.Size :: func(v any) int
  1095. encoding/binary.AppendUvarint :: func(buf []byte, x uint64) []byte
  1096. encoding/binary.PutUvarint :: func(buf []byte, x uint64) int
  1097. encoding/binary.Uvarint :: func(buf []byte) (uint64, int)
  1098. encoding/binary.AppendVarint :: func(buf []byte, x int64) []byte
  1099. encoding/binary.PutVarint :: func(buf []byte, x int64) int
  1100. encoding/binary.Varint :: func(buf []byte) (int64, int)
  1101. encoding/binary.ReadUvarint :: func(r io.ByteReader) (uint64, error)
  1102. encoding/binary.ReadVarint :: func(r io.ByteReader) (int64, error)
  1103. hash/crc32.MakeTable :: func(poly uint32) *hash/crc32.Table
  1104. hash/crc32.New :: func(tab *hash/crc32.Table) hash.Hash32
  1105. hash/crc32.NewIEEE :: func() hash.Hash32
  1106. hash/crc32.Update :: func(crc uint32, tab *hash/crc32.Table, p []byte) uint32
  1107. hash/crc32.Checksum :: func(data []byte, tab *hash/crc32.Table) uint32
  1108. hash/crc32.ChecksumIEEE :: func(data []byte) uint32
  1109. archive/zip.OpenReader :: func(name string) (*archive/zip.ReadCloser, error)
  1110. archive/zip.NewReader :: func(r io.ReaderAt, size int64) (*archive/zip.Reader, error)
  1111. archive/zip.RegisterDecompressor :: func(method uint16, dcomp archive/zip.Decompressor)
  1112. archive/zip.RegisterCompressor :: func(method uint16, comp archive/zip.Compressor)
  1113. archive/zip.FileInfoHeader :: func(fi io/fs.FileInfo) (*archive/zip.FileHeader, error)
  1114. archive/zip.NewWriter :: func(w io.Writer) *archive/zip.Writer
  1115. compress/bzip2.NewReader :: func(r io.Reader) io.Reader
  1116. compress/gzip.NewReader :: func(r io.Reader) (*compress/gzip.Reader, error)
  1117. compress/gzip.NewWriter :: func(w io.Writer) *compress/gzip.Writer
  1118. compress/gzip.NewWriterLevel :: func(w io.Writer, level int) (*compress/gzip.Writer, error)
  1119. compress/lzw.NewReader :: func(r io.Reader, order compress/lzw.Order, litWidth int) io.ReadCloser
  1120. compress/lzw.NewWriter :: func(w io.Writer, order compress/lzw.Order, litWidth int) io.WriteCloser
  1121. hash/adler32.New :: func() hash.Hash32
  1122. hash/adler32.Checksum :: func(data []byte) uint32
  1123. compress/zlib.NewReader :: func(r io.Reader) (io.ReadCloser, error)
  1124. compress/zlib.NewReaderDict :: func(r io.Reader, dict []byte) (io.ReadCloser, error)
  1125. compress/zlib.NewWriter :: func(w io.Writer) *compress/zlib.Writer
  1126. compress/zlib.NewWriterLevel :: func(w io.Writer, level int) (*compress/zlib.Writer, error)
  1127. compress/zlib.NewWriterLevelDict :: func(w io.Writer, level int, dict []byte) (*compress/zlib.Writer, error)
  1128. container/heap.Init :: func(h container/heap.Interface)
  1129. container/heap.Push :: func(h container/heap.Interface, x any)
  1130. container/heap.Pop :: func(h container/heap.Interface) any
  1131. container/heap.Remove :: func(h container/heap.Interface, i int) any
  1132. container/heap.Fix :: func(h container/heap.Interface, i int)
  1133. container/list.New :: func() *container/list.List
  1134. container/ring.New :: func(n int) *container/ring.Ring
  1135. context.Background :: func() context.Context
  1136. context.TODO :: func() context.Context
  1137. context.WithCancel :: func(parent context.Context) (ctx context.Context, cancel context.CancelFunc)
  1138. context.WithCancelCause :: func(parent context.Context) (ctx context.Context, cancel context.CancelCauseFunc)
  1139. context.Cause :: func(c context.Context) error
  1140. context.AfterFunc :: func(ctx context.Context, f func()) (stop func() bool)
  1141. context.WithoutCancel :: func(parent context.Context) context.Context
  1142. context.WithDeadline :: func(parent context.Context, d time.Time) (context.Context, context.CancelFunc)
  1143. context.WithDeadlineCause :: func(parent context.Context, d time.Time, cause error) (context.Context, context.CancelFunc)
  1144. context.WithTimeout :: func(parent context.Context, timeout time.Duration) (context.Context, context.CancelFunc)
  1145. context.WithTimeoutCause :: func(parent context.Context, timeout time.Duration, cause error) (context.Context, context.CancelFunc)
  1146. context.WithValue :: func(parent context.Context, key any, val any) context.Context
  1147. crypto.RegisterHash :: func(h crypto.Hash, f func() hash.Hash)
  1148. crypto/internal/alias.AnyOverlap :: func(x []byte, y []byte) bool
  1149. crypto/internal/alias.InexactOverlap :: func(x []byte, y []byte) bool
  1150. crypto/subtle.ConstantTimeCompare :: func(x []byte, y []byte) int
  1151. crypto/subtle.ConstantTimeSelect :: func(v int, x int, y int) int
  1152. crypto/subtle.ConstantTimeByteEq :: func(x uint8, y uint8) int
  1153. crypto/subtle.ConstantTimeEq :: func(x int32, y int32) int
  1154. crypto/subtle.ConstantTimeCopy :: func(v int, x []byte, y []byte)
  1155. crypto/subtle.ConstantTimeLessOrEq :: func(x int, y int) int
  1156. crypto/subtle.XORBytes :: func(dst []byte, x []byte, y []byte) int
  1157. crypto/cipher.NewCBCEncrypter :: func(b crypto/cipher.Block, iv []byte) crypto/cipher.BlockMode
  1158. crypto/cipher.NewCBCDecrypter :: func(b crypto/cipher.Block, iv []byte) crypto/cipher.BlockMode
  1159. crypto/cipher.NewCFBEncrypter :: func(block crypto/cipher.Block, iv []byte) crypto/cipher.Stream
  1160. crypto/cipher.NewCFBDecrypter :: func(block crypto/cipher.Block, iv []byte) crypto/cipher.Stream
  1161. crypto/cipher.NewCTR :: func(block crypto/cipher.Block, iv []byte) crypto/cipher.Stream
  1162. crypto/cipher.NewGCM :: func(cipher crypto/cipher.Block) (crypto/cipher.AEAD, error)
  1163. crypto/cipher.NewGCMWithNonceSize :: func(cipher crypto/cipher.Block, size int) (crypto/cipher.AEAD, error)
  1164. crypto/cipher.NewGCMWithTagSize :: func(cipher crypto/cipher.Block, tagSize int) (crypto/cipher.AEAD, error)
  1165. crypto/cipher.NewOFB :: func(b crypto/cipher.Block, iv []byte) crypto/cipher.Stream
  1166. crypto/internal/boring/sig.BoringCrypto :: func()
  1167. crypto/internal/boring/sig.FIPSOnly :: func()
  1168. crypto/internal/boring/sig.StandardCrypto :: func()
  1169. crypto/internal/boring.Unreachable :: func()
  1170. crypto/internal/boring.UnreachableExceptTests :: func()
  1171. crypto/internal/boring.NewSHA1 :: func() hash.Hash
  1172. crypto/internal/boring.NewSHA224 :: func() hash.Hash
  1173. crypto/internal/boring.NewSHA256 :: func() hash.Hash
  1174. crypto/internal/boring.NewSHA384 :: func() hash.Hash
  1175. crypto/internal/boring.NewSHA512 :: func() hash.Hash
  1176. crypto/internal/boring.SHA1 :: func([]byte) [20]byte
  1177. crypto/internal/boring.SHA224 :: func([]byte) [28]byte
  1178. crypto/internal/boring.SHA256 :: func([]byte) [32]byte
  1179. crypto/internal/boring.SHA384 :: func([]byte) [48]byte
  1180. crypto/internal/boring.SHA512 :: func([]byte) [64]byte
  1181. crypto/internal/boring.NewHMAC :: func(h func() hash.Hash, key []byte) hash.Hash
  1182. crypto/internal/boring.NewAESCipher :: func(key []byte) (crypto/cipher.Block, error)
  1183. crypto/internal/boring.NewGCMTLS :: func(crypto/cipher.Block) (crypto/cipher.AEAD, error)
  1184. crypto/internal/boring.GenerateKeyECDSA :: func(curve string) (X crypto/internal/boring.BigInt, Y crypto/internal/boring.BigInt, D crypto/internal/boring.BigInt, err error)
  1185. crypto/internal/boring.NewPrivateKeyECDSA :: func(curve string, X crypto/internal/boring.BigInt, Y crypto/internal/boring.BigInt, D crypto/internal/boring.BigInt) (*crypto/internal/boring.PrivateKeyECDSA, error)
  1186. crypto/internal/boring.NewPublicKeyECDSA :: func(curve string, X crypto/internal/boring.BigInt, Y crypto/internal/boring.BigInt) (*crypto/internal/boring.PublicKeyECDSA, error)
  1187. crypto/internal/boring.SignMarshalECDSA :: func(priv *crypto/internal/boring.PrivateKeyECDSA, hash []byte) ([]byte, error)
  1188. crypto/internal/boring.VerifyECDSA :: func(pub *crypto/internal/boring.PublicKeyECDSA, hash []byte, sig []byte) bool
  1189. crypto/internal/boring.DecryptRSAOAEP :: func(h hash.Hash, mgfHash hash.Hash, priv *crypto/internal/boring.PrivateKeyRSA, ciphertext []byte, label []byte) ([]byte, error)
  1190. crypto/internal/boring.DecryptRSAPKCS1 :: func(priv *crypto/internal/boring.PrivateKeyRSA, ciphertext []byte) ([]byte, error)
  1191. crypto/internal/boring.DecryptRSANoPadding :: func(priv *crypto/internal/boring.PrivateKeyRSA, ciphertext []byte) ([]byte, error)
  1192. crypto/internal/boring.EncryptRSAOAEP :: func(h hash.Hash, mgfHash hash.Hash, pub *crypto/internal/boring.PublicKeyRSA, msg []byte, label []byte) ([]byte, error)
  1193. crypto/internal/boring.EncryptRSAPKCS1 :: func(pub *crypto/internal/boring.PublicKeyRSA, msg []byte) ([]byte, error)
  1194. crypto/internal/boring.EncryptRSANoPadding :: func(pub *crypto/internal/boring.PublicKeyRSA, msg []byte) ([]byte, error)
  1195. crypto/internal/boring.GenerateKeyRSA :: func(bits int) (N crypto/internal/boring.BigInt, E crypto/internal/boring.BigInt, D crypto/internal/boring.BigInt, P crypto/internal/boring.BigInt, Q crypto/internal/boring.BigInt, Dp crypto/internal/boring.BigInt, Dq crypto/internal/boring.BigInt, Qinv crypto/internal/boring.BigInt, err error)
  1196. crypto/internal/boring.NewPrivateKeyRSA :: func(N crypto/internal/boring.BigInt, E crypto/internal/boring.BigInt, D crypto/internal/boring.BigInt, P crypto/internal/boring.BigInt, Q crypto/internal/boring.BigInt, Dp crypto/internal/boring.BigInt, Dq crypto/internal/boring.BigInt, Qinv crypto/internal/boring.BigInt) (*crypto/internal/boring.PrivateKeyRSA, error)
  1197. crypto/internal/boring.NewPublicKeyRSA :: func(N crypto/internal/boring.BigInt, E crypto/internal/boring.BigInt) (*crypto/internal/boring.PublicKeyRSA, error)
  1198. crypto/internal/boring.SignRSAPKCS1v15 :: func(priv *crypto/internal/boring.PrivateKeyRSA, h crypto.Hash, hashed []byte) ([]byte, error)
  1199. crypto/internal/boring.SignRSAPSS :: func(priv *crypto/internal/boring.PrivateKeyRSA, h crypto.Hash, hashed []byte, saltLen int) ([]byte, error)
  1200. crypto/internal/boring.VerifyRSAPKCS1v15 :: func(pub *crypto/internal/boring.PublicKeyRSA, h crypto.Hash, hashed []byte, sig []byte) error
  1201. crypto/internal/boring.VerifyRSAPSS :: func(pub *crypto/internal/boring.PublicKeyRSA, h crypto.Hash, hashed []byte, sig []byte, saltLen int) error
  1202. crypto/internal/boring.ECDH :: func(*crypto/internal/boring.PrivateKeyECDH, *crypto/internal/boring.PublicKeyECDH) ([]byte, error)
  1203. crypto/internal/boring.GenerateKeyECDH :: func(string) (*crypto/internal/boring.PrivateKeyECDH, []byte, error)
  1204. crypto/internal/boring.NewPrivateKeyECDH :: func(string, []byte) (*crypto/internal/boring.PrivateKeyECDH, error)
  1205. crypto/internal/boring.NewPublicKeyECDH :: func(string, []byte) (*crypto/internal/boring.PublicKeyECDH, error)
  1206. crypto/aes.NewCipher :: func(key []byte) (crypto/cipher.Block, error)
  1207. crypto/des.NewCipher :: func(key []byte) (crypto/cipher.Block, error)
  1208. crypto/des.NewTripleDESCipher :: func(key []byte) (crypto/cipher.Block, error)
  1209. crypto/internal/randutil.MaybeReadByte :: func(r io.Reader)
  1210. math/rand.NewSource :: func(seed int64) math/rand.Source
  1211. math/rand.New :: func(src math/rand.Source) *math/rand.Rand
  1212. math/rand.Seed :: func(seed int64)
  1213. math/rand.Int63 :: func() int64
  1214. math/rand.Uint32 :: func() uint32
  1215. math/rand.Uint64 :: func() uint64
  1216. math/rand.Int31 :: func() int32
  1217. math/rand.Int :: func() int
  1218. math/rand.Int63n :: func(n int64) int64
  1219. math/rand.Int31n :: func(n int32) int32
  1220. math/rand.Intn :: func(n int) int
  1221. math/rand.Float64 :: func() float64
  1222. math/rand.Float32 :: func() float32
  1223. math/rand.Perm :: func(n int) []int
  1224. math/rand.Shuffle :: func(n int, swap func(i int, j int))
  1225. math/rand.Read :: func(p []byte) (n int, err error)
  1226. math/rand.NormFloat64 :: func() float64
  1227. math/rand.ExpFloat64 :: func() float64
  1228. math/rand.NewZipf :: func(r *math/rand.Rand, s float64, v float64, imax uint64) *math/rand.Zipf
  1229. math/big.NewFloat :: func(x float64) *math/big.Float
  1230. math/big.ParseFloat :: func(s string, base int, prec uint, mode math/big.RoundingMode) (f *math/big.Float, b int, err error)
  1231. math/big.NewInt :: func(x int64) *math/big.Int
  1232. math/big.Jacobi :: func(x *math/big.Int, y *math/big.Int) int
  1233. math/big.NewRat :: func(a int64, b int64) *math/big.Rat
  1234. crypto/dsa.GenerateParameters :: func(params *crypto/dsa.Parameters, rand io.Reader, sizes crypto/dsa.ParameterSizes) error
  1235. crypto/dsa.GenerateKey :: func(priv *crypto/dsa.PrivateKey, rand io.Reader) error
  1236. crypto/dsa.Sign :: func(rand io.Reader, priv *crypto/dsa.PrivateKey, hash []byte) (r *math/big.Int, s *math/big.Int, err error)
  1237. crypto/dsa.Verify :: func(pub *crypto/dsa.PublicKey, hash []byte, r *math/big.Int, s *math/big.Int) bool
  1238. crypto/internal/nistec.NewP224Point :: func() *crypto/internal/nistec.P224Point
  1239. crypto/internal/nistec.NewP256Point :: func() *crypto/internal/nistec.P256Point
  1240. crypto/internal/nistec.P256OrdInverse :: func(k []byte) ([]byte, error)
  1241. crypto/internal/nistec.NewP384Point :: func() *crypto/internal/nistec.P384Point
  1242. crypto/internal/nistec.NewP521Point :: func() *crypto/internal/nistec.P521Point
  1243. crypto/ecdh.P256 :: func() crypto/ecdh.Curve
  1244. crypto/ecdh.P384 :: func() crypto/ecdh.Curve
  1245. crypto/ecdh.P521 :: func() crypto/ecdh.Curve
  1246. crypto/ecdh.X25519 :: func() crypto/ecdh.Curve
  1247. crypto/elliptic.GenerateKey :: func(curve crypto/elliptic.Curve, rand io.Reader) (priv []byte, x *math/big.Int, y *math/big.Int, err error)
  1248. crypto/elliptic.Marshal :: func(curve crypto/elliptic.Curve, x *math/big.Int, y *math/big.Int) []byte
  1249. crypto/elliptic.MarshalCompressed :: func(curve crypto/elliptic.Curve, x *math/big.Int, y *math/big.Int) []byte
  1250. crypto/elliptic.Unmarshal :: func(curve crypto/elliptic.Curve, data []byte) (x *math/big.Int, y *math/big.Int)
  1251. crypto/elliptic.UnmarshalCompressed :: func(curve crypto/elliptic.Curve, data []byte) (x *math/big.Int, y *math/big.Int)
  1252. crypto/elliptic.P224 :: func() crypto/elliptic.Curve
  1253. crypto/elliptic.P256 :: func() crypto/elliptic.Curve
  1254. crypto/elliptic.P384 :: func() crypto/elliptic.Curve
  1255. crypto/elliptic.P521 :: func() crypto/elliptic.Curve
  1256. crypto/internal/bigmod.NewNat :: func() *crypto/internal/bigmod.Nat
  1257. crypto/internal/bigmod.NewModulusFromBig :: func(n *math/big.Int) (*crypto/internal/bigmod.Modulus, error)
  1258. crypto/internal/boring/bbig.Enc :: func(b *math/big.Int) crypto/internal/boring.BigInt
  1259. crypto/internal/boring/bbig.Dec :: func(b crypto/internal/boring.BigInt) *math/big.Int
  1260. crypto/sha512.New :: func() hash.Hash
  1261. crypto/sha512.New512_224 :: func() hash.Hash
  1262. crypto/sha512.New512_256 :: func() hash.Hash
  1263. crypto/sha512.New384 :: func() hash.Hash
  1264. crypto/sha512.Sum512 :: func(data []byte) [64]byte
  1265. crypto/sha512.Sum384 :: func(data []byte) [48]byte
  1266. crypto/sha512.Sum512_224 :: func(data []byte) [28]byte
  1267. crypto/sha512.Sum512_256 :: func(data []byte) [32]byte
  1268. unicode/utf16.IsSurrogate :: func(r rune) bool
  1269. unicode/utf16.DecodeRune :: func(r1 rune, r2 rune) rune
  1270. unicode/utf16.EncodeRune :: func(r rune) (r1 rune, r2 rune)
  1271. unicode/utf16.RuneLen :: func(r rune) int
  1272. unicode/utf16.Encode :: func(s []rune) []uint16
  1273. unicode/utf16.AppendRune :: func(a []uint16, r rune) []uint16
  1274. unicode/utf16.Decode :: func(s []uint16) []rune
  1275. encoding/asn1.Unmarshal :: func(b []byte, val any) (rest []byte, err error)
  1276. encoding/asn1.UnmarshalWithParams :: func(b []byte, val any, params string) (rest []byte, err error)
  1277. encoding/asn1.Marshal :: func(val any) ([]byte, error)
  1278. encoding/asn1.MarshalWithParams :: func(val any, params string) ([]byte, error)
  1279. vendor/golang.org/x/crypto/cryptobyte.NewBuilder :: func(buffer []byte) *vendor/golang.org/x/crypto/cryptobyte.Builder
  1280. vendor/golang.org/x/crypto/cryptobyte.NewFixedBuilder :: func(buffer []byte) *vendor/golang.org/x/crypto/cryptobyte.Builder
  1281. crypto/ecdsa.GenerateKey :: func(c crypto/elliptic.Curve, rand io.Reader) (*crypto/ecdsa.PrivateKey, error)
  1282. crypto/ecdsa.SignASN1 :: func(rand io.Reader, priv *crypto/ecdsa.PrivateKey, hash []byte) ([]byte, error)
  1283. crypto/ecdsa.VerifyASN1 :: func(pub *crypto/ecdsa.PublicKey, hash []byte, sig []byte) bool
  1284. crypto/ecdsa.Sign :: func(rand io.Reader, priv *crypto/ecdsa.PrivateKey, hash []byte) (r *math/big.Int, s *math/big.Int, err error)
  1285. crypto/ecdsa.Verify :: func(pub *crypto/ecdsa.PublicKey, hash []byte, r *math/big.Int, s *math/big.Int) bool
  1286. crypto/internal/edwards25519.NewIdentityPoint :: func() *crypto/internal/edwards25519.Point
  1287. crypto/internal/edwards25519.NewGeneratorPoint :: func() *crypto/internal/edwards25519.Point
  1288. crypto/internal/edwards25519.NewScalar :: func() *crypto/internal/edwards25519.Scalar
  1289. crypto/rand.Read :: func(b []byte) (n int, err error)
  1290. crypto/rand.Prime :: func(rand io.Reader, bits int) (*math/big.Int, error)
  1291. crypto/rand.Int :: func(rand io.Reader, max *math/big.Int) (n *math/big.Int, err error)
  1292. crypto/ed25519.GenerateKey :: func(rand io.Reader) (crypto/ed25519.PublicKey, crypto/ed25519.PrivateKey, error)
  1293. crypto/ed25519.NewKeyFromSeed :: func(seed []byte) crypto/ed25519.PrivateKey
  1294. crypto/ed25519.Sign :: func(privateKey crypto/ed25519.PrivateKey, message []byte) []byte
  1295. crypto/ed25519.Verify :: func(publicKey crypto/ed25519.PublicKey, message []byte, sig []byte) bool
  1296. crypto/ed25519.VerifyWithOptions :: func(publicKey crypto/ed25519.PublicKey, message []byte, sig []byte, opts *crypto/ed25519.Options) error
  1297. crypto/hmac.New :: func(h func() hash.Hash, key []byte) hash.Hash
  1298. crypto/hmac.Equal :: func(mac1 []byte, mac2 []byte) bool
  1299. flag.VisitAll :: func(fn func(*flag.Flag))
  1300. flag.Visit :: func(fn func(*flag.Flag))
  1301. flag.Lookup :: func(name string) *flag.Flag
  1302. flag.Set :: func(name string, value string) error
  1303. flag.UnquoteUsage :: func(flag *flag.Flag) (name string, usage string)
  1304. flag.PrintDefaults :: func()
  1305. flag.NFlag :: func() int
  1306. flag.Arg :: func(i int) string
  1307. flag.NArg :: func() int
  1308. flag.Args :: func() []string
  1309. flag.BoolVar :: func(p *bool, name string, value bool, usage string)
  1310. flag.Bool :: func(name string, value bool, usage string) *bool
  1311. flag.IntVar :: func(p *int, name string, value int, usage string)
  1312. flag.Int :: func(name string, value int, usage string) *int
  1313. flag.Int64Var :: func(p *int64, name string, value int64, usage string)
  1314. flag.Int64 :: func(name string, value int64, usage string) *int64
  1315. flag.UintVar :: func(p *uint, name string, value uint, usage string)
  1316. flag.Uint :: func(name string, value uint, usage string) *uint
  1317. flag.Uint64Var :: func(p *uint64, name string, value uint64, usage string)
  1318. flag.Uint64 :: func(name string, value uint64, usage string) *uint64
  1319. flag.StringVar :: func(p *string, name string, value string, usage string)
  1320. flag.String :: func(name string, value string, usage string) *string
  1321. flag.Float64Var :: func(p *float64, name string, value float64, usage string)
  1322. flag.Float64 :: func(name string, value float64, usage string) *float64
  1323. flag.DurationVar :: func(p *time.Duration, name string, value time.Duration, usage string)
  1324. flag.Duration :: func(name string, value time.Duration, usage string) *time.Duration
  1325. flag.TextVar :: func(p encoding.TextUnmarshaler, name string, value encoding.TextMarshaler, usage string)
  1326. flag.Func :: func(name string, usage string, fn func(string) error)
  1327. flag.BoolFunc :: func(name string, usage string, fn func(string) error)
  1328. flag.Var :: func(value flag.Value, name string, usage string)
  1329. flag.Parse :: func()
  1330. flag.Parsed :: func() bool
  1331. flag.NewFlagSet :: func(name string, errorHandling flag.ErrorHandling) *flag.FlagSet
  1332. runtime/debug.ReadGCStats :: func(stats *runtime/debug.GCStats)
  1333. runtime/debug.SetGCPercent :: func(percent int) int
  1334. runtime/debug.FreeOSMemory :: func()
  1335. runtime/debug.SetMaxStack :: func(bytes int) int
  1336. runtime/debug.SetMaxThreads :: func(threads int) int
  1337. runtime/debug.SetPanicOnFault :: func(enabled bool) bool
  1338. runtime/debug.WriteHeapDump :: func(fd uintptr)
  1339. runtime/debug.SetTraceback :: func(level string)
  1340. runtime/debug.SetMemoryLimit :: func(limit int64) int64
  1341. runtime/debug.ReadBuildInfo :: func() (info *runtime/debug.BuildInfo, ok bool)
  1342. runtime/debug.ParseBuildInfo :: func(data string) (bi *runtime/debug.BuildInfo, err error)
  1343. runtime/debug.PrintStack :: func()
  1344. runtime/debug.Stack :: func() []byte
  1345. runtime/debug.SetCrashOutput :: func(f *os.File, opts runtime/debug.CrashOptions) error
  1346. runtime/trace.NewTask :: func(pctx context.Context, taskType string) (ctx context.Context, task *runtime/trace.Task)
  1347. runtime/trace.Log :: func(ctx context.Context, category string, message string)
  1348. runtime/trace.Logf :: func(ctx context.Context, category string, format string, args ...any)
  1349. runtime/trace.WithRegion :: func(ctx context.Context, regionType string, fn func())
  1350. runtime/trace.StartRegion :: func(ctx context.Context, regionType string) *runtime/trace.Region
  1351. runtime/trace.IsEnabled :: func() bool
  1352. runtime/trace.Start :: func(w io.Writer) error
  1353. runtime/trace.Stop :: func()
  1354. testing.AllocsPerRun :: func(runs int, f func()) (avg float64)
  1355. testing.RunBenchmarks :: func(matchString func(pat string, str string) (bool, error), benchmarks []testing.InternalBenchmark)
  1356. testing.Benchmark :: func(f func(b *testing.B)) testing.BenchmarkResult
  1357. testing.Coverage :: func() float64
  1358. testing.RegisterCover :: func(c testing.Cover)
  1359. testing.RunExamples :: func(matchString func(pat string, str string) (bool, error), examples []testing.InternalExample) (ok bool)
  1360. testing.Init :: func()
  1361. testing.Short :: func() bool
  1362. testing.Testing :: func() bool
  1363. testing.CoverMode :: func() string
  1364. testing.Verbose :: func() bool
  1365. testing.Main :: func(matchString func(pat string, str string) (bool, error), tests []testing.InternalTest, benchmarks []testing.InternalBenchmark, examples []testing.InternalExample)
  1366. testing.MainStart :: func(deps testing.testDeps, tests []testing.InternalTest, benchmarks []testing.InternalBenchmark, fuzzTargets []testing.InternalFuzzTarget, examples []testing.InternalExample) *testing.M
  1367. testing.RunTests :: func(matchString func(pat string, str string) (bool, error), tests []testing.InternalTest) (ok bool)
  1368. crypto/internal/cryptotest.TestHash :: func(t *testing.T, mh crypto/internal/cryptotest.MakeHash)
  1369. vendor/golang.org/x/crypto/internal/alias.AnyOverlap :: func(x []byte, y []byte) bool
  1370. vendor/golang.org/x/crypto/internal/alias.InexactOverlap :: func(x []byte, y []byte) bool
  1371. vendor/golang.org/x/crypto/chacha20.NewUnauthenticatedCipher :: func(key []byte, nonce []byte) (*vendor/golang.org/x/crypto/chacha20.Cipher, error)
  1372. vendor/golang.org/x/crypto/chacha20.HChaCha20 :: func(key []byte, nonce []byte) ([]byte, error)
  1373. vendor/golang.org/x/crypto/internal/poly1305.Sum :: func(out *[16]byte, m []byte, key *[32]byte)
  1374. vendor/golang.org/x/crypto/internal/poly1305.Verify :: func(mac *[16]byte, m []byte, key *[32]byte) bool
  1375. vendor/golang.org/x/crypto/internal/poly1305.New :: func(key *[32]byte) *vendor/golang.org/x/crypto/internal/poly1305.MAC
  1376. vendor/golang.org/x/crypto/chacha20poly1305.New :: func(key []byte) (crypto/cipher.AEAD, error)
  1377. vendor/golang.org/x/crypto/chacha20poly1305.NewX :: func(key []byte) (crypto/cipher.AEAD, error)
  1378. vendor/golang.org/x/crypto/hkdf.Extract :: func(hash func() hash.Hash, secret []byte, salt []byte) []byte
  1379. vendor/golang.org/x/crypto/hkdf.Expand :: func(hash func() hash.Hash, pseudorandomKey []byte, info []byte) io.Reader
  1380. vendor/golang.org/x/crypto/hkdf.New :: func(hash func() hash.Hash, secret []byte, salt []byte, info []byte) io.Reader
  1381. crypto/internal/hpke.SetupSender :: func(kemID uint16, kdfID uint16, aeadID uint16, pub crypto.PublicKey, info []byte) ([]byte, *crypto/internal/hpke.Sender, error)
  1382. crypto/internal/hpke.SuiteID :: func(kemID uint16, kdfID uint16, aeadID uint16) []byte
  1383. crypto/internal/hpke.ParseHPKEPublicKey :: func(kemID uint16, bytes []byte) (*crypto/ecdh.PublicKey, error)
  1384. vendor/golang.org/x/crypto/sha3.New224 :: func() hash.Hash
  1385. vendor/golang.org/x/crypto/sha3.New256 :: func() hash.Hash
  1386. vendor/golang.org/x/crypto/sha3.New384 :: func() hash.Hash
  1387. vendor/golang.org/x/crypto/sha3.New512 :: func() hash.Hash
  1388. vendor/golang.org/x/crypto/sha3.NewLegacyKeccak256 :: func() hash.Hash
  1389. vendor/golang.org/x/crypto/sha3.NewLegacyKeccak512 :: func() hash.Hash
  1390. vendor/golang.org/x/crypto/sha3.Sum224 :: func(data []byte) (digest [28]byte)
  1391. vendor/golang.org/x/crypto/sha3.Sum256 :: func(data []byte) (digest [32]byte)
  1392. vendor/golang.org/x/crypto/sha3.Sum384 :: func(data []byte) (digest [48]byte)
  1393. vendor/golang.org/x/crypto/sha3.Sum512 :: func(data []byte) (digest [64]byte)
  1394. vendor/golang.org/x/crypto/sha3.NewShake128 :: func() vendor/golang.org/x/crypto/sha3.ShakeHash
  1395. vendor/golang.org/x/crypto/sha3.NewShake256 :: func() vendor/golang.org/x/crypto/sha3.ShakeHash
  1396. vendor/golang.org/x/crypto/sha3.NewCShake128 :: func(N []byte, S []byte) vendor/golang.org/x/crypto/sha3.ShakeHash
  1397. vendor/golang.org/x/crypto/sha3.NewCShake256 :: func(N []byte, S []byte) vendor/golang.org/x/crypto/sha3.ShakeHash
  1398. vendor/golang.org/x/crypto/sha3.ShakeSum128 :: func(hash []byte, data []byte)
  1399. vendor/golang.org/x/crypto/sha3.ShakeSum256 :: func(hash []byte, data []byte)
  1400. crypto/internal/mlkem768.GenerateKey :: func() (*crypto/internal/mlkem768.DecapsulationKey, error)
  1401. crypto/internal/mlkem768.NewKeyFromSeed :: func(seed []byte) (*crypto/internal/mlkem768.DecapsulationKey, error)
  1402. crypto/internal/mlkem768.NewKeyFromExtendedEncoding :: func(decapsulationKey []byte) (*crypto/internal/mlkem768.DecapsulationKey, error)
  1403. crypto/internal/mlkem768.Encapsulate :: func(encapsulationKey []byte) (ciphertext []byte, sharedKey []byte, err error)
  1404. crypto/internal/mlkem768.Decapsulate :: func(dk *crypto/internal/mlkem768.DecapsulationKey, ciphertext []byte) (sharedKey []byte, err error)
  1405. crypto/md5.New :: func() hash.Hash
  1406. crypto/md5.Sum :: func(data []byte) [16]byte
  1407. crypto/rc4.NewCipher :: func(key []byte) (*crypto/rc4.Cipher, error)
  1408. crypto/rsa.EncryptPKCS1v15 :: func(random io.Reader, pub *crypto/rsa.PublicKey, msg []byte) ([]byte, error)
  1409. crypto/rsa.DecryptPKCS1v15 :: func(random io.Reader, priv *crypto/rsa.PrivateKey, ciphertext []byte) ([]byte, error)
  1410. crypto/rsa.DecryptPKCS1v15SessionKey :: func(random io.Reader, priv *crypto/rsa.PrivateKey, ciphertext []byte, key []byte) error
  1411. crypto/rsa.SignPKCS1v15 :: func(random io.Reader, priv *crypto/rsa.PrivateKey, hash crypto.Hash, hashed []byte) ([]byte, error)
  1412. crypto/rsa.VerifyPKCS1v15 :: func(pub *crypto/rsa.PublicKey, hash crypto.Hash, hashed []byte, sig []byte) error
  1413. crypto/rsa.SignPSS :: func(rand io.Reader, priv *crypto/rsa.PrivateKey, hash crypto.Hash, digest []byte, opts *crypto/rsa.PSSOptions) ([]byte, error)
  1414. crypto/rsa.VerifyPSS :: func(pub *crypto/rsa.PublicKey, hash crypto.Hash, digest []byte, sig []byte, opts *crypto/rsa.PSSOptions) error
  1415. crypto/rsa.GenerateKey :: func(random io.Reader, bits int) (*crypto/rsa.PrivateKey, error)
  1416. crypto/rsa.GenerateMultiPrimeKey :: func(random io.Reader, nprimes int, bits int) (*crypto/rsa.PrivateKey, error)
  1417. crypto/rsa.EncryptOAEP :: func(hash hash.Hash, random io.Reader, pub *crypto/rsa.PublicKey, msg []byte, label []byte) ([]byte, error)
  1418. crypto/rsa.DecryptOAEP :: func(hash hash.Hash, random io.Reader, priv *crypto/rsa.PrivateKey, ciphertext []byte, label []byte) ([]byte, error)
  1419. crypto/sha1.New :: func() hash.Hash
  1420. crypto/sha1.Sum :: func(data []byte) [20]byte
  1421. crypto/sha256.New :: func() hash.Hash
  1422. crypto/sha256.New224 :: func() hash.Hash
  1423. crypto/sha256.Sum256 :: func(data []byte) [32]byte
  1424. crypto/sha256.Sum224 :: func(data []byte) [28]byte
  1425. encoding/hex.EncodedLen :: func(n int) int
  1426. encoding/hex.Encode :: func(dst []byte, src []byte) int
  1427. encoding/hex.AppendEncode :: func(dst []byte, src []byte) []byte
  1428. encoding/hex.DecodedLen :: func(x int) int
  1429. encoding/hex.Decode :: func(dst []byte, src []byte) (int, error)
  1430. encoding/hex.AppendDecode :: func(dst []byte, src []byte) ([]byte, error)
  1431. encoding/hex.EncodeToString :: func(src []byte) string
  1432. encoding/hex.DecodeString :: func(s string) ([]byte, error)
  1433. encoding/hex.Dump :: func(data []byte) string
  1434. encoding/hex.NewEncoder :: func(w io.Writer) io.Writer
  1435. encoding/hex.NewDecoder :: func(r io.Reader) io.Reader
  1436. encoding/hex.Dumper :: func(w io.Writer) io.WriteCloser
  1437. encoding/base64.NewEncoding :: func(encoder string) *encoding/base64.Encoding
  1438. encoding/base64.NewEncoder :: func(enc *encoding/base64.Encoding, w io.Writer) io.WriteCloser
  1439. encoding/base64.NewDecoder :: func(enc *encoding/base64.Encoding, r io.Reader) io.Reader
  1440. encoding/pem.Decode :: func(data []byte) (p *encoding/pem.Block, rest []byte)
  1441. encoding/pem.Encode :: func(out io.Writer, b *encoding/pem.Block) error
  1442. encoding/pem.EncodeToMemory :: func(b *encoding/pem.Block) []byte
  1443. vendor/golang.org/x/net/dns/dnsmessage.NewBuilder :: func(buf []byte, h vendor/golang.org/x/net/dns/dnsmessage.Header) vendor/golang.org/x/net/dns/dnsmessage.Builder
  1444. vendor/golang.org/x/net/dns/dnsmessage.NewName :: func(name string) (vendor/golang.org/x/net/dns/dnsmessage.Name, error)
  1445. vendor/golang.org/x/net/dns/dnsmessage.MustNewName :: func(name string) vendor/golang.org/x/net/dns/dnsmessage.Name
  1446. math/rand/v2.NewChaCha8 :: func(seed [32]byte) *math/rand/v2.ChaCha8
  1447. math/rand/v2.NewPCG :: func(seed1 uint64, seed2 uint64) *math/rand/v2.PCG
  1448. math/rand/v2.New :: func(src math/rand/v2.Source) *math/rand/v2.Rand
  1449. math/rand/v2.Int64 :: func() int64
  1450. math/rand/v2.Uint32 :: func() uint32
  1451. math/rand/v2.Uint64N :: func(n uint64) uint64
  1452. math/rand/v2.Uint32N :: func(n uint32) uint32
  1453. math/rand/v2.Uint64 :: func() uint64
  1454. math/rand/v2.Int32 :: func() int32
  1455. math/rand/v2.Int :: func() int
  1456. math/rand/v2.Uint :: func() uint
  1457. math/rand/v2.Int64N :: func(n int64) int64
  1458. math/rand/v2.Int32N :: func(n int32) int32
  1459. math/rand/v2.IntN :: func(n int) int
  1460. math/rand/v2.UintN :: func(n uint) uint
  1461. math/rand/v2.N :: func[Int math/rand/v2.intType](n Int) Int
  1462. math/rand/v2.Float64 :: func() float64
  1463. math/rand/v2.Float32 :: func() float32
  1464. math/rand/v2.Perm :: func(n int) []int
  1465. math/rand/v2.Shuffle :: func(n int, swap func(i int, j int))
  1466. math/rand/v2.NormFloat64 :: func() float64
  1467. math/rand/v2.ExpFloat64 :: func() float64
  1468. math/rand/v2.NewZipf :: func(r *math/rand/v2.Rand, s float64, v float64, imax uint64) *math/rand/v2.Zipf
  1469. internal/concurrent.NewHashTrieMap :: func[K, V comparable]() *internal/concurrent.HashTrieMap[K, V]
  1470. internal/weak.Make :: func[T any](ptr *T) internal/weak.Pointer[T]
  1471. unique.Make :: func[T comparable](value T) unique.Handle[T]
  1472. net/netip.IPv6LinkLocalAllNodes :: func() net/netip.Addr
  1473. net/netip.IPv6LinkLocalAllRouters :: func() net/netip.Addr
  1474. net/netip.IPv6Loopback :: func() net/netip.Addr
  1475. net/netip.IPv6Unspecified :: func() net/netip.Addr
  1476. net/netip.IPv4Unspecified :: func() net/netip.Addr
  1477. net/netip.AddrFrom4 :: func(addr [4]byte) net/netip.Addr
  1478. net/netip.AddrFrom16 :: func(addr [16]byte) net/netip.Addr
  1479. net/netip.ParseAddr :: func(s string) (net/netip.Addr, error)
  1480. net/netip.MustParseAddr :: func(s string) net/netip.Addr
  1481. net/netip.AddrFromSlice :: func(slice []byte) (ip net/netip.Addr, ok bool)
  1482. net/netip.AddrPortFrom :: func(ip net/netip.Addr, port uint16) net/netip.AddrPort
  1483. net/netip.ParseAddrPort :: func(s string) (net/netip.AddrPort, error)
  1484. net/netip.MustParseAddrPort :: func(s string) net/netip.AddrPort
  1485. net/netip.PrefixFrom :: func(ip net/netip.Addr, bits int) net/netip.Prefix
  1486. net/netip.ParsePrefix :: func(s string) (net/netip.Prefix, error)
  1487. net/netip.MustParsePrefix :: func(s string) net/netip.Prefix
  1488. net.Dial :: func(network string, address string) (net.Conn, error)
  1489. net.DialTimeout :: func(network string, address string, timeout time.Duration) (net.Conn, error)
  1490. net.Listen :: func(network string, address string) (net.Listener, error)
  1491. net.ListenPacket :: func(network string, address string) (net.PacketConn, error)
  1492. net.FileConn :: func(f *os.File) (c net.Conn, err error)
  1493. net.FileListener :: func(f *os.File) (ln net.Listener, err error)
  1494. net.FilePacketConn :: func(f *os.File) (c net.PacketConn, err error)
  1495. net.Interfaces :: func() ([]net.Interface, error)
  1496. net.InterfaceAddrs :: func() ([]net.Addr, error)
  1497. net.InterfaceByIndex :: func(index int) (*net.Interface, error)
  1498. net.InterfaceByName :: func(name string) (*net.Interface, error)
  1499. net.IPv4 :: func(a byte, b byte, c byte, d byte) net.IP
  1500. net.IPv4Mask :: func(a byte, b byte, c byte, d byte) net.IPMask
  1501. net.CIDRMask :: func(ones int, bits int) net.IPMask
  1502. net.ParseIP :: func(s string) net.IP
  1503. net.ParseCIDR :: func(s string) (net.IP, *net.IPNet, error)
  1504. net.ResolveIPAddr :: func(network string, address string) (*net.IPAddr, error)
  1505. net.DialIP :: func(network string, laddr *net.IPAddr, raddr *net.IPAddr) (*net.IPConn, error)
  1506. net.ListenIP :: func(network string, laddr *net.IPAddr) (*net.IPConn, error)
  1507. net.SplitHostPort :: func(hostport string) (host string, port string, err error)
  1508. net.JoinHostPort :: func(host string, port string) string
  1509. net.LookupHost :: func(host string) (addrs []string, err error)
  1510. net.LookupIP :: func(host string) ([]net.IP, error)
  1511. net.LookupPort :: func(network string, service string) (port int, err error)
  1512. net.LookupCNAME :: func(host string) (cname string, err error)
  1513. net.LookupSRV :: func(service string, proto string, name string) (cname string, addrs []*net.SRV, err error)
  1514. net.LookupMX :: func(name string) ([]*net.MX, error)
  1515. net.LookupNS :: func(name string) ([]*net.NS, error)
  1516. net.LookupTXT :: func(name string) ([]string, error)
  1517. net.LookupAddr :: func(addr string) (names []string, err error)
  1518. net.ParseMAC :: func(s string) (hw net.HardwareAddr, err error)
  1519. net.Pipe :: func() (net.Conn, net.Conn)
  1520. net.ResolveTCPAddr :: func(network string, address string) (*net.TCPAddr, error)
  1521. net.TCPAddrFromAddrPort :: func(addr net/netip.AddrPort) *net.TCPAddr
  1522. net.DialTCP :: func(network string, laddr *net.TCPAddr, raddr *net.TCPAddr) (*net.TCPConn, error)
  1523. net.ListenTCP :: func(network string, laddr *net.TCPAddr) (*net.TCPListener, error)
  1524. net.ResolveUDPAddr :: func(network string, address string) (*net.UDPAddr, error)
  1525. net.UDPAddrFromAddrPort :: func(addr net/netip.AddrPort) *net.UDPAddr
  1526. net.DialUDP :: func(network string, laddr *net.UDPAddr, raddr *net.UDPAddr) (*net.UDPConn, error)
  1527. net.ListenUDP :: func(network string, laddr *net.UDPAddr) (*net.UDPConn, error)
  1528. net.ListenMulticastUDP :: func(network string, ifi *net.Interface, gaddr *net.UDPAddr) (*net.UDPConn, error)
  1529. net.ResolveUnixAddr :: func(network string, address string) (*net.UnixAddr, error)
  1530. net.DialUnix :: func(network string, laddr *net.UnixAddr, raddr *net.UnixAddr) (*net.UnixConn, error)
  1531. net.ListenUnix :: func(network string, laddr *net.UnixAddr) (*net.UnixListener, error)
  1532. net.ListenUnixgram :: func(network string, laddr *net.UnixAddr) (*net.UnixConn, error)
  1533. net/url.QueryUnescape :: func(s string) (string, error)
  1534. net/url.PathUnescape :: func(s string) (string, error)
  1535. net/url.QueryEscape :: func(s string) string
  1536. net/url.PathEscape :: func(s string) string
  1537. net/url.User :: func(username string) *net/url.Userinfo
  1538. net/url.UserPassword :: func(username string, password string) *net/url.Userinfo
  1539. net/url.Parse :: func(rawURL string) (*net/url.URL, error)
  1540. net/url.ParseRequestURI :: func(rawURL string) (*net/url.URL, error)
  1541. net/url.ParseQuery :: func(query string) (net/url.Values, error)
  1542. net/url.JoinPath :: func(base string, elem ...string) (result string, err error)
  1543. crypto/x509.NewCertPool :: func() *crypto/x509.CertPool
  1544. crypto/x509.SystemCertPool :: func() (*crypto/x509.CertPool, error)
  1545. crypto/x509.ParseOID :: func(oid string) (crypto/x509.OID, error)
  1546. crypto/x509.OIDFromInts :: func(oid []uint64) (crypto/x509.OID, error)
  1547. crypto/x509.ParseCertificate :: func(der []byte) (*crypto/x509.Certificate, error)
  1548. crypto/x509.ParseCertificates :: func(der []byte) ([]*crypto/x509.Certificate, error)
  1549. crypto/x509.ParseRevocationList :: func(der []byte) (*crypto/x509.RevocationList, error)
  1550. crypto/x509.IsEncryptedPEMBlock :: func(b *encoding/pem.Block) bool
  1551. crypto/x509.DecryptPEMBlock :: func(b *encoding/pem.Block, password []byte) ([]byte, error)
  1552. crypto/x509.EncryptPEMBlock :: func(rand io.Reader, blockType string, data []byte, password []byte, alg crypto/x509.PEMCipher) (*encoding/pem.Block, error)
  1553. crypto/x509.ParsePKCS1PrivateKey :: func(der []byte) (*crypto/rsa.PrivateKey, error)
  1554. crypto/x509.MarshalPKCS1PrivateKey :: func(key *crypto/rsa.PrivateKey) []byte
  1555. crypto/x509.ParsePKCS1PublicKey :: func(der []byte) (*crypto/rsa.PublicKey, error)
  1556. crypto/x509.MarshalPKCS1PublicKey :: func(key *crypto/rsa.PublicKey) []byte
  1557. crypto/x509.ParsePKCS8PrivateKey :: func(der []byte) (key any, err error)
  1558. crypto/x509.MarshalPKCS8PrivateKey :: func(key any) ([]byte, error)
  1559. crypto/x509.SetFallbackRoots :: func(roots *crypto/x509.CertPool)
  1560. crypto/x509.ParseECPrivateKey :: func(der []byte) (*crypto/ecdsa.PrivateKey, error)
  1561. crypto/x509.MarshalECPrivateKey :: func(key *crypto/ecdsa.PrivateKey) ([]byte, error)
  1562. crypto/x509.ParsePKIXPublicKey :: func(derBytes []byte) (pub any, err error)
  1563. crypto/x509.MarshalPKIXPublicKey :: func(pub any) ([]byte, error)
  1564. crypto/x509.CreateCertificate :: func(rand io.Reader, template *crypto/x509.Certificate, parent *crypto/x509.Certificate, pub any, priv any) ([]byte, error)
  1565. crypto/x509.ParseCRL :: func(crlBytes []byte) (*crypto/x509/pkix.CertificateList, error)
  1566. crypto/x509.ParseDERCRL :: func(derBytes []byte) (*crypto/x509/pkix.CertificateList, error)
  1567. crypto/x509.CreateCertificateRequest :: func(rand io.Reader, template *crypto/x509.CertificateRequest, priv any) (csr []byte, err error)
  1568. crypto/x509.ParseCertificateRequest :: func(asn1Data []byte) (*crypto/x509.CertificateRequest, error)
  1569. crypto/x509.CreateRevocationList :: func(rand io.Reader, template *crypto/x509.RevocationList, issuer *crypto/x509.Certificate, priv crypto.Signer) ([]byte, error)
  1570. crypto/tls.CipherSuites :: func() []*crypto/tls.CipherSuite
  1571. crypto/tls.InsecureCipherSuites :: func() []*crypto/tls.CipherSuite
  1572. crypto/tls.CipherSuiteName :: func(id uint16) string
  1573. crypto/tls.VersionName :: func(version uint16) string
  1574. crypto/tls.NewLRUClientSessionCache :: func(capacity int) crypto/tls.ClientSessionCache
  1575. crypto/tls.QUICClient :: func(config *crypto/tls.QUICConfig) *crypto/tls.QUICConn
  1576. crypto/tls.QUICServer :: func(config *crypto/tls.QUICConfig) *crypto/tls.QUICConn
  1577. crypto/tls.ParseSessionState :: func(data []byte) (*crypto/tls.SessionState, error)
  1578. crypto/tls.NewResumptionState :: func(ticket []byte, state *crypto/tls.SessionState) (*crypto/tls.ClientSessionState, error)
  1579. crypto/tls.Server :: func(conn net.Conn, config *crypto/tls.Config) *crypto/tls.Conn
  1580. crypto/tls.Client :: func(conn net.Conn, config *crypto/tls.Config) *crypto/tls.Conn
  1581. crypto/tls.NewListener :: func(inner net.Listener, config *crypto/tls.Config) net.Listener
  1582. crypto/tls.Listen :: func(network string, laddr string, config *crypto/tls.Config) (net.Listener, error)
  1583. crypto/tls.DialWithDialer :: func(dialer *net.Dialer, network string, addr string, config *crypto/tls.Config) (*crypto/tls.Conn, error)
  1584. crypto/tls.Dial :: func(network string, addr string, config *crypto/tls.Config) (*crypto/tls.Conn, error)
  1585. crypto/tls.LoadX509KeyPair :: func(certFile string, keyFile string) (crypto/tls.Certificate, error)
  1586. crypto/tls.X509KeyPair :: func(certPEMBlock []byte, keyPEMBlock []byte) (crypto/tls.Certificate, error)
  1587. database/sql/driver.IsValue :: func(v any) bool
  1588. database/sql/driver.IsScanValue :: func(v any) bool
  1589. database/sql.Register :: func(name string, driver database/sql/driver.Driver)
  1590. database/sql.Drivers :: func() []string
  1591. database/sql.Named :: func(name string, value any) database/sql.NamedArg
  1592. database/sql.OpenDB :: func(c database/sql/driver.Connector) *database/sql.DB
  1593. database/sql.Open :: func(driverName string, dataSourceName string) (*database/sql.DB, error)
  1594. debug/dwarf.New :: func(abbrev []byte, aranges []byte, frame []byte, info []byte, line []byte, pubnames []byte, ranges []byte, str []byte) (*debug/dwarf.Data, error)
  1595. internal/saferio.ReadData :: func(r io.Reader, n uint64) ([]byte, error)
  1596. internal/saferio.ReadDataAt :: func(r io.ReaderAt, n uint64, off int64) ([]byte, error)
  1597. internal/saferio.SliceCapWithSize :: func(size uint64, c uint64) int
  1598. internal/saferio.SliceCap :: func[E any](c uint64) int
  1599. internal/zstd.NewReader :: func(input io.Reader) *internal/zstd.Reader
  1600. debug/elf.R_SYM32 :: func(info uint32) uint32
  1601. debug/elf.R_TYPE32 :: func(info uint32) uint32
  1602. debug/elf.R_INFO32 :: func(sym uint32, typ uint32) uint32
  1603. debug/elf.ST_BIND :: func(info uint8) debug/elf.SymBind
  1604. debug/elf.ST_TYPE :: func(info uint8) debug/elf.SymType
  1605. debug/elf.ST_INFO :: func(bind debug/elf.SymBind, typ debug/elf.SymType) uint8
  1606. debug/elf.ST_VISIBILITY :: func(other uint8) debug/elf.SymVis
  1607. debug/elf.R_SYM64 :: func(info uint64) uint32
  1608. debug/elf.R_TYPE64 :: func(info uint64) uint32
  1609. debug/elf.R_INFO :: func(sym uint32, typ uint32) uint64
  1610. debug/elf.Open :: func(name string) (*debug/elf.File, error)
  1611. debug/elf.NewFile :: func(r io.ReaderAt) (*debug/elf.File, error)
  1612. debug/macho.NewFatFile :: func(r io.ReaderAt) (*debug/macho.FatFile, error)
  1613. debug/macho.OpenFat :: func(name string) (*debug/macho.FatFile, error)
  1614. debug/macho.Open :: func(name string) (*debug/macho.File, error)
  1615. debug/macho.NewFile :: func(r io.ReaderAt) (*debug/macho.File, error)
  1616. debug/pe.Open :: func(name string) (*debug/pe.File, error)
  1617. debug/pe.NewFile :: func(r io.ReaderAt) (*debug/pe.File, error)
  1618. debug/plan9obj.Open :: func(name string) (*debug/plan9obj.File, error)
  1619. debug/plan9obj.NewFile :: func(r io.ReaderAt) (*debug/plan9obj.File, error)
  1620. internal/xcoff.OpenArchive :: func(name string) (*internal/xcoff.Archive, error)
  1621. internal/xcoff.NewArchive :: func(r io.ReaderAt) (*internal/xcoff.Archive, error)
  1622. internal/xcoff.Open :: func(name string) (*internal/xcoff.File, error)
  1623. internal/xcoff.NewFile :: func(r io.ReaderAt) (*internal/xcoff.File, error)
  1624. debug/buildinfo.ReadFile :: func(name string) (info *runtime/debug.BuildInfo, err error)
  1625. debug/buildinfo.Read :: func(r io.ReaderAt) (*runtime/debug.BuildInfo, error)
  1626. debug/gosym.NewLineTable :: func(data []byte, text uint64) *debug/gosym.LineTable
  1627. debug/gosym.NewTable :: func(symtab []byte, pcln *debug/gosym.LineTable) (*debug/gosym.Table, error)
  1628. encoding/ascii85.Encode :: func(dst []byte, src []byte) int
  1629. encoding/ascii85.MaxEncodedLen :: func(n int) int
  1630. encoding/ascii85.NewEncoder :: func(w io.Writer) io.WriteCloser
  1631. encoding/ascii85.Decode :: func(dst []byte, src []byte, flush bool) (ndst int, nsrc int, err error)
  1632. encoding/ascii85.NewDecoder :: func(r io.Reader) io.Reader
  1633. encoding/base32.NewEncoding :: func(encoder string) *encoding/base32.Encoding
  1634. encoding/base32.NewEncoder :: func(enc *encoding/base32.Encoding, w io.Writer) io.WriteCloser
  1635. encoding/base32.NewDecoder :: func(enc *encoding/base32.Encoding, r io.Reader) io.Reader
  1636. encoding/csv.NewReader :: func(r io.Reader) *encoding/csv.Reader
  1637. encoding/csv.NewWriter :: func(w io.Writer) *encoding/csv.Writer
  1638. encoding/gob.NewDecoder :: func(r io.Reader) *encoding/gob.Decoder
  1639. encoding/gob.NewEncoder :: func(w io.Writer) *encoding/gob.Encoder
  1640. encoding/gob.RegisterName :: func(name string, value any)
  1641. encoding/gob.Register :: func(value any)
  1642. encoding/json.Unmarshal :: func(data []byte, v any) error
  1643. encoding/json.Marshal :: func(v any) ([]byte, error)
  1644. encoding/json.MarshalIndent :: func(v any, prefix string, indent string) ([]byte, error)
  1645. encoding/json.HTMLEscape :: func(dst *bytes.Buffer, src []byte)
  1646. encoding/json.Compact :: func(dst *bytes.Buffer, src []byte) error
  1647. encoding/json.Indent :: func(dst *bytes.Buffer, src []byte, prefix string, indent string) error
  1648. encoding/json.Valid :: func(data []byte) bool
  1649. encoding/json.NewDecoder :: func(r io.Reader) *encoding/json.Decoder
  1650. encoding/json.NewEncoder :: func(w io.Writer) *encoding/json.Encoder
  1651. encoding/xml.Marshal :: func(v any) ([]byte, error)
  1652. encoding/xml.MarshalIndent :: func(v any, prefix string, indent string) ([]byte, error)
  1653. encoding/xml.NewEncoder :: func(w io.Writer) *encoding/xml.Encoder
  1654. encoding/xml.Unmarshal :: func(data []byte, v any) error
  1655. encoding/xml.CopyToken :: func(t encoding/xml.Token) encoding/xml.Token
  1656. encoding/xml.NewDecoder :: func(r io.Reader) *encoding/xml.Decoder
  1657. encoding/xml.NewTokenDecoder :: func(t encoding/xml.TokenReader) *encoding/xml.Decoder
  1658. encoding/xml.EscapeText :: func(w io.Writer, s []byte) error
  1659. encoding/xml.Escape :: func(w io.Writer, s []byte)
  1660. log.New :: func(out io.Writer, prefix string, flag int) *log.Logger
  1661. log.Default :: func() *log.Logger
  1662. log.SetOutput :: func(w io.Writer)
  1663. log.Flags :: func() int
  1664. log.SetFlags :: func(flag int)
  1665. log.Prefix :: func() string
  1666. log.SetPrefix :: func(prefix string)
  1667. log.Writer :: func() io.Writer
  1668. log.Print :: func(v ...any)
  1669. log.Printf :: func(format string, v ...any)
  1670. log.Println :: func(v ...any)
  1671. log.Fatal :: func(v ...any)
  1672. log.Fatalf :: func(format string, v ...any)
  1673. log.Fatalln :: func(v ...any)
  1674. log.Panic :: func(v ...any)
  1675. log.Panicf :: func(format string, v ...any)
  1676. log.Panicln :: func(v ...any)
  1677. log.Output :: func(calldepth int, s string) error
  1678. vendor/golang.org/x/text/transform.NewReader :: func(r io.Reader, t vendor/golang.org/x/text/transform.Transformer) *vendor/golang.org/x/text/transform.Reader
  1679. vendor/golang.org/x/text/transform.NewWriter :: func(w io.Writer, t vendor/golang.org/x/text/transform.Transformer) *vendor/golang.org/x/text/transform.Writer
  1680. vendor/golang.org/x/text/transform.Chain :: func(t ...vendor/golang.org/x/text/transform.Transformer) vendor/golang.org/x/text/transform.Transformer
  1681. vendor/golang.org/x/text/transform.RemoveFunc :: func(f func(r rune) bool) vendor/golang.org/x/text/transform.Transformer
  1682. vendor/golang.org/x/text/transform.String :: func(t vendor/golang.org/x/text/transform.Transformer, s string) (result string, n int, err error)
  1683. vendor/golang.org/x/text/transform.Bytes :: func(t vendor/golang.org/x/text/transform.Transformer, b []byte) (result []byte, n int, err error)
  1684. vendor/golang.org/x/text/transform.Append :: func(t vendor/golang.org/x/text/transform.Transformer, dst []byte, src []byte) (result []byte, n int, err error)
  1685. vendor/golang.org/x/text/unicode/bidi.DefaultDirection :: func(d vendor/golang.org/x/text/unicode/bidi.Direction) vendor/golang.org/x/text/unicode/bidi.Option
  1686. vendor/golang.org/x/text/unicode/bidi.AppendReverse :: func(out []byte, in []byte) []byte
  1687. vendor/golang.org/x/text/unicode/bidi.ReverseString :: func(s string) string
  1688. vendor/golang.org/x/text/unicode/bidi.LookupRune :: func(r rune) (p vendor/golang.org/x/text/unicode/bidi.Properties, size int)
  1689. vendor/golang.org/x/text/unicode/bidi.Lookup :: func(s []byte) (p vendor/golang.org/x/text/unicode/bidi.Properties, sz int)
  1690. vendor/golang.org/x/text/unicode/bidi.LookupString :: func(s string) (p vendor/golang.org/x/text/unicode/bidi.Properties, sz int)
  1691. vendor/golang.org/x/text/secure/bidirule.Direction :: func(b []byte) vendor/golang.org/x/text/unicode/bidi.Direction
  1692. vendor/golang.org/x/text/secure/bidirule.DirectionString :: func(s string) vendor/golang.org/x/text/unicode/bidi.Direction
  1693. vendor/golang.org/x/text/secure/bidirule.Valid :: func(b []byte) bool
  1694. vendor/golang.org/x/text/secure/bidirule.ValidString :: func(s string) bool
  1695. vendor/golang.org/x/text/secure/bidirule.New :: func() *vendor/golang.org/x/text/secure/bidirule.Transformer
  1696. vendor/golang.org/x/net/idna.ToASCII :: func(s string) (string, error)
  1697. vendor/golang.org/x/net/idna.ToUnicode :: func(s string) (string, error)
  1698. vendor/golang.org/x/net/idna.Transitional :: func(transitional bool) vendor/golang.org/x/net/idna.Option
  1699. vendor/golang.org/x/net/idna.VerifyDNSLength :: func(verify bool) vendor/golang.org/x/net/idna.Option
  1700. vendor/golang.org/x/net/idna.RemoveLeadingDots :: func(remove bool) vendor/golang.org/x/net/idna.Option
  1701. vendor/golang.org/x/net/idna.ValidateLabels :: func(enable bool) vendor/golang.org/x/net/idna.Option
  1702. vendor/golang.org/x/net/idna.CheckHyphens :: func(enable bool) vendor/golang.org/x/net/idna.Option
  1703. vendor/golang.org/x/net/idna.CheckJoiners :: func(enable bool) vendor/golang.org/x/net/idna.Option
  1704. vendor/golang.org/x/net/idna.StrictDomainName :: func(use bool) vendor/golang.org/x/net/idna.Option
  1705. vendor/golang.org/x/net/idna.BidiRule :: func() vendor/golang.org/x/net/idna.Option
  1706. vendor/golang.org/x/net/idna.ValidateForRegistration :: func() vendor/golang.org/x/net/idna.Option
  1707. vendor/golang.org/x/net/idna.MapForLookup :: func() vendor/golang.org/x/net/idna.Option
  1708. vendor/golang.org/x/net/idna.New :: func(o ...vendor/golang.org/x/net/idna.Option) *vendor/golang.org/x/net/idna.Profile
  1709. net/textproto.NewReader :: func(r *bufio.Reader) *net/textproto.Reader
  1710. net/textproto.CanonicalMIMEHeaderKey :: func(s string) string
  1711. net/textproto.NewConn :: func(conn io.ReadWriteCloser) *net/textproto.Conn
  1712. net/textproto.Dial :: func(network string, addr string) (*net/textproto.Conn, error)
  1713. net/textproto.TrimString :: func(s string) string
  1714. net/textproto.TrimBytes :: func(b []byte) []byte
  1715. net/textproto.NewWriter :: func(w *bufio.Writer) *net/textproto.Writer
  1716. vendor/golang.org/x/net/http/httpguts.ValidTrailerHeader :: func(name string) bool
  1717. vendor/golang.org/x/net/http/httpguts.IsTokenRune :: func(r rune) bool
  1718. vendor/golang.org/x/net/http/httpguts.HeaderValuesContainsToken :: func(values []string, token string) bool
  1719. vendor/golang.org/x/net/http/httpguts.ValidHeaderFieldName :: func(v string) bool
  1720. vendor/golang.org/x/net/http/httpguts.ValidHostHeader :: func(h string) bool
  1721. vendor/golang.org/x/net/http/httpguts.ValidHeaderFieldValue :: func(v string) bool
  1722. vendor/golang.org/x/net/http/httpguts.PunycodeHostPort :: func(v string) (string, error)
  1723. vendor/golang.org/x/net/http/httpproxy.FromEnvironment :: func() *vendor/golang.org/x/net/http/httpproxy.Config
  1724. vendor/golang.org/x/net/http2/hpack.NewEncoder :: func(w io.Writer) *vendor/golang.org/x/net/http2/hpack.Encoder
  1725. vendor/golang.org/x/net/http2/hpack.NewDecoder :: func(maxDynamicTableSize uint32, emitFunc func(f vendor/golang.org/x/net/http2/hpack.HeaderField)) *vendor/golang.org/x/net/http2/hpack.Decoder
  1726. vendor/golang.org/x/net/http2/hpack.HuffmanDecode :: func(w io.Writer, v []byte) (int, error)
  1727. vendor/golang.org/x/net/http2/hpack.HuffmanDecodeToString :: func(v []byte) (string, error)
  1728. vendor/golang.org/x/net/http2/hpack.AppendHuffmanString :: func(dst []byte, s string) []byte
  1729. vendor/golang.org/x/net/http2/hpack.HuffmanEncodeLength :: func(s string) uint64
  1730. maps.All :: func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq2[K, V]
  1731. maps.Keys :: func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq[K]
  1732. maps.Values :: func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq[V]
  1733. maps.Insert :: func[Map ~map[K]V, K comparable, V any](m Map, seq iter.Seq2[K, V])
  1734. maps.Collect :: func[K comparable, V any](seq iter.Seq2[K, V]) map[K]V
  1735. maps.Equal :: func[M1, M2 ~map[K]V, K, V comparable](m1 M1, m2 M2) bool
  1736. maps.EqualFunc :: func[M1 ~map[K]V1, M2 ~map[K]V2, K comparable, V1, V2 any](m1 M1, m2 M2, eq func(V1, V2) bool) bool
  1737. maps.Clone :: func[M ~map[K]V, K comparable, V any](m M) M
  1738. maps.Copy :: func[M1 ~map[K]V, M2 ~map[K]V, K comparable, V any](dst M1, src M2)
  1739. maps.DeleteFunc :: func[M ~map[K]V, K comparable, V any](m M, del func(K, V) bool)
  1740. mime.FormatMediaType :: func(t string, param map[string]string) string
  1741. mime.ParseMediaType :: func(v string) (mediatype string, params map[string]string, err error)
  1742. mime.TypeByExtension :: func(ext string) string
  1743. mime.ExtensionsByType :: func(typ string) ([]string, error)
  1744. mime.AddExtensionType :: func(ext string, typ string) error
  1745. mime/quotedprintable.NewReader :: func(r io.Reader) *mime/quotedprintable.Reader
  1746. mime/quotedprintable.NewWriter :: func(w io.Writer) *mime/quotedprintable.Writer
  1747. mime/multipart.NewReader :: func(r io.Reader, boundary string) *mime/multipart.Reader
  1748. mime/multipart.NewWriter :: func(w io.Writer) *mime/multipart.Writer
  1749. net/http/httptrace.ContextClientTrace :: func(ctx context.Context) *net/http/httptrace.ClientTrace
  1750. net/http/httptrace.WithClientTrace :: func(ctx context.Context, trace *net/http/httptrace.ClientTrace) context.Context
  1751. net/http/internal.NewChunkedReader :: func(r io.Reader) io.Reader
  1752. net/http/internal.NewChunkedWriter :: func(w io.Writer) io.WriteCloser
  1753. net/http/internal/ascii.EqualFold :: func(s string, t string) bool
  1754. net/http/internal/ascii.IsPrint :: func(s string) bool
  1755. net/http/internal/ascii.Is :: func(s string) bool
  1756. net/http/internal/ascii.ToLower :: func(s string) (lower string, ok bool)
  1757. net/http.Get :: func(url string) (resp *net/http.Response, err error)
  1758. net/http.Post :: func(url string, contentType string, body io.Reader) (resp *net/http.Response, err error)
  1759. net/http.PostForm :: func(url string, data net/url.Values) (resp *net/http.Response, err error)
  1760. net/http.Head :: func(url string) (resp *net/http.Response, err error)
  1761. net/http.ParseCookie :: func(line string) ([]*net/http.Cookie, error)
  1762. net/http.ParseSetCookie :: func(line string) (*net/http.Cookie, error)
  1763. net/http.SetCookie :: func(w net/http.ResponseWriter, cookie *net/http.Cookie)
  1764. net/http.NewFileTransport :: func(fs net/http.FileSystem) net/http.RoundTripper
  1765. net/http.NewFileTransportFS :: func(fsys io/fs.FS) net/http.RoundTripper
  1766. net/http.ServeContent :: func(w net/http.ResponseWriter, req *net/http.Request, name string, modtime time.Time, content io.ReadSeeker)
  1767. net/http.ServeFile :: func(w net/http.ResponseWriter, r *net/http.Request, name string)
  1768. net/http.ServeFileFS :: func(w net/http.ResponseWriter, r *net/http.Request, fsys io/fs.FS, name string)
  1769. net/http.FS :: func(fsys io/fs.FS) net/http.FileSystem
  1770. net/http.FileServer :: func(root net/http.FileSystem) net/http.Handler
  1771. net/http.FileServerFS :: func(root io/fs.FS) net/http.Handler
  1772. net/http.ParseTime :: func(text string) (t time.Time, err error)
  1773. net/http.CanonicalHeaderKey :: func(s string) string
  1774. net/http.ParseHTTPVersion :: func(vers string) (major int, minor int, ok bool)
  1775. net/http.NewRequest :: func(method string, url string, body io.Reader) (*net/http.Request, error)
  1776. net/http.NewRequestWithContext :: func(ctx context.Context, method string, url string, body io.Reader) (*net/http.Request, error)
  1777. net/http.ReadRequest :: func(b *bufio.Reader) (*net/http.Request, error)
  1778. net/http.MaxBytesReader :: func(w net/http.ResponseWriter, r io.ReadCloser, n int64) io.ReadCloser
  1779. net/http.ReadResponse :: func(r *bufio.Reader, req *net/http.Request) (*net/http.Response, error)
  1780. net/http.NewResponseController :: func(rw net/http.ResponseWriter) *net/http.ResponseController
  1781. net/http.Error :: func(w net/http.ResponseWriter, error string, code int)
  1782. net/http.NotFound :: func(w net/http.ResponseWriter, r *net/http.Request)
  1783. net/http.NotFoundHandler :: func() net/http.Handler
  1784. net/http.StripPrefix :: func(prefix string, h net/http.Handler) net/http.Handler
  1785. net/http.Redirect :: func(w net/http.ResponseWriter, r *net/http.Request, url string, code int)
  1786. net/http.RedirectHandler :: func(url string, code int) net/http.Handler
  1787. net/http.NewServeMux :: func() *net/http.ServeMux
  1788. net/http.Handle :: func(pattern string, handler net/http.Handler)
  1789. net/http.HandleFunc :: func(pattern string, handler func(net/http.ResponseWriter, *net/http.Request))
  1790. net/http.Serve :: func(l net.Listener, handler net/http.Handler) error
  1791. net/http.ServeTLS :: func(l net.Listener, handler net/http.Handler, certFile string, keyFile string) error
  1792. net/http.AllowQuerySemicolons :: func(h net/http.Handler) net/http.Handler
  1793. net/http.ListenAndServe :: func(addr string, handler net/http.Handler) error
  1794. net/http.ListenAndServeTLS :: func(addr string, certFile string, keyFile string, handler net/http.Handler) error
  1795. net/http.TimeoutHandler :: func(h net/http.Handler, dt time.Duration, msg string) net/http.Handler
  1796. net/http.MaxBytesHandler :: func(h net/http.Handler, n int64) net/http.Handler
  1797. net/http.DetectContentType :: func(data []byte) string
  1798. net/http.StatusText :: func(code int) string
  1799. net/http.ProxyFromEnvironment :: func(req *net/http.Request) (*net/url.URL, error)
  1800. net/http.ProxyURL :: func(fixedURL *net/url.URL) func(*net/http.Request) (*net/url.URL, error)
  1801. expvar.Publish :: func(name string, v expvar.Var)
  1802. expvar.Get :: func(name string) expvar.Var
  1803. expvar.NewInt :: func(name string) *expvar.Int
  1804. expvar.NewFloat :: func(name string) *expvar.Float
  1805. expvar.NewMap :: func(name string) *expvar.Map
  1806. expvar.NewString :: func(name string) *expvar.String
  1807. expvar.Do :: func(f func(expvar.KeyValue))
  1808. expvar.Handler :: func() net/http.Handler
  1809. go/token.NewFileSet :: func() *go/token.FileSet
  1810. go/token.Lookup :: func(ident string) go/token.Token
  1811. go/token.IsExported :: func(name string) bool
  1812. go/token.IsKeyword :: func(name string) bool
  1813. go/token.IsIdentifier :: func(name string) bool
  1814. go/scanner.PrintError :: func(w io.Writer, err error)
  1815. go/ast.NewIdent :: func(name string) *go/ast.Ident
  1816. go/ast.IsExported :: func(name string) bool
  1817. go/ast.IsGenerated :: func(file *go/ast.File) bool
  1818. go/ast.Unparen :: func(e go/ast.Expr) go/ast.Expr
  1819. go/ast.NewCommentMap :: func(fset *go/token.FileSet, node go/ast.Node, comments []*go/ast.CommentGroup) go/ast.CommentMap
  1820. go/ast.FileExports :: func(src *go/ast.File) bool
  1821. go/ast.PackageExports :: func(pkg *go/ast.Package) bool
  1822. go/ast.FilterDecl :: func(decl go/ast.Decl, f go/ast.Filter) bool
  1823. go/ast.FilterFile :: func(src *go/ast.File, f go/ast.Filter) bool
  1824. go/ast.FilterPackage :: func(pkg *go/ast.Package, f go/ast.Filter) bool
  1825. go/ast.MergePackageFiles :: func(pkg *go/ast.Package, mode go/ast.MergeMode) *go/ast.File
  1826. go/ast.SortImports :: func(fset *go/token.FileSet, f *go/ast.File)
  1827. go/ast.NotNilFilter :: func(_ string, v reflect.Value) bool
  1828. go/ast.Fprint :: func(w io.Writer, fset *go/token.FileSet, x any, f go/ast.FieldFilter) error
  1829. go/ast.Print :: func(fset *go/token.FileSet, x any) error
  1830. go/ast.NewPackage :: func(fset *go/token.FileSet, files map[string]*go/ast.File, importer go/ast.Importer, universe *go/ast.Scope) (*go/ast.Package, error)
  1831. go/ast.NewScope :: func(outer *go/ast.Scope) *go/ast.Scope
  1832. go/ast.NewObj :: func(kind go/ast.ObjKind, name string) *go/ast.Object
  1833. go/ast.Walk :: func(v go/ast.Visitor, node go/ast.Node)
  1834. go/ast.Inspect :: func(node go/ast.Node, f func(go/ast.Node) bool)
  1835. go/ast.Preorder :: func(root go/ast.Node) iter.Seq[go/ast.Node]
  1836. go/build/constraint.Parse :: func(line string) (go/build/constraint.Expr, error)
  1837. go/build/constraint.IsGoBuild :: func(line string) bool
  1838. go/build/constraint.IsPlusBuild :: func(line string) bool
  1839. go/build/constraint.PlusBuildLines :: func(x go/build/constraint.Expr) ([]string, error)
  1840. go/build/constraint.GoVersion :: func(x go/build/constraint.Expr) string
  1841. go/doc/comment.DefaultLookupPackage :: func(name string) (importPath string, ok bool)
  1842. regexp/syntax.Compile :: func(re *regexp/syntax.Regexp) (*regexp/syntax.Prog, error)
  1843. regexp/syntax.Parse :: func(s string, flags regexp/syntax.Flags) (*regexp/syntax.Regexp, error)
  1844. regexp/syntax.EmptyOpContext :: func(r1 rune, r2 rune) regexp/syntax.EmptyOp
  1845. regexp/syntax.IsWordChar :: func(r rune) bool
  1846. regexp.Compile :: func(expr string) (*regexp.Regexp, error)
  1847. regexp.CompilePOSIX :: func(expr string) (*regexp.Regexp, error)
  1848. regexp.MustCompile :: func(str string) *regexp.Regexp
  1849. regexp.MustCompilePOSIX :: func(str string) *regexp.Regexp
  1850. regexp.MatchReader :: func(pattern string, r io.RuneReader) (matched bool, err error)
  1851. regexp.MatchString :: func(pattern string, s string) (matched bool, err error)
  1852. regexp.Match :: func(pattern string, b []byte) (matched bool, err error)
  1853. regexp.QuoteMeta :: func(s string) string
  1854. internal/lazyregexp.New :: func(str string) *internal/lazyregexp.Regexp
  1855. go/doc.ToHTML :: func(w io.Writer, text string, words map[string]string)
  1856. go/doc.ToText :: func(w io.Writer, text string, prefix string, codePrefix string, width int)
  1857. go/doc.New :: func(pkg *go/ast.Package, importPath string, mode go/doc.Mode) *go/doc.Package
  1858. go/doc.NewFromFiles :: func(fset *go/token.FileSet, files []*go/ast.File, importPath string, opts ...any) (*go/doc.Package, error)
  1859. go/doc.Examples :: func(testFiles ...*go/ast.File) []*go/doc.Example
  1860. go/doc.IsPredeclared :: func(s string) bool
  1861. go/doc.Synopsis :: func(text string) string
  1862. go/internal/typeparams.PackIndexExpr :: func(x go/ast.Expr, lbrack go/token.Pos, exprs []go/ast.Expr, rbrack go/token.Pos) go/ast.Expr
  1863. go/internal/typeparams.UnpackIndexExpr :: func(n go/ast.Node) *go/internal/typeparams.IndexExpr
  1864. go/parser.ParseFile :: func(fset *go/token.FileSet, filename string, src any, mode go/parser.Mode) (f *go/ast.File, err error)
  1865. go/parser.ParseDir :: func(fset *go/token.FileSet, path string, filter func(io/fs.FileInfo) bool, mode go/parser.Mode) (pkgs map[string]*go/ast.Package, first error)
  1866. go/parser.ParseExprFrom :: func(fset *go/token.FileSet, filename string, src any, mode go/parser.Mode) (expr go/ast.Expr, err error)
  1867. go/parser.ParseExpr :: func(x string) (go/ast.Expr, error)
  1868. internal/buildcfg.Check :: func()
  1869. internal/buildcfg.ParseGoarm64 :: func(v string) (g internal/buildcfg.Goarm64Features, e error)
  1870. internal/buildcfg.Getgoextlinkenabled :: func() string
  1871. internal/buildcfg.GOGOARCH :: func() (name string, value string)
  1872. internal/buildcfg.ParseGOEXPERIMENT :: func(goos string, goarch string, goexp string) (*internal/buildcfg.ExperimentFlags, error)
  1873. os/exec.Command :: func(name string, arg ...string) *os/exec.Cmd
  1874. os/exec.CommandContext :: func(ctx context.Context, name string, arg ...string) *os/exec.Cmd
  1875. os/exec.LookPath :: func(file string) (string, error)
  1876. internal/goroot.IsStandardPackage :: func(goroot string, compiler string, path string) bool
  1877. internal/platform.RaceDetectorSupported :: func(goos string, goarch string) bool
  1878. internal/platform.MSanSupported :: func(goos string, goarch string) bool
  1879. internal/platform.ASanSupported :: func(goos string, goarch string) bool
  1880. internal/platform.FuzzSupported :: func(goos string, goarch string) bool
  1881. internal/platform.FuzzInstrumented :: func(goos string, goarch string) bool
  1882. internal/platform.MustLinkExternal :: func(goos string, goarch string, withCgo bool) bool
  1883. internal/platform.BuildModeSupported :: func(compiler string, buildmode string, goos string, goarch string) bool
  1884. internal/platform.InternalLinkPIESupported :: func(goos string, goarch string) bool
  1885. internal/platform.DefaultPIE :: func(goos string, goarch string, isRace bool) bool
  1886. internal/platform.ExecutableHasDWARF :: func(goos string, goarch string) bool
  1887. internal/platform.CgoSupported :: func(goos string, goarch string) bool
  1888. internal/platform.FirstClass :: func(goos string, goarch string) bool
  1889. internal/platform.Broken :: func(goos string, goarch string) bool
  1890. go/build.Import :: func(path string, srcDir string, mode go/build.ImportMode) (*go/build.Package, error)
  1891. go/build.ImportDir :: func(dir string, mode go/build.ImportMode) (*go/build.Package, error)
  1892. go/build.IsLocalImport :: func(path string) bool
  1893. go/build.ArchChar :: func(goarch string) (string, error)
  1894. go/constant.MakeUnknown :: func() go/constant.Value
  1895. go/constant.MakeBool :: func(b bool) go/constant.Value
  1896. go/constant.MakeString :: func(s string) go/constant.Value
  1897. go/constant.MakeInt64 :: func(x int64) go/constant.Value
  1898. go/constant.MakeUint64 :: func(x uint64) go/constant.Value
  1899. go/constant.MakeFloat64 :: func(x float64) go/constant.Value
  1900. go/constant.MakeFromLiteral :: func(lit string, tok go/token.Token, zero uint) go/constant.Value
  1901. go/constant.BoolVal :: func(x go/constant.Value) bool
  1902. go/constant.StringVal :: func(x go/constant.Value) string
  1903. go/constant.Int64Val :: func(x go/constant.Value) (int64, bool)
  1904. go/constant.Uint64Val :: func(x go/constant.Value) (uint64, bool)
  1905. go/constant.Float32Val :: func(x go/constant.Value) (float32, bool)
  1906. go/constant.Float64Val :: func(x go/constant.Value) (float64, bool)
  1907. go/constant.Val :: func(x go/constant.Value) any
  1908. go/constant.Make :: func(x any) go/constant.Value
  1909. go/constant.BitLen :: func(x go/constant.Value) int
  1910. go/constant.Sign :: func(x go/constant.Value) int
  1911. go/constant.Bytes :: func(x go/constant.Value) []byte
  1912. go/constant.MakeFromBytes :: func(bytes []byte) go/constant.Value
  1913. go/constant.Num :: func(x go/constant.Value) go/constant.Value
  1914. go/constant.Denom :: func(x go/constant.Value) go/constant.Value
  1915. go/constant.MakeImag :: func(x go/constant.Value) go/constant.Value
  1916. go/constant.Real :: func(x go/constant.Value) go/constant.Value
  1917. go/constant.Imag :: func(x go/constant.Value) go/constant.Value
  1918. go/constant.ToInt :: func(x go/constant.Value) go/constant.Value
  1919. go/constant.ToFloat :: func(x go/constant.Value) go/constant.Value
  1920. go/constant.ToComplex :: func(x go/constant.Value) go/constant.Value
  1921. go/constant.UnaryOp :: func(op go/token.Token, y go/constant.Value, prec uint) go/constant.Value
  1922. go/constant.BinaryOp :: func(x_ go/constant.Value, op go/token.Token, y_ go/constant.Value) go/constant.Value
  1923. go/constant.Shift :: func(x go/constant.Value, op go/token.Token, s uint) go/constant.Value
  1924. go/constant.Compare :: func(x_ go/constant.Value, op go/token.Token, y_ go/constant.Value) bool
  1925. text/tabwriter.NewWriter :: func(output io.Writer, minwidth int, tabwidth int, padding int, padchar byte, flags uint) *text/tabwriter.Writer
  1926. go/printer.Fprint :: func(output io.Writer, fset *go/token.FileSet, node any) error
  1927. go/format.Node :: func(dst io.Writer, fset *go/token.FileSet, node any) error
  1928. go/format.Source :: func(src []byte) ([]byte, error)
  1929. internal/gover.Compare :: func(x string, y string) int
  1930. internal/gover.Max :: func(x string, y string) string
  1931. internal/gover.IsLang :: func(x string) bool
  1932. internal/gover.Lang :: func(x string) string
  1933. internal/gover.IsValid :: func(x string) bool
  1934. internal/gover.Parse :: func(x string) internal/gover.Version
  1935. internal/gover.CmpInt :: func(x string, y string) int
  1936. internal/gover.DecInt :: func(decimal string) string
  1937. go/version.Lang :: func(x string) string
  1938. go/version.Compare :: func(x string, y string) int
  1939. go/version.IsValid :: func(x string) bool
  1940. go/types.NewAlias :: func(obj *go/types.TypeName, rhs go/types.Type) *go/types.Alias
  1941. go/types.Unalias :: func(t go/types.Type) go/types.Type
  1942. go/types.AssertableTo :: func(V *go/types.Interface, T go/types.Type) bool
  1943. go/types.AssignableTo :: func(V go/types.Type, T go/types.Type) bool
  1944. go/types.ConvertibleTo :: func(V go/types.Type, T go/types.Type) bool
  1945. go/types.Implements :: func(V go/types.Type, T *go/types.Interface) bool
  1946. go/types.Satisfies :: func(V go/types.Type, T *go/types.Interface) bool
  1947. go/types.Identical :: func(x go/types.Type, y go/types.Type) bool
  1948. go/types.IdenticalIgnoreTags :: func(x go/types.Type, y go/types.Type) bool
  1949. go/types.NewArray :: func(elem go/types.Type, len int64) *go/types.Array
  1950. go/types.NewChan :: func(dir go/types.ChanDir, elem go/types.Type) *go/types.Chan
  1951. go/types.NewChecker :: func(conf *go/types.Config, fset *go/token.FileSet, pkg *go/types.Package, info *go/types.Info) *go/types.Checker
  1952. go/types.NewContext :: func() *go/types.Context
  1953. go/types.Eval :: func(fset *go/token.FileSet, pkg *go/types.Package, pos go/token.Pos, expr string) (_ go/types.TypeAndValue, err error)
  1954. go/types.CheckExpr :: func(fset *go/token.FileSet, pkg *go/types.Package, pos go/token.Pos, expr go/ast.Expr, info *go/types.Info) (err error)
  1955. go/types.ExprString :: func(x go/ast.Expr) string
  1956. go/types.WriteExpr :: func(buf *bytes.Buffer, x go/ast.Expr)
  1957. go/types.Instantiate :: func(ctxt *go/types.Context, orig go/types.Type, targs []go/types.Type, validate bool) (go/types.Type, error)
  1958. go/types.NewInterface :: func(methods []*go/types.Func, embeddeds []*go/types.Named) *go/types.Interface
  1959. go/types.NewInterfaceType :: func(methods []*go/types.Func, embeddeds []go/types.Type) *go/types.Interface
  1960. go/types.LookupFieldOrMethod :: func(T go/types.Type, addressable bool, pkg *go/types.Package, name string) (obj go/types.Object, index []int, indirect bool)
  1961. go/types.MissingMethod :: func(V go/types.Type, T *go/types.Interface, static bool) (method *go/types.Func, wrongType bool)
  1962. go/types.NewMap :: func(key go/types.Type, elem go/types.Type) *go/types.Map
  1963. go/types.NewMethodSet :: func(T go/types.Type) *go/types.MethodSet
  1964. go/types.NewNamed :: func(obj *go/types.TypeName, underlying go/types.Type, methods []*go/types.Func) *go/types.Named
  1965. go/types.Id :: func(pkg *go/types.Package, name string) string
  1966. go/types.NewPkgName :: func(pos go/token.Pos, pkg *go/types.Package, name string, imported *go/types.Package) *go/types.PkgName
  1967. go/types.NewConst :: func(pos go/token.Pos, pkg *go/types.Package, name string, typ go/types.Type, val go/constant.Value) *go/types.Const
  1968. go/types.NewTypeName :: func(pos go/token.Pos, pkg *go/types.Package, name string, typ go/types.Type) *go/types.TypeName
  1969. go/types.NewVar :: func(pos go/token.Pos, pkg *go/types.Package, name string, typ go/types.Type) *go/types.Var
  1970. go/types.NewParam :: func(pos go/token.Pos, pkg *go/types.Package, name string, typ go/types.Type) *go/types.Var
  1971. go/types.NewField :: func(pos go/token.Pos, pkg *go/types.Package, name string, typ go/types.Type, embedded bool) *go/types.Var
  1972. go/types.NewFunc :: func(pos go/token.Pos, pkg *go/types.Package, name string, sig *go/types.Signature) *go/types.Func
  1973. go/types.NewLabel :: func(pos go/token.Pos, pkg *go/types.Package, name string) *go/types.Label
  1974. go/types.ObjectString :: func(obj go/types.Object, qf go/types.Qualifier) string
  1975. go/types.NewPackage :: func(path string, name string) *go/types.Package
  1976. go/types.NewPointer :: func(elem go/types.Type) *go/types.Pointer
  1977. go/types.IsInterface :: func(t go/types.Type) bool
  1978. go/types.Comparable :: func(T go/types.Type) bool
  1979. go/types.Default :: func(t go/types.Type) go/types.Type
  1980. go/types.NewScope :: func(parent *go/types.Scope, pos go/token.Pos, end go/token.Pos, comment string) *go/types.Scope
  1981. go/types.SelectionString :: func(s *go/types.Selection, qf go/types.Qualifier) string
  1982. go/types.NewSignature :: func(recv *go/types.Var, params *go/types.Tuple, results *go/types.Tuple, variadic bool) *go/types.Signature
  1983. go/types.NewSignatureType :: func(recv *go/types.Var, recvTypeParams []*go/types.TypeParam, typeParams []*go/types.TypeParam, params *go/types.Tuple, results *go/types.Tuple, variadic bool) *go/types.Signature
  1984. go/types.SizesFor :: func(compiler string, arch string) go/types.Sizes
  1985. go/types.NewSlice :: func(elem go/types.Type) *go/types.Slice
  1986. go/types.NewStruct :: func(fields []*go/types.Var, tags []string) *go/types.Struct
  1987. go/types.NewTuple :: func(x ...*go/types.Var) *go/types.Tuple
  1988. go/types.NewTypeParam :: func(obj *go/types.TypeName, constraint go/types.Type) *go/types.TypeParam
  1989. go/types.RelativeTo :: func(pkg *go/types.Package) go/types.Qualifier
  1990. go/types.TypeString :: func(typ go/types.Type, qf go/types.Qualifier) string
  1991. go/types.WriteType :: func(buf *bytes.Buffer, typ go/types.Type, qf go/types.Qualifier)
  1992. go/types.WriteSignature :: func(buf *bytes.Buffer, sig *go/types.Signature, qf go/types.Qualifier)
  1993. go/types.NewUnion :: func(terms []*go/types.Term) *go/types.Union
  1994. go/types.NewTerm :: func(tilde bool, typ go/types.Type) *go/types.Term
  1995. go/types.DefPredeclaredTestFuncs :: func()
  1996. text/scanner.TokenString :: func(tok rune) string
  1997. go/internal/gccgoimporter.GetImporter :: func(searchpaths []string, initmap map[*go/types.Package]go/internal/gccgoimporter.InitData) go/internal/gccgoimporter.Importer
  1998. internal/pkgbits.NewPkgDecoder :: func(pkgPath string, input string) internal/pkgbits.PkgDecoder
  1999. internal/pkgbits.NewPkgEncoder :: func(syncFrames int) internal/pkgbits.PkgEncoder
  2000. go/internal/gcimporter.FindExportData :: func(r *bufio.Reader) (hdr string, size int, err error)
  2001. go/internal/gcimporter.FindPkg :: func(path string, srcDir string) (filename string, id string, err error)
  2002. go/internal/gcimporter.Import :: func(fset *go/token.FileSet, packages map[string]*go/types.Package, path string, srcDir string, lookup func(path string) (io.ReadCloser, error)) (pkg *go/types.Package, err error)
  2003. go/internal/srcimporter.New :: func(ctxt *go/build.Context, fset *go/token.FileSet, packages map[string]*go/types.Package) *go/internal/srcimporter.Importer
  2004. go/importer.ForCompiler :: func(fset *go/token.FileSet, compiler string, lookup go/importer.Lookup) go/types.Importer
  2005. go/importer.For :: func(compiler string, lookup go/importer.Lookup) go/types.Importer
  2006. go/importer.Default :: func() go/types.Importer
  2007. hash/crc64.MakeTable :: func(poly uint64) *hash/crc64.Table
  2008. hash/crc64.New :: func(tab *hash/crc64.Table) hash.Hash64
  2009. hash/crc64.Update :: func(crc uint64, tab *hash/crc64.Table, p []byte) uint64
  2010. hash/crc64.Checksum :: func(data []byte, tab *hash/crc64.Table) uint64
  2011. hash/fnv.New32 :: func() hash.Hash32
  2012. hash/fnv.New32a :: func() hash.Hash32
  2013. hash/fnv.New64 :: func() hash.Hash64
  2014. hash/fnv.New64a :: func() hash.Hash64
  2015. hash/fnv.New128 :: func() hash.Hash
  2016. hash/fnv.New128a :: func() hash.Hash
  2017. hash/maphash.Bytes :: func(seed hash/maphash.Seed, b []byte) uint64
  2018. hash/maphash.String :: func(seed hash/maphash.Seed, s string) uint64
  2019. hash/maphash.MakeSeed :: func() hash/maphash.Seed
  2020. html.EscapeString :: func(s string) string
  2021. html.UnescapeString :: func(s string) string
  2022. text/template/parse.NewIdentifier :: func(ident string) *text/template/parse.IdentifierNode
  2023. text/template/parse.Parse :: func(name string, text string, leftDelim string, rightDelim string, funcs ...map[string]any) (map[string]*text/template/parse.Tree, error)
  2024. text/template/parse.New :: func(name string, funcs ...map[string]any) *text/template/parse.Tree
  2025. text/template/parse.IsEmptyTree :: func(n text/template/parse.Node) bool
  2026. text/template.IsTrue :: func(val any) (truth bool, ok bool)
  2027. text/template.HTMLEscape :: func(w io.Writer, b []byte)
  2028. text/template.HTMLEscapeString :: func(s string) string
  2029. text/template.HTMLEscaper :: func(args ...any) string
  2030. text/template.JSEscape :: func(w io.Writer, b []byte)
  2031. text/template.JSEscapeString :: func(s string) string
  2032. text/template.JSEscaper :: func(args ...any) string
  2033. text/template.URLQueryEscaper :: func(args ...any) string
  2034. text/template.Must :: func(t *text/template.Template, err error) *text/template.Template
  2035. text/template.ParseFiles :: func(filenames ...string) (*text/template.Template, error)
  2036. text/template.ParseGlob :: func(pattern string) (*text/template.Template, error)
  2037. text/template.ParseFS :: func(fsys io/fs.FS, patterns ...string) (*text/template.Template, error)
  2038. text/template.New :: func(name string) *text/template.Template
  2039. html/template.HTMLEscape :: func(w io.Writer, b []byte)
  2040. html/template.HTMLEscapeString :: func(s string) string
  2041. html/template.HTMLEscaper :: func(args ...any) string
  2042. html/template.JSEscape :: func(w io.Writer, b []byte)
  2043. html/template.JSEscapeString :: func(s string) string
  2044. html/template.JSEscaper :: func(args ...any) string
  2045. html/template.URLQueryEscaper :: func(args ...any) string
  2046. html/template.New :: func(name string) *html/template.Template
  2047. html/template.Must :: func(t *html/template.Template, err error) *html/template.Template
  2048. html/template.ParseFiles :: func(filenames ...string) (*html/template.Template, error)
  2049. html/template.ParseGlob :: func(pattern string) (*html/template.Template, error)
  2050. html/template.IsTrue :: func(val any) (truth bool, ok bool)
  2051. html/template.ParseFS :: func(fs io/fs.FS, patterns ...string) (*html/template.Template, error)
  2052. image/color.ModelFunc :: func(f func(image/color.Color) image/color.Color) image/color.Model
  2053. image/color.RGBToYCbCr :: func(r uint8, g uint8, b uint8) (uint8, uint8, uint8)
  2054. image/color.YCbCrToRGB :: func(y uint8, cb uint8, cr uint8) (uint8, uint8, uint8)
  2055. image/color.RGBToCMYK :: func(r uint8, g uint8, b uint8) (uint8, uint8, uint8, uint8)
  2056. image/color.CMYKToRGB :: func(c uint8, m uint8, y uint8, k uint8) (uint8, uint8, uint8)
  2057. image.RegisterFormat :: func(name string, magic string, decode func(io.Reader) (image.Image, error), decodeConfig func(io.Reader) (image.Config, error))
  2058. image.Decode :: func(r io.Reader) (image.Image, string, error)
  2059. image.DecodeConfig :: func(r io.Reader) (image.Config, string, error)
  2060. image.Pt :: func(X int, Y int) image.Point
  2061. image.Rect :: func(x0 int, y0 int, x1 int, y1 int) image.Rectangle
  2062. image.NewRGBA :: func(r image.Rectangle) *image.RGBA
  2063. image.NewRGBA64 :: func(r image.Rectangle) *image.RGBA64
  2064. image.NewNRGBA :: func(r image.Rectangle) *image.NRGBA
  2065. image.NewNRGBA64 :: func(r image.Rectangle) *image.NRGBA64
  2066. image.NewAlpha :: func(r image.Rectangle) *image.Alpha
  2067. image.NewAlpha16 :: func(r image.Rectangle) *image.Alpha16
  2068. image.NewGray :: func(r image.Rectangle) *image.Gray
  2069. image.NewGray16 :: func(r image.Rectangle) *image.Gray16
  2070. image.NewCMYK :: func(r image.Rectangle) *image.CMYK
  2071. image.NewPaletted :: func(r image.Rectangle, p image/color.Palette) *image.Paletted
  2072. image.NewUniform :: func(c image/color.Color) *image.Uniform
  2073. image.NewYCbCr :: func(r image.Rectangle, subsampleRatio image.YCbCrSubsampleRatio) *image.YCbCr
  2074. image.NewNYCbCrA :: func(r image.Rectangle, subsampleRatio image.YCbCrSubsampleRatio) *image.NYCbCrA
  2075. image/internal/imageutil.DrawYCbCr :: func(dst *image.RGBA, r image.Rectangle, src *image.YCbCr, sp image.Point) (ok bool)
  2076. image/draw.Draw :: func(dst image/draw.Image, r image.Rectangle, src image.Image, sp image.Point, op image/draw.Op)
  2077. image/draw.DrawMask :: func(dst image/draw.Image, r image.Rectangle, src image.Image, sp image.Point, mask image.Image, mp image.Point, op image/draw.Op)
  2078. image/gif.Decode :: func(r io.Reader) (image.Image, error)
  2079. image/gif.DecodeAll :: func(r io.Reader) (*image/gif.GIF, error)
  2080. image/gif.DecodeConfig :: func(r io.Reader) (image.Config, error)
  2081. image/gif.EncodeAll :: func(w io.Writer, g *image/gif.GIF) error
  2082. image/gif.Encode :: func(w io.Writer, m image.Image, o *image/gif.Options) error
  2083. image/jpeg.Decode :: func(r io.Reader) (image.Image, error)
  2084. image/jpeg.DecodeConfig :: func(r io.Reader) (image.Config, error)
  2085. image/jpeg.Encode :: func(w io.Writer, m image.Image, o *image/jpeg.Options) error
  2086. image/png.Decode :: func(r io.Reader) (image.Image, error)
  2087. image/png.DecodeConfig :: func(r io.Reader) (image.Config, error)
  2088. image/png.Encode :: func(w io.Writer, m image.Image) error
  2089. index/suffixarray.New :: func(data []byte) *index/suffixarray.Index
  2090. internal/coverage.ParseCounterMode :: func(mode string) internal/coverage.CounterMode
  2091. internal/coverage.Round4 :: func(x int) int
  2092. internal/coverage.HardCodedPkgID :: func(pkgpath string) int
  2093. internal/coverage/cmerge.SaturatingAdd :: func(dst uint32, src uint32) (uint32, bool)
  2094. internal/coverage/cformat.NewFormatter :: func(cm internal/coverage.CounterMode) *internal/coverage/cformat.Formatter
  2095. internal/coverage/slicereader.NewReader :: func(b []byte, readonly bool) *internal/coverage/slicereader.Reader
  2096. internal/coverage/uleb128.AppendUleb128 :: func(b []byte, v uint) []byte
  2097. internal/coverage/stringtab.NewReader :: func(r *internal/coverage/slicereader.Reader) *internal/coverage/stringtab.Reader
  2098. internal/coverage/decodecounter.NewCounterDataReader :: func(fn string, rs io.ReadSeeker) (*internal/coverage/decodecounter.CounterDataReader, error)
  2099. internal/coverage/decodemeta.NewCoverageMetaDataDecoder :: func(b []byte, readonly bool) (*internal/coverage/decodemeta.CoverageMetaDataDecoder, error)
  2100. internal/coverage/decodemeta.NewCoverageMetaFileReader :: func(f *os.File, fileView []byte) (*internal/coverage/decodemeta.CoverageMetaFileReader, error)
  2101. internal/coverage/encodecounter.NewCoverageDataWriter :: func(w io.Writer, flav internal/coverage.CounterFlavor) *internal/coverage/encodecounter.CoverageDataWriter
  2102. internal/coverage/encodemeta.NewCoverageMetaDataBuilder :: func(pkgpath string, pkgname string, modulepath string) (*internal/coverage/encodemeta.CoverageMetaDataBuilder, error)
  2103. internal/coverage/encodemeta.HashFuncDesc :: func(f *internal/coverage.FuncDesc) [16]byte
  2104. internal/coverage/encodemeta.NewCoverageMetaFileWriter :: func(mfname string, w io.Writer) *internal/coverage/encodemeta.CoverageMetaFileWriter
  2105. internal/coverage/pods.CollectPods :: func(dirs []string, warn bool) ([]internal/coverage/pods.Pod, error)
  2106. internal/coverage/pods.CollectPodsFromFiles :: func(files []string, warn bool) []internal/coverage/pods.Pod
  2107. internal/coverage/cfile.WriteMetaDir :: func(dir string) error
  2108. internal/coverage/cfile.WriteMeta :: func(w io.Writer) error
  2109. internal/coverage/cfile.WriteCountersDir :: func(dir string) error
  2110. internal/coverage/cfile.WriteCounters :: func(w io.Writer) error
  2111. internal/coverage/cfile.ClearCounters :: func() error
  2112. internal/coverage/cfile.MarkProfileEmitted :: func(val bool)
  2113. internal/coverage/cfile.InitHook :: func(istest bool)
  2114. internal/coverage/cfile.ProcessCoverTestDir :: func(dir string, cfile string, cm string, cpkg string, w io.Writer, selpkgs []string) error
  2115. internal/coverage/cfile.Snapshot :: func() float64
  2116. internal/dag.Parse :: func(dag string) (*internal/dag.Graph, error)
  2117. internal/diff.Diff :: func(oldName string, old []byte, newName string, new []byte) []byte
  2118. internal/fuzz.ResetCoverage :: func()
  2119. internal/fuzz.SnapshotCoverage :: func()
  2120. internal/fuzz.CoordinateFuzzing :: func(ctx context.Context, opts internal/fuzz.CoordinateFuzzingOpts) (err error)
  2121. internal/fuzz.ReadCorpus :: func(dir string, types []reflect.Type) ([]struct{Parent string; Path string; Data []byte; Values []any; Generation int; IsSeed bool}, error)
  2122. internal/fuzz.CheckCorpus :: func(vals []any, types []reflect.Type) error
  2123. internal/fuzz.RunFuzzWorker :: func(ctx context.Context, fn func(struct{Parent string; Path string; Data []byte; Values []any; Generation int; IsSeed bool}) error) error
  2124. internal/lazytemplate.New :: func(name string, text string) *internal/lazytemplate.Template
  2125. internal/obscuretestdata.Rot13 :: func(data []byte) []byte
  2126. internal/obscuretestdata.DecodeToTempFile :: func(name string) (path string, err error)
  2127. internal/obscuretestdata.ReadFile :: func(name string) ([]byte, error)
  2128. internal/profile.NewGraph :: func(prof *internal/profile.Profile, o *internal/profile.Options) *internal/profile.Graph
  2129. internal/profile.CreateNodes :: func(prof *internal/profile.Profile, o *internal/profile.Options) (internal/profile.Nodes, internal/profile.locationMap)
  2130. internal/profile.Merge :: func(srcs []*internal/profile.Profile) (*internal/profile.Profile, error)
  2131. internal/profile.Parse :: func(r io.Reader) (*internal/profile.Profile, error)
  2132. internal/testenv.MustHaveExec :: func(t testing.TB)
  2133. internal/testenv.MustHaveExecPath :: func(t testing.TB, path string)
  2134. internal/testenv.CleanCmdEnv :: func(cmd *os/exec.Cmd) *os/exec.Cmd
  2135. internal/testenv.CommandContext :: func(t testing.TB, ctx context.Context, name string, args ...string) *os/exec.Cmd
  2136. internal/testenv.Command :: func(t testing.TB, name string, args ...string) *os/exec.Cmd
  2137. internal/testenv.OptimizationOff :: func() bool
  2138. internal/testenv.Builder :: func() string
  2139. internal/testenv.HasGoBuild :: func() bool
  2140. internal/testenv.MustHaveGoBuild :: func(t testing.TB)
  2141. internal/testenv.HasGoRun :: func() bool
  2142. internal/testenv.MustHaveGoRun :: func(t testing.TB)
  2143. internal/testenv.HasParallelism :: func() bool
  2144. internal/testenv.MustHaveParallelism :: func(t testing.TB)
  2145. internal/testenv.GoToolPath :: func(t testing.TB) string
  2146. internal/testenv.GOROOT :: func(t testing.TB) string
  2147. internal/testenv.GoTool :: func() (string, error)
  2148. internal/testenv.HasSrc :: func() bool
  2149. internal/testenv.HasExternalNetwork :: func() bool
  2150. internal/testenv.MustHaveExternalNetwork :: func(t testing.TB)
  2151. internal/testenv.HasCGO :: func() bool
  2152. internal/testenv.MustHaveCGO :: func(t testing.TB)
  2153. internal/testenv.CanInternalLink :: func(withCgo bool) bool
  2154. internal/testenv.MustInternalLink :: func(t testing.TB, withCgo bool)
  2155. internal/testenv.MustInternalLinkPIE :: func(t testing.TB)
  2156. internal/testenv.MustHaveBuildMode :: func(t testing.TB, buildmode string)
  2157. internal/testenv.HasSymlink :: func() bool
  2158. internal/testenv.MustHaveSymlink :: func(t testing.TB)
  2159. internal/testenv.HasLink :: func() bool
  2160. internal/testenv.MustHaveLink :: func(t testing.TB)
  2161. internal/testenv.SkipFlaky :: func(t testing.TB, issue int)
  2162. internal/testenv.SkipFlakyNet :: func(t testing.TB)
  2163. internal/testenv.CPUIsSlow :: func() bool
  2164. internal/testenv.SkipIfShortAndSlow :: func(t testing.TB)
  2165. internal/testenv.SkipIfOptimizationOff :: func(t testing.TB)
  2166. internal/testenv.WriteImportcfg :: func(t testing.TB, dstPath string, packageFiles map[string]string, pkgs ...string)
  2167. internal/testenv.SyscallIsNotSupported :: func(err error) bool
  2168. internal/testenv.ParallelOn64Bit :: func(t *testing.T)
  2169. internal/testpty.Open :: func() (pty *os.File, processTTY string, err error)
  2170. internal/trace/event.Names :: func(specs []internal/trace/event.Spec) map[string]internal/trace/event.Type
  2171. internal/trace/event/go122.EventString :: func(typ internal/trace/event.Type) string
  2172. internal/trace/event/go122.Specs :: func() []internal/trace/event.Spec
  2173. internal/trace/version.ReadHeader :: func(r io.Reader) (internal/trace/version.Version, error)
  2174. internal/trace/version.WriteHeader :: func(w io.Writer, v internal/trace/version.Version) (int, error)
  2175. internal/trace/internal/oldtrace.Parse :: func(r io.Reader, vers internal/trace/version.Version) (internal/trace/internal/oldtrace.Trace, error)
  2176. internal/trace.MutatorUtilizationV2 :: func(events []internal/trace.Event, flags internal/trace.UtilFlags) [][]internal/trace.MutatorUtil
  2177. internal/trace.NewMMUCurve :: func(utils [][]internal/trace.MutatorUtil) *internal/trace.MMUCurve
  2178. internal/trace.NewReader :: func(r io.Reader) (*internal/trace.Reader, error)
  2179. internal/trace.MakeResourceID :: func[T interface{internal/trace.GoID | internal/trace.ProcID | internal/trace.ThreadID}](id T) internal/trace.ResourceID
  2180. internal/trace.NewSummarizer :: func() *internal/trace.Summarizer
  2181. internal/trace.RelatedGoroutinesV2 :: func(events []internal/trace.Event, goid internal/trace.GoID) map[internal/trace.GoID]struct{}
  2182. internal/trace.IsSystemGoroutine :: func(entryFn string) bool
  2183. internal/trace/raw.NewReader :: func(r io.Reader) (*internal/trace/raw.Reader, error)
  2184. internal/trace/raw.NewTextReader :: func(r io.Reader) (*internal/trace/raw.TextReader, error)
  2185. internal/trace/raw.NewTextWriter :: func(w io.Writer, v internal/trace/version.Version) (*internal/trace/raw.TextWriter, error)
  2186. internal/trace/raw.NewWriter :: func(w io.Writer, v internal/trace/version.Version) (*internal/trace/raw.Writer, error)
  2187. internal/txtar.Format :: func(a *internal/txtar.Archive) []byte
  2188. internal/txtar.ParseFile :: func(file string) (*internal/txtar.Archive, error)
  2189. internal/txtar.Parse :: func(data []byte) *internal/txtar.Archive
  2190. internal/trace/internal/testgen/go122.Main :: func(f func(*internal/trace/internal/testgen/go122.Trace))
  2191. internal/trace/internal/testgen/go122.NewTrace :: func() *internal/trace/internal/testgen/go122.Trace
  2192. internal/trace/testtrace.ExpectSuccess :: func() *internal/trace/testtrace.Expectation
  2193. internal/trace/testtrace.ParseExpectation :: func(data []byte) (*internal/trace/testtrace.Expectation, error)
  2194. internal/trace/testtrace.ParseFile :: func(testPath string) (io.Reader, *internal/trace/testtrace.Expectation, error)
  2195. internal/trace/testtrace.NewValidator :: func() *internal/trace/testtrace.Validator
  2196. internal/trace/traceviewer.ViewerDataTraceConsumer :: func(w io.Writer, startIdx int64, endIdx int64) internal/trace/traceviewer.TraceConsumer
  2197. internal/trace/traceviewer.SplittingTraceConsumer :: func(max int) (*internal/trace/traceviewer.splitter, internal/trace/traceviewer.TraceConsumer)
  2198. internal/trace/traceviewer.WalkStackFrames :: func(allFrames map[string]internal/trace/traceviewer/format.Frame, id int, fn func(id int))
  2199. internal/trace/traceviewer.NewEmitter :: func(c internal/trace/traceviewer.TraceConsumer, rangeStart time.Duration, rangeEnd time.Duration) *internal/trace/traceviewer.Emitter
  2200. internal/trace/traceviewer.MainHandler :: func(views []internal/trace/traceviewer.View) net/http.Handler
  2201. internal/trace/traceviewer.TraceHandler :: func() net/http.Handler
  2202. internal/trace/traceviewer.StaticHandler :: func() net/http.Handler
  2203. internal/trace/traceviewer.MMUHandlerFunc :: func(ranges []internal/trace/traceviewer.Range, f internal/trace/traceviewer.MutatorUtilFunc) net/http.HandlerFunc
  2204. internal/trace/traceviewer.SVGProfileHandlerFunc :: func(f internal/trace/traceviewer.ProfileFunc) net/http.HandlerFunc
  2205. internal/trace/traceviewer.BuildProfile :: func(prof []internal/trace/traceviewer.ProfileRecord) *internal/profile.Profile
  2206. io/ioutil.ReadAll :: func(r io.Reader) ([]byte, error)
  2207. io/ioutil.ReadFile :: func(filename string) ([]byte, error)
  2208. io/ioutil.WriteFile :: func(filename string, data []byte, perm io/fs.FileMode) error
  2209. io/ioutil.ReadDir :: func(dirname string) ([]io/fs.FileInfo, error)
  2210. io/ioutil.NopCloser :: func(r io.Reader) io.ReadCloser
  2211. io/ioutil.TempFile :: func(dir string, pattern string) (f *os.File, err error)
  2212. io/ioutil.TempDir :: func(dir string, pattern string) (name string, err error)
  2213. log/slog/internal/buffer.New :: func() *log/slog/internal/buffer.Buffer
  2214. log/slog.String :: func(key string, value string) log/slog.Attr
  2215. log/slog.Int64 :: func(key string, value int64) log/slog.Attr
  2216. log/slog.Int :: func(key string, value int) log/slog.Attr
  2217. log/slog.Uint64 :: func(key string, v uint64) log/slog.Attr
  2218. log/slog.Float64 :: func(key string, v float64) log/slog.Attr
  2219. log/slog.Bool :: func(key string, v bool) log/slog.Attr
  2220. log/slog.Time :: func(key string, v time.Time) log/slog.Attr
  2221. log/slog.Duration :: func(key string, v time.Duration) log/slog.Attr
  2222. log/slog.Group :: func(key string, args ...any) log/slog.Attr
  2223. log/slog.Any :: func(key string, value any) log/slog.Attr
  2224. log/slog.NewJSONHandler :: func(w io.Writer, opts *log/slog.HandlerOptions) *log/slog.JSONHandler
  2225. log/slog.SetLogLoggerLevel :: func(level log/slog.Level) (oldLevel log/slog.Level)
  2226. log/slog.Default :: func() *log/slog.Logger
  2227. log/slog.SetDefault :: func(l *log/slog.Logger)
  2228. log/slog.New :: func(h log/slog.Handler) *log/slog.Logger
  2229. log/slog.With :: func(args ...any) *log/slog.Logger
  2230. log/slog.NewLogLogger :: func(h log/slog.Handler, level log/slog.Level) *log.Logger
  2231. log/slog.Debug :: func(msg string, args ...any)
  2232. log/slog.DebugContext :: func(ctx context.Context, msg string, args ...any)
  2233. log/slog.Info :: func(msg string, args ...any)
  2234. log/slog.InfoContext :: func(ctx context.Context, msg string, args ...any)
  2235. log/slog.Warn :: func(msg string, args ...any)
  2236. log/slog.WarnContext :: func(ctx context.Context, msg string, args ...any)
  2237. log/slog.Error :: func(msg string, args ...any)
  2238. log/slog.ErrorContext :: func(ctx context.Context, msg string, args ...any)
  2239. log/slog.Log :: func(ctx context.Context, level log/slog.Level, msg string, args ...any)
  2240. log/slog.LogAttrs :: func(ctx context.Context, level log/slog.Level, msg string, attrs ...log/slog.Attr)
  2241. log/slog.NewRecord :: func(t time.Time, level log/slog.Level, msg string, pc uintptr) log/slog.Record
  2242. log/slog.NewTextHandler :: func(w io.Writer, opts *log/slog.HandlerOptions) *log/slog.TextHandler
  2243. log/slog.StringValue :: func(value string) log/slog.Value
  2244. log/slog.IntValue :: func(v int) log/slog.Value
  2245. log/slog.Int64Value :: func(v int64) log/slog.Value
  2246. log/slog.Uint64Value :: func(v uint64) log/slog.Value
  2247. log/slog.Float64Value :: func(v float64) log/slog.Value
  2248. log/slog.BoolValue :: func(v bool) log/slog.Value
  2249. log/slog.TimeValue :: func(v time.Time) log/slog.Value
  2250. log/slog.DurationValue :: func(v time.Duration) log/slog.Value
  2251. log/slog.GroupValue :: func(as ...log/slog.Attr) log/slog.Value
  2252. log/slog.AnyValue :: func(v any) log/slog.Value
  2253. log/slog/internal/slogtest.RemoveTime :: func(groups []string, a log/slog.Attr) log/slog.Attr
  2254. log/syslog.New :: func(priority log/syslog.Priority, tag string) (*log/syslog.Writer, error)
  2255. log/syslog.Dial :: func(network string, raddr string, priority log/syslog.Priority, tag string) (*log/syslog.Writer, error)
  2256. log/syslog.NewLogger :: func(p log/syslog.Priority, logFlag int) (*log.Logger, error)
  2257. math/cmplx.Abs :: func(x complex128) float64
  2258. math/cmplx.Asin :: func(x complex128) complex128
  2259. math/cmplx.Asinh :: func(x complex128) complex128
  2260. math/cmplx.Acos :: func(x complex128) complex128
  2261. math/cmplx.Acosh :: func(x complex128) complex128
  2262. math/cmplx.Atan :: func(x complex128) complex128
  2263. math/cmplx.Atanh :: func(x complex128) complex128
  2264. math/cmplx.Conj :: func(x complex128) complex128
  2265. math/cmplx.Exp :: func(x complex128) complex128
  2266. math/cmplx.IsInf :: func(x complex128) bool
  2267. math/cmplx.Inf :: func() complex128
  2268. math/cmplx.IsNaN :: func(x complex128) bool
  2269. math/cmplx.NaN :: func() complex128
  2270. math/cmplx.Log :: func(x complex128) complex128
  2271. math/cmplx.Log10 :: func(x complex128) complex128
  2272. math/cmplx.Phase :: func(x complex128) float64
  2273. math/cmplx.Polar :: func(x complex128) (r float64, θ float64)
  2274. math/cmplx.Pow :: func(x complex128, y complex128) complex128
  2275. math/cmplx.Rect :: func(r float64, θ float64) complex128
  2276. math/cmplx.Sin :: func(x complex128) complex128
  2277. math/cmplx.Sinh :: func(x complex128) complex128
  2278. math/cmplx.Cos :: func(x complex128) complex128
  2279. math/cmplx.Cosh :: func(x complex128) complex128
  2280. math/cmplx.Sqrt :: func(x complex128) complex128
  2281. math/cmplx.Tan :: func(x complex128) complex128
  2282. math/cmplx.Tanh :: func(x complex128) complex128
  2283. math/cmplx.Cot :: func(x complex128) complex128
  2284. net/http/cgi.Request :: func() (*net/http.Request, error)
  2285. net/http/cgi.RequestFromMap :: func(params map[string]string) (*net/http.Request, error)
  2286. net/http/cgi.Serve :: func(handler net/http.Handler) error
  2287. net/http/cookiejar.New :: func(o *net/http/cookiejar.Options) (*net/http/cookiejar.Jar, error)
  2288. net/http/fcgi.Serve :: func(l net.Listener, handler net/http.Handler) error
  2289. net/http/fcgi.ProcessEnv :: func(r *net/http.Request) map[string]string
  2290. net/http/httptest.NewRequest :: func(method string, target string, body io.Reader) *net/http.Request
  2291. net/http/httptest.NewRequestWithContext :: func(ctx context.Context, method string, target string, body io.Reader) *net/http.Request
  2292. net/http/httptest.NewRecorder :: func() *net/http/httptest.ResponseRecorder
  2293. net/http/httptest.NewServer :: func(handler net/http.Handler) *net/http/httptest.Server
  2294. net/http/httptest.NewUnstartedServer :: func(handler net/http.Handler) *net/http/httptest.Server
  2295. net/http/httptest.NewTLSServer :: func(handler net/http.Handler) *net/http/httptest.Server
  2296. net/http/httputil.DumpRequestOut :: func(req *net/http.Request, body bool) ([]byte, error)
  2297. net/http/httputil.DumpRequest :: func(req *net/http.Request, body bool) ([]byte, error)
  2298. net/http/httputil.DumpResponse :: func(resp *net/http.Response, body bool) ([]byte, error)
  2299. net/http/httputil.NewChunkedReader :: func(r io.Reader) io.Reader
  2300. net/http/httputil.NewChunkedWriter :: func(w io.Writer) io.WriteCloser
  2301. net/http/httputil.NewServerConn :: func(c net.Conn, r *bufio.Reader) *net/http/httputil.ServerConn
  2302. net/http/httputil.NewClientConn :: func(c net.Conn, r *bufio.Reader) *net/http/httputil.ClientConn
  2303. net/http/httputil.NewProxyClientConn :: func(c net.Conn, r *bufio.Reader) *net/http/httputil.ClientConn
  2304. net/http/httputil.NewSingleHostReverseProxy :: func(target *net/url.URL) *net/http/httputil.ReverseProxy
  2305. runtime/pprof.WithLabels :: func(ctx context.Context, labels runtime/pprof.LabelSet) context.Context
  2306. runtime/pprof.Labels :: func(args ...string) runtime/pprof.LabelSet
  2307. runtime/pprof.Label :: func(ctx context.Context, key string) (string, bool)
  2308. runtime/pprof.ForLabels :: func(ctx context.Context, f func(key string, value string) bool)
  2309. runtime/pprof.NewProfile :: func(name string) *runtime/pprof.Profile
  2310. runtime/pprof.Lookup :: func(name string) *runtime/pprof.Profile
  2311. runtime/pprof.Profiles :: func() []*runtime/pprof.Profile
  2312. runtime/pprof.WriteHeapProfile :: func(w io.Writer) error
  2313. runtime/pprof.StartCPUProfile :: func(w io.Writer) error
  2314. runtime/pprof.StopCPUProfile :: func()
  2315. runtime/pprof.SetGoroutineLabels :: func(ctx context.Context)
  2316. runtime/pprof.Do :: func(ctx context.Context, labels runtime/pprof.LabelSet, f func(context.Context))
  2317. net/http/pprof.Cmdline :: func(w net/http.ResponseWriter, r *net/http.Request)
  2318. net/http/pprof.Profile :: func(w net/http.ResponseWriter, r *net/http.Request)
  2319. net/http/pprof.Trace :: func(w net/http.ResponseWriter, r *net/http.Request)
  2320. net/http/pprof.Symbol :: func(w net/http.ResponseWriter, r *net/http.Request)
  2321. net/http/pprof.Handler :: func(name string) net/http.Handler
  2322. net/http/pprof.Index :: func(w net/http.ResponseWriter, r *net/http.Request)
  2323. net/mail.ReadMessage :: func(r io.Reader) (msg *net/mail.Message, err error)
  2324. net/mail.ParseDate :: func(date string) (time.Time, error)
  2325. net/mail.ParseAddress :: func(address string) (*net/mail.Address, error)
  2326. net/mail.ParseAddressList :: func(list string) ([]*net/mail.Address, error)
  2327. net/rpc.NewClient :: func(conn io.ReadWriteCloser) *net/rpc.Client
  2328. net/rpc.NewClientWithCodec :: func(codec net/rpc.ClientCodec) *net/rpc.Client
  2329. net/rpc.DialHTTP :: func(network string, address string) (*net/rpc.Client, error)
  2330. net/rpc.DialHTTPPath :: func(network string, address string, path string) (*net/rpc.Client, error)
  2331. net/rpc.Dial :: func(network string, address string) (*net/rpc.Client, error)
  2332. net/rpc.NewServer :: func() *net/rpc.Server
  2333. net/rpc.Register :: func(rcvr any) error
  2334. net/rpc.RegisterName :: func(name string, rcvr any) error
  2335. net/rpc.ServeConn :: func(conn io.ReadWriteCloser)
  2336. net/rpc.ServeCodec :: func(codec net/rpc.ServerCodec)
  2337. net/rpc.ServeRequest :: func(codec net/rpc.ServerCodec) error
  2338. net/rpc.Accept :: func(lis net.Listener)
  2339. net/rpc.HandleHTTP :: func()
  2340. net/rpc/jsonrpc.NewClientCodec :: func(conn io.ReadWriteCloser) net/rpc.ClientCodec
  2341. net/rpc/jsonrpc.NewClient :: func(conn io.ReadWriteCloser) *net/rpc.Client
  2342. net/rpc/jsonrpc.Dial :: func(network string, address string) (*net/rpc.Client, error)
  2343. net/rpc/jsonrpc.NewServerCodec :: func(conn io.ReadWriteCloser) net/rpc.ServerCodec
  2344. net/rpc/jsonrpc.ServeConn :: func(conn io.ReadWriteCloser)
  2345. net/smtp.PlainAuth :: func(identity string, username string, password string, host string) net/smtp.Auth
  2346. net/smtp.CRAMMD5Auth :: func(username string, secret string) net/smtp.Auth
  2347. net/smtp.Dial :: func(addr string) (*net/smtp.Client, error)
  2348. net/smtp.NewClient :: func(conn net.Conn, host string) (*net/smtp.Client, error)
  2349. net/smtp.SendMail :: func(addr string, a net/smtp.Auth, from string, to []string, msg []byte) error
  2350. os/exec/internal/fdtest.Exists :: func(fd uintptr) bool
  2351. os/signal.Ignore :: func(sig ...os.Signal)
  2352. os/signal.Ignored :: func(sig os.Signal) bool
  2353. os/signal.Notify :: func(c chan<- os.Signal, sig ...os.Signal)
  2354. os/signal.Reset :: func(sig ...os.Signal)
  2355. os/signal.Stop :: func(c chan<- os.Signal)
  2356. os/signal.NotifyContext :: func(parent context.Context, signals ...os.Signal) (ctx context.Context, stop context.CancelFunc)
  2357. plugin.Open :: func(path string) (*plugin.Plugin, error)
  2358. runtime/coverage.WriteMetaDir :: func(dir string) error
  2359. runtime/coverage.WriteMeta :: func(w io.Writer) error
  2360. runtime/coverage.WriteCountersDir :: func(dir string) error
  2361. runtime/coverage.WriteCounters :: func(w io.Writer) error
  2362. runtime/coverage.ClearCounters :: func() error
  2363. runtime/internal/startlinetest.AsmFunc :: func() int
  2364. runtime/metrics.All :: func() []runtime/metrics.Description
  2365. runtime/metrics.Read :: func(m []runtime/metrics.Sample)
  2366. testing/iotest.NewWriteLogger :: func(prefix string, w io.Writer) io.Writer
  2367. testing/iotest.NewReadLogger :: func(prefix string, r io.Reader) io.Reader
  2368. testing/iotest.OneByteReader :: func(r io.Reader) io.Reader
  2369. testing/iotest.HalfReader :: func(r io.Reader) io.Reader
  2370. testing/iotest.DataErrReader :: func(r io.Reader) io.Reader
  2371. testing/iotest.TimeoutReader :: func(r io.Reader) io.Reader
  2372. testing/iotest.ErrReader :: func(err error) io.Reader
  2373. testing/iotest.TestReader :: func(r io.Reader, content []byte) error
  2374. testing/iotest.TruncateWriter :: func(w io.Writer, n int64) io.Writer
  2375. testing/fstest.TestFS :: func(fsys io/fs.FS, expected ...string) error
  2376. testing/quick.Value :: func(t reflect.Type, rand *math/rand.Rand) (value reflect.Value, ok bool)
  2377. testing/quick.Check :: func(f any, config *testing/quick.Config) error
  2378. testing/quick.CheckEqual :: func(f any, g any, config *testing/quick.Config) error
  2379. testing/slogtest.TestHandler :: func(h log/slog.Handler, results func() []map[string]any) error
  2380. testing/slogtest.Run :: func(t *testing.T, newHandler func(*testing.T) log/slog.Handler, result func(*testing.T) map[string]any)
  2381. vendor/golang.org/x/net/nettest.TestConn :: func(t *testing.T, mp vendor/golang.org/x/net/nettest.MakePipe)
  2382. vendor/golang.org/x/net/nettest.SupportsIPv4 :: func() bool
  2383. vendor/golang.org/x/net/nettest.SupportsIPv6 :: func() bool
  2384. vendor/golang.org/x/net/nettest.SupportsRawSocket :: func() bool
  2385. vendor/golang.org/x/net/nettest.TestableNetwork :: func(network string) bool
  2386. vendor/golang.org/x/net/nettest.TestableAddress :: func(network string, address string) bool
  2387. vendor/golang.org/x/net/nettest.NewLocalListener :: func(network string) (net.Listener, error)
  2388. vendor/golang.org/x/net/nettest.NewLocalPacketListener :: func(network string) (net.PacketConn, error)
  2389. vendor/golang.org/x/net/nettest.LocalPath :: func() (string, error)
  2390. vendor/golang.org/x/net/nettest.MulticastSource :: func(network string, ifi *net.Interface) (net.IP, error)
  2391. vendor/golang.org/x/net/nettest.LoopbackInterface :: func() (*net.Interface, error)
  2392. vendor/golang.org/x/net/nettest.RoutedInterface :: func(network string, flags net.Flags) (*net.Interface, error)
  2393. github.com/samber/lo.ChannelDispatcher :: func[T any](stream <-chan T, count int, channelBufferCap int, strategy github.com/samber/lo.DispatchingStrategy[T]) []<-chan T
  2394. github.com/samber/lo.DispatchingStrategyRoundRobin :: func[T any](msg T, index uint64, channels []<-chan T) int
  2395. github.com/samber/lo.DispatchingStrategyRandom :: func[T any](msg T, index uint64, channels []<-chan T) int
  2396. github.com/samber/lo.DispatchingStrategyWeightedRandom :: func[T any](weights []int) github.com/samber/lo.DispatchingStrategy[T]
  2397. github.com/samber/lo.DispatchingStrategyFirst :: func[T any](msg T, index uint64, channels []<-chan T) int
  2398. github.com/samber/lo.DispatchingStrategyLeast :: func[T any](msg T, index uint64, channels []<-chan T) int
  2399. github.com/samber/lo.DispatchingStrategyMost :: func[T any](msg T, index uint64, channels []<-chan T) int
  2400. github.com/samber/lo.SliceToChannel :: func[T any](bufferSize int, collection []T) <-chan T
  2401. github.com/samber/lo.ChannelToSlice :: func[T any](ch <-chan T) []T
  2402. github.com/samber/lo.Generator :: func[T any](bufferSize int, generator func(yield func(T))) <-chan T
  2403. github.com/samber/lo.Buffer :: func[T any](ch <-chan T, size int) (collection []T, length int, readTime time.Duration, ok bool)
  2404. github.com/samber/lo.Batch :: func[T any](ch <-chan T, size int) (collection []T, length int, readTime time.Duration, ok bool)
  2405. github.com/samber/lo.BufferWithTimeout :: func[T any](ch <-chan T, size int, timeout time.Duration) (collection []T, length int, readTime time.Duration, ok bool)
  2406. github.com/samber/lo.BatchWithTimeout :: func[T any](ch <-chan T, size int, timeout time.Duration) (collection []T, length int, readTime time.Duration, ok bool)
  2407. github.com/samber/lo.FanIn :: func[T any](channelBufferCap int, upstreams ...<-chan T) <-chan T
  2408. github.com/samber/lo.ChannelMerge :: func[T any](channelBufferCap int, upstreams ...<-chan T) <-chan T
  2409. github.com/samber/lo.FanOut :: func[T any](count int, channelsBufferCap int, upstream <-chan T) []<-chan T
  2410. github.com/samber/lo.Synchronize :: func(opt ...sync.Locker) *github.com/samber/lo.synchronize
  2411. github.com/samber/lo.Async :: func[A any](f func() A) <-chan A
  2412. github.com/samber/lo.Async0 :: func(f func()) <-chan struct{}
  2413. github.com/samber/lo.Async1 :: func[A any](f func() A) <-chan A
  2414. github.com/samber/lo.Async2 :: func[A, B any](f func() (A, B)) <-chan github.com/samber/lo.Tuple2[A, B]
  2415. github.com/samber/lo.Async3 :: func[A, B, C any](f func() (A, B, C)) <-chan github.com/samber/lo.Tuple3[A, B, C]
  2416. github.com/samber/lo.Async4 :: func[A, B, C, D any](f func() (A, B, C, D)) <-chan github.com/samber/lo.Tuple4[A, B, C, D]
  2417. github.com/samber/lo.Async5 :: func[A, B, C, D, E any](f func() (A, B, C, D, E)) <-chan github.com/samber/lo.Tuple5[A, B, C, D, E]
  2418. github.com/samber/lo.Async6 :: func[A, B, C, D, E, F any](f func() (A, B, C, D, E, F)) <-chan github.com/samber/lo.Tuple6[A, B, C, D, E, F]
  2419. github.com/samber/lo.WaitFor :: func(condition func(i int) bool, timeout time.Duration, heartbeatDelay time.Duration) (totalIterations int, elapsed time.Duration, conditionFound bool)
  2420. github.com/samber/lo.WaitForWithContext :: func(ctx context.Context, condition func(ctx context.Context, currentIteration int) bool, timeout time.Duration, heartbeatDelay time.Duration) (totalIterations int, elapsed time.Duration, conditionFound bool)
  2421. github.com/samber/lo.Ternary :: func[T any](condition bool, ifOutput T, elseOutput T) T
  2422. github.com/samber/lo.TernaryF :: func[T any](condition bool, ifFunc func() T, elseFunc func() T) T
  2423. github.com/samber/lo.If :: func[T any](condition bool, result T) *github.com/samber/lo.ifElse[T]
  2424. github.com/samber/lo.IfF :: func[T any](condition bool, resultF func() T) *github.com/samber/lo.ifElse[T]
  2425. github.com/samber/lo.Switch :: func[T comparable, R any](predicate T) *github.com/samber/lo.switchCase[T, R]
  2426. github.com/samber/lo.Validate :: func(ok bool, format string, args ...any) error
  2427. github.com/samber/lo.Must :: func[T any](val T, err any, messageArgs ...any) T
  2428. github.com/samber/lo.Must0 :: func(err any, messageArgs ...any)
  2429. github.com/samber/lo.Must1 :: func[T any](val T, err any, messageArgs ...any) T
  2430. github.com/samber/lo.Must2 :: func[T1, T2 any](val1 T1, val2 T2, err any, messageArgs ...any) (T1, T2)
  2431. github.com/samber/lo.Must3 :: func[T1, T2, T3 any](val1 T1, val2 T2, val3 T3, err any, messageArgs ...any) (T1, T2, T3)
  2432. github.com/samber/lo.Must4 :: func[T1, T2, T3, T4 any](val1 T1, val2 T2, val3 T3, val4 T4, err any, messageArgs ...any) (T1, T2, T3, T4)
  2433. github.com/samber/lo.Must5 :: func[T1, T2, T3, T4, T5 any](val1 T1, val2 T2, val3 T3, val4 T4, val5 T5, err any, messageArgs ...any) (T1, T2, T3, T4, T5)
  2434. github.com/samber/lo.Must6 :: func[T1, T2, T3, T4, T5, T6 any](val1 T1, val2 T2, val3 T3, val4 T4, val5 T5, val6 T6, err any, messageArgs ...any) (T1, T2, T3, T4, T5, T6)
  2435. github.com/samber/lo.Try :: func(callback func() error) (ok bool)
  2436. github.com/samber/lo.Try0 :: func(callback func()) bool
  2437. github.com/samber/lo.Try1 :: func(callback func() error) bool
  2438. github.com/samber/lo.Try2 :: func[T any](callback func() (T, error)) bool
  2439. github.com/samber/lo.Try3 :: func[T, R any](callback func() (T, R, error)) bool
  2440. github.com/samber/lo.Try4 :: func[T, R, S any](callback func() (T, R, S, error)) bool
  2441. github.com/samber/lo.Try5 :: func[T, R, S, Q any](callback func() (T, R, S, Q, error)) bool
  2442. github.com/samber/lo.Try6 :: func[T, R, S, Q, U any](callback func() (T, R, S, Q, U, error)) bool
  2443. github.com/samber/lo.TryOr :: func[A any](callback func() (A, error), fallbackA A) (A, bool)
  2444. github.com/samber/lo.TryOr1 :: func[A any](callback func() (A, error), fallbackA A) (A, bool)
  2445. github.com/samber/lo.TryOr2 :: func[A, B any](callback func() (A, B, error), fallbackA A, fallbackB B) (A, B, bool)
  2446. github.com/samber/lo.TryOr3 :: func[A, B, C any](callback func() (A, B, C, error), fallbackA A, fallbackB B, fallbackC C) (A, B, C, bool)
  2447. github.com/samber/lo.TryOr4 :: func[A, B, C, D any](callback func() (A, B, C, D, error), fallbackA A, fallbackB B, fallbackC C, fallbackD D) (A, B, C, D, bool)
  2448. github.com/samber/lo.TryOr5 :: func[A, B, C, D, E any](callback func() (A, B, C, D, E, error), fallbackA A, fallbackB B, fallbackC C, fallbackD D, fallbackE E) (A, B, C, D, E, bool)
  2449. github.com/samber/lo.TryOr6 :: func[A, B, C, D, E, F any](callback func() (A, B, C, D, E, F, error), fallbackA A, fallbackB B, fallbackC C, fallbackD D, fallbackE E, fallbackF F) (A, B, C, D, E, F, bool)
  2450. github.com/samber/lo.TryWithErrorValue :: func(callback func() error) (errorValue any, ok bool)
  2451. github.com/samber/lo.TryCatch :: func(callback func() error, catch func())
  2452. github.com/samber/lo.TryCatchWithErrorValue :: func(callback func() error, catch func(any))
  2453. github.com/samber/lo.ErrorsAs :: func[T error](err error) (T, bool)
  2454. github.com/samber/lo.IndexOf :: func[T comparable](collection []T, element T) int
  2455. github.com/samber/lo.LastIndexOf :: func[T comparable](collection []T, element T) int
  2456. github.com/samber/lo.Find :: func[T any](collection []T, predicate func(item T) bool) (T, bool)
  2457. github.com/samber/lo.FindIndexOf :: func[T any](collection []T, predicate func(item T) bool) (T, int, bool)
  2458. github.com/samber/lo.FindLastIndexOf :: func[T any](collection []T, predicate func(item T) bool) (T, int, bool)
  2459. github.com/samber/lo.FindOrElse :: func[T any](collection []T, fallback T, predicate func(item T) bool) T
  2460. github.com/samber/lo.FindKey :: func[K, V comparable](object map[K]V, value V) (K, bool)
  2461. github.com/samber/lo.FindKeyBy :: func[K comparable, V any](object map[K]V, predicate func(key K, value V) bool) (K, bool)
  2462. github.com/samber/lo.FindUniques :: func[T comparable, Slice ~[]T](collection Slice) Slice
  2463. github.com/samber/lo.FindUniquesBy :: func[T any, U comparable, Slice ~[]T](collection Slice, iteratee func(item T) U) Slice
  2464. github.com/samber/lo.FindDuplicates :: func[T comparable, Slice ~[]T](collection Slice) Slice
  2465. github.com/samber/lo.FindDuplicatesBy :: func[T any, U comparable, Slice ~[]T](collection Slice, iteratee func(item T) U) Slice
  2466. github.com/samber/lo.Min :: func[T cmp.Ordered](collection []T) T
  2467. github.com/samber/lo.MinBy :: func[T any](collection []T, comparison func(a T, b T) bool) T
  2468. github.com/samber/lo.Earliest :: func(times ...time.Time) time.Time
  2469. github.com/samber/lo.EarliestBy :: func[T any](collection []T, iteratee func(item T) time.Time) T
  2470. github.com/samber/lo.Max :: func[T cmp.Ordered](collection []T) T
  2471. github.com/samber/lo.MaxBy :: func[T any](collection []T, comparison func(a T, b T) bool) T
  2472. github.com/samber/lo.Latest :: func(times ...time.Time) time.Time
  2473. github.com/samber/lo.LatestBy :: func[T any](collection []T, iteratee func(item T) time.Time) T
  2474. github.com/samber/lo.First :: func[T any](collection []T) (T, bool)
  2475. github.com/samber/lo.FirstOrEmpty :: func[T any](collection []T) T
  2476. github.com/samber/lo.FirstOr :: func[T any](collection []T, fallback T) T
  2477. github.com/samber/lo.Last :: func[T any](collection []T) (T, bool)
  2478. github.com/samber/lo.LastOrEmpty :: func[T any](collection []T) T
  2479. github.com/samber/lo.LastOr :: func[T any](collection []T, fallback T) T
  2480. github.com/samber/lo.Nth :: func[T any, N github.com/samber/lo/internal/constraints.Integer](collection []T, nth N) (T, error)
  2481. github.com/samber/lo.Sample :: func[T any](collection []T) T
  2482. github.com/samber/lo.Samples :: func[T any, Slice ~[]T](collection Slice, count int) Slice
  2483. github.com/samber/lo.Partial :: func[T1, T2, R any](f func(a T1, b T2) R, arg1 T1) func(T2) R
  2484. github.com/samber/lo.Partial1 :: func[T1, T2, R any](f func(T1, T2) R, arg1 T1) func(T2) R
  2485. github.com/samber/lo.Partial2 :: func[T1, T2, T3, R any](f func(T1, T2, T3) R, arg1 T1) func(T2, T3) R
  2486. github.com/samber/lo.Partial3 :: func[T1, T2, T3, T4, R any](f func(T1, T2, T3, T4) R, arg1 T1) func(T2, T3, T4) R
  2487. github.com/samber/lo.Partial4 :: func[T1, T2, T3, T4, T5, R any](f func(T1, T2, T3, T4, T5) R, arg1 T1) func(T2, T3, T4, T5) R
  2488. github.com/samber/lo.Partial5 :: func[T1, T2, T3, T4, T5, T6, R any](f func(T1, T2, T3, T4, T5, T6) R, arg1 T1) func(T2, T3, T4, T5, T6) R
  2489. github.com/samber/lo.Contains :: func[T comparable](collection []T, element T) bool
  2490. github.com/samber/lo.ContainsBy :: func[T any](collection []T, predicate func(item T) bool) bool
  2491. github.com/samber/lo.Every :: func[T comparable](collection []T, subset []T) bool
  2492. github.com/samber/lo.EveryBy :: func[T any](collection []T, predicate func(item T) bool) bool
  2493. github.com/samber/lo.Some :: func[T comparable](collection []T, subset []T) bool
  2494. github.com/samber/lo.SomeBy :: func[T any](collection []T, predicate func(item T) bool) bool
  2495. github.com/samber/lo.None :: func[T comparable](collection []T, subset []T) bool
  2496. github.com/samber/lo.NoneBy :: func[T any](collection []T, predicate func(item T) bool) bool
  2497. github.com/samber/lo.Intersect :: func[T comparable, Slice ~[]T](list1 Slice, list2 Slice) Slice
  2498. github.com/samber/lo.Difference :: func[T comparable, Slice ~[]T](list1 Slice, list2 Slice) (Slice, Slice)
  2499. github.com/samber/lo.Union :: func[T comparable, Slice ~[]T](lists ...Slice) Slice
  2500. github.com/samber/lo.Without :: func[T comparable, Slice ~[]T](collection Slice, exclude ...T) Slice
  2501. github.com/samber/lo.WithoutEmpty :: func[T comparable, Slice ~[]T](collection Slice) Slice
  2502. github.com/samber/lo.Keys :: func[K comparable, V any](in ...map[K]V) []K
  2503. github.com/samber/lo.UniqKeys :: func[K comparable, V any](in ...map[K]V) []K
  2504. github.com/samber/lo.HasKey :: func[K comparable, V any](in map[K]V, key K) bool
  2505. github.com/samber/lo.Values :: func[K comparable, V any](in ...map[K]V) []V
  2506. github.com/samber/lo.UniqValues :: func[K, V comparable](in ...map[K]V) []V
  2507. github.com/samber/lo.ValueOr :: func[K comparable, V any](in map[K]V, key K, fallback V) V
  2508. github.com/samber/lo.PickBy :: func[K comparable, V any, Map ~map[K]V](in Map, predicate func(key K, value V) bool) Map
  2509. github.com/samber/lo.PickByKeys :: func[K comparable, V any, Map ~map[K]V](in Map, keys []K) Map
  2510. github.com/samber/lo.PickByValues :: func[K, V comparable, Map ~map[K]V](in Map, values []V) Map
  2511. github.com/samber/lo.OmitBy :: func[K comparable, V any, Map ~map[K]V](in Map, predicate func(key K, value V) bool) Map
  2512. github.com/samber/lo.OmitByKeys :: func[K comparable, V any, Map ~map[K]V](in Map, keys []K) Map
  2513. github.com/samber/lo.OmitByValues :: func[K, V comparable, Map ~map[K]V](in Map, values []V) Map
  2514. github.com/samber/lo.Entries :: func[K comparable, V any](in map[K]V) []github.com/samber/lo.Entry[K, V]
  2515. github.com/samber/lo.ToPairs :: func[K comparable, V any](in map[K]V) []github.com/samber/lo.Entry[K, V]
  2516. github.com/samber/lo.FromEntries :: func[K comparable, V any](entries []github.com/samber/lo.Entry[K, V]) map[K]V
  2517. github.com/samber/lo.FromPairs :: func[K comparable, V any](entries []github.com/samber/lo.Entry[K, V]) map[K]V
  2518. github.com/samber/lo.Invert :: func[K, V comparable](in map[K]V) map[V]K
  2519. github.com/samber/lo.Assign :: func[K comparable, V any, Map ~map[K]V](maps ...Map) Map
  2520. github.com/samber/lo.MapKeys :: func[K comparable, V any, R comparable](in map[K]V, iteratee func(value V, key K) R) map[R]V
  2521. github.com/samber/lo.MapValues :: func[K comparable, V, R any](in map[K]V, iteratee func(value V, key K) R) map[K]R
  2522. github.com/samber/lo.MapEntries :: func[K1 comparable, V1 any, K2 comparable, V2 any](in map[K1]V1, iteratee func(key K1, value V1) (K2, V2)) map[K2]V2
  2523. github.com/samber/lo.MapToSlice :: func[K comparable, V, R any](in map[K]V, iteratee func(key K, value V) R) []R
  2524. github.com/samber/lo.Range :: func(elementNum int) []int
  2525. github.com/samber/lo.RangeFrom :: func[T github.com/samber/lo/internal/constraints.Integer | github.com/samber/lo/internal/constraints.Float](start T, elementNum int) []T
  2526. github.com/samber/lo.RangeWithSteps :: func[T github.com/samber/lo/internal/constraints.Integer | github.com/samber/lo/internal/constraints.Float](start T, end T, step T) []T
  2527. github.com/samber/lo.Clamp :: func[T cmp.Ordered](value T, min T, max T) T
  2528. github.com/samber/lo.Sum :: func[T github.com/samber/lo/internal/constraints.Float | github.com/samber/lo/internal/constraints.Integer | github.com/samber/lo/internal/constraints.Complex](collection []T) T
  2529. github.com/samber/lo.SumBy :: func[T any, R github.com/samber/lo/internal/constraints.Float | github.com/samber/lo/internal/constraints.Integer | github.com/samber/lo/internal/constraints.Complex](collection []T, iteratee func(item T) R) R
  2530. github.com/samber/lo.Mean :: func[T github.com/samber/lo/internal/constraints.Float | github.com/samber/lo/internal/constraints.Integer](collection []T) T
  2531. github.com/samber/lo.MeanBy :: func[T any, R github.com/samber/lo/internal/constraints.Float | github.com/samber/lo/internal/constraints.Integer](collection []T, iteratee func(item T) R) R
  2532. github.com/samber/lo.NewDebounce :: func(duration time.Duration, f ...func()) (func(), func())
  2533. github.com/samber/lo.NewDebounceBy :: func[T comparable](duration time.Duration, f ...func(key T, count int)) (func(key T), func(key T))
  2534. github.com/samber/lo.Attempt :: func(maxIteration int, f func(index int) error) (int, error)
  2535. github.com/samber/lo.AttemptWithDelay :: func(maxIteration int, delay time.Duration, f func(index int, duration time.Duration) error) (int, time.Duration, error)
  2536. github.com/samber/lo.AttemptWhile :: func(maxIteration int, f func(int) (error, bool)) (int, error)
  2537. github.com/samber/lo.AttemptWhileWithDelay :: func(maxIteration int, delay time.Duration, f func(int, time.Duration) (error, bool)) (int, time.Duration, error)
  2538. github.com/samber/lo.NewTransaction :: func[T any]() *github.com/samber/lo.Transaction[T]
  2539. github.com/samber/lo.Filter :: func[T any, Slice ~[]T](collection Slice, predicate func(item T, index int) bool) Slice
  2540. github.com/samber/lo.FilterMap :: func[T, R any](collection []T, callback func(item T, index int) (R, bool)) []R
  2541. github.com/samber/lo.FlatMap :: func[T, R any](collection []T, iteratee func(item T, index int) []R) []R
  2542. github.com/samber/lo.Reduce :: func[T, R any](collection []T, accumulator func(agg R, item T, index int) R, initial R) R
  2543. github.com/samber/lo.ReduceRight :: func[T, R any](collection []T, accumulator func(agg R, item T, index int) R, initial R) R
  2544. github.com/samber/lo.ForEach :: func[T any](collection []T, iteratee func(item T, index int))
  2545. github.com/samber/lo.ForEachWhile :: func[T any](collection []T, iteratee func(item T, index int) (goon bool))
  2546. github.com/samber/lo.Times :: func[T any](count int, iteratee func(index int) T) []T
  2547. github.com/samber/lo.Uniq :: func[T comparable, Slice ~[]T](collection Slice) Slice
  2548. github.com/samber/lo.UniqBy :: func[T any, U comparable, Slice ~[]T](collection Slice, iteratee func(item T) U) Slice
  2549. github.com/samber/lo.GroupBy :: func[T any, U comparable, Slice ~[]T](collection Slice, iteratee func(item T) U) map[U]Slice
  2550. github.com/samber/lo.Chunk :: func[T any, Slice ~[]T](collection Slice, size int) []Slice
  2551. github.com/samber/lo.PartitionBy :: func[T any, K comparable, Slice ~[]T](collection Slice, iteratee func(item T) K) []Slice
  2552. github.com/samber/lo.Flatten :: func[T any, Slice ~[]T](collection []Slice) Slice
  2553. github.com/samber/lo.Interleave :: func[T any, Slice ~[]T](collections ...Slice) Slice
  2554. github.com/samber/lo.Shuffle :: func[T any, Slice ~[]T](collection Slice) Slice
  2555. github.com/samber/lo.Reverse :: func[T any, Slice ~[]T](collection Slice) Slice
  2556. github.com/samber/lo.Fill :: func[T github.com/samber/lo.Clonable[T]](collection []T, initial T) []T
  2557. github.com/samber/lo.Repeat :: func[T github.com/samber/lo.Clonable[T]](count int, initial T) []T
  2558. github.com/samber/lo.RepeatBy :: func[T any](count int, predicate func(index int) T) []T
  2559. github.com/samber/lo.KeyBy :: func[K comparable, V any](collection []V, iteratee func(item V) K) map[K]V
  2560. github.com/samber/lo.Associate :: func[T any, K comparable, V any](collection []T, transform func(item T) (K, V)) map[K]V
  2561. github.com/samber/lo.SliceToMap :: func[T any, K comparable, V any](collection []T, transform func(item T) (K, V)) map[K]V
  2562. github.com/samber/lo.Drop :: func[T any, Slice ~[]T](collection Slice, n int) Slice
  2563. github.com/samber/lo.DropRight :: func[T any, Slice ~[]T](collection Slice, n int) Slice
  2564. github.com/samber/lo.DropWhile :: func[T any, Slice ~[]T](collection Slice, predicate func(item T) bool) Slice
  2565. github.com/samber/lo.DropRightWhile :: func[T any, Slice ~[]T](collection Slice, predicate func(item T) bool) Slice
  2566. github.com/samber/lo.DropByIndex :: func[T any](collection []T, indexes ...int) []T
  2567. github.com/samber/lo.Reject :: func[T any, Slice ~[]T](collection Slice, predicate func(item T, index int) bool) Slice
  2568. github.com/samber/lo.RejectMap :: func[T, R any](collection []T, callback func(item T, index int) (R, bool)) []R
  2569. github.com/samber/lo.FilterReject :: func[T any, Slice ~[]T](collection Slice, predicate func(T, int) bool) (kept Slice, rejected Slice)
  2570. github.com/samber/lo.Count :: func[T comparable](collection []T, value T) (count int)
  2571. github.com/samber/lo.CountBy :: func[T any](collection []T, predicate func(item T) bool) (count int)
  2572. github.com/samber/lo.CountValues :: func[T comparable](collection []T) map[T]int
  2573. github.com/samber/lo.CountValuesBy :: func[T any, U comparable](collection []T, mapper func(item T) U) map[U]int
  2574. github.com/samber/lo.Subset :: func[T any, Slice ~[]T](collection Slice, offset int, length uint) Slice
  2575. github.com/samber/lo.Slice :: func[T any, Slice ~[]T](collection Slice, start int, end int) Slice
  2576. github.com/samber/lo.Replace :: func[T comparable, Slice ~[]T](collection Slice, old T, new T, n int) Slice
  2577. github.com/samber/lo.ReplaceAll :: func[T comparable, Slice ~[]T](collection Slice, old T, new T) Slice
  2578. github.com/samber/lo.Compact :: func[T comparable, Slice ~[]T](collection Slice) Slice
  2579. github.com/samber/lo.IsSorted :: func[T cmp.Ordered](collection []T) bool
  2580. github.com/samber/lo.IsSortedByKey :: func[T any, K cmp.Ordered](collection []T, iteratee func(item T) K) bool
  2581. github.com/samber/lo.Splice :: func[T any, Slice ~[]T](collection Slice, i int, elements ...T) Slice
  2582. github.com/samber/lo.RandomString :: func(size int, charset []rune) string
  2583. github.com/samber/lo.Substring :: func[T ~string](str T, offset int, length uint) T
  2584. github.com/samber/lo.ChunkString :: func[T ~string](str T, size int) []T
  2585. github.com/samber/lo.RuneLength :: func(str string) int
  2586. github.com/samber/lo.PascalCase :: func(str string) string
  2587. github.com/samber/lo.CamelCase :: func(str string) string
  2588. github.com/samber/lo.KebabCase :: func(str string) string
  2589. github.com/samber/lo.SnakeCase :: func(str string) string
  2590. github.com/samber/lo.Words :: func(str string) []string
  2591. github.com/samber/lo.Capitalize :: func(str string) string
  2592. github.com/samber/lo.Elipse :: func(str string, length int) string
  2593. github.com/samber/lo.Duration :: func(cb func()) time.Duration
  2594. github.com/samber/lo.Duration0 :: func(cb func()) time.Duration
  2595. github.com/samber/lo.Duration1 :: func[A any](cb func() A) (A, time.Duration)
  2596. github.com/samber/lo.Duration2 :: func[A, B any](cb func() (A, B)) (A, B, time.Duration)
  2597. github.com/samber/lo.Duration3 :: func[A, B, C any](cb func() (A, B, C)) (A, B, C, time.Duration)
  2598. github.com/samber/lo.Duration4 :: func[A, B, C, D any](cb func() (A, B, C, D)) (A, B, C, D, time.Duration)
  2599. github.com/samber/lo.Duration5 :: func[A, B, C, D, E any](cb func() (A, B, C, D, E)) (A, B, C, D, E, time.Duration)
  2600. github.com/samber/lo.Duration6 :: func[A, B, C, D, E, F any](cb func() (A, B, C, D, E, F)) (A, B, C, D, E, F, time.Duration)
  2601. github.com/samber/lo.Duration7 :: func[A, B, C, D, E, F, G any](cb func() (A, B, C, D, E, F, G)) (A, B, C, D, E, F, G, time.Duration)
  2602. github.com/samber/lo.Duration8 :: func[A, B, C, D, E, F, G, H any](cb func() (A, B, C, D, E, F, G, H)) (A, B, C, D, E, F, G, H, time.Duration)
  2603. github.com/samber/lo.Duration9 :: func[A, B, C, D, E, F, G, H, I any](cb func() (A, B, C, D, E, F, G, H, I)) (A, B, C, D, E, F, G, H, I, time.Duration)
  2604. github.com/samber/lo.Duration10 :: func[A, B, C, D, E, F, G, H, I, J any](cb func() (A, B, C, D, E, F, G, H, I, J)) (A, B, C, D, E, F, G, H, I, J, time.Duration)
  2605. github.com/samber/lo.T2 :: func[A, B any](a A, b B) github.com/samber/lo.Tuple2[A, B]
  2606. github.com/samber/lo.T3 :: func[A, B, C any](a A, b B, c C) github.com/samber/lo.Tuple3[A, B, C]
  2607. github.com/samber/lo.T4 :: func[A, B, C, D any](a A, b B, c C, d D) github.com/samber/lo.Tuple4[A, B, C, D]
  2608. github.com/samber/lo.T5 :: func[A, B, C, D, E any](a A, b B, c C, d D, e E) github.com/samber/lo.Tuple5[A, B, C, D, E]
  2609. github.com/samber/lo.T6 :: func[A, B, C, D, E, F any](a A, b B, c C, d D, e E, f F) github.com/samber/lo.Tuple6[A, B, C, D, E, F]
  2610. github.com/samber/lo.T7 :: func[A, B, C, D, E, F, G any](a A, b B, c C, d D, e E, f F, g G) github.com/samber/lo.Tuple7[A, B, C, D, E, F, G]
  2611. github.com/samber/lo.T8 :: func[A, B, C, D, E, F, G, H any](a A, b B, c C, d D, e E, f F, g G, h H) github.com/samber/lo.Tuple8[A, B, C, D, E, F, G, H]
  2612. github.com/samber/lo.T9 :: func[A, B, C, D, E, F, G, H, I any](a A, b B, c C, d D, e E, f F, g G, h H, i I) github.com/samber/lo.Tuple9[A, B, C, D, E, F, G, H, I]
  2613. github.com/samber/lo.Unpack2 :: func[A, B any](tuple github.com/samber/lo.Tuple2[A, B]) (A, B)
  2614. github.com/samber/lo.Unpack3 :: func[A, B, C any](tuple github.com/samber/lo.Tuple3[A, B, C]) (A, B, C)
  2615. github.com/samber/lo.Unpack4 :: func[A, B, C, D any](tuple github.com/samber/lo.Tuple4[A, B, C, D]) (A, B, C, D)
  2616. github.com/samber/lo.Unpack5 :: func[A, B, C, D, E any](tuple github.com/samber/lo.Tuple5[A, B, C, D, E]) (A, B, C, D, E)
  2617. github.com/samber/lo.Unpack6 :: func[A, B, C, D, E, F any](tuple github.com/samber/lo.Tuple6[A, B, C, D, E, F]) (A, B, C, D, E, F)
  2618. github.com/samber/lo.Unpack7 :: func[A, B, C, D, E, F, G any](tuple github.com/samber/lo.Tuple7[A, B, C, D, E, F, G]) (A, B, C, D, E, F, G)
  2619. github.com/samber/lo.Unpack8 :: func[A, B, C, D, E, F, G, H any](tuple github.com/samber/lo.Tuple8[A, B, C, D, E, F, G, H]) (A, B, C, D, E, F, G, H)
  2620. github.com/samber/lo.Unpack9 :: func[A, B, C, D, E, F, G, H, I any](tuple github.com/samber/lo.Tuple9[A, B, C, D, E, F, G, H, I]) (A, B, C, D, E, F, G, H, I)
  2621. github.com/samber/lo.Zip2 :: func[A, B any](a []A, b []B) []github.com/samber/lo.Tuple2[A, B]
  2622. github.com/samber/lo.Zip3 :: func[A, B, C any](a []A, b []B, c []C) []github.com/samber/lo.Tuple3[A, B, C]
  2623. github.com/samber/lo.Zip4 :: func[A, B, C, D any](a []A, b []B, c []C, d []D) []github.com/samber/lo.Tuple4[A, B, C, D]
  2624. github.com/samber/lo.Zip5 :: func[A, B, C, D, E any](a []A, b []B, c []C, d []D, e []E) []github.com/samber/lo.Tuple5[A, B, C, D, E]
  2625. github.com/samber/lo.Zip6 :: func[A, B, C, D, E, F any](a []A, b []B, c []C, d []D, e []E, f []F) []github.com/samber/lo.Tuple6[A, B, C, D, E, F]
  2626. github.com/samber/lo.Zip7 :: func[A, B, C, D, E, F, G any](a []A, b []B, c []C, d []D, e []E, f []F, g []G) []github.com/samber/lo.Tuple7[A, B, C, D, E, F, G]
  2627. github.com/samber/lo.Zip8 :: func[A, B, C, D, E, F, G, H any](a []A, b []B, c []C, d []D, e []E, f []F, g []G, h []H) []github.com/samber/lo.Tuple8[A, B, C, D, E, F, G, H]
  2628. github.com/samber/lo.Zip9 :: func[A, B, C, D, E, F, G, H, I any](a []A, b []B, c []C, d []D, e []E, f []F, g []G, h []H, i []I) []github.com/samber/lo.Tuple9[A, B, C, D, E, F, G, H, I]
  2629. github.com/samber/lo.ZipBy2 :: func[A, B, Out any](a []A, b []B, iteratee func(a A, b B) Out) []Out
  2630. github.com/samber/lo.ZipBy3 :: func[A, B, C, Out any](a []A, b []B, c []C, iteratee func(a A, b B, c C) Out) []Out
  2631. github.com/samber/lo.ZipBy4 :: func[A, B, C, D, Out any](a []A, b []B, c []C, d []D, iteratee func(a A, b B, c C, d D) Out) []Out
  2632. github.com/samber/lo.ZipBy5 :: func[A, B, C, D, E, Out any](a []A, b []B, c []C, d []D, e []E, iteratee func(a A, b B, c C, d D, e E) Out) []Out
  2633. github.com/samber/lo.ZipBy6 :: func[A, B, C, D, E, F, Out any](a []A, b []B, c []C, d []D, e []E, f []F, iteratee func(a A, b B, c C, d D, e E, f F) Out) []Out
  2634. github.com/samber/lo.ZipBy7 :: func[A, B, C, D, E, F, G, Out any](a []A, b []B, c []C, d []D, e []E, f []F, g []G, iteratee func(a A, b B, c C, d D, e E, f F, g G) Out) []Out
  2635. github.com/samber/lo.ZipBy8 :: func[A, B, C, D, E, F, G, H, Out any](a []A, b []B, c []C, d []D, e []E, f []F, g []G, h []H, iteratee func(a A, b B, c C, d D, e E, f F, g G, h H) Out) []Out
  2636. github.com/samber/lo.ZipBy9 :: func[A, B, C, D, E, F, G, H, I, Out any](a []A, b []B, c []C, d []D, e []E, f []F, g []G, h []H, i []I, iteratee func(a A, b B, c C, d D, e E, f F, g G, h H, i I) Out) []Out
  2637. github.com/samber/lo.Unzip2 :: func[A, B any](tuples []github.com/samber/lo.Tuple2[A, B]) ([]A, []B)
  2638. github.com/samber/lo.Unzip3 :: func[A, B, C any](tuples []github.com/samber/lo.Tuple3[A, B, C]) ([]A, []B, []C)
  2639. github.com/samber/lo.Unzip4 :: func[A, B, C, D any](tuples []github.com/samber/lo.Tuple4[A, B, C, D]) ([]A, []B, []C, []D)
  2640. github.com/samber/lo.Unzip5 :: func[A, B, C, D, E any](tuples []github.com/samber/lo.Tuple5[A, B, C, D, E]) ([]A, []B, []C, []D, []E)
  2641. github.com/samber/lo.Unzip6 :: func[A, B, C, D, E, F any](tuples []github.com/samber/lo.Tuple6[A, B, C, D, E, F]) ([]A, []B, []C, []D, []E, []F)
  2642. github.com/samber/lo.Unzip7 :: func[A, B, C, D, E, F, G any](tuples []github.com/samber/lo.Tuple7[A, B, C, D, E, F, G]) ([]A, []B, []C, []D, []E, []F, []G)
  2643. github.com/samber/lo.Unzip8 :: func[A, B, C, D, E, F, G, H any](tuples []github.com/samber/lo.Tuple8[A, B, C, D, E, F, G, H]) ([]A, []B, []C, []D, []E, []F, []G, []H)
  2644. github.com/samber/lo.Unzip9 :: func[A, B, C, D, E, F, G, H, I any](tuples []github.com/samber/lo.Tuple9[A, B, C, D, E, F, G, H, I]) ([]A, []B, []C, []D, []E, []F, []G, []H, []I)
  2645. github.com/samber/lo.UnzipBy2 :: func[In, A, B any](items []In, iteratee func(In) (a A, b B)) ([]A, []B)
  2646. github.com/samber/lo.UnzipBy3 :: func[In, A, B, C any](items []In, iteratee func(In) (a A, b B, c C)) ([]A, []B, []C)
  2647. github.com/samber/lo.UnzipBy4 :: func[In, A, B, C, D any](items []In, iteratee func(In) (a A, b B, c C, d D)) ([]A, []B, []C, []D)
  2648. github.com/samber/lo.UnzipBy5 :: func[In, A, B, C, D, E any](items []In, iteratee func(In) (a A, b B, c C, d D, e E)) ([]A, []B, []C, []D, []E)
  2649. github.com/samber/lo.UnzipBy6 :: func[In, A, B, C, D, E, F any](items []In, iteratee func(In) (a A, b B, c C, d D, e E, f F)) ([]A, []B, []C, []D, []E, []F)
  2650. github.com/samber/lo.UnzipBy7 :: func[In, A, B, C, D, E, F, G any](items []In, iteratee func(In) (a A, b B, c C, d D, e E, f F, g G)) ([]A, []B, []C, []D, []E, []F, []G)
  2651. github.com/samber/lo.UnzipBy8 :: func[In, A, B, C, D, E, F, G, H any](items []In, iteratee func(In) (a A, b B, c C, d D, e E, f F, g G, h H)) ([]A, []B, []C, []D, []E, []F, []G, []H)
  2652. github.com/samber/lo.UnzipBy9 :: func[In, A, B, C, D, E, F, G, H, I any](items []In, iteratee func(In) (a A, b B, c C, d D, e E, f F, g G, h H, i I)) ([]A, []B, []C, []D, []E, []F, []G, []H, []I)
  2653. github.com/samber/lo.IsNil :: func(x any) bool
  2654. github.com/samber/lo.ToPtr :: func[T any](x T) *T
  2655. github.com/samber/lo.Nil :: func[T any]() *T
  2656. github.com/samber/lo.EmptyableToPtr :: func[T any](x T) *T
  2657. github.com/samber/lo.FromPtr :: func[T any](x *T) T
  2658. github.com/samber/lo.FromPtrOr :: func[T any](x *T, fallback T) T
  2659. github.com/samber/lo.ToSlicePtr :: func[T any](collection []T) []*T
  2660. github.com/samber/lo.FromSlicePtr :: func[T any](collection []*T) []T
  2661. github.com/samber/lo.FromSlicePtrOr :: func[T any](collection []*T, fallback T) []T
  2662. github.com/samber/lo.ToAnySlice :: func[T any](collection []T) []any
  2663. github.com/samber/lo.FromAnySlice :: func[T any](in []any) (out []T, ok bool)
  2664. github.com/samber/lo.Empty :: func[T any]() T
  2665. github.com/samber/lo.IsEmpty :: func[T comparable](v T) bool
  2666. github.com/samber/lo.IsNotEmpty :: func[T comparable](v T) bool
  2667. github.com/samber/lo.Coalesce :: func[T comparable](values ...T) (result T, ok bool)
  2668. github.com/samber/lo.CoalesceOrEmpty :: func[T comparable](v ...T) T
  2669. github.com/samber/mo.Do :: func[T any](fn func() T) (result github.com/samber/mo.Result[T])
  2670. github.com/samber/mo.Left :: func[L, R any](value L) github.com/samber/mo.Either[L, R]
  2671. github.com/samber/mo.Right :: func[L, R any](value R) github.com/samber/mo.Either[L, R]
  2672. github.com/samber/mo.NewEither3Arg1 :: func[T1, T2, T3 any](value T1) github.com/samber/mo.Either3[T1, T2, T3]
  2673. github.com/samber/mo.NewEither3Arg2 :: func[T1, T2, T3 any](value T2) github.com/samber/mo.Either3[T1, T2, T3]
  2674. github.com/samber/mo.NewEither3Arg3 :: func[T1, T2, T3 any](value T3) github.com/samber/mo.Either3[T1, T2, T3]
  2675. github.com/samber/mo.NewEither4Arg1 :: func[T1, T2, T3, T4 any](value T1) github.com/samber/mo.Either4[T1, T2, T3, T4]
  2676. github.com/samber/mo.NewEither4Arg2 :: func[T1, T2, T3, T4 any](value T2) github.com/samber/mo.Either4[T1, T2, T3, T4]
  2677. github.com/samber/mo.NewEither4Arg3 :: func[T1, T2, T3, T4 any](value T3) github.com/samber/mo.Either4[T1, T2, T3, T4]
  2678. github.com/samber/mo.NewEither4Arg4 :: func[T1, T2, T3, T4 any](value T4) github.com/samber/mo.Either4[T1, T2, T3, T4]
  2679. github.com/samber/mo.NewEither5Arg1 :: func[T1, T2, T3, T4, T5 any](value T1) github.com/samber/mo.Either5[T1, T2, T3, T4, T5]
  2680. github.com/samber/mo.NewEither5Arg2 :: func[T1, T2, T3, T4, T5 any](value T2) github.com/samber/mo.Either5[T1, T2, T3, T4, T5]
  2681. github.com/samber/mo.NewEither5Arg3 :: func[T1, T2, T3, T4, T5 any](value T3) github.com/samber/mo.Either5[T1, T2, T3, T4, T5]
  2682. github.com/samber/mo.NewEither5Arg4 :: func[T1, T2, T3, T4, T5 any](value T4) github.com/samber/mo.Either5[T1, T2, T3, T4, T5]
  2683. github.com/samber/mo.NewEither5Arg5 :: func[T1, T2, T3, T4, T5 any](value T5) github.com/samber/mo.Either5[T1, T2, T3, T4, T5]
  2684. github.com/samber/mo.Fold :: func[T, U, R any](f github.com/samber/mo.Foldable[T, U], successFunc func(U) R, failureFunc func(T) R) R
  2685. github.com/samber/mo.NewFuture :: func[T any](cb func(resolve func(T), reject func(error))) *github.com/samber/mo.Future[T]
  2686. github.com/samber/mo.NewIO :: func[R any](f github.com/samber/mo.f0[R]) github.com/samber/mo.IO[R]
  2687. github.com/samber/mo.NewIO1 :: func[R, A any](f github.com/samber/mo.f1[R, A]) github.com/samber/mo.IO1[R, A]
  2688. github.com/samber/mo.NewIO2 :: func[R, A, B any](f github.com/samber/mo.f2[R, A, B]) github.com/samber/mo.IO2[R, A, B]
  2689. github.com/samber/mo.NewIO3 :: func[R, A, B, C any](f github.com/samber/mo.f3[R, A, B, C]) github.com/samber/mo.IO3[R, A, B, C]
  2690. github.com/samber/mo.NewIO4 :: func[R, A, B, C, D any](f github.com/samber/mo.f4[R, A, B, C, D]) github.com/samber/mo.IO4[R, A, B, C, D]
  2691. github.com/samber/mo.NewIO5 :: func[R, A, B, C, D, E any](f github.com/samber/mo.f5[R, A, B, C, D, E]) github.com/samber/mo.IO5[R, A, B, C, D, E]
  2692. github.com/samber/mo.NewIOEither :: func[R any](f github.com/samber/mo.fe0[R]) github.com/samber/mo.IOEither[R]
  2693. github.com/samber/mo.NewIOEither1 :: func[R, A any](f github.com/samber/mo.fe1[R, A]) github.com/samber/mo.IOEither1[R, A]
  2694. github.com/samber/mo.NewIOEither2 :: func[R, A, B any](f github.com/samber/mo.fe2[R, A, B]) github.com/samber/mo.IOEither2[R, A, B]
  2695. github.com/samber/mo.NewIOEither3 :: func[R, A, B, C any](f github.com/samber/mo.fe3[R, A, B, C]) github.com/samber/mo.IOEither3[R, A, B, C]
  2696. github.com/samber/mo.NewIOEither4 :: func[R, A, B, C, D any](f github.com/samber/mo.fe4[R, A, B, C, D]) github.com/samber/mo.IOEither4[R, A, B, C, D]
  2697. github.com/samber/mo.NewIOEither5 :: func[R, A, B, C, D, E any](f github.com/samber/mo.fe5[R, A, B, C, D, E]) github.com/samber/mo.IOEither5[R, A, B, C, D, E]
  2698. github.com/samber/mo.Some :: func[T any](value T) github.com/samber/mo.Option[T]
  2699. github.com/samber/mo.None :: func[T any]() github.com/samber/mo.Option[T]
  2700. github.com/samber/mo.TupleToOption :: func[T any](value T, ok bool) github.com/samber/mo.Option[T]
  2701. github.com/samber/mo.EmptyableToOption :: func[T any](value T) github.com/samber/mo.Option[T]
  2702. github.com/samber/mo.PointerToOption :: func[T any](value *T) github.com/samber/mo.Option[T]
  2703. github.com/samber/mo.Ok :: func[T any](value T) github.com/samber/mo.Result[T]
  2704. github.com/samber/mo.Err :: func[T any](err error) github.com/samber/mo.Result[T]
  2705. github.com/samber/mo.Errf :: func[T any](format string, a ...any) github.com/samber/mo.Result[T]
  2706. github.com/samber/mo.TupleToResult :: func[T any](value T, err error) github.com/samber/mo.Result[T]
  2707. github.com/samber/mo.Try :: func[T any](f func() (T, error)) github.com/samber/mo.Result[T]
  2708. github.com/samber/mo.NewState :: func[S, A any](f func(state S) (A, S)) github.com/samber/mo.State[S, A]
  2709. github.com/samber/mo.ReturnState :: func[S, A any](x A) github.com/samber/mo.State[S, A]
  2710. github.com/samber/mo.NewTask :: func[R any](f github.com/samber/mo.ff0[R]) github.com/samber/mo.Task[R]
  2711. github.com/samber/mo.NewTaskFromIO :: func[R any](io github.com/samber/mo.IO[R]) github.com/samber/mo.Task[R]
  2712. github.com/samber/mo.NewTask1 :: func[R, A any](f github.com/samber/mo.ff1[R, A]) github.com/samber/mo.Task1[R, A]
  2713. github.com/samber/mo.NewTaskFromIO1 :: func[R, A any](io github.com/samber/mo.IO1[R, A]) github.com/samber/mo.Task1[R, A]
  2714. github.com/samber/mo.NewTask2 :: func[R, A, B any](f github.com/samber/mo.ff2[R, A, B]) github.com/samber/mo.Task2[R, A, B]
  2715. github.com/samber/mo.NewTaskFromIO2 :: func[R, A, B any](io github.com/samber/mo.IO2[R, A, B]) github.com/samber/mo.Task2[R, A, B]
  2716. github.com/samber/mo.NewTask3 :: func[R, A, B, C any](f github.com/samber/mo.ff3[R, A, B, C]) github.com/samber/mo.Task3[R, A, B, C]
  2717. github.com/samber/mo.NewTaskFromIO3 :: func[R, A, B, C any](io github.com/samber/mo.IO3[R, A, B, C]) github.com/samber/mo.Task3[R, A, B, C]
  2718. github.com/samber/mo.NewTask4 :: func[R, A, B, C, D any](f github.com/samber/mo.ff4[R, A, B, C, D]) github.com/samber/mo.Task4[R, A, B, C, D]
  2719. github.com/samber/mo.NewTaskFromIO4 :: func[R, A, B, C, D any](io github.com/samber/mo.IO4[R, A, B, C, D]) github.com/samber/mo.Task4[R, A, B, C, D]
  2720. github.com/samber/mo.NewTask5 :: func[R, A, B, C, D, E any](f github.com/samber/mo.ff5[R, A, B, C, D, E]) github.com/samber/mo.Task5[R, A, B, C, D, E]
  2721. github.com/samber/mo.NewTaskFromIO5 :: func[R, A, B, C, D, E any](io github.com/samber/mo.IO5[R, A, B, C, D, E]) github.com/samber/mo.Task5[R, A, B, C, D, E]
  2722. github.com/samber/mo.NewTaskEither :: func[R any](f github.com/samber/mo.ff0[R]) github.com/samber/mo.TaskEither[R]
  2723. github.com/samber/mo.NewTaskEitherFromIO :: func[R any](io github.com/samber/mo.IO[R]) github.com/samber/mo.TaskEither[R]
  2724. github.com/thoas/go-funk.Set :: func(in interface{}, val interface{}, path string) error
  2725. github.com/thoas/go-funk.MustSet :: func(in interface{}, val interface{}, path string)
  2726. github.com/thoas/go-funk.Chain :: func(v interface{}) github.com/thoas/go-funk.Builder
  2727. github.com/thoas/go-funk.LazyChain :: func(v interface{}) github.com/thoas/go-funk.Builder
  2728. github.com/thoas/go-funk.LazyChainWith :: func(generator func() interface{}) github.com/thoas/go-funk.Builder
  2729. github.com/thoas/go-funk.Compact :: func(value interface{}) interface{}
  2730. github.com/thoas/go-funk.Fill :: func(in interface{}, fillValue interface{}) (interface{}, error)
  2731. github.com/thoas/go-funk.ToFloat64 :: func(x interface{}) (float64, bool)
  2732. github.com/thoas/go-funk.PtrOf :: func(itf interface{}) interface{}
  2733. github.com/thoas/go-funk.IsFunction :: func(in interface{}, num ...int) bool
  2734. github.com/thoas/go-funk.IsPredicate :: func(in interface{}, inTypes ...reflect.Type) bool
  2735. github.com/thoas/go-funk.IsEqual :: func(expected interface{}, actual interface{}) bool
  2736. github.com/thoas/go-funk.IsType :: func(expected interface{}, actual interface{}) bool
  2737. github.com/thoas/go-funk.Equal :: func(expected interface{}, actual interface{}) bool
  2738. github.com/thoas/go-funk.NotEqual :: func(expected interface{}, actual interface{}) bool
  2739. github.com/thoas/go-funk.IsIteratee :: func(in interface{}) bool
  2740. github.com/thoas/go-funk.IsCollection :: func(in interface{}) bool
  2741. github.com/thoas/go-funk.SliceOf :: func(in interface{}) interface{}
  2742. github.com/thoas/go-funk.Any :: func(objs ...interface{}) bool
  2743. github.com/thoas/go-funk.All :: func(objs ...interface{}) bool
  2744. github.com/thoas/go-funk.IsEmpty :: func(obj interface{}) bool
  2745. github.com/thoas/go-funk.IsZero :: func(obj interface{}) bool
  2746. github.com/thoas/go-funk.NotEmpty :: func(obj interface{}) bool
  2747. github.com/thoas/go-funk.ZeroOf :: func(in interface{}) interface{}
  2748. github.com/thoas/go-funk.RandomInt :: func(min int, max int) int
  2749. github.com/thoas/go-funk.Shard :: func(str string, width int, depth int, restOnly bool) []string
  2750. github.com/thoas/go-funk.RandomString :: func(n int, allowedChars ...[]rune) string
  2751. github.com/thoas/go-funk.Intersect :: func(x interface{}, y interface{}) interface{}
  2752. github.com/thoas/go-funk.IntersectString :: func(x []string, y []string) []string
  2753. github.com/thoas/go-funk.Difference :: func(x interface{}, y interface{}) (interface{}, interface{})
  2754. github.com/thoas/go-funk.DifferenceString :: func(x []string, y []string) ([]string, []string)
  2755. github.com/thoas/go-funk.DifferenceInt64 :: func(x []int64, y []int64) ([]int64, []int64)
  2756. github.com/thoas/go-funk.DifferenceInt32 :: func(x []int32, y []int32) ([]int32, []int32)
  2757. github.com/thoas/go-funk.DifferenceInt :: func(x []int, y []int) ([]int, []int)
  2758. github.com/thoas/go-funk.DifferenceUInt :: func(x []uint, y []uint) ([]uint, []uint)
  2759. github.com/thoas/go-funk.DifferenceUInt32 :: func(x []uint32, y []uint32) ([]uint32, []uint32)
  2760. github.com/thoas/go-funk.DifferenceUInt64 :: func(x []uint64, y []uint64) ([]uint64, []uint64)
  2761. github.com/thoas/go-funk.Join :: func(larr interface{}, rarr interface{}, fnc github.com/thoas/go-funk.JoinFnc) interface{}
  2762. github.com/thoas/go-funk.InnerJoin :: func(lx reflect.Value, rx reflect.Value) reflect.Value
  2763. github.com/thoas/go-funk.OuterJoin :: func(lx reflect.Value, rx reflect.Value) reflect.Value
  2764. github.com/thoas/go-funk.LeftJoin :: func(lx reflect.Value, rx reflect.Value) reflect.Value
  2765. github.com/thoas/go-funk.RightJoin :: func(lx reflect.Value, rx reflect.Value) reflect.Value
  2766. github.com/thoas/go-funk.StringerJoin :: func(elems []interface{String() string}, sep string) string
  2767. github.com/thoas/go-funk.JoinInt :: func(larr []int, rarr []int, fnc github.com/thoas/go-funk.JoinIntFnc) []int
  2768. github.com/thoas/go-funk.InnerJoinInt :: func(lx []int, rx []int) []int
  2769. github.com/thoas/go-funk.OuterJoinInt :: func(lx []int, rx []int) []int
  2770. github.com/thoas/go-funk.LeftJoinInt :: func(lx []int, rx []int) []int
  2771. github.com/thoas/go-funk.RightJoinInt :: func(lx []int, rx []int) []int
  2772. github.com/thoas/go-funk.JoinInt32 :: func(larr []int32, rarr []int32, fnc github.com/thoas/go-funk.JoinInt32Fnc) []int32
  2773. github.com/thoas/go-funk.InnerJoinInt32 :: func(lx []int32, rx []int32) []int32
  2774. github.com/thoas/go-funk.OuterJoinInt32 :: func(lx []int32, rx []int32) []int32
  2775. github.com/thoas/go-funk.LeftJoinInt32 :: func(lx []int32, rx []int32) []int32
  2776. github.com/thoas/go-funk.RightJoinInt32 :: func(lx []int32, rx []int32) []int32
  2777. github.com/thoas/go-funk.JoinInt64 :: func(larr []int64, rarr []int64, fnc github.com/thoas/go-funk.JoinInt64Fnc) []int64
  2778. github.com/thoas/go-funk.InnerJoinInt64 :: func(lx []int64, rx []int64) []int64
  2779. github.com/thoas/go-funk.OuterJoinInt64 :: func(lx []int64, rx []int64) []int64
  2780. github.com/thoas/go-funk.LeftJoinInt64 :: func(lx []int64, rx []int64) []int64
  2781. github.com/thoas/go-funk.RightJoinInt64 :: func(lx []int64, rx []int64) []int64
  2782. github.com/thoas/go-funk.JoinString :: func(larr []string, rarr []string, fnc github.com/thoas/go-funk.JoinStringFnc) []string
  2783. github.com/thoas/go-funk.InnerJoinString :: func(lx []string, rx []string) []string
  2784. github.com/thoas/go-funk.OuterJoinString :: func(lx []string, rx []string) []string
  2785. github.com/thoas/go-funk.LeftJoinString :: func(lx []string, rx []string) []string
  2786. github.com/thoas/go-funk.RightJoinString :: func(lx []string, rx []string) []string
  2787. github.com/thoas/go-funk.JoinFloat32 :: func(larr []float32, rarr []float32, fnc github.com/thoas/go-funk.JoinFloat32Fnc) []float32
  2788. github.com/thoas/go-funk.InnerJoinFloat32 :: func(lx []float32, rx []float32) []float32
  2789. github.com/thoas/go-funk.OuterJoinFloat32 :: func(lx []float32, rx []float32) []float32
  2790. github.com/thoas/go-funk.LeftJoinFloat32 :: func(lx []float32, rx []float32) []float32
  2791. github.com/thoas/go-funk.RightJoinFloat32 :: func(lx []float32, rx []float32) []float32
  2792. github.com/thoas/go-funk.JoinFloat64 :: func(larr []float64, rarr []float64, fnc github.com/thoas/go-funk.JoinFloat64Fnc) []float64
  2793. github.com/thoas/go-funk.InnerJoinFloat64 :: func(lx []float64, rx []float64) []float64
  2794. github.com/thoas/go-funk.OuterJoinFloat64 :: func(lx []float64, rx []float64) []float64
  2795. github.com/thoas/go-funk.LeftJoinFloat64 :: func(lx []float64, rx []float64) []float64
  2796. github.com/thoas/go-funk.RightJoinFloat64 :: func(lx []float64, rx []float64) []float64
  2797. github.com/thoas/go-funk.Keys :: func(out interface{}) interface{}
  2798. github.com/thoas/go-funk.Values :: func(out interface{}) interface{}
  2799. github.com/thoas/go-funk.MaxInt :: func(i []int) int
  2800. github.com/thoas/go-funk.MaxInt8 :: func(i []int8) int8
  2801. github.com/thoas/go-funk.MaxInt16 :: func(i []int16) int16
  2802. github.com/thoas/go-funk.MaxInt32 :: func(i []int32) int32
  2803. github.com/thoas/go-funk.MaxInt64 :: func(i []int64) int64
  2804. github.com/thoas/go-funk.MaxFloat32 :: func(i []float32) float32
  2805. github.com/thoas/go-funk.MaxFloat64 :: func(i []float64) float64
  2806. github.com/thoas/go-funk.MaxString :: func(i []string) string
  2807. github.com/thoas/go-funk.MinInt :: func(i []int) int
  2808. github.com/thoas/go-funk.MinInt8 :: func(i []int8) int8
  2809. github.com/thoas/go-funk.MinInt16 :: func(i []int16) int16
  2810. github.com/thoas/go-funk.MinInt32 :: func(i []int32) int32
  2811. github.com/thoas/go-funk.MinInt64 :: func(i []int64) int64
  2812. github.com/thoas/go-funk.MinFloat32 :: func(i []float32) float32
  2813. github.com/thoas/go-funk.MinFloat64 :: func(i []float64) float64
  2814. github.com/thoas/go-funk.MinString :: func(i []string) string
  2815. github.com/thoas/go-funk.Sum :: func(arr interface{}) float64
  2816. github.com/thoas/go-funk.Product :: func(arr interface{}) float64
  2817. github.com/thoas/go-funk.WithAllowZero :: func() func(*github.com/thoas/go-funk.options)
  2818. github.com/thoas/go-funk.NextPermutation :: func(nums []int) error
  2819. github.com/thoas/go-funk.AnyPredicates :: func(value interface{}, predicates interface{}) bool
  2820. github.com/thoas/go-funk.AllPredicates :: func(value interface{}, predicates interface{}) bool
  2821. github.com/thoas/go-funk.Filter :: func(arr interface{}, predicate interface{}) interface{}
  2822. github.com/thoas/go-funk.Find :: func(arr interface{}, predicate interface{}) interface{}
  2823. github.com/thoas/go-funk.FindKey :: func(arr interface{}, predicate interface{}) (matchKey interface{}, matchEle interface{})
  2824. github.com/thoas/go-funk.IndexOf :: func(in interface{}, elem interface{}) int
  2825. github.com/thoas/go-funk.LastIndexOf :: func(in interface{}, elem interface{}) int
  2826. github.com/thoas/go-funk.Contains :: func(in interface{}, elem interface{}) bool
  2827. github.com/thoas/go-funk.Every :: func(in interface{}, elements ...interface{}) bool
  2828. github.com/thoas/go-funk.Some :: func(in interface{}, elements ...interface{}) bool
  2829. github.com/thoas/go-funk.Reduce :: func(arr interface{}, reduceFunc interface{}, acc interface{}) interface{}
  2830. github.com/thoas/go-funk.Get :: func(out interface{}, path string, opts ...github.com/thoas/go-funk.option) interface{}
  2831. github.com/thoas/go-funk.GetOrElse :: func(v interface{}, def interface{}) interface{}
  2832. github.com/thoas/go-funk.ForEach :: func(arr interface{}, predicate interface{})
  2833. github.com/thoas/go-funk.ForEachRight :: func(arr interface{}, predicate interface{})
  2834. github.com/thoas/go-funk.Head :: func(arr interface{}) interface{}
  2835. github.com/thoas/go-funk.Last :: func(arr interface{}) interface{}
  2836. github.com/thoas/go-funk.Initial :: func(arr interface{}) interface{}
  2837. github.com/thoas/go-funk.Tail :: func(arr interface{}) interface{}
  2838. github.com/thoas/go-funk.ShortIf :: func(condition bool, a interface{}, b interface{}) interface{}
  2839. github.com/thoas/go-funk.Subset :: func(x interface{}, y interface{}) bool
  2840. github.com/thoas/go-funk.Subtract :: func(x interface{}, y interface{}) interface{}
  2841. github.com/thoas/go-funk.SubtractString :: func(x []string, y []string) []string
  2842. github.com/thoas/go-funk.Chunk :: func(arr interface{}, size int) interface{}
  2843. github.com/thoas/go-funk.ToMap :: func(in interface{}, pivot string) interface{}
  2844. github.com/thoas/go-funk.ToSet :: func(in interface{}) interface{}
  2845. github.com/thoas/go-funk.Map :: func(arr interface{}, mapFunc interface{}) interface{}
  2846. github.com/thoas/go-funk.FlatMap :: func(arr interface{}, mapFunc interface{}) interface{}
  2847. github.com/thoas/go-funk.Flatten :: func(out interface{}) interface{}
  2848. github.com/thoas/go-funk.FlattenDeep :: func(out interface{}) interface{}
  2849. github.com/thoas/go-funk.Shuffle :: func(in interface{}) interface{}
  2850. github.com/thoas/go-funk.Reverse :: func(in interface{}) interface{}
  2851. github.com/thoas/go-funk.Uniq :: func(in interface{}) interface{}
  2852. github.com/thoas/go-funk.UniqBy :: func(in interface{}, mapFunc interface{}) interface{}
  2853. github.com/thoas/go-funk.ConvertSlice :: func(in interface{}, out interface{})
  2854. github.com/thoas/go-funk.Drop :: func(in interface{}, n int) interface{}
  2855. github.com/thoas/go-funk.Prune :: func(in interface{}, paths []string) (interface{}, error)
  2856. github.com/thoas/go-funk.PruneByTag :: func(in interface{}, paths []string, tag string) (interface{}, error)
  2857. github.com/thoas/go-funk.InBools :: func(s []bool, v bool) bool
  2858. github.com/thoas/go-funk.InInts :: func(s []int, v int) bool
  2859. github.com/thoas/go-funk.InInt32s :: func(s []int32, v int32) bool
  2860. github.com/thoas/go-funk.InInt64s :: func(s []int64, v int64) bool
  2861. github.com/thoas/go-funk.InUInts :: func(s []uint, v uint) bool
  2862. github.com/thoas/go-funk.InUInt32s :: func(s []uint32, v uint32) bool
  2863. github.com/thoas/go-funk.InUInt64s :: func(s []uint64, v uint64) bool
  2864. github.com/thoas/go-funk.InStrings :: func(s []string, v string) bool
  2865. github.com/thoas/go-funk.InFloat32s :: func(s []float32, v float32) bool
  2866. github.com/thoas/go-funk.InFloat64s :: func(s []float64, v float64) bool
  2867. github.com/thoas/go-funk.FindFloat64 :: func(s []float64, cb func(s float64) bool) (float64, bool)
  2868. github.com/thoas/go-funk.FindFloat32 :: func(s []float32, cb func(s float32) bool) (float32, bool)
  2869. github.com/thoas/go-funk.FindInt :: func(s []int, cb func(s int) bool) (int, bool)
  2870. github.com/thoas/go-funk.FindInt32 :: func(s []int32, cb func(s int32) bool) (int32, bool)
  2871. github.com/thoas/go-funk.FindInt64 :: func(s []int64, cb func(s int64) bool) (int64, bool)
  2872. github.com/thoas/go-funk.FindString :: func(s []string, cb func(s string) bool) (string, bool)
  2873. github.com/thoas/go-funk.FilterBool :: func(s []bool, cb func(s bool) bool) []bool
  2874. github.com/thoas/go-funk.FilterFloat64 :: func(s []float64, cb func(s float64) bool) []float64
  2875. github.com/thoas/go-funk.FilterFloat32 :: func(s []float32, cb func(s float32) bool) []float32
  2876. github.com/thoas/go-funk.FilterInt :: func(s []int, cb func(s int) bool) []int
  2877. github.com/thoas/go-funk.FilterInt32 :: func(s []int32, cb func(s int32) bool) []int32
  2878. github.com/thoas/go-funk.FilterInt64 :: func(s []int64, cb func(s int64) bool) []int64
  2879. github.com/thoas/go-funk.FilterUInt :: func(s []uint, cb func(s uint) bool) []uint
  2880. github.com/thoas/go-funk.FilterUInt32 :: func(s []uint32, cb func(s uint32) bool) []uint32
  2881. github.com/thoas/go-funk.FilterUInt64 :: func(s []uint64, cb func(s uint64) bool) []uint64
  2882. github.com/thoas/go-funk.FilterString :: func(s []string, cb func(s string) bool) []string
  2883. github.com/thoas/go-funk.ContainsBool :: func(s []bool, v bool) bool
  2884. github.com/thoas/go-funk.ContainsInt :: func(s []int, v int) bool
  2885. github.com/thoas/go-funk.ContainsInt32 :: func(s []int32, v int32) bool
  2886. github.com/thoas/go-funk.ContainsInt64 :: func(s []int64, v int64) bool
  2887. github.com/thoas/go-funk.ContainsUInt :: func(s []uint, v uint) bool
  2888. github.com/thoas/go-funk.ContainsUInt32 :: func(s []uint32, v uint32) bool
  2889. github.com/thoas/go-funk.ContainsUInt64 :: func(s []uint64, v uint64) bool
  2890. github.com/thoas/go-funk.ContainsString :: func(s []string, v string) bool
  2891. github.com/thoas/go-funk.ContainsFloat32 :: func(s []float32, v float32) bool
  2892. github.com/thoas/go-funk.ContainsFloat64 :: func(s []float64, v float64) bool
  2893. github.com/thoas/go-funk.SumInt32 :: func(s []int32) (sum int32)
  2894. github.com/thoas/go-funk.SumInt64 :: func(s []int64) (sum int64)
  2895. github.com/thoas/go-funk.SumInt :: func(s []int) (sum int)
  2896. github.com/thoas/go-funk.SumUInt32 :: func(s []uint32) (sum uint32)
  2897. github.com/thoas/go-funk.SumUInt64 :: func(s []uint64) (sum uint64)
  2898. github.com/thoas/go-funk.SumUInt :: func(s []uint) (sum uint)
  2899. github.com/thoas/go-funk.SumFloat64 :: func(s []float64) (sum float64)
  2900. github.com/thoas/go-funk.SumFloat32 :: func(s []float32) (sum float32)
  2901. github.com/thoas/go-funk.ReverseBools :: func(s []bool) []bool
  2902. github.com/thoas/go-funk.ReverseStrings :: func(s []string) []string
  2903. github.com/thoas/go-funk.ReverseInt :: func(s []int) []int
  2904. github.com/thoas/go-funk.ReverseInt32 :: func(s []int32) []int32
  2905. github.com/thoas/go-funk.ReverseInt64 :: func(s []int64) []int64
  2906. github.com/thoas/go-funk.ReverseUInt :: func(s []uint) []uint
  2907. github.com/thoas/go-funk.ReverseUInt32 :: func(s []uint32) []uint32
  2908. github.com/thoas/go-funk.ReverseUInt64 :: func(s []uint64) []uint64
  2909. github.com/thoas/go-funk.ReverseFloat64 :: func(s []float64) []float64
  2910. github.com/thoas/go-funk.ReverseFloat32 :: func(s []float32) []float32
  2911. github.com/thoas/go-funk.ReverseString :: func(s string) string
  2912. github.com/thoas/go-funk.IndexOfBool :: func(a []bool, x bool) int
  2913. github.com/thoas/go-funk.IndexOfInt :: func(a []int, x int) int
  2914. github.com/thoas/go-funk.IndexOfInt32 :: func(a []int32, x int32) int
  2915. github.com/thoas/go-funk.IndexOfInt64 :: func(a []int64, x int64) int
  2916. github.com/thoas/go-funk.IndexOfUInt :: func(a []uint, x uint) int
  2917. github.com/thoas/go-funk.IndexOfUInt32 :: func(a []uint32, x uint32) int
  2918. github.com/thoas/go-funk.IndexOfUInt64 :: func(a []uint64, x uint64) int
  2919. github.com/thoas/go-funk.IndexOfFloat64 :: func(a []float64, x float64) int
  2920. github.com/thoas/go-funk.IndexOfString :: func(a []string, x string) int
  2921. github.com/thoas/go-funk.LastIndexOfBool :: func(a []bool, x bool) int
  2922. github.com/thoas/go-funk.LastIndexOfInt :: func(a []int, x int) int
  2923. github.com/thoas/go-funk.LastIndexOfInt32 :: func(a []int32, x int32) int
  2924. github.com/thoas/go-funk.LastIndexOfInt64 :: func(a []int64, x int64) int
  2925. github.com/thoas/go-funk.LastIndexOfUInt :: func(a []uint, x uint) int
  2926. github.com/thoas/go-funk.LastIndexOfUInt32 :: func(a []uint32, x uint32) int
  2927. github.com/thoas/go-funk.LastIndexOfUInt64 :: func(a []uint64, x uint64) int
  2928. github.com/thoas/go-funk.LastIndexOfFloat64 :: func(a []float64, x float64) int
  2929. github.com/thoas/go-funk.LastIndexOfFloat32 :: func(a []float32, x float32) int
  2930. github.com/thoas/go-funk.LastIndexOfString :: func(a []string, x string) int
  2931. github.com/thoas/go-funk.UniqBool :: func(a []bool) []bool
  2932. github.com/thoas/go-funk.UniqInt32 :: func(a []int32) []int32
  2933. github.com/thoas/go-funk.UniqInt64 :: func(a []int64) []int64
  2934. github.com/thoas/go-funk.UniqInt :: func(a []int) []int
  2935. github.com/thoas/go-funk.UniqUInt32 :: func(a []uint32) []uint32
  2936. github.com/thoas/go-funk.UniqUInt64 :: func(a []uint64) []uint64
  2937. github.com/thoas/go-funk.UniqUInt :: func(a []uint) []uint
  2938. github.com/thoas/go-funk.UniqString :: func(a []string) []string
  2939. github.com/thoas/go-funk.UniqFloat64 :: func(a []float64) []float64
  2940. github.com/thoas/go-funk.UniqFloat32 :: func(a []float32) []float32
  2941. github.com/thoas/go-funk.ShuffleBool :: func(a []bool) []bool
  2942. github.com/thoas/go-funk.ShuffleInt :: func(a []int) []int
  2943. github.com/thoas/go-funk.ShuffleInt32 :: func(a []int32) []int32
  2944. github.com/thoas/go-funk.ShuffleInt64 :: func(a []int64) []int64
  2945. github.com/thoas/go-funk.ShuffleUInt :: func(a []uint) []uint
  2946. github.com/thoas/go-funk.ShuffleUInt32 :: func(a []uint32) []uint32
  2947. github.com/thoas/go-funk.ShuffleUInt64 :: func(a []uint64) []uint64
  2948. github.com/thoas/go-funk.ShuffleString :: func(a []string) []string
  2949. github.com/thoas/go-funk.ShuffleFloat32 :: func(a []float32) []float32
  2950. github.com/thoas/go-funk.ShuffleFloat64 :: func(a []float64) []float64
  2951. github.com/thoas/go-funk.DropBool :: func(s []bool, n int) []bool
  2952. github.com/thoas/go-funk.DropString :: func(s []string, n int) []string
  2953. github.com/thoas/go-funk.DropInt :: func(s []int, n int) []int
  2954. github.com/thoas/go-funk.DropInt32 :: func(s []int32, n int) []int32
  2955. github.com/thoas/go-funk.DropInt64 :: func(s []int64, n int) []int64
  2956. github.com/thoas/go-funk.DropUInt :: func(s []uint, n uint) []uint
  2957. github.com/thoas/go-funk.DropUInt32 :: func(s []uint32, n int) []uint32
  2958. github.com/thoas/go-funk.DropUInt64 :: func(s []uint64, n int) []uint64
  2959. github.com/thoas/go-funk.DropFloat32 :: func(s []float32, n int) []float32
  2960. github.com/thoas/go-funk.DropFloat64 :: func(s []float64, n int) []float64
  2961. github.com/thoas/go-funk.ChunkStrings :: func(arr []string, size int) [][]string
  2962. github.com/thoas/go-funk.ChunkInts :: func(arr []int, size int) [][]int
  2963. github.com/thoas/go-funk.ChunkInt32s :: func(arr []int32, size int) [][]int32
  2964. github.com/thoas/go-funk.ChunkInt64s :: func(arr []int64, size int) [][]int64
  2965. github.com/thoas/go-funk.ChunkUInts :: func(arr []uint, size int) [][]uint
  2966. github.com/thoas/go-funk.ChunkUInt32s :: func(arr []uint32, size int) [][]uint32
  2967. github.com/thoas/go-funk.ChunkUInt64s :: func(arr []uint64, size int) [][]uint64
  2968. github.com/thoas/go-funk.ChunkFloat64s :: func(arr []float64, size int) [][]float64
  2969. github.com/thoas/go-funk.Union :: func(collections ...interface{}) interface{}
  2970. github.com/thoas/go-funk.UnionStringMap :: func(x ...map[string]string) map[string]string
  2971. github.com/thoas/go-funk.Without :: func(in interface{}, values ...interface{}) interface{}
  2972. github.com/thoas/go-funk.Zip :: func(slice1 interface{}, slice2 interface{}) []github.com/thoas/go-funk.Tuple
  2973. github.com/dominikbraun/graph.TopologicalSort :: func[K comparable, T any](g github.com/dominikbraun/graph.Graph[K, T]) ([]K, error)
  2974. github.com/dominikbraun/graph.StableTopologicalSort :: func[K comparable, T any](g github.com/dominikbraun/graph.Graph[K, T], less func(K, K) bool) ([]K, error)
  2975. github.com/dominikbraun/graph.TransitiveReduction :: func[K comparable, T any](g github.com/dominikbraun/graph.Graph[K, T]) (github.com/dominikbraun/graph.Graph[K, T], error)
  2976. github.com/dominikbraun/graph.New :: func[K comparable, T any](hash github.com/dominikbraun/graph.Hash[K, T], options ...func(*github.com/dominikbraun/graph.Traits)) github.com/dominikbraun/graph.Graph[K, T]
  2977. github.com/dominikbraun/graph.NewWithStore :: func[K comparable, T any](hash github.com/dominikbraun/graph.Hash[K, T], store github.com/dominikbraun/graph.Store[K, T], options ...func(*github.com/dominikbraun/graph.Traits)) github.com/dominikbraun/graph.Graph[K, T]
  2978. github.com/dominikbraun/graph.NewLike :: func[K comparable, T any](g github.com/dominikbraun/graph.Graph[K, T]) github.com/dominikbraun/graph.Graph[K, T]
  2979. github.com/dominikbraun/graph.StringHash :: func(v string) string
  2980. github.com/dominikbraun/graph.IntHash :: func(v int) int
  2981. github.com/dominikbraun/graph.EdgeWeight :: func(weight int) func(*github.com/dominikbraun/graph.EdgeProperties)
  2982. github.com/dominikbraun/graph.EdgeAttribute :: func(key string, value string) func(*github.com/dominikbraun/graph.EdgeProperties)
  2983. github.com/dominikbraun/graph.EdgeAttributes :: func(attributes map[string]string) func(*github.com/dominikbraun/graph.EdgeProperties)
  2984. github.com/dominikbraun/graph.EdgeData :: func(data any) func(*github.com/dominikbraun/graph.EdgeProperties)
  2985. github.com/dominikbraun/graph.VertexWeight :: func(weight int) func(*github.com/dominikbraun/graph.VertexProperties)
  2986. github.com/dominikbraun/graph.VertexAttribute :: func(key string, value string) func(*github.com/dominikbraun/graph.VertexProperties)
  2987. github.com/dominikbraun/graph.VertexAttributes :: func(attributes map[string]string) func(*github.com/dominikbraun/graph.VertexProperties)
  2988. github.com/dominikbraun/graph.CreatesCycle :: func[K comparable, T any](g github.com/dominikbraun/graph.Graph[K, T], source K, target K) (bool, error)
  2989. github.com/dominikbraun/graph.ShortestPath :: func[K comparable, T any](g github.com/dominikbraun/graph.Graph[K, T], source K, target K) ([]K, error)
  2990. github.com/dominikbraun/graph.StronglyConnectedComponents :: func[K comparable, T any](g github.com/dominikbraun/graph.Graph[K, T]) ([][]K, error)
  2991. github.com/dominikbraun/graph.AllPathsBetween :: func[K comparable, T any](g github.com/dominikbraun/graph.Graph[K, T], start K, end K) ([][]K, error)
  2992. github.com/dominikbraun/graph.Union :: func[K comparable, T any](g github.com/dominikbraun/graph.Graph[K, T], h github.com/dominikbraun/graph.Graph[K, T]) (github.com/dominikbraun/graph.Graph[K, T], error)
  2993. github.com/dominikbraun/graph.Directed :: func() func(*github.com/dominikbraun/graph.Traits)
  2994. github.com/dominikbraun/graph.Acyclic :: func() func(*github.com/dominikbraun/graph.Traits)
  2995. github.com/dominikbraun/graph.Weighted :: func() func(*github.com/dominikbraun/graph.Traits)
  2996. github.com/dominikbraun/graph.Rooted :: func() func(*github.com/dominikbraun/graph.Traits)
  2997. github.com/dominikbraun/graph.Tree :: func() func(*github.com/dominikbraun/graph.Traits)
  2998. github.com/dominikbraun/graph.PreventCycles :: func() func(*github.com/dominikbraun/graph.Traits)
  2999. github.com/dominikbraun/graph.DFS :: func[K comparable, T any](g github.com/dominikbraun/graph.Graph[K, T], start K, visit func(K) bool) error
  3000. github.com/dominikbraun/graph.BFS :: func[K comparable, T any](g github.com/dominikbraun/graph.Graph[K, T], start K, visit func(K) bool) error
  3001. github.com/dominikbraun/graph.BFSWithDepth :: func[K comparable, T any](g github.com/dominikbraun/graph.Graph[K, T], start K, visit func(K, int) bool) error
  3002. github.com/dominikbraun/graph.MinimumSpanningTree :: func[K comparable, T any](g github.com/dominikbraun/graph.Graph[K, T]) (github.com/dominikbraun/graph.Graph[K, T], error)
  3003. github.com/dominikbraun/graph.MaximumSpanningTree :: func[K comparable, T any](g github.com/dominikbraun/graph.Graph[K, T]) (github.com/dominikbraun/graph.Graph[K, T], error)
  3004. github.com/jinzhu/now.With :: func(t time.Time) *github.com/jinzhu/now.Now
  3005. github.com/jinzhu/now.New :: func(t time.Time) *github.com/jinzhu/now.Now
  3006. github.com/jinzhu/now.BeginningOfMinute :: func() time.Time
  3007. github.com/jinzhu/now.BeginningOfHour :: func() time.Time
  3008. github.com/jinzhu/now.BeginningOfDay :: func() time.Time
  3009. github.com/jinzhu/now.BeginningOfWeek :: func() time.Time
  3010. github.com/jinzhu/now.BeginningOfMonth :: func() time.Time
  3011. github.com/jinzhu/now.BeginningOfQuarter :: func() time.Time
  3012. github.com/jinzhu/now.BeginningOfYear :: func() time.Time
  3013. github.com/jinzhu/now.EndOfMinute :: func() time.Time
  3014. github.com/jinzhu/now.EndOfHour :: func() time.Time
  3015. github.com/jinzhu/now.EndOfDay :: func() time.Time
  3016. github.com/jinzhu/now.EndOfWeek :: func() time.Time
  3017. github.com/jinzhu/now.EndOfMonth :: func() time.Time
  3018. github.com/jinzhu/now.EndOfQuarter :: func() time.Time
  3019. github.com/jinzhu/now.EndOfYear :: func() time.Time
  3020. github.com/jinzhu/now.Monday :: func(strs ...string) time.Time
  3021. github.com/jinzhu/now.Sunday :: func(strs ...string) time.Time
  3022. github.com/jinzhu/now.EndOfSunday :: func() time.Time
  3023. github.com/jinzhu/now.Quarter :: func() uint
  3024. github.com/jinzhu/now.Parse :: func(strs ...string) (time.Time, error)
  3025. github.com/jinzhu/now.ParseInLocation :: func(loc *time.Location, strs ...string) (time.Time, error)
  3026. github.com/jinzhu/now.MustParse :: func(strs ...string) time.Time
  3027. github.com/jinzhu/now.MustParseInLocation :: func(loc *time.Location, strs ...string) time.Time
  3028. github.com/jinzhu/now.Between :: func(time1 string, time2 string) bool
  3029. github.com/sourcegraph/conc.NewWaitGroup :: func() *github.com/sourcegraph/conc.WaitGroup
  3030. github.com/go-resty/resty/v2.NoRedirectPolicy :: func() github.com/go-resty/resty/v2.RedirectPolicy
  3031. github.com/go-resty/resty/v2.FlexibleRedirectPolicy :: func(noOfRedirect int) github.com/go-resty/resty/v2.RedirectPolicy
  3032. github.com/go-resty/resty/v2.DomainCheckRedirectPolicy :: func(hostnames ...string) github.com/go-resty/resty/v2.RedirectPolicy
  3033. github.com/go-resty/resty/v2.New :: func() *github.com/go-resty/resty/v2.Client
  3034. github.com/go-resty/resty/v2.NewWithClient :: func(hc *net/http.Client) *github.com/go-resty/resty/v2.Client
  3035. github.com/go-resty/resty/v2.NewWithLocalAddr :: func(localAddr net.Addr) *github.com/go-resty/resty/v2.Client
  3036. github.com/go-resty/resty/v2.Retries :: func(value int) github.com/go-resty/resty/v2.Option
  3037. github.com/go-resty/resty/v2.WaitTime :: func(value time.Duration) github.com/go-resty/resty/v2.Option
  3038. github.com/go-resty/resty/v2.MaxWaitTime :: func(value time.Duration) github.com/go-resty/resty/v2.Option
  3039. github.com/go-resty/resty/v2.RetryConditions :: func(conditions []github.com/go-resty/resty/v2.RetryConditionFunc) github.com/go-resty/resty/v2.Option
  3040. github.com/go-resty/resty/v2.RetryHooks :: func(hooks []github.com/go-resty/resty/v2.OnRetryFunc) github.com/go-resty/resty/v2.Option
  3041. github.com/go-resty/resty/v2.ResetMultipartReaders :: func(value bool) github.com/go-resty/resty/v2.Option
  3042. github.com/go-resty/resty/v2.Backoff :: func(operation func() (*github.com/go-resty/resty/v2.Response, error), options ...github.com/go-resty/resty/v2.Option) error
  3043. github.com/go-resty/resty/v2.IsStringEmpty :: func(str string) bool
  3044. github.com/go-resty/resty/v2.DetectContentType :: func(body interface{}) string
  3045. github.com/go-resty/resty/v2.IsJSONType :: func(ct string) bool
  3046. github.com/go-resty/resty/v2.IsXMLType :: func(ct string) bool
  3047. github.com/go-resty/resty/v2.Unmarshalc :: func(c *github.com/go-resty/resty/v2.Client, ct string, b []byte, d interface{}) (err error)
  3048. gorm.io/gorm.Open :: func(dialector gorm.io/gorm.Dialector, opts ...gorm.io/gorm.Option) (db *gorm.io/gorm.DB, err error)
  3049. gorm.io/gorm.Expr :: func(expr string, args ...interface{}) gorm.io/gorm/clause.Expr
  3050. gorm.io/gorm.NewPreparedStmtDB :: func(connPool gorm.io/gorm.ConnPool) *gorm.io/gorm.PreparedStmtDB
  3051. gorm.io/gorm.Scan :: func(rows gorm.io/gorm.Rows, db *gorm.io/gorm.DB, mode gorm.io/gorm.ScanMode)
  3052. xorm.io/xorm.NewEngine :: func(driverName string, dataSourceName string, driverOptions ...func(db *database/sql.DB) error) (*xorm.io/xorm.Engine, error)
  3053. xorm.io/xorm.NewEngineWithParams :: func(driverName string, dataSourceName string, params map[string]string) (*xorm.io/xorm.Engine, error)
  3054. xorm.io/xorm.NewEngineWithDB :: func(driverName string, dataSourceName string, db *xorm.io/xorm/core.DB) (*xorm.io/xorm.Engine, error)
  3055. xorm.io/xorm.NewEngineWithDialectAndDB :: func(driverName string, dataSourceName string, dialect xorm.io/xorm/dialects.Dialect, db *xorm.io/xorm/core.DB) (*xorm.io/xorm.Engine, error)
  3056. xorm.io/xorm.NewEngineGroup :: func(args1 interface{}, args2 interface{}, policies ...xorm.io/xorm.GroupPolicy) (*xorm.io/xorm.EngineGroup, error)
  3057. xorm.io/xorm.RandomPolicy :: func() xorm.io/xorm.GroupPolicyHandler
  3058. xorm.io/xorm.WeightRandomPolicy :: func(weights []int) xorm.io/xorm.GroupPolicyHandler
  3059. xorm.io/xorm.RoundRobinPolicy :: func() xorm.io/xorm.GroupPolicyHandler
  3060. xorm.io/xorm.WeightRoundRobinPolicy :: func(weights []int) xorm.io/xorm.GroupPolicyHandler
  3061. xorm.io/xorm.LeastConnPolicy :: func() xorm.io/xorm.GroupPolicyHandler
  3062. xorm.io/xorm.SetDefaultJSONHandler :: func(jsonHandler xorm.io/xorm/internal/json.Interface)
  3063. xorm.io/xorm.ParseColumnsSchema :: func(fieldNames []string, types []*database/sql.ColumnType, table *xorm.io/xorm/schemas.Table) *xorm.io/xorm.ColumnsSchema
  3064. github.com/stretchr/testify/assert.Greater :: func(t github.com/stretchr/testify/assert.TestingT, e1 interface{}, e2 interface{}, msgAndArgs ...interface{}) bool
  3065. github.com/stretchr/testify/assert.GreaterOrEqual :: func(t github.com/stretchr/testify/assert.TestingT, e1 interface{}, e2 interface{}, msgAndArgs ...interface{}) bool
  3066. github.com/stretchr/testify/assert.Less :: func(t github.com/stretchr/testify/assert.TestingT, e1 interface{}, e2 interface{}, msgAndArgs ...interface{}) bool
  3067. github.com/stretchr/testify/assert.LessOrEqual :: func(t github.com/stretchr/testify/assert.TestingT, e1 interface{}, e2 interface{}, msgAndArgs ...interface{}) bool
  3068. github.com/stretchr/testify/assert.Positive :: func(t github.com/stretchr/testify/assert.TestingT, e interface{}, msgAndArgs ...interface{}) bool
  3069. github.com/stretchr/testify/assert.Negative :: func(t github.com/stretchr/testify/assert.TestingT, e interface{}, msgAndArgs ...interface{}) bool
  3070. github.com/stretchr/testify/assert.Conditionf :: func(t github.com/stretchr/testify/assert.TestingT, comp github.com/stretchr/testify/assert.Comparison, msg string, args ...interface{}) bool
  3071. github.com/stretchr/testify/assert.Containsf :: func(t github.com/stretchr/testify/assert.TestingT, s interface{}, contains interface{}, msg string, args ...interface{}) bool
  3072. github.com/stretchr/testify/assert.DirExistsf :: func(t github.com/stretchr/testify/assert.TestingT, path string, msg string, args ...interface{}) bool
  3073. github.com/stretchr/testify/assert.ElementsMatchf :: func(t github.com/stretchr/testify/assert.TestingT, listA interface{}, listB interface{}, msg string, args ...interface{}) bool
  3074. github.com/stretchr/testify/assert.Emptyf :: func(t github.com/stretchr/testify/assert.TestingT, object interface{}, msg string, args ...interface{}) bool
  3075. github.com/stretchr/testify/assert.Equalf :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, msg string, args ...interface{}) bool
  3076. github.com/stretchr/testify/assert.EqualErrorf :: func(t github.com/stretchr/testify/assert.TestingT, theError error, errString string, msg string, args ...interface{}) bool
  3077. github.com/stretchr/testify/assert.EqualExportedValuesf :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, msg string, args ...interface{}) bool
  3078. github.com/stretchr/testify/assert.EqualValuesf :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, msg string, args ...interface{}) bool
  3079. github.com/stretchr/testify/assert.Errorf :: func(t github.com/stretchr/testify/assert.TestingT, err error, msg string, args ...interface{}) bool
  3080. github.com/stretchr/testify/assert.ErrorAsf :: func(t github.com/stretchr/testify/assert.TestingT, err error, target interface{}, msg string, args ...interface{}) bool
  3081. github.com/stretchr/testify/assert.ErrorContainsf :: func(t github.com/stretchr/testify/assert.TestingT, theError error, contains string, msg string, args ...interface{}) bool
  3082. github.com/stretchr/testify/assert.ErrorIsf :: func(t github.com/stretchr/testify/assert.TestingT, err error, target error, msg string, args ...interface{}) bool
  3083. github.com/stretchr/testify/assert.Eventuallyf :: func(t github.com/stretchr/testify/assert.TestingT, condition func() bool, waitFor time.Duration, tick time.Duration, msg string, args ...interface{}) bool
  3084. github.com/stretchr/testify/assert.EventuallyWithTf :: func(t github.com/stretchr/testify/assert.TestingT, condition func(collect *github.com/stretchr/testify/assert.CollectT), waitFor time.Duration, tick time.Duration, msg string, args ...interface{}) bool
  3085. github.com/stretchr/testify/assert.Exactlyf :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, msg string, args ...interface{}) bool
  3086. github.com/stretchr/testify/assert.Failf :: func(t github.com/stretchr/testify/assert.TestingT, failureMessage string, msg string, args ...interface{}) bool
  3087. github.com/stretchr/testify/assert.FailNowf :: func(t github.com/stretchr/testify/assert.TestingT, failureMessage string, msg string, args ...interface{}) bool
  3088. github.com/stretchr/testify/assert.Falsef :: func(t github.com/stretchr/testify/assert.TestingT, value bool, msg string, args ...interface{}) bool
  3089. github.com/stretchr/testify/assert.FileExistsf :: func(t github.com/stretchr/testify/assert.TestingT, path string, msg string, args ...interface{}) bool
  3090. github.com/stretchr/testify/assert.Greaterf :: func(t github.com/stretchr/testify/assert.TestingT, e1 interface{}, e2 interface{}, msg string, args ...interface{}) bool
  3091. github.com/stretchr/testify/assert.GreaterOrEqualf :: func(t github.com/stretchr/testify/assert.TestingT, e1 interface{}, e2 interface{}, msg string, args ...interface{}) bool
  3092. github.com/stretchr/testify/assert.HTTPBodyContainsf :: func(t github.com/stretchr/testify/assert.TestingT, handler net/http.HandlerFunc, method string, url string, values net/url.Values, str interface{}, msg string, args ...interface{}) bool
  3093. github.com/stretchr/testify/assert.HTTPBodyNotContainsf :: func(t github.com/stretchr/testify/assert.TestingT, handler net/http.HandlerFunc, method string, url string, values net/url.Values, str interface{}, msg string, args ...interface{}) bool
  3094. github.com/stretchr/testify/assert.HTTPErrorf :: func(t github.com/stretchr/testify/assert.TestingT, handler net/http.HandlerFunc, method string, url string, values net/url.Values, msg string, args ...interface{}) bool
  3095. github.com/stretchr/testify/assert.HTTPRedirectf :: func(t github.com/stretchr/testify/assert.TestingT, handler net/http.HandlerFunc, method string, url string, values net/url.Values, msg string, args ...interface{}) bool
  3096. github.com/stretchr/testify/assert.HTTPStatusCodef :: func(t github.com/stretchr/testify/assert.TestingT, handler net/http.HandlerFunc, method string, url string, values net/url.Values, statuscode int, msg string, args ...interface{}) bool
  3097. github.com/stretchr/testify/assert.HTTPSuccessf :: func(t github.com/stretchr/testify/assert.TestingT, handler net/http.HandlerFunc, method string, url string, values net/url.Values, msg string, args ...interface{}) bool
  3098. github.com/stretchr/testify/assert.Implementsf :: func(t github.com/stretchr/testify/assert.TestingT, interfaceObject interface{}, object interface{}, msg string, args ...interface{}) bool
  3099. github.com/stretchr/testify/assert.InDeltaf :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, delta float64, msg string, args ...interface{}) bool
  3100. github.com/stretchr/testify/assert.InDeltaMapValuesf :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, delta float64, msg string, args ...interface{}) bool
  3101. github.com/stretchr/testify/assert.InDeltaSlicef :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, delta float64, msg string, args ...interface{}) bool
  3102. github.com/stretchr/testify/assert.InEpsilonf :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, epsilon float64, msg string, args ...interface{}) bool
  3103. github.com/stretchr/testify/assert.InEpsilonSlicef :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, epsilon float64, msg string, args ...interface{}) bool
  3104. github.com/stretchr/testify/assert.IsDecreasingf :: func(t github.com/stretchr/testify/assert.TestingT, object interface{}, msg string, args ...interface{}) bool
  3105. github.com/stretchr/testify/assert.IsIncreasingf :: func(t github.com/stretchr/testify/assert.TestingT, object interface{}, msg string, args ...interface{}) bool
  3106. github.com/stretchr/testify/assert.IsNonDecreasingf :: func(t github.com/stretchr/testify/assert.TestingT, object interface{}, msg string, args ...interface{}) bool
  3107. github.com/stretchr/testify/assert.IsNonIncreasingf :: func(t github.com/stretchr/testify/assert.TestingT, object interface{}, msg string, args ...interface{}) bool
  3108. github.com/stretchr/testify/assert.IsTypef :: func(t github.com/stretchr/testify/assert.TestingT, expectedType interface{}, object interface{}, msg string, args ...interface{}) bool
  3109. github.com/stretchr/testify/assert.JSONEqf :: func(t github.com/stretchr/testify/assert.TestingT, expected string, actual string, msg string, args ...interface{}) bool
  3110. github.com/stretchr/testify/assert.Lenf :: func(t github.com/stretchr/testify/assert.TestingT, object interface{}, length int, msg string, args ...interface{}) bool
  3111. github.com/stretchr/testify/assert.Lessf :: func(t github.com/stretchr/testify/assert.TestingT, e1 interface{}, e2 interface{}, msg string, args ...interface{}) bool
  3112. github.com/stretchr/testify/assert.LessOrEqualf :: func(t github.com/stretchr/testify/assert.TestingT, e1 interface{}, e2 interface{}, msg string, args ...interface{}) bool
  3113. github.com/stretchr/testify/assert.Negativef :: func(t github.com/stretchr/testify/assert.TestingT, e interface{}, msg string, args ...interface{}) bool
  3114. github.com/stretchr/testify/assert.Neverf :: func(t github.com/stretchr/testify/assert.TestingT, condition func() bool, waitFor time.Duration, tick time.Duration, msg string, args ...interface{}) bool
  3115. github.com/stretchr/testify/assert.Nilf :: func(t github.com/stretchr/testify/assert.TestingT, object interface{}, msg string, args ...interface{}) bool
  3116. github.com/stretchr/testify/assert.NoDirExistsf :: func(t github.com/stretchr/testify/assert.TestingT, path string, msg string, args ...interface{}) bool
  3117. github.com/stretchr/testify/assert.NoErrorf :: func(t github.com/stretchr/testify/assert.TestingT, err error, msg string, args ...interface{}) bool
  3118. github.com/stretchr/testify/assert.NoFileExistsf :: func(t github.com/stretchr/testify/assert.TestingT, path string, msg string, args ...interface{}) bool
  3119. github.com/stretchr/testify/assert.NotContainsf :: func(t github.com/stretchr/testify/assert.TestingT, s interface{}, contains interface{}, msg string, args ...interface{}) bool
  3120. github.com/stretchr/testify/assert.NotEmptyf :: func(t github.com/stretchr/testify/assert.TestingT, object interface{}, msg string, args ...interface{}) bool
  3121. github.com/stretchr/testify/assert.NotEqualf :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, msg string, args ...interface{}) bool
  3122. github.com/stretchr/testify/assert.NotEqualValuesf :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, msg string, args ...interface{}) bool
  3123. github.com/stretchr/testify/assert.NotErrorIsf :: func(t github.com/stretchr/testify/assert.TestingT, err error, target error, msg string, args ...interface{}) bool
  3124. github.com/stretchr/testify/assert.NotImplementsf :: func(t github.com/stretchr/testify/assert.TestingT, interfaceObject interface{}, object interface{}, msg string, args ...interface{}) bool
  3125. github.com/stretchr/testify/assert.NotNilf :: func(t github.com/stretchr/testify/assert.TestingT, object interface{}, msg string, args ...interface{}) bool
  3126. github.com/stretchr/testify/assert.NotPanicsf :: func(t github.com/stretchr/testify/assert.TestingT, f github.com/stretchr/testify/assert.PanicTestFunc, msg string, args ...interface{}) bool
  3127. github.com/stretchr/testify/assert.NotRegexpf :: func(t github.com/stretchr/testify/assert.TestingT, rx interface{}, str interface{}, msg string, args ...interface{}) bool
  3128. github.com/stretchr/testify/assert.NotSamef :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, msg string, args ...interface{}) bool
  3129. github.com/stretchr/testify/assert.NotSubsetf :: func(t github.com/stretchr/testify/assert.TestingT, list interface{}, subset interface{}, msg string, args ...interface{}) bool
  3130. github.com/stretchr/testify/assert.NotZerof :: func(t github.com/stretchr/testify/assert.TestingT, i interface{}, msg string, args ...interface{}) bool
  3131. github.com/stretchr/testify/assert.Panicsf :: func(t github.com/stretchr/testify/assert.TestingT, f github.com/stretchr/testify/assert.PanicTestFunc, msg string, args ...interface{}) bool
  3132. github.com/stretchr/testify/assert.PanicsWithErrorf :: func(t github.com/stretchr/testify/assert.TestingT, errString string, f github.com/stretchr/testify/assert.PanicTestFunc, msg string, args ...interface{}) bool
  3133. github.com/stretchr/testify/assert.PanicsWithValuef :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, f github.com/stretchr/testify/assert.PanicTestFunc, msg string, args ...interface{}) bool
  3134. github.com/stretchr/testify/assert.Positivef :: func(t github.com/stretchr/testify/assert.TestingT, e interface{}, msg string, args ...interface{}) bool
  3135. github.com/stretchr/testify/assert.Regexpf :: func(t github.com/stretchr/testify/assert.TestingT, rx interface{}, str interface{}, msg string, args ...interface{}) bool
  3136. github.com/stretchr/testify/assert.Samef :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, msg string, args ...interface{}) bool
  3137. github.com/stretchr/testify/assert.Subsetf :: func(t github.com/stretchr/testify/assert.TestingT, list interface{}, subset interface{}, msg string, args ...interface{}) bool
  3138. github.com/stretchr/testify/assert.Truef :: func(t github.com/stretchr/testify/assert.TestingT, value bool, msg string, args ...interface{}) bool
  3139. github.com/stretchr/testify/assert.WithinDurationf :: func(t github.com/stretchr/testify/assert.TestingT, expected time.Time, actual time.Time, delta time.Duration, msg string, args ...interface{}) bool
  3140. github.com/stretchr/testify/assert.WithinRangef :: func(t github.com/stretchr/testify/assert.TestingT, actual time.Time, start time.Time, end time.Time, msg string, args ...interface{}) bool
  3141. github.com/stretchr/testify/assert.YAMLEqf :: func(t github.com/stretchr/testify/assert.TestingT, expected string, actual string, msg string, args ...interface{}) bool
  3142. github.com/stretchr/testify/assert.Zerof :: func(t github.com/stretchr/testify/assert.TestingT, i interface{}, msg string, args ...interface{}) bool
  3143. github.com/stretchr/testify/assert.IsIncreasing :: func(t github.com/stretchr/testify/assert.TestingT, object interface{}, msgAndArgs ...interface{}) bool
  3144. github.com/stretchr/testify/assert.IsNonIncreasing :: func(t github.com/stretchr/testify/assert.TestingT, object interface{}, msgAndArgs ...interface{}) bool
  3145. github.com/stretchr/testify/assert.IsDecreasing :: func(t github.com/stretchr/testify/assert.TestingT, object interface{}, msgAndArgs ...interface{}) bool
  3146. github.com/stretchr/testify/assert.IsNonDecreasing :: func(t github.com/stretchr/testify/assert.TestingT, object interface{}, msgAndArgs ...interface{}) bool
  3147. github.com/stretchr/testify/assert.ObjectsAreEqual :: func(expected interface{}, actual interface{}) bool
  3148. github.com/stretchr/testify/assert.ObjectsExportedFieldsAreEqual :: func(expected interface{}, actual interface{}) bool
  3149. github.com/stretchr/testify/assert.ObjectsAreEqualValues :: func(expected interface{}, actual interface{}) bool
  3150. github.com/stretchr/testify/assert.CallerInfo :: func() []string
  3151. github.com/stretchr/testify/assert.FailNow :: func(t github.com/stretchr/testify/assert.TestingT, failureMessage string, msgAndArgs ...interface{}) bool
  3152. github.com/stretchr/testify/assert.Fail :: func(t github.com/stretchr/testify/assert.TestingT, failureMessage string, msgAndArgs ...interface{}) bool
  3153. github.com/stretchr/testify/assert.Implements :: func(t github.com/stretchr/testify/assert.TestingT, interfaceObject interface{}, object interface{}, msgAndArgs ...interface{}) bool
  3154. github.com/stretchr/testify/assert.NotImplements :: func(t github.com/stretchr/testify/assert.TestingT, interfaceObject interface{}, object interface{}, msgAndArgs ...interface{}) bool
  3155. github.com/stretchr/testify/assert.IsType :: func(t github.com/stretchr/testify/assert.TestingT, expectedType interface{}, object interface{}, msgAndArgs ...interface{}) bool
  3156. github.com/stretchr/testify/assert.Equal :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, msgAndArgs ...interface{}) bool
  3157. github.com/stretchr/testify/assert.Same :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, msgAndArgs ...interface{}) bool
  3158. github.com/stretchr/testify/assert.NotSame :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, msgAndArgs ...interface{}) bool
  3159. github.com/stretchr/testify/assert.EqualValues :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, msgAndArgs ...interface{}) bool
  3160. github.com/stretchr/testify/assert.EqualExportedValues :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, msgAndArgs ...interface{}) bool
  3161. github.com/stretchr/testify/assert.Exactly :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, msgAndArgs ...interface{}) bool
  3162. github.com/stretchr/testify/assert.NotNil :: func(t github.com/stretchr/testify/assert.TestingT, object interface{}, msgAndArgs ...interface{}) bool
  3163. github.com/stretchr/testify/assert.Nil :: func(t github.com/stretchr/testify/assert.TestingT, object interface{}, msgAndArgs ...interface{}) bool
  3164. github.com/stretchr/testify/assert.Empty :: func(t github.com/stretchr/testify/assert.TestingT, object interface{}, msgAndArgs ...interface{}) bool
  3165. github.com/stretchr/testify/assert.NotEmpty :: func(t github.com/stretchr/testify/assert.TestingT, object interface{}, msgAndArgs ...interface{}) bool
  3166. github.com/stretchr/testify/assert.Len :: func(t github.com/stretchr/testify/assert.TestingT, object interface{}, length int, msgAndArgs ...interface{}) bool
  3167. github.com/stretchr/testify/assert.True :: func(t github.com/stretchr/testify/assert.TestingT, value bool, msgAndArgs ...interface{}) bool
  3168. github.com/stretchr/testify/assert.False :: func(t github.com/stretchr/testify/assert.TestingT, value bool, msgAndArgs ...interface{}) bool
  3169. github.com/stretchr/testify/assert.NotEqual :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, msgAndArgs ...interface{}) bool
  3170. github.com/stretchr/testify/assert.NotEqualValues :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, msgAndArgs ...interface{}) bool
  3171. github.com/stretchr/testify/assert.Contains :: func(t github.com/stretchr/testify/assert.TestingT, s interface{}, contains interface{}, msgAndArgs ...interface{}) bool
  3172. github.com/stretchr/testify/assert.NotContains :: func(t github.com/stretchr/testify/assert.TestingT, s interface{}, contains interface{}, msgAndArgs ...interface{}) bool
  3173. github.com/stretchr/testify/assert.Subset :: func(t github.com/stretchr/testify/assert.TestingT, list interface{}, subset interface{}, msgAndArgs ...interface{}) (ok bool)
  3174. github.com/stretchr/testify/assert.NotSubset :: func(t github.com/stretchr/testify/assert.TestingT, list interface{}, subset interface{}, msgAndArgs ...interface{}) (ok bool)
  3175. github.com/stretchr/testify/assert.ElementsMatch :: func(t github.com/stretchr/testify/assert.TestingT, listA interface{}, listB interface{}, msgAndArgs ...interface{}) (ok bool)
  3176. github.com/stretchr/testify/assert.Condition :: func(t github.com/stretchr/testify/assert.TestingT, comp github.com/stretchr/testify/assert.Comparison, msgAndArgs ...interface{}) bool
  3177. github.com/stretchr/testify/assert.Panics :: func(t github.com/stretchr/testify/assert.TestingT, f github.com/stretchr/testify/assert.PanicTestFunc, msgAndArgs ...interface{}) bool
  3178. github.com/stretchr/testify/assert.PanicsWithValue :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, f github.com/stretchr/testify/assert.PanicTestFunc, msgAndArgs ...interface{}) bool
  3179. github.com/stretchr/testify/assert.PanicsWithError :: func(t github.com/stretchr/testify/assert.TestingT, errString string, f github.com/stretchr/testify/assert.PanicTestFunc, msgAndArgs ...interface{}) bool
  3180. github.com/stretchr/testify/assert.NotPanics :: func(t github.com/stretchr/testify/assert.TestingT, f github.com/stretchr/testify/assert.PanicTestFunc, msgAndArgs ...interface{}) bool
  3181. github.com/stretchr/testify/assert.WithinDuration :: func(t github.com/stretchr/testify/assert.TestingT, expected time.Time, actual time.Time, delta time.Duration, msgAndArgs ...interface{}) bool
  3182. github.com/stretchr/testify/assert.WithinRange :: func(t github.com/stretchr/testify/assert.TestingT, actual time.Time, start time.Time, end time.Time, msgAndArgs ...interface{}) bool
  3183. github.com/stretchr/testify/assert.InDelta :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, delta float64, msgAndArgs ...interface{}) bool
  3184. github.com/stretchr/testify/assert.InDeltaSlice :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, delta float64, msgAndArgs ...interface{}) bool
  3185. github.com/stretchr/testify/assert.InDeltaMapValues :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, delta float64, msgAndArgs ...interface{}) bool
  3186. github.com/stretchr/testify/assert.InEpsilon :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, epsilon float64, msgAndArgs ...interface{}) bool
  3187. github.com/stretchr/testify/assert.InEpsilonSlice :: func(t github.com/stretchr/testify/assert.TestingT, expected interface{}, actual interface{}, epsilon float64, msgAndArgs ...interface{}) bool
  3188. github.com/stretchr/testify/assert.NoError :: func(t github.com/stretchr/testify/assert.TestingT, err error, msgAndArgs ...interface{}) bool
  3189. github.com/stretchr/testify/assert.Error :: func(t github.com/stretchr/testify/assert.TestingT, err error, msgAndArgs ...interface{}) bool
  3190. github.com/stretchr/testify/assert.EqualError :: func(t github.com/stretchr/testify/assert.TestingT, theError error, errString string, msgAndArgs ...interface{}) bool
  3191. github.com/stretchr/testify/assert.ErrorContains :: func(t github.com/stretchr/testify/assert.TestingT, theError error, contains string, msgAndArgs ...interface{}) bool
  3192. github.com/stretchr/testify/assert.Regexp :: func(t github.com/stretchr/testify/assert.TestingT, rx interface{}, str interface{}, msgAndArgs ...interface{}) bool
  3193. github.com/stretchr/testify/assert.NotRegexp :: func(t github.com/stretchr/testify/assert.TestingT, rx interface{}, str interface{}, msgAndArgs ...interface{}) bool
  3194. github.com/stretchr/testify/assert.Zero :: func(t github.com/stretchr/testify/assert.TestingT, i interface{}, msgAndArgs ...interface{}) bool
  3195. github.com/stretchr/testify/assert.NotZero :: func(t github.com/stretchr/testify/assert.TestingT, i interface{}, msgAndArgs ...interface{}) bool
  3196. github.com/stretchr/testify/assert.FileExists :: func(t github.com/stretchr/testify/assert.TestingT, path string, msgAndArgs ...interface{}) bool
  3197. github.com/stretchr/testify/assert.NoFileExists :: func(t github.com/stretchr/testify/assert.TestingT, path string, msgAndArgs ...interface{}) bool
  3198. github.com/stretchr/testify/assert.DirExists :: func(t github.com/stretchr/testify/assert.TestingT, path string, msgAndArgs ...interface{}) bool
  3199. github.com/stretchr/testify/assert.NoDirExists :: func(t github.com/stretchr/testify/assert.TestingT, path string, msgAndArgs ...interface{}) bool
  3200. github.com/stretchr/testify/assert.JSONEq :: func(t github.com/stretchr/testify/assert.TestingT, expected string, actual string, msgAndArgs ...interface{}) bool
  3201. github.com/stretchr/testify/assert.YAMLEq :: func(t github.com/stretchr/testify/assert.TestingT, expected string, actual string, msgAndArgs ...interface{}) bool
  3202. github.com/stretchr/testify/assert.Eventually :: func(t github.com/stretchr/testify/assert.TestingT, condition func() bool, waitFor time.Duration, tick time.Duration, msgAndArgs ...interface{}) bool
  3203. github.com/stretchr/testify/assert.EventuallyWithT :: func(t github.com/stretchr/testify/assert.TestingT, condition func(collect *github.com/stretchr/testify/assert.CollectT), waitFor time.Duration, tick time.Duration, msgAndArgs ...interface{}) bool
  3204. github.com/stretchr/testify/assert.Never :: func(t github.com/stretchr/testify/assert.TestingT, condition func() bool, waitFor time.Duration, tick time.Duration, msgAndArgs ...interface{}) bool
  3205. github.com/stretchr/testify/assert.ErrorIs :: func(t github.com/stretchr/testify/assert.TestingT, err error, target error, msgAndArgs ...interface{}) bool
  3206. github.com/stretchr/testify/assert.NotErrorIs :: func(t github.com/stretchr/testify/assert.TestingT, err error, target error, msgAndArgs ...interface{}) bool
  3207. github.com/stretchr/testify/assert.ErrorAs :: func(t github.com/stretchr/testify/assert.TestingT, err error, target interface{}, msgAndArgs ...interface{}) bool
  3208. github.com/stretchr/testify/assert.New :: func(t github.com/stretchr/testify/assert.TestingT) *github.com/stretchr/testify/assert.Assertions
  3209. github.com/stretchr/testify/assert.HTTPSuccess :: func(t github.com/stretchr/testify/assert.TestingT, handler net/http.HandlerFunc, method string, url string, values net/url.Values, msgAndArgs ...interface{}) bool
  3210. github.com/stretchr/testify/assert.HTTPRedirect :: func(t github.com/stretchr/testify/assert.TestingT, handler net/http.HandlerFunc, method string, url string, values net/url.Values, msgAndArgs ...interface{}) bool
  3211. github.com/stretchr/testify/assert.HTTPError :: func(t github.com/stretchr/testify/assert.TestingT, handler net/http.HandlerFunc, method string, url string, values net/url.Values, msgAndArgs ...interface{}) bool
  3212. github.com/stretchr/testify/assert.HTTPStatusCode :: func(t github.com/stretchr/testify/assert.TestingT, handler net/http.HandlerFunc, method string, url string, values net/url.Values, statuscode int, msgAndArgs ...interface{}) bool
  3213. github.com/stretchr/testify/assert.HTTPBody :: func(handler net/http.HandlerFunc, method string, url string, values net/url.Values) string
  3214. github.com/stretchr/testify/assert.HTTPBodyContains :: func(t github.com/stretchr/testify/assert.TestingT, handler net/http.HandlerFunc, method string, url string, values net/url.Values, str interface{}, msgAndArgs ...interface{}) bool
  3215. github.com/stretchr/testify/assert.HTTPBodyNotContains :: func(t github.com/stretchr/testify/assert.TestingT, handler net/http.HandlerFunc, method string, url string, values net/url.Values, str interface{}, msgAndArgs ...interface{}) bool