MCPcopy Index your code
hub / github.com/coder/coder / ChatStatus

TypeAlias ChatStatus

codersdk/chats.go:86–86  ·  view source on GitHub ↗

ChatStatus represents the status of a chat.

Source from the content-addressed store, hash-verified

84
85// ChatStatus represents the status of a chat.
86type ChatStatus string
87
88const (
89 ChatStatusWaiting ChatStatus = "waiting"

Callers 4

TestWatchChatsFunction · 0.92
ChatFunction · 0.92
SubscribeAuthorizedMethod · 0.92
publishStatusMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected