Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddChatRoutes ¶
func AddChatRoutes(mux *http.ServeMux, deps ChatDeps, auth middleware.AuthZReader)
Types ¶
type ChatDeps ¶
type ChatDeps struct {
Agent agentservice.Agent
ChatMgr *chatservice.Manager
Chains taskchainservice.Service
DB libdb.DBManager
StateService stateservice.Service
Defaults stateservice.RuntimeDefaults
}
Click to show internal directories.
Click to hide internal directories.