mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-06 11:28:38 +08:00
### Summary 1. update doc 2. refactor route code --------- Signed-off-by: Jin Hai <haijin.chn@gmail.com>
4 lines
59 B
Go
4 lines
59 B
Go
package graph
|
|
|
|
func strPtr(s string) *string { return &s }
|