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

Struct getFilesResponse

cmd/server/main.go:746–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744 GraphUUID string `json:"GraphUUID"`
745}
746type getFilesResponse struct {
747 PresignedFileURLs map[string]string `json:"PresignedFileUrls"`
748}
749
750func (s *server) getFiles(ctx context.Context, req *getFilesRequest) (*getFilesResponse, error) {
751 userID, err := s.getUserID(ctx)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected