MCPcopy Create free account
hub / github.com/bcspragu/logseq-sync / updateFilesResponse

Struct updateFilesResponse

cmd/server/main.go:829–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827}
828
829type updateFilesResponse struct {
830 TXId int64 `json:"TXId"`
831 // XXX: I'm not sure about the type here
832 UpdateFailedFiles map[string]string `json:"UpdateFailedFiles"`
833 UpdateSuccFiles []string `json:"UpdateSuccFiles"`
834}
835
836func (s *server) updateFiles(ctx context.Context, req *updateFilesRequest) (*updateFilesResponse, error) {
837 // Theoretically, the flow here is something like:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected