Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/openclaw/wacli
/ types & classes
Types & classes
226 in github.com/openclaw/wacli
⨍
Functions
1,829
◇
Types & classes
226
↓ 1 callers
TypeAlias
GroupParticipantAction
internal/wa/groups.go:99
↓ 1 callers
TypeAlias
GroupParticipantRequestAction
internal/wa/groups.go:133
↓ 1 callers
FuncType
roundTripFunc
func(*http.Request) (*http.Response, error)
internal/app/webhook_test.go:21
↓ 1 callers
FuncType
roundTripFunc
func(*http.Request) (*http.Response, error)
internal/wa/media_timeout_test.go:13
Struct
Account
internal/config/config.go:37
Struct
AccountEntry
internal/config/config.go:32
Struct
AccountsConfig
internal/config/config.go:27
Struct
AddTagParams
internal/store/storedb/queries.sql.go:19
Struct
App
internal/app/app.go:113
Struct
BackfillOptions
internal/app/backfill.go:18
Struct
BackfillResult
internal/app/backfill.go:33
Struct
Button
internal/store/types.go:61
Struct
Button
internal/wa/messages.go:25
Struct
CallEvent
internal/store/types.go:118
Struct
CallEvent
internal/store/storedb/models.go:11
Struct
CallParticipant
internal/store/types.go:113
Struct
Candidate
internal/resolve/resolve.go:26
Struct
Chat
internal/store/types.go:11
Struct
Chat
internal/store/storedb/models.go:30
Struct
ChatListFilter
internal/store/chats.go:12
Struct
Client
internal/wa/client.go:30
Struct
ConnectOptions
internal/wa/client.go:108
Struct
Contact
internal/store/types.go:137
Struct
Contact
internal/store/storedb/models.go:42
Struct
Contact
internal/syscontacts/syscontacts.go:11
Struct
ContactAlias
internal/store/storedb/models.go:53
Struct
ContactTag
internal/store/storedb/models.go:60
Struct
CreateGroupRequest
internal/wa/groups.go:11
Struct
DB
internal/store/db.go:16
Interface
DBTX
internal/store/storedb/db.go:12
Struct
DeleteCallEventsParams
internal/store/calls.go:159
Struct
DeletePollParams
internal/store/storedb/queries.sql.go:163
Struct
DeletePollVoteParams
internal/store/storedb/queries.sql.go:178
Struct
DeletePollVotesForPollParams
internal/store/storedb/queries.sql.go:208
Struct
EventWriter
internal/out/events.go:10
Struct
FindPollByMsgIDRow
internal/store/storedb/queries.sql.go:246
Struct
GetChatRow
internal/store/storedb/queries.sql.go:277
Struct
GetContactRow
internal/store/storedb/queries.sql.go:318
Struct
GetLatestMessageInfoRow
internal/store/storedb/queries.sql.go:349
Struct
GetMediaDownloadInfoParams
internal/store/storedb/queries.sql.go:391
Struct
GetMediaDownloadInfoRow
internal/store/storedb/queries.sql.go:396
Struct
GetMessageParams
internal/store/storedb/queries.sql.go:441
Struct
GetMessageRow
internal/store/storedb/queries.sql.go:446
Struct
GetOldestMessageInfoRow
internal/store/storedb/queries.sql.go:523
Struct
GetPollParams
internal/store/storedb/queries.sql.go:554
Struct
GetPollRow
internal/store/storedb/queries.sql.go:559
Struct
Group
internal/store/types.go:27
Struct
Group
internal/store/storedb/models.go:66
Struct
GroupParticipant
internal/store/types.go:38
Struct
GroupParticipant
internal/store/storedb/models.go:77
Struct
HistoryCoverage
internal/store/history.go:14
Struct
InsertGroupParticipantParams
internal/store/storedb/queries.sql.go:589
TypeAlias
Kind
internal/resolve/resolve.go:11
Struct
ListCallEventsParams
internal/store/calls.go:150
Struct
ListContactsRow
internal/store/storedb/queries.sql.go:619
Struct
ListHistoryCoverageParams
internal/store/history.go:26
Struct
ListLeftGroupsRow
internal/store/storedb/queries.sql.go:692
Struct
ListMessagesParams
internal/store/messages.go:206
Struct
ListPollVotesParams
internal/store/storedb/queries.sql.go:742
Struct
ListPollsParams
internal/store/storedb/queries.sql.go:787
Struct
ListPollsRow
internal/store/storedb/queries.sql.go:794
Struct
ListStarredMessagesParams
internal/store/starred.go:20
Interface
LocalResolver
internal/app/app.go:206
Struct
Lock
internal/lock/lock.go:15
Struct
MarkGroupLeftParams
internal/store/storedb/queries.sql.go:871
Struct
MarkMediaDownloadedParams
internal/store/storedb/queries.sql.go:886
Struct
MarkMessageDeletedForMeParams
internal/store/storedb/queries.sql.go:927
Struct
MarkMessageDeletedForMePreserveMediaParams
internal/store/storedb/queries.sql.go:952
Struct
MarkMessageRevokedParams
internal/store/storedb/queries.sql.go:990
Struct
Media
internal/wa/messages.go:13
Struct
MediaDownloadInfo
internal/store/types.go:45
Struct
Message
internal/store/types.go:72
Struct
Message
internal/store/storedb/models.go:84
Struct
MessageContextAfterParams
internal/store/storedb/queries.sql.go:1014
Struct
MessageContextAfterRow
internal/store/storedb/queries.sql.go:1022
Struct
MessageContextBeforeParams
internal/store/storedb/queries.sql.go:1123
Struct
MessageContextBeforeRow
internal/store/storedb/queries.sql.go:1131
Struct
MessageInfo
internal/store/types.go:104
Struct
MessagesFt
internal/store/storedb/models.go:119
Struct
Options
internal/app/app.go:104
Struct
Options
internal/wa/client.go:26
Struct
ParsedCallDelete
internal/wa/calls.go:36
Struct
ParsedCallEvent
internal/wa/calls.go:20
Struct
ParsedCallParticipant
internal/wa/calls.go:15
Struct
ParsedMessage
internal/wa/messages.go:63
Struct
Poll
Poll represents a stored PollCreationMessage.
internal/store/polls.go:15
Struct
Poll
internal/store/storedb/models.go:129
Struct
Poll
Poll captures the question + option list extracted from an incoming PollCreationMessage (any of V1/V2/V3/V4/V5/V6).
internal/wa/messages.go:38
Struct
PollAddOptionRef
PollAddOptionRef references an added option for an existing poll. Encrypted add-option messages initially carry only the poll key; the option is fille
internal/wa/messages.go:56
Struct
PollListFilter
PollListFilter narrows down polls returned by ListPolls.
internal/store/polls.go:37
Struct
PollOptionsParams
internal/store/storedb/queries.sql.go:1226
Struct
PollVote
PollVote represents one voter's latest vote on a poll.
internal/store/polls.go:26
Struct
PollVote
internal/store/storedb/models.go:139
Struct
PollVoteRef
PollVoteRef references the original poll a PollUpdateMessage is voting on. Decryption of the vote happens later in the sync handler.
internal/wa/messages.go:46
Struct
Preview
internal/linkpreview/linkpreview.go:25
Struct
Queries
internal/store/storedb/db.go:23
Struct
RemoveTagParams
internal/store/storedb/queries.sql.go:1251
Struct
SearchMessagesParams
internal/store/search.go:9
Struct
SetAliasParams
internal/store/storedb/queries.sql.go:1267
Struct
SetChatArchivedAndUnpinParams
internal/store/storedb/queries.sql.go:1300
next →
1–100 of 226, ranked by callers