Method
MessageCommand
(ctx context.Context, data wshrpc.CommandMessageData)
Source from the content-addressed store, hash-verified
| 66 | } |
| 67 | |
| 68 | func (impl *ServerImpl) MessageCommand(ctx context.Context, data wshrpc.CommandMessageData) error { |
| 69 | impl.Log("[message] %q\n", data.Message) |
| 70 | return nil |
| 71 | } |
| 72 | |
| 73 | func (impl *ServerImpl) StreamTestCommand(ctx context.Context) chan wshrpc.RespOrErrorUnion[int] { |
| 74 | ch := make(chan wshrpc.RespOrErrorUnion[int], 16) |
Callers
nothing calls this directly
Tested by
no test coverage detected