Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vespa314/cflow
/ functions
Functions
2,475 in github.com/Vespa314/cflow
⨍
Functions
2,475
◇
Types & classes
517
↓ 1 callers
Method
ListIdentityProviders
(ctx context.Context, find *store.FindIdentityProvider)
store/db/postgres/idp.go:45
↓ 1 callers
Method
ListIdentityProviders
(ctx context.Context, find *store.FindIdentityProvider)
store/db/mysql/idp.go:44
↓ 1 callers
Method
ListInboxes
(ctx context.Context, find *store.FindInbox)
store/db/postgres/inbox.go:44
↓ 1 callers
Method
ListInboxes
(ctx context.Context, find *store.FindInbox)
store/db/mysql/inbox.go:47
↓ 1 callers
Method
ListMemoOrganizer
(ctx context.Context, find *FindMemoOrganizer)
store/memo_organizer.go:41
↓ 1 callers
Method
ListMemoOrganizer
(ctx context.Context, find *FindMemoOrganizer)
store/driver.go:50
↓ 1 callers
Method
ListMemos
(ctx context.Context, find *FindMemo)
store/memo.go:87
↓ 1 callers
Method
ListMemos
(ctx context.Context, find *store.FindMemo)
store/db/postgres/memo.go:53
↓ 1 callers
Method
ListMemos
(ctx context.Context, find *store.FindMemo)
store/db/mysql/memo.go:40
↓ 1 callers
Method
ListResources
(ctx context.Context, find *FindResource)
store/resource.go:66
↓ 1 callers
Method
ListStorages
(ctx context.Context, find *FindStorage)
store/storage.go:32
↓ 1 callers
Method
ListSystemSettings
(ctx context.Context, find *FindSystemSetting)
store/system_setting.go:21
↓ 1 callers
Method
ListUserSettings
(ctx context.Context, find *FindUserSetting)
store/driver.go:65
↓ 1 callers
Method
ListUsers
(ctx context.Context, find *FindUser)
store/user.go:109
↓ 1 callers
Method
ListUsers
(ctx context.Context, find *store.FindUser)
store/db/postgres/user.go:95
↓ 1 callers
Method
ListWebhooks
(ctx context.Context, find *FindWebhook)
store/webhook.go:29
↓ 1 callers
Method
ListWebhooks
(ctx context.Context, find *store.FindWebhook)
store/db/postgres/webhook.go:35
↓ 1 callers
Method
ListWebhooks
(ctx context.Context, find *store.FindWebhook)
store/db/mysql/webhook.go:31
↓ 1 callers
Method
Match
(tokens []*tokenizer.Token)
plugin/gomark/parser/horizontal_rule.go:16
↓ 1 callers
Method
Match
(tokens []*tokenizer.Token)
plugin/gomark/parser/image.go:16
↓ 1 callers
Method
Match
(tokens []*tokenizer.Token)
plugin/gomark/parser/paragraph.go:18
↓ 1 callers
Method
Match
(tokens []*tokenizer.Token)
plugin/gomark/parser/code.go:16
↓ 1 callers
Method
Match
(tokens []*tokenizer.Token)
plugin/gomark/parser/blockquote.go:16
↓ 1 callers
Method
Match
(tokens []*tokenizer.Token)
plugin/gomark/parser/bold.go:16
↓ 1 callers
Method
Match
(tokens []*tokenizer.Token)
plugin/gomark/parser/code_block.go:19
↓ 1 callers
Method
Match
(tokens []*tokenizer.Token)
plugin/gomark/parser/tag.go:16
↓ 1 callers
Method
Match
(tokens []*tokenizer.Token)
plugin/gomark/parser/link.go:16
↓ 1 callers
Method
Match
(tokens []*tokenizer.Token)
plugin/gomark/parser/line_break.go:16
↓ 1 callers
Method
Match
(tokens []*tokenizer.Token)
plugin/gomark/parser/italic.go:18
↓ 1 callers
Method
Match
(tokens []*tokenizer.Token)
plugin/gomark/parser/bold_italic.go:16
↓ 1 callers
Method
Match
(tokens []*tokenizer.Token)
plugin/gomark/parser/heading.go:16
↓ 1 callers
Method
Match
(tokens []*tokenizer.Token)
plugin/gomark/parser/strikethrough.go:16
↓ 1 callers
Function
NewActivityServiceClient
(cc grpc.ClientConnInterface)
proto/gen/api/v2/activity_service_grpc.pb.go:36
↓ 1 callers
Function
NewAuthServiceClient
(cc grpc.ClientConnInterface)
proto/gen/api/v2/auth_service_grpc.pb.go:36
↓ 1 callers
Method
NewBackup
(string)
store/db/sqlite/sqlite.go:115
↓ 1 callers
Function
NewBackupRunner
(store *store.Store)
server/service/backup/backup.go:22
↓ 1 callers
Function
NewBotWithHandler
NewBotWithHandler create a telegram bot with specified handler.
plugin/telegram/bot.go:26
↓ 1 callers
Function
NewClient
(ctx context.Context, config *Config)
plugin/storage/s3/s3.go:33
↓ 1 callers
Function
NewDB
(profile *profile.Profile)
store/db/postgres/postgres.go:22
↓ 1 callers
Function
NewDB
(profile *profile.Profile)
store/db/mysql/mysql.go:22
↓ 1 callers
Function
NewDB
NewDB opens a database specified by its database driver name and a driver-specific data source name, usually consisting of at least a database name an
store/db/sqlite/sqlite.go:25
↓ 1 callers
Function
NewGRPCAuthInterceptor
NewGRPCAuthInterceptor returns a new API auth interceptor.
api/v2/acl.go:37
↓ 1 callers
Function
NewHTMLRenderer
NewHTMLRenderer creates a new HTMLRenderer.
plugin/gomark/renderer/html/html.go:21
↓ 1 callers
Function
NewInboxServiceClient
(cc grpc.ClientConnInterface)
proto/gen/api/v2/inbox_service_grpc.pb.go:40
↓ 1 callers
Function
NewMemoServiceClient
(cc grpc.ClientConnInterface)
proto/gen/api/v2/memo_service_grpc.pb.go:44
↓ 1 callers
Function
NewMetricClient
(workspaceID string, profile profile.Profile)
server/service/metric/metric.go:24
↓ 1 callers
Function
NewResourceServiceClient
(cc grpc.ClientConnInterface)
proto/gen/api/v2/resource_service_grpc.pb.go:42
↓ 1 callers
Function
NewServer
(ctx context.Context, profile *profile.Profile, store *store.Store)
server/server.go:43
↓ 1 callers
Function
NewService
(profile *profile.Profile, store *store.Store)
api/resource/resource.go:36
↓ 1 callers
Function
NewSystemServiceClient
(cc grpc.ClientConnInterface)
proto/gen/api/v2/system_service_grpc.pb.go:38
↓ 1 callers
Function
NewTagServiceClient
(cc grpc.ClientConnInterface)
proto/gen/api/v2/tag_service_grpc.pb.go:44
↓ 1 callers
Function
NewTelegramHandler
(store *store.Store)
server/integration/telegram.go:20
↓ 1 callers
Function
NewTextParser
()
plugin/gomark/parser/text.go:12
↓ 1 callers
Function
NewUserServiceClient
(cc grpc.ClientConnInterface)
proto/gen/api/v2/user_service_grpc.pb.go:59
↓ 1 callers
Function
NewVersionChecker
(store *store.Store, profile *profile.Profile)
server/service/version_checker/version_checker.go:25
↓ 1 callers
Function
NewWebhookServiceClient
(cc grpc.ClientConnInterface)
proto/gen/api/v2/webhook_service_grpc.pb.go:44
↓ 1 callers
Function
Post
Post posts the message to webhook endpoint.
plugin/webhook/webhook.go:72
↓ 1 callers
Function
RandomString
RandomString returns a random string with length n.
internal/util/util.go:54
↓ 1 callers
Function
RegisterActivityServiceHandler
RegisterActivityServiceHandler registers the http handlers for service ActivityService to "mux". The handlers forward requests to the grpc endpoint ov
proto/gen/api/v2/activity_service.pb.gw.go:131
↓ 1 callers
Function
RegisterActivityServiceHandlerClient
RegisterActivityServiceHandlerClient registers the http handlers for service ActivityService to "mux". The handlers forward requests to the grpc endpo
proto/gen/api/v2/activity_service.pb.gw.go:140
↓ 1 callers
Function
RegisterAuthServiceHandler
RegisterAuthServiceHandler registers the http handlers for service AuthService to "mux". The handlers forward requests to the grpc endpoint over "conn
proto/gen/api/v2/auth_service.pb.gw.go:113
↓ 1 callers
Function
RegisterAuthServiceHandlerClient
RegisterAuthServiceHandlerClient registers the http handlers for service AuthService to "mux". The handlers forward requests to the grpc endpoint over
proto/gen/api/v2/auth_service.pb.gw.go:122
↓ 1 callers
Method
RegisterGateway
RegisterGateway registers the gRPC-Gateway with the given Echo instance.
api/v2/v2.go:73
↓ 1 callers
Function
RegisterInboxServiceHandler
RegisterInboxServiceHandler registers the http handlers for service InboxService to "mux". The handlers forward requests to the grpc endpoint over "co
proto/gen/api/v2/inbox_service.pb.gw.go:299
↓ 1 callers
Function
RegisterInboxServiceHandlerClient
RegisterInboxServiceHandlerClient registers the http handlers for service InboxService to "mux". The handlers forward requests to the grpc endpoint ov
proto/gen/api/v2/inbox_service.pb.gw.go:308
↓ 1 callers
Function
RegisterMemoServiceHandler
RegisterMemoServiceHandler registers the http handlers for service MemoService to "mux". The handlers forward requests to the grpc endpoint over "conn
proto/gen/api/v2/memo_service.pb.gw.go:441
↓ 1 callers
Function
RegisterMemoServiceHandlerClient
RegisterMemoServiceHandlerClient registers the http handlers for service MemoService to "mux". The handlers forward requests to the grpc endpoint over
proto/gen/api/v2/memo_service.pb.gw.go:450
↓ 1 callers
Method
RegisterResourcePublicRoutes
(g *echo.Group)
api/resource/resource.go:43
↓ 1 callers
Function
RegisterResourceServiceHandler
RegisterResourceServiceHandler registers the http handlers for service ResourceService to "mux". The handlers forward requests to the grpc endpoint ov
proto/gen/api/v2/resource_service.pb.gw.go:376
↓ 1 callers
Function
RegisterResourceServiceHandlerClient
RegisterResourceServiceHandlerClient registers the http handlers for service ResourceService to "mux". The handlers forward requests to the grpc endpo
proto/gen/api/v2/resource_service.pb.gw.go:385
↓ 1 callers
Function
RegisterSystemServiceHandler
RegisterSystemServiceHandler registers the http handlers for service SystemService to "mux". The handlers forward requests to the grpc endpoint over "
proto/gen/api/v2/system_service.pb.gw.go:204
↓ 1 callers
Function
RegisterSystemServiceHandlerClient
RegisterSystemServiceHandlerClient registers the http handlers for service SystemService to "mux". The handlers forward requests to the grpc endpoint
proto/gen/api/v2/system_service.pb.gw.go:213
↓ 1 callers
Function
RegisterTagServiceHandler
RegisterTagServiceHandler registers the http handlers for service TagService to "mux". The handlers forward requests to the grpc endpoint over "conn".
proto/gen/api/v2/tag_service.pb.gw.go:375
↓ 1 callers
Function
RegisterTagServiceHandlerClient
RegisterTagServiceHandlerClient registers the http handlers for service TagService to "mux". The handlers forward requests to the grpc endpoint over t
proto/gen/api/v2/tag_service.pb.gw.go:384
↓ 1 callers
Function
RegisterUserServiceHandler
RegisterUserServiceHandler registers the http handlers for service UserService to "mux". The handlers forward requests to the grpc endpoint over "conn
proto/gen/api/v2/user_service.pb.gw.go:877
↓ 1 callers
Function
RegisterUserServiceHandlerClient
RegisterUserServiceHandlerClient registers the http handlers for service UserService to "mux". The handlers forward requests to the grpc endpoint over
proto/gen/api/v2/user_service.pb.gw.go:886
↓ 1 callers
Function
RegisterWebhookServiceHandler
RegisterWebhookServiceHandler registers the http handlers for service WebhookService to "mux". The handlers forward requests to the grpc endpoint over
proto/gen/api/v2/webhook_service.pb.gw.go:437
↓ 1 callers
Function
RegisterWebhookServiceHandlerClient
RegisterWebhookServiceHandlerClient registers the http handlers for service WebhookService to "mux". The handlers forward requests to the grpc endpoin
proto/gen/api/v2/webhook_service.pb.gw.go:446
↓ 1 callers
Method
RemoveAll
RemoveAll removes all registered cron jobs.
internal/cron/cron.go:112
↓ 1 callers
Method
RemoveUserAccessToken
RemoveUserAccessToken remove the access token of the user.
store/user_setting.go:75
↓ 1 callers
Method
Render
Render renders the AST to HTML.
plugin/gomark/renderer/html/html.go:121
↓ 1 callers
Method
RenderNode
RenderNode renders a single AST node to HTML.
plugin/gomark/renderer/html/html.go:29
↓ 1 callers
Function
SanitizeContent
(content []byte)
plugin/http-getter/image.go:54
↓ 1 callers
Function
SaveResourceBlob
SaveResourceBlob save the blob of resource based on the storage config Depend on the storage config, some fields of *store.ResourceCreate will be cha
api/v1/resource.go:384
↓ 1 callers
Method
SetTimezone
SetTimezone changes the current cron tick timezone.
internal/cron/cron.go:61
↓ 1 callers
Method
Shutdown
(ctx context.Context)
server/server.go:133
↓ 1 callers
Function
Sync
Sync wraps the zap Logger's Sync method.
internal/log/logger.go:64
↓ 1 callers
Function
ToggleShowColor
()
web/src/components/TagManage.tsx:42
↓ 1 callers
Function
ToggleSortTagCnt
()
web/src/components/TagManage.tsx:38
↓ 1 callers
Method
Type
()
plugin/gomark/ast/inline.go:15
↓ 1 callers
Method
Type
()
plugin/gomark/ast/inline.go:33
↓ 1 callers
Method
Type
()
plugin/gomark/ast/inline.go:51
↓ 1 callers
Method
Type
()
plugin/gomark/ast/inline.go:69
↓ 1 callers
Method
Type
()
plugin/gomark/ast/inline.go:85
↓ 1 callers
Method
Type
()
plugin/gomark/ast/inline.go:102
↓ 1 callers
Method
Type
()
plugin/gomark/ast/inline.go:119
↓ 1 callers
Method
Type
()
plugin/gomark/ast/inline.go:135
↓ 1 callers
Method
Type
()
plugin/gomark/ast/inline.go:151
↓ 1 callers
Method
Type
()
plugin/gomark/ast/block.go:15
↓ 1 callers
Method
Type
()
plugin/gomark/ast/block.go:31
← previous
next →
401–500 of 2,475, ranked by callers