MCPcopy Create free account

hub / github.com/darjun/go-daily-lib / functions

Functions1,635 in github.com/darjun/go-daily-lib

↓ 1 callersFunctionprocess
(messages <-chan *message.Message)
watermill/rabbitmq/main.go:54
↓ 1 callersFunctionprocess
(messages <-chan *message.Message)
watermill/get-started/main.go:41
↓ 1 callersFunctionpublishMessages
(publisher message.Publisher)
watermill/middleware/main.go:40
↓ 1 callersFunctionpublishMessages
(publisher message.Publisher)
watermill/middleware/self-defined/main.go:39
↓ 1 callersFunctionpublishMessages
(publisher message.Publisher)
watermill/persistent/main.go:40
↓ 1 callersFunctionpublishMessages
(publisher message.Publisher)
watermill/rabbitmq/main.go:42
↓ 1 callersFunctionpublishMessages
(publisher message.Publisher)
watermill/get-started/main.go:29
↓ 1 callersFunctionpublishMessages
(publisher message.Publisher)
watermill/router/main.go:38
↓ 1 callersMethodquery
(ctx context.Context, stmt *sql.Stmt, query string, args ...interface{})
sqlc/prepared-queries/db/db.go:76
↓ 1 callersFunctionrandomTriples
(n int)
plot/bubble/main.go:58
↓ 1 callersFunctionrandomTriples
(n int)
plot/square/main.go:58
↓ 1 callersFunctionreadArrayContainer
(r io.Reader, key, card uint16, bm *roaring.Bitmap)
roaring/read/main.go:78
↓ 1 callersFunctionreadBitmapContainer
(r io.Reader, key, card uint16, bm *roaring.Bitmap)
roaring/read/main.go:86
↓ 1 callersFunctionreadCookieHeader
(r io.Reader)
roaring/read/main.go:26
↓ 1 callersFunctionreadDescriptiveHeader
(r io.Reader, containerNum uint32)
roaring/read/main.go:62
↓ 1 callersFunctionreadOffsetHeader
(r io.Reader, cookie uint16, containerNum uint32)
roaring/read/main.go:50
↓ 1 callersFunctionreadRunContainer
(r io.Reader, key uint16, bm *roaring.Bitmap)
roaring/read/main.go:100
↓ 1 callersFunctionrepoText
(repo *Repo)
bubbletea/github-trending/complete/main.go:134
↓ 1 callersFunctionrepoText
(repo *Repo)
bubbletea/github-trending/basic/main.go:85
↓ 1 callersFunctionrepoText
(repo *Repo)
bubbletea/github-trending/color/main.go:94
↓ 1 callersFunctionrepoText
(repo *Repo)
bubbletea/github-trending/spinner/main.go:109
↓ 1 callersFunctionresponse
(w http.ResponseWriter, v interface{})
reflect/http-rpc/main.go:107
↓ 1 callersFunctionreverseString
(s string)
validator/restrict/self-defined/main.go:14
↓ 1 callersFunctionrotateKey
()
gorilla/securecookie/key-rotate/main.go:86
↓ 1 callersFunctionse
(e,t,r,n)
gotalk/websocket-chat/gotalk/gotalk.js:1
↓ 1 callersFunctionse
(e,t,r,n)
gotalk/websocket/gotalk/gotalk.js:1
↓ 1 callersFunctionsearch
(b *bitset.BitSet, visited map[string]struct{})
bitset/farmer-across-river/main.go:34
↓ 1 callersFunctionsearch
(b *bitset.BitSet, visited map[string]struct{}, path *[]*bitset.BitSet)
bitset/farmer-across-river2/main.go:34
↓ 1 callersMethodserveSay
(ctx context.Context, resp http.ResponseWriter, req *http.Request)
twirp/get-started/proto/echo.twirp.go:206
↓ 1 callersMethodserveSayJSON
(ctx context.Context, resp http.ResponseWriter, req *http.Request)
twirp/get-started/proto/echo.twirp.go:224
↓ 1 callersMethodserveSayProtobuf
(ctx context.Context, resp http.ResponseWriter, req *http.Request)
twirp/get-started/proto/echo.twirp.go:279
↓ 1 callersFunctionshowCalendar
()
cobra/scaffold/cmd/date.go:32
↓ 1 callersFunctionshowRooms
(replaceExisting, rooms)
gotalk/websocket-chat/main.js:111
↓ 1 callersFunctionsign
(display *widget.Entry)
fyne/calculator/main.go:53
↓ 1 callersFunctiontaskFuncWrapper
(nums []int, i int, sum *int, wg *sync.WaitGroup)
ants/pool/main.go:18
↓ 1 callersFunctionve
(e,t)
gotalk/websocket-chat/gotalk/gotalk.js:1
↓ 1 callersFunctionve
(e,t)
gotalk/websocket/gotalk/gotalk.js:1
↓ 1 callersFunctionwrapper
(i int, wg *sync.WaitGroup)
ants/default/main.go:11
↓ 1 callersFunctionwrapper
(i int, wg *sync.WaitGroup)
ants/options/max-blocking-tasks/main.go:11
↓ 1 callersFunctionwrapper
(i int, wg *sync.WaitGroup)
ants/options/non-blocking/main.go:11
↓ 1 callersFunctionxe
()
gotalk/websocket-chat/gotalk/gotalk.js:1
↓ 1 callersFunctionxe
()
gotalk/websocket/gotalk/gotalk.js:1
FunctionAdd
(a, b int)
reflect/inspect/main.go:66
FunctionAdd
(a, b int)
reflect/invoke/main.go:8
MethodAdd
(a, b int)
reflect/http-rpc/main.go:30
MethodAfterTest
(suiteName, testName string)
testify/suite/suite_test.go:36
MethodAppear
()
wire/struct-provider/main.go:35
MethodAppear
()
wire/bind/main.go:39
MethodAppear
()
wire/provider-set/main.go:43
FunctionAuthHandler
(w http.ResponseWriter, r *http.Request)
goth/github/main.go:47
MethodBeforeTest
(suiteName, testName string)
testify/suite/suite_test.go:32
FunctionBenchmarkFib1
(b *testing.B)
testing/fib/fib_test.go:5
FunctionBenchmarkFib2
(b *testing.B)
testing/fib/fib_test.go:11
FunctionBenchmarkFib3
(b *testing.B)
testing/fib/fib_test.go:17
FunctionBenchmarkPopcnt1
(b *testing.B)
bitset/popcnt/popcnt_test.go:60
FunctionBenchmarkPopcnt2
(b *testing.B)
bitset/popcnt/popcnt_test.go:68
FunctionBenchmarkPopcnt3
(b *testing.B)
bitset/popcnt/popcnt_test.go:76
FunctionBookHandler
(w http.ResponseWriter, r *http.Request)
gorilla/mux/middlewares/book.go:49
FunctionBookHandler
(w http.ResponseWriter, r *http.Request)
gorilla/mux/middlewares/auth/book.go:48
FunctionBookHandler
(w http.ResponseWriter, r *http.Request)
gorilla/mux/subrouter/main.go:84
FunctionBookHandler
(w http.ResponseWriter, r *http.Request)
gorilla/mux/subrouter/module/book.go:49
FunctionBookHandler
(w http.ResponseWriter, r *http.Request)
gorilla/mux/build-url/main.go:50
FunctionBookHandler
(w http.ResponseWriter, r *http.Request)
gorilla/mux/get-started/main.go:49
FunctionBooksHandler
(w http.ResponseWriter, r *http.Request)
gorilla/mux/middlewares/book.go:44
FunctionBooksHandler
(w http.ResponseWriter, r *http.Request)
gorilla/mux/middlewares/auth/book.go:44
FunctionBooksHandler
(w http.ResponseWriter, r *http.Request)
gorilla/mux/subrouter/main.go:79
FunctionBooksHandler
(w http.ResponseWriter, r *http.Request)
gorilla/mux/subrouter/module/book.go:44
FunctionBooksHandler
(w http.ResponseWriter, r *http.Request)
gorilla/mux/build-url/main.go:45
FunctionBooksHandler
(w http.ResponseWriter, r *http.Request)
gorilla/mux/get-started/main.go:44
FunctionCallbackHandler
(w http.ResponseWriter, r *http.Request)
goth/github/main.go:51
MethodCause
for go1.13 + errors.Is/As
twirp/get-started/proto/echo.twirp.go:611
MethodCause
for go1.13 + errors.Is/As
twirp/get-started/proto/echo.twirp.go:651
FunctionCheckPalindrome
(fl validator.FieldLevel)
validator/restrict/self-defined/main.go:23
MethodConcat
(s1, s2 string)
reflect/http-rpc/main.go:16
FunctionConfigToStruct
()
go-ini/reflect/main.go:30
MethodCreateAuthor
(ctx context.Context, arg CreateAuthorParams)
sqlc/interface/db/query.sql.go:25
MethodCreateAuthor
(ctx context.Context, arg CreateAuthorParams)
sqlc/prepared-queries/db/query.sql.go:25
MethodCreateAuthor
(ctx context.Context, arg CreateAuthorParams)
sqlc/get-started/db/query.sql.go:25
MethodDeleteAuthor
(ctx context.Context, id int64)
sqlc/interface/db/query.sql.go:37
MethodDeleteAuthor
(ctx context.Context, id int64)
sqlc/prepared-queries/db/query.sql.go:37
MethodDeleteAuthor
(ctx context.Context, id int64)
sqlc/get-started/db/query.sql.go:37
MethodDeleteAuthorN
(ctx context.Context, id int64)
sqlc/execrows/db/query.sql.go:15
MethodDescriptor
Deprecated: Use Request.ProtoReflect.Descriptor instead.
twirp/get-started/proto/echo.pb.go:64
MethodDescriptor
Deprecated: Use Response.ProtoReflect.Descriptor instead.
twirp/get-started/proto/echo.pb.go:111
MethodDeserialize
(src []byte, dst interface{})
gorilla/securecookie/custom/main.go:36
FunctionDiv
(cxt context.Context, args *Args, quo *Quotient)
rpcx/func/server/main.go:24
MethodDiv
(cxt context.Context, args *Args, quo *Quotient)
rpcx/http/server/main.go:25
MethodDiv
(cxt context.Context, args *Args, quo *Quotient)
rpcx/quic/server/main.go:26
MethodDiv
(cxt context.Context, args *Args, quo *Quotient)
rpcx/get-started/server/main.go:25
MethodDiv
(cxt context.Context, args *Args, quo *Quotient)
rpcx/zookeeper/server/main.go:38
MethodDiv
(a, b int)
reflect/http-rpc/main.go:42
MethodDivide
(args *Args, quo *Quotient)
rpc/get-started/server/main.go:25
MethodDo
()
ants/get-started/main.go:18
FunctionDoLogin
(w http.ResponseWriter, r *http.Request)
gorilla/sessions/auth/main.go:52
FunctionDoLogin
(w http.ResponseWriter, r *http.Request)
gorilla/sessions/redis/main.go:54
MethodDoubleAge
()
copier/all-in-one/main.go:15
MethodDoubleAge
()
copier/method2field/main.go:14
MethodDoubleTapped
(e *fyne.PointEvent)
fyne/widget/extend/main.go:32
MethodDraw
(screen *ebiten.Image)
ebiten/2-input/main.go:43
MethodDraw
(screen *ebiten.Image)
ebiten/5-image/game.go:30
← previousnext →401–500 of 1,635, ranked by callers