MCPcopy Create free account
hub / github.com/daodst/chat / InputRoomEventsResponse

Struct InputRoomEventsResponse

roomserver/api/input.go:102–105  ·  view source on GitHub ↗

InputRoomEventsResponse is a response to InputRoomEvents

Source from the content-addressed store, hash-verified

100
101// InputRoomEventsResponse is a response to InputRoomEvents
102type InputRoomEventsResponse struct {
103 ErrMsg string // set if there was any error
104 NotAllowed bool // true if an event in the input was not allowed.
105}
106
107func (r *InputRoomEventsResponse) Err() error {
108 if r.ErrMsg == "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected